@font-face {
    font-family: 'ptsans';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	font-family: 'ptsans';
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
input {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
input[type=hidden] {
	display: none !important;
}
/* Clearfix - use only when overflow:auto doesn't work */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/****************  reset finish  ***************************/
body, html{
	height: 100%;
}
h1{
	font-family: 'ptsans';
	font-size: 30px;
	color: #000;
	line-height: 55px;
}
h2{
	font-size: 22px;
	color: #000;
	line-height: 35px;
}
.bp_cont h2{
	color: #000;
}
.cl{
	clear: left;
}
.cr{
	clear: right;
}
.cb{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
#logo{
	/* without holiday message margin-top:50px */
	margin-top: 5px;
	/*margin-left: 15px;*/
	text-align: center;
}

.left_arrow{
	position: absolute;
	width: 54px;
	height: 137px;
	left: 268px;
	top: 50%;
	margin-top: -67px;
	z-index: 10;
}
.right_arrow{
	position: absolute;
	width: 54px;
	height: 137px;
	right: 16px;
	top: 50%;
	margin-top: -67px;
	z-index: 10;
}

.sep{
	background: url(../images/sep.png) repeat-x;
	height: 1px;
}
.sep2{
	background: url(../images/sep2.png) repeat-x;
	height: 1px;
}
#menu{
	list-style: none;
	padding: 0;
	margin: 75px 0 0 11px;
	width: 224px;
}
#menu li{

}
#menu li a{
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
}
#menu li a:hover{
	color: #8b8b8b;

}
.social{
	height: 55px;

}
.social p{
	line-height: 45px;
	padding: 0 10px 0 0;
	color: #fff;
}
#going_down{
	width: 224px;
	padding-left: 10px;
	position: absolute;
	bottom: 15px;
}
.all_stuff{
	margin-top: 15px;
	color: #fff;
	line-height: 25px;
}
.bp_cont .all_stuff{
	color: #000;
}
.bp_cont .location a{
	color: #000;
}


.bp_cont .phone a{
	text-decoration: none;
	color: #000; 
}
.bp_cont .web a{
	color: #000;
	text-decoration: none;
}
.bp_cont .mail a{
	color: #000;
	text-decoration: none;
}
.bp_cont .face_small a{
	color: #000;
	text-decoration: none;
}

.bp_cont .location{
	background: url(../images/locationdark.png) no-repeat left center;
	padding-left: 25px; 
}
.bp_cont .address{
	background: url(../images/loc2dark.png) no-repeat 3px 5px;
	padding-left: 25px;
}
.bp_cont .phone{
	background: url(../images/phonedark.png) no-repeat 3px 5px;	
	padding-left: 25px;
}
.bp_cont .web{
	background: url(../images/webdark.png) no-repeat left center;	
	padding-left: 25px;	
}
.bp_cont .mail{
	background: url(../images/maildark.png) no-repeat 2px 7px;	
	padding-left: 25px;
}
.bp_cont .face_small{
	background: url(../images/facebook_smalldark.png) no-repeat 2px 3px;
	padding-left: 25px;
}


