@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hind:400,600&display=swap');

@font-face {
	font-family: Optima-Regular;
	src: url('../fonts/optimaltstd-medium-59882953cfbbe.ttf');
}
@font-face {
	font-family: Optima-Bold;
	src: url('../fonts/OptimaLTStdBold.ttf');
}
@font-face {
	font-family: 'Optima-Italic';
	src: url('../fonts/OptimaLTStdItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'OptimaLTStd';
	src: url('../fonts/OptimaLTStd.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/OptimaLTStd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       
       url('../fonts/optimaltstd-medium-59882953cfbbe.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OptimaLTStd.svg#svgOptimaLTStd') format('svg'); /* Legacy iOS */
}

*,*:after,*:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  }
  html,body{
	height:100%;
  }
  body{
	margin:0;
	padding:0;
	position:relative;
	background:#fff;
  }

  
.black-btn {
	background: #000 !important;
}  

body {
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'OptimaLTStd' !important;
	text-transform: uppercase;
}

a{
	color: #b27256;
}	

@media only screen and (max-width : 767px) {
	h1 {
		font-size: 2em;
	}

	h2{
		font-size: 1.2em;
	}
}

.sk-col-brown{
	color:#785e4c;
}

.result{
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	display: block;
}
.result span {
	display: block;
	font-size: 13px;
}
.preview{
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	margin:0;
	padding:0;
	width:50px;
	height:50px;
	border: 5px solid #FFF;
	border-right: none;
	border-top: none;
}
#cs{ 
	display:none;
}

.thumbnail-container{
	width:550px;
	margin:0 auto;
	display: inline-block;
	margin-left: 8em;
}

.thumbnail{
	position:relative;
	width:450px;
	height:450px;
	margin-top:0;
	margin-bottom:20px;
	float:left;
}

.thumbnail img {
	display: block;
	width: 100%;
	cursor: crosshair;
	border: 5px solid #fff;
	margin: 0 auto;
}

.color-indicator{

	float:left;
	padding-left:12px;
}

.color-selected{
	display: block;
	width:50px;
	height:50px;
	background: #ccc;
	cursor: pointer;

}



#my_camera{
	width: 400px;
	height: 300px;
	margin:0 auto 20px;
}

.white-font{
	color:#fff;
}

.screen-height{
	min-height: 100vh;
	height: auto;
	padding-bottom:20px;
}

.space{
	margin-top:25px;
	margin-bottom:25px;

}

.nav-container {
	max-height: 65px;
	background: #785e4c;
	padding: 10px 0 0; 
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
	display: block;
	animation: 0.8s cubic-bezier(0.46, 0.04, 0.6, 0.99) 0s 1 normal both running slide-in-top;
	transition: top 0.5s ease-in-out;
}

.nav-container .right {
	float: right;
	display: inline-block;
	width: auto;
}

.nav-container .container {
	width: auto;
	max-width: 1800px;
}

.nav-container * {
	font-family: 'Work Sans';
}

.nav-container .logo, .nav-container .logo-text {
	color: white;
	float: left;
}

.nav-container .logo-text {
	font-size: 22px;
	line-height: 45px;
	text-transform: uppercase;
	margin: 0;
	font-weight:bold;
}

.desktop-menu {
	display: block;
	margin-top: -4px;
}

.nav-container .right .menu {
	float: left;
	line-height: 46px;
	margin-left: 20px;
	color: #a9998d;
}

.nav-container .right .menu a {
	font-weight: 600;
	color: white;
	font-family: 'Work Sans';
}

.nav-container .logo{
	background: url('../images/logo.png') center no-repeat;
			background-size: contain;
	width: 158px;
    height: 36px;
	margin: 0 20px 0 0;
}

.sk-first-title{
	position: absolute;
	top: 80vh;
	margin: 0 auto;
	color: #fff;
	text-align: center;
    width: 100%;
}

.sk-first-title h1, .sd-first-title h1 {
	text-transform: none;
}

.sd-first-title{
	position: absolute;
	top: 80vh;
	margin: 0 auto;
	color: #fff;
	text-align: center;
    width: 100%;
}

.sk-check{
	background: url('../images/skin-check.jpg') no-repeat;
	background-position: right 0 bottom 0;
	width:50%;
	position:absolute;
	left:0;
	height: 100vh;		
}

.sk-diary{
	background: #000000 url('../images/skin-diary.jpg') no-repeat;
	background-position: -39px 0; 
	background-size:cover;
	width:50%;
	position:absolute;
	right:0;
	height: 100vh;		
}

