@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Regular'), url('fonts/Proxima_Nova_Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Regular Italic'), url('fonts/Proxima_Nova_Regular_Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Bold'), url('fonts/Proxima_Nova_Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Bold Italic'), url('fonts/Proxima_Nova_Bold_Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

body {
font-family: 'Proxima Nova', Arial;
color: #333333;
font-size: 17px;
font-weight: normal;
}
@media screen and (max-width: 480px) {
	body { font-size: 15px; }	
}
body a {
color: #0e91c9;
-moz-transition: all .4s;
-webkit-transition: all .4s;
-ms-transition: all .4s;
-khtml-transition: all .4s;
transition: all .4s;
}
body a:hover {
color: #333333;	
}
p, p:last-child {
	margin-bottom: 20px;
}
h1,
h2,
h3 {
text-transform: uppercase;
color: #393939;
font-weight: bold;
}
h1 {
font-size: 29px;
text-transform: uppercase;
letter-spacing: .1em;
}
@media screen and (max-width: 480px) {
	h1 { font-size: 20px; }
}
.navbar-default {
	border: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
}
.navbar-header.navbar-left {
	float: left;
}
.navbar-brand {
padding: 10px 15px 11px 15px;
height: auto;	
}
.breadcrumb {
padding-left: 0;
padding-right: 0;
font-size: 0.8em;
color: #868686;	
margin-top: 10px;
background: transparent;
}
.headerborder {
padding: 0;
max-width: 100%;
}
.navbar-collapse {
	padding: 0;
	margin-top: 0px;
}
.navbar-default .navbar-nav > li > a {
padding-top: 0;
padding-bottom: 0;
padding-left: 7px;
padding-right: 7px;
line-height: 77px;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #0e91c9;
margin: 0 5px;
position: relative;
}
.navbar-default .navbar-nav > li > a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background: #0e91c9;
	left: 0;
	bottom: 0;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
	-khtml-transition: all .4s;
	transition: all .4s;
}
@media screen and (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a { padding-left: 5px; padding-right: 5px; margin: 0 3px; }	
}
@media screen and (max-width: 992px) {
	.navbar-default .navbar-nav > li > a { padding-left: 3px; padding-right: 3px; margin: 0px; }	
}
.navbar-default .navbar-nav > li.last > a {
	margin-right: 0px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #0e91c9;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after {
	height: 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #4d4d4d;
background: transparent;
box-shadow: none;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	height: 5px;
}
#mobile_menu {
float: right;
margin: 0;
margin-top: 22px;
border-radius: 0;
padding: 0;
width: 50px;
height: 30px;
box-shadow: none;
background: transparent;
border: 0;
}
#mobile_menu .icon-bar {
display: block;
width: 100%;
height: 2px;
background: #333;
}
#mobile_menu .icon-bar.center {
	margin: 11px 0;
}
#mobile_menu:hover .icon-bar {
background: #0e91c9;
}
@media screen and (max-width: 380px) {
.navbar-brand { max-width: 150px; }	
.navbar-brand > img { max-width: 100%; }
#mobile_menu { width: 30px; margin-top: 7px; }
#mobile_menu .icon-bar { height: 3px; }
#mobile_menu .icon-bar.center { margin: 6px 0; }
}



