/**
 * Basic Structure
 * ----------------------------------------------------------------------------
 */

 body{
	font-size:14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4{
	font-weight:300;	
}
.full-width-page-title, .spring-sale-title {
	background:#003056;
	text-align:center;
	color:white;
	padding:15px 0;
	margin-bottom:20px;
}
.spring-sale-timer {
	text-align: center;
	color: red;
	font-size: 50px;
	font-weight: bold;
	padding-top: 3px;
}
.offer-timer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
#offer-ends-text {
    font-size: 40px;
    font-weight: 500;
    color:  #003056;
    margin-right: 20px;
}
#page-content{
	margin-bottom:20px;
}
.section-padding{
	padding:30px 0;
}
.left-allign-image{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.references-container sup{
	line-height: initial;
	display:block;
	color:#212529;
	margin-bottom:5px;
}
.references-container sup a{
	color:#212529;
}
.smaller-container .container{
	max-width:1020px;
}
.alignright-img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.alignleft-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
} 
.red-countdown {
    font-size: 32pt;
    color: red;
    line-height: 100%;
}.red-countdown.smaller-text{
	font-size: 28px;
}
body.top-advertorial-inside-header .top-advertorial{
	color:white;
	position: relative;
	margin-bottom: -25px;
	z-index: 1;
}

/**
 * Custom classes
 * -----------------------------------------------------------------------------
 */
 
.custom-red-button{
	background: #BE0000;
    color: #fff !important;
    display: block;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
    border-bottom: 5px solid #a80202;
}
.custom-red-button:hover{
	border-bottom: 5px solid #BE0000;
    background: #a80202;
	color:white !important;
	text-decoration:none;
	font-size: 28px !important;
}
.max-width-300px{
	max-width: 300px;
}

/* Breathing button */

.custom-breathing-button{
	-webkit-animation: breathing 3s ease-out infinite normal;
	animation: breathing 3s ease-out infinite normal;
	display: inline-block;
	min-width:450px;
	line-height: 70px;
}

@-webkit-keyframes breathing {
	0% {
	  -webkit-transform: scale(0.9);
	  transform: scale(0.9);
	}
  
	25% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  
	60% {
	  -webkit-transform: scale(0.9);
	  transform: scale(0.9);
	}
  
	100% {
	  -webkit-transform: scale(0.9);
	  transform: scale(0.9);
	}
  }
  
  @keyframes breathing {
	0% {
	  -webkit-transform: scale(0.9);
	  -ms-transform: scale(0.9);
	  transform: scale(0.9);
	}
  
	25% {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}
  
	60% {
	  -webkit-transform: scale(0.9);
	  -ms-transform: scale(0.9);
	  transform: scale(0.9);
	}
  
	100% {
	  -webkit-transform: scale(0.9);
	  -ms-transform: scale(0.9);
	  transform: scale(0.9);
	}
  }





/**
 * Header
 * -----------------------------------------------------------------------------
 */
 
#main-navigation .navbar-nav li a{
	border:2px solid transparent;
}

#main-navigation .navbar-nav li.active a{  
	border: 2px solid #d6d6d6;
    border-radius: 3px; 
}

/* Header variations */

.header-variation-phone{
    color: darkgrey;
    margin-top: 10px;
    font-size: 20px;
}

/**
 * Testimonials 
 * -----------------------------------------------------------------------------
 */

#testimonials-section h2{
	margin-bottom: 40px;
}
.testimonial-box{
	background: #f9f2cc;
    padding: 20px 10px;
    margin-bottom: 30px;
    font-size: 16px;
}
.testimonial-box span{
	width:100%;
	display: block;
	font-weight: bold;
}
.testimonial-box span.results-not-typical{
    font-size: 10pt;
    color: grey;
    font-weight: normal;
    margin-top: 15px;
}

/**
 * Home Page
 * -----------------------------------------------------------------------------
 */

#home-first-section img{

}
#home-first-section{
	background: #13a0e6;
	padding-top:30px;
	padding-bottom:30px;
	color:white;
}	
#home-first-section h1{
	font-weight:300;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
#home-first-section h3{
	font-weight:300;
	font-size: 26px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
#home-first-section a{
	background-color: #f2d03b;
    position: relative;
    top: 10px;
    padding: 15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.325);
	border-radius: 2px;
	border:none;
	color:white;
	display:block;
	max-width:350px;
	text-align:center;
}
#home-first-section a:hover{
	text-decoration:none;
	box-shadow:none;
}
#home-first-section .bbbseal a{
	background: transparent;
	box-shadow: none;
}
.home-section-padding{
	padding:20px 0;
}
#home-product-details-section h2{
	margin-bottom:20px;
}
.home-product-details-text{
	display: flex;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
}
#home-subscribe-section{
	background:#f4f4f4;
}
#home-subscribe-section h2{
	font-size:22px;
}
#home-subscribe-section input{
	width:100%;
	padding:7px 15px;
}
#home-subscribe-section input[type="submit"]{
	background:#13a0e6;
	width:100%;
	padding:9px 15px;
	cursor:pointer;
	color:white;
	border:none;
}
#home-subscribe-section input[type="submit"]:hover{
	opacity:0.8;
}
#home-three-boxes-section{
	margin-top:20px;
}
#home-three-boxes-section h4{
	margin-bottom:10px;
	margin-top:10px;
}
#home-three-boxes-section .last{
	background:#f4f4f4;
}

 
/**
 * Products Page
 * -----------------------------------------------------------------------------
 */
 
