/* Mebeland Main Styles */

body {font-family: Arial;}
h1, h2, h3, h4 {font-family: "Century Gothic";}

.nopadding {
	 padding: 0;
}
.row-nopadding > [class*='col-'] {
	 padding: 0;
}

/* Sprites */
.sprite { background: url('/public/img/sprite.png') no-repeat top left; width: 15px; height: 30px;  }
.sprite.logo { background-position: 0 0; width: 116px; height: 110px; }
.sprite.logo_min { background-position: 0 -110px; width: 55px; height: 52px; }
.sprite.phone_call { background-position: 0 -162px; width: 37px; height: 37px; }
.sprite.logo_footer { background-position: 0 -199px; width: 98px; height: 98px; }
.sprite.arrow_left { background-position: 0 -297px; }
.sprite.arrow_right { background-position: 0 -327px; }

.cat_icon { background: url('/public/img/cat_icon.png') no-repeat top left; display: inline-block;}
.cat_icon.icon_kuhni { background-position: 0 0; width: 91px; height: 92px; }
.cat_icon.icon_shkafi { background-position: 0 -97px; width: 78px; height: 107px; }
.cat_icon.icon_prihogie { background-position: 0 -209px; width: 79px; height: 71px; }
.cat_icon.icon_gostinnie { background-position: 0 -285px; width: 130px; height: 84px; }
.cat_icon.icon_ofisnaya { background-position: 0 -374px; width: 98px; height: 53px; }

/* HEADER */
#header {margin:0 auto; position: relative; height:578px; font-family: "Century Gothic";}
#header .container {position: relative;}
#header .logo {position: absolute; left: 21px; top:1px; z-index: 1; background-position: 0 -110px; width: 55px; height: 52px;}
#header .phone_call {position: absolute; right: 20px; top:6px; border:none; z-index: 2;}
#header .phones {position: absolute; right: 20px; top:68px; z-index: 2; color:#FFFFFF; font-size: 18px; text-shadow:1px 1px 2px rgba(0,0,0,.9);
	background: rgb(82, 82, 82);
	border: 2px solid rgb(255, 113, 0);
	padding: 8px 15px;
	border-radius: 8px;
	z-index: 2147483647;
}
#header .additionalText {color:#FF7100;position: absolute;top: 7px;right: 70px;max-width: 323px;text-align: right;line-height: 1.25em;}
#header .additionalText .phone_main {display: inline; margin-right: 20px;}

#navigation {width:100%; font-size: 18px; border:none; z-index: 2; margin:0; padding: 0px 60px 0 65px; position: static;}
#navigation .navbar-nav {width:100%;}
#navigation .navbar-nav a {color:#dbdbdb; text-shadow:1px 1px 2px rgba(0,0,0,.9);}
#navigation .navbar-nav .active a,
#navigation .navbar-nav a:focus,
#navigation .navbar-nav a:hover {color:#FF7100;background: none;}

#navigation .navbar-nav a:after {
	content: "";
	width: 0%;
	visibility:hidden;
	position: absolute;
	margin: 0 auto;
	bottom: 6px;
	left: 0;
	right: 0;
	height: 2px;
	background: #FF7100;
	box-shadow: 0px 0px 0px 1px rgba(255,113,0,0.5);
}
#navigation .navbar-nav .active a:after,
#navigation .navbar-nav a:hover:after {
	animation-name: border;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	visibility:visible;
}
@keyframes border {
	from {width: 0%;}
	to {width: 50%;}
}

#navigation .navbar-toggle {border: none;z-index: 1;background: rgba(255,255,255,0.2);margin: 6px;}
#navigation .navbar-toggle .icon-bar {background: #FF7100;height: 4px;border-radius: 2px;width: 25px;}
#navigation .navbar-collapse {padding:0;}

