@import '../css/font-awesome.min.css';
@import '../js/fancybox/jquery.fancybox.css';
@import 'smoothslides.theme.css';
@import 'jgallery.css';
@import 'font-awesome.min.css';
@import '../js/ad-gallery/jquery.ad-gallery.css';
article p{
	margin-bottom:10px;
	text-align:justify;
}
article ul,article ol{
	margin-left:20px;
	margin-bottom:10px;
}
article h1,article h2,article h3,.page_title h1,.page_title .h1{
	margin-bottom:10px;
	line-height:1.2em;
}
article h1,.page_title h1,.page_title .h1{
	font-size:28px;
}
article h2{
	font-size:24px;
}
article h3{
	font-size:20px;
}
article table{
	margin-bottom:10px;
	border-collapse:collapse;
}
article img{
	max-width:100%;
	height: auto !important;
}
input[type=text],input[type=password],textarea{
	border:1px solid #212121;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus{
	border-color:transparent;
	outline:none;
	box-shadow:0 0 5px #0088cc;
}
.overf{
	overflow: hidden;
}
.nopad{
	padding: 0;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.mess_err{
	color:#e03c42;
	font-weight:bold;
}
.mess_ok{
	color:#4fad51;
	font-weight:bold;
}

#body{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	height:auto;
	min-width:1250px;

}
header{
	position:relative;
}
#top_menu{
	position:relative;
}

.form td{
	padding-bottom:4px;
}
.form input[type=text],.form textarea{
	width:400px;
	margin-bottom:7px;
}
.form input[type=text]{
	padding:2px 7px;
}
.form textarea{
	padding:7px;
	resize:none;
}
.pages{
	padding:20px 0px;
}
.pages ul{
	list-style:none;
	text-align:center;
}
.pages ul li{
	display:inline-block;
	margin:0px 5px;
	line-height:20px;
	font-weight:bold;
}
.pages ul li a{
	display:inline-block;
	width:20px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	background:#0088cc;
	border-radius:50%;
}
.pages ul li a:hover{
	background:transparent;
	color:#0088cc;
}
.popup_page{
	padding:40px;
}
#color_changer{
}
#color_changer li{
	cursor:pointer;
	border:1px solid #212121;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 5px 5px 0;
	vertical-align:top;
}

header{
	border-bottom: 1px solid #666;
	height: 85px;
	position: fixed;
    z-index: 300;
	width:100%;
	min-width:1250px;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
}

header a{
	color: #565656;
	font-size: 15px;
}

header .container-fluid{
	padding: 0 32px;
}

.push-block{
	height:85px;
	width: 100%;
	position: relative;
}

#home{
	display: inline-block;
	float:left;
	width: 120px;
	height: 36px;
	background: url(../images/logo.png) no-repeat;
	margin-top: 20px;
}

#middle{
	min-height: 500px;
}

#top_menu{
	padding-top: 37px;
	margin-left:3%;
	float:left;
	width:calc(100% - 400px);
	text-align:center;
}

#top_menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	white-space:nowrap;
}

#top_menu ul li{
	display: inline-block;
	margin:0 2%;
}

#top_menu ul li a{
	color: #565656;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding:0;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top_menu ul li a:hover, #top_menu ul li.active a {
    color: #a29b91;
}
header .soc{
	float:right;
	padding-top:23px;
	margin-left:3%;
}
header .soc a{
	font-size:28px;
	line-height:40px;
}
.langs{
	padding-top: 25px;
	float:right;
	margin-left:3%;
	font-size:20px;
}

.langs span{
	font-size: 20px;
	color: #a6a6a6;
}

.langs a{
	font-size: 20px;
	text-decoration: none;
}
.recall{
	line-height:35px;
	margin-top:20px;
	float:right;
}
.recall a{
	display: inline-block;
	border: 1px solid #a71a54;
	color: #ffffff;
	padding: 0 20px;
	text-decoration: none;
	background: #a71a54;
	border-radius: 17px;
}
.recall a:hover{
	background: rgba(167, 26, 84, 0.8);
}
footer{
	background: #5b5753;
	color: #8c8985;	
}

#fhome{
	display: block;
	width: 139px;
	height: 44px;
	background: url(../images/logo_footer.png) no-repeat;
	margin-top: 89px;
}

#footer_menu{
	text-align: right;
	margin-top: 12px;
}

#footer_menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer_menu > ul{
	float: left;
	margin-right:100px;
}

