@import url("/resource/fonts/font-awesome.min.css");
@import url("/resource/fonts/ionicons.min.css");
@import url("/resource/bootstrap/bootstrap-grid.min.css");
@import url("animate.css");
@import url("carousel.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/** PRELOADER **/
#loading {
	width: 100vw;
	height: 100%;
	height: 100dvh;
	background: #111111;
	position: fixed;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loading svg {
	height: 70px;
}
/** GLOBAL STYLES **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
}
html {
	background-color: #1b1b1a;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body {
	background: #1b1b1a;
	font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	line-height: 1;
	font-weight: 100;
	letter-spacing: 0;
	height: 100%;
}
.scroll-touch {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
body, html {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}
body, input, select, textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
li i {
	padding-right: 5px;
}
.xl-list li {
	padding: 15px 0;
	border-top: 1px solid #333;
	line-height: 18px;
}
.xl-list li:last-child {
	border-bottom: 1px solid #333;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	margin-bottom: 0px;
}
[data-animate] {
	opacity: 0;
	visibility: hidden;
}
[data-animate].animated {
	opacity: 1;
	visibility: visible;
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #fff;
	border-color: #fff;
	text-decoration: none;
	outline: none;
}
a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
}
em {
	font-size: 12px;
}
.text-underline {
	text-decoration: underline;
}
.text-center {
	text-align: center;
}
.text-dark, .text-dark a {
	color: #1b1b1a;
}
.text-grey, .text-grey a {
	color: #b1b1b1;
}
small, .small {
	font-size: 65%;
	line-height: 20px;
}
small a {
	font-weight: bold;
}
.text-muted {
	color: #a6a6a6;
}
.ul-dotted {
	border-bottom: 1px #777 dotted;
}
.ul-dotted:hover {
	color: #fff;
	border-bottom: 1px #fff solid;
}
strong, b {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
p, ul {
	font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #cccccc;
}
p.subtitle {
	margin-bottom: 3rem;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	line-height: 1;
	margin: 0 0 1.5rem 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: inherit;
}
h1, h2 {
	text-transform: uppercase;
	font-size: 8rem;
	font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	font-weight: 100;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 1.8rem;
}
h5 {
	font-size: 1.6rem;
}
h6 {
	font-size: 1.2rem;
}
h3:after, h4:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -25px;
	display: inline-block;
	height: 1px;
	width: 50px;
	border-bottom: 1px solid #fff;
	top: 34px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
h4:after {
	top: 24px;
}
h3:hover:after, h4:hover:after {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
h4.car-title:after, .details h3:after {
	display: none;
}
sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}
.clear {
	clear: both;
}
.no-margin-bottom {
	margin-bottom: 0;
}
.opacity-0 {
	opacity: 0 !important;
	visibility: hidden !important;
}
.opacity-03 {
	opacity: 0.3 !important;
}
.opacity-1 {
	opacity: 1 !important;
	visibility: visible !important;
}
.index-999 {
	z-index: -999 !important;
}
.row-no-margin {
	margin: 0;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-t-80 {
	padding-top: 80px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-80 {
	padding-bottom: 80px;
}
.padder {
	padding: 50px;
}
.no-padding {
	padding: 0;
}
.m-t-none {
	margin-top: 0px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-r-20 {
	margin-right: 30px;
}
.w-100 {
	width: 100%;
}
.scrollable {
	overflow: scroll;
}
.copyright {
	position: relative;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 100px;
}
.video_wrapper {
	margin-bottom: 30px;
}
.video_wrapper video {
	width: 100%;
	height: auto;
	border-radius: 0 0 10px 10px;
}
/** LAYOUT **/
.section {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.section.table {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	height: 100dvh;
}
.tableCell {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	height: 100dvh;
	padding: 0;
}
.text-block {
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
}
.left-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	min-height: 100%;
	padding: 0 8%;
	text-align: left;
}
.text-block .left-text h2 {
	font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}
/* COOKIE */
.cookie-message {
	padding: 10px;
	width: 100%;
	text-align: center;
	background: #111;
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 99;
	color: #eee;
}
.cookie-message a, .cookie-message {
	font-size: 12px;
	letter-spacing: 1px;
}
.cookie-message a {
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
.cookie-message a:hover {
	color: #4480eb;
}
/* BUTTONS */
button {
	background: #4480eb;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	font-weight: 100;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
button:hover, button:active, button:focus {
	outline: none !important;
	text-decoration: none !important;
	background: #38578e;
}
/* HEADER NAVIGATION */
.header {
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	position: relative;
}
#logo svg {
	width: 240px;
	max-width: 240px;
}
#navigation {
	height: 100px;
	position: relative;
	z-index: 1;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
#navigation ul li {
	margin: 0 15px;
	display: inline-block;
}
#navigation ul li a {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.4s ease;
	padding: 0px;
	position: relative;
}
#navigation ul li a:hover {
	color: #fff;
}
#navigation ul li a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: width 0.35s ease-in-out;
	transform: translateX(-50%);
}
#navigation ul li a:hover:after {
	width: 100%;
}
header::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
	z-index: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