#page-main #header:before
{
	content: " ";
		position: absolute; top:0; left: 0; z-index: 1;
		width: 100%;
		height: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#top-slider {z-index: 0; position: absolute; top:0; left: 0; width: 100%;}
#top-slider .item {width:100%;height:578px;background-position: center center; background-size:cover;}
#top-slider .container {height: 100%;}

#page-main #header .promo {position: absolute;width: 100%;top: 165px;left: 0;bottom:0;text-align: center;color: #FFFFFF;padding: 0 20px; z-index: 1; overflow: hidden;}
#page-main #header .promo .tit {font-size: 51px;text-shadow: 2px 2px 2px rgba(0,0,0,.35);line-height: 1em;}
#page-main #header .promo .btn {font-size: 18px;margin: 20px auto;display: block;background: #FF9A22;border-radius: 0;text-transform: lowercase;padding: 8px 30px;}
#page-main #header .promo .btn:hover {background: #FF6600; color:#FFFFFF;}
#page-main #header .promo .desc {font-size: 18px; text-shadow: 2px 2px 2px rgba(0,0,0,.35);}
#page-main #navigation {padding:12px 190px 0 145px; position: relative;}
#page-main #header .logo {top:27px; background-position: 0 0; width: 116px; height: 110px;}
#page-main .phones {display: block; top:21px;
	background: none;
	border: none;
	padding: 0;
	border-radius: 0;
	z-index: 1;
}
#page-main .phone_call {display: none;}
#page-main .additionalText {display: none;}

#page-inner #header {height:auto; background: #272727;}
#page-inner #header .promo {display: none;}
#page-inner #header #top-slider {display: none;}

.assortiment {}
.assortiment h2 {font-size: 48px; color:#666666; text-align: center;}
.assortiment ul {list-style-type: none; padding:0;}
.assortiment ul li {float: left; text-align: center; width: 100%; min-width: 166px; padding: 10px 0;}
.assortiment ul li a {font-size: 18px; font-family: "Century Gothic"; color:#000;}
.assortiment ul li i.circle {background-color: #b2b2b2; border-radius: 50%; width: 166px; height:166px; margin-bottom: 10px; display: table-cell; text-align: center; vertical-align: middle;}
.assortiment ul li a:hover {text-decoration: none;}
.assortiment ul li a:hover i.circle {background-color: #666666;}
.assortiment ul li .tit {padding:10px 0 0 0;}


#projects {position: relative; height: 587px; font-size: 0; margin: 0 -15px;}
#projects .item {background-size: cover; background-position: center center; width:400px; height:294px; display: inline-block; position: relative;}
#projects .item_tit {width:33%; text-align: center; font-size: 30px; font-family: "Century Gothic"; position: absolute; bottom: 0; left: 0; margin:0; padding:50px 0 30px 0; line-height: 2em;}
#projects .item_tit .cnt {color:#00CD00; font-size: 60px; display: block;}
#projects .item_tit .cnt:hover {color:#E76600;}
#projects .item_1 {width:33%;}
#projects .item_2 {width:40%;}
#projects .item_3 {width:27%; height: 100%; position: absolute; right: 0; top:0;}
#projects .item_4 {width:40%; left: 33%;}


#fourSteps {
	font-family: "Arial";
	background: url(/public/img/4steps_bg.jpg) no-repeat center top;
	background-size: cover;
}
#fourSteps .container {padding: 20px 10%;}
#fourSteps .row,
#fourSteps .step_block {padding:10px 0;}

#fourSteps .title {
	padding-bottom: 10px;
}

#fourSteps .title .first {
	color: #ffcc99;
	font-size: 94px;
	line-height: 94px;
	float: left;
}

#fourSteps .title .second {
	font-size: 39px;
	color: white;
	text-transform: uppercase;
}

#fourSteps .title .third {
	color: #ffffff;
	font-size: 18px;
}

#fourSteps .item {
	margin-bottom: 30px;
}

#fourSteps .step {
	display: inline-block;
	color: #ffffff;
	font-size: 27px;
	text-transform: uppercase;
}

#fourSteps .step .num {
	color: #ffcc99;
	font-size: 65px;
	line-height: 60px;
	text-transform: uppercase;
	vertical-align: bottom;
}

#fourSteps .step_desc {
	color: #ffcc99;
	font-size: 13px;
	display: inline-block;
	text-transform: uppercase;
			width: 68%;
		vertical-align: top;
}


#footer {background: #999999; color:#cccccc; padding: 50px 0; font-family: "Century Gothic";}
#footer .copy {padding:10px;}
#footer .tit {font-size: 24px; padding-bottom: 20px;}
#footer .phones {font-size: 33px;}

.container.static {min-height:35em;padding-top: 2em;}

.catalog .entry {padding-bottom:10px;}


