@charset "utf-8";

/* MIN WIDTH 320px
========================================================*/
@media only screen and (min-width : 0px) and (max-width: 767px){

	/*	SECTION 2
	======================================================================*/
	.section2 .h2{
		font: 328%/140% 'Oswald';
		font-weight: 700;
	}

	/*	SECTION 3
	======================================================================*/
	.section3 .col-sm-6 h3.subtext-h3 {
		font-size: 213%;
	}

	/*	SECTION 4
	======================================================================*/
	.buynow-benefits{
		font: 300%/120% 'Oswald';
		margin: 12px auto 10px;
	}


	/*	SECTION 12
	======================================================================*/
	.section12 .banner-bottle{
		max-width: 334px;
		width: 100%;
	}
	.section12 .form-control{
		margin: 0 auto;
		width: 100%;
		max-width:400px;
		height: 40px;
	}
	.section12 .buynow2 {
		font-size: 294%;
		background-size: 18%;
	}
	.section12 .buynow3{
		background: #f0b61c;
		margin-top: 14px;
		font-size: 244%;
		background-size: 15%;
		padding: 10px 28px;
		width: 100%;
		max-width:400px;
	}

}

/* MIN WIDTH 768px
========================================================*/
@media (min-width: 768px){


	/*	SECTION 1
	======================================================================*/
	.section1 .btn-buynow{
	}
	.section1 .btn-buynow + .col-md-8.col-xs-12{
		margin-left:10px;
	}

	/*	SECTION 4
	======================================================================*/
	.section4 .buynow-benefits{
		font: 44px/24px 'Oswald';
		margin: 12px auto 10px;
	}

	/*	SECTION 11
	======================================================================*/
	.section11 .h2{
		font: 337%/120% 'Oswald';
	}
	.section11 .trademark-h2 {
		top: -27px;
		left: -10px;
	}

	/*	SECTION 12
	======================================================================*/
	.section12 .banner-bottle{
		max-width: 334px;
		width: 100%;
	}
	.section12 .buynow2 {
		background: #f0b61c url(../images/icon-arrow-checkout.png) 94% center no-repeat;
		padding: 30px 112px 30px 37px;
	}
	.section12 .buynow3{
		background: #f0b61c;
		padding: 20px 49px;
		margin-top: 14px;
		font: 315%/24px 'Oswald';
		width: 77%;
		outline:none;
		border:0;
		border-bottom: 4px solid #e67925;
	}
	.section12 .buynow3:hover{
		background-color: #FFC732;
	}
	.section12 .buynow3:focus{
		background-color: #e67925;
	}
	.section12 .h2 {
		font: 352%/120% 'Oswald';
	}
	.section12 .trademark-h2 {
		top: -28px;
	}
	.section12 .gray-bg{
		text-align:center;
		padding: 2em 0 3em 0;
	}
	.section12 .form-control{
		margin: 0 auto;
		width: 77%;
		height: 40px;
	}

	/*	SECTION 14
	======================================================================*/
	.section14 .col-sm-9:first-of-type{
		width:100%;
	}
}

@media (min-width: 1024px){
	.section1 .section1-bottle {
	  margin-top: -135px;
	}
	.section1 .btn-buynow + .col-md-8.col-xs-12{
		margin-left:0px;
	}

}

/*	GENERAL STYLES
======================================================================*/
.section11 .arrow-white{
	  border-color: #E0E0E0 transparent transparent transparent;
}

/*	HEADER
======================================================================*/
.navbar-nav li:nth-of-type(4), .navmenu-nav li:nth-of-type(5){
	display:none !important;
}
.headerPhone{
	right: 81px;
    z-index: 10;
}
.viewCart{
display:none;
}

/*	FOOTER
======================================================================*/
.labelPop{
	display:none;
}
.labelPop+.footSep{
	display:none;
}