#footer_menu > ul >li{
	display: table-cell;
	text-align: left;
	padding: 0 25px;
	max-width: 20%;
}

#footer_menu > ul >li >a{
	text-transform: uppercase;
	color: #978f7e;
	text-decoration: none;
	font-size: 18px;
	text-decoration: none;
}

#footer_menu > ul >li >ul > li >a{
	color: #8c8985;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

#footer_menu > ul >li >ul{
	padding-top: 8px;
}

#footer_menu a:hover, #footer_menu .active >a{
	color: #fff;
}

footer .soc{
	padding-top: 73px;
}
footer .soc a{
	color:#8c8985;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align:center;
	display:inline-block;
	border:1px solid #8c8985;
	border-radius:50%;
}
footer .soc a:hover{
	color:#ffffff;
	border-color:#ffffff;
}
footer .bottom{
	border-top: 1px solid #686868;
	font-size: 14px;
	color: #978f7e;
	padding:23px 0 5px;
	margin-top: 8px;
	
}

footer .bottom .address{
	text-transform: uppercase;
}

footer .bottom a{
	color: #8c8985;
	text-decoration: none;
}

footer .bottom a:hover{
	color: #fff;
}

.photos_main .item{
	position: relative;
	overflow: hidden;
	padding: 0;
}

.photos_main img{
	display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
}

.photos_main .item figure {
    overflow: hidden;
}

.photos_main .item figure::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border: 1em solid #fff;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

.photos_main .item figure::after {
    content: '';
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    bottom: 25%;
    z-index: 1;
    background: #fff;
    opacity: 0;
    transition: all .3s ease;
}

.photos_main .item .caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    top: 50%;
    margin-top: 3em;
    padding: .5em;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease;
}

.photos_main .item .caption h3{
	text-transform: uppercase;
	color: #a29b91;
}

.photos_main .item:hover .caption {
    opacity: 1;
    margin-top: 0;
}

