/*
font-family:'Neue Helvetica W02';
font-family:'Neue Helvetica W01';
*/
.background-f0efef{
	background-color:#f0efef;
}
h1{
	font-family:'Neue Helvetica W01';
	font-weight:500;
}
h2{
	font-family:'Neue Helvetica W01';
	font-weight:300;
}

@media (min-width: 768px) {
	h2{
		color:#231f20;
		font-size:48px;
		line-height:52px;
		margin:0 0 24px 0;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	h2{
		color:#231f20;
		font-size:48px;
		line-height:52px;
		margin:0 0 24px 0;
	}
}
@media (max-width: 480px) {
	h2{
		font-size:30px;
		line-height:normal;
		margin:0 0 24px 0;
	}
}

body{
	font-family:'Neue Helvetica W01';
	font-weight:300;
	font-size:16px;
	line-height:26px;
}
p{
	font-size:16px;
	line-height:26px;
	margin:0 0 26px 0;
	font-family:'Neue Helvetica W01';
	font-weight:300;
}
a{
	color:#008f9f;
}
a:hover,
a:focus,
a:active{
	color:#008f9f;
	text-decoration:none;
	outline: 0;
}

.button-default{
  border:none;
    background-image: none;
  background-color:#00ae4d;
  color:#fff;
  height:45px;
  padding:0 45px; 
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  font-size:18px;
  line-height:45px;
}

.button-default:hover{
  color: #00ae4d;
  background-color: #fff;
  outline: #00ae4d 2px solid; 
}



/* front-table
------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.intro{	
	position:absolute;
    top:0;
	z-index:55555;
 	min-height: 100.2%;
	height:100.2%;
	width:100%;
	margin-bottom: 100px;
    background-color:#ccc;
}
.front-table{
	background-image:url(../images/bg-front-table-1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 	min-height: 100%;
	vertical-align:middle;
	text-align:center;
	display:table;
	height:100%;
	width:100%;
}
.front-table td{
	position:relative;
}
.logo-intro{
	margin-bottom:30px;
}
.front-table h1{
	color:#fff;
	font-family:'Neue Helvetica W01';
	font-size:60px;
	font-weight:700;
	line-height:60px;
	text-transform:uppercase;
	margin:0;

}
.front-table p{
	color:#fff;
	font-family:'Neue Helvetica W01';
	font-size:50px;
	font-weight:700;
	text-transform:uppercase;
}
.descend-intro{
	position:absolute;
	bottom:40px;
	width:100%;
}
.logo-intro img{
 max-width:225px;
}
@media (max-width: 767px) {
	 .front-table .col-sm-10{
	 	padding-left:20px;
		padding-right:20px;
	 	padding-bottom:200px;
	 	padding-top:170px;
	 }
	.front-table .col-sm-10{
		padding-bottom:120px;
		padding-top:40px;
	 }
	 .logo-intro{
		margin-bottom:20px;
	}
	 .front-table p{
		font-size:26px;
		line-height:normal;
	 }
	 .front-table h1 {
		font-size:30px;
		line-height:normal;
	}	
}
@media (max-width: 480px) {
}
/* end front-table
------------------------------------------- */
.backsheet{
	width:100%;
	z-index:1;
}

.cover-on{
    position: fixed;
}

blockquote{
	border-left:5px solid #000;
	padding:0 0 0 20px;
	margin-bottom:40px;
}
@media (min-width: 768px){
	blockquote{
		margin-top:10px;
	}
}
blockquote .number{
	color:#000;
	font-size:80px;
	line-height:52px;	
	font-family:'Neue Helvetica W02';
	font-weight:800;
	margin-bottom:20px;
}
blockquote p{
	color:#000;
	font-size:20px;
	line-height:25px;	
	font-family:'Neue Helvetica W01';
	font-weight:300;
	margin-bottom:16px;
}
blockquote p.small{
	color:#999;
	font-size:10px;
	line-height:12px;
}

.col-sm-3-pic{
	margin-bottom:15px;
}
.video-1 iframe,
.sidebar-video iframe{
	width:100%!important;
	max-width:100%!important;
}

@media (min-width: 1000px){
	.video-1 iframe{
		width:853px!important;
		max-width:853px!important;
		height:480px;
	}
}

@media (min-width: 610px) and (max-width: 999px){
	.video-1 iframe{
		width:560px!important;
		max-width:560px!important;
		height:315px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	blockquote{
		border-left:none;
		padding:0;
		margin-bottom:40px;
		width:100%;
		display:table;
	}
	blockquote .col-sm-3-pic,
	blockquote .sidebar-video{
		display:table-cell;
		width:50%;
		vertical-align:top;
	}
	blockquote .div-text,
	blockquote .audio-block{
		display:table-cell;
		width:50%;
		vertical-align:top;
	}
	blockquote .div-text p,
	blockquote .audio-block-row{
		border-top:5px solid #000;
		padding-top:10px;
		margin-left:30px;
	}
}
@media (min-width: 768px) {
	.col-sm-3-pic img,
	.sidebar-video img,
	.video-1 img{
		width:100%;
		max-width:100%;
	}
}
.col-sm-3-pic img{
	border:1px solid #a0a0a0;
	margin-bottom:5px;
}
.col-sm-3-pic img.border-none{
	border:none;
}
blockquote .small,  
blockquote small {
    color: #999;
    display: block;
    font-size: 11px;
    line-height:normal;
}
/* .building-block-1
------------------------------------------------ */
@media (min-width: 768px) {
	.building-block-1{
		padding-top:80px;
		padding-bottom:90px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.building-block-1{
		padding-top:35px;
		padding-bottom:20px;
	}
}
@media (max-width: 480px) {
	.building-block-1{
		padding-top:30px;
		padding-bottom:0px;
	}
}
/* end .building-block-1
------------------------------------------------ */

/* .building-block-2
------------------------------------------------ */
@media (min-width: 768px) {
	.building-block-2{
		padding-top:50px;
		padding-bottom:25px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.building-block-2{
		padding-top:35px;
		padding-bottom:20px;
	}
}
@media (max-width: 480px) {
	.building-block-2{
		padding-top:30px;
		padding-bottom:0px;
	}
}
/* end .building-block-2
------------------------------------------------ */


/* video-section
------------------------------------------------ */
.video-block{
	/*background-color:#efefef;*/
	overflow:hidden;
}

.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

.video-section .col-sm-12{
	position:relative;
}
#video-height{
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.top-block-content{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.top-block-content h3{
    font-size:60px;
    line-height:62px;
    color:#000;
    font-weight:700;
    font-family:'Neue Helvetica W01';
    border-bottom:1px solid #000;
    display:table;
    width:auto;
    padding:0 25px 12px 25px;
    margin:0 auto;
    margin-bottom:11px;
    text-align:center;
    text-transform:uppercase;
}
.top-block-content h3 span{
    display:block;
    /*font-size:50px;*/
    /*letter-spacing:-0.5px;*/
}
.top-block-content h2{
    color:#000;
    text-align:center;
    font-size:26px;
    line-height:30px;
    padding-top:0;
    margin-top:0;
    margin-bottom:0;
}
.white h3{
    color:#fff;
    border-bottom:1px solid #fff;
}
.white h2{
    color:#fff;
}

@media (max-width: 480px){
	.top-block-content h3{
		font-size:30px;
		line-height:normal;
	}
	.top-block-content h3 span{
		/*font-size:22px;
		letter-spacing:0.9px;*/
	}
	.top-block-content h2{
    	font-size:16px;
    	line-height:20px;
    }
}

.pic-2{
	width:57px;
	height:57px;
	background:url(../images/pic-2.png) no-repeat 0 0;
	margin:0 auto;
	margin-top:-27px;
	position:relative;
}
@media (max-width: 1200px){
	.player1,
	.mbYTP_wrapper{
		display:none;
	}
	.video-block,
	#video-height{
		height:465px!important;
		overflow:hidden;
	}
	.video-block{
		background-image:url(../images/bkg_top_peaches_mobile.png);	
		background-position: center bottom;
		background-repeat:no-repeat;
	}
	.top-block-content h3, .top-block-content h2{
		color: #fff;
	}
	.top-block-content h3{
    	border-bottom: 1px solid #fff;
}
}
@media (min-width: 851px) and (max-width: 1200px) {
	.video-block{
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
}
@media (max-width: 850px){
	.video-block{
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		background-size: auto 100%
	}
}

/* end video-section
------------------------------------------------ */

/* nav
------------------------------------------------ */
.navbar-default {
    background-color:transparent;
}
.background-color {  
	background-color: rgba(255, 255, 255, 0.92);
}
.navbar-fixed-top {
    border-width:0;
}
.nav-border{
	border-bottom:1px solid #000;
	min-height:60px;
}
.background-color .nav-border{
	border-bottom:none;
}
.navbar-brand{
	padding:16px 15px;
}

.navbar-toggle{
	background-color: #000;
	border-radius: 15px;
	padding:0;
	width:30px;
	height:30px;
	margin:13px 0 0 0;
	border:none;
}
.navbar-toggle .fa-share{
	color:#fff;
}

.text-navbar p{
	font-size:14px;
	margin-bottom:0;
	padding:0;
	line-height:normal;
	display:inline;
	font-style:italic;
}	
@media (min-width: 768px) {
	.text-navbar{
		float:left;
		margin:17px 0 0 30px;
	}
	.text-navbar strong{
		display:inline-block;
		border-right:1px solid #000;
		padding-right:12px;
		margin-right:6px;
	}	
}
@media (min-width: 481px) and (max-width: 767px) {
	.text-navbar{
		line-height:18px;
		margin-top:11px;
	}
	.text-navbar strong{
		display:block;
	}
}
@media (max-width: 480px) {
	.navbar-brand {
		float: none;
		height: 50px;
		padding: 0;
	}
	.nav-border{
		padding:15px 0;
	}
	.navbar-header {
		padding-bottom: 12px;
	}	
}

/* social top
------------------------------------------------ */
.navbar-right {
	margin-right:0;
	margin-top:14px;
}
#navbar .navbar-right li{
	margin-left:7px;
}

#navbar .navbar-right a{
	color:#fff;
	display:block;
	height:30px;
	width:30px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-o-background-size: 30px 30px;
	background-size: 30px 30px;
}

.a-fa-facebook{
	background:url(../images/icn-facebook.png) no-repeat 0 0;
}
.a-fa-twitter{
	background:url(../images/icn-twitter.png) no-repeat 0 0;
}
.a-fa-google-plus{
	background:url(../images/icn-google-plus.png) no-repeat 0 0;
}
#navbar .navbar-right a:hover{
	opacity:0.5;
}
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
	.a-fa-facebook{
		background:url(../images/icn-facebook@2x.png) no-repeat 0 0;
	}
	.a-fa-twitter{
		background:url(../images/icn-twitter@2x.png) no-repeat 0 0;
	}
	.a-fa-google-plus{
		background:url(../images/icn-google-plus@2x.png) no-repeat 0 0;
	}
}

#navbar .navbar-right a .fa{
	color:#fff;
	font-size:20px;
	line-height:1px;
	vertical-align:top;
	position:relative;
}
#navbar .navbar-right a .fa-facebook{
	left:-6px;
}
#navbar .navbar-right a .fa-twitter{
	left:-9px;
}
#navbar .navbar-right a .fa-google-plus{
	left:-7px;
}
#navbar .navbar-right a:hover .fa{
	color:#fff;
}
@media (max-width: 767px) {
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover {
		background-color: #000;
	}
	.border-none{
		border:none;
	}
	.navbar{
		margin-bottom:0;
	}
	.navbar-default .navbar-collapse{
		border-color: none!important;
		border:none;
	}
	.navbar .container-fluid{
		padding:0;
		border:none;
	}
	.nav-border{
		padding-bottom:0;
	}
	#navbar{
		background-color: rgba(255, 255, 255, 0.92);
		border:none!important;
		padding-left:15px;
		padding-right:15px;
		margin-top:6px;
	}
	.navbar-collapse{
		padding:0;
	}
	.navbar-header{
		margin-left:15px;
		margin-right:15px;
	}
	#navbar .navbar-right li {
		margin: 10px 0 20px;
	}
	#navbar .navbar-right a .fa-facebook{
		top:6px;
	}
	#navbar .navbar-right a .fa-twitter{
		top:5px;
	}
	#navbar .navbar-right a .fa-google-plus{
		top:6px;
	}
	#navbar .navbar-right li{
		overflow:hidden;
	}
	#navbar .navbar-right li a{
		float:right;
	}
}
/* end social top
------------------------------------------------ */

