/*****************************************************************
ESQUELETO GENERAL
****************************************************************/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	witdh: 100%;
    font-size: 16px;
}

#container-page {
	width: 100%;
}

#container-content {
	width: 100%;
}
#container-foot {
	width: 100%;
	overflow: hidden;
}


/*****************************************************************
MENU
****************************************************************/

.holderMenu {
	height: 100px;
	width: 100%;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px 0 rgba(80,80,80,0.6);
}

.holderMenu .menu {
	width: 95%;
	max-width: 1240px;
	height: 100%;
	margin: 0 auto;
}

.holderMenu .menu .logo {
	width: 270px;
	height: 95px;
	position: relative;
	background-image: url(../images/logo-96.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    float:left;
    margin: 0 75px 0 0;
}

.holderMenu .menu .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.holderMenu .menu ol.menuList {
	list-style: none;
	margin:0;
	padding:0;
    height: 100px;
    overflow: hidden;
    float:right;
}

.holderMenu .menu ol.menuList li {
	list-style: none;
	margin:0;
	padding:0;
    float:left;
    display:table;
    height:100px;
}

.holderMenu .menu ol.menuList li a {
    display:table-row;
    text-decoration:none;
    color: #000;
}

.holderMenu .menu ol.menuList li a p {
	margin:0;
    display: table-cell;
    vertical-align: middle;
    align-content: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
}


.holderMenu .menu ol.menuList li:first-child {
    display:none;
}

#menuContact, #menuRewards{
	cursor: pointer;
}


/*****************************************************************
FOOTER DESKTOP
****************************************************************/
#container-foot{
    height: 100%;
    overflow: hidden;
}

#container-foot #footerMap{
    float:left;
    width:calc((1240px * 0.3) + ((100% - 1240px) / 2));
    height:100%;
    display:none;
}

.footer-wrap {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
}

#container-foot #footerContent{
    float:left;
    width:100%;
    height:100%;
    overflow:hidden;
    background-color: #333;
    background-image: url(/images/flavours-texture7.png);
}

#container-foot #footerContent .footerCol{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 60px;
}

#container-foot #footerContent .footerCol p, .footerCol a {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    text-decoration: none;
}

.footerCol a:hover {
    text-decoration: underline;
    transition: .2s;
    color: #fff;
}

#container-foot #footerContent .footerCol #socialLine{
    display: table;
    margin: 60px 0 40px;
    padding: 0 0 20px;
    height:46px;
    width: 100%;
    border-bottom: 2px solid #fff;
}

#container-foot #footerContent .footerCol #takeout{
    display: table;
    margin: 60px 0 40px;
    padding: 0 0 20px;
    height:46px;
    width: 100%;
}

#container-foot #footerContent .footerCol .takeoutBullets h2{
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

#container-foot #footerContent .footerCol .takeoutBullets a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

#container-foot #footerContent .footerCol .takeoutBullets a:hover {
    text-decoration: underline;
    transition: .2s;
}

#container-foot #footerContent .footerCol #footerSocial{
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-row;
}

#container-foot #footerContent .footerCol #footerSocial li{
    display: table-cell;
    padding: 0;
    margin: 0;
    width: 47px;
}

#container-foot #footerContent .footerCol #footerSocial li.wsetter{
    width: auto;
}

#container-foot #footerContent .footerCol #footerSocial a{
    display: block;
    width: 26px;
    height: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 180ms ease-in-out 0s;
}

@media only screen and (min-width: 730px) {
    #container-foot #footerContent .footerCol #footerSocial a:hover{
        background-position: right center;    
    }
}

#container-foot #footerContent .footerCol #footerSocial span{
    display: none;
}


#container-foot #footerContent .footerCol .footerBullets{
    float: left;
    width: calc(25% - 25px);
}

#container-foot #footerContent .footerCol .takeoutBullets{
    float: left;
    width: 100%;
}

#container-foot #footerContent .footerCol .footerBullets:nth-child(even){
    clear: both;
    margin: 0 25px 25px 0;
}

.col-sm-3 {
    width: 25%;
    float: left;
}

.footer-title {
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}


#container-foot #footerContent .footerCol .footerBullets:nth-child(4) p{
    font-size: 14px;
}

#container-foot #footerContent .footerCol .footerBullets:nth-child(5) p{
    font-size: 12px;
}

#container-foot #footerContent .footerCol .footerBullets a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}


#container-foot #footerContent .footerCol #mainForm h2{
    font-size:18px;
    margin:70px 0 15px 0;
}

#container-foot #footerContent .footerCol label.error{
	display: block;
	margin: -5px 0 15px;
	width:calc(100% - 20px);
	background: #fafafa;
	color: #fff;
	padding: 3px 10px;
	border-radius: 5px;
}

.icons-footer a, .icons-footer a:focus {
    float: none;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
}

.icons-footer a:hover {
    color: #00bD70;
    transition: .2s;
}

.icons-footer {
    list-style: none;
    padding-right: 10px;
    color: inherit;
    margin-top: 10px;
}

