/*

MB STYLES 
IT Costmetics
2018

*/

/*
peach : #feefde;
orange: #da9d5a;
blue: #ecf4f7;
/*

/*SITE OVERRIDES*/

/*OVERRIDES*/
.g-wrapper-main_content { width: 100%; max-width: 100%; min-width: 100%;}
.b-about_us-menu-mobile { padding: 13px 5% 22px 5%; width: 100%; } 
.b-staticpage { padding: 0;}
.t-text-list li, .content_asset ul li {
    list-style: none;
}
.breadcrumb li { visibility: visible; }

/*MB STYLES*/
*, html, body { padding: 0; margin: 0; line-height:normal; box-sizing: border-box;}





.main>.content { 
	width: 100% !important; 
	padding-top: 0 !important;
 }

 .mb_content {
-webkit-box-sizing: unset; 
box-sizing: unset; 

 }

 .mb_container {
    max-width: 1000px;
    margin: auto;
    height: 100%;
    position: relative;
    z-index: 3;
  }

/*layout*/
body{
	margin: 0;
}
.mb_page{ 
	width: 100%; 
	margin: 0; 
}
.mb_page *{
	box-sizing: border-box;
	text-decoration: none;
}
/*elements*/
.mb_h1{
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 2.2em !important;
	margin: 20px auto;
	font-family: 'kiehls_hand_tc_bold', "ProximaNova-Regular", "proxima-nova", arial, sans-serif !important;
	text-transform: none !important;
}

span.mb_h1{ 
	position: relative; 
	padding: 0 5px;
}

.mb_h2{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin: 10px auto;
	font-family: "Trade Gothic W02", Arial, sans-serif;
	text-align: center;
}
div.mb_h2{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.mb_h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Trade Gothic W02", Arial, sans-serif;
	text-decoration: none!important;
	color: black;
}



.mb_h4{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Trade Gothic W02", Arial, sans-serif;
	color: #b3b3b3;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.mb_h6{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Trade Gothic W02", Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 0;
}
.mb_text{
	font-weight: lighter;
	font-size: 16px;
	text-decoration: none!important;
	color: black;
	font-family: helvetica,'helvetica neue', arial, sans-serif;
	line-height: 24px;
}

.mb_icon{
	color: #da9d5a;
}

.mb_icon_pestle{
	width: 30px;
    position: relative;
    left: 50%;
    top: -40px;
    float: left;
    margin-left: -15px;
}

@media(max-width: 769px){
	/*.mb_icon_pestle{ left: 0; margin-right: 20px; top: auto;}*/
		.mb_h3_texture {  margin-bottom: 50px !important;}
}



@media(max-width: 480px){
	.mb_h1{
		font-size: 18px !important;
		line-height: 2.2em !important;
	}
	span.mb_h1{
		bottom: -4px;
	}
	.mb_h2{
		font-size: 18px;
	}
	.mb_h3{
		font-size: 16px;
	}
	.mb_text{
		font-size: 14px;
	}
}
/*buttons*/
.mb_button{
	font-family: "Trade Gothic W02", Arial, sans-serif;
	padding: 10px 60px;
    width: auto;
    background: black;
    color: white;
    text-align: center!important;
    border: 2px solid black;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.2s ease-in-out;
    margin:10px auto;
}
.mb_button-small{
	padding: 6px 30px;
    font-size: 16px;
}
.mb_button:hover{
	color: black;
	background-color: transparent ;
	cursor: pointer;
}

/* begin page*/
.mb_begin-screen{
	background-color: #feefde;
	text-align: center;
}
.mb_begin-screen p{
	width: 700px;
	max-width: 90%;
	min-width: 280px;
	margin: 20px auto;
	font-family: helvetica,'helvetica neue', arial, sans-serif;
}