.sc-caption{
	position:absolute;
	left:0;
	margin-top:23vh;
}

.sc-img-title{
	margin-left: -17px;
	margin-bottom: 10px;
}

.sc-caption p, .sd-caption p{
	font-size: 1.5em;
}

.sd-caption{
	position:absolute;
	right:0;
	margin-top:25%;
} 

.skincheck-banner{
	background: url(../images/skindiary_beautypalette_rev.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
	margin-top: 5vh;
}

.pd-left{
	padding-left: 5em;
}

.pd-left-lg{
	padding-left: 8em;
}

.pd-top{
	padding-top: 5em;
}

.pd-top-lg{
	padding-top: 8em;
}

.pd-bottom{
	padding-bottom: 5em;
}

.pd-bottom-lg{
	padding-bottom: 8em;
}

.mg-left{
	margin-left: 5em;
}

.mg-left-lg{
	margin-left: 8em;
}

.mg-top-60{
	margin-top:60px;
}

.mg-bottom-60{
	margin-bottom:60px;
}

.child{
	display: table-cell;
	vertical-align: middle;
	height:550px;
}

.child h2{
	font-size: 2em;
	font-weight: bold;
	text-transform: none;
}

.child p{
	font-size: 1.4em;
}

.colour-example{
	
	
}

.intro-section-one{
	background: url('../images/black-color-shade.jpg') no-repeat;
	background-position: bottom right; 
	width:100%;
	background-size: 45%;
}

.intro-section-two{
	background:#f1e6e2;
	margin-top: -50px;
}

.intro-section-three{
	background: url('../images/silver-bg.jpg') no-repeat;
	background-position: top left; 
	width:100%;
	margin-top: -50px;
}

.page-footer {
	width:100%;
	display: block;
	height: 50px;
	line-height:50px;
	background: #785E4A;
	text-align:center;
	font-size: 0.8em;
}

.skincheck-button{
	height:45px;
	width:auto;
	line-height:45px;
	background:#795e4b;
	color:#ffffff;
	display: inline-block;
	padding: 0 15px 0 15px;
	cursor: pointer;
}

.skincheck-button:hover{
	text-decoration:none;
	color:#fff;
	background:#000;
}

.skincheck-button input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.skincheck-button span {
	color:#ffffff;
}

.instruction-title{
	color:#b27256;
	margin-top: 100px;
}

.instruction{
	overflow: hidden;
}

.instruction .col-md-12 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.instruction .img img {
	max-width: 100%;
}

.instruction .text {
	text-align: left;
}

.privacy-policy{
	margin-top:60px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  margin: 15% auto; /* 15% from the top and centered */
  padding: 3px 20px;
  border: 1px solid #888;
  width: 700px; /* Could be more or less, depending on screen size */
  color:#fff;
}

.modal-loader {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 12; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #ffffff; /* Fallback color */
  }
  
  /* Modal Content/Box */
  .modal-loader-content {
	margin-top: 50vh;	
	margin-left: auto;
	margin-right: auto;	
	width: auto;
	text-align: center;
	color:#b27256;
  }

/* The Close Button */
.close-dialog {
  color: #fff;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close-dialog:hover,
.close-dialog:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.result-preview{
	padding-top:30px;
	padding-bottom:30px;
	background: #F1E6E2;
}

.result-preview h4{
	color: #b27256;
}

.result-preview h4 br{
	display: none;
}

.result-photo{
	margin: 20px;
}

#color-palette img{
	width: 300px;
}

.result-text{
	margin: 0 auto;
	width: 80%;
	text-align: left;
}

.result-text ol{
	margin-top: -15px;
}

.result-text li{
	margin-left: 15px;
	margin-bottom: 5px;
}

.result-step{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #000;
	width: 100%;
}

.result-step h3{
	color: #b27256;
}

.result-step:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.result-product{
	width: 100%;
	margin-bottom: 50px;
	margin: 10px;
}	

.result-productdesc{
	min-height: 200px;
	font-size: 1em;
	margin: 0 auto;
	width: 90%;
}

.img-result{
	width: 90%;
	min-height: 200px;
	background-size: cover;
	background-position: bottom center;
	margin: 0 auto;
}



.nav-tabs {
	border-bottom: none;	
}

.nav-item{
	border: 1px solid #b27256;
	width:24%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

.nav-item a{
	color:#916C52;
	padding: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #916C52;
	background-color:#F1E6E2;		
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tab-content > .active {
	
	display: block;
	margin: 20px auto;
	border: 1px solid #b27256;
	width: 99%;
	padding: 30px;
}

	

.labelFullName {
	text-align: center;
	margin-left: 20px;
	margin-bottom: -10px;
	max-width: 150px;
	background-color: white;
}

.btn, .button {
	outline: none !important;
	box-shadow: none !important;
}

.button {
	background: #000;
	border: #000;
	color: #fff;
	padding: 6px 12px;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
}

.btnShop{
	background: #000;
	border: #000;
	color: #fff;
	padding: 5px 10px;
	margin: 0 10px;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	font-size: 12px;
	border-radius: 0;
}

.btnShop:hover{
	color: #b27256;
}


/* REGISTER */
.registerforms {
	text-align: center;
	align-items: center;
}


.form-control-fullname {
	height: 60px;
	border: solid #2b2b2b;
	border-radius: 9px;
}

#datepickers-container {
	display: none;
}

/* .form-birthdate{
	margin-left: -15px;
	padding:10px; 
} */
.row1 {
	margin-bottom: 32px;
	padding-bottom: 0px;
}


.form-birthdate,
.form-select-country,
.form-control-phonenumber,
.form-control-password {
	max-width: 100%;
	height: 60px;
	border: 1px solid #2b2b2b;
	border-radius: 9px;
}

.form-select-gender,
.form-select-city,
.form-control-email,
.form-control-confirmPass {
	max-width: 100%;
	height: 60px;
	border: 1px solid #2b2b2b;
	border-radius: 9px;
	background: white;
}

.alreadyMember {
	margin-top: 20px;
	align-content: center;
}

.alreadyMember a {
	color: #A87357;
}
		
	/* LOGIN */
.registerforms form,
.loginforms form {
	max-width: 650px;
	margin: 0 auto;
}

.loginforms form {
	max-width: 350px;
}

.form-group {
	position: relative;
	padding-top: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.form-group input {
	height: 60px;
	border: 1px solid #2b2b2b !important;
	border-radius: 9px;
	outline: none !important;
	box-shadow: none !important;
	padding: 6px 20px;
	background: none !important;
}

.form-group label {
	position: absolute;
	top: 50px;
	left: 20px;
	color: #999;
	background: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding: 0 10px;
	pointer-events: none;
	height: 34px;
}

.form-group input:focus {
	outline: none;
	border: 2px solid #000000 !important;
	background: none !important;
}

.form-group input:focus~label,
.form-group input:valid~label,
.form-group select:focus~label,
.form-group select:valid~label,
.form-group input[readonly]~label,
.form-control[disabled]~label {
	top: 20px;
	color: #000;
}

.btnLogin, .btnSubmit {
	width: 288px;
	height: 40px;
	background-color: #2b2b2b;
	color: white;
	font-size: 16px;
	margin-bottom: 32px;
}

.btnLogin:hover, .btnSubmit:hover{
	background-color: #785E4C;
	color: white;
}



.social-button a span {
	/*font-family: 'Work Sans', sans-serif;*/
}

.social-button a:hover,
.social-button a:focus {
	color: #fff !important;
}




.social-button i {
	font-size: 20px;
	margin-right: 10px;
}

.social-button a span {
	font-family: 'Work Sans', sans-serif;
}

.bold {
	font-weight: 600;
}


.social-button {
	padding: 10px 30px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 5px 15px;
	border-radius: 10px;
	min-width: 270px;
}

.social-button.fb  {
	background: #3B5998;
	color: white;

}

.social-button.google  {
	background: #dd4b39;
	color: white;
}



.page-footer > * {
	color: white;
	font-family: 'Work Sans';
}

.footer-button {
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 45px;
    background: #fff;
    color: #b27256;
	font-weight: bold;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
	border: 1px solid #b27256;
}

.footer-button:hover {
	color: #916C52;
    background-color: #F1E6E2;
	text-decoration: none;
}

.error {
	color: red;
}

.slick-track{
	margin-left: 0;
}
.slick-next:before, .slick-prev:before {
	color: #b27256;
	font-size: 1.8rem;
}

@media only screen and (max-width : 767px) {	
	.topmargin {
		margin-top: 25px!important;
	}
	.bottommargin {
		margin-bottom: 25px!important;
	}
	.pd-left {
		padding-left: 1em;
	}
	.pd-left-lg {
		padding-left: 2em;
	}
	.pd-top {
		padding-top: 1.5em;
	}
	.pd-top-lg {
		padding-top: 2.5em;
	}
	.pd-bottom {
		padding-bottom: 1.5em;
	}
	.pd-bottom-lg {
		padding-bottom: 2.5em;
	}
	
	.nav-container{
		display: block;	
	}
	
	.nav-container .logo{
		margin-left: -15px;
		width: 100px;
		height: 23px;
	}
	
	.nav-container .logo-text {
		font-size: 12px;
		line-height: 28px;
	}
	
	.desktop-menu{
		display: none;
	}
	
	.sk-first-title, .sd-first-title{
		top: 35vh;
		width: 90%;		
	}
	
	.sk-first-title h1, .sd-first-title h1{
		font-size: 2em;
	}

	.sk-check{
		background-position: top right;
		background-size: cover;
		width: 100%;
		height: 50vh;
	}
	
	.sk-diary{
		background-position: top left;
		background-size: cover;
		width: 100%;
		height: 50vh;
		top: 50vh;
	}
	
	.skincheck-banner{
		background: url(../images/skindiary_beautypalette_mobile.jpg) no-repeat;
		background-position: top center;
		background-size: 100%;
		margin-top: 25px;
		height: 560px;
	}
	
	.sc-caption{
		margin-top: 250px;
		width: 100%;
		color: #795e4b;
	}
	.sc-caption h1{
		font-size: 1.5em;
	}
	.sc-caption h1 br{
		display: none;
	}
	.sc-caption p{
		font-size: 1em;
	}
	
	.sc-img-title{
		width: 100%;
		margin-left: 0;
		margin-bottom: 60px;
	}
	
	.skincheck-button{
		height: 35px;
		line-height: 35px;
		font-size: 0.8em;
		padding: 0 10px;
	}
	
	.intro-section-one{
		margin-top: 30px;
		background: none;
	}
	
	.intro-section-two{
		margin-top: 0;
	}
		
	.intro-section-three {
		margin-top: -15px;
		margin-bottom: 15px;
		background: none;
	}
	.intro-section-three .child{
		padding-top: 1.5em;
	}	
	
	.intro-section-one img, .intro-section-two img, .intro-section-three img{
		width: 100%;
	}
	.intro-section-one .child, .intro-section-two .child, .intro-section-three .child{
		vertical-align: top;
		height: auto;
	}
	.intro-section-one .child h2, .intro-section-two .child h2, .intro-section-three .child h2{
		font-size: 1.3em;
	}
	.intro-section-one .child p, .intro-section-two .child p, .intro-section-three .child p{
		font-size: 1em;
	}
	.intro-section-one .child br, .intro-section-two .child br, .intro-section-three .child br{
		display: none;
	}

	.form-group input{
		height: 40px;
	}
	
	.social-button{
		display: inline-block;
	}
	
	h1.instruction-title {
		font-size: 2em;
	}
	.instruction .img img {
		width: 35px;
	}
	
	.thumbnail-container{
		margin-left:0;
		width: 90%;
	}
	.thumbnail{
		width: 100%;
		height: 100%;
		margin-bottom: 0;
	}
	.color-indicator{
		width: 100%;
	}
	.color-selected{
		display: inline-block;
		margin: 0 15px 30px;
	}
	.colorbox{
		display: inline-block;
	}
	
	.nav-item{
		width: 25%;
		border-left: 0;
	}
	.nav-item a{
		padding: 8px 5px 5px 5px;
	}
	.nav-item:first-child{
		border-left: 1px solid #b27256;
	}
	.tab-content > .active{
		padding: 15px;
	}
	#color-palette img{
		width: 100%;
	}
	.result-preview h4 {
		font-size: 1.5em;
	}
	.result-preview h4 br{
		display: block;
	}
	.result-productdesc{
		min-height: auto;
		margin-bottom: 20px;
	}
	.result-step{
		margin-top: 20px;
	}
	
	.modal-content{
		margin: 30vh auto 0;
		width: 100%;
	}
	.footer-button {
		font-size: 11px;
		line-height: 1.1em;
		padding: 8px 15px;
	}
	.ptop{
		padding-top: 15px;
	}
	
	.slick-prev {
		left: -15px;
		top: 25%;
	}
	.slick-next {
		right: -15px;
		top: 25%;
	}
	.page-footer {
		line-height: 25px;
		height: auto;
	}
	.page-footer p{
		text-align: center !important;
	}
}