/* end nav
------------------------------------------------ */

/* Those ripe
------------------------------------------------ */
.those-ripe .col-sm-3-pic{
	height:99px;
}
@media (min-width: 768px) {
	.those-ripe{
		padding-top:60px;
		padding-bottom:50px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.those-ripe{
		padding-top:30px;
		padding-bottom:15px;
	}
	.those-ripe .col-sm-3.col-sm-offset-1 .col-sm-3-pic{
		float:left;
		width:50%
	}
	.those-ripe .col-sm-3.col-sm-offset-1 img{
		width:95%;
		max-width:95%;
	}
	.those-ripe .col-sm-3.col-sm-offset-1 blockquote{
		width:50%;
		float:left;
	}
}
@media (max-width: 480px) {
	.those-ripe{
		padding-top:25px;
		padding-bottom:0px;
	}
	.those-ripe .col-sm-3.col-sm-offset-1{
		padding-top:15px;
	}
	.those-ripe .col-sm-3.col-sm-offset-1 .col-sm-3-pic{
		border-top:5px solid #000;
		margin-bottom:25px;
	}
	.those-ripe .col-sm-3.col-sm-offset-1 img{
		width:100%;
		max-width:100%;
		margin-top:25px;
	}
	.those-ripe .col-sm-3.col-sm-offset-1 blockquote{
		border:none;
		padding-left:0;
	}
}
/* end Those ripe
------------------------------------------------ */

/* block-2-carousel
------------------------------------------------ */
.block-2-carousel{
	background-color:#f0efef;
}
.block-2-carousel .carousel-2{
	overflow:hidden;
}
@media (min-width: 768px) {
	.block-2-carousel{
		padding-top:52px;
		padding-bottom:46px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.block-2-carousel{
		padding-top:35px;
		padding-bottom:20px;
	}
}
@media (max-width: 480px) {
	.block-2-carousel{
		padding-top:30px;
		padding-bottom:0px;
	}
}
/* block-2-carousel
------------------------------------------------ */

/* risk-pesticide
------------------------------------------------ */
@media (min-width: 768px) {
	.risk-pesticide{
		padding-top:80px;
		padding-bottom:50px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.risk-pesticide{
		padding-top:35px;
		padding-bottom:20px;
	}
}
@media (max-width: 480px) {
	.risk-pesticide{
		padding-top:30px;
		padding-bottom:0px;
	}
}
.video-1{
	margin-bottom:25px;
}
.video-1 .BrightcoveExperience{
	width:100%;
}
.sidebar-video .BrightcoveExperience{
	width:100%;
	max-width:100%;
}
/* end risk-pesticide
------------------------------------------------ */

/* pesticides-harmful
------------------------------------------------ */
@media (min-width: 768px) {
.pesticides-harmful{
	padding-top:80px;
	padding-bottom:50px;
}
}
@media (min-width: 481px) and (max-width: 767px) {
	.pesticides-harmful{
		padding-top:35px;
		padding-bottom:0px;
	}
}
@media (max-width: 480px) {
	.pesticides-harmful{
		padding-top:35px;
		padding-bottom:0px;
	}
}
.common-health{
	margin:20px 0 30px 0;
}
@media (min-width: 768px) and (max-width: 1000px) {
	.common-health img{
	width:100%!important;
	max-width:100%!important;
	}
}
#Stage div{
	width:100%!important;
	max-width:100%!important;
}

/*  Myth Busting
------------------------------------------------ */
.myth-busting{
	background-image:url(../images/bg-myth-busting.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:35px 0;
}
.myth-busting .container .row{
	background-color:rgba(255,255,255,0.95);
	padding-top:20px;
	padding-bottom:20px;
}
.fruit-block{
	text-align:center;
	margin-bottom:40px;
}
.myth-busting strong{
	font-family:'Neue Helvetica W02';
}
.margin-15px-lr{
	margin:0 15px;
}
@media (min-width: 481px) and (max-width: 767px) {
	.myth-busting {
		padding:30px;
	}
}
@media (max-width: 480px) {
	.myth-busting .container .row{
		padding-bottom:4px;
	}
	.fruit-block{
		margin-bottom:10px;
	}
	.myth-busting {
		padding: 20px 15px;
	}
	.margin-15px-lr{
		margin:0;
	}
	.fruit-block img{
		width:100%;
	}
}
/* end Myth Busting
------------------------------------------------ */

/* eat-organic
------------------------------------------------ */
@media (min-width: 481px) and (max-width: 767px) {
	.eat-organic{
		padding-bottom:50px;
	}
	.eat-organic .col-sm-3.col-sm-offset-1 blockquote{
		border-left: none;
		padding: 0;
	}
	.eat-organic .col-sm-3.col-sm-offset-1 blockquote .sidebar-video{
		width:50%;
		float:left;
	}
	.eat-organic .col-sm-3.col-sm-offset-1 blockquote .sidebar-video img{
		width:100%;
		max-width:100%;
	}
	.eat-organic .col-sm-3.col-sm-offset-1 blockquote .div-text{
		float:left;
		width:50%;
	}
	.eat-organic .col-sm-3.col-sm-offset-1 blockquote .div-text p{
		border-top:5px solid #000;
		margin-left:25px;
		padding-top:15px;
	}
}
@media (max-width: 480px) {
	.eat-organic .col-sm-3.col-sm-offset-1 blockquote{
		border-left: none;
		border-top:5px solid #000;
		padding: 25px 0 0 0;
	}
	.eat-organic .col-sm-3.col-sm-offset-1 blockquote .sidebar-video{
		margin-bottom:20px;
	}
}
/* end eat-organic
------------------------------------------------ */

/* better
------------------------------------------------ */
.better{
	background-image:url(../images/bg-1.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	-o-background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-khtml-background-size:cover;
	background-size:cover;
	padding-top:30px;
	padding-bottom:30px;
}
.better .col-sm-8 .bg-better{
	background-color:rgba(255,255,255,0.9);
	padding:15px 20px;
}
.better-foot{
	text-align:center;
	margin:50px 0 40px 0;
}
.better-foot h2,
.better-foot p{
	color:#fff;
}
.better-foot p{
	margin-bottom:40px;
}
@media (min-width: 481px) and (max-width: 767px) {
	.better .col-sm-2{
		display:none;
	}
	.better-foot {
		margin: 20px 0 10px;
	}
}
@media (max-width: 480px) {
	.better .col-sm-2{
		display:none;
	}
	.better-foot {
		margin: 40px 0 20px;
	}
	.float-left-footer {
		margin: 15px 0;
	}
}
/* end better
------------------------------------------------ */

/* away-pesticides
------------------------------------------------ */
@media (min-width: 768px) {
	.away-pesticides{
		padding-top:110px;
		padding-bottom:80px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.away-pesticides{
		padding-top:46px;
		padding-bottom:50px;
	}
	.away-pesticides .col-sm-3.col-sm-offset-1 blockquote{
		border-left: none;
		padding: 0;
	}
	.away-pesticides .col-sm-3.col-sm-offset-1 blockquote .sidebar-video{
		width:50%;
		float:left;
	}
	.away-pesticides .col-sm-3.col-sm-offset-1 blockquote .sidebar-video img{
		width:100%;
		max-width:100%;
	}
	.away-pesticides .col-sm-3.col-sm-offset-1 blockquote .div-text{
		float:left;
		width:50%;
	}
	.away-pesticides .col-sm-3.col-sm-offset-1 blockquote .div-text p{
		border-top:5px solid #000;
		margin-left:25px;
		padding-top:15px;
	}
}
@media (max-width: 480px) {
	.away-pesticides{
		padding-top:46px;
		padding-bottom:0;
	}
	.away-pesticides .col-sm-3.col-sm-offset-1 blockquote{
		border-left: none;
		border-top:5px solid #000;
		padding: 25px 0 0 0;
	}
	.away-pesticides .col-sm-3.col-sm-offset-1 blockquote .sidebar-video{
		margin-bottom:20px;
	}
}
/* end away-pesticides
------------------------------------------------ */

/* where-your-produce
------------------------------------------------ */
.where-your-produce .white-block .col-md-6{
	padding-left:0;
	padding-right:0;
}
@media (min-width: 768px) {
	.where-your-produce{
		padding-top:52px;
		padding-bottom:50px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.where-your-produce{
		padding-top:35px;
		padding-bottom:20px;
	}
}
@media (max-width: 480px) {
	.where-your-produce{
		padding-top:30px;
		padding-bottom:10px;
	}
	.where-your-produce .white-block .col-xs-6{
		width:100%;
	}
}
.where-your-produce{
	/*background-color:#f0efef;*/
}
.white-blocks{
	background-color:#fff;
	margin-bottom:5px;
}
.white-blocks img{
	width:100%;
	max-width:100%;
	border:1px solid #999;
}

.where-your-produce .col-xs-6 p{
	text-align:center;
	color:#231f20;
	font-size:20px;
	line-height:25px;
}
/* where-your-produce
------------------------------------------------ */

/* glyphosat
------------------------------------------------ */
@media (min-width: 768px) {
	.glyphosat{
		padding-top:110px;
		padding-bottom:80px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.glyphosat{
		padding-top:46px;
		padding-bottom:30px;
	}
	.glyphosat .col-sm-3.col-sm-offset-1 blockquote{
		border-left: none;
		padding: 0;
	}
	.glyphosat .col-sm-3.col-sm-offset-1 blockquote .col-sm-3-pic{
		width:50%;
		float:left;
	}
	.glyphosat .col-sm-3.col-sm-offset-1 blockquote .col-sm-3-pic img{
		width:100%;
		max-width:100%;
	}
	.glyphosat .col-sm-3.col-sm-offset-1 blockquote .div-text{
		float:left;
		width:50%;
	}
	.glyphosat .col-sm-3.col-sm-offset-1 blockquote .div-text p{
		border-top:5px solid #000;
		margin-left:25px;
		padding-top:15px;
	}
}
@media (max-width: 480px) {
	.glyphosat{
		padding-top:35px;
		padding-bottom:0px;
	}
	.glyphosat .col-sm-3.col-sm-offset-1 blockquote{
		border-left: none;
		border-top:5px solid #000;
		padding: 25px 0 0 0;
	}
	.glyphosat .col-sm-3.col-sm-offset-1 blockquote .col-sm-3-pic{
		margin-bottom:20px;
	}
}
/* end glyphosat
------------------------------------------------ */

/* help-make
------------------------------------------------ */
@media (min-width: 768px) {
	.help-make{
		padding-top:110px;
		padding-bottom:125px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.help-make{
		padding-top:46px;
		padding-bottom:20px;
	}
}
@media (max-width: 480px) {
	.help-make{
		padding-top:35px;
	}
}
.help-make{
	background-color:#f0efef;
}
.help-make button{
	margin-right:42px;
	margin-bottom:40px;
}
/* end help-make
------------------------------------------------ */

/* footer
------------------------------------------------ */
.footer{
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-weight:400;
	line-height:normal;
}
.footer .container{
	border-top:1px solid #fff;
	margin-bottom:18px;
}
.float-left-footer{
	float:left;
	margin-top:13px;
	line-height:16px;
}
.float-right-footer{
	float:right;
	text-align:right;
	margin-top:24px;
}
.footer a{
	color:#fff;
	font-size:12px;
}
.float-right-footer a{
	padding-left:35px;
}
.float-right-footer a:first-child{
	padding-left:0;
}
@media (max-width: 480px) {
	.footer{
		height:auto;
	}
	.float-right-footer,
	.float-left-footer{
		float:none;
		text-align:center;
	}
	.float-right-footer{
		margin:30px 0 15px 0;
	}
	.float-left-footer{
		margin:15px 0 30px;
	}
	.float-right-footer a,
	.float-right-footer a:first-child{
		padding:0 15px;
	}
}
/* end footer
------------------------------------------------ */

/* #sideNav 
------------------------------------------------ */
#sideNav {
    position: fixed;
    right: 0;
    top: 50%;
    width: 220px;
    z-index: 9999;
}
#sideNav div {
    color: #878787;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    margin-bottom: 5px;
    padding: 1px 25px 0 15px;
    width: 100%;
}
#sideNav div.active {
    background-color: #d8d8d8;
}
#sideNav div span {
    float: left;
    margin-right: 13px;
    margin-top: 1px;
    opacity: 0;
	font-size:13px;
	color:#878787;
}
#sideNav div a {
    background-color: #cacaca;
    border-radius: 50%;
    float: right;
    height: 10px;
    margin-top: 9px;
    width: 10px;
}
#sideNav div:hover {
 background-color: #d8d8d8;
}
#sideNav div:hover a {
 border: 2px solid #969696;
}
#sideNav div:hover span {
 opacity: 1;
}
#sideNav div.active {
 background-color: #d8d8d8;
 display:none;
}
#sideNav div.active span {
 opacity: 1;
}
#sideNav div.active a {
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 width: 10px;
 height: 10px;
 background-color: #ec1c24;
 float: right;
 margin-top: 9px;
}
#sideNav div:last-child {
    cursor: pointer;
    padding: 0 10px 0 0;
}
#sideNav div:last-child img {
    float: right;
    max-width: 40px;
    width: 100%;
	margin-top:-20px;
}
#sideNav div:last-child:hover {
 background-color: transparent;
}
@media (max-width: 990px) {
 #sideNav {
 display: none !important;
 }
}