/*****************************************************************
CONTENT
****************************************************************/
.contentSizer{
	max-width: 1240px;
	width: 90vw;
	margin: 0 auto;
}

section{
    min-height: 80vh;
}

#mainBanner{
    position: relative;
    width: 100%;
    height: 65.83vw;
    min-height:0;
	max-height: 740px;
}

#mainBanner .swiper-container {
    width: 100%;
    height: 100%;    	
}

#mainBanner .swiper-container .swiper-slide{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#mainBanner h1{
	position: absolute;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	opacity: 0;
}

.mainForm .formInput{
    width: calc(100% - 30px);
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
    margin: 0 0 20px;
    border:0;
    border-radius: 0;
    color: #333;
}

.mainForm .formTextArea{
    width: calc(100% - 30px);
    height: 40px;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0 0 20px;
    border:0;
    border-radius: 0;
}

.mainForm .formSelect{
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 20px;
    border:0;
    border-radius: 0;
	padding: 0 15px;
	color: #333;
}

.mainForm .formSubmit{
    display: block;
    border: 0;
    border-radius: 0px;
    -webkit-appearance: none;
    width:100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    cursor: pointer;    
    background-color: #EA1D76;
    font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:1px;
    color: #fff;
}

::-webkit-input-placeholder {color: #321602; }
:-moz-placeholder {color: #321602; opacity: 1; }
::-moz-placeholder {color: #321602; opacity: 1; }
:-ms-input-placeholder {color: #321602; }
::-ms-input-placeholder {color: #321602; }
::placeholder {color: #321602; }

/*****************************************************************
REWARDS
****************************************************************/

section#rewards {
    min-height: 0;
    padding: 1px 0;
    background-image: url(../images/Frog_bg_500px.png);
    background-position: center center;
    background-repeat: repeat;
    background-color: #00bD70;
}

#rewards h2{
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    margin: 70px 0 30px;
}

#rewards p{
    width:70vw;
    max-width: 380px;
    margin: 0 auto 25px;
    text-align: center;
    text-transform: none;
    font-size: 22px;
    font-family: 'Urbanist';
    
}

#rewards a {
    margin: 0 auto 70px;
	display: block;
	text-decoration: none;
	text-align: center;
}

#rewards a .goRewards{
	border: 0;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 0px;
	padding: 15px 20px;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #EA1D76;
	font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
	font-weight: 700;
}

/*****************************************************************
HISTORY
****************************************************************/

#s00history{
    background-color: #fff;
    background-image: url(../images/flavours-texture2.png);
    background-position: center center;
    background-repeat: repeat;
    position: relative;
    padding: 1px;
}

#s00history .col-6-md-3 {
    width: calc((100% / 2) - 100px);
    margin: 0 50px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

#s00history .history-thumb {
    width: 475px;
    height: auto;
    max-width: 1200px;
    float: right;
    border-radius: 0px;
    border-bottom: 10px solid #00bD70;
}

#s00history .mainStory{
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	max-width: 500px;
}

#s00history a{
	text-decoration: none;
}

.welcome {
    text-align: left;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    margin: 30px 0 20px;
    color: #000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*****************************************************************
LA JOLLA AND CARLSBAD
****************************************************************/

#s00location{
    background-color: #fff;
    background-image: url(../images/flavours-texture2.png);
    background-position: center center;
    background-repeat: repeat;
    position: relative;
    padding: 1px;
    min-height: 80vh;
}

#s00location .col-6-md-3 {
    width: calc((100% / 2) - 100px);
    margin: 0 50px;
    float: left;
    text-align: left;
    vertical-align: middle;
}

#s00location .location-thumb {
    width: 225px;
    height: auto;
    max-width: 200px;
    border-radius: 200px;
    border: 10px solid #fff;
}

#s00location .mainStory{
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	max-width: 500px;
}

#s00location a{
	text-decoration: none;
	color: #000;
}

.city {
    text-align: left;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.3;
    margin: 30px 0 20px;
    color: #000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*****************************************************************
FROZEN YOGURT FLAVORS
****************************************************************/

#s00froyo{
    background-color: #fafafa;
    background-image: url(../images/flavours-texture2.png);
    background-position: center center;
    background-repeat: repeat;
    position: relative;
    padding-top: 50px;
}

#s00froyo .col-6-md-3 {
    width: 50%;
    float: left;
    position: relative;
}

#s00froyo .froyo-thumb {
    width: 475px;
    height: auto;
    max-width: 100%;
    float: left;
    border-radius: 0px;
    border-bottom: 10px solid #fd3c88;
}

#s00froyo .mainStory{
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	max-width: 500px;
}

#s00froyo a{
	text-decoration: none;
}

.whatmakes {
    text-align: left;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    margin: 30px 0 20px;
    color: #000;
    width: 80%;
}

.tabButon3{
	display: table;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 0px;
	font-size: 13px;
	font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fd3c88;
    color: #fff;
}

.hop-frog {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    max-width: 100px;
}

.tabButon2{
	display: table;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 0px;
	font-size: 13px;
	font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #00bD70;
    color: #fff;
}