#product-info{ 
	background-color: #13a0e6;
	padding:20px 0;
	color:white;
}
#product-info h1{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	margin-top:40px;
}
#product-info table .amount {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    font-weight: 600;
}
#product-info table tr:nth-child(n+2) {
    border-bottom: 1px solid #fff;
}
#product-info table td {
    min-width: 60px;
    padding: 4px;
}
#product-info table td:first-of-type {
    font-weight: 600;
}
#product-info table td:nth-child(n+2) {
    text-align: right;
}
#product-info table tr:last-of-type {
    border-bottom: 4px solid #fff;
}
#product-info-collapse-content p{
	margin-top:10px;
}	
#product-info .btn{
    border-radius: 2px 2px 2px 2px;
    box-sizing: border-box;
    font-weight: 300;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 10px;
    margin: 10px 0;
	background:transparent;
	color:white;
	width:100%;
	text-align:left;
}
 
/**
 * Ingredients Page
 * -----------------------------------------------------------------------------
 */ 
 
.ingredients-three-columns h2{
	margin-bottom:40px;;
}	
.ingredients-three-columns .col-sm-4 img{
	margin-bottom:15px;
}
.ingredients-page-content h2{
    font-size: 1.5rem;
} 
.ingredients-page-content h3{
    font-size: 1rem;
} 
.ingredients-page-content .first-heading{
	margin-bottom:20px;
}

/**
 * Research Page
 * -----------------------------------------------------------------------------
 */
 
.research-page-content .references-container{
	margin-top:30px;
}	
.research-page-content h2{
	margin-bottom:20px;
}
.research-dropdown-pdf-box{
	margin-top:30px;
}	
.research-dropdown-collapse-content{
	min-height:500px;
	max-height: 600px;
	display:block;
	transition: height .35s ease;
	overflow:hidden;
	position:relative;
	background:grey;
	margin-top:30px;
}
.research-dropdown-collapse-content iframe{
	width: 100%;
	height: -webkit-fill-available;
	position: absolute;
	height: 100%;
}
.research-dropdown-pdf-box h4{
	margin-bottom:10px;
	margin-top:30px;
}
 
/**
 * FAQ's Page
 * -----------------------------------------------------------------------------
 */

 
.faqs-contact-info {
    border-radius: 2px 2px 2px 2px;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    overflow: hidden;
    margin: 20px 0;
    padding:20px 20px 0 20px; 
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
	font-weight: 500;
}
.panel-title>a{
	color:inherit;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-body {
    padding: 15px;
}
.faqs-section{
	margin-top:20px;
}

/**
 * Single Article Page 
 * -----------------------------------------------------------------------------
 */

body.single-article-page #page-content .container{
	max-width: 810px;
}
body.single-article-page #site-header{
	padding: 20px 0;
}
body.single-article-page #page-content{
	font-size: 13pt;
}
body.single-article-page #page-content h1{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:36px;
	font-weight: 500;
	line-height: 1.1;
}
body.single-article-page #page-content h3{
	font-size: 24px;
	font-weight: 500;
}
body.single-article-page #page-content p{
	margin-bottom: 10px;
}
body.single-article-page #page-content a{
	color:#0000FF;
	text-decoration: underline;
}
body.single-article-page #page-content a:hover{
	color:red;
}
body.single-article-page .single-article-top-meta{
	font-size: 11pt;
	border-bottom:3px double #8c8b8b;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
body.single-article-page .single-article-top-meta span{
	color:red;
}

/**
 * Contact Page
 * -----------------------------------------------------------------------------
 */

#contact-page-form #submit-contact-form{ 
	margin-top: 25px;
    background-color:#f2d03b;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
	cursor:pointer;
}
#contact-page-form .submit{
	width:100%;
	text-align:center;
}
#contact-form-response{
	margin-top:20px;
}

/**
 * Bottle Options Page
 * -----------------------------------------------------------------------------
 */
.product-column {
    text-align: center;
    margin-bottom: 20px;
}
.product-column h2 {
    border-bottom: 1px solid;
    font-size: 24px;
}
.product-column h3 {
    font-size: 22px;
    margin: 20px 0 10px 0;
}
.product-price {
    background: #262626;
    color: white;
    padding: 10px;
    font-size: 24px;
}