/*******************/
/*  Mobile Styles  */
/*-----------------*/
/* Таблица как в Bootstrap */
/* .assortiment ul li i.cat_icon {position: relative;} */
@media (min-width: 768px) {
/* 	#navigation .navbar-nav {width:100%; padding: 0; background: #FFFFFF; position: absolute; right: 0; top:30px; max-width:200px;} */
	.assortiment ul li {width: 33%;}
}
@media (min-width: 992px) {
	#navigation {display: block;}
	.assortiment ul li {width: 20%;}
	
	#page-main #header .promo {position: absolute;bottom: 38px;right: 0; top: auto; left: auto; width:50%; text-align: left;}
	#page-main #header .promo .btn {margin: 30px auto;}

}
@media (min-width: 1200px) {
	.assortiment ul li {width: 20%;}
	#header .additionalText {max-width: 507px;}
	#header .additionalText .phone_main {display: block; margin: 0;}
}

/* Таблица наоборот по увеличению */
@media (max-width: 767px) {
	#header,
	#top-slider .item {height:400px;}
	#top-slider .item img {height:100%;width: auto;}

	.assortiment h2 {font-size: 33px;}
	#header .additionalText {display: none;}
}

@media (max-width: 991px) {
	#header .phones {right: 10px; top:60px; }
	#header .additionalText {right: 145px;}

	#page-main #navigation {padding: 15px 0px 15px 30px; right: -5px; position: static;}
	#navigation .navbar-collapse {background: rgba(255,255,255,0.9); padding:0; position: absolute; left: 0; width: 100%; z-index: 3; padding: 0 20px;}
	#navigation .navbar-nav a {text-shadow:none; color: #333333; font-size: 1.2em;}
	#navigation .navbar-nav li {float:none;}

	#projects {height: auto;}
	#projects .item {border: 3px solid #FFFFFF;}
	#projects .item_tit {position: static;width: 100%;padding: 0;height: auto;}
	#projects .item_1 {width: 50%;}
	#projects .item_2 {width: 50%;}
	#projects .item_3 {width: 40%;height: 294px;position: static;}
	#projects .item_4 {width: 60%;left: 0;}
	
	.container.static {min-height:15em;}
}
@media (max-width: 600px) {
	#projects {height: auto;}
	#projects .item {border: 3px solid #FFFFFF;}
	#projects .item_tit {position: static;width: 100%;padding: 0;height: auto;}
	#projects .item_1 {width: 100%;}
	#projects .item_2 {width: 100%;}
	#projects .item_3 {width: 100%;height: 400px;position: static;}
	#projects .item_4 {width: 100%;left: 0;}
}



/* Collapse for Pad */
@media (min-width: 768px) and (max-width: 991px) {
		.navbar-collapse.collapse {
				display: none !important;
		}
		.navbar-collapse.collapse.in {
				display: block !important;
		}
		.navbar-header .collapse, .navbar-toggle {
				display:block !important;
		}
		.navbar-header {
				float:none;
		}
}


