
/* Mobile - Black outer container? */
.page-wrapper {
	background-color: #000000;
}

.table > tbody > tr > th, .table > tbody > tr > td {
    vertical-align: middle;
}

.vehicle-bottom-bg {
	background: url("images/footer.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-2b { 
	background: url("images/middle-splash-Side-dramatic.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;
}

.background-img-4 { 
	background: url("images/middle-splash.jpg") 50% 0px no-repeat; /* 50% 0px */
}

.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;
}

/* Video Top-Header Image */
.vehicle-video-background {
	background-image: url("images/intro-video-header.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;
}

.border-top-gray {
    border-top: 1px solid #3c3c3c;
}

.border-gray-hz {
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
}

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

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

.yellow {
    color: #ffe722 !important;
}

/* Tooltip text - BEGIN */
.confirm {
    color: #F00 !important;
	font-size: 140%;
	position: relative;
	display: inline-block;
	border-bottom: 2px dotted red; /* If you want dots under the hoverable text */
}

.confirm .confirmtext {
  visibility: hidden;
  width: 120px;
  background-color: #f9ea1d;
  color: #000;
  text-align: center;
  font-weight: normal;
  border: 1px solid black;
  padding: 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.confirm:hover .confirmtext {
  visibility: visible;
}
/* Tooltip text - END */

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

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

.overlap {
    z-index: 50;
    position: relative;
}

/* VEHICLE MOVER 1.0 BEGIN */
.vehicle-splash-container {
	padding-bottom: -webkit-calc(8.407777193904362% + 40px);
	padding-bottom: calc(8.407777193904362% + 40px);
}

/*.vehicle-container {
	background-image: url("images/intro-background.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;*/
	/*height: 315px;*/ /* 0 */  /* adjust with MARGIN-Bottom/PADDING-Bottom for mobile */
	/*background-color: #000000;
	overflow: visible;
	padding-bottom: 50.63333333%;*/ /* side supra: 35.63333333% | prior: 42.63333333% */  /* adjust with HEIGHT/MARGIN-Bottom for mobile */
	/*position: relative;
	margin-bottom: -160px;*/ /* 0 */  /* adjust with HEIGHT/PADDING-Bottom for mobile */
/* }

.vehicle-splash {
	float: left; */
	/*overflow: hidden;
	transform: translateY(14.95327102803738%);*/ /* 14.95327102803738% */
	/*will-change: transform;
}*/

.vehicle-scale {
	width: 97%;
	margin-left: 1.5%;
}
/* VEHICLE MOVER 1.0 END */

/* BUY NOW Block BEGIN */
.floating .buynow-header {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 3px;
}
.buynow-title {
	text-transform: none;
}
.floating .buynow-title {
    display: inline-block;
}
.buynow-subheader {
	line-height: 26px;
	font-size: 22px;
	color: #ffe722;
	letter-spacing: .02em;
	text-transform: none;
}
.floating .buynow-subheader {
    display: none;
}
.buynow-body {
	font-size: 18px;
	font-weight: lighter;
	margin-top: 12px;
}
.floating .buynow-body {
	margin-top: -10px;
	padding-bottom: 5px;
}
.buynow-model {
	display: inline-block;
	padding-top: .65em;
	text-transform: uppercase;
}
.buynow-price {
	display: inline-block;
	padding-top: .65em;
	margin-left: 40px;
	font-weight: bold;
	font-size: 22px;
}
/* BUY NOW Block END */

.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;
}

.disclaimer {
    font-family: Verdana, sans-serif;
    font-size: 75%;
    margin-left: .5em;
    letter-spacing: .05em;
    color: #bdbaba;
	margin-bottom: 35px;
}

.vehicle-specs .fineprint {
    font-size: 85%;
    margin-left: .5em;
    letter-spacing: .05em;
    font-weight: inherit;
    text-align: center;
}

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%;
}

.olp {
	color: #fbe25d !important;
	display: inline;
}

.footer-content a {
    text-transform: none;
	font-size: inherit;
}

@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%;
	}
}

/* Top Video Header for Mobile tablets: 1024, 810, 768 */
@media (max-width: 1024px) {
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("images/intro-video-header-1024.jpg") !important;
	}
}

@media (max-width: 767px) {
	.olp 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%;
	}
}

/* BEGIN - Floating Buy Now */
@media (max-width: 428px) {
	.floating .buynow-title {
		display: none;
	}
	.floating .buynow-body {
		margin-top: -11px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		margin-left: 20px;
		font-size: 18px;
	}
	/* Top Video Header for Mobile phones: 428, 414, 390, 375, 320 */
	.video-bg-top div:first-of-type {
		position: absolute;
		z-index: 4 !important;
		inset: 0px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: none;
		background-image: url("images/intro-video-header-428.jpg") !important;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
}

/* iPhone ODD BALL: 390 phone */
@media (max-width: 390px) {
	.floating .buynow-body {
		margin-top: -6px;
	}
	.floating .buynow-model {
		font-size: 15px;
	}
	.floating .buynow-price {
		font-size: 15px;
	}
}

@media (max-width: 375px) {
	.floating .buynow-body {
		margin-top: -18px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		font-size: 18px;
	}
}

@media (max-width: 320px) {
	.floating .buynow-header {
		font-size: 19px;	
	}
}
/* END - Floating Buy Now */

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