/**
 * New Bottle Options Page
 * -----------------------------------------------------------------------------
 */

 #bottle-options-order-section .rect {
    color: #ffffff;
    padding: 8px 15px;
    background-color: #e1c27a;
    display: inline-block;
}
#bottle-options-order-section .rect-triangle {
    display: inline-block;
    border-bottom: 40px solid #e1c27a;
    border-right: 32px solid transparent;
}
#bottle-options-order-section h1{
	font-size: 34px;
}
#bottle-options-order-section h4{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.bottle-options-5stars-rating{
	background: url(../images/specials/5-stars-icon.gif) no-repeat;
	padding-left: 95px;
	color: #939393;
	font-size: 12px;
	padding-top: 4px;
}
#bottle-options-price{
	font-size: 16px;
}
#bottle-options-price del{
	font-weight: bolder;
}
#bottle-options-price strong{
	font-size: 30px;
    color: #cd051d;
}
#bottle-options-price .bottle-options-save-text{
    color: #cd051d;
}
#bottle-options-shipping-cost{
	font-weight: bolder;
	background: url(../images/shipping-truck.png) no-repeat;
	padding-left: 47px;
    padding-top: 5px;
}
#bottle-options-order-section .bottle-options-package {
    /* max-width: 180px; */
    width: 32%;
    border: solid 1px #e6e6e6;
    text-align: center;
    margin-bottom: 20px;
	cursor: pointer;
	padding: 20px 0;
	position: relative;
	font-size: 16px;
}
#bottle-options-order-section .bottle-options-package.active{
	color: #ffffff;
    background-color: #0d233f;
}
#bottle-options-order-section .bottle-options-package p{
	margin-bottom: 0;
}
.bottle-options-packages .bottle-options-package .best-value-bottle-package{
	width: 60px;
    height: 60px;
    border-top: solid 30px #e1c27a;
    border-right: solid 30px #e1c27a;
    border-left: solid 30px transparent;
    border-bottom: solid 30px transparent;
    position: absolute;
    top: -2px;
    right: -2px;
}
.bottle-options-packages .bottle-options-package .best-value-bottle-package span{
	transform: rotate(45deg);
    font-size: 12px;
    width: 50px;
    color: #ffffff;
    margin-left: -16px;
    margin-top: -22px;
	line-height: 1;
	display: block;
}
.bottle-options-add-cart{
	border-top: solid 3px #e6e6e6;
	padding-top: 20px;
}
.bottle-options-add-cart img{
	margin-top: 10px;
}
.bottle-options-add-cart a{
	width: 100%;
	padding: 15px;
    background-color: #37b121;
    color: #fff;
    font-weight: 700;
	text-align: center;
	display: inline-block;
}
.bottle-options-add-cart a:hover{
	background-color: #44be2e;
	text-decoration: none;
}
#bottle-options-money-back-section{
	background: #f4f4f4;
}
#bottle-options-money-back-section p{
	font-size: 18px;
}
#bottle-options-product-tabs-section .nav-tabs a{
	font-size: 25px;
	text-align: center;
	color: #333333;
}
#bottle-options-product-tabs-section .nav-tabs a.active{
	border-bottom: solid 3px #0c233f;
}
#bottle-options-product-tabs-section .tab-content {
    padding: 35px;
	border: solid 1px #e6e6e6;
	font-size: 18px;
}
#bottle-options-testimonials-section{
	background: #f4f4f4;
}
#bottle-options-testimonials-section .container .bottle-options-testimonial-box:not(:first-of-type){
	border-top: solid 1px #d5d5d5;
}
.bottle-options-testimonial-left img{
	margin-bottom: 10px;
}
.bottle-options-testimonial-left p{
	margin-bottom: 0;
}
.bottle-options-testimonial-right h3{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.bottle-options-testimonial-right p{
	font-size: 18px;
}
.bottle-options-faq-box h4{
	margin-bottom: 30px;
	font-weight: bold;
}
.bottle-options-faq-box p{
	margin-bottom: 0;
	font-size:18px;
}
#bottle-options-faqs-section .container .row .col-lg-10 .bottle-options-faq-box:not(:first-child){
	border-top: solid 1px #d5d5d5;
	padding-top: 30px;
}
#bottle-options-faqs-section .container .row .col-lg-10 .bottle-options-faq-box:not(:last-child){
	padding-bottom: 30px;
}


/**
 * Choose your package Page 
 * -----------------------------------------------------------------------------
 */

