@font-face {
	font-family: 'HelveticaNeue-Medium';
	font-style: normal;
	font-weight: normal;
	src: local('/assets/fonts/HelveticaNeue-Medium'), url('/assets/fonts/HelveticaNeue-Medium.woff') format('woff');
}
body {
	font-size: 17px;
}
img {
	max-width: 100%;
}
header {
	background: url('/img/header-bg.jpg') no-repeat center center / cover;
}
header a,
header a:hover {
	color: #fff;
	text-decoration: none;
}
.logo:active,
.logo:focus, 
.logo:hover {
	color: #fff;
	text-decoration: none;
}
.tel {
	padding: 30px 0 10px;
}
.tel a {
	font-size: 22px;
	display: block;
	margin: 10px 0 20px;
	text-align: right;
	font-family: 'HelveticaNeue-Medium';
}
.tel a:before {
	content: '';
	width: 24px;
	height: 24px;
	background: url('/img/phone.png') no-repeat center center / contain;
	display: inline-block;
	margin-right: 10px;
}
.tel a:focus {
	text-decoration: underline;
	color: #fff;
}
header h1 {
	font-weight: bold;
	margin-top: 30px;
    line-height: 45px;
}
header h1 span {
	color: #ffcc7c;
}
.navbar-main {
	background: rgb(43,43,43);
	background: -moz-linear-gradient(-45deg,  rgba(43,43,43,1) 0%, rgba(8,8,8,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(43,43,43,1) 0%,rgba(8,8,8,1) 100%);
	background: linear-gradient(135deg,  rgba(43,43,43,1) 0%,rgba(8,8,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#080808',GradientType=1 );
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-nav>li>a {
	color: #fff;
	font-size: 21px;
    padding: 20px 15px;
	font-family: 'HelveticaNeue-Medium';
}
.nav>li.active>a,
.nav>li>a:focus,
.nav>li>a:hover {
	color: #ffcd7c;
	background: none;
}
.navbar-brand {
	color: #fff;
}
.navbar-toggle .icon-bar {
	background: #fff;
	width: 28px;
    height: 4px;
    border-radius: 3px;
}
.call-back:active, 
.call-back:focus, 
.call-back {
	border: 2px solid #ffcd7c;
	padding: 10px 20px !important;
	margin: 8px 0;
	color: #fff !important;
}
.call-back:hover {
	background: #ffcd7c !important;
	color: #fff !important;
}
.call-back:before {
	content: '\f003';
	font-family: FontAwesome;
	margin-right: 10px;
}
.brands {
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,.1);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,.1);
	min-height: 50px;
}
.brands .container .slick-slide {
	display: flex;
	min-height: 72px;
	padding: 10px 0;
	float: left;
}
.brands .container .slick-slide img {
	margin: auto;
}
.brands .container>div {
	float: left;
	display: flex;
}
.brands .container>div.slick-list {
	width: 100%;
	display: block;
}
article .h3 {
	font-weight: bold;
}
.galary {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: -7.5px;
    margin-left: -7.5px;
}
.galary img {
	width: 100%;
	margin: 7.5px 0;
}
.galary [class*="col-"] {
	padding: 0 7.5px;
}
.h3.title {
	font-weight: bold;
}
main {
	padding: 10px 0 15px;
}
footer {
	background: rgb(43,43,43);
	background: -moz-linear-gradient(top,  rgba(43,43,43,1) 0%, rgba(8,8,8,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(8,8,8,1) 100%);
	background: linear-gradient(to bottom,  rgba(43,43,43,1) 0%,rgba(8,8,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#080808',GradientType=0 );
	color: #fff;
	padding: 30px 0 15px;
	font-size: 16px;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer li {
	display: inline-block;
	padding: 5px 5px 5px 0;
}
footer li a {
	color: #fff;
	font-weight: bold;
}
footer li.active a,
footer li a:active,
footer li a:focus,
footer li a:hover {
	color: #ffcd7c;
	text-decoration: none;
}
footer .row>div {
	margin-bottom: 15px;
}
footer .fa-map-marker{
	color: #ffcd7c;
	font-size: 25px !important;
}
.modal-xs {
    max-width: 360px;
}
.modal-header {
	padding: 0;
	height: 0;
}
.modal-header {
	border: none;
}
.modal-content {
	background: none;
}
.modal-body {
    background: #262626 url('/img/modalbg.png') no-repeat center center / cover;
	font-size: 14px;
	padding: 30px;
	max-width: 339px;
}
.btn-send {
	background: #ffab58;
	color: #040404;
	width: 100%;
	text-align: center;
	opacity: 1 !important;
	border-radius: 0;
	font-family: Verdana;
}
.form-control {
	border-radius: 0;
}
.modal-dialog {
	margin: 15% auto 0;
}
a:focus,
:focus,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
    outline-offset: 0;
}
.modal-header .close {
    opacity: 1;
    position: absolute;
    top: -20px;
    right: -10px;
}
.text-bold {
	font-weight: bold;
}
.alert {
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}
footer p {
	margin: 0 0 15px;
	line-height: 1.7;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}
:-moz-placeholder           {color:#000;}
:-ms-input-placeholder      {color:#000;}
.sitemap {
	color: #f0f0f0;
	font-size: 14px;
	font-weight: normal;
}
.ftel {
	font-family: 'HelveticaNeue-Medium';
	font-size: 17px;
}
.pag {
	list-style: none;
	padding: 0;
}
.pag li {
	padding: 5px;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
}
.pag li a {
	color: #313131;
}
.pag li.active a,
.pag li a:active,
.pag li a:focus,
.pag li a:hover {
	color: #e6b566;
	text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
	.tel a {
		font-size: 20px;
	}
	.tel a:before {
		width: 17px;
		height: 17px;
		margin-right: 10px;
	}
}
@media (min-width: 992px) {
	.col-20 {
		width: 19%;
	}
	.col-21 {
		width: 22%;
	}
}
@media (max-width: 1199px) {
	.navbar-nav>li>a {
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.tel a {
		font-size: 14px;
		text-align: left;
		color: #fff;
		margin-left: 15px;
	}
	.tel a:before {
		width: 14px;
		height: 14px;
	}
	header h1 {
		font-size: 27px;
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 30px;
	}
	.tel {
		padding: 0;
	}
	header {
		padding: 10px 0 30px 0;
		height: 108px;
	}
	.logo {
		position: absolute;
		z-index: 999;
	}
	.navbar-main {
	    position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: none;
	}
	.navbar-collapse {
		background: rgb(43,43,43);
		background: -moz-linear-gradient(-45deg, rgba(43,43,43,1) 0%, rgba(8,8,8,1) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(43,43,43,1) 0%,rgba(8,8,8,1) 100%);
		background: linear-gradient(135deg, rgba(43,43,43,1) 0%,rgba(8,8,8,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#080808',GradientType=1 );
		z-index: 9999;
		position: relative;
	}
	.navbar-nav {
		
		margin: 0 -15px;
	}
	.container>.navbar-collapse {
		margin-top: 50px;
	}
	.navbar-nav>li>a {
		padding: 5px 15px;
	}
	.navbar-nav {
		padding: 15px 0;
	}
	.tel a {
		margin: 10px 0 0 15px;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: -16px;
		margin-left: -16px;
	}
}