/*
 Author:       KaSeD
 Version:      1.9
*/

/* FONT CONTROL */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap');


body {
    width:100%;
    background-color:#fffff;
}

@page {
	size: A4 portrait;
}

#announcement_container {
	width: 100%;
	padding-bottom: 0 !important;
	margin-bottom: -40px !important; 
}

#announcement_inner {
	width: 80%;
	max-width: 1000px;
	margin: 40px auto;
	background: #FFF;
	
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'Open Sans', sans-serif;  
	/* 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */ 
	text-align: center; 
}

#announcement_inner p {
	font-size: 20px;
	font-weight: 300;
	padding: 6px 0 8px 0;
	line-height: 1.4em;
}

#announcement_inner ol {
	list-style-position: inside;
	text-align: center; 
	font-size: 20px;
	font-weight: 300;
	padding: 6px 0 8px 0;
	line-height: 1.4em;
	list-style-type: decimal !important;
}

#announcement_inner ol li {
	list-style-type: decimal !important;
	line-height:1.4em !important; 
	padding: 10px;
}


#announcement_inner a{
	color: #8a8734 !important;
	padding: 8px 0 !important;
	text-decoration: none !important; 
}


#announcement_inner a:hover {
	text-decoration: underline !important;
}

#announcement_inner #link_box {
	padding: 0 0 20px 0;
}


#announcement_inner p strong{
	font-weight: 700;
	letter-spacing: -0.4px;
}




#announcement_inner h1 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	color: #8a8734;
	padding: 16px 0 0 0;
	letter-spacing: 1px;
}


#announcement_inner h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 800; 
	color: #8a8734;
	padding: 16px 0;
	letter-spacing: -0.8px;
}

#announcement_inner h6 {
	font-size: 16px;
	font-weight: 300; 
	color: #000;
	padding: 0;
	letter-spacing: 1px;
	margin-top: -8px; 
}

#announcement_inner h4 {
	font-size: 20px;
	font-weight: 300; 
	color: #000;
	padding: 8px 0;
	letter-spacing: 1px;
}


#books_bonus {
	height: auto;
	width: 768px; 
	min-width: 500px;
	margin: 0 auto;
	background-color: rgb(193, 205, 35);
	background-image: url("http://www.teohairandbody.com/img/salon/1.jpg");
	background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;
}


#books_bonus_inner {
	position: relative;
	margin: 0 auto;
	height: auto;
	padding: 40px 0 60px 0;
	text-align: center;
	color: white;
	width: 50%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color; #FFF !important; 
}

#books_bonus_inner h1 {
    font-family: 'Open Sans', sans-serif;
    color: white !important;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    z-index: 1;
    line-height: 20px;
}


#books_bonus_inner p {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 1px;
    z-index: 1;
	line-height: 1.42857143;
	color: #FFF;
}



.content_announcement{
    margin-top: 0 !important; 
	padding-top: 0 !important; 
}





	/* ------------------------------------------------------------------------ */
	/* Smaller than standard 960 (devices and browsers) */
	/* ------------------------------------------------------------------------ */
	@media only screen and (max-width: 959px) {
		
		
	#announcement_inner {
		width: calc (100% - 12px) !important;
	}


	#announcement_inner p, #announcement_inner ol  { font-size: 16px !important; }
	#announcement_inner h1, #announcement_inner h2, #announcement_inner h4, #announcement_inner h6  {
		font-size: 140% !important; 
		letter-spacing: 0.4px !important;
		padding: 4px 0 !important; 
		}
		
	#announcement_inner h3 a{
		padding: 2px 0 !important;
		font-size: 76% !important; 
	}
	

	#announcement_inner #link_box {
		/* padding-bottom: 20px; */
	}
		
	#books_bonus {
		width: calc (100% - 12px) !important;
		max-width:  calc (100% - 12px) !important;
		margin: 0 !important;
		padding: 0 !important; 
		overflow: hidden !important;
	}

	#books_bonus_inner {

		width: 100% !important; 
		padding: 24px 30px !important;
		height: auto !important;
		}

	.content_announcement{
    	margin-top: 0 !important; 
		padding-top: 0 !important; 
	}
	
	#announcement_container {
		margin-bottom: -80px !important; 
}
	
	
}

	




#header_nav {
    width:100%;
    height:520px;
    background-color:#666;
    position:fixed;
    top:0;
    left:0;
	overflow: hidden;
	z-index:1000;
}

header_nav_mobile{
	display:none;
}

.hero{width:100%;}

.hero-wrapper{
	width:100%;
	background:none;
	position:absolute;
	z-index:1;
}

.hero-grid{
	position:relative;
	width:80%;
	margin:0 auto;
}

.hero img {
    height: 520px;
    width: 100%;
    object-fit: cover; // here
    -o-object-fit: cover;
	z-index:0;
}

.logo img{
	width:180px;
	height:auto;
	padding-top:40px;
}

.logo-mobile{
  display:none;
}

.title{
	font-family: 'Open Sans', sans-serif;
	color:white;
	font-size:23px;
	letter-spacing:3px;
	padding:20px 0;
	max-width:370px;
	position:relative;
	margin:260px auto;
	text-align:center;
	border:solid;
	border-width:2px;
	border-color:white;
}