#choose-package-order-section{
	background: url('/images/choose-package/blue-dots-bg.jpg') no-repeat;
	background-size: cover;
}
#choose-package-order-section .container{
	max-width: 1000px;
}
#choose-package-order-section h1{
	font-weight: bold;
	font-size: 34px;
	color:white;
}
#choose-package-order-section hr{
	width: 87px;
	border-top: 2px solid #fff;
	display: inline-block;
}
#choose-package-order-section ul li{
	list-style-type: none;
	float:left;
	width:50%;
	padding-bottom: 15px;
	font-size: 20px;
	color:white;
}
#choose-package-order-section ul li .fa{
	color:#66b0b8;
	font-size: 20px;
}
.choose-package-order-wrapper{
	max-width: 700px;
}
.choose-package-order-options{
	width: 55%;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 12px 24px 0 rgba(0,0,0,.3);
    box-shadow: 0 12px 24px 0 rgba(0,0,0,.3);
    background: #fff;
    border-radius: 5px;
    max-height: 489px;
    position: relative;
    z-index: 2;
}
.choose-package-order-guarantee{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: center;
    margin-top: 30px;
    margin-left: -11px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 12px 24px 0 rgba(0,0,0,.3);
    box-shadow: 0 12px 24px 0 rgba(0,0,0,.3);
    max-height: 432px;
}
.choose-package-order-title{
	position: relative;
}
.choose-package-order-title h3{
	background-color: #66b0b8;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 23px 0;
    margin-top: 0;
    margin-bottom: 30px;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
.choose-package-order-title span{
	position: absolute;
    bottom: -20px;
    left: 44%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	border-top: 20px solid #66b0b8;
	line-height: initial;
}
.choose-package-order-content{
	padding: 0 30px;
}
.choose-package-option-box{
	width: 30%;
	background-color: #f1f1f1;
	color: #9c9c9c;
	padding: 14px 10px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	cursor: pointer;
}
.choose-package-option-box.active{
	background-color: #fff;
    border: 2px solid #66b0b8;
	color: #000;
	width:34%;
	margin:0 5px;
}
.choose-package-option-box p{
	margin: 0;
	font-size: 18px;
}
.choose-package-option-box span{
	font-size:40px;
	display: block;
	line-height: initial;
}
.choose-package-option-box.active span{
	font-size: 48px;
}
#choose-package-order-section .choose-package-order-content hr{
	border-top: 1px solid #9c9c9c;
	margin-bottom: 0;
}
.choose-package-retail{
	margin-bottom: 0;
    margin-top: 18px;
    color: #62676b;
    letter-spacing: 1px;
    font-size: 18px;
}
.choose-package-instant-savings{
	color: #66b0b8;
    font-size: 18px;
    font-family: nexa bold,sans-serif;
    margin-top: 3px;
	margin-bottom: 13px;
	font-weight: bold;
}
#choose-package-reduced-price{
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 0;
}
.choose-package-one-time-payment{
	font-size: 18px;
    color: #62676b;
}
#choose-package-link{
	display: inline-block;
    width: 290px;
    margin: 0 auto;
    color: #fff;
    background: #ff9e32;
    box-shadow: 0 12px 24px 0 rgba(102,102,102,.15);
    padding: 13px 0;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none !important;
}
#choose-package-link:hover{
	background: #ff9222;
}
#choose-package-shipping-cost{
	color: #9c9c9c;
	background: url('../images/choose-package/grey-shipping-truck.png') no-repeat;
    padding-left: 45px;
    margin-top: 15px;
    max-width: 200px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
}
.choose-package-guarantee-content img{
	max-width: 140px;
}
.choose-package-guarantee-content{
	padding: 0 20px;
}
#choose-package-faqs-section h2{
	color:#66b0b8;
	font-weight: bold;
}
#choose-package-faqs-section hr{
	border-top: 2px solid #66b0b8;
	width: 60px;
	margin-left: 0;
}
.choose-package-faq-box{
	margin-bottom: 30px;
}
.choose-package-faq-box h4{
	font-weight: bold;
	margin-bottom: 10px;
}
#choose-package-doctor-section{
	background: #66b0b8;
	color:white;
}
#choose-package-doctor-section h2{
	font-weight: bold;
}
#choose-package-doctor-section hr{
	border-color:white;
	width:60px;
	margin-left: 0;
}
#choose-package-product-info-section h2{
	color:#66b0b8;
	font-weight: bold;
}
#choose-package-product-info-section hr{
	border-top:2px solid #66b0b8;
	width:60px;
	margin-left: 0;
}
#choose-package-product-info-section a{
	display: inline-block;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    padding: 15px 35px;
    font-size: 18px;
    border-radius: 5px;
	background: #ff9e32;
	font-weight: bold;
}
#choose-package-product-info-section a:hover{
	opacity: 0.75;
}





/**
 * Specials Page 
 * -----------------------------------------------------------------------------
 */


#specials-discount-bottles-section .container{
	max-width: 900px;
}
.specials-top-full-bar{
	background: #003056;
	text-align: center;
	color: white;
	padding: 15px 0;
	margin-bottom: 20px;
}
.specials-top-full-bar .fa{
	font-size: 50px;
    line-height: 40px;
}
.specials-bottle-box{
	border: 1px solid #898989;
}
.specials-bottle-box.specials-three-bottles{
    width: 106%;
	margin-left: -3%;
	border: 5px solid #f16521;
	margin-top: -1px;
    margin-bottom: -1px;
}
.specials-bottle-box.specials-three-bottles .col-7{
	background-color: #fffee6;
}
.specials-bottle-box.specials-three-bottles .col-5{
	background-color: #fdfac3;
}
.specials-bottle-box .col-md-7{
	padding-top: 15px;
}
.specials-bottle-box .col-md-5{
	text-align: center;
    background: #F5F5F5;
    padding: 15px 0 2px 0;
}
.special-bottle-option-txt{
	font-size: 20px;
	color: #898989;
	font-weight: 500;
	margin-bottom: 0;
}
.specials-bottle-box h3{
	font-size: 44px;
    font-weight: 600;
    margin-bottom: 0;
}
.specials-bottle-retail-price p{
	color: #828282;
	font-size: 20px;
	margin-bottom: 0;
}
.specials-bottle-pay-just p{
	font-size: 20px;
	margin-bottom: 0;
}
.specials-bottle-save-txt{
    color: #CE0000;
    font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}
