body {
  padding-top: 30px;
  background-color: #000;
  overflow-x: hidden;
}

.b1 {
	background-image: url(/images/header.jpg) no-repeat;
	width: 100%;
}
.b2 {
	background-image: url(/images/b2.jpg) no-repeat;
	width: 100%;
}

.hero {
    position: relative;
    background: #000 url("images/header.jpg") center center;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
}

.hero2 {
    position: relative;
    background: #000 url("images/b2.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.hero3 {
    position: relative;
    background: #000 url("images/b3.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 8%;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.hero4 {
    position: relative;
    background: #000 url("images/b4.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 8%;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.hero6 {
    position: static;
    background: #000 url("images/b6.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;
}

.hero6x {
    position: static;
    background: #000 url("images/b5.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:-1px;
}
.hero7 {
    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;
}

.hero8 {
    position: relative;
    background: #000 url("images/b8.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.hero9 {
    position: relative;
    background: #000 url("images/b9.jpg") top center;
    width: 100%;
    height: 425px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.hero-bhm-contact{
    background: #000 url("images/344-1.jpg") top center;
    height: auto;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

@media only screen and (max-width: 1000px) {
    .hero-bhm-contact{
    padding-top: 100px;
    padding-bottom: 100px;
}
}

@media only screen and (max-width: 600px) {
    .hero-bhm-contact{
    padding-top: 75px;
    padding-bottom: 75px;
}
}

.product-hero {
    position: relative;
    background: #000 url("images/drops.jpg") top center;
    width: 100%;
    height: 350px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.herob {
    position: relative;
    background: #0072CF;
    width: 100%;
    height: 425px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.waves {
  position:static;
  height: 64px;
  width: 100%;
  padding-top: 10px;
  background-image: url("images/waves.png");
  background-repeat: repeat-x; 
  margin-top:-2px;
}

.waves-blue {
  height: 64px;
  width: 100%;
  padding-top: 10px;
  background-image: url("images/waves-blue.jpg");
  background-repeat: repeat-x; 
}

.site-heading h1 {
	font-size: 80px;
}

.site-heading hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
}

.hero .lead {
	color: #fff;
}

.container-flush {
    margin-right: auto;
    margin-left: auto;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 8px;
  width: auto;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

}
.intro-header {
  background-color: #000;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 320px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 320px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 320px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}

.shopitem {
   display: block;
   padding: 4px;
   margin-bottom: 20px;
   padding-top: 25px;
   line-height: 1.42857143;
   border-radius: 4px;
   -webkit-transition: border .2s ease-in-out;
   -o-transition: border .2s ease-in-out;
   transition: border .2s ease-in-out;
}
.imagewrap {
	display: inline-block;
	position: relative;
  border: 6px solid;
  border-color: #0072CF;
  border-radius: 5px;
}
.shopbutton {
	position:absolute;
  right: 10px;
  bottom: 15px;
}
.spacer {
	padding-top: 40px;
}
.shopname {
	position:absolute;
	right:36%;
	top:10%;
}
.items {
	background-color: #002545;
}
.items-related {
	background-color: #0072CF;
	color: #fff;
}
.items-related2 {
	background-color: #C8009C;
	color: #fff;
}
.items-related3 {
	background-color: #FF7900;
	color: #fff;
}
.items-related4 {
	background-color: #3D9B35;
	color: #fff;
}

.text-info {
	padding: 10px;
	color: #fff;
}

.feature1 {
	background-color: #3D9B35;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}
.feature2 {
	background-color: #C8009C;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}
.f2 {
  background-color: #C8009C;
  color: #fff;
}
.feature3 {
	background-color: #FF7900;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}
.feature4 {
	background-color: #0072CF;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}

.f4 {
  background-color: #0072CF;
  color: #fff;
}
.feat-ltext {
	padding-top: 15px;
	padding-left: 45px;
	padding-bottom: 30px;
	font-size: 15px;
}
.feat-rtext {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-size: 15px;
}
.feat-imgtxt1 { 
   	position: absolute; 
   	top: 60px; 
	text-align:center;
   	width: 100%; 
   	color: #fff;
   	background:rgba(61, 155, 53, 0.5);
}
.feat-imgtxt2 { 
   	position: absolute; 
   	top: 60px; 
	text-align:center;
   	width: 100%; 
   	color: #fff;
   	background:rgba(200, 0, 156, 0.5);
}
.feat-imgtxt3 { 
   	position: absolute; 
   	top: 60px; 
	text-align:center;
   	width: 100%; 
   	color: #fff;
   	background:rgba(255, 121, 0, 0.5);
}
.feat-imgtxt4 { 
   	position: absolute; 
   	top: 60px; 
	text-align:center;
   	width: 100%; 
   	color: #fff;
   	background:rgba(0, 114, 207, 0.5);
}

.sitemap {
	background-color: #000;
	padding: 25px;
}
.sitemap h3 {
	color:#fff;
}

.socials {
	background-color: #000;
	padding: 25px;
}
.socials h3{
	color: #fff;
}
.icon-l {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.icon-r {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer {
	background-color: #000;
	border: 1px;
	border-color: #000;
}
.footer p{
	color: #fff;
}
#footer-list li {
	color: #000;
}

/* PRODUCT PAGE */

.white {
	background-color: #fff;
}
.blue {
  background-color: #002545;
}
.productbox {
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right:10px;
    background-color:#fff;
	margin-bottom:10px;
}
.productbox1 {
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right:10px;
    background-color:#0072CF;
    color:#fff;
}
.productbox2 {
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right:10px;
    background-color:#C8009C;
    color:#fff;
}
.productbox3 {
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right:10px;
    background-color:#FF7900;
    color:#fff;
}
.productbox4 {
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right:10px;
    background-color:#3D9B35;
    color:#fff;
}

.shipping {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  background-color: #fff;
}

.gradient {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background: rgb(0,114,207); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,114,207,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,114,207,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,114,207,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072cf', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.gradient-p {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background: rgb(200,0,156); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(200,0,156,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(200,0,156,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(200,0,156,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8009C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.gradient-w {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.product-header {
	padding-top: 35px;
	font-size: 80px;
}
.one-liner {
	padding-top: 10px;
	padding-bottom: 25px;
	color: #fff;
}
.product-listing {
	padding-top: 25px;
/*	background-color: #fff;*/
}
.highlight {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-radius: 5px;
	background:rgba(0, 114, 207, 0.5);
	color: #fff;
}

/* HOW GOODY WORKS */
.featurette {
    overflow: hidden;
	padding: 25px;
    background-color: #fff;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}

footer {
    margin: 50px 0;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

/* FAQ Section */

.b-h2 h2 {
  color: #0072CF;
}

.accordion {
	width:100%;
	margin: 0 auto;
}

.accordion-toggle {
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	margin: 0;
	padding: 12px 0;
	position: relative;
}

.accordion-toggle.active:after {
	content:"";
	position:absolute;
	right:0;
	top:17px;
	width:0;
	height:0;
	border-bottom:5px solid #0072CF;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
}

.accordion-toggle:before {
	content:"";
	position:absolute;
	right:0;
	top:17px;
	width:0;
	height:0;
	border-top:5px solid #000;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
}

.accordion-toggle.active:before {
	display:none;
}

.accordion-content {
	display: none;
}

.accordion-toggle.active {
	color: #0072CF;
}

/* DISCOVER GOODY WATER */
.disc-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}

.disc-row {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px; 
}

/* MISSION */
.video-container iframe {
	max-width: 853px;
	max-height: 480px;
}

/* SLIDER */
.slider {
  height: 500px;
  margin: 0px auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(images/slide1.jpg)no-repeat center;
      background-size: cover;
    animation:fade 14s infinite;
-webkit-animation:fade 14s infinite;

} 
.slide2 {
  background: url(images/slide2.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 14s infinite;
-webkit-animation:fade2 14s infinite;
}
.slide3 {
    background: url(images/slide3.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 14s infinite;
-webkit-animation:fade3 14s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

.carousel img {
    min-width: 100%;
}

/* TABLES CSS */
.goody {
  background-color: #0072CF;
  font-weight: bold;
  color: #fff;
}

.bad {
  font-style: italic;
  color: red;
}