/** TOP SECTION **/
.home-section {
	background: url('/resource/images/site/home/bg_blue.jpg');
	background-size: cover;
	background-position: center center;
}
.overlay {
	opacity: 0.3;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	height: 100dvh;
}
.intro {
	text-transform: uppercase;
	z-index: 20;
	margin-top: -100px;
}
.intro h2 {
	width: auto;
	font-size: 30px;
	margin-bottom: 8px;
}
.intro p {
	text-transform: uppercase;
	color: #FFFFFF;
	width: auto;
	font-size: 20px;
	margin-bottom: 30px;
}
.intro .light-btn {
	font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	background: transparent;
	font-weight: 700;
	padding: 10px 20px;
	color: #FFFFFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	border: 0.1rem solid #FFFFFF;
}
.intro .light-btn:hover {
	background: #FFFFFF !important;
	color: #20232D !important;
	border-color: #FFFFFF !important;
}
.intro .light-btn:focus, .intro .light-btn:active {
	background: #FFFFFF;
	color: #20232D;
}
.scroll-indicator {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 1rem;
	width: 100%;
	text-align: center;
	display: block;
	animation: bounce 2s 0s ease infinite;
}
.scroll-indicator a {
	opacity: 0.7;
	color: #FFFFFF;
	padding: 0 2rem;
}
.scroll-indicator a:hover {
	opacity: 1;
}
.scroll-indicator a i {
	font-size: 3rem;
}
/** INVENTORY **/
.car-grid .owl-stage-outer {
	padding: 25px 0;
}
.car-grid.container {
	width: 1170px;
}
.car-grid.container .owl-stage-outer {
	overflow: visible;
}
.car-grid .owl-nav div {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: #1b1b1a;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 0;
	margin-top: -34px;
}
.car-grid .owl-nav div:before {
	font-size: 18px;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 0;
	left: 0;
}
.car-grid .owl-nav div.owl-prev {
	margin-left: -700px;
}
.car-grid .owl-nav div.owl-prev:before {
	content: "\f0d9";
}
.car-grid .owl-nav div.owl-next {
	margin-left: 660px;
}
.car-grid .owl-nav div.owl-next:before {
	content: "\f0da";
}
.car-grid .owl-item {
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	box-shadow: 0 1px 1px rgba(11, 11, 11, 0.12), 0 2px 2px rgba(11, 11, 11, 0.12), 0 4px 4px rgba(11, 11, 11, 0.12), 0 8px 8px rgba(11, 11, 11, 0.12), 0 16px 16px rgba(11, 11, 11, 0.12);
}
.car-grid .owl-nav {
	display: none;
}
.car-grid .owl-dots {
	text-align: center;
}
.car-grid .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
}
.car-grid .owl-dots button.owl-dot.active {
	background-color: #4480eb;
}
.car-grid .owl-dots button.owl-dot:focus {
	outline: none;
}
.car-grid .owl-item.active .car-image .car-status, .car-grid .owl-item.active .car-image .car-pricing, #inventory_wrapper .car-grid .car-image .car-pricing {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.car-grid .owl-item.active:before {
	display: none;
}
.car-grid .item {
	border-radius: 4px;
	background: #2c2c2b;
}
.car-grid .item .car-image {
	width: 100%; /* Full width of container */
	max-height: 220px; /* Set a max height for larger screens */
	height: auto; /* Adjust height automatically */
	overflow: hidden; /* Prevents overflow */
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
}
.car-grid .item .car-image img {
	width: 100%;
	height: 100%;
	max-height: 100%; /* Ensures image doesn’t exceed container height */
	object-fit: cover; /* Ensures images fill without distortion */
	object-position: center; /* Centers the image */
}
.car-grid .item:hover .car-image img {
	transform: scale(1.05);
}
.car-grid .item .car-image .car-pricing {
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 4px;
	background: #4480eb;
	color: #fff;
	padding: 2px 8px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.car-grid .item .car-image .car-pricing span {
	display: inline-block;
	line-height: 12px;
	font-weight: 700;
	border-radius: 0 4px 0 0;
}
.car-grid .item .car-title {
	margin: 0;
}
.car-grid .item .car-title a {
	padding: 10px 5px 5px;
	margin: 0;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	line-height: 16px;
	font-size: 14px;
	color: #fafafa;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.car-grid .item .vehicle-des p {
	margin: 0;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
.car-grid .item .vehicle-des a {
	border-bottom: #8c9297 1px dotted;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.car-grid .item .vehicle-des a:hover {
	color: #fff;
	border-bottom: #fff 1px solid;
}
.car-grid .item .car-specs {
	display: flex;
	justify-content: center;
	padding: 5px;
	margin-top: 5px;
}
.car-grid .item .car-specs span {
	flex: 1;
	margin: 5px;
	max-width: calc(33.33% - 10px);
	padding: 10px;
	background: #1b1b1a;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	border: 2px solid #2c2c2b;
	color: #fff;
}
/** BACKGROUNDS **/
.sell-your-car-bg {
	height: 100%;
	height: 100dvh;
	background: url('/resource/images/site/home/bg2.jpg');
	background-size: cover;
	background-position: center center;
}
.finance-bg {
	height: 100%;
	height: 100dvh;
	background: url('/resource/images/site/home/bg3.jpg');
	background-size: cover;
	background-position: center right;
}
.aftercare-bg {
	height: 100%;
	height: 100dvh;
	background: url('/resource/images/site/home/bg4.jpg');
	background-size: cover;
	background-position: center center;
}
/** CONTACT/FORMS SECTION **/
.phone-mail-link {
	color: #FFFFFF;
	font-weight: bold;
}
.phone-mail-link:hover {
	color: #4480eb;
}
.form-control {
	background: #252524;
	border: none;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	border-radius: 0.3rem;
	box-shadow: none;
	outline: medium none;
	padding: 15px 20px;
	height: auto;
	width: 100%;
	color: #FFFFFF;
	margin-bottom: 25px;
	font-size: 14px;
	box-sizing: border-box;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form-control:hover, #contact_form .form-control:focus {
	box-shadow: none;
	background: #3e3e3c;
}
.form-control::-webkit-input-placeholder {
	color: #cccccc !important;
}
.form-control::-moz-placeholder {
	color: #cccccc !important;
}
.form-control:-moz-placeholder {
	color: #cccccc !important;
}
.form-control:-ms-input-placeholder {
	color: #cccccc !important;
}
.form textarea.form-control {
	min-height: 120px;
}
.form span {
	color: #cccccc;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	font-size: 10px;
	margin-top: -20px;
}
.block-message, .form .block-message {
	position: absolute;
	z-index: 999;
	bottom: -1000px;
	opacity: 0;
	width: 100%;
	border-radius: 0px;
	margin-top: 0px;
	left: 0;
	padding: 20px;
	text-align: center;
	background: transparent;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form .block-message.show-block-error {
	bottom: 0px;
	opacity: 1;
	background: #bf4747;
}
.form .block-message.show-block-error p {
	color: #fff;
}
.block-message.show-block-valid, .form .block-message.show-block-valid {
	bottom: 0px;
	opacity: 1;
	background: #549f4b;
}
.block-message.show-block-valid p, .form .block-message.show-block-valid p {
	color: #1b1b1a;
}
/** CAR DETAILS PAGE **/
.car-details-gallery-wrapper {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	height: 800px;
	overflow: hidden;
	margin-bottom: 20px;
}
.car-details-gallery-viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.car-details-gallery-track {
	display: flex;
	height: 100%;
	transition: transform 0.6s ease;
	will-change: transform;
}
.car-details-gallery-image {
	flex: 0 0 auto;
	width: 100vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	position: relative;
}
@media (min-width: 1200px) {
	.car-details-gallery-image {
		width: 80vw;
		max-width: 1320px;
	}
}
.car-details-gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s, opacity 0.4s, filter 0.4s;
	filter: blur(5px);
	opacity: 0.5;
}
.car-details-gallery-image.active-car img {
	filter: none;
	opacity: 1;
	z-index: 2;
	border-radius: 0 0 8px 8px;
}
.car-details-gallery-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(000, 000, 000, 0.8);
	border: none;
	cursor: pointer;
	z-index: 10;
	font-size: 20px;
	border-radius: 50%;
}
.car-details-gallery-arrow i {
	height: 10px;
	width: 10px;
}
.car-details-gallery-arrow.left {
	padding: 5px 15px 5px 12px;
	left: 20px;
}
.car-details-gallery-arrow.right {
	padding: 5px 12px 5px 15px;
	right: 20px;
}
#car-details .details {
	position: relative;
}
#car-details .details-panel {
	background: #2c2c2b;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(11, 11, 11, 0.12), 0 2px 2px rgba(11, 11, 11, 0.12), 0 4px 4px rgba(11, 11, 11, 0.12), 0 8px 8px rgba(11, 11, 11, 0.12), 0 16px 16px rgba(11, 11, 11, 0.12);
}
#car-details .details-panel h3 {
	position: relative;
	margin-bottom: 2rem;
}
#car-details .details-panel h3::after {
	content: "";
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	width: 20%;
	height: 1px;
	background: #1b1b1b;
}
#car-details small a {
	line-height: 38px;
}
#car-details h3.car-name {
	line-height: 35px;
}
#car-details .price-box {
	width: 100%;
	text-align: left;
}
#car-details .price-label {
	color: #ccc;
	font-size: 0.85rem;
	display: block;
	margin-bottom: 0.2rem;
}
#car-details .price-amount {
	color: #77dd77;
	font-size: 1.5rem;
	font-weight: bold;
}
#car-details .about-car h5 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 15px;
}
#car-details .about-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#car-details .about-list li {
	display: flex;
	justify-content: space-between;
	padding: 0.3rem 0;
	border-bottom: 1px solid #1b1b1a;
}
#car-details .about-list span {
	color: #ccc;
	font-size: 0.9rem;
}
#car-details .about-list strong {
	font-weight: 600;
	font-size: 0.95rem;
}
#car-details .car-options-box {
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
}
#car-details .car-options-box h5, #car-details .description h5 {
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
}
#car-details .car-options-box .row > div {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 10px;
	margin-top: 10px;
}
#car-details .car-options-box .row > div::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0.5rem;
	right: 0.5rem;
	height: 1px;
	background: #1b1b1b;
}
#car-details .car-options-box i {
	display: inline-block;
	margin-right: 10px;
	font-size: 26px;
}
#car-details .description p {
	font-size: 0.95rem;
	line-height: 1.6;
	text-align: left;
}
#car-details .car-description {
	max-height: 125px;
	padding: 8px 15px;
	background: rgba(0, 0, 0, 0.15);
	overflow: scroll;
	text-align: justify;
	-ms-overflow-style: none;
}
#car-details .car-description::-webkit-scrollbar {
	display: none;
}
#car-details .details .detail-icon {
	background-position: 16px center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	margin-bottom: 10px
}
#car-details .details .detail-icon strong {
	display: block
}
#car-details .details .detail-icon {
	min-height: 32px;
	padding-left: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 6px
}
#car-details .details .detail-icon:last-child {
	margin-bottom: 16px
}
#car-details .details .detail-icon strong {
	display: block
}
#car-details .details .detail-icon p {
	margin: auto 0;
	font-size: 0.9em
}
#car-details .details .registration {
	background-image: url("../../images/site/svg/icon-date.svg")
}
#car-details .details .bodytype {
	background-image: url("../../images/site/svg/icon-body.svg")
}
#car-details .details .mileage {
	background-image: url("../../images/site/svg/icon-mileage.svg")
}
#car-details .details .engine {
	background-image: url("../../images/site/svg/icon-engine.svg")
}
#car-details .details .transmission {
	background-image: url("../../images/site/svg/icon-transmission.svg")
}
#car-details .details .fuel {
	background-image: url("../../images/site/svg/icon-fuel.svg")
}
#car-details .details .doors {
	background-image: url("../../images/site/svg/icon-doors.svg")
}
#car-details .details .seats {
	background-image: url("../../images/site/svg/icon-seats.svg")
}
#car-details .details .btn-wrapper {
	position: relative;
	top: 5px;
	padding: 0;
}
#car-details .details .btn {
	width: 30%;
	margin: 0px 8%;
	font-size: 12px;
	padding: 10px 5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
}
#car-details .details .btn:hover {
	background-color: #38cb64;
	box-shadow: 0px 15px 20px rgba(3, 173, 54, 0.47);
	color: #fff;
	transform: translateY(-7px);
}
.mobile-btn-wrapper {
	position: fixed;
	padding: 20px;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0%);
	width: 100%;
	z-index: 9;
}
.mobile-btn {
	width: 45%;
	margin: 0 2%;
	font-size: 12px;
	padding: 10px 5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
}
.mobile-btn:hover {
	background-color: #2EE59D;
	box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
	color: #fff;
	transform: translateY(-7px);
}
.car-description {
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px 10px;
	background: #1b1b1b;
	border-radius: 4px;
}
.car-description::-webkit-scrollbar {
	width: 5px;
	border-radius: 2px;
}
.car-description::-webkit-scrollbar-track {
	background: #222;
	border-radius: 2px;
}
.car-description::-webkit-scrollbar-thumb {
	background: #444;
	border-radius: 2px;
}
.car-description::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.tech-specs {
	text-align: left;
}
.tech-specs h4 {
	text-align: center;
}
.detail-footer {
	background: #222;
}
.slider-navigation li, .slider-pagination {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
	-moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
	transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.slider-navigation li:first-child {
	left: 30px;
}
.slider-navigation li:last-child {
	right: 30px;
}
.slider-wrapper .close {
	display: block;
}
/* SIDE NAV */
#nav {
	position: fixed;
	display: table !important;
	z-index: 1200;
	margin-top: 0 !important;
	top: 25vh;
	opacity: 1;
	height: 50vh;
	padding: 0 5px;
	background: transparent;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#nav.nav-position {
	right: 0;
}
#nav ul {
	display: table-cell;
	vertical-align: middle;
}
#nav ul li .tooltip {
	font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	position: absolute;
	top: 7px;
	right: 3rem;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #3e3e3c;
	-webkit-border-radius: 10rem;
	-moz-border-radius: 10rem;
	-ms-border-radius: 10rem;
	border-radius: 10rem;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#nav ul li:hover .tooltip {
	opacity: 1;
}
#nav.show-active a.active + .tooltip {
	-webkit-animation: fade-tooltip 1.5s 0.4s cubic-bezier(0, 0, 0.58, 1);
	-moz-animation: fade-tooltip 1.5s 0.4s cubic-bezier(0, 0, 0.58, 1);
	animation: fade-tooltip 1.5s 0.4s cubic-bezier(0, 0, 0.58, 1);
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes fade-tooltip {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
		top: -0.2rem;
	}
	90% {
		opacity: 1;
		top: -0.2rem;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes fade-tooltip {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
		top: -0.2rem;
	}
	90% {
		opacity: 1;
		top: -0.2rem;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade-tooltip {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
		top: -0.2rem;
	}
	90% {
		opacity: 1;
		top: -0.2rem;
	}
	100% {
		opacity: 0;
	}
}
#nav ul, .slidesNav ul {
	margin: 0;
	padding: 0;
}
#nav ul li, .slidesNav ul li {
	display: block;
	width: 3rem;
	height: 2.5rem;
	position: relative;
}
#nav ul li a, .slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#nav ul li a.active span, .slidesNav ul li a.active span {
	background: #FFFFFF;
}
#nav ul li:hover #nav ul li a.active span, #slidesNav ul li:hover #nav ul li a.active span, #nav ul li:hover .slidesNav ul li a.active span, #slidesNav ul li:hover .slidesNav ul li a.active span {
	height: 1.2rem;
	width: 1.2rem;
	margin: -0.6rem 0 0 -0.6rem;
	border-radius: 100%;
}
#nav ul li a span, .slidesNav ul li a span {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	height: 10px;
	width: 10px;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	background: #3e3e3c;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav ul li:hover a span, .slidesNav ul li:hover a span {
	background: #FFFFFF;
}
/* SIDEPANEL */
.section {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.section.side-panel-opened {
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	opacity: 0.3;
}
#side-panel {
	position: fixed;
	z-index: 1500;
	top: 0;
	width: 50%;
	height: 100%;
	height: 100dvh;
	background: #fff;
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.side-panel {
	padding-top: 20%;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1;
	visibility: visible;
}
#side-panel.side-panel-opened {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
#side-panel .close-side-panel {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	border: none;
	background: transparent;
	width: 5rem;
	height: 5rem;
	line-height: 0;
	color: #1b1b1a;
	font-size: 2em;
	opacity: 1;
}
#side-panel .close-side-panel i {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#side-panel .close-side-panel:hover i {
	color: #666666;
}
#side-panel .brand-logo {
	display: block;
	position: relative;
	margin: 0 auto 20px;
	max-width: 250px;
}
#side-panel p, #side-panel small, #side-panel a {
	color: #1b1b1a;
}
#side-panel {
	margin: auto;
}
#side-panel .form-control {
	text-align: center;
	background: #f2f3f7;
	color: #2d3138;
}
#side-panel .form-control:hover, #side-panel .form-control:focus {
	background: #ecedf3;
}
#side-panel .form-control::-webkit-input-placeholder {
	color: rgba(45, 49, 56, 0.5) !important;
}
#side-panel .form-control::-moz-placeholder {
	color: rgba(45, 49, 56, 0.5) !important;
}
#side-panel .form-control:-moz-placeholder {
	color: rgba(45, 49, 56, 0.5) !important;
}
#side-panel .form-control:-ms-input-placeholder {
	color: rgba(45, 49, 56, 0.5) !important;
}
#side-panel button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
#side-panel .spam-news {
	width: 100%;
	text-align: center;
	color: #5C5C5C;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
}
#side-panel .spam-news .fa {
	padding-right: 10px;
}
/*SOCIAL MEDIA LINKS*/
#social-nav {
	position: absolute;
	opacity: 1;
	right: 2rem;
	bottom: 2rem;
	z-index: 999;
}
#social-nav ul {
	margin: 0;
	padding: 0;
}
#social-nav ul li {
	display: block;
	margin: 0 0.5rem;
	position: relative;
	text-align: center;
	float: left;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#social-nav ul li a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	width: 30px;
	height: 30px;
	position: relative;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
	-webkit-backface-visibility: hidden;
}
#social-nav ul li a:hover {
	color: #4480eb;
}
#social-nav ul li a i {
	position: relative;
	top: 0;
	left: 0;
}
/* OTHER PAGES */
#general-page {
	background: #111
}
#general-page .content ul {
	list-style-type: decimal-leading-zero;
	padding: 20px 0 20px 50px;
}
#general-page .content ul li ul {
	list-style-type: lower-roman;
}
#general-page .content {
	padding: 150px 0px;
}
#general-page h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#general-page h4:after {
	display: none;
}
/* RESPONSIVENESS */
/* BIG SCREENS */
@media only screen and (min-width: 1024px) {
	/*
  	.slider-wrapper {
		width: 50%;
	}
	
	.slider-active .slider-wrapper {
		width: 100%;
	}
	
	.slider {
		cursor: zoom-in;
	}
	
	.slider::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		z-index: 4;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	
	.slider-active .slider::after {
		display: none;
	}
	
	.slider li img {
    	border-radius: 0px 20px 20px 0px;
    }
*/
}
/*FULLPAGE CUTOFF*/
@media (max-width: 1024px) {
	#fullpage {
		overflow: hidden !important;
	}
}
/* LAPTOPS & DESKTOPS*/
@media (min-width: 1024px) {}
/* TABLETS, IPADS, SMALL LAPTOPS */
@media (min-width: 768px) and (max-width: 1023px) {}
/*SMALL TABLETS & PHONES*/
@media (max-width: 768px) {
	[data-animate] {
		opacity: 1;
		visibility: visible;
	}
	#social-nav, #nav, .scroll-indicator {
		display: none !important;
	}
	.text-center-xs {
		text-align: center;
	}
	.m-b-30-xs {
		margin-bottom: 30px;
	}
	.no-padding-xs {
		padding: 0;
	}
	.dark-mobile {
		background: #111;
	}
	h2 {
		font-size: 22px;
	}
	.intro p {
		font-size: 13px;
		margin-bottom: 19px;
	}
	.intro .light-btn {
		font-size: 12px;
		padding: 5px 15px;
	}
	#side-panel {
		padding: 10% 0;
	}
	#side-panel .content {
		padding: 0 5%;
		margin-top: 0;
	}
	#side-panel.side-panel-opened {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		width: 100%;
	}
	.section .text-block .left-text {
		padding: 0 5%;
	}
	.car-grid .item .car-image .car-pricing {
		font-size: 10px;
		padding: 5px;
		line-height: 10px;
	}
	.car-grid .item .car-title a {
		font-size: 13px;
		padding: 10px 5px 2px;
		line-height: 14px;
	}
	.car-grid .item .vehicle-des p, .car-grid .item .vehicle-des a {
		line-height: 14px;
		font-size: 10px;
		min-height: 42px;
	}
	.car-grid .item .car-specs span {
		margin: 2px;
		max-width: calc(33.33% - 4px);
	}
	.car-grid .item .car-specs span, .car-grid .item .car-specs span em {
		font-size: 10px;
	}
	.car-grid .owl-dots button.owl-dot {
		width: 10px;
		height: 10px;
	}
	ul.iconlist {
		margin-bottom: 0px;
	}
}