.specials-bottle-just-price{
	font-size: 24px;
    font-weight: bold;
    color: #40A900;
    margin-bottom: 3px;
}
.specials-bottle-button{
	background: #ffffce;
    background: -moz-linear-gradient(top,#ffffce 0,#fbba1d 14%,#fc9900 40%,#e75f01 100%);
    background: -webkit-linear-gradient(top,#ffffce 0,#fbba1d 14%,#fc9900 40%,#e75f01 100%);
    background: linear-gradient(to bottom,#ffffce 0,#fbba1d 14%,#fc9900 40%,#e75f01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffce', endColorstr='#e75f01', GradientType=0);
    border: solid 3px #994000;
    font-size: 34px;
    text-shadow: 0.5px 0.9px 1px #fffa65;
    color: #10284c;
    border-radius: 6px;
    margin-top: 15px;
    line-height: 1;
    padding: 18px 12px 18px;
    font-style: italic;
    font-weight: bold;
	margin: 10px 0px 0px 0px;
	display: inline-block;
	text-align: center;
}
.specials-bottle-button:hover{
	text-decoration: none;
	opacity:0.7;
}
.specials-bottle-shipping{
	font-size: 20px;
    font-weight: bold;
    color: #40A900;
    margin-top: 10px;
    margin-bottom: 0;
}
.specials-bottle-shipping span{
	color: #d54242;
}
#specials-money-back-section .container{
	max-width: 1024px;
}
#specials-money-back-section .col-md-8{
	background-color: #FFFDBE;
	padding: 30px 20px 20px 35px;
}
#specials-money-back-section .col-md-8 p{
	font-size: 20px;
    text-align: justify;
}
#specials-money-back-section .col-md-8 h4{
    font-size: 20px;
    margin-top: 30px;
}
.specials-money-back-right{
	padding-left: 25px;
}
.specials-money-back-right h4{
	font-size: 30px;
    line-height: 33px;
    padding-left: 16px;
    font-weight: bold;
    color: #348FD4;
    padding-top: 3px;
}
.specials-money-back-right ul{
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
}
.specials-money-back-right ul li{
	font-size: 18px;
	color: #000;
	display: flex;
	margin-bottom: 7px;
}
.specials-money-back-right ul li span{
	font-size: 13px;
	color: #808181;
	display: block;
}
.specials-money-back-right ul li p{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
.specials-money-back-right ul li::before{
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	color:#348FD4;    
	font-size: 30px;
    margin-right: 5px;
}
#specials-testimonials-section .container{
    max-width: 1024px;
}
.specials-review-box{
	margin-bottom: 35px;
}
.specials-review-box .specials-review-name{
	font-size: 18px;
}
.specials-review-box .specials-review-name .fa{
    padding: 5px;
    border-radius: 50%;
    background: grey;
    width: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
	color: white;
	margin-right: 10px;
}
.specials-review-box .specials-review-title{
	color: #000;
    font-size: 18px;
    background: url('../images/specials/5-stars-icon.gif') no-repeat;
	padding-left: 95px;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 700;
}
.specials-review-box .specials-review-date{
	font-size: 16px;
	color: #535353;
	margin-bottom: 10px;
}
.specials-review-box .specials-review-date strong{
	color:#be0000;
}
.specials-review-box .specials-review-text{
	font-size: 18px;
}
.specials-review-box .specials-review-not-typical{
	font-size: 10pt;
    color: grey;
	margin-top: 15px;
	text-align: right;
}
#specials-faqs-section {
    max-width: 1024px;
}
.specials-faq-box{
	margin-bottom: 20px;
}
.specials-faq-box h4{
	margin-bottom: 15px;
	font-weight: bold;
}
.specials-faq-box p{
	font-size: 16px;
}
.specials-big-link a{
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
}
.specials-big-link a span{
	text-decoration: underline;
}

/**
 * Landing page with sidebar 
 * -----------------------------------------------------------------------------
 */

.color-blue{
	color: #0073af;
}
body.landing-page-with-sidebar-body{
	background-color: #e7e7e7;
}
body.landing-page-with-sidebar-body #page-content{
	margin-bottom: 0;
}
body.landing-page-with-sidebar-body #page-content .container{
	max-width: 860px;
	background:white;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	box-shadow: 0px 0px 15px -5px #000000;
} 
body.landing-page-with-sidebar-body h1{
	font-size: 66px;
	font-weight: bold;
	margin-bottom: 0;
}
.landing-page-left-content h2{
	font-size: 44px;
}
body.landing-page-with-sidebar-body header .col-sm-9 hr{
	border-top: 3px solid #0073af;
	margin-top: 10px;
}
.landing-page-left-content{
	border-right: solid 1px #c0c0c0;
	margin-top:20px;
}
.landing-page-left-content p{
	font-size: 18px;
}
.landing-page-left-content .individual-results-may-vary{
	font-size:12px;
}
.landing-page-sidebar{
	padding-top:25px;
}
.landing-page-sidebar h3{
	font-weight: bold;
	font-size: 20px;
}
.landing-page-sidebar ul{
	list-style-type: none;
	padding-left: 0;
}
.landing-page-sidebar ul li:not(:last-child){
	border-bottom: solid 1px #c0c0c0;
	margin-bottom: 10px;
    padding-bottom: 10px;
}
.landing-page-sidebar ul li a{
	color: #337ab7;
	line-height: 1.2em;
	font-size: 16px;
	font-weight: bold;
}