@media (min-width: 991px) and (max-width: 1164px) {
	#sideNav {
	top: 50%;
	}
	#sideNav:hover div span {
	opacity: 0;
	}
	#sideNav div:hover span {
	opacity: 0;
	}
	#sideNav div.active {
	background-color: transparent;
	}
	#sideNav div.active span {
	opacity: 0;
	}
}

@media (min-width: 1165px) and (max-width: 1440px) {
	#sideNav {
		top: 36%;
	}
}

@media (min-width: 768px) and (max-width: 800px) {
	#sideNav {
		display: none !important;
	}
}
/* end #sideNav 
------------------------------------------------ */

@media (min-width: 480px) and (max-width: 869px) {
	.common-health  img{
		width: 80%;
		max-width:80%;
	}
}
@media (max-width: 480px) {
	.common-health  img{
		width: 480px;
	}
}


/* audio-block
------------------------------------------------- */
.audio-block .hidden-xs,
.audio-block .col-sm-3,
.audio-block .btn-group .btn + .btn{
    display:none!important;
}
 
.audio-block-row{
    position:relative;
    display:block;
}
.audio-block .audio-controls {
    display: block;
    position:absolute;
    top:0;
    left:0;
    height:56px;
    width:56px;
    z-index:3;
}
.audio-block-text{
    display:block;
    margin-left:76px;
}
 
