.vehicle-bottom-bg {
	background: url("images/bottom-splash-RED.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-img-1 { 
	background: url("images/parallax-BG-one.jpg") 50% 0px no-repeat;
}

.background-img-2 { 
	background: url("images/Grey-Splash.html") 50% 50% / cover no-repeat;
	padding: 28.2679978980557% 0 0;
}

.background-img-2b { 
	background: url("images/middle-splash-BLK.jpg") 50% 50% / cover no-repeat;
	padding: 28.2679978980557% 0 0;
}

.background-img-3 { 
	background: url("images/parallax-BG-two.jpg") 50% 0px no-repeat;
}

.email-form div {
	float: none;
	margin: 5px 0;
}

.background-dark-gradient-1 {
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26292c), color-stop(100%, #000));
	background-image: -webkit-linear-gradient(top, #26292c 0%, #000 100%);
	background-image:    -moz-linear-gradient(top, #26292c 0%, #000 100%);
	background-image:     -ms-linear-gradient(top, #26292c 0%, #000 100%);
	background-image:      -o-linear-gradient(top, #26292c 0%, #000 100%);
	background-image: linear-gradient(to bottom, #26292c 0%, #000 100%);
}

.dark-bg.rs-slider {
	background-color: #000 !important;
}

.vehicle-video-background {
	background-image: url("images/intro-video-header-RED.jpg");
}

h1.title {
	color: #D0D0D0;
}

span.cta-first-delivery {
	color: yellow;
	font-weight: lighter;
}

.floating .buy-now .call-to-action div span.cta-first-delivery {
	letter-spacing: .05em;
	font-size: 1.2em;
}


.intro-blocks {
    background-color: #000;
}

.intro-blocks .image-box {
    border-color: #232323;
}

/* Vehicle Motion Version 2.0 (use Corvette's JS file) */
.vehicle-container {
	background-image: url("images/intro-background.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	/* height: 0; */
	overflow: visible;
	padding: 5.545455% 0;
	position: relative;
	z-index: 2;
}

.vehicle-splash {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 23.48313617283588%;
	will-change: transform;
}
/* Vehicle Motion Version 2.0 (use Corvette's JS file) */


.intro-text p {
	margin-left: auto;
	margin-right: auto;
	width: 78%;
}

.intro-car {
	margin: 0 auto;
	width: 90%;
}

.intro-car img {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.fineprint {
	font-size: 60%;
	margin-left: .5em;
	letter-spacing: .03em;
}

sup.smaller {
	font-size: 50%;
	top: -0.9em;
}

sup.title {
	font-size: 30%;
	top: -0.9em;
	vertical-align: 1.1em;
}

.slider-banner-fullwidth {
	background-color: #000;
	height: auto !important;
	max-height: none !important;
	padding-bottom: -webkit-calc(56.25% + 70px);
	padding-bottom: calc(56.25% + 70px);
}

div.tp-bgimg, div.tp-caption.fullscreenvideo {
	padding-bottom: 56.25% !important;
}

div.fullcoveredvideo {
	left: 0 !important;
	top: 0 !important;
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
	float: none;
	margin: 0 auto !important;
	bottom: 30px;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		max-width: 46.875% !important;
		width: 100% !important;
	}
}

@supports (-ms-ime-align: auto) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		max-width: 46.875% !important;
		width: 100% !important;
	}
}

.tp-simpleresponsive > ul > li {
	height: auto !important;
	overflow-y: initial !important;
}

.slider-control {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 70px;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 0;
	transition: background-color 0.3s ease;
	width: 60px;
	z-index: 99;
}

.slider-control:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.separator-3.red:after {
    background: -moz-linear-gradient(left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 0, 0, 0.18)), color-stop(30%, rgba(255, 0, 0, 0.5)), color-stop(50%, #ff0000), color-stop(50%, #ff0000), color-stop(70%, rgba(255, 0, 0, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.18)));
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
    background: -o-linear-gradient(left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
    background: -ms-linear-gradient(left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
    background: linear-gradient(to left, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0.5) 30%, #ff0000 50%, #ff0000 50%, rgba(255, 0, 0, 0.5) 70%, rgba(255, 0, 0, 0.18) 100%);
}

.underneath:before, .underneath:after {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(250, 250, 250, 0.18)), color-stop(25%, rgba(222, 222, 222, 0.5)), color-stop(50%, #dadada), color-stop(75%, rgba(222, 222, 222, 0.5)), color-stop(100%, rgba(250, 250, 250, 0.18)));
	background-image: -webkit-linear-gradient(right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	background-image: -moz-linear-gradient(right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	background-image: -ms-linear-gradient(right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	background-image: -o-linear-gradient(right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	background-image: linear-gradient(to right, rgba(250, 250, 250, 0.18), rgba(222, 222, 222, 0.5), #dadada, rgba(222, 222, 222, 0.5), rgba(250, 250, 250, 0.18));
	content: " ";
	display: block;
	height: 1px;
}

.body-scroller {
	position: relative;
}

.body-scroller .body {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.product-links .container {
	padding-bottom: 27.58801891749869%;
}

@media (min-width: 768px) {
	.feature-detail-slider .col-md-6 .feature h3 {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.col-md-10_5 {
		width: 87.5%;
	}
	.col-md-offset_75 {
		margin-left: 6.25%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1199px) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		padding-bottom: 8.1433%;
		padding-right: 8.1433%;
	}
}

@media (max-width: 767px) {
	.ford {
		display: block;
	}
	.ford img {
		display: block;
		margin: 0 auto 10px !important;
	}
	.slider-banner-fullwidth {
		padding-bottom: -webkit-calc(56.25% + 252px);
		padding-bottom: calc(56.25% + 252px);
	}
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		margin-bottom: 10px !important;
		position: static !important;
	}
	.slider-control {
		bottom: auto;
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		top: 0;
		width: 30px;
	}
}

@supports (display: grid) {
	@media (min-width: 768px) {
		.intro-blocks {
			display: grid;
			grid-row-gap: 20px;
			grid-template-columns: repeat(3, 1fr);
		}
		.intro-blocks .col-sm-4,
		.intro-blocks .image-box {
			height: 100%;
		}
		.intro-blocks .col-sm-4 {
			width: 100%;
		}
		.intro-blocks::before,
		.intro-blocks::after {
			display: none;
		}
	}
	@media (max-width: 767px) {
		.intro-blocks {
			grid-template-columns: 1fr;
		}
		.intro-blocks::before,
		.intro-blocks::after {
			display: none;
		}
	}
}

@media (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		max-width: calc(100% - 60px) !important;
	}
}

@supports (-ms-ime-align: auto) {
	@media (max-width: 767px) {
		.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
			max-width: calc(100% - 60px) !important;
		}
	}
}

@media (max-width: 699px) {
	.intro-text p {
		width: 100%;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.header-logo {
		margin-left: 33.33333333%;
		width: 33.33333333%;
	}
}

.sr-landing-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}