.tabButon2 a, .tabButon2 a:hover {
    background-color: #24a870;
    transition: .2s;
}

.tabButon{
	display: table;
	text-decoration: none;
	margin: 35px auto;
	padding: 15px 20px;
	border-radius: 0px;
	font-size: 13px;
	font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*****************************************************************
FROZEN YOGURT FLAVORS
****************************************************************/

#s00history #contentStory, #s00location #contentStory{
	z-index: 2;
	position: absolute;
	left:50%;
	top:50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#s00history #contentStory #heladito{
	background-image: url(../images/secc00-froyo.png);
	margin:0 auto 15px;
	width:175px;
	height:319px;
}

#s00history .clouds{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(../images/secc00-clouds.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
	display:none;
}

/*****************************************************************
FROZEN YOGURT INDEX PAGE
****************************************************************/

#s00featured{
	padding: 3vh 0;
	min-height: 0;
	background-image: url(/images/flavours-texture1.png);
    background-color: #fafafa;
}

#s00featured a{
	text-decoration: none;
}

#s00featured h2{
	text-align: center;
	margin: 45px 0 15px;
	font-weight: normal;
	font-size: 40px;
}

#s00featured .mainStory{
	font-size: 20px;
	line-height: 34px;
	width: 70vw;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}

#s00featured .flavourHolder{
	float: left;
	position: relative;
	width: calc((100% / 3) - 80px);
	margin: 0 40px 65px;
	height: 390px;
}

#s00featured .flavourHolder .flaTitle{
	position: absolute;
	width:140px;
	height:100px;	
	z-index:1;
	border-radius: 50%;
	top:115px;
	text-align: center;
	padding: 140px 50px 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-mz-transform: translate(-50%,0);
	transform: translate(-50%,0);
	font-size: 18px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
	font-family:'Futura STD',"Trebuchet MS",Arial,sans-serif;
}

#s00featured .flavourHolder .flavAvatar{
	position: absolute;
	width:240px;
	height:240px;
	z-index:2;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-mz-transform: translate(-50%,0);
	transform: translate(-50%,0);
	background-color: #e3cdb8;
	background-position: center center;
	background-size: cover;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
}

#s00featured .flavourHolder .flaShowMore{
	position: absolute;
	width:40px;
	height:40px;
	z-index:3;
	border:6px solid #fff;
	border-radius: 50%;
	text-align: center;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-mz-transform: translate(-50%,0);
	transform: translate(-50%,0);
	top:335px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
	display:none;
}

#s00featured .flavourHolder .flaShowMore img{
	margin: 9px auto 0;
}

#s01ourStory{
	padding: 1px 0;
	background-image: url(../images/secc01-fondorana.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: auto;
}

#s01ourStory .contentStory{
	float: right;
	width:60vw;
	max-width: 300px;
	margin: 60px 15vw 0 0;
	text-align: center;
}

#s01ourStory .contentStory h2{
	font-size:30px;
	margin: 60px 0;
	font-weight: normal;
	color: #fff;
}

#s01ourStory .contentStory p{
	font-size: 20px;
	line-height: 36px;
}

#s01ourStory .platito{
	width: 211px;
	height: 211px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/secc01-froyoplate.png);
	margin: 35px auto 30px;
}

#s01laJoya{
	padding: 1px 0;
	background-image: url(/images/flavours-texture1.png);
}

#s01laJoya .contentSizer{
	overflow: auto;
}

#s01laJoya .colLeft{
	width:calc((100% / 2) - 100px);
	margin: 60px 50px;
	float: left;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}

#s01laJoya #texts{
	padding: 295px 0 0;
	background-image:url(../images/secc01-froyobolas.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#s01laJoya #award{
	background-image: url(../images/secc01-logoreaderschoiceawards.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	height: calc(100vh - 120px);
	max-height: 545px;
}

#s01Froyo{
	background-image: url(../images/secc01-fondofroyopink.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1px 0;
}

#s01Froyo .contentSizer{
	overflow: auto;
}

#s01Froyo #colFroyo{
	max-width: 400px;
	width:70vw;
	float: right;
}

#s01Froyo #colFroyo h3{
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 35px;
	text-align: center;
}

#s01Froyo #colFroyo p{
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 50px;
}

#s01Froyo #colFroyo .chocolatin{
	width: 201px;
	height: 116px;
	background-image: url(../images/secc01-cuadrito.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 60px auto 20px;
}

/*****************************************************************
CATERING & WHAT MAKES OUR YOGURT STORY SECTION
****************************************************************/

#s02catering{
	background-image: url(../images/flavours-texture2.png);
	background-color: #00bD70;
}

#s02catering .contentSizer{
	overflow: hidden;
	margin: 50px auto;
}

#s02catering .cateringCol {
	width:calc((100% / 2) - 100px);
	margin: 0 50px;
	float: left;
	text-align: center;
}

#s02catering .cateringCol h2{
	margin: 0 0 30px;
	font-size: 40px;
	font-weight: normal;
	font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
}