/**
 * Presentation Page 
 * -----------------------------------------------------------------------------
 */

body.presentation-page-template #site-header{
	padding-top: 15px;
}
body.presentation-page-template #addtocart{
	max-width: 620px;
}
body.presentation-page-template .references{
	max-width: 760px;
	padding-top: 30px;
}
body.presentation-page-template #presentation-testimonials-wrapper{
	max-width: 760px;
	padding-top: 60px;
}
#presentation-testimonials-wrapper h3{
	border-bottom: 2px solid #d7d7d7;
	font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.presentation-page-top-video{
	padding-top: 40px;
	padding-bottom: 30px;
	max-width: 620px;
}
.references p, .references i {
    color: gray;
    font-size: 10pt;
}
.next-step-button{
	font-weight: bold;
    width: 254px;
    border: 1px solid #e47925;
    font-size: 20px;
    color: #FFF;
    box-shadow: 0px 1px 3px #666666;
    background-color: #dfa15a;
    background-image: -webkit-linear-gradient(top, #dfa15a, #ed8924);
    background-image: -moz-linear-gradient(top, #dfa15a, #ed8924);
    background-image: -ms-linear-gradient(top, #dfa15a, #ed8924);
    background-image: -o-linear-gradient(top, #dfa15a, #ed8924);
    background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    padding: 8px 68px 8px 68px;
    letter-spacing: 2px;
}
.next-step-button:hover {
    background: #e47825;
    background-image: -webkit-linear-gradient(top, #e47825, #ba5b12);
    background-image: -moz-linear-gradient(top, #e47825, #ba5b12);
    background-image: -ms-linear-gradient(top, #e47825, #ba5b12);
    background-image: -o-linear-gradient(top, #e47825, #ba5b12);
    background-image: linear-gradient(to bottom, #e47825, #ba5b12);
    text-decoration: none;
    color: #fff;
}

/**
 * Presentation Gem Page
 * -----------------------------------------------------------------------------
 */ 

#presentation-gem-add-to-cart-wrapper{
	max-width: 800px;
}
.video-with-unmutes-wrapper{
	position: relative;
}
.unmute-wistia-video {
    text-align: center;
    top: 170px;
    left: -290px;
    right: -290px;
    position: absolute;
    z-index: 1;
}
.unmute-button.left{
	float:left;
}
.unmute-button.right{
	float:right;
}
.unmute-button{
	cursor: pointer;
	color:#000;
	font-family:Arial;
	font-size:24px;
	font-weight:700;
	letter-spacing:-.02em;
	text-decoration:none;
	border-bottom:5px solid #c90;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-color:#ffbf00;
	background-image:url(https://theflatbellyfix.com/vsl/web/i/xunmute.png,qv=3.pagespeed.ic.bztgoluqwe.webp);
	background-position:top center;
	background-repeat:no-repeat;
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.35);box-shadow:0 2px 4px 0 rgba(0,0,0,.35);padding:1.65em .5em .45em .5em;display:inline-block;-webkit-transition:all 222ms ease;-moz-transition:all 222ms ease;-ms-transition:all 222ms ease;-o-transition:all 222ms ease;transition:all 222ms ease;
}


/* Carousel testimonials */

.carousel-testimonial{
	width:50%;
	float:left;
	text-align: justify;
}
.carousel-testimonial.first{
	padding-right: 20px;
}
.carousel-testimonial.second{
	padding-left: 20px;
}
.carousel-testimonial span{
	font-weight: bold;
}
.carousel-testimonial .carousel-results-not-typical{
	display: block;
	font-size: 10pt;
    color: grey;
    font-weight: normal;
    margin-top: 5px;
}

body.presentation-page-template.wide-version .presentation-page-top-video,
body.presentation-page-template.wide-version #presentation-testimonials-wrapper,
body.presentation-page-template.wide-version .references{
	max-width: 800px;
}


/* Hide payment method */
.payment-methods-fields .form-group:first-child .radio-inline:last-child {
    display: none !important;
}

/**
 * Landing page
 * -----------------------------------------------------------------------------
 */
.landing-page-body{
	font-family: "Landing-Font";
}
.landing-page-body .container{
	max-width: 800px;
}
.landing-page-body #page-content{
	color: #4A4A4A;
    font-size: 20px;
    line-height: 32px
}
#site-header.header-landing-page{
	background-image: url('../images/landing/landing-top.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
#site-header.header-landing-page .container{
	position: relative;
	z-index: 1;
} 
#site-header.header-landing-page h1{
	color:white;
    font-size: 66px;
    line-height: 72px;
	margin-top: 35px;
	margin-bottom: 35px;
}
#site-header.header-landing-page span{
	margin-top: 25px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 12px;
}
#site-header.header-landing-page::after{
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}
.header-landing-page-a{
	text-decoration: none !important;
}


/**
 * Footer
 * -----------------------------------------------------------------------------
 */

#site-footer{
	background-color: #f4f4f4;
	padding-top:20px;
}
#footer-newsletter-form input{
	display:inline-block;
	width:65%;
	padding: 7px;
    border: none;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 2px 2px 2px 2px;
}
#footer-newsletter-form input[type="submit"]{
	display:inline-block;
	width:33%;
	background-color: #f2d03b;
    color: #fff;
    border: none;
	padding:8px;
	cursor:pointer;
}
.footer-btn{
	background-color: #f2d03b;
    color: #fff;
    border: none;
	padding:8px;
	width:100%;
	display:block;
	max-width:350px;
}
#site-footer a:hover{
	text-decoration:none;
}
.footer-social-icons{
	margin-top:20px;
}
.footer-social-icons .fb-icon{
	color:#3b5998;
}
.footer-social-icons .twitter-icon{
	color:#1dcaff;
}
.footer-menu a{
	color:#7f7f7f;
}
.footer-copyright{
	color:#7f7f7f;
}
#site-footer .col-12{
	margin-top:30px;
}
.footer-disclaimer{
	font-size: 13px;
	color:#7f7f7f;
}

