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


#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;
}

.content h1:nth-child(1){
	padding:50px 0 2px 0 !important;
}

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

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

.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:15px;
	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 a{
	color:#95953d;
}

.footer a:hover{
	color:#95953d;
	text-decoration:none;
}

.footer a:visited{
	color:#95953d;
}

.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:1024px){
	.cell p, .cell-big p, .price-wrapper{
	font-weight:300;
}
.cell{
	    padding: 50px 0;
	  }

}
@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: 250px 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;
		margin-right:5px;
	}
	
	.logo-mobile img{
	width:110px;
	height:auto;
	padding-top:20px;
}

.cell, .cell-big{
	height:auto;
}

.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;
	margin:20px 0 20px 0 !important;
	padding:10px 0 30px 0 !important;
}

.cell h1, .cell-big h1{
	width:60% !important;
	margin:15px auto !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{
	margin:0 auto !important;
	width:60% !important;
	
	}
	
.min-cell5{
	height:240px;
}

.min-cell5 p{
	width:90% !important;
}

.min-cell5 h1{
	width:100% !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:-240px !important;
	}

.price-wrapper{
	width:40%;
	}
.left-col {
	width:60%;
	text-align:left;
	}	
.right-col{
	width:35%;
	}
	
	
.footer p{
	font-size:6px;
}

.footer img{
	width:100px;
}

.content h1:nth-child(1){
	padding:0px 0 2px 0 !important;
}


.title-mobile{
	display:block;
	background-color:#d0d868;
	border:none;
	color:white;
	font-size:1.5em;
	letter-spacing:3px;
	padding:10px 0;
	margin:160px auto 30px auto;
	width:100%;
	text-align:center;
	
	z-index:40000;
	
}

}

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


.footer p{
	font-size:4px;
}

.cell p, .cell-big p{
	font-weight:300;
	font-size:13px;
}

.price-wrapper{
	font-weight:300;
}


}


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

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