.location{
	background: url(../images/location.png) no-repeat left center;
	padding-left: 25px; 
}
.location a{
	color: #fff;
	text-decoration: none;
}
.address{
	background: url(../images/loc2.png) no-repeat 3px 5px;
	padding-left: 25px;
}
.phone{
	background: url(../images/phone.png) no-repeat 3px 5px;	
	padding-left: 25px;

}
.phone a{
	text-decoration: none;
	color: #fff; 
}
.web{
	background: url(../images/web.png) no-repeat left center;	
	padding-left: 25px;	
}
.web a{
	color: #fff;
	text-decoration: none;
}
.mail{
	background: url(../images/mail.png) no-repeat 2px 7px;	
	padding-left: 25px;
}
.mail a{
	color: #fff;
	text-decoration: none;
}
.face_small{
	background: url(../images/facebook_small.png) no-repeat 2px 3px;
	padding-left: 25px;
}
.face_small a{
	color: #fff;
	text-decoration: none;
}
.bp_cont{
	max-width: 725px;
	background: #fff;
	/*margin-left: 267px;*/
	padding: 0 10px 0 10px;
	min-height: 645px;
	position: relative;
	z-index: 11;
	opacity: inherit;
	flex: 1;
}
.bp_box{
	/*background: url(../images/frame_bp.png) no-repeat;*/
	float: left;
	margin: 15px 0px;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 21px;
}
.bp_box_large{
	width: 50%;
    /*background: url(../images/frame_bp_2.png) no-repeat;*/
    /* width: 421px; */
    /* height: 411px; */
    float: left;
    padding: 2.5% 0 0 2.5%;
    background-size: contain;
    margin-right: 10px;
}
.bp_box_large img{
   	width: 95%;
    padding: 0px 0px 20px 1px
}
.boxes{
	padding: 20px 0;
}
.bp_box img, .bp_box2 img, .bp_box3 img{
	padding: 0
}
.arrows{
	float: right;
	margin: 30px 15px;
}
.left_arrow_bp{
	float: left;
	margin-right: 15px; 
}
.right_arrow_bp{
	float: left;
	margin-left: 15px;
}
.bold{
	font-weight: bold;
}
.logo_message{
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	/*pointer-events: none;*/
}
.decoration{
	text-decoration: underline;
	color: #f30000;
}
.table_container{
	width: 435px;
}
.table_container_small{
	width: 270px;
}
table{
	border: medium none;
	border-collapse: separate;
	border-radius: 6px 6px 0 0;
	border-spacing: 0;
	margin-bottom: 15px;
	width: 100%;
	-webkit-border-radius: 6px 6px 0 0;;
	-moz-border-radius: 6px 6px 0 0;
}
table td{
	border-color: #E7E7E7;
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	padding: 10px 5px;
	transition: all 0.4s ease-in-out 0s;
}
tr:hover{
/*	background: #D2B55B;
	color: #fff;*/
}
table th{
	background-color: #F7F7F7;
	background-image: -moz-linear-gradient(center bottom , #F7F7F7 0%, #FFFFFF 100%);
	border-color: #DDDDDD;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
	text-align: center;
	vertical-align: top;
}
table th:first-child{
	border-radius: 6px 6px 0 0px;
	-webkit-border-radius: 6px 6px 0 0px;
	-moz-border-radius: 6px 6px 0 0px;
}
table th:last-child{
	border-radius: 6px 6px 0px 0;
	border-right: 1px solid #DDDDDD;
	-webkit-border-radius: 6px 6px 0 0px;
	-moz-border-radius: 6px 6px 0 0px;
}
table td:last-child{

	border-right: 1px solid #DDDDDD;
}
/******** gallery *********/
.thumbs_gall{
	margin-bottom: 15px;
	float: left;
	padding: 10px 0px;
	transition: all 0.4s ease-in-out 0s;
	width: 170px;
	text-align: center;
	border: 1px solid #d2b55b;
	margin: 4px 4px;
}
.thumbs_gall img{

}
.thumbs_gall:hover{
	background: #D2B55B;
	color: #fff;
}
/******** gallery end *********/
.left_table{
	float: left;
	width: 440px;
}
.bxslider{

}
.bxslider li{
	list-style: none;

}
.left_contact_container{
	float: left;
	max-width: 420px;
	width: calc(100% - 290px);
}
.form_container{
	float: right;
	max-width: 270px;
	background: #000;
	border: 1px solid #D3D3D3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px auto;
	padding: 6px;
	position: relative;
}
.right_table{
	margin-left: 8px;
	float: left;
}
.nofl{
	float: none;
}
@media(max-width: 840px){
	.left_contact_container{
		width: 100%;
		max-width: 100%;
	}
	.form_container{
		float: left;
	}
}
/********************* form ***********************/
form label{
	display: block;
	background: #EEE;
	-webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 32px;
	z-index: 1;
}
form input[type=text]{
	display: block;
	background: #FFF;
	border: 4px solid #EEE;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
	width: 240px;
}
form input[type=text]:focus{
	text-indent: 0;
}
form input[type=submit], form input[type=reset], form input[type=button]{
	display: block;
	background: #8b8b8b;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #EEE;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 7px;
	position: relative;
	left: 190px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	width: 77px;
}
form textarea{
	display: block;
	background: #FFF;
	border: 4px solid #EEE;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	position: relative;
	padding: 10px;
	width: 240px;
	height: 120px;
	text-indent: 80px;
}
form textarea:focus{
	text-indent: 0;
}
#recaptcha_image img{
	width: 259px;
	height: 60px;
	margin: 15px 0;
	border: 4px solid #EEE;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#recaptcha_image{
	margin: 25px 0 0 0;
}
#recaptcha_response_field{
	text-indent: 150px;
}
#recaptcha_response_field:focus{
	text-indent: 0px;
}
#recaptcha_widget a{
	text-decoration: none;
	color: #000;
	padding-left: 5px;
}
.slide_holder{
	/*height: 350px;*/
	overflow: hidden;
	padding-bottom: 60px;
}
.notification_messages{
	list-style: lower-greek;
}
.notification_messages li{
	color: #c81818;	
}
.refresh_captcha{
	margin-top: 10px;
}
.refresh_captcha a{
	background: url(../images/refresh.png)  no-repeat center left;
	padding-left: 26px !important;
	display: block;
	color: #6d4824!important;
}
.only_if_needed{
	padding-top: 10px;
}
.fbgall{
	margin: 0;
	padding: 0;
	list-style: none;
}
.fbgall li{
	display: inline-block;	

}
.fbgall li a{
	color: #6d4824!important;
	text-decoration: none;
	display: block;
}
.gallery_huge{
	margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fb_thumbs{
	transition: all 0.4s ease-in-out 0s;
	margin: 4px 4px;
	/**/
	height: 154px;
	width: 154px;
	background-size: cover;
	background-position: 50% 25%;
	-webkit-transition-property: width, height;
	-webkit-transition-duration: 500ms;
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 0 0px 0px;
	float: left;
}
.each_photo_cont{
	transition: all 0.4s ease-in-out 0s;
	border: 1px solid #3d3d3d;
	padding: 7px;
	width: 154px;
	height: 154px;
	margin: 0 0 7px 7px;
	float: left;
}
.each_photo_cont:hover{
	background: #5d5d5d;
	background-size: contain;
	color: #fff;
}
/*************************************************************/
.flex_container_main{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.container{
	width: 100%;
	max-width: 725px;
	flex: 1;
}
.flex_container{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
	flex-wrap: wrap;
	position: absolute;
	left: 252px;
}
.main_box{
	flex: 1;
	min-width: 31%;
	max-width: 31%;
	position: relative;
	margin: 0 1%;
}
.main_box img{
	width: 100%;
}
.main_box a{
	display: block;
}
.box{
	background: url(../images/pic1.png) no-repeat;
	/*position: absolute;*/
	background-size: contain; 
	bottom: 15px;
	z-index: 10;
}
.box2{
	background: url(../images/pic2.png) no-repeat;
	/*position: absolute;*/
	background-size: contain; 
	bottom: 15px;
	z-index: 10;
}
.box3{
	background: url(../images/pic3.png) no-repeat;
	/*position: absolute;*/
	background-size: contain; 
	bottom: 15px;
	z-index: 10;
}
.left_cont{
	width: 252px;
	max-width: 252px;
	flex: 1;
	background: #000;
	height: 100%;
	/*position: absolute;*/
	top: 0;
	left: 0;
	z-index: 10;
	min-height: 660px;

}
.right_cont{
	background: url(../images/main.jpg) no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	width: 100%;
	background-position: center center;
	min-height: 660px;
	height: 100%;
}
.right_cont_bg1,
.right_cont_bg2,
.right_cont_bg3{
	background-size: cover !important;
	background-position: center top !important;
}
.right_cont_bg1{
	background: url(../images/img1r.jpg) no-repeat;
	left: 0;
	position: fixed;
	background-attachment: scroll;
	width: 100%;
	min-height: 660px;
	height: 100%;
	z-index: 2;
}
.right_cont_bg2{
	background: url(../images/img2r.jpg) no-repeat;
	left: 0;
	position: fixed;
	background-attachment: scroll;
	width: 100%;
	min-height: 660px;
	height: 100%;
	z-index: 2;
	display: none;
}
.right_cont_bg11{
	background: url(../images/samourhair.jpg) no-repeat;
	left: 0;
	position: fixed;
	background-attachment: scroll;
	width: 100%;
	background-position: center center;
	min-height: 660px;
	height: 100%;
	z-index: 2;
	background-size: cover;
}
/*.right_cont_bg3{
	background: url(../images/main_5.jpg) no-repeat;
	left: 0;
	position: fixed;
	background-attachment: scroll;
	width: 100%;
	min-height: 660px;
	height: 100%;
	z-index: 2;
	display: none;
}*/
.cut{
	position: absolute;
	font-family: 'ptsans';
	font-size: 25px;
	color: #fff;
	/*font-weight: bold;*/
	left: 50%;
	transform: translateX(-50%);
	bottom: 6%;
}
.color{
	position: absolute;
	font-family: 'ptsans';
	font-size: 25px;
	color: #fff;
	/*font-weight: bold;*/
	left: 50%;
	transform: translateX(-50%);
	bottom: 6%;
}
.style{
	position: absolute;
	font-family: 'ptsans';
	font-size: 25px;
	color: #fff;
	/*font-weight: bold;*/
	left: 50%;
	transform: translateX(-50%);
	bottom: 6%;
}
/*@media(min-width: 768px){
	.nice-nav.open{
		display: none;
	}
}*/
@media(max-width: 991px){
	.cut,
	.color,
	.style{
		font-size: 20px;
		bottom: 4.5%;
	}
}
a.toggle-nav {
	display: none;
}
.left_cont_small{
	display: none;
}
.index_conta{
	display: none;
}
.appointment_large{
	display: block;
	margin-left: calc(50% - 90px);
}
@media(max-width: 767px){
	.appointment_large{
		display: none;
	}
	.left_cont{
		display: none;
	}
	.index_conta{
		display: block;
	}
	.left_cont_small{
		display: block;
		width: 252px;
		max-width: 252px;
		flex: 1;
		background: #ecd3b5;
		height: 233px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.left_cont_small .appointment{
	    display: block;
	    top: 150px;
	    left: calc(50% - 90px);
	    position: absolute;
	}
	.left_cont_small .appointment span{
		font-weight: bold;
		font-size: 12px;
		width: 100%;
		text-align: center;
		display: block;
		color: #fff;
		text-decoration: none;
		pointer-events: none;
	}
	.left_cont_small #logo{
		padding-top: 5px;
		/*padding-left: 15px;*/
		background: #000;
		padding-bottom: 125px;
		margin: 0;
		text-align: center;
	}

	a.toggle-nav {
		display: block;
	    top: 222px;
	    left: 15px;
	    position: absolute;
	    color: #000;
	    line-height: 25px;
	    font-size: 22px;
	    background: #fff;
	    padding: 3px 5px 7px 5px;
	    border-radius: 1px;
	    transform: rotate(90deg);
	}
	a.toggle-nav:hover{
		 background: #535353;
	}
	.flex_container{
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		height: 100%;
		flex-wrap: wrap;
		position: absolute;
		left: 0px;
	}
	.nice-nav {
	  width: 252px;
	  transition:all 0.4s ease-in-out 0s;
	  background: #000;
	  z-index: 41;
	  position: absolute;
	  top: 258px;
	}
	.nice-nav.open {
	    margin-left: -252px;
	    display: block;
	}
	#Navigation{
		padding-top: 13px;
	}
	#menu{
		margin: 0;
		padding: 25px 0 0 11px;

	}
	#going_down{
		position: relative;
		bottom: auto;
		padding-top: 255px;
		padding-bottom: 21px;
	}
	.nice-nav li.child-menu span.toggle-right {
	  text-align: right;
	  float: right;
	  display: inline-block;
	  position: absolute;
	  right: 0;
	  padding: 15px;
	  top: 0;
	  background: #DE5939;
	  bottom: 0;
	}
	


	.nice-nav ul li.child-menu ul {
	  background: #aaa;
	  display: none;
	}

	.nice-nav ul li.child-menu ul li a {
	  background: #273135;
	  padding: 10px 20px;
	}
		.cut,
	.color,
	.style{
		font-size: 4vw;
	}
	.bp_cont{
		margin-top: 283px;
	}
	.left_table{
		float: left;
		max-width: 440px;
		width: auto;
	}
	.table_container{
		max-width: 435px;
		width: auto;
	}
	.table_container_small{
		max-width: 270px;
		width: auto;
	}
	.right_cont_bg1,
	.right_cont_bg2,
	.right_cont_bg3{
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center top;
	}
}
@media(max-width: 480px){
	.right_cont_bg1,
	.right_cont_bg2,
	.right_cont_bg3{
		background-size: 128%;
		background-position: center top;
	}
}
@media(max-width: 380px){
	.right_cont_bg1,
	.right_cont_bg2,
	.right_cont_bg3{
		background-size: 117%;
		background-position: center top;
	}
}
.g-recaptcha {
    transform: scale(0.89);
    transform-origin: top left;
    margin-top: 10px;
}
.content_notice {
    padding: 10px;
    margin: 30px auto;
    background: #5f5f5f;
    color: #fff;
    position: fixed;
    max-width: 480px;
    z-index: 1226548877;
    right: 0;
    font-size: 14px;
}
@media(max-width: 767px){
	.content_notice {
	    max-width: 220px;
	}
}
@media(max-width: 560px){
	.content_notice {
	    max-width: 155px;
	    bottom: 0;
	    margin-bottom: 0;
	}
}

