 @import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic';
body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 1.5em;
}
a {
	color: #3B3A3A;
}
a:hover {
	color: #ABAAAA;
}

.margb {
	margin-bottom: 15px;
}

img {
	max-width: 100%;
}

@media (min-width: 1430px) {
.container {
	width: 1400px;
}
}
header {
	height: 400px;
	position: relative;
	margin-bottom: 30px;
}
.cover {
	height: 350px;
	position: absolute;
	right: 0;
	top: 50px;
}
.cover .image {
	height: 350px;
	overflow: hidden;
	background: #fff
}
.cover img {
	height: 350px;
	opacity: 0.6;
	float: right;
}

@media only screen and (max-width : 992px) {
.cover img {
	display: none;
}
}


.logo {
	width: 230px;
	height: 230px;
	line-height: 230px;
	border: 1px solid #000;
	position: absolute;
	left: 0;
	top: 85px;
	z-index: 10;
	background: #fff;
	overflow: hidden;
}
.logo img {
	vertical-align: middle;
	width: 100%;
}
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 260px;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	z-index: 8888;
}
.navbar-inverse {
	background: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
	border-top: 5px solid #707070;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ABAAAA;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #000000;
}

.navbar-inverse .navbar-nav > .active > a {
	background-color: #707070;
}


.navbar-inverse .navbar-toggle {
	background: #ABAAAA;
}


@media only screen and (max-width : 992px) {
.navbar {
	padding-left: 0;
}
}




.heading {
	position: absolute;
	top: 100px;
	color: #4e4d4d;
	text-shadow: 2px 2px #fff;
	margin: 0;
	padding: 0 300px;
	width: 100%;
	text-align: center;
	font-size: 3em;
	line-height: 1.2em;
}

@media only screen and (max-width : 1200px) {
.heading {
	padding: 0 15px 0 260px;
	text-align: right;
	font-size: 2.5em;
}
}

@media only screen and (max-width : 768px) {
	
.logo {
	left: 110px;
}
	
.heading {
	top: 320px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2em;
	left: 0
}
}


@media only screen and (max-width : 480px) {
.logo {
	left: 50px;
}
}


.img-index {
	display: none;
}


.remarks {
	width: 66%;
	float: left;
}
.homesidebar {
	width: 33%;
	float: right;
}
.homesidebar .col-md-4 {
	width: 50%;
}

@media only screen and (max-width : 768px) {
.remarks {
	width: 100%;
	float: none;
}
.homesidebar {
	width: 100%;
	float: none;
}


}

@media only screen and (max-width : 1200px) {
.homesidebar .col-md-4 {
	width: 100%;
}
}

.single_contact_feaured {
	border: 1px solid #ccc;
	display: inline;
	float: left;
	padding: 20px 10px;
	text-align: center;
	width: 100%;
	min-height: 200px;
	margin: 0 0 15px;
	font-size: .8em;
}
.single_contact_feaured > i {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 5px
}
.single_contact_feaured > a {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	color: #ABAAAA
}
.single_contact_feaured > h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
footer {
	background: #A0A1A5;
	padding: 15px;
	margin-bottom: 30px;
	color: #fff;
}
footer a {
	color: #fff;
}
.company {
	width: 33%;
	float: right;
}
.company img {
	display: block;
	width: 60%;
	margin: 0 auto 15px;
	
}

@media only screen and (max-width : 768px) {
.company {
	width: auto;
	float: none;
}
.company img {
	width: auto;
	
}

}

.contacts .col-md-4 {
	width: 100%;
}


.headingproduct {
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 30px;
}

.img-full {
	width: 100%;
}


.btn-primary {
	background: #3B3A3A;
	border: 0;
}

.btn-primary:hover {
	background: #000000
}

.panel-default > .panel-heading {
	background-color: #cecccc;
	border-color: #ABAAAA;
}