.photos_main .item::before {
    content: '';
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    border: 1px solid #a29b91;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.photos_main .item:hover::before {
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.photos_main .item:hover figure::after {
    opacity: .8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

article.columns {
	padding-left:90px!important;
	padding-right: 90px!important;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px; 
    font-size: 16px;
    line-height: 20px;   
   }

   .text_main{
   	padding: 0 0 20px 35px;
   }

   .page_title{
   	overflow: hidden;
   	margin-bottom: 21px;
   }

.page_title h1{
	text-align: center;
	color: #343434;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
}

.page_title h1:before, .page_title h1:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    background: #343434;
    background-clip: content-box;
    
}

.page_title h1:before {
    left: -.5em;
    margin: 0 0 0 -50%;
}

.page_title h1:after {
    left: .5em;
    margin: 0 -50% 0 0;
}

.news{
	width:1250px;
	margin: 0 auto;
	padding-bottom:50px;
}
.news_left{
	float:left;
	width:230px;
}
.news_left .bn{
	margin-bottom:15px;
}
.news_center{
	float:left;
	width:740px;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	margin-left:30px;
	padding-left:30px;
	padding-right:30px;
}
.news_center .name{
	color:#000000;
	font-size:30px;
	line-height:32px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
}
.news_center .date{
	color:#9c9c9c;
	font-size:14px;
	margin-bottom:10px;
}
.news_one_photo{
	margin-bottom:15px;
	text-align:center;
}
.news_right{
	float:right;
	width:230px;
}
.side_news{
	margin-bottom:30px;
}
.side_news .title{
	font-size:14px;
	color:#9b8c6e;
	margin-bottom:15px;
}
.side_news .name{
	font-weight:700;
	font-size:14px;
	margin-bottom:10px;
}
.side_news .name a{
	color:#000000;
}
.side_news .name a:hover{
	color:#9b8c6e;
}
.side_news .photo{
	margin-bottom:10px;
}
.side_news .text{
	font-size:14px;
	line-height:16px;
}
.subscribe{
	background:#f2f2f2;
	margin-top:50px;
	padding:30px;
	text-align:center;
}
.subscribe_title{
	font-size:14px;
	color:#373636;
	margin-bottom:40px;
}
.subscribe a{
	display:inline-block;
	width:220px;
	line-height:44px;
	background:#e3c7d2;
	position:relative;
	border:1px solid #a71a54;
	text-decoration:none;
	color:#373636;
	font-size:14px;
}
.subscribe a span{
	background:url("../images/icon_subs.png");
	width:47px;
	height:47px;
	position:absolute;
	top:-32px;
	left:50%;
	margin-left:-24px;
	z-index:10;
}
.subscribe a:hover{
	background:#a71a54;
	color:#ffffff;
}
.article_item{
	padding:20px 0;
	border-bottom:1px solid #cccccc;
}

.article_item_photo{
	width:415px;
}
.article_item_text{
	width:800px;
	font-size:18px;
	line-height:22px;
}
.article_item_date{
	color:#9c9c9c;
	font-size:14px;
	margin-bottom:10px;
}
.article_item_name{
	text-transform: uppercase;
	font-size:22px;
	line-height:24px;
	font-weight:700;
	margin-bottom:10px;
}
.article_item_name a{
	color: #373636;
	text-decoration: none;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.article_item_name a:hover{
	color: #a29b91;
}
.article_item_text .more{
	font-size:14px;
	padding-top:10px;
}
.article_item_text .more a{
	color: #9b8c6e;
	text-decoration: none;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.article_item_text .more a:hover{
    color: #373636;
}

.page_title.grey{
	background: #eaeaea;
}

.page_title.fwidth, .content.fwidth {
	margin-left: -15px;
	margin-right: -15px;
}

.page_title.fwidth .bc{
	padding:20px 0 0 30px;
	margin-bottom: -10px;
}

.page_title.grey h1{
	color: #646464;
	font-size: 18px;
}

.page_title.fwidth h1{
	margin: 30px 30px 30px;
	overflow: hidden;
}

.bc span{
	font-size: 12px;
	color: #a6a6a6;
	text-transform: uppercase;
}

.bc a{	
	text-decoration: none;
}

.bc a span{
	color: #646464;
}

.news_one_photo{
	padding-right: 46px;
	padding-bottom: 10px;
}

.news h2{
	text-transform: uppercase;
	font-size: 30px;
	color: #343434;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}

.pic{
	background: transparent no-repeat 50% 50%;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    width: 100%;
    display: block;
}

.content > article{
	padding: 15px 0;
}

.gallery{
	margin-right: -15px;
	margin-left: -15px;
}

.gallery > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-decoration: none;
    position: relative;
}

.gallery .darken{
	width: 100%;
	height: 100%;
	position: absolute;	
	background: #000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery.dis a:hover  {
    box-shadow: 0 0 0 400px rgba(0,0,0,0.28) inset;
}

.gallery.dis a:hover .caption .gallery_photo, .gallery.dis a:hover .figure {
    box-shadow: 0 0 0 400px rgba(0,0,0,0.28) inset;
}

.gallery .figure {
    width: 60%;
    background: transparent no-repeat 50% 50%;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    /*height:474px;*/
}

.gallery_photo{
	background: transparent no-repeat 50% 50%;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: 100%;
}

.gallery.dis article{
	width: 23%;
	padding: 2em 2em;  
}

.gallery .figure img {
    visibility: hidden;
}

figure img, .gallery_photo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.doors figure img, .gallery_photo img{
	visibility: hidden;
}

.gallery_item a>*, .gallery a>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.gallery .caption {
    padding: 2em 2em;   
    width: 40%;
    position: relative;
    
}

.gallery.dis  .caption {
    padding: 2em 2em;   
    width: 17%;
    position: relative;
    padding-left: 0;
}

.gallery.dis a:nth-of-type(2n) .caption {
	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.gallery.dis a:nth-of-type(2n) .caption{
	padding: 2em 2em;   
    padding-right: 0;
}

.gallery a:nth-of-type(2n) .figure {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.gallery a:nth-of-type(2n) article {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.doors .caption h3, .gallery .caption h3{
	color: #343434;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 40px;
	
}

.gallery.dis h3{
	color: #343434;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
}

.gallery.dis article{
	max-height: 290px;
	overflow: hidden;
	color: #565656;
	font-size: 16px;
}

@media (min-width: 768px) {
	.gallery.dis h3{
		font-size: 16px;
		margin-bottom: 14px;
	}
	.gallery.dis article{
		font-size: 12px;
	}
}

@media (min-width: 1101px) {
	.gallery.dis h3{
		font-size: 18px;
		margin-bottom: 17px;
	}
	.gallery.dis article{
		font-size: 14px;
	}
}

@media (min-width: 1250px) {
	.gallery.dis h3{
		font-size: 20px;
		margin-bottom: 19px;
	}
	.gallery.dis article{
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	.gallery.dis h3{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.gallery.dis article{
		font-size: 18px;
	}
}

.gallery.dis .gallery_photo img{
	
	width:100%;
}

.gallery_header {
	margin:0 ;
	height: 476px;
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}

.gallery_header h1{
	margin: 0 15px;
	overflow: hidden;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	padding-top: 222px;
}

.gallery_header.dark h1{
	color:#565656;
}

.gallery_header h1:before, .gallery_header h1:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    background: #fff;
    background-clip: content-box;
    
}

.gallery_header.dark h1:before, .gallery_header.dark h1:after{
	background: #565656;
}

.gallery_header h1:before {
    left: -.5em;
    margin: 0 0 0 -50%;
}

.gallery_header h1:after {
    left: .5em;
    margin: 0 -50% 0 0;
}

.owl-pagination {
  counter-reset: slides-num;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 46px;
  margin-left: -13px;
  z-index: 90;
  color: #fff;
}
.owl-pagination:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 17px;
  vertical-align: middle;
  padding-left: 28px;
  margin-top: -8px;
  color:#fff;
}

.owl-page {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 0;
}
.owl-page span {
  display: none;
}
.owl-page.active:before {
  content: counter(slides-num) " / ";
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 0;
}

.designers_block{
	position: relative;
	min-height: 850px;
	margin: 0 -15px;
	overflow: hidden;
}

.designers_block .page_title.fwidth{
	margin: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 88;
	width: 100%;
	color: #fff;
}

.designers_block > div{
	position: absolute;
	top: 0;
}

.designers_block .bc a span, .designers_block .bc span {
    color: #fff;
    font-size: 18px;
}

.designers_block .page_title h1{
	color: #fff;
	font-size: 18px;
	
}

.designers_block .page_title h1:before, .designers_block .page_title h1:after {
    background: #fff;    
}

.furniture .caption h3::after,.doors .caption h3::after{
	content: '';
    display: block;
    margin: .5em auto 0;
    width: 90%;
    max-width: 2em;
    border-top: 1px solid;
    webkit-transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
}

.content {
	font-size: 20px;
}

.furniture  a:hover .caption h3::after, .doors  a:hover .caption h3::after {
    max-width: 9em;
}

.furniture .btn, .doors .btn {
    display: inline-block;
    cursor: pointer;
    padding: .5em 1em;
    background: #a29b91;
    color: #fff;
    border: none;
    font-weight: 400;
    font-size: .85em;
    text-align: center;
    text-transform: uppercase;
}

.furniture  a:hover .caption .btn, .doors  a:hover .caption .btn{
	visibility:hidden;
}

.furniture .caption::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    border: 1px solid #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*
.furniture .caption::after{
	content: '';
    display: block;
	background: url(../images/furniture_ico.png) no-repeat;
	width:89px;
	height: 36px;
	position: absolute;
	bottom:0;
	left: 50%;
	margin-left: -45px;
	opacity: 0;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}*/

.furniture  a:hover .caption::before{
	border-color: #8c8986;
	top: 1.2em;
    left: 1.2em;
    right: 1.2em;
    bottom: 1.2em;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
/*
.furniture  a:hover .caption::after{	
    bottom: 1.6em;
    opacity: 1;    
}*/

.furniture .caption , .doors .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
   
}

.doors{
	padding-top: 54px;
}

.doors .item{
	position: relative;
	overflow: hidden;
}

.doors .item img{
	display: block;
	width: auto;
	height: 100%;
	opacity: 0;
	max-width: initial;
}

.doors .item figure{
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}

.doors .caption{
	position: relative;
	padding: 1.6em 0;
}

.doors .caption h3{
	font-size: 24px;
	margin-bottom: 30px;
}

.doors a{
	text-decoration: none;
}

.doors .item{
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 768px){
	.doors .item{
	padding-left: 60px;
	padding-right: 60px;
}
}

@media (min-width: 1101px){
	.doors .item{
	padding-left: 30px;
	padding-right: 30px;
}
}

.photos_block{
	margin: 0 -15px 0;
	background: #808d8c;
}

.designers_block h1{
	font-size: 32px;
}

.designers .owl-prev{
	width: 45%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	text-indent: -9999px;
}

.designers .owl-next{
	width: 45%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	text-indent: -9999px;
}

.designers .owl-prev:hover{
	background: url(../images/arrow_left.png) 3% 48% no-repeat;
}

.designers .owl-next:hover{
	background: url(../images/arrow_right.png) 97% 48% no-repeat;
}


.pic img{
	visibility: hidden;
	width: 100%;

}
