	/* products header 1 */
	.pr-header1{
	position: relative;
    background: #000 url("../css/images/b11.jpg") top center;
    width: 100%;
    height: 294px;
    padding-top: 30px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
	}
	
	/* products header 2 */
	.pr-header2{
	position: relative;
    background: #000 url("../css/images/b10.jpg") top center;
    width: 100%;
    height: 294px;
    padding-top: 30px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
	}
	
	/* Footer wave graphic */
	.footerwave{
	position: static;
    background: #000 url("../css/images/footer-wave-blue.jpg") top center;
    width: 100%;
    height: 54px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
	margin-top:-2px;
	}
	
	/* Footer wave graphic 2*/
	.footerwave2{
	position: static;
    background: #000 url("../css/images/footer-wave-white.jpg") top center;
    width: 100%;
    height: 54px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
	margin-top:-2px;
	}
	
	/* Info droplets */
	.info-droplets{
 	 padding-top: 0px;
  	 padding-bottom: 25px;
	 padding-right:10px;
	 padding-left: 10px;
  	 background-color: white;
	 }
	 
	 /* Mission page image row */
	 .ctm-blue{
	 height: auto;
     background-color: #0072cf;
	 padding-top: 15px;
	 padding-bottom: 10px;
	 }
	
	 .edgereduce{
	 margin-bottom: -5px;
	 }
	 
	 .edgereduce2{
	 margin-bottom: -6px;
	 }
	 
	 .edgereduce3{
	 margin-bottom: -2px;
	 }
	 
	 /* drop down text on product 'more detail' section  */
	 .drop-text{
	  font-size: 16px;
	 }
	 
	 /*Default Text overlayed over header images*/
	.textoverlay{
    position: relative;
    background: #000 url("../css/images/b3.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 8%;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
	} 
	
	/* Testing Header text at different screen sizes - this is neutral state */
   .textoverlay h1{
	font-size: 140px;
    color: blue;
    text-align: right;
	} 
	
	/* waves class above related products */
	.wavesX {
  	height: 100px;
  	width: 100%;
  	padding-top: 10px;
  	background-image: url("images/waves.png"); 
  	background-repeat: repeat-x; 
	background-color: red;
	}
	
	/* waves class on index */
	.wavesX2 {
	  height: 64px;
	  width: 100%;
	  background-image: url("../css/images/waves-blue.jpg");
	  background-repeat: repeat-x;
	}
	
	/*padding for product section on main page*/
	 .prodpad {
	 padding-bottom: 10px;
	 }
	 
	 /*Main Page feature sections 1-4*/
	 .feature1x {
	 background-color: #3D9B35;
	 background-image: -webkit-linear-gradient(top, #3d9b35, #205d1a);
	 background-image: -moz-linear-gradient(top, #3d9b35, #205d1a);
     background-image: -ms-linear-gradient(top, #3d9b35, #205d1a);
     background-image: -o-linear-gradient(top, #3d9b35, #205d1a);
     background-image: linear-gradient(to bottom, #3d9b35, #205d1a);
	 color: #fff;
	 }
	 .feature2x {
	background-color: #C8009C;
	background-image: -webkit-linear-gradient(top, #C8009C, #710058);
	background-image: -moz-linear-gradient(top, #C8009C, #710058);
    background-image: -ms-linear-gradient(top, #C8009C, #710058);
    background-image: -o-linear-gradient(top, #C8009C, #710058);
    background-image: linear-gradient(to bottom, #C8009C, #710058);
	color: #fff;
	}
	.feature3x {
	background-color: #FF7900;
	background-image: -webkit-linear-gradient(top, #FF7900, #8b2b00);
	background-image: -moz-linear-gradient(top, #FF7900, #8b2b00);
    background-image: -ms-linear-gradient(top, #FF7900, #8b2b00);
    background-image: -o-linear-gradient(top, #FF7900, #8b2b00);
    background-image: linear-gradient(to bottom, #FF7900, #8b2b00);	
	color: #fff;
	}
	
	.feature4x {
	background-color: #0072CF;
	background-image: -webkit-linear-gradient(top, #0072cf, #002545);
	background-image: -moz-linear-gradient(top, #0072cf, #002545);
    background-image: -ms-linear-gradient(top, #0072cf, #002545);
    background-image: -o-linear-gradient(top, #0072cf, #002545);
    background-image: linear-gradient(to bottom, #0072cf, #002545);	
	color: #fff;
	}
	
	.feature5x {
	background-color: #222222;
	background-image: -webkit-linear-gradient(top, #002545, #0072cf);
	background-image: -moz-linear-gradient(top, #002545, #0072cf);
    background-image: -ms-linear-gradient(top, #002545, #0072cf);
    background-image: -o-linear-gradient(top, #002545, #0072cf);
    background-image: linear-gradient(to bottom, #002545, #0072cf);
	color: #fff;
	}
	
	.feature6x {
	background-color: #222222;
	background-image: -webkit-linear-gradient(top, #666, #222);
	background-image: -moz-linear-gradient(top, #666, #222);
    background-image: -ms-linear-gradient(top, #666, #222);
    background-image: -o-linear-gradient(top, #666, #222);
    background-image: linear-gradient(to bottom, #666, #222);
	color: #fff;
	}
	
	.items-relatedx1 {
	background-color: #0072CF;
	background: -webkit-linear-gradient(top, #0072cf, #002545);
	color: #fff;
	}
	
	/*text adjustments for feature sections 1 on main page */
	.leadx1 {
  	font-size: 18px;
  	font-weight: 300;
  	line-height: 1.4;
	}
	
	/*text adjustments for feature sections 2 on main page */
	.leadx2 {
  	font-size: 19px;
  	font-weight: 300;
  	line-height: 1.4;
	}
	
	.leadx3 {
	color:#C8009C;
  	font-size:  22px;
  	font-weight: 300;
  	line-height: 1.4;
	}
	
	/*Change default text size on info pages */
	.default-Text-x1 h1{
	padding: 25px 0 0 0;
 	font-size: 80px;
	}

	 /*Adjusted Header section: Goody Science page*/
	.hero3x {
    position: relative;
    background: #000 url("images/b3.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
	}
	
		 /*Adjusted Header section: 1 or 1000 page*/
	.hero7x {
    position: relative;
    background: #000 url("images/b7.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
	}
	
			 /*Adjusted Header section: Smarter Way page*/
	.hero4x {
    position: static;
    background: #000 url("images/b4.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
	margin-bottom:-2px;
	}
	
				 /*Adjusted Header section: All products page*/
	.hero2x {
    position: relative;
    background: #000 url("images/b2.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 120px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
	}
	
	.smway {
	margin-top: -30px;
	}
	
	/*article text*/
	.featurette-headingx1 {
    font-size: 35px;
	margin-bottom:25px;
	color:#0072cf;
	}
	
	.featurettex1 {
    overflow: hidden;
	padding: 25px;
    background-color: #fff;
	}

	.whiteBGx{
	background-color: white;
	}

	/*custom font 1*/
	.cstmfont1 {font-family: 'Hind', 'Georgia','helvetica',  sans-serif;}
	
	/*custom font 2: Oswald*/
	.cstmfont2 {font-family: 'Oswald', 'Georgia','helvetica', sans-serif;}
	
	/*custom font 3*/
	.cstmfont3 {font-family: 'PT Sans Narrow', 'Georgia','helvetica', sans-serif;}
	
	.faqSz {
	font-size:18px;
	color:#3A3A3A;
	}
	
	.faqLh {
	line-height: 25px;
	}
	
	/*hide image*/
	.hide-img {
    display: none;
	margin:50px;
	}
	
		.oasis-header{
	position: relative;
    background: #000 url("css/images/b10.jpg") top center;
    width: 100%;
    height: 294px;
    padding-top: 30px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
	}
	
	.info-droplets{
 	 padding-top: 25px;
  	 padding-bottom: 25px;
	 padding-right:10px;
	 padding-left: 10px;
  	 background-color: white;
	 }
	 
	.instructions-smalltext {
	text-align: center;
	font-size:16px;
	}
	
	.padding-adjust{
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.featuretteX {
    overflow: hidden;
    background-color: #fff;
}

  .btn-successX {
  color: #fff;
  background-color:#0072cf;
  background-image: -webkit-linear-gradient(top, #3498db, #115782);
  background-image: -moz-linear-gradient(top, #3498db, #115782);
  background-image: -ms-linear-gradient(top, #3498db, #115782);
  background-image: -o-linear-gradient(top, #3498db, #115782);
  background-image: linear-gradient(to bottom, #3498db, #115782);
  border-color: #0072cf;
  }
  .btn-successX:hover {
  color: #fff;
  background-color: #b0dcff;
  background-image: -webkit-linear-gradient(top, #a7cdeb, #4483b3);
  background-image: -moz-linear-gradient(top, #a7cdeb, #4483b3);
  background-image: -ms-linear-gradient(top, #a7cdeb, #4483b3);
  background-image: -o-linear-gradient(top, #a7cdeb, #4483b3);
  background-image: linear-gradient(to bottom, #a7cdeb, #4483b3);
  border-color: #69a2cf;
  }
  
  .btn-successX2 {
  color: #333;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #9c9c9c);
  background-image: -moz-linear-gradient(top, #e6e6e6, #9c9c9c);
  background-image: -ms-linear-gradient(top, #e6e6e6, #9c9c9c);
  background-image: -o-linear-gradient(top, #e6e6e6, #9c9c9c);
  background-image: linear-gradient(to bottom, #e6e6e6, #9c9c9c);
  border: solid #9c9c9c 2px;
  }
  .btn-successX2:hover {
  color: #333;
  background-image: -webkit-linear-gradient(top, #9c9c9c, #e6e6e6);
  background-image: -moz-linear-gradient(top, #9c9c9c, #e6e6e6);
  background-image: -ms-linear-gradient(top, #9c9c9c, #e6e6e6);
  background-image: -o-linear-gradient(top, #9c9c9c, #e6e6e6);
  background-image: linear-gradient(to bottom, #9c9c9c, #e6e6e6);
  border: solid #bbb 2px;
  }
	
 /* Navbar multilevel Styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* END Navbar multilevel*/

	
	/*single colors*/
	.color_p{color: #C8009C;} .color_b{color: #0072cf;} .color_o{color: #FF7900; }.color_g{color: #3D9B35;}
	
/*blues*/	.txtCol_lightblue{color:#b6f2ff;} .txtCol_lightblue2{color:#e2f2ff;}
/*greens*/	.txtCol_lightgreen{color:#c6ffc1;} .txtCol_lightgreen2{color:#e6ffe4;}
	
	/*Carousel Fade*/
	.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*End Carousel*/

.navbar-spaceX1 {
	margin-left:10px;
}
.navbar-spaceX2 {
	margin-left:25px;
}
.navbar-spaceX3 {
	margin-left:40px;
}

/*BACKGROUND IMAGES*/
.bg-products {background: url(images/bg-prod.jpg); background-repeat:repeat; background-position:top center;}

/*TEXT STYLES*/
.lead-maintxt {color:#333; font-size: 22px; font-weight: 300; line-height: 30px;}
.lead-maintxt-sm {color:#333; font-size: 19px; font-weight: 300; line-height: 30px;}
.lead-mainpg{color:#e5faff; font-size: 24px; font-weight: 300; line-height: 1.4;}
.lead-mainpg-title {color:#b6f2ff; font-size: 32px; font-weight: 300; line-height: 1.4; font-style:italic; transform: scale(0.95, 1.2);}
.lead-logotxt {color:#e5faff; font-size: 22.5px; font-weight: 300;transform: scale(1, 1.3);}
.lead-feature-text {font-size: 23px; font-weight: 300; line-height: 30px;}
.slogan-size {font-size:22px; line-height:1.4;}
.product-slogan {color:#fff; font-size: 28px; font-weight: 300; line-height: 28px; margin-top:-0px;}
/*TEXT STYLE END*/

.product-background{background-image:url(images/product-gradient.png); background-repeat:repeat-y; background-position:left center; background-size:contain;}
	
.compress-row{max-width:1200px; padding-left:60px; padding-right:60px;}	
	
	
	
	
	
	  /* Media Queries  */
	  /* Media Queries  */
	  /* Media Queries  */
	  
	 	@media(max-width:1200px) {		
    	.txt-headline h1 { 
        font-size: 80px;
		color: white;
    	}
		
		.lead-maintxt {color:#333; font-size: 21px; font-weight: 300; line-height: 28px;}
		.lead-maintxt-sm {color:#333; font-size: 18px; font-weight: 300; line-height: 25px;}
		.lead-mainpg{color:#e5faff; font-size: 23px; font-weight: 300; line-height: 1.4;}
		.lead-mainpg-title {color:#b6f2ff; font-size: 31px; font-weight: 300; line-height: 1.2; transform: scale(0.95, 1.2);}
		.lead-feature-text {font-size: 20px; font-weight: 300; line-height: 24px;}
		.slogan-size {font-size:21px; line-height:1.4;}
		
		/*BACKGROUND IMAGES*/
		.bg-products {background-image: none; background-color:white;}
		
		.cstm-container{width:100%;}
		
		.compress-row{max-width:1200px; padding-left:25px; padding-right:25px;}	
		
		}
		
		@media(max-width:992px) {
		.txt-headline {
        padding: 0 0 0 0;		
   		}
			
  	    .txt-headline h1 {
        font-size: 70px;
		color:white;
    	}
		
		.navbar-spaceX1 {
		margin-left:0px;
		}
		.navbar-spaceX2 {
		margin-left:0px;
		}
		.navbar-spaceX3 {
		margin-left:0px;
		}
		
		.lead-maintxt {color:#333; font-size: 21px; font-weight: 300; line-height: 28px;}
		.lead-maintxt-sm {color:#333; font-size: 18px; font-weight: 300; line-height: 25px;}
	    .lead-mainpg{color:#e5faff; font-size: 22px; font-weight: 300; line-height: 1.4;}
		.lead-mainpg-title {color:#b6f2ff; font-size: 30px; font-weight: 300; line-height: 1.2; transform: scale(0.95, 1.2);}
     	.slogan-size {font-size:20px; line-height:1.4;}
		
		.compress-row{max-width:1200px; padding-left:0px; padding-right:0px;}	
		
		}
		
		@media(max-width:768px) {
		.txt-headline {
        padding: 0 0 0 0;		
   		}	
			
    	.txt-headline h1 {
        font-size: 70px;
		color:white;
        }
		
		.enlargex1 {
		margin-left: -15px; 
		margin-right:-15px;
		}
		
		/*adjusting header position: all products*/
		.hero2x {
    	background-position: -710px;
		}
		
		.featurette-headingx1 {
		padding-top:0px;	
		}
		
	   .lead-maintxt {color:#333; font-size: 20px; font-weight: 300; line-height: 26px;}
	   .lead-maintxt-sm {color:#333; font-size: 18px; font-weight: 300; line-height: 26px;}
	   .lead-mainpg{color:#e5faff; font-size: 21px; font-weight: 300; line-height: 1.4;}
	   .lead-mainpg-title {color:#b6f2ff; font-size: 28px; font-weight: 300; line-height: 1.2; transform: scale(0.95, 1.2);}
       .slogan-size {font-size:20px; line-height:1.4;}
	   .product-slogan {color:#fff; font-size: 25px; font-weight: 300; line-height: 28px; margin-top:-5px;}
   	   .product-title {color:#fff; font-size: 72px; font-weight: 300; line-height: 28px; margin-top:-0px; 	padding-top: 88px; margin-bottom: 40px; margin-right:-15px; margin-left:-15px;}

		/*CUSTOM CONTAINER SIZE*/
		.cstm-container{width:100%; margin-left:0px;}

		}
		
		@media(max-width:480px) {
    .txt-headline h1 {
		padding: 15px 0 0 0;
        font-size: 60px;
		color:white;
    }
	
	.enlargex1 {
		margin-left: -30px; 
		margin-right:-30px;
	}
	
		.smway2 h1{
		font-size:70px;
		padding-top: 30px;
		color:white;
		}
		
	/*article headers*/
	.featurette-headingx1 {
    font-size: 28px;
	margin-bottom:20px;
	color:#0072cf;
	}
	
	.lead-maintxt {color:#333; font-size: 19px; font-weight: 300; line-height: 25px;}
	.lead-maintxt-sm {color:#333; font-size: 17px; font-weight: 300; line-height: 25px;}
	.lead-mainpg{color:#e5faff; font-size: 20px; font-weight: 300; line-height: 1.4;}
	.lead-mainpg-title {color:#b6f2ff; font-size: 24px; font-weight: 300; line-height: 1.2; transform: scale(0.95, 1.2);}
	.slogan-size {font-size:19px; line-height:1.4;}
	.product-slogan {color:#fff; font-size: 22px; font-weight: 300; line-height: 28px; margin-top:-5px;}
	.product-title {color:#fff; font-size: 55px; font-weight: 300; line-height: 28px; margin-top:-0px; 	padding-top: 96px; margin-bottom: 22px; margin-right:-15px; margin-left:-15px;}
	.product-title-FP {color:#fff; font-size: 65px; font-weight: 300; line-height: 28px; margin-top:-0px; 	padding-top: 80px; margin-bottom: 30px; margin-right:-15px; margin-left:-15px;}
	
	.customdrops {padding-left:30px;}
	.drop-text {margin-left:-10px;}
	
	}
		
		@media(max-width:320px) {
    .txt-headline h1 {
		padding: 0px 0px 35px 0px;
        font-size: 60px;
		color:white;
    }
	
	.enlargex1 {
	margin-left: -30px; 
	margin-right:-25px;
	}
	
	.smway2 h1{
		font-size:70px;
		margin-left: -12px;
		padding-top: 30px;
		color:white;
	}
	
	/*article headers*/
	.featurette-headingx1 {
    font-size: 32px;
	margin-bottom:20px;
	color:#0072cf;
	}
	
	.lead-maintxt {color:#333; font-size:  18px; font-weight: 300; line-height: 23px;}
	.lead-maintxt-sm {color:#333; font-size: 17px; font-weight: 300; line-height: 24px;}
	.lead-mainpg{color:#e5faff; font-size: 19px; font-weight: 300; line-height: 1.3;}
	.lead-mainpg-title {color:#b6f2ff; font-size: 22px; font-weight: 300; line-height: 1.2; font-style:italic; transform: scale(0.95, 1.2);}
	.product-title {color:#fff; font-size: 50px; font-weight: 300; line-height: 28px; margin-top:-0px; 	padding-top: 98px; margin-bottom: 20px; margin-right:-15px; margin-left:-15px;}
	.product-title-FP {color:#fff; font-size: 60px; font-weight: 300; line-height: 28px; margin-top:-0px; 	padding-top: 80px; margin-bottom: 30px; margin-right:-15px; margin-left:-15px;}
	

	
	}