.audio-block .playa{
    background-color: transparent;
    background:none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom:0;
    min-height: 56px;
    padding: 0;
    height:56px;
    width:56px;      
}
.audio-block .center-block{
    margin:0;
    padding:0;
    height:56px;
    width:56px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 
.audio-block .playa .btn-group .btn,
.audio-block .playa .btn-group .btn:hover,
.audio-block .playa .btn-group .btn:focus {
    background-color:transparent!important;
    display: block;
    height:56px;
    width:56px;
    overflow:hidden;
    line-height:56px;
    border:none;
    padding:0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
 
}
 
.audio-block .playa .btn-group .btn,
.audio-block .playa .btn-group .btn:hover,
.audio-block .playa .btn-group .btn:focus {
    background:url(../images/audio.png) no-repeat 0 0!important;
}
 
.audio-block i.glyphicon-play,
.audio-block .playa .btn-group .btn:hover .glyphicon-pause{
    background:none!important;
}
.audio-block i.glyphicon{
    font-family:Arial, Helvetica, sans-serif;
    top: 0;
    font-size:0;
    text-indent:-9999px;
    height:56px;
    width:56px;
    line-height:56px;
    display:block;
}
/*
.audio-block i.glyphicon-play,
.audio-block .playa .btn-group .btn:hover .glyphicon-pause{
    background:url(../images/audio.png) no-repeat 0 0!important;
}
*/
.audio-block .playa .btn-group .btn:hover .glyphicon-play,
.audio-block i.glyphicon-pause{
    background:url(../images/audio.png) no-repeat 0 -57px!important;
}
@media (min-width: 481px) and (max-width: 860px) {
    blockquote .audio-block-text p{
       /* word-break: break-all; */
    }
}
/* end audio-block
------------------------------------------------- */

@media (max-width: 480px) {
.common-health{

	max-width:480px;
	overflow:hidden;
}
}

/* popup
------------------------------------------------- */
.modal-content {	
	border:5px solid rgba(146, 197, 63, 1);
	border-radius: 0;
}
.modal-content button.close{
	margin-right:-35px;
	margin-top:-35px;
}
@media (min-width: 1000px) {
	.modal-dialog{
		width:902px;
	}
	.modal-dialog iframe{
		width:862px; 
		height:775px;
	}
}
@media (max-width: 768px) {
	.modal-dialog{
    	width: 95% !important;
    }
    .modal-dialog iframe{
        width:100% !important;
	}
}

@media (min-width: 600px) and (max-width: 1000px) {
	.modal-dialog{
		width:580px;
	}
	.modal-dialog iframe{
		width:540px; 
		height:809px;
	}
}


/* iPad 1 �? 2 landscape orientation  ----------- */
@media only screen
and (min-device-width : 600px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
	.modal-dialog{
		width:902px;
	}
	.modal-dialog iframe{
		width:862px; 
		height:850px;
	}
}
/* iPad 1 �? 2 album orientation ----------- */
@media only screen
and (min-device-width : 600px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1){
	.modal-dialog{
		width:580px;
	}
	.modal-dialog iframe{
		width:540px; 
		height:920px;
	}
}


@media (max-width: 599px) {
	.modal-dialog{
		min-width:320px;
	}
	.modal-dialog iframe{
		width:300px; 
		height:809px;
	}
}
/* end popup
------------------------------------------------- */
