.mb_sky{
	padding: 80px 40px 280px 40px;
	background-size: cover;
	background-position: center left;
	transition: 0.4s ease-in-out;
	position: relative;
	z-index:1;
}
.mb_sky .mb_back-link .mb_text{
	margin: auto!important;
}
.circle{
	border-radius: 100%;
	width: 20px;
	height: 20px;
	background-color: #feefde;
	position: absolute;
	z-index:2;
}
.circle1{
	top: 30%;
	left: 20%;
	opacity: 0.8;
	-webkit-animation: float 2s ease-in-out infinite;
}
.circle2{
	top: 90%;
	left: 30%;
	opacity: 0.3;
	width: 40px;
	height: 40px;
	-webkit-animation: float 3s ease-in-out infinite;
}
.circle3{
	top: 10%;
	left: 20%;
	opacity: 0.4;
	width: 45px;
	height: 45px;
	-webkit-animation: float 2.5s ease-in-out infinite;
}
.circle4{
	top: 80%;
	left: 90%;
	opacity: 0.7;
	width: 36px;
	height: 36px;
	-webkit-animation: float 2s ease-in-out infinite;
}
.circle5{
	top: 5%;
	left: 80%;
	opacity: 0.2;
	width: 25px;
	height: 25px;
	-webkit-animation: float 3.5s ease-in-out infinite;
}
.circle6{
	top: 35%;
	left: 8%;
	opacity: 0.6;
	width: 15px;
	height: 15px;
	-webkit-animation: float 3s ease-in-out infinite;
}
.circle7{
	top: 25%;
	left: 18%;
	opacity: 0.4;
	width: 30px;
	height: 30px;
	-webkit-animation: float 2.5s ease-in-out infinite;
}
.circle8{
	top: 20%;
	left: 45%;
	opacity: 0.5;
	width: 18px;
	height: 18px;
	-webkit-animation: float 3s ease-in-out infinite;
}
.circle9{
	top: 25%;
	left: 65%;
	opacity: 0.4;
	width: 40px;
	height: 40px;
	-webkit-animation: float 4s ease-in-out infinite;
}

