 @import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic';
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
}
a {
	color: #035482;
}
a:hover {
	color: #007dc4;
}

img {
	max-width: 100%;
}
.margb {
	margin-bottom: 15px;
}
.cover {
	display: none;
}
header {
	position: relative;
	height: 94px;
	-webkit-box-shadow: 0 4px 6px -6px #222;
	-moz-box-shadow: 0 4px 6px -6px #222;
	box-shadow: 0 4px 6px -6px #222;
	margin-bottom: 30px;
}

.logo img {
	height: 94px;
}
.navbar {
	position: absolute;
	top: 22px;
	right: 0;
	width: auto;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	z-index: 7777
}
.navbar-inverse {
	background: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
	color: #007dc4;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #000000;
}

.navbar-inverse .navbar-nav > .active > a {
	background-color: #035482;
}

.heading {
	display: none;
}
.img-index {
	display: inline;
	float: right;
}
.list-group-item a {
	display: block
}
.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 30px;
}
.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: #007dc4
}
.single_contact_feaured > h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
.panel {
	margin-bottom: 30px;
}
footer {
	padding: 15px 0;
	border-top: 1px solid #0c3a54
}
.company {
	margin-bottom: 30px;
}
.company img {
	margin-right: 15px;
	height: 150px;
	float: left;
}
.headingproduct {
	border-bottom: 5px solid #0c3a54;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 2em;
	text-transform: uppercase;
	padding-left: 0;
	font-weight: 400;
	color: #000000
}
.img-full {
	width: 100%;
}
.btn-primary {
	background: #007dc4;
	border: 0;
}
.btn-primary:hover {
	background: #000000
}
.contacts .col-md-4 {
	width: 100%;
}

.panel-default > .panel-heading {
	background-color: #d7effc;
	border-color: #007dc4;
}

@media (max-width: 1000px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
.navbar-inverse .navbar-toggle {
	background: #007dc4;
}
}