@media(max-width: 496px){
	.rotate_device{
		display: block;
		 padding: 10px;
	    margin: 30px auto;
	    background: #5f5f5f;
	    color: #fff;
	    position: fixed;
	    max-width: 120px;
	    z-index: 1226548877;
	    right: 0;
	    bottom: 0;
	    font-size: 14px;
	}
	.rotate_device img{
		width: 80px;
	}
	.content_notice{
		display: none;
	}
}




/*********************
timed modal
****************************/

.modal h1 {
  text-align: center;
  text-shadow: 1px 1px 0 #C5D6E6, -1px 1px 0 #C5D6E6, 1px -1px 0 #C5D6E6; 
}
.modal {
  background: rgba(255,255,255,.9);
  z-index: 123213;
  position: fixed;
  top:0;left:0;bottom:0;right:0;
  margin: auto;
  width: 40vw;
  min-width: 200px;
  max-width: 350px;
  height: 60vh;
  min-height: 200px;
  border-top: 10px solid #FFA43B;
  pointer-events: none;
  animation: hidden 2s forwards;
  box-shadow: 0 0 0 50rem rgba(0,0,0,.7)
}
.modal article {overflow: hidden}
.modal h2 {
  background: #FFA43B;
  font-weight: 300;
  text-align: center;
  line-height: 2.5rem;
  color: #444;
  border-bottom: 1px solid #aaa;
  transform: skewy(-10deg) translatey(-.5rem);
  margin-top: 1rem;
  
}
.modal p{
	padding: 40px 10px 10px 10px;
	line-height: 1.5;
	font-size: 16px;
}
[for='close'] {
  position: absolute;
  left: 0;
  top: -2.5rem;
  color: #fff;
  line-height: 1.5rem;
  cursor: pointer;
  z-index: 10;
}
#open:checked ~ .modal {
  pointer-events: auto;
  animation: show 20s forwards;
}
input {display: none;}

@keyframes show {
  0% {transform: scale(0);}
  10% {transform: scale(0);}
  30% {transform: scale(1);}
  95% {transform: scale(1);}
  100% {transform: scale(0);}
}
@keyframes hidden {
  60% {
    top:0;left:0;bottom:0;right:0;
    transform: scale(1) skewx(25deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    top:-200%;left:0;bottom:0;right:-200%;
    transform: scale(0) skewx(-45deg);
    opacity: 0;
    border-radius: 0 0 0 100px;
  }
}
@media(max-width: 767px){
	.modal {
		width: 120vw;
		min-width: 200px;
		max-width: 90%;
	}
}