@-webkit-keyframes float{

	50%{
		transform: scale(1.1);
		opacity: 0.9;
	}
}
.mb_begin-images{
	display: flex;
	flex-wrap: wrap;
	margin-top: -200px;
	justify-content: center;
	padding-bottom: 160px;
}
.mb_begin-image{
	padding: 10px;
	max-width: 100%;
	position: relative;
	z-index: 4;
}
.mb_begin-image img{
	border: 10px solid white;
	width: 320px;
	max-width: 100%;
}
@media(max-width: 1024px){
	.mb_sky{
		padding: 40px 40px 40px 40px;
	}
	.mb_begin-images{
		margin-top: 0px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.mb_begin-image{
		padding: 1vw;
	}
	.mb_begin-image img{
		width: 30vw;
		border: 1vw solid white;
	}
}
/*steps*/
.mb_sky.steps{
	padding: 40px;
}
.mb_sky.steps .circle{
	display: none;
}
.mb_steps-wrapper{
	display: none;
}
.mb_steps{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.mb_step{
	text-align: center;
	width: 113px;
}
.mb_join{
	display: flex;
	align-items: center;
	padding: 30px 0px 0 0px;
	width: 80px;
	
}
.mb_join hr{
	background-color: #da9d5a;
	border: none;
	height: 1px;
	width: 100%;
}
.mb_steps-wrapper .mb_icon{
	background-color: white;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	position: relative;
	transition: 0.2s ease-in-out;
	margin: auto;
}
.mb_steps-wrapper .mb_icon-active{
	background-color: #da9d5a ;
}
.mb_steps-wrapper .mb_eye{
	position: absolute;
	top: 50%;
	left: 10px;
	width: 60px;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
}
.mb_steps-wrapper .mb_icon .mb_eye-orange{
	opacity: 1;
}
.mb_steps-wrapper .mb_icon .mb_eye-white{
	opacity: 0;
}
.mb_steps-wrapper .mb_icon-active .mb_eye-orange{
	opacity: 0;
}
.mb_steps-wrapper .mb_icon-active .mb_eye-white{
	opacity: 1;
}
@media(max-width: 1024px){
	.mb_h6{
		font-size: 12px;
	}
	.mb_step{
		width: 97px;
	}
	.mb_join{
		width: 40px;
	}
	.mb_steps-wrapper .mb_icon{
		height: 70px;
		width: 70px;
	}
	.mb_steps-wrapper .mb_eye{
		left: 5px;
		width: 60px;
	}
}
@media(max-width: 640px){
	.mb_sky.steps{
		padding: 40px 20px;
	}
	.mb_h6{
		height: 30px;
		white-space: pre-line;
	}
	.mb_step{
		width: 70px;
	}
	.mb_join{
		width: 30px;
		padding: 40px 5px 0 5px;
	}
	.mb_steps-wrapper .mb_icon{
		height: 60px;
		width: 60px;
	}
	.mb_steps-wrapper .mb_eye{
		left: 5px;
		width: 50px;
	}

}
@media(max-width: 480px){
	.mb_sky.steps{
		padding: 40px 20px;
	}
	.mb_step{
		width: 70px;
	}
	.mb_h6{
		font-size: 11px;
	}
	.mb_join{
		width: 5px;
		padding: 0;
		opacity: 0;
	}
	.mb_steps-wrapper .mb_icon{
		height: 60px;
		width: 60px;
	}
	.mb_steps-wrapper .mb_eye{
		left: 5px;
		width: 50px;
	}

}
/*main-benefit/main-concern*/
.mb_main-benefit{
	display: none;
}
.mb_main-concern{
	display: none;
}
.mb_texture-options{
	display: none;
}
/*generic*/
.mb_options-wrapper{
	padding: 40px;
}
.mb_options{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.mb_option{
	min-width: 200px;
	max-width: 400px;
	text-align: center;
	padding: 20px 0;
}
.mb_option:hover{
	cursor: pointer;
}

.mb_option .mb_icon{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	border: 2px solid #da9d5a;
	margin: 20px auto;
	transition: 0.2s ease-in-out;
}
.mb_option .mb_icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90px;
	max-height: 90px;
	
}
.mb_option:hover .mb_icon{
	transform: scale(1.1);
}
.mb_texture{
	margin: 20px auto;
	height: 250px;
	transition: 0.2s ease-in-out;
}
.mb_texture img{
	height: 100%;
}
@media(max-width: 768px){
	.mb_texture{
		height: 150px;
	}
}
.mb_option:hover .mb_texture{
	transform: scale(1.05);
}
.mb_option .mb_h3{
	padding: 0 20px;
	margin: 10px auto;
	max-width: 240px;
}
.mb_option .mb_text{
	padding: 0 20px;
	margin: 0 auto;
	max-width: 280px;
}
.mb_option-2{
	flex-basis: 33%;
}
.mb_option-3{
	flex-basis: 33%;
}
.mb_option-4{
	flex-basis: 25%;
}
.mb_option-5{
	flex-basis: 20%;
}

@media(max-width: 1024px){
	.mb_option-4{
		flex-basis: 50%;
	}
}
@media(max-width: 640px){
	.mb_options-wrapper{
		padding: 40px 10px;
	}
	.mb_option{
		min-width: 150px;
		flex-basis: 50%;
	}
	.mb_option .mb_h3{
		padding: 0 10px;
	}
	.mb_option .mb_text{
		padding: 0 10px;
	}
}
/*reults pages*/
/*banner*/
.mb_banner{
	width: 100%;
	padding: 40px;
	text-align: center;
}
.mb_banner img{
	max-width: 100%;
	width: auto;
	border: 0;
}
@media(max-width: 768px){
	.mb_banner{
		padding: 20px;
	}
}
/*results*/
.mb_result{
	width: 1200px;
	margin: 40px auto 0;
	max-width: 100%;
}
.mb_result .mb_text{
	max-width: 300px;
	margin: 20px auto;
}

.mb_two_up{
	min-height: 60px;
}

@media(max-width: 920px){
	.mb_h2 { min-height: 50px; }
	}


.mb_result-image{
	width: 50%;
}
.mb_result-image img{
	width: 100%;
	margin-bottom: -4px;
}
.mb_result-text{
	width: 50%;
	text-align: center;
	align-self: stretch;
}
.mb_result-review{
	background-color: #feefde;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
}
.mb_result-review-two-up{
	min-height: 275px;
}
@media(max-width: 850px){
.mb_result-review-two-up{min-height: 350px;
}
}

.mb_result-cta{
	background-color: #ecf4f7;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
}

.mb_back-link{
	max-width: 100%;
	width: 1200px;
	margin: 50px auto;
	display: block;
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.mb_no_line{
	border: none;
	padding-top: 0;
	margin: 0 auto;
}


.mb_header_back{
	background: #ecf4f7;
	padding: 1px 0;
	text-align: center;

}

.mb_back-link .mb_text{
	margin: 0;
}

.mb_back-link a, .mb_header_back a{
	text-decoration: underline;
	color: black;
}
/*result-1*/
.mb_result-1{
	display: flex;
}
@media(max-width: 1024px){
	.mb_result{
		padding: 0 10px;
	}
	.mb_result-1{
		flex-direction: column;
		width: 500px;
		max-width: 100%;
	}
	.mb_result-image, .mb_result-text{
		width: 100%;
	}
}
/*result-2*/
.mb_result-2-wrapper{
	display: flex;
	justify-content: center;
	width: 1220px;
	margin: 0 auto;
	max-width: 100%;
}
@media(max-width: 1280px){
	.mb_result-2-wrapper{
		max-width: calc(100% + 20px);
		margin-left: -10px;
	}
}
.mb_result-2-block{
	padding: 0 10px;
	width: 50%;
}
.mb_result-2{
	flex-direction: column;
}
.mb_result-2 .mb_result-image, .mb_result-2 .mb_result-text{
	width: 100%;
}
@media(max-width: 1024px){
	.mb_result-2-block{
		padding: 0;
	}
}
@media(max-width: 768px){
	.mb_result-2-wrapper{
		flex-wrap: wrap;
		max-width: 100%;
		margin: 0 auto;
	}
	.mb_result-2-block{
		width: 100%;
	}
}
/*result-3*/
.mb_result-3-wrapper{
	display: flex;
	align-items: stretch;
	width: 1220px;
	margin: 0 auto;
	max-width: 100%;
}
.mb_result-3-block{
	width: 50%;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.mb_result-3{
	height: 100%;
	width: 100%;
}
.mb_result-3 .mb_result-image, .mb_result-3 .mb_result-text{
	width: 100%;
}
.mb_avo-cream{
	height: calc(100% - 40px);
	width: 100%;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
}
.mb_avo-large{
	font-size: 44px;
	text-transform: uppercase;
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.mb_avo-medium{
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.mb_avo-small{
	margin-top: 80px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 1280px){
	.mb_result-3-wrapper{
		max-width: calc(100% + 20px);
		margin-left: -10px;
	}
}
@media(max-width: 1024px){
	.mb_result-3-block{
		padding: 0;
	}
}
@media(max-width: 768px){
	.mb_result-3-wrapper{
		flex-wrap: wrap;
		max-width: 100%;
		margin: 0 auto;
	}
	.mb_result-3-block{
		width: 100%;
	}
	.mb_avo-large{
		font-size: 34px;
	}
	.mb_avo-medium{
		font-size: 24px;
	}
	.mb_avo-small{
		margin-top: 60px;
		font-size: 18px;
	}
}

/*stars*/
.mb_stars{
	display: flex;
	padding: 20px;
}
.mb_stars img{
	margin-right: 5px;
	height: 20px;
}








@font-face {
    font-family: 'kiehls_hand_tc_bold';
    src: url('fonts/kiehls_hand_tc_bold.eot');
    src: url('fonts/kiehls_hand_tc_bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/kiehls_hand_tc_bold.woff2') format('woff2'),
        url('fonts/kiehls_hand_tc_bold.woff') format('woff'),
        url('fonts/kiehls_hand_tc_bold.svg#kiehls_hand_tc_bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