#s02catering .cateringCol h3{
	margin: 100px 0 20px;
	font-size: 25px;
	font-weight: normal;
}

#s02catering .cateringCol p{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 6px;
}

#s02catering .cateringCol p a {
    color: #fff;
    text-decoration:underline;
}

#s02catering .froyopic {
    width: 475px;
    height: auto;
    max-width: 1200px;
    float: right;
    border-radius: 0px;
    border-bottom: 10px solid #fd3c88;
}

#s02catering .tabButon3{
	display: table;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 0px;
	font-size: 13px;
	font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fd3c88;
    color: #fff;
}

#s02catering .cateringCol .oreoTruck{
	width:175px;
	height:175px;
	background-image: url(../images/Froglanders_San_Diego_Crepes_Sweet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 25px;
	border-radius: 200px;
	background-size: contain;
	border: 5px solid #fff;
    background-color: #fff;
}


#s02catering .cateringCol .cone{
	width:175px;
	height:175px;
	background-image: url(../images/Froyo_thumb_about.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 25px;
	border-radius: 200px;
	background-size: contain;
	border: 5px solid #fff;
    background-color: #fff;
}

#s02birthday{
	padding: 1px 0;
	background-image: url(../images/secc02-backchildren.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#s02birthday h2{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin: 0;
	text-align: center;
	font-size: 45px;
	font-family: "bettyregular";
	font-weight: normal;
}

#s02birthday .contentSizer{
	overflow: auto;
}

#s02birthday #colFroyo{
	max-width: 400px;
	width:70vw;
	float: right;
	margin: 40px 0 0;
}

#s02birthday p{
	margin: 0 0 6px;
	font-size: 22px;
	text-align: center;
	line-height: 32px;
	
}

#s02birthday #packBD{
	width: calc(100% - 30px);
	padding: 15px;
	border-radius: 18px;
	margin:35px auto 315px;
}

#s02birthday #packBD .packHolder{
	border:3px dotted #fff;
	width: calc(100% - 44px);
	padding: 20px;
	text-align: center;
	border-radius: 16px;
}

#s02birthday #packBD h3{
	margin: 0 0 6px;
	font-size: 32px;
	font-weight: normal;
}

#s02birthday #packBD p{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 6px;
}

#s02birthday #packBD ol{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	
}

#s02birthday #packBD li{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#s02birthday #packBD li:nth-child(odd){
	color:#d7f766;
}


#bdPresent{
	position: absolute;
	bottom: 45px;
	right:50%;
	-webkit-transform: translate(495px,0);
	-moz-transform: translate(495px,0);
	-ms-transform: translate(495px,0);
	transform: translate(495px,0);
}

#bdPresent .lineHolder{
	width: 200px;
	height: 200px;
	border-radius:50%;
	padding: 15px;
}

#bdPresent .lineHolder p{
	width: 136px;
	height: 136px;
	border: 2px dashed #fff;
	text-align: center;
	border-radius: 50%;
	padding: 30px;
	font-size: 21px;
	line-height: 24px;
}

#bdPresent .rana{
	background-image: url(../images/secc02-frogbirthday.png);
	width: 148px;
	height: 236px;
	position: absolute;
	right:-65px;
	top:0;
}


#se03fundsIntro{
	padding: 1px 0;
	background-image: url(../images/secc00-fondonubes.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#se03fundsIntro .contentSizer{
	overflow: auto;
}

#se03fundsIntro .contColumn{
	width:calc((100% / 2) - 200px);
	margin: 80px 50px;
	padding: 0 50px;
	float: left;
	text-align: center;
}

#se03fundsIntro #introCol h2,
#se03fundsIntro #introCol h3{
	font-size: 28px;
	font-family: "bettyregular";
	font-weight: normal;
	margin: 0;
	text-align: center;
}

#se03fundsIntro #introCol .saltarina{
	width: 159px;
	height: 102px;
	margin: 0 auto 20px;
	background-image: url(../images/secc03-jumping-frog.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#se03fundsIntro #introCol h3{
	margin: 15px 0 0;
}

#se03fundsIntro #introCol p{
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	margin: 0;
}

#se03fundsIntro #punchCol .greenHolder{
	width: calc(100% - 60px);
	padding: 30px;
	border-radius: 15px;
	text-align: center;
}

#se03fundsIntro #punchCol .greenHolder h3{
	font-size: 24px;
	font-family: "bettyregular";
	margin: 0 0 6px;
	font-weight: normal;
}

#se03fundsIntro #punchCol .greenHolder p{
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}

#se03fundsIntro #punchCol .greenHolder p.ending{
	font-family: "bettyregular";
	font-size: 26px;
	margin: 15px 0 0;
}

#se03fundsIntro #punchCol #fundsForm{
	width: calc(100% - 80px);
	padding: 15px 40px;
	border-radius: 15px;
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	margin: 30px 0 0;
	box-shadow: 0 0 10px 0 rgba(66,66,66,0.8);
}

