/*----Sinks---*/

.b-page-title.page-title{
	background-image: url(../img/sinks/title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.sinks-p{
	max-width: 990px !important;
	padding-bottom: 20px;
}

/*Tabs*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
	color: #9a4b4b;
	font-size: 38px;
	font-weight: 300;
	border-bottom: 2px solid #9a4b4b;
	padding-bottom: 1px;
}
.nav-tabs{
	border-bottom: 0px;
}
.nav-tabs>li>a{
	font-size: 38px;
	font-weight: 300;
	color: #565353;
	padding-bottom: 1px;
	border: 0px;
	font-family: Roboto;
	font-weight: 300;
}
.nav-tabs>li>a:hover{
	background-color: white;
}
.tab-form-demo{
	text-align: center;
}
.nav-tabs{
	display: inline-block;
}

div.tab-content{
	border-top: 1px solid #d3d2d2;
    margin-top: -3px;
}
/*Товар*/

.b-sinks-element img{
	position: relative;
	margin: 0 auto;
	top: 18px;
	height: 150px;
	width: auto;
}

.fix_gal{
	display: block;
	position: relative;
}

.navbar-collapse.fix-menu{
    display: flex!important;
    justify-content: flex-end!important;
    align-items: center!important;
}
.navbar-collapse.collapse{
	display: flex!important;
}
.columns{
	 display: table;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
	margin-bottom: 40px;
}
.columns:first-child{
	margin-top: 40px;
}
.b-sinks-element__img{
	vertical-align: center;
}
.b-sinks__model{
	position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex-item:hover .b-sinks__model{
	top: 0;
}
.b-sinks__model:hover:before{
	display: block;
}
.b-sinks__model:before{
content: "";
	display: none;
	background: url("../img/sinks/loupe.png");
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -28px;
	z-index: 999;
}
.b-sinks-element-img{
	background-color: transparent;
}
.b-sinks-element-img:hover::after{
	opacity: 1;
}
.b-sinks__name{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	width: 100%;
	padding: 13px 0;
}
.b-sinks__p{
	font-size: 24px;
	font-weight: 300;
}

.sinks{
	padding: 0px;
}

.sinks_gallery, .faucets_gallery{
	overflow: hidden;
}

.sinks_gallery.closed, .faucets_gallery.closed{
	height: 1500px;
}

.sinks_gallery.open, .faucets_gallery.open{
	height: auto;
}

.sinks button, .sinks button:active, .sinks button:focus, .sinks button:hover,
.faucets button, .faucets button:active, .faucets button:focus, .faucets button:hover{
	    font-size: 17.642px;
    font-family: "Roboto";
    font-weight: 500;
    color: rgb(93, 90, 90);
    line-height: 1.2;
    border: 1px solid rgb(140, 49, 44);
	background: none;
    cursor: pointer;
	outline: 0px;
    padding: 1rem 2rem;
	margin: 30px 0px;

}

/*Flex*/
@import "compass/css3";
.flex-container{
	padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  flex-wrap: wrap;

}
.flex-item{
  padding: 5px;
  margin-top: 10px;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 230px;
  display: block;
}


/*----About Us---*/
.bgblock.company{
	padding: 100px 0px;
	background-image: url("../img/about_us/company.jpg");
	background-position: center center;
}
.bgblock.team{
	padding: 98px 0 95px 0;
	background-image: url("../img/about_us/our_team.jpg");
	background-position: center center;
}
.bgblock.showroom{
	padding: 106px 0px 112px 0px;
	background-image: url("../img/about_us/showroom.jpg");
	background-position: center center;
}


/*----Tile-----*/
.b-content{
	background-color: rgba(255,255,255,0.7);
    padding: 15px 0px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.bgblock.tile{
	padding: 130px 0px 125px 0px;
	background-image: url("../img/tile/tile.jpg");
	background-position: center center;
}
.b-colors{
	width: 330px;
}
.b-colors-title{
	color: #565353;
	font-size: 32px;
	font-weight: 300;
	padding-bottom: 30px;
}
.b-tile-start{
	background-color: #c47975;
	color: #fefefe;
	margin-top: 50px;
	padding: 45px;
}
.b-h3-title{
	font-size: 32px;
}
.colors-title{
	font-size: 27px;
    margin-bottom: 20px;
}
.b-tile-start__text{
	font-size: 21px;
    font-family: "Roboto";
    width: 95%;
    max-width: 700px;
    margin: 30px auto;
    margin-top: 10px;
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
     min-height: 101px;
}
.b-tile-button{
	border: 1px solid #ffffff;
    background-color: transparent;
    text-align: center;
    display: block;
    cursor: pointer;
}
.b-tile-button.white{
	padding: 15px 25px;
    max-width: 225px;
    min-width: 150px;
    margin: auto;
    font-size: initial;
    font-weight: 400;
    color: #a22d27;
    background-color: #f0dddc;
}
.b-tile-button.white:hover{
	background-color: transparent;
    color: #fff;
}
.hiwCountertops .col-md-3 img{
	background-color: #fff;
}
/*-----Cabinet-----*/
.page-title.cabinet{
	background-color: #8c312c;
	background-image: none;
}
.gblock.cabinet{
	background-image: url("../img/cabinet/shekia.jpg");
	padding: 65px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gblock.b-fabuwood{
	background-image: url("../img/cabinet/fabuwood.jpg");
	padding: 63px 0px 60px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gblock.b-homecrest{
	background-image: url("../img/cabinet/homecrest.jpg");
	padding: 63px 0px 60px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gblock.b-jk{
	background-image: url("../img/cabinet/j$k.jpg");
	padding: 63px 0px 60px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.square-button.portfolio.red:hover{
	background-color: transparent;
    color: #d02b2b;
}

slick.cabinet{
	margin:30px 0px;
	overflow: visible;
	padding: 0 30px;
	max-height: 330px;
}

slick.cabinet .slick-prev.slick-arrow{
	background: url('../img/icons/arrow_slider_left.png') no-repeat;
	height: 128px;
	width: 28px;
	left: -5px;
	margin-top: -27px;
}

slick.cabinet .slick-next.slick-arrow{
	background: url('../img/icons/arrow_slider_right.png') no-repeat;
	height: 128px;
	width: 28px;
	right: -5px;
	margin-top: -27px;
}

.b-cabinet-logo img{
	margin: 0 auto 0;
    height: 100%;
    width: auto;
}

.b-cabinet-title{
	color: #8c312c;
	font-size: 36px;
}
.b-cabinet-text{
	font-size: 21px;
	margin-top: 15px;
	line-height: 27px;
	font-weight: 300;
	font-family: "Roboto";
}
.b-doorStyle{
	margin-bottom: 40px;
}

.b-door{
	position: relative;
}

.b-doorStyle__link{
	color: #565353;
	font-family: "Roboto";
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	width: 130px;
	line-height: 20px;
	border-bottom: 2px solid white;
	outline: 0px;
	height: auto;
	padding-bottom: 10px;

}

.b-doorStyle__link img{
	margin: 0 auto;
	padding-bottom: 10px;
}

.b-doorStyle__link:hover{
	text-decoration: none;
	color: #8c312c;
	border-bottom: 2px solid #8c312c;
}
.subtitle.cabinet{
	width: 100%;
	max-width: 940px;
}

/*-------Specials-------*/
.pageSpecials{
	background-color: #974541;
	color: #fff;
	padding: 40px 0;


}
.pageSpecials h1{
	font-size: 76px;
    font-family: 'Copperplate Gothic Bold Regular';
	color: #fff;
}
.bgblock.spacials{
	background: url(../img/specials/spacials.jpg);
	padding: 71px 0 81px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.b-price{
	font-size: 65px;
	color: #8c312c;
}
@import "compass/css3";
.b-spacials__ul{
	list-style: none;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
      justify-content: space-around;
}
.b-spacials__li{
	text-align: center;
	width:245px;
}
.b-spacials__li{
	display: inline-block;
}
.spacials-element{
	margin-top: 79px;
}
.b-spacials__title{
	font-size: 21px;
	width: 217px;
	font-weight: 300;
	min-height: 50px;
	display: inline-block;
}

/*-----Gallery-----*/
.filtr-item{
	z-index: 10;
}
.filtr-item.filteredOut{
	z-index: 1;
}
.filtr-item.fancybox .image:before{
	content: "";
	display: none;
	background: url("../img/sinks/loupe.png");
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -28px;
	z-index: 999;
}
.filtr-item.fancybox .image:after{
	-webkit-transition: 0.3s ease-in all;
	transition: 0.3s ease-in all;
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.filtr-item.fancybox:hover .image:after{
	opacity:1;
}
.filtr-item.fancybox:hover .image:before{
	display: block;
}
/*---Granite--*/
.b-color.square-button.red{
	padding: 15px 25px;
    max-width: 225px;
    min-width: 150px;
    margin: auto;
    font-size: initial;
    font-weight: 400;
    color: #fff;
    background-color: #e3777b;
}
.b-color.square-button.red:hover{
	background-color: transparent;
    color: #d02b2b;
}
.bgblock.virtual{
	margin-top: 100px;
}

/*------Edges----*/
.b-edges-text{
	font-family: Roboto;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	width: 80%;
	margin: auto;
}
.b-edges-img{
	width: 70%;
	margin: 0 auto;
	display: inline-block;
}

/*Home*/
.mBottom50{
	margin-bottom: 50px;
}
.lightbox-image-caption{
	display: none;
}
.blurHome{
	position: relative;
}
.blurHome:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	background-image: url('/img/home/lfcbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: 800px;
	width: 95%;
	z-index: 1;
	display: block;
	height: 100%;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	opacity: 0.7;
	background-size: 231%;
}
/*------Contact Us-------*/
.page-title.contact{
	background: url("../img/contact/contacts.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 35px;
}
/*---Footer--*/
.b-footer{
	background-color: #565353;
	padding: 10px;
	color: darkgrey;
}
.b-footer-link{
	color: #ff8686;
	cursor: pointer;
}
.b-footer-link:hover{
	color: #a22d27;
}
.footerTitle{
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
}
/*----Countertops----*/
.b-blur{
	position: relative;
}
.b-blur:before{
	z-index: 1;
    display: block;
    position: absolute;
    content: ' ';
	background: url('/img/countertops/mainTitlebg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	 filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
	 opacity: 0.7;
}
.bgblock .content{
	z-index: 2;
}
.container-fluid.b-countertos{
	width: 77%;
}
.countertosWidth{
	width: 90%;
}
.b-edges{
	width: 75%;
}
.fix_gal gh-element-container{
	min-height: 100vh;
	display: block;
}
#online-inventory-popup .flex{
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
@media (min-width: 768px){
	.b-cabinet-logo img{
		margin: 0;
	}
	.cabinet-row{
		position: relative;
	}
	.cabinet-col{
	height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

	}
	.cabinet-col img{
		margin: auto;
	}

	.cabinet-col-text {
		margin-left: 324px;
	}
		/*-----pageWrap------*/
	.pageWrap{
		padding-top: 132px !important;;
	}
	.slider{
		margin-top: -132px;
	}
	.services-subtitle.b-ikon{
		font-size: 21px;
	}
	.mBottom100{
		margin-bottom: 100px;
	}
}
@media (min-width: 992px){
	.b-cabinet-title{
		text-align: left;
		padding-top: 0px;
	}
	.cabinet-col-text{
			margin-left: 400px;
		}
		/*-----pageWrap------*/
	.pageWrap{
		padding-top: 132px !important;;
	}
	.slider{
		margin-top: -132px;
	}
}
@media (min-width: 1200px){
	.cabinet-col-text{
		margin-left: 500px;
	}
	/*-----pageWrap------*/
	.pageWrap{
		padding-top: 120px !important;;
	}
	.slider{
		margin-top: -120px;
	}
	.navbar-default .quoteBlock p{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px){
	.bgblock.tile{
		padding: 60px 0;
	}
	.gblock.cabinet,.gblock.b-fabuwood,
	.gblock.b-homecrest,.gblock.b-jk{
		padding:30px 0;
	}
	.b-cabinet-text {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 0px;
	}
	.b-cabinet-title{
		text-align: center;
		padding-top: 15px;
		font-size: 26px;
	}
	.cabinet-col{
		text-align: center;
	}
	.cabinet-col img{
			width: 200px;
			display: inline-block;
	}
	.colors-title{
			font-size: 20px;
			min-height: 40px;
			margin-bottom: 5px;
	}
		/*-----pageWrap------*/
	.pageWrap{
		padding-top: 63px !important;;
	}
	.slider{
		margin-top: -63px;
	}
	.b-h3-title{
		font-size: 25px;
	}
	.b-tile-start__text{
		font-size: 18px;
	}
	.b-tile-start {
		padding: 25px;
	}
	.b-price{
		font-size: 35px;
	}
	.b-spacials__title{
		font-size: 18px;
	}
	.pageSpecials h1{
		font-size: 36px;
		color: #fff;
	}
	.pageSpecials{
		padding: 30px;
	}
	.bgblock .content.spacials-element{
		padding:25px;
	}
	.bgblock.showroom,.bgblock.team,.bgblock.company{
		padding: 70px 0;
	}
	.bgblock.virtual{
		margin-top: 70px;
	}
	/*------Edges----*/
	.b-edges-text{
		font-size: 18px;
		font-weight: 300;
		width: 100%;
	}
	.b-edges-img{
		width: 100%;
	}
	.mBottom100{
		margin-bottom: 50px;
	}

}
@media only screen and (max-width: 320px){
	.footerTitle{
		font-size: 14px;
	}
}


/*----Media header----*/
@media only screen and (min-width: 1260px){}
@media only screen and (max-width: 1260px) {
	/*-----pageWrap------*/
	.pageWrap{
		padding-top: 132px !important;;
	}
	.slider{
		margin-top: -132px;
	}
}
@media only screen and (max-width: 1090px) {}
@media only screen and (max-width: 767px){
	/*-----pageWrap------*/
	.pageWrap{
		padding-top: 63px !important;;
	}
	.slider{
		margin-top: -63px;
	}
}
@media only screen and (max-width: 500px) {
	/*-----pageWrap------*/
	.pageWrap{
		padding-top: 47px !important;;
	}
	.slider{
		margin-top: -47px;
	}
}