/* BBB badge */
#bbb-badge{
	right:24% !important;
	top: 10px !important;
}

/**
 * Responsive 
 * -----------------------------------------------------------------------------
 */

 
@media only screen and (min-width : 768px) {
	#get-email-popup .modal-dialog {
	    max-width: 600px;
	}
	.max-width-300px-desktop-tablet {
	    max-width: 300px;
	}
}


@media only screen and (min-width : 1001px) {
	
	#product-info .amount-per-serving-td{
		min-width: 150px;
	}
	.research-dropdown-pdf-box object{
		min-height: 500px;
	}
	.bottle-options-add-cart img{
		max-width: 48%;
	}

	
}

@media only screen and (min-width : 1280px) {

	#home-first-section h1{
		margin-top: 40px;
	}
}
 
/* Wide screen */
@media only screen and (min-width : 1600px) {

}
 
 

 
 
 
/* Medium devices (tablets, 768px and up) */
@media only screen and (max-width : 768px) {
	h1.heading-one-smaller-mobile-tablet{
		font-size: 26px;
	}
	#site-header .navbar-brand {
		max-width: 250px;
	}
	#main-navigation .navbar-nav li a{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
	}
	#home-first-section h3{
		font-size: 22px;
	}
	#home-first-section h1{
		font-size: 30px;
	}
	.offer-timer-container {
        flex-direction: column;
		margin: 0;
    }
	#offer-ends-text {
        margin-right: 0;
    }
    #offer-ends-text, .spring-sale-timer {
        font-size: 24px;
    }
	.spring-sale-timer {
		margin-bottom: 5px;
	}
	.bottles-section {
		padding-top: 0 !important;
	}
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	#home-first-section .bbbseal a{
		max-width: 300px;
	}

	body.home-top-button-visible-mobile #home-first-section h1{
		font-size: 28px;
		margin-top: 10px;
	}

	body.home-top-button-visible-mobile #home-first-section h3{
		font-size: 22px;
		margin-bottom: 0;
	}
	body.home-top-button-visible-mobile #home-first-section a{
		font-weight: bold;
		color:black;
		max-width: 250px;
		line-height: 35px;
	}
	body.home-top-button-visible-mobile #home-first-section{
		padding-top: 10px;
	}


	#site-header.header-landing-page h1{
		font-size: 32px;
    	line-height: initial;
	}

	.custom-breathing-button{
		min-width: 340px;
		line-height: 50px;
	}

	#bbb-badge {
		right: 30px !important;
	}

	.header-variation{
		margin-bottom: -20px;
	}
	.header-variation-phone{
		margin-top: 15px;
		font-size: 20px;
	}
	#site-header {
		display: inline-block;
		width: 100%;
	}
	#site-header.header-variation img{
		max-width: 50px;
	}

	#site-header .navbar-brand{
		max-width: 200px;
	}
	.home-product-details-text{
		display: block;
	}
	#home-subscribe-section input[type="email"]{
		margin-bottom: 10px;
	}
	#home-three-boxes-section .col-sm-4{
		margin-bottom: 15px;
	}
	#site-footer .col-sm-6{
		margin-bottom: 20px;
		text-align: center;
	}
	#site-footer a.footer-btn{
		margin-left: auto;
		margin-right: auto;
		max-width: 150px;
	}
	#home-first-section{
		text-align: center;
	}
	#home-first-section a{
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
	#home-three-boxes-section .col-sm-4{
		text-align: center;
	}
	#product-info h1{
		text-align: center;
		font-size: 2em;
	}
	.full-width-page-title{
		padding-left: 15px;
		padding-right: 15px;
	}
	.spring-sale-title {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.research-dropdown-pdf-box h4{
		text-align: center;
	}
	.ingredients-three-columns .col-sm-4{
		margin-bottom: 40px;
	}
	body.order-page-template h1 {
    	font-size: 19px;
    	margin-bottom: 20px;
	}
	body.order-page-template .top-order-image {
    	max-width: 50%;
	}

	body.order-page-template #orderForm .form-group{
		display: inline-block;
		width: 100%;
	}
	body.order-page-template .product-purchase-plan .col-xs-9,
	body.order-page-template .total-amount-you-pay-section .col-xs-9{
		width: 75%;
		float: left;
	}
	body.order-page-template .product-purchase-plan .col-xs-3,
	body.order-page-template .total-amount-you-pay-section .col-xs-3{
		width: 25%;
		float: left;
	}
	.divider-20px-mobile {
    	height: 20px;
	}
	body.single-article-page #page-content h1{
		font-size: 18px;
	}
	.specials-top-full-bar h1{
		font-size: 22px;
		margin-bottom: 0;
	}
	.specials-top-full-bar h2{
		font-size: 18px;
		display: none;
	}
	.specials-top-full-bar .fa{
		display: none;
	}
	.specials-top-full-bar{
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.specials-bottle-box h3{
		font-size: 17px;
	}
	.special-bottle-option-txt {
		font-size: 16px;
	}
	.specials-bottle-box {
		margin-left: 0px;
		margin-right: 0px;
	}
	.specials-bottle-just-price{
		font-size: 14px;
	}
	.specials-bottle-box .col-7{
		padding: 7px 10px;
	}
	.specials-bottle-box .col-5{
		padding: 7px 10px;
	}
	.specials-bottle-retail-price p{
		font-size: 16px;
	}
	.specials-bottle-pay-just p{
		font-size: 16px;
	}
	.specials-bottle-save-txt{
		font-size: 13px;
	}
	.specials-bottle-shipping {
		font-size: 13px;
		margin-top: 5px;
	}
	.specials-bottle-button{
		font-size: 16px;
		padding: 10px 15px;
		margin-top: 0;
	}
	.specials-bottle-box.specials-three-bottles {
		width: 104%;
		margin-left: -2%;
		border: 3px solid #f16521;
	}
	#specials-money-back-section .col-md-8{
		padding: 20px 15px;
		margin-bottom: 30px;
	}
	#specials-money-back-section .col-md-8 p{
		font-size: 18px;
	}
	#specials-money-back-section .col-md-8 h4{
		font-size: 16px;
	}
	#specials-money-back-section .col-md-8 img{
		display: block;
		margin: 0 auto;
	}
	#specials-money-back-section > .container > h4{
		font-size: 16px;
	}
	#specials-testimonials-section{
		padding-top: 0;
	}
	#specials-testimonials-section > .container > h3{
		font-size: 20px;
	}
	.specials-review-box {
		display: flex;
		flex-direction: column;
	}
	.specials-review-box .specials-review-name{
		font-size: 16px;
		order: 1;
	}
	.specials-review-box .specials-review-title{
		font-size: 18px;
		padding-left: 0;
		background: none;
		order: 3;
	}
	.specials-review-box .specials-review-date{
		order: 2;
		background: url(../images/specials/5-stars-icon.gif) no-repeat;
		padding-left: 90px;
		margin-top: 12px;
		margin-bottom: 0;
	}
	.specials-review-box .specials-review-text {
		order: 4;
	}
	.specials-review-box .specials-review-not-typical {
		order: 5;
	}
	#specials-testimonials-section .container .specials-review-box:last-child{
		margin-bottom: 0;
	}
	#specials-faqs-section > h3{
		font-size: 20px;
	}
	.specials-big-link a{
		font-size: 24px;
		line-height: initial;
		margin-bottom: 15px;
		display: block;
	}
	#bottle-options-product-tabs-section .nav-tabs a{
		font-size: 20px;
	}
	#bottle-options-order-section h1 {
		font-size: 28px;
	}
	.bottle-options-add-cart{
		padding-top: 10px;
	}
	.bottle-options-add-cart img {
		margin-bottom: 10px;
	}
	.bottle-options-testimonial-right h3{
		margin-top: 15px;
	}
	.bottle-options-testimonial-left{
		display: flex;
    	flex-direction: column;
	}
	.bottle-options-testimonial-name{
		order:1;
		margin-bottom: 5px;
	}
	.bottle-options-testimonial-stars-rating {
		order:2;
	}
	.bottle-options-testimonial-left p{
		display: inline-block;
	}
	.bottle-options-testimonial-name p:first-child::after{
		content:', ';
	}
	body.landing-page-with-sidebar-body h1{
		font-size: 32px;
	}
	body.landing-page-with-sidebar-body header .col-sm-3{
		text-align: center;
	}
	#choose-package-order-section h1{
		font-size: 28px;
	}
	.choose-package-order-options{
		width:100%;
	}
	.choose-package-order-guarantee{
		width:100%;
		margin-left: 0;
	}
	.choose-package-option-box{
		padding-left: 1%;
		padding-right: 1%;
	}
	.choose-package-option-box.active{
		padding-left: 1%;
		padding-right: 1%;
		width:33%;
	}
	.choose-package-order-content {
		padding: 0 20px;
	}
	.choose-package-order-title h3{
		padding: 10px 0;
		font-size: 18px;
	}
} 


@media only screen and (max-width : 320px) {

	#site-header .navbar-brand{
		max-width: 185px;
	}

	#bottle-options-price strong {
		font-size: 24px;
	}

	#bottle-options-order-section .bottle-options-package{
		font-size: 14px;
	}
	#bottle-options-price {
		font-size: 14px;
	}

}

/* ============== Recommended Articles =============== */


.recommended-articles-container .recommended-article-title {
    margin-top: 7px;
    
}

.recommended-article-title a {
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size:18px !important;
}

.recommended-articles-container .recommended-article-title a:hover {
    text-decoration: none;
}