#s03benefits{
	padding: 1px 0;
	background-image: url(../images/secc03-backgroundtree.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#s03benefits h3{
	margin: 100px 0;
	height: 100px;
	line-height: 100px;
	font-weight: normal;
	font-size: 60px;
	text-align: center;
	font-family: "bettyregular";
	background: rgba(28,14,4,0.4);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
}

#s03benefits .contentSizer .contCol{
	width:calc((100% / 2) - 200px);
	margin: 0 50px 80px;
	padding: 0 50px;
	float: left;
	text-align: center;	
}

.pastelin{
	width:242px;
	height:202px;
	background-image: url(../images/secc03-froyo-basquet.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: -115px auto 30px;
}

#s03benefits .contCol p{
	font-size: 20px;
	line-height: 32px;
}

#s03benefits .contCol .boxHolder{
	background: rgba(62,32,11,0.8);
	width: calc(90% - 80px);
	padding: 30px 40px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	border-radius: 15px;
	margin: 0 auto;
}

#s03benefits .contCol .boxHolder p{
	font-size: 18px;
	line-height: 26px;
}

#s03giftCards{
	padding:60px 0;
	min-height: 0;
}

#s03giftCards .contentSizer{
	overflow: auto;
}

#s03giftCards .cardImage{
	width:calc(60% - 50px);
	height: 265px;
	background-image: url(../images/secc03-giftcard.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 25px;
	float: left;
}

#s03giftCards .cardCol{
	width:calc(40% - 100px);
	margin: 0 100px 0 0;
	float: left;
}

#s03giftCards h3{
	text-align: center;
	font-family: "bettyregular";
	margin: 0 0 6px;
	font-weight: normal;
	font-size: 45px;
}

#s03giftCards p{
	text-align: center;
	margin: 0;
	line-height: 30px;
	font-size: 20px;
}

