/*Font Family Museo */
@font-face {
    font-family: 'Museo300-Regular';
    src: url('../fonts/Museo300-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Museo300-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo700-Regular';
    src: url('../fonts/Museo700-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Museo700-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "AntartidaRoundedBlack";
    src: url("../fonts/AntartidaRoundedBlack.eot");
    src: url("../fonts/AntartidaRoundedBlack.eot?") format("embedded-opentype"), url("../fonts/AntartidaRoundedBlack.woff") format("woff"), url("../fonts/AntartidaRoundedBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}



/* CSS Document */
html, body{
	font-family: 'Museo300-Regular', "sans-serif";
	width:100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #3E9930;
}
img{
	max-width:100%;
}
.disclaimer {
	font-family: Arial, sans-serif !important;
	font-size: 13px;
	width: 90%;
}
a,
a:hover,
ul li a,
ul li a:visited,
ul li a:active,
ul li a:focus{
	color: #fff;
	text-decoration: none;
}
h1, h2, h3, h4{
	font-family: 'Museo700-Regular';
	color: #3E9930;
}
.desktop{
	display: none;
}
.mobile{
	display: block;
}

.table tbody tr td,
.table tbody tr th,
.table tfoot tr td,
.table tfoot tr th,
.table thead tr td,
.table thead tr th{
	border-top: none;
}
.feature{
	width:150px;
	margin: 30px auto 0;
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	border-radius: 5px;
	padding: 6px 12px;
}

.modal-header{
    padding: 15px;
    border-bottom: 1px solid #3E9930;
    background-color: #3E9930;
    border-radius: 5px 5px 0 0;
}
.modal-header h4{color: #FFF;}
.modal-body p a,
.modal-body p a:hover,
.modal-body p a:visited,
.modal-body p a:active,
.modal-body p a:focus{
	color: #5DB128;
	text-decoration: underline;
}

.contain{
	width: 100%;
	margin: 0;
	padding: 0;
}
	.strong-txt, .phone-title, .phone-hashtag, .about-txt, .start-title-top, .title-juices, .title-products, .title-history{
		font-family: 'Museo700-Regular';
}
.start-strong{
	width: 100%;
	background: url(../imgs/back-wood.png) repeat;
	text-align: center;
	margin: 0;
}
.decor{
	background: url(../imgs/decor.png) no-repeat center 20px;
	background-size: contain;
}
.spoon{
	background: url(../imgs/decor-spoon.png) no-repeat center 50px;
	background-size: contain;
}
.strong-txt{
	width: 80%;
	font-size: 78px;
	color: #3E9930;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
	padding-top: 80px;
	line-height: 1;
}
.small-txt{
	font-size: 20px;
	color: #333;
}
.strong-img img{
	margin: 0;
	margin-top: 30px;
	transition: all .2s ease-in-out;
}
.strong-img img:hover{
	transform: scale(.98);
}
.strong-btn{
	/*margin-top: 40px;*/
	padding-bottom: 40px;
}
.strong-btn p{
	width:10%;
	background-color: #3E9930;
	border-radius: 5%;
	color: #fff;
	font-size: 22px;
	padding: 5px 10px;
	margin: auto;
}
.phone{
	width: 100%;
	background-color: #FFDA00;
	background-size: cover;
	margin: 0;
	padding: 0;
	padding-top: 50px;
}
.txt-left{
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
}
.phone-title{
	margin: auto;
	margin-left: 30%;
	margin-bottom: 20px;
	text-align: left;
	font-size: 90px;
	color: #409233;
	line-height: 1;
}
.phone-txt{
	margin: auto;
	margin-left: 30%;
	margin-bottom: 20px;
	text-align: left;
	font-size: 30px;
	color: #333;
	line-height: 1;
}
.phone-hashtag{
	margin: auto;
	margin-left: 30%;
	margin-bottom: 30px;
	text-align: left;
	font-size: 50px;
	color: #409233;
	line-height: 1;
}
.img-right img{

}
.recipes{
	text-align: center;
	padding: 30px 0;
}
.recipes img{
	max-with:100%;
}
.ginger{
	margin-bottom: 10px;
}
.ginger img{
	transition: all .2s ease-in-out;
}
.ginger img:hover{
	filter: brightness(.9);
	transform: scale(.98);
}
.carrot{
	margin-bottom: 10px;
}
.carrot img{
	transition: all .2s ease-in-out;
}
.carrot img:hover{
	filter: brightness(.9);
	transform: scale(.98);
	transition: all .2s ease-in-out;
}
.banana{
	margin-bottom: 10px;
}
.banana img{
	transition: all .2s ease-in-out;
}
.banana img:hover{
	filter: brightness(.9);
	transform: scale(.98);
	transition: all .2s ease-in-out;
}
.about{
	background: url(../imgs/back-apple.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
.about-txt{
	width: 80%;
	font-size: 78px;
	color: #f4f4f4;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
	padding-top: 80px;
	line-height: 1;
}
.social{
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.logo-social{
	padding: 50px 0;
	text-align: center;
	margin: auto;
}
.post{
	padding:20px 0;
	background-color: #E5E5E5;
	text-align: center;
	margin: auto;
}







/* PRODUCT TAB*/






.title-products{
	font-size: 62px;
	color: #3E9930;
	text-align: center;
	padding: 50px 0;
	line-height: 55px;
}

.products{
	background: url(../imgs/back-wood.png) repeat;
	padding: 100px 0 0;
}
.juice-pdt{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.btn-pdt{
	width:350px;
	margin: 0 auto;
}
.btn-pdt:hover{
	background-color: #52a052;
	border-radius: 10px;
}
.btn-pdt p{
	font-size: 30px;
	color: #FFFFFF;
	display: inline-block;
	padding-left: 15%;
}
.btn-link{
	position: relative;
	padding: 10px 15px 5px 15px;
	background-color: #5cb85c;
	border-radius: 10px;
}
.apple-juice{
	width: 80px;
	position: absolute;
	top: -55px;
	left: 0px;


}
.apple-sauce{
	position: absolute;
	top: -30px;
    width: 95px;
    left: -20px;


}

.well {
	width:80%;
	margin: 0 auto;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #5cb85c;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: 1px 1px 15px 1px rgba(0,0,0, .2);
}


.multiplePrd {
	width: 25%;
	float: left;
	margin: 10px;	
}

/*100% JUICE*/


.juices{
	background: url(../imgs/back-wood.png) repeat;
	margin-top: 60px;
}
.title-juices{
	font-size: 62px;
	color: #3E9930;
	text-align: center;
	padding: 50px 0;
}
.photo{
	margin: 20px auto;
	text-align: center;
	padding: 0;
}

.juice-hold{
 	text-align: center;
}
.juice-text{
	margin: 20px auto;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	width: 87%;
	padding: 20px 40px 40px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 15px 1px #757575;
}
.juice-text-bottom{
	margin: 20px auto 70px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	width: 87%;
	padding: 0 0 10px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 15px 1px #757575;
	border-radius: 10px 10px 0 0;
}
.years{
	color: #3E9930;
}
.txt-btm{
	margin: 40px 0 0 45%;
	padding-bottom: 50px;
	width: 50%;
}
.inside-txt{
	position: relative;
	background-color: #FFFFFF;
	padding: 10px 40px 30px 40px;
	box-shadow: 1px 1px 15px 1px #757575;
}

.nutrition{}
.info{
	padding: 0 20px;
}
.product-opt{
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.img-opt {
	display: inline-block;
	margin:0 20px 0 25px;

}
.title-opt{
	color: #FFFFFF;
	font-size:20px;
	padding: 15px 0 10px;
	text-align: center;
	margin: 0;
	background-color: #3E9930;
	border-radius: 10px 10px 0 0;
}




/*HISTORY TAB*/






.history{
	background: url(../imgs/back-wood.png) repeat;
	margin-top: 60px;
}
.title-history{
	font-size: 62px;
	color: #3E9930;
	text-align: center;
	padding: 50px 0;
}
.hist-photo{
	margin: 20px auto;
	text-align: center;
	padding: 0 40px;
}
.hist-photo img{
	box-shadow: 1px 1px 15px 1px #757575;
}
.hist-hold{
 	text-align: center;
}
.hist-text{
	margin: 20px auto;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	width: 87%;
	padding: 20px 40px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 15px 1px #757575;
}
.years{
	color: #3E9930;
}
.apple{
	margin: 40px 0 0 45%;
	padding-bottom: 50px;
	width: 50%;
}
.apple-txt{
	position: relative;
	background-color: #FFFFFF;
	padding: 10px 40px 30px 40px;
	box-shadow: 1px 1px 15px 1px #757575;
}
.img-apple{
	width:387px;
	height: 249px;
	position: absolute;
	margin-left: -400px;
	margin-top: -20px;
}




/* Start Strong Gallery */
.startStrongHome{
	background: url(../imgs/green_bg.png) no-repeat #3e9930;
	padding: 100px 0 0px;
}
.startStrongHome .row {
	background: url(../imgs/startstrong.png) no-repeat bottom right;
	padding-bottom: 200px;
	background-size: 85%;
}
.startStrongHome .title-start{
    font-family: 'Museo700-Regular';
	font-size: 62px;
	color: #fff;
	text-align: left;
	line-height: 55px;
}
.startStrongHome p {
    font-family: 'Museo300-Regular';
	font-size: 22px;
	color: #000;
	text-align: left;
	line-height: 30px;
	font-weight: normal;
}

.startStrongHome .btn-success {
	color: #4cae4c;
    background-color: #FFDA00;
    border-color: #f1cc02;
	transform: scale(1);
	transition: all .5s ease;
}
.startStrongHome .btn-success:hover {
	color:#fff;background-color:#4cae4c;border-color:#5cb85c;
	transform: scale(.95);
	transition: all .5s ease;
}







.startStrong{
	background: url(../imgs/family-startstrong.jpg) no-repeat #d8ddd9;
	padding: 100px 0 0px;
	background-size: 85%;
	background-position: 100% 50px;
}


.title-startStrong{
    font-family: 'Museo700-Regular';
	font-size: 62px;
	/*color: #fff;*/
	text-align: left;
	padding: 50px 0 10px 5%;
	line-height: 55px;
	/*text-shadow: 1px 1px 5px rgba(0,0,0,1);*/
}




.startStrong header {
	/*background: url(../imgs/startstrong.png) no-repeat bottom right;*/
	padding-bottom: 50px;
}

.startStrong p {
    font-family: 'Museo300-Regular';
	width: 50%;
	max-width: 600px;
	font-size: 22px;
	color: #000;
	text-align: left;
	padding: 0 0 100px 5%;
	line-height: 30px;
	font-weight: normal;
	text-shadow: none;
}

.startStrongGallery{
	background: url(../imgs/back-wood.png) repeat;
	padding: 20px 0;
}
.startStrongGallery .title-products {
	font-family: 'Museo700-Regular';
    font-size: 53px;
    padding: 5px;
    line-height: 50px;
}


.contentGallery {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.decorStart{
	background: url(../imgs/decor-startstrong.png) no-repeat center 10px;
	background-size: 110%;
}
.contentGallery img {
	border: #FFF solid 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	transform: scale(1);
	transition: all .5s ease;
}
.contentGallery img:hover {
	transform: scale(.95);
	transition: all .5s ease;
}
.contentGallery p {
    font-family: 'Museo300-Regular';
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
	padding: 10px 80px;
}
.contentGallery h2 {
    font-family: 'Museo700-Regular';
	font-size: 32px;
	color: #3E9930;
}

.contentGallery .btn-success {
	color: #4cae4c;
    background-color: #FFDA00;
    border-color: #f1cc02;
	transform: scale(1);
	transition: all .5s ease;
}
.contentGallery .btn-success:hover {
	color:#fff;background-color:#4cae4c;border-color:#5cb85c;
	transform: scale(.95);
	transition: all .5s ease;
}

.contentGallery .col-sm-6 {
	text-align: center;
	
}








/* NAVBAR STYLES*/






ul li{
      margin: 0;
      padding: 0;
    }
.navbar-default{
	background-color: #FFDA00;
	border-color: #FFDA00;
	height: 70px;
}
.navbar-default .navbar-nav li a {
      font-size: 14px;
      color: #000;
      margin-left:10px;
      margin-top: 10px;
	  font-family: "AntartidaRoundedBlack", sans-serif;
    }
.navbar-default .navbar-brand{
      padding: 0;
      margin-top: 0;
      transform: scale(.5);
    }
.navbar-default .navbar-toggle {
      border-color: #000;
    }
.navbar-default .navbar-toggle .icon-bar{
      background-color: #000;
    }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background-color: #f4f4f4;
    }
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover {
      color: #FFF;
    }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #FFDA00;
	padding-right: 15px;
    }
.navbar-toggle {
      padding: 9px 10px;
      margin-top: 17px;
      margin-right: 35px;
      margin-bottom: 8px;
    }
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover {
    color: #333;
    background-color: #f4f4f4;
	border-radius: 5px;
}
  

/* SLIDE STYLES */

	
.carousel-control.right {
		right: 0;
		left: auto; 
		background-image: none !important; 
	}
.carousel-control.left {
		left: 0;
		right: auto; 
		background-image: none !important; 
	}
.carousel-inner .back{
		background-color: #3E9930;
		margin-top: 55px;
	}
.carousel-inner .back2{
		background-color: #3E9930;
		margin-top: 55px;
	}
.carousel-inner .back3{
		background-color: #3E9930;
		margin-top: 55px;
	}
.carousel-inner .back4{
		background-color: #3E9930;
		margin-top: 55px;
	}
.carousel-inner .item {
		text-align: -webkit-right;
	}
.carousel-indicators {
		position: absolute;
		bottom: 10px;
		left: 50%;
		z-index: 15;
		width: 60%;
		padding-left: 0;
		margin-left: -30%;
		text-align: center;
		list-style: none;
		transform: scale(.8);
	}
.carousel-caption {
		color: #f4f4f4;
		left:0;
		
	}
.strong-text-top{
		font-size: 30px;
		line-height:1.3;
		margin: 0;
		margin-top: 10px;
		padding: 0;
		text-align: left;
	}
.start-title-top{
		font-size: 110px;
		line-height: .8;
		text-align: left;
		margin-bottom: 30px;
	}

.start-title-janice{
	    font-family: 'Museo700-Regular';
		font-size: 45px;
		line-height: .8;
		text-align: left;
		margin-bottom: 15px;
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}
.start-text-janice{
    font-family: 'Museo300-Regular';
		font-size: 30px;
		line-height: .8;
		text-align: left;
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}
.btn-janice {
	color: #4cae4c;
    background-color: #FFDA00;
    border-color: #f1cc02;
	transform: scale(1);
	transition: all .5s ease;
}


.btn-janice:hover {
	color:#fff;background-color:#4cae4c;border-color:#5cb85c;
	transform: scale(.95);
	transition: all .5s ease;
}


.btn-group-lg .btn, .btn-lg {
/*padding: 5px 50px !important;*/
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 6px;
	}
.btn-lg a:focus, .btn-lg .btn a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
	

/* Footer Styles */

.footer-txt ul li{
		display: inline-block;
		margin: 10px 15px;
		font-size: 16px;
	}
.footer-txt ul li a, .footer-txt ul li a:visited, .footer-txt ul li a:active, .footer-txt ul li a:focus{
		color: #fff;
		text-decoration: none;
	}
.footer-txt ul li a:hover{
		color: #333;
		text-decoration: none;
	}
.footer{
		margin: 0;
		padding: 20px 0;
		background-color: #3E9930;
		text-align: center;
		text-decoration: none;
	}
.footer-txt{
		text-align: center;
		margin: auto;
		width:80%;
	}
.footer-txt ul li{
	 	list-style-type: none;
	}
.copyright{
		color:#fff;
		
		font-weight: 300;
	}





/*****************************TABLET AND MOBILE STYLES*************************************************************/






@media screen and (max-width: 920px){
	.strong-txt, .phone-title, .phone-hashtag, .about-txt{
		font-family: 'Museo700-Regular';
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
		font-size: 48px;
}
	.small-txt, .phone-txt{
		text-align: center;
		margin: auto;
		font-size: 16px;
}	
}
@media screen and (min-width: 768px){  

    .navbar {
      border-radius: 0;
    }
	.carousel-caption {
			left: 10% !important;
			padding-bottom: 30px;
			top: 65px;
			text-align: left;
			width: 30%;
	}
  }
 @media (max-width: 877px){
	 	.janiceCaption {
	top: 0 !important;
}

	  .navbar-default .navbar-nav{
		  background-color: #FFDA00;
	  }
  	.navbar-default .navbar-nav li a {
		font-size: 10px;
		color: #333;
		margin:10px 0 0 10px;
	  }
  }

@media (max-width: 977px){
		.carousel-caption {
			padding-bottom: 30px;
			top: 70px;
			left: 0;
			text-align: left;
			width: 30%;
		}
		.strong-text-top{
			font-size: 22px;
			line-height:1.3;
			margin: 0;
			margin-top: 10px;
			padding: 0;
			text-align: left;
		}
		.start-title-top{
			font-size: 80px;
			line-height: .8;
			text-align: left;
			margin-bottom: 10px;
		}	
	}

/**************TRUE MOBILE*************************************************************************************/


@media screen and (max-width: 767px){
	
	.desktop{
		display: block;
	}
	.mobile{
		display: none;
	}
	.navbar-default .navbar-nav .current-prdt a,
	.navbar-default .navbar-nav .current-recipe a,
	.navbar-default .navbar-nav .current-start a,
	.navbar-default .navbar-nav .current-brand a,
	.navbar-default .navbar-nav .current-social a{
		border-bottom: none !important;
	}
	.navbar-default{
		padding: 0;
    }
	.navbar-default .navbar-nav li a {
		font-size: 20px;
		color: #333;
		margin: 10px 10px 10px 10px;
	}
		.carousel-caption {
			padding-bottom: 30px;
			top: 30px;
			left: 0;
			text-align: left;
			width: 40%;
		}
		.strong-text-top{
			font-size: 16px;
			line-height:1.3;
			margin: 0;
			margin-top: 10px;
			padding: 0;
			text-align: left;
			margin-left: 66px;
		}
		.start-title-top{
			font-size: 38px;
			line-height: .8;
			text-align: left;
			margin-bottom: 10px;
			margin-left: 66px;
		}
	.title-juices{
		padding: 50px 0 0 0;
		font-size: 50px;
	    line-height: 50px;
	}
	
	.title-history{
		font-size: 62px;
		color: #3E9930;
		text-align: center;
		padding: 30px 0 0 0;
	}

	.apple{
		margin: 200px auto 0;
		padding-bottom: 50px;
		width: 87%;
	}
	.apple-txt{
		position: relative;
		background-color: #FFFFFF;
		padding: 10px 40px 30px 40px;
		box-shadow: 1px 1px 15px 1px #757575;
	}
	.img-apple{
		width:387px;
		height: 249px;
		position: absolute;
		margin-left: -70px;
		margin-top: -205px;
	}
	
	}



@media only screen and (min-width: 560px) and (max-width: 1024px)  {

.startStrong header {
	padding-top: 220px;
    padding-bottom: 0;
	}
.startStrong p {
	width: 100%;
	max-width: 700px;
	padding: 0 5% 20px 5%;
	}

}



@media screen and (max-width: 468px){
	
	.strong-txt, .phone-title, .phone-hashtag, .about-txt{
		font-family: 'Museo700-Regular';
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
		font-size: 48px;
}
	.small-txt, .phone-txt{
		text-align: center;
		margin: auto;
		font-size: 14px;
}	
	.carousel-caption {
			padding-bottom: 30px;
			top: 0;
			left: 0;
			text-align: left;
			width: 40%;
		}
	.strong-text-top{
			font-size: 12px;
			line-height:1.3;
			margin: 0;
			margin-top: 10px;
			padding: 0;
			text-align: left;
			margin-left: 45px;
		}
	.start-title-top{
			font-size: 28px;
			line-height: .8;
			text-align: left;
			margin-bottom: 10px;
			margin-left: 45px;
		}
	
	.footer-txt ul{
		padding: 0;
	}
	.footer-txt ul li{
		display: block;
	}
}





/* Recipe Styles */
	.recetaSec {
		width: 90%;
		max-width: 1000px;
		margin: auto;
	}
	.grid-item { 
		width: 23%;
		margin: 1% 1%;
		background: none;
		border: none;
		height: auto;
	}
	@media screen and (max-width: 768px){
		.grid-item { 
			width: 30%;
			margin: 1% 1%;
			background: none;
			border: none;
			height: auto;
		}
	}
	@media screen and (max-width: 600px){
		.grid-item { 
			width: 45%;
			margin: 1% 1%;
			background: none;
			border: none;
			height: auto;
		}
		.filterTitle {
			display: block;
		}
		.filtroReceta {
			margin-top: 5px;
			margin-bottom: 10px;

		}
	}
	.grid {
		background: none;
		border: none;
	}
	
	.receta {
		transform: scale(1);
		transition: all ease .5s;
	}
	.receta:hover {
		transform: scale(1.1);
		transition: all ease .5s;
	}
	.recetaCaption {
		width: 100%;
		background: #3E9930;
		padding: 5px;
		text-align: center;
		height: 75px;
	}
	
	.recetaCaption h1 {	
		color: #FFF;
		font-weight: normal !important;
		font-size: 20px;
	}
	.button {
		color: #000;
	}
	.button.is-checked, .button.is-selected {
		background-color: #3E9930;
	}
	#filters {
		text-align: center;
	}
	#filters h2 {
		width: auto;
		float: left;
	}
	.button-group .button {
		float: none;
		margin-left: -4px;
	}
	.filtroReceta {
		background: #3E9930;
		width: 250px;
		height: 35px;
		border: none;
	}
	
.recetaIntro {
	width: 100%;
	max-width: 800px;
	margin: 10px auto 25px;
	color: #000;
	text-align: center;
	font-size: 18px;
    padding: 0 50px;
}




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

.start-title-janice{
	    font-family: 'Museo700-Regular';
		font-size: 30px;
		line-height: .8;
		text-align: left;
		margin-bottom: 25px;
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}
	
.start-text-janice {
    font-family: 'Museo300-Regular';
    font-size: 16px;
    line-height: .8;
    text-align: left;
}	
	.btn-janice {
		transform: scale(.6);
	}
}


@media screen and (max-width: 415px){
	.startStrongHome{
	padding: 20px 0 0px;
}

	
.startStrongHome .row {
	background: url(../imgs/startstrong.png) no-repeat bottom right;
	padding-bottom: 200px;
	background-size: 150%;
}
	
.title-startStrong{
	font-size: 55px;
	padding: 0 10px;
}
	
.startStrong p {
	width: 100%;
	font-size: 22px;
	color: #000;
	text-align: left;
	padding: 0 10px;
	line-height: 27px;
	font-weight: normal;
	text-shadow: none;
}
	
.startStrong header {
	/*background: url(../imgs/startstrong.png) no-repeat bottom right;*/
	padding-top: 240px;
    padding-bottom: 50px;
}
	
	
.startStrong{
	background: url(../imgs/family-startstrong-m.jpg) no-repeat #d8ddd9 ;
	padding: 75px 0 0px;
	background-size: 100%;
    background-position: 0px 70px;
}
.startStrongGallery{
	padding: 10px 0;
}
.title-products {
    font-size: 53px;
    padding: 5px 11px 20px;
    line-height: 50px;
}
	
.contentGallery p {
    font-family: 'Museo300-Regular';
    font-size: 18px;
    line-height: 20px;
	padding: 0 35px;
}	

.juice-photo {
    width: 80%;
    margin: auto;
}	

	
.start-title-janice{
    font-family: 'Museo700-Regular';
		font-size: 20px;
		line-height: .8;
		text-align: left;
		margin-bottom: 10px;
		color: #FFF;
		padding: 0 40px;
	}
.start-text-janice{
    font-family: 'Museo300-Regular';
		font-size: 12px;
		line-height: .8;
		text-align: left;
		color: #FFF;
		padding: 0 40px;
	}
.btn-janice {
	color: #4cae4c;
    background-color: #FFDA00;
    border-color: #f1cc02;
	transform: scale(0.4);
	transition: all .5s ease;
}


.btn-janice:hover {
	color:#fff;background-color:#4cae4c;border-color:#5cb85c;
	transform: scale(.35);
	transition: all .5s ease;
}	
	
	
	.janiceCaption {
		top: 0;
		
	}
select {

-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: url(http://dropdown/arrow/url/) no-repeat;
background-position: right center;
background-color: #CCCCCC;
color: #000000;
border: 1px solid #000000;

}
	
	
}


@media screen and (max-width: 320px){
.title-startStrong{
	font-size: 45px;
	padding: 0 10px;
}
	
.startStrong p {
	width: 100%;
	font-size: 17px;
	color: #000;
	text-align: left;
	padding: 0 10px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: none;
}

.startStrongGallery .title-products {
    font-family: 'Museo700-Regular';
    font-size: 45px;
    padding: 5px;
    line-height: 43px;
}
	
.janiceCaption {
    top: 0;
    width: 60% !important;
}
	
.start-title-janice {
    font-family: 'Museo700-Regular';
    font-size: 20px;
    line-height: .8;
    text-align: left;
    margin-bottom: 10px;
    color: #FFF;
    padding: 0 40px;
}	

.about-txt {
	text-shadow: 1px 1px 5px rgba(0,0,0,.9);
}
	
.small-txt {
    text-align: center;
    margin: auto;
    font-size: 14px;
    padding: 10px 25px;
}	
	
.recetaCaption h1 {
	font-size: 15px;
}
	

}



/* Reponsive iFrame */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
	width: 100%;
    max-width: 1100px;
    margin: auto;
}