html {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Heebo", Times, serif;
	font-size: 12px;
	color: #2f323e;
}

select, input {
	font-family: "Heebo", Times, serif;
}
a:link, a:visited, a:active {
	color: #2f323e;
}

a:hover {
	text-decoration: none;
}
.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}
.main-header {
	background: #fff;
	height: 70px;
	padding: 10px 0;
}

.logo {
	float: right;
	margin-left: 20px;
}
.navigation {
	float: right;
	list-style: none;
	margin: 0;
}

.navigation li {
	float: right;
}

.navigation li a {
	display: block;
	padding: 15px;
	font-size: 18px;
}

.navigation li.current a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	font-weight: bold;
}

.navigation-left {
	height: 70px;
	list-style: none;
	float: left;
	margin: -10px 0;
}

.navigation-left li {
	float: left;
}

.navigation-left li.social-icon a {
	display: block;
	padding: 18px 5px;
	font-size: 24px;
}

.navigation-left li.details {
	display: block;
	font-size: 18px;
	padding: 25px 10px;
}

.navigation-left li.details span {
	margin-left: 10px;
}

.navigation-left li.delimiter {
	margin: 5px 15px;
	border-left: 1px solid #d4d4d4;
	display: block;
	height: 60px;
}

.main-slider {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

.site-title {
	margin-top: 150px;
	text-align: center;
}

h1 {
	font-family: "Heebo", Times, serif;
	font-size: 70px;
	font-weight: bold;
}

h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: normal;
}

.search-box {
	background: rgba(0, 0, 0, 0.7);
	padding: 25px;
	border-top-width: 5px;
	border-top-style: solid;
	margin: 40px 0 60px;
}

.search-box h3 {
	margin: 0 0 10px;
	color: #ffffff;
}

.search-box select {
	border-radius: 0;
	height: 50px;
	font-size: 18px;
}

.search-box button {
	border: 0 none;
	display: block;
	height: 50px;
	color: #ffffff;
	width: 100%;
	font-size: 18px;
}

.padding-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.margin-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.search-box .col-md-4 {
	padding-left: 2px !important;
}

.cars {
	margin-top: 30px;
}
.car-block {
	border: 1px solid #d4d4d4;
	border-radius: 1px;
	margin-bottom: 10px;
	padding: 5px;
	cursor: pointer;
}
.car-block img {
	width: 100%;
}

.car-block .manufacturer {
	font-family: "Heebo", Times, serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 28px;
	margin-top: 5px;
}

.car-block .model {
	font-size: 24px;
}

.car-block .car-info {
	list-style: none;
	height: 22px;
	margin-top: 5px;
	padding: 0;
	margin-bottom: 0;
}

.car-block .car-info span.icon {
	margin-left: 10px;
}
.car-block .car-info li {
	float: right;
	display: block;
	margin-left: 20px;
	font-size: 16px;
}

.price {
	text-align: left;
	font-size: 24px;
	margin: 10px 20px 0;
}

.extra-details {
	font-size: 24px;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	float: left;
	margin: 0 20px;
	min-width: 100px;
	text-align: center;
}

.vehicle-details-social {
	border-top: 1px solid #d4d4d4;
	padding-top: 10px;
	font-size: 24px;
	margin: 0 10px;
}

.vehicle-details-social a {
	margin-left: 13px;
}

.vehicle-details {
	margin: 10px;
}
.vehicle-details strong {
	font-size: 18px;
}

.vehicle-details p {
	font-size: 14px;
}

h4 {
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 20px;
}
hr {
	border-color: #d4d4d4;
}
.b-r {
	border-left: 1px solid #d4d4d4;
}

.main-footer {
	background: #2f323e;
	padding: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	min-height: 180px;
}

.alertbox {
	text-align: center;
	font-size: 30px;
	margin: 40px 0;
}

.error-section {
	background: url(/templates/simple_no_angular/images/banner.jpg) no-repeat 0 0;
	background-size: cover;
	height: calc( 100vh - 250px );
}

.notfound {
	text-align: center;
	margin-top: 30vh;
}

.notfound h1 {
	font-size: 180px;
	line-height: 100px;
}

.notfound a {
	font-size: 24px;
}

.floating-contact,
.floating-contact2 {
	position: fixed;
	bottom: 95px;
	left: 30px;
	width: 50px;
	text-align: center;
	height: 50px;
	border-radius: 100px;
	color: #ffffff !important;
	font-size: 24px;
	padding: 10px;
	border: 1px solid #ffffff;
	display: none;
}

.floating-contact2 {
	bottom: 30px;
	left: 30px;
}

.social-title {
	height: 30px;
}
.social-title span {
	float: right;
}
.social-title ul {
	list-style: none;
}
.social-title ul li {
	float: left;
}

.jcarousel-control-prev, .jcarousel-control-next {
	position: absolute;
	top: 150px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff !important;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	outline: none !important;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover,
.jcarousel-control-prev:focus, .jcarousel-control-next:focus {
	color: #fff !important;
	border: 0 none !important;
	outline: none !important;
	text-decoration: none !important;
}

.jcarousel-control-prev {
	right: 20px;
}

.jcarousel-control-next {
	left: 20px;
}

.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
	opacity: .5;
	cursor: default;
}

.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	min-width: 20px;
	background: #fff;
	color: #4E443C;
	border-radius: 14px;
	padding: 3px;
	text-align: center;
	margin-right: 2px;
	opacity: .75;
	width: auto;
	height: auto;
}

.jcarousel-pagination a.active {
	background: #4E443C;
	color: #fff;
	opacity: 1;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
	outline: none !important;
	text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	.navigation-left li.delimiter, .navigation-left li.details {
		display: none;
	}

	.floating-contact, .floating-contact2 {
		display: block;
	}
}

body > .skiptranslate {
	display: none!important;
}

body {
	top: 0 !important;
}

html[dir=ltr] .logo, html[dir=ltr] .navigation, html[dir=ltr] .navigation li, html[dir=ltr] .car-block .car-info li,
html[dir=ltr] .social-title span {
	float: left;
}

html[dir=ltr] .navigation-left, html[dir=ltr] .navigation-left li, html[dir=ltr] .extra-details, html[dir=ltr] .social-title ul li {
	float: right;
}

html[dir=ltr] .price {
	text-align: right;
}

html[dir=ltr] .b-r {
	border-right: 1px solid #d4d4d4;
	border-left: 0 none;
}