#s04flavours .titleCat{
	font-size: 70px;
	padding: 150px 0;
	text-align: center;
	font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
	background-image:url(../images/flavours-original.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#s04flavours .titleCat.month1{ background-image:url(../images/flavours-winter.jpg); }
#s04flavours .titleCat.month2{ background-image:url(../images/flavours-winter.jpg); }
#s04flavours .titleCat.month3{ background-image:url(../images/flavours-spring.jpg); }
#s04flavours .titleCat.month4{ background-image:url(../images/flavours-spring.jpg); }
#s04flavours .titleCat.month5{ background-image:url(../images/flavours-spring.jpg); }
#s04flavours .titleCat.month6{ background-image:url(../images/flavours-summer.jpg); }
#s04flavours .titleCat.month7{ background-image:url(../images/flavours-summer.jpg); }
#s04flavours .titleCat.month8{ background-image:url(../images/flavours-summer.jpg); }
#s04flavours .titleCat.month9{ background-image:url(../images/flavours-autumn.jpg); }
#s04flavours .titleCat.month10{ background-image:url(../images/flavours-autumn.jpg); }
#s04flavours .titleCat.month11{ background-image:url(../images/flavours-autumn.jpg); }
#s04flavours .titleCat.month12{ background-image:url(../images/flavours-winter.jpg); }

.flavourBox{
	position: relative;
	width: 100%;
	min-height: 33vh;
	padding: 20px 0;
}

.flavourBox .contentSizer{
	overflow: auto;
	max-width: 990px;
}

.flavourBox .flavAvatar{
	width: calc(40vh - 70px);
	height: calc(40vh - 70px);
	min-height: 280px;
	min-width: 280px;
	max-height: 410px;
	max-width: 410px;
	background-color: #c8ae9c;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	float:left;
	margin:25px;
	border:10px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
}

.flavourBox .flaMainScreen{
	display: table;
	float: left;
	width: calc(100% - 50vh - 50px);
	margin:0 0 0 50px;
	height: 40vh;
	min-height: 350px;
	max-height: 480px;
}

.flavourBox:nth-child(even) .flavAvatar{
	float:right;
}

.flavourBox:nth-child(even) .flaMainScreen{
	float:right;
}


.flavourBox .flaMainScreen .flaCellHolder{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.flavourBox .flaMainScreen .flaCellHolder h2{
    margin: 0 0 15px;
    font-family: 'Futura STD',"Trebuchet MS",Arial,sans-serif;
    font-weight: normal;
    font-size: 36px;
}

.flavourBox .flaMainScreen .flaCellHolder p{
	margin:0;
	font-size: 18px;
	line-height: 26px;
	padding: 0 75px;
}

.flavourBox .flaMainScreen .flaCellHolder .flavLabels{
	display:table;
	margin:25px auto 0;
	overflow: auto;
}

.flavourBox .flaMainScreen .flaCellHolder .flavLabels span{
	display: block;
	float:left;
	width:56px;
	height:63px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 5px;
}

.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isKosh{ background-image: url(../images/ico-cert-ud.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isCult{ background-image: url(../images/ico-cert-lac.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isGLut{ background-image: url(../images/ico-cert-gf.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleM { width: 49px; background-image: url(../images/ico-allergen-m.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleE { width: 49px; background-image: url(../images/ico-allergen-e.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleP { width: 49px; background-image: url(../images/ico-allergen-p.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleW { width: 49px; background-image: url(../images/ico-allergen-w.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleS { width: 49px; background-image: url(../images/ico-allergen-s.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleT { width: 49px; background-image: url(../images/ico-allergen-t.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleC { width: 49px; background-image: url(../images/ico-allergen-c.png); }
.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleF { width: 49px; background-image: url(../images/ico-allergen-f.png); }


.flavourBox .flaMainScreen .flaShowMoreInfo{
	display: table;
	padding: 6px 28px;
	border-radius: 15px;
	margin: 25px auto 0;
	cursor: pointer;
	background: rgba(0,0,0,0.4);
}

.flavourBox .flaMoreInfo{
	position: absolute;
	z-index: 200;
	width:calc(70vw - 50px);
	max-width: 630px;
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	top:50%;
	left:-150%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	opacity: 0;
}

.flavourBox .flaMoreInfo .closeThis{
	position: absolute;
	top:7px;
	right:7px;
	width:25px;
	height:25px;
	border-radius:25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	border:2px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

.legals{
	font-size: 12px;
	margin: 25px 0 0;
}
.flaMICol{
	width: calc(50% - 50px);
	margin: 0 25px;
	float: left;
}
.flaMICol .nutFacts{
	width: calc(100% - 32px);
	padding: 15px;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	border:1px solid #000;
}
.flaMICol .nutFacts h3 {
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 6px;
}
.flaMICol .nutFacts p{
	font-size: 12px;
	margin: 0;
}
.flaMICol .strongline{
	width:100%;
	height: 10px;
	background: #000;
	margin: 0 0 3px;
}
.flaMICol .nutFactsIntro{
	width: 100%;
}
.flaMICol .nutFactsIntro tr td{
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size: 11px;
}

.flaMICol .nutFactsIntro tr td:nth-last-child(1){
	text-align: right;
}

.flaMICol .lightline{
	width:100%;
	height: 5px;
	background: #000;
	margin: 0 0 3px;
}

.flaMICol .nutFactsTable{
	width: 100%;
	margin: 0 0 5px;
}

.nutFactsTable tr td{
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size: 11px;
	padding: 3px 5px;
}

.nutFactsTable tr td.percent{
	text-align: right;
	font-style: italic;
}

.nutFactsTable tr td.percent.title{
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}

.nutFactsTable tr td{
	border-bottom: 1px solid #666;
	padding: 3px 5px;
}

.nutFactsTable tr td.fact.sub{
	padding: 3px 5px 3px 10px;	
}

.nutFactsTable tr td.vitTitle{
	font-size: 12px;
	padding: 12px 5px 3px;
}


#resultSend{
	background: url(../images/menuback.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1px 0;
	display: table;
	width: 100%;
}

#resultSend #cellHolder{
	display: table-cell;
	vertical-align: middle;
}

#resultSend #cellHolder #messageBlock{
	width:calc(60vw - 80px);
	padding: 40px;
	text-align: center;
	margin: 0 auto;
	background: rgba(22,7,3,0.9);
	color:#fff;
	border-radius: 15px;
	box-shadow: 0 0 10px 0 rgba(80,80,80,0.6);
}

.order-takeout {
    width: 150px;
    max-width: 100px;
    
}


/*****************************************************************
MEDIA QUERIES
****************************************************************/

@media only screen and (max-width: 1250px) {
	.holderMenu {
		height: 57px;
	}
	
	.holderMenu .menu .logo {
		width: 180px;
		height: 57px;
		margin: 0 25px 0 0;
	}
	
	.holderMenu .menu ol.menuList {
		height: 57px;
	}
	
	.holderMenu .menu ol.menuList li {
		height: 57px;
	}
	
	.holderMenu .menu ol.menuList li a p {
		margin: 0;
		font-size: 14px;
	}
	
	#menuSecc {
		padding: 50px 0 50px !important;
	}
	
	.menu-page-title {
	   margin-top:0px;
	}
}

@media only screen and (max-width: 1060px) {
    section {
    min-height: 100vh;
    }
    #s00history .history-thumb, #s02catering .froyopic, #s00location .location-thumb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float:none;
    }
    
    #s00history .mainStory, #s00froyo .mainStory, #s00location .mainStory{
	max-width: 90%;
    }
	
	.flavourBox {
		height: auto;
		min-height:0;
		max-height:none;
	}
	
	.flavourBox .contentSizer {
		width: 85vw;
		overflow: hidden;
	}
	
	.flavourBox .flavAvatar {
		width: 62vw;
		height: 62vw;
		min-height: 0;
		min-width: 0;
		max-height: 240px;
		max-width: 240px;
		float: none;
		margin: 30px auto 25px;
		border: 8px solid #fff;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	}
	
	.flavourBox:nth-child(2n) .flavAvatar {
		float: none;
	}
	
	.flavourBox .flaMainScreen {
		display: table;
		float: none;
		width: 70vw;
		min-width: 0;
		max-width: 480px;
		margin: 0 auto 30px;
		height: auto;
		min-height: 0;
		max-height: none;
	}
	
	.flavourBox:nth-child(2n) .flaMainScreen {
		float: none;
	}
	
	
	.flavourBox .flaMainScreen .flaCellHolder p {
		padding: 0;
	}
	
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels span {
		width: 40px;
		height: 42px;
		background-size: contain;
		margin: 0 3px;
	}
	
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleM { width: 37px; }
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleE { width: 37px; }
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleP { width: 37px; }
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleW { width: 37px; }
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleS { width: 37px; }
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleT { width: 37px; }
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleC { width: 37px; }
	.flavourBox .flaMainScreen .flaCellHolder .flavLabels .isAlleF { width: 37px; }	
	
}

@media only screen and (max-width: 1015px) {
	
	#s02birthday {
		background-position: top -18vw center;
		background-size: 100vw;
		padding: 0;
	}
	
	#s02birthday h2 {
		top: 0;
		bottom: auto;
		height: 50px;
		line-height: 50px;
		font-size: 33px;
	}
	
	#s02birthday #colFroyo {
		max-width: none;
		width: calc(100% - 50px);
		float: none;
		margin: 50vw auto 0;
		background-color: #74b735;
		padding: 40px 25px;
	}
	
	#s02birthday .contentSizer {
		width: 100%;
	}
	
	#s02birthday #packBD {
		width: 60vw;
		padding: 15px;
		border-radius: 18px;
		margin: 0 auto;
		max-width: 350px;
	}
	
	#s02birthday p {
		max-width:400px;
		margin: 0 auto 10px;
	}
	
	#bdPresent {
		top: 25vw;
		right: 45px;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		bottom: auto;
	}	
	
}

@media only screen and (max-width: 1260px) {
	#container-foot {
		height: auto;
		overflow: hidden;
	}
	
	#container-foot #footerMap {
		float: none;
		width: 100%;
		height: 60vh;
		display:none;
	}
	
	#container-foot #footerContent .footerCol #mainForm h2 {
		font-size: 16px;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 1024px) {
    #container-foot #footerContent {
		float: none;
		width: 100%;
		height: auto;
	}
	#container-foot #footerContent .footerCol #socialLine {
       margin: 40px 0 20px;
	}
	#container-foot #footerContent .footerCol {
		width: 90%;
		float: none;
		margin: 0 auto 40px;
	}
	.col-sm-3 {
    width: 50%;
    margin-top: 20px;
    }
    .welcome, #rewards h2, .whatmakes, .city  {
        width: 100%;
        font-size: 34px;
        margin-bottom: 10px;
    }
    #s00history .mainStory, #s00featured .mainStory, #s00location .mainStory {
        font-size:18px;
        line-height: 32px;
        max-width: 100%;
        width: 100%;
    }
    #s00history {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    #s00location {
        min-height: 180vh;
    }
    #rewards p {
        max-width: 85%;
        width: 185%;
        font-size: 18px;
        line-height: 26px;
    }
	.holderMenu .menu ol.menuList li a p {
		padding: 0 10px;
	}
	.flavourBox .flaMainScreen .flaCellHolder h2 {
        font-size: 32px;
    }
	
}


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

	#se03fundsIntro .contColumn {
		width: 85vw;
		max-width: 480px;
		margin: 30px auto;
		padding: 0;
		float: none;
	}
	
	#s03benefits .contentSizer .contCol {
		width: 85vw;
		max-width: 560px;
		margin: 30px auto;
		padding: 0;
		float: none;
	}	
	
	#s03benefits h3 {
		margin: 30px 0 50px;
		height: 50px;
		line-height: 50px;
		font-size: 40px;
		background: rgba(28,14,4,.8);
		box-shadow: 0 0 15px 0 rgba(0,0,0,.8);
	}	
	
	.pastelin {
		margin: -15px auto 30px;
	}
	
	#s03benefits .contCol .boxHolder p {
		margin: 0;
	}
	
	#s03giftCards {
		padding: 40px 0 20px;
	}
	
	#s03giftCards .cardImage {
		width: 80vw;
		max-width: 300px;
		height: 53vw;
		margin: 0 auto 25px;
		float: none;
	}
	
	#s03giftCards .cardCol {
		width: 85vw;
		margin: 0 auto 30px;
		float: none;
	}
	
	#s03giftCards h3 {
		font-size: 30px;
	}	
	
}