.content{
	margin:520px 0 0 0;
	width:100%;
	position:relative;
	z-index:3;
}

.content h1{
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#95953d;
	font-size:18px;
	letter-spacing:2px;
	padding:30px 0 2px 0;
	text-align:center;
	border:none;
}

.sec-bar{
	width:40px;
	height:3px;
	background-color:#95953d;
	margin:0 auto;
}


.sec1 .cell{
	margin-top:40px;
	background-color:#95953d;
}

.sec2 .cell{
	margin-top:40px;
	background-color:#c1cd23;
}

.sec3 .cell{
	background-color:#95953d;
}

.sec4 .cell{
	margin-top:40px;
	background-color:#c1cd23;
}

.cell{
	height:407px;
	padding:120px 0;
	text-align:center;
	color:white;
}

.cell-double-wrapper{
	height:814px;
	margin-top:40px;
}


.cell-big{
	height:814px;
	padding:300px 10% 0 10%;
	text-align:center;
	color:white;
	margin-top:40px;
}


.cell h1, .cell-big h1{
	font-family: 'Open Sans', sans-serif;
	color:white !important;
	font-weight:600;
	font-size:16px;
	letter-spacing:2px;
	z-index:1;
	line-height:20px;
	
}

.cell p, .cell-big p{
	font-family: 'Raleway', sans-serif;
	font-weight:100;
	font-size:13px;
	letter-spacing:1px;
	z-index:1;
}

.cell{
	position:relative;
	margin:0 auto;
}

.min-cell p, .min-cell2 p, .min-cell3 p, .min-cell4 p{
	width:60%;
	margin:0 auto;
}

.min-cell:nth-child(2){
	background-image:url(../img/hair/1.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.min-cell:nth-child(3){
	background-image:url(../img/hair/2.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.min-cell2:nth-child(1){
	background-image:url(../img/hair/3.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.min-cell2:nth-child(2){
	background-image:url(../img/hair/4.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.min-cell2:nth-child(3){
	background-image:url(../img/hair/5.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.lar-cell:nth-child(1){
	background-color:#95953d;
	background-image:url(../img/hair/6.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}


.min-cell3:nth-child(1){
	background-image:url(../img/hair/8.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.min-cell3:nth-child(2){
	background-image:url(../img/hair/7.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.min-cell4:nth-child(2){
	background-image:url(../img/hair/9.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.min-cell5{
	background-image:url(../img/hair/10.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}


.price-wrapper{
	width:20%;
	margin:30px auto;
	font-family: 'Raleway', sans-serif;
	font-weight:100;
	font-size:13px;
	letter-spacing:1px;
	z-index:1;	
}

.left-col{
	float:left;
	width:48%;
}

.right-col{
	float:right;
	width:48%;
}

.footer{
	width:100%;
	text-align:center;
	margin:80px auto 40px auto;
}

.footer p{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:9px;
	letter-spacing:1px;
	color:#95953d;
}


@media only screen and (max-width:995px){
	#header_nav {
   display:none;
	}
	
	#header_nav_mobile{
		position:fixed !important;
		top:0;
		left:0;
		display:block !important;
		height:160px;
		width:100%;
		background-color:#95953d !important;
		z-index:10000000;
		
	}


   .content {
    margin: 190px 0 0 0 !important;
}

.content h1{
	    padding: 0px 0 2px 0 !important;
	}
	
	
	.footer {
    margin: 20px auto 10px auto;
}

	
	.logo{
		display:none;
	}
	
	.logo-mobile {
		z-index:10000;
		display:block;
	}
	
	.logo-mobile img{
	width:110px;
	height:auto;
	padding-top:20px;
}


.cell:nth-child(1),.min-cell:nth-child(2), .min-cell:nth-child(3),.min-cell2:nth-child(1), .min-cell2:nth-child(2), .min-cell2:nth-child(3),.min-cell2:nth-child(4),.lar-cell:nth-child(1), .min-cell3:nth-child(1), .min-cell3:nth-child(2), 
.min-cell4:nth-child(1),.min-cell4:nth-child(2),.min-cell5{
	background-image:none;
	background-color:#95953d !important;
	height:250px !important;
	margin:20px 0 20px 0 !important;
	padding:10px 0 10px 0 !important;
}



.cell:nth-child(1) p,.min-cell:nth-child(2) p, .min-cell:nth-child(3) p,.min-cell2:nth-child(1) p, .min-cell2:nth-child(2) p, .min-cell2:nth-child(3) p,.min-cell2:nth-child(4) p,.lar-cell:nth-child(1) p, .min-cell3:nth-child(1) p, .min-cell3:nth-child(2) p, 
.min-cell4:nth-child(2) p,.min-cell5 p{
	margin:0 auto !important;
	width:60% !important;
	
	}

.min-cell3:nth-child(1){
	margin:-20px 0 20px 0 !important;
	}

.min-cell4:nth-child(1){
	margin:0px 0 20px 0 !important;
	}
	
.sec4-wrapper{
	 margin-top:250px !important;
	}

.price-wrapper{
	width:40%;
	}
.left-col {
	width:60%;
	text-align:left;
	}	
.right-col{
	width:35%;
	}
}


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

.price-wrapper{
	width:60%;
	}
}

