@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,cyrillic);

body  {
	background: url("images/fon.jpg") fixed center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
	font-family: Roboto, sans-serif, Arial;
	font-weight: 300;
}

.logo {
	width: 100%;
	max-width: 250px;
}

.header {
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 0;
}

.header p {
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
}

/*--------------*/
/*-----����-----*/
/*--------------*/
.navbar-default {
	border: 0;
	margin-bottom: 30px;
	border-radius: 0;
	background-color: #6b5136;
	border-color: transparent;
	background: url("images/fon-menu.jpg");
	box-shadow: 0 3px 10px #000;
	font-weight: 400;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		font-size: 16px;
		text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}
/*--------------*/
/*---end ����---*/
/*--------------*/

@media (min-width: 768px) {
	.navbar-nav {
		float: none;
		text-align: center;
	}
	.navbar-nav li {
		float: none;
		display: inline-block;
	}
	.navbar-nav>li>ul>li {
		float: none;
		display: inline-block;
		width: 100%;
	}
	.nav>li>a {
		padding: 15px 10px;
	}
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #333;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.85);
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 0;
}

.navbar-toggle {
	border: 0;
	border-radius: 0;
}

@media (min-width: 768px) {
	.dtable {
		display: table;
		width: 100%;

	}

	.dtable>div {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
}

@media (max-width: 767px) {
	.dtable>div {
		margin-bottom: 15px;
	}
	.dtable>div:last-child {
		margin-bottom: 0;
	}
}

footer {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 50px;
}

footer>.container {
	background: #8a623a;
	padding: 25px 15px;
}

.logoweb {
	max-width: 25px;
	margin-left: 5px;
}

.soc-set {
	opacity: 1;
}

.soc-set:focus {
	opacity: 1;
}

.soc-set:hover {
	opacity: 0.6;
}

.link-one {
	color: #fff;
	text-decoration: none;
}

.link-one:focus {
	color: #fff;
	text-decoration: none;
}

.link-one:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 767px) {
	footer>.container>.row>div {
		text-align: center;
		margin-bottom: 15px;
	}
	footer>.container>.row>div:last-child {
		margin-bottom: 0;
	}
}

.global {
	background: #e6d398 url("images/fon-global.jpg");
	padding: 30px 15px;
}

.tit {
	font-weight: 700;
	border-left: 3px solid #8a623a;
	font-size: 24px;
	padding-left: 15px;
	background: rgba(138, 98, 58, 0.3);
	margin-bottom: 15px;
}

.global>.row>div {
	margin-bottom: 30px;
}

.global>.row>div:last-child {
	margin-bottom: 0;
}

.overlay-container {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.overlay-container img {
	width: 100%;
}

.overlay-link {
	position: absolute;
	z-index: 10;
	top: 0;
	padding: 15px;
	bottom: 0px;
	left: 0;
	right: 0px;
	background-color: rgba(30, 30, 30, 0.5);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

.overlay-container:hover .overlay-link {
	height: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-bottom {
	position: absolute;
	top: auto;
	padding: 5px 15px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(138, 98, 58, 0.85);
}

.overlay-bottom .text {
	position: relative;
}

.overlay-bottom .text p {
	margin: 0;
	font-weight: 700;
	color: #111;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #333;
	cursor: default;
	background-color: rgba(138, 98, 58, 0.3);
	border: 1px solid #8a623a;
	border-bottom-color: transparent;
}

.nav-tabs>li>a {
	margin-right: 0;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 10px 15px;
	color: #333;
}

.nav-tabs {
	border-bottom: 1px solid #8a623a;
}

.nav-tabs > li > a:hover {
	background-color: rgba(138, 98, 58, 0.3);
	border: 1px solid #8a623a;
	border-bottom-color: transparent;
}

@media (max-width: 767px) {
	.nav-tabs>li {
		width: 100%;
	}

	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
		border-bottom-color: #8a623a;
	}

	.nav-tabs > li > a:hover {
		border-bottom-color: #8a623a;
	}
}

.tab-content {
	padding-top: 20px;
}

#mezhkomnatnye-dveri .overlay-container img,
#metallicheskiye-dveri .overlay-container img {
	max-width: 180px;
}

#mezhkomnatnye-dveri .overlay-container,
#metallicheskiye-dveri .overlay-container {
	background: #fff !important;
}

.fancybox img {
	margin-bottom: 5px;
	border: 1px solid #8a623a;
	padding: 3px;
	background: #fff;
}