@media only screen and (min-width: 900px) {
#s02catering .contentSizer {
    overflow: hidden;
    margin: 50px auto;
    padding-top: 100px;
}
}

@media only screen and (max-width: 900px) {
    .menuListado.type1 {
        padding: 10vh 0;
    }
    #s00featured h2, .welcome {
        font-size:32px;
    }
    #s02catering .cateringCol h2 {
        font-size:30px;
    }
    #s02catering .cateringCol p {
        font-size: 18px;
        line-height: 26px;
    }
	.holderMenu {
		height: 48px;
	}

	.holderMenu .menu .logo {
		width: 160px;
		height: 48px;
		margin: 0 15px 0 0;
	}
	
	.holderMenu .menu .holdList{
		position: fixed;
		top:0;
		right:-110vw;
		width: 100%;
		height: 100vh;
		background-color: #d4095f;
		opacity: 0.9;
	}
	
	.holderMenu .menu ol.menuList {
		height: 100%;
		float: none;
		width: 100%;
	}
	
	.holderMenu .menu ol.menuList li {
		list-style: none;
		float: none;
		display: table;
		height: calc(80vh / 8);
		width: 100%;
	}
	
	.holderMenu .menu ol.menuList li a {
		color:#fff !important;
		background-color: transparent !important;
	}
	
	.holderMenu .menu ol.menuList li a.active {
		background-color: #fff !important;
		color: #74b735 !important;
	}	
	
	.holderMenu .menu ol.menuList li:first-child {
		display: table;
	}	
	
	.holderMenu .menu ol.menuList li a p {
		padding: 0;
		font-size: 6vw;
		text-align: center;
		font-family: 'Futura STD';
	}
	
	.holderHambur{
		position:absolute;
		top: 5px;
		right: 5px;
		height: 38px;
		width: 38px;
	}	
	
	.holderHambur .more-menu {
		cursor: pointer;
		width: 22px;
		height: 28px;
		margin: 5px auto;
		position: relative;
	}
	
	.holderHambur .more-menu .line {
		border-radius: 0;
		height: 2px;
		position: absolute;
		width: 22px;
		transition: transform 400ms ease-in-out 0s;
		-webkit-transition: transform 400ms ease-in-out 0s;
		-webkit-transition: -webkit-transform 400ms ease-in-out 0s;
		opacity: 1;
	}
	
	.holderHambur .more-menu .uno { top: 7px; }
	.holderHambur .more-menu .dos { top: 14px; }
	.holderHambur .more-menu .tres { bottom: 5px; }
	
	#contentHolder{
		padding: 48px 0 0;
	}
	
	section#rewards {
		padding: 10px 0;
	}
	
	.swiper-button-next, .swiper-button-prev {
		top: 90% !important;
		width: 20px !important;
		height: 35px !important;
		background-size: 20px 35px !important;
	}
	
	#menuSecc {
		padding: 20px 0 50px !important;
	}
	
	#menuSecc .menuListado.type1:first-child {
		margin: 0 auto 45px !important;
	}
	
	.menu-page-title {
	    padding-top: 25px;
	}
	
}