/* Catalog */
.grayblock {background-color: #666666; color:#FFFFFF; padding: 15px 0;}
.grayblock h1 {padding: 0;margin: 0;}
.lightgray {background-color: #EBEBEB; padding: 10px 0;}
.lightgray h2 {padding: 0;margin: 0;}
.lightgray .desc {color:#666666;}

.cats .subcats {background-color: #FF7100; color:#FFFFFF;list-style-type: none; padding:5px 10px; margin:0 0 20px 0; height: 100%;}
.cats .subcats a {color:#FFFFFF; display: inline-block; padding: 5px 10px;}
.cats .subcats a:hover {background-color: #993300;}

.cats .category {padding:15px 0 25px 0;}
.cats .btn-catalog {background-color: #993300; color: #FFFFFF;}

.cats .entry {border:1px solid #CCCCCC;max-width: 280px;margin: 0 auto 20px auto;}
.cats .entry .desc {padding:5px 10px;}
.cats .entry .title {font-size:1.3em;}
.cats .entry .title,
.cats .entry .title a {color:#000000;}

/* http://stackoverflow.com/questions/19695784/how-can-i-make-bootstrap-columns-all-the-same-height */
/*.equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.equal > [class*='col-'] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 991px) {
	.equal {
		display: block;
	}
}*/


.equal {
	display: table;
}
.equal > div[class*='col-'] {  
	display: table-cell;
	float: none;
	vertical-align: top;
}
@media (max-width: 991px) {
	.equal {
		display: block;
	}
	.equal > div[class*='col-'] {  
		display: block;
	}
}





/* Product */
.entryblock {background-color: #666666; color:#FFFFFF; min-width:100%;}
.entryblock .price {color:#FFB17C; font-size:1.9em;}
.entryblock .right {padding-top: 20px;}
.entryblock .desc {line-height: 1.5em; padding-bottom: 15px;}
.entryblock .gallery_big {padding:0;}
.entryblock .gallery_big a {display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.entryblock .gallery_small {padding:15px 0; margin-left:-8px;margin-right:-8px;}
.entryblock .gallery_small .item {padding: 5px 8px;}

.icon-gaurantee {background: url("/public/img/icon-gaurantee.png") no-repeat 0 0; padding: 0 0 0 40px; min-height: 45px; display: inline-block;}
.icon-prepayment {background: url("/public/img/icon-prepayment.png") no-repeat 0 0; padding: 0 0 0 45px; min-height: 45px; display: inline-block;}
.icon-making {background: url("/public/img/icon-making.png") no-repeat 0 0; padding: 0 0 0 48px; min-height: 45px; display: inline-block;}

.whitegray {background-color: #F2F2F2; padding: 20px 0;}
.whitegray h1 {padding: 0;margin: 0;}
.topcats {background-color: #D16821; color:#FFFFFF; padding:20px 0;}
.topcats a {color:#FFFFFF;}
.topcats a.current,
.topcats a:hover {background-color:#993300;}
.topcats .title {font-size: 1.6em; font-family: 'Century Gothic',sans-serif; padding:0 0 20px 0;}
.topcats .title .subline {border-bottom:1px solid #FFFFFF; padding:0 25px 7px 25px;}
.topcats .subcats a {padding: 1px 5px;margin:1px 3px;display: inline-block;}


/* Contact form */
#contact {padding:30px 0; background: #030303 url(/public/img/contact-form-bg.jpg) no-repeat 0 0; background-size:cover; color:#000000;}
#contact header .title {font-size: 36px; font-weight: bold; font-family: arial; text-transform: uppercase;}
#contact header .lead {font-size: 24px;}
#contact .form-control {padding:12px 15px; height: auto; background: transparent; border:2px solid #000000; color:#434343; font-size: 24px; font-family: arial;}
#contact .form-control::-webkit-input-placeholder {color:#434343;}
#contact .form-control::-moz-placeholder          {color:#434343;}/* Firefox 19+ */
#contact .form-control:-moz-placeholder           {color:#434343;}/* Firefox 18- */
#contact .form-control:-ms-input-placeholder      {color:#434343;}
#contact .btn-red {background-color: #F56A3F; color:#FFFFFF; font-size: 24px; padding:14px 60px; border-radius: 6px;}
#contact .left {padding-top:50px;}

/* Contacts page */
.contact_phones {background: url("/public/img/contact_phone.png") no-repeat 0 0; padding:10px 0 0 120px; margin:35px 0; min-height: 100px; font-size: 1.5em;color: #666666;}
.contact_mail {background: url("/public/img/contact_mail.png") no-repeat 0 0; padding:10px 0 0 120px; margin:35px 0; min-height: 100px; font-size: 1.5em;color: #666666;}
.contact_mail a {color: #666666;}
.contact_geo {background: url("/public/img/contact_geo.png") no-repeat 0 0; padding:10px 0 0 120px; margin:35px 0; min-height: 100px; font-size: 1.5em;color: #666666;}

.padding-top-50 {
  padding-top: 50px;
}
.fright {
  float: right;
}

/* Breadcrumbs */
.breadcrumbs {
  background: #eaeaea;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 0;
}

.breadcrumbContainer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumbs .glyphicon {
  margin-right: 10px;
}

.breadcrumbs span {
  color: #333333;
}

.breadcrumbs a {
  color: #333333;
}

.breadcrumbButtonContainer {
  text-align: right;
}

.breadcrumbButton {
  border: 1px #999999 solid;
  text-transform: uppercase;
  color: #666666;
  font-size: 13px;
  display: inline-block;
  padding: 8px 15px 8px 18px;
}

.breadcrumbButton .text {
  vertical-align: middle;
}

.breadcrumbButton .glyphicon {
  vertical-align: middle;
  color: #353535;
}

/* BLOG Articles */
.blogTitle {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #282828;
  font-family: "Century Gothic";
}

.blog {
  padding-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}
.blog h1 {margin-top: 0;}

.blog p {font-size: 15px; line-height:1.5em; margin:1em 0;text-align: justify;}

.blog .subtitle {

  margin-bottom: 30px;
  font-size: 15px;
  margin-top: 10px;
  color: #3a3a3a;
}

.blog .subtitle span {
  background: white;
  display: inline-block;
  padding-right: 10px;
}

.blog .subtitle strong {
  text-transform: uppercase;
  font-weight: 600;
}

.blog .subtitle:after {
  content: '';
  border-bottom: 1px #cccccc solid;
  display: block;
  width: 100%;
  margin-top: -10px;
}

.blogItems {
  margin-top: 40px;
  color: #747371;
}

.blogItems article.item {
    margin-bottom: 30px;
}

.blogItems article.item .header {
  border-left: rgb(255, 147, 61) 3px solid;
  padding-left: 21px;
  margin-bottom: 20px;
}

.blogItems article.item .header h2, .blogItems article.item .header h1 {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
  font-family: "Century Gothic";
  margin-bottom: 0;
  color: #333333;
}

.blogItems article.item .entry {
  overflow: hidden;
  color: #333333;
  font-size: 15px;
  line-height: 23px;
  position: relative;
}

.blogItems article.item .entry p {
  margin-bottom: 0;
  margin-top: 0;
  line-height: normal;
  font-size: 14px;
}

.blogInner .blogItems article.item .entry h3 {
  font-size: 18px;
  font-weight: 600;
}

.blogInner .blogItems article.item .entry p {
  margin-bottom: 15px;
  margin-top: 15px;
}

.blogItems article.item .entry .thumb {
  float: left;
  margin-right: 28px;
}

.blogItems article.item .btn {
  margin-top: 5px;
}

article.item .tags {
  margin-top: 10px;
  background: url(/public/img/icon-tag.png) no-repeat left;
  padding-left: 35px;
  font-size: 13px;
}

article.item .tags a {
  text-decoration: none;
  color: #5f5f5f;
}

article.item .meta {
  margin-top: 30px;
  border-top: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
}

article.item .meta .item {
  display: inline-block;
  border-right: 1px #cbcbcb solid;
  padding-right: 15px;
  padding-left: 30px;
  line-height: 40px;
  margin-right: 10px;
}

article.item .meta .views {
    background: url(/public/img/icon-view.png) no-repeat left;
}

article.item .meta .comments {
  background: url(/public/img/icon-comment.png) no-repeat left;
}

article.item .meta .socials .ya-share2 {display: inline-block;vertical-align: middle; margin: -3px 0 0 5px;}

article.item .meta .item:last-child {
    border-right: none;
}


/* Button global */
.button-global-more {
  margin: 0 auto;
  color: #afafaf;
  font-size: 10px;
  text-align: center;
  width: 260px;
  text-transform: uppercase;
  border: 1px #bfbfbf solid;
  padding: 8px 0;
  cursor: pointer;
  margin-bottom: 20px;
  
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.button-global-more .text {
  vertical-align: middle;
}

.button-global-more .glyphicon {
  margin-left: 10px;
  font-size: 16px;
  vertical-align: middle;
}

/* Sidebar widgets */
.widgetTitle {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Century Gothic";
  font-weight: 800;
}
.widget.calendar .calendarBG {width: 100%; border-top:1px solid #ECECEC; margin-top:10px;}
.widget.calendar .calendarHeader {}
.widget.calendar .month {color: #f44336;}
.widget.calendar .monthyear { font-size: 16px;font-weight: normal;text-align: left;}
.widget.calendar .chisla {background-color:#f4f6f5; font-size: 13px;}
.widget.calendar .dni {background-color:#f4f6f5; color: #f44336;font-size: 10px;font-weight: bold;text-transform: uppercase;}
.widget.calendar .dni td {padding-top:8px;}

.widget.calendar td {text-align: center; height: 33px; width: 14.2%;}
.widget.calendar td a {font-weight:bold;}
.widget.calendar .calendarBlank {color:#bdbdbd}
.widget.calendar .calendarToday a,
.widget.calendar .calendarToday span {background: #f44336;color: #ffffff;display: inline-block;line-height: 26px;width: 26px;}

.widget.calendar .month_switch {text-align:right;}
.widget.calendar .month_switch .month_prev,
.widget.calendar .month_switch .month_next {display:inline-block; padding:8px 20px;}
.widget.calendar .month_switch .month_next {border-left:3px solid #f7f7f7; margin-left: -3px;}

.g-recaptcha {display:inline-block;}