#mobile-menu-container {
position: fixed;
top: 0;
left: -300px;
width: 260px;
height: 100%;
overflow: auto;
background: #fff;
z-index: 9;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-moz-transition: all .4s;
-webkit-transition: all .4s;
-ms-transition: all .4s;
-khtml-transition: all .4s;
transition: all .4s;
}
#mobile-menu-container.active {
left: 0;	
}
#mobile-menu-container .glyphicon-remove {
float: right;
cursor: pointer;	
}
#mobile-menu-container ul {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
}
#mobile-menu-container ul li {
	padding: 3px 0;
	position: relative;
}
#mobile-menu-container ul li.first {
	margin-top: 20px;
	padding-top: 10px;
}
#mobile-menu-container ul li a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.view-slider .view-content .field-name-field-sliderimage {
text-align: right;	
}
.flexslider {
	border: 0;
	margin: 0;
}
.flexslider .slides img {
	width: auto;
	display: inline-block;
}
.view-slider .view-content .group-slidertextfields {
position: absolute;
top: 50%;
z-index: 99;
left: 0;
background: rgba(255, 255, 255, 0.9);
padding: 30px;
max-width: 60%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.view-slider .view-content .group-slidertextfields .field-name-field-slidertitle {
	color: #464646;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}
.view-slider .view-content .group-slidertextfields .field-name-field-slidertext {
	color: #333333;
	font-size: 18px;
	line-height: 1;
	margin-top: 15px;
}
@media screen and (max-width: 992px) {
	.view-slider .view-content .group-slidertextfields .field-name-field-slidertitle { font-size: 24px; }
}
@media screen and (max-width: 768px) {
	.view-slider .view-content .group-slidertextfields { max-width: 100%; }
	.view-slider .view-content .group-slidertextfields .field-name-field-slidertitle { font-size: 24px; }
}
@media screen and (max-width: 480px) {
	.view-slider .view-content .group-slidertextfields { padding: 10px; }
	.view-slider .view-content .group-slidertextfields .field-name-field-slidertitle { max-width: 100%; font-size: 15px; }
	.view-slider .view-content .group-slidertextfields .field-name-field-slidertext { max-width: 100%; font-size: 14px; }
}
.footer {
	background: #f1f1f1;
	border: 0;
	border-top: 1px solid #d8d8d8;
	margin-top: 40px;
}

.block-title,
.block-title a {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding-bottom: 7px;
}
.block-title a:hover {
	text-decoration: none;
}
.block-title:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 3px;
	background: #0e91c9;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}

@media screen and (max-width: 480px) {
	.block-title { font-size: 20px; }
}
label {
color: #0e91c9;
padding-left: 15px;
font-weight: bold;
font-size: 17px;
margin-bottom: 7px;
margin-top: 7px;
}
.form-required {
	color: red;
}
.btn, .btn-primary {
text-transform: uppercase;
font-size: 16px;
color: #fff;
background: #0e91c9;
padding: 20px 50px;
text-shadow: none;
border: 0;
border-radius: 0;
letter-spacing: .1em;	
}
.btn:hover, .btn-primary:hover {
	color: #fff;
	background: #0084b6;
}
.form-control,
.form-control:focus {
border: 2px solid #3b3b3b;
box-shadow: none;
border-radius: 0;
padding: 0 15px;
line-height: 42px;
height: 42px;
font-size: 17px;
font-weight: bold;
}
.form-control::-webkit-input-placeholder { color: #0e91c9; font-weight: bold; }
.form-control::-moz-placeholder { color: #0e91c9; font-weight: bold; }
.form-control:-ms-input-placeholder { color: #0e91c9; font-weight: bold; }
.form-control:-moz-placeholder { color: #0e91c9; font-weight: bold; }
textarea.form-control,
textarea.form-control:focus {
border: 2px solid #3b3b3b;
padding: 10px 20px;
line-height: 2em;
height: auto;	
}

.body_top {
	background: #f1f1f1;
	border-bottom: 1px solid #d8d8d8;
}
.region-body-top {
	overflow: hidden;
}
.region-body-top .block {
	line-height: 30px;
}
a.btn-qu {
background: url(images/call.png) no-repeat 5px 50% #fdca14;
color: #000;
display: inline-block;
line-height: 30px;
text-decoration: none;
padding: 0 10px 0 25px;
font-size: 16px;
font-weight: bold;
}
a.btn-qu:hover {
	background-color: #0e91c9;
}
#block-block-32 .content {
font-size: 16px;
font-weight: bold;	
}
#block-block-32 .content .fa-fax,
#block-block-32 .content .fa-envelope {
	margin-left: 20px;
}

.item_object {
	text-align: center;
}
.item_object .item_title {
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
	text-decoration: none;
	line-height: 18px;
	min-height: 36px;
}

.owl-item .item_object {
	padding: 0 15px;
}
.view-maincategories .owl-item .item_object .item_photo img {
	border: 4px solid #0e91c9;
	border-radius: 50%;
	overflow: hidden;
}
.view-maincategories .owl-item .item_object:hover .item_photo img {
	border-color: #fdca14;
}
.view-brand-desc,
.view-categorydescription {
	margin-top: 40px;
}

.view-subcategoryes {
	overflow: hidden;
}
.view-subcategoryes .item_object {
	text-align: left;
}

.field-name-body ul {
padding-left: 20px;
margin-bottom: 20px;	
}
.field-name-body table {
	max-width: 100%;
	border: 1px solid #e7efff;
}
.field-name-body table tr td {
	padding: 5px 10px;
}
.view-taxonomy > .view-content .views-row { margin-bottom: 40px; }
.view-taxonomy > .view-content .views-row:nth-child(4n + 1) {
	clear: left;
}
.field-name-field-brand .field-item .taxonomy-term > h2 {
	display: none;
}
.field-name-field-brand .field-item .taxonomy-term .field-name-field-prewimage img {
	display: inline-block;
float: right;
max-width: 150px;
}


.region.region-navigation {
	float: right;
}
#block-locale-language {
overflow: hidden;
margin-top: 20px;
border: 1px solid #dfdfdf;
line-height: 30px;
padding-top: 2px;
margin-left: 20px;
}
#block-locale-language .content ul {
	margin: 0; padding: 0;
}
#block-locale-language .content ul li {
float: left;
padding: 0 5px;
}
#block-locale-language .content ul li a {
text-decoration: underline;
}
#block-locale-language .content ul li a.active {
	color: #333;
	text-decoration: none;	
}