@media only screen and (max-width: 890px) {
    #rewards h2 {
    line-height: 1.2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }
	#s00featured .flavourHolder {
		height: 320px;
	}
	
	#s00featured .flavourHolder .flavAvatar {
		width: 180px;
		height: 180px;
	}
	
	#s00featured .flavourHolder .flaTitle {
		width: 100px;
		height: 100px;
		top: 95px;
		padding: 100px 50px 0;
	}
	
	#s00featured .flavourHolder .flaShowMore {
		top: 270px;
	}	
	
	#s01Froyo #colFroyo {
		max-width: 400px;
		float: none;
		margin: 0 auto;
	}

}


@media only screen and (max-width: 800px) {
    .footer-wrap {
    width: 100%;
    }
	
	#s01laJoya .contentSizer {
		padding: 40px 0;
	}
	
	#s01laJoya .colLeft {
		width: 80%;
		margin: 0 auto 30px;
		float: none;
		max-width: 480px;
	}
	
	#s01laJoya #award {
		height: calc(100vh - 310px);
	}
	
	.flaMICol {
		width: 100%;
		margin: 0 auto 25px;
		float: none;
	}
	
	#s02catering .cateringCol, #s00history .col-6-md-3, #s00location .col-6-md-3 {
		width: 80vw;
		max-width: 600px;
		margin: 0 auto 25px;
		float: none;
		text-align: center;
	}
	
	#s02catering .cateringCol h3 {
		margin: 0 0 20px;
	}
	
}

@media only screen and (max-width: 740px) {
	#s00featured .flavourHolder {
		height: 390px;
		width: 240px;
		float: none;
		margin: 0 auto 35px;
	}
	
	#s00featured .flavourHolder .flavAvatar {
		width: 240px;
		height: 240px;
	}
	
	#s00featured .flavourHolder .flaTitle {
		width: 140px;
		height: 100px;
		top: 115px;
		padding: 140px 50px 0;
	}
	
	#s00featured .flavourHolder .flaShowMore {
		top: 335px;
	}
	
	#s04flavours .titleCat {
		font-size: 50px;
		padding: 100px 0;
		background-attachment: scroll;
	}
}

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

	#s01ourStory .contentStory {
		float: none;
		width: 80vw;
		margin: 40px auto 0;
	}
	
	#s01ourStory .contentStory h1 {
		margin: 30px 0;
	}
	
	#bdPresent {
		top: auto;
		right: auto;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	
	#bdPresent .rana {
		right: 50%;
		transform: translate(174px,0);
	}
	
	#bdPresent .lineHolder {
		margin: 0 auto ;
	}
	
}


@media only screen and (max-width: 385px) {
	#bdPresent .rana {
		display: none;
	}
}