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

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

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

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

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

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

.accessories-bg {
	background-image: url("images/sport-accy-bg.html");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.accessories .col-sm-4 img {
	border: 1px solid currentColor;
}

sup.smaller {
	font-size: 50%;
	top: -1.1em;
	margin-left: 1px;
}

.yellow {
    color: #ffe722 !important;
}

.fineprint {
	font-size: .75em;
}

.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.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: 55.545455%;  /* 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) */

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.table-striped.table > tbody > tr > th {
	border-color: #e8e8e8;
}

/* Splash Animation Effect -BEGIN */
.splash-container {
	position: relative;
	z-index: 6;
}

.splash-parallax {
	margin-top: 5vw; /* 5vw */
	margin-top: -7.25px !important;
}

.splash-vehicle {
	position: relative;
}

.splash-bg {
	background-color: #000;
	background-image: url("images/UDR-intro-BG.html");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.udr {
	left: 0;
	margin: auto 5% auto auto;
	position: absolute;
	right: 0;
	top: -12.911005367685969%;
	width: 95%;
}

#instance-first {
	will-change: opacity;
}

#instance-second {
	will-change: opacity;
}
/* Splash Animation Effect -END */

.sirv h2.title {
	margin-top: 1.5em;
	color: #b9b8b8;
	text-shadow: 5px 5px 4px #000000;
}

.sirv .separator::after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(187, 187, 187, 0.5)), color-stop(70%, rgba(187, 187, 187, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(187, 187, 187, 0.5) 35%, rgba(187, 187, 187, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}

.sirv-bg {
	background: #000000 url("images/360spin-bg.html") no-repeat fixed center;
	padding-top: 20px;
}

.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;
	/*padding-bottom: 50px !important;
	padding-right: 50px !important;
	position: static !important;*/
	bottom: 5px;
}

/* Tooltip text - BEGIN */
.confirm {
    color: #F00 !important;
	font-size: 125%;
	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 */


/* BUY NOW Block BEGIN */
span.cta-first-delivery {
	color: yellow;
	font-weight: lighter;
}

span.buynow-title {
    /*font-size: .93em;*/
	text-transform: capitalize;
}

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

.floating .buynow-header {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 3px;
}
.floating .buynow-title {
    display: none; /* or inline-block */
}
.buynow-subheader {
	line-height: 26px;
	font-size: 22px;
	color: #fbf701;  /* ash color: #dbdbdb | yellow: #ffe722 | bright yellow: #fbf701 */
	letter-spacing: .02em;
	text-transform: uppercase;  /* or none */
	/*text-shadow: 5px 5px 4px #000000;*/
}
.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 */


h1 sup,
h2 sup,
h3 sup,
sup.sup-more {
	top: -1.6em;
	font-size: 35%;
}

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

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


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

.mercedes_olp {
	height: auto;
	width: 60%;
}

.details-img:hover {
	outline: 1px solid #f00;
}

@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 (min-width: 768px) {
	.feature-detail-slider .col-md-6 .feature h3 {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.accessories .container > .row[style] {
		align-items: center;
		display: flex;
	}
}


@media (min-width: 1200px) {
	.accessories .container {
		width: 94%;
	}
}

@media (min-width: 1300px) {
	.product-links .container {
		padding-bottom: 51em; /*43*/
	}
}

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

@media (min-width: 750px) and (max-width: 991px),
(max-width: 569px) {
	.nav-features li:last-child a:not(.btn) {
		border-top: 0 none;
	}
}


/* === PORTRAIT - Smallest to Widest BEGIN (smallest being the first number-width) ========= */

/* For VERTICAL Tablet: 540x720 (Surface Duo) */
@media only screen and (min-device-width : 540px) and (max-device-width : 720px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 540x720 (Surface Duo) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -40px;
		padding-bottom: 0;
		height: 26em !important;
	}
	.video-bg-top div:first-of-type {
		height: 81%;
		top: 31%;
		margin-top: 13% !important;
		margin-bottom: -89px;
	}

/* 2-Logos (header) - VERTICAL 540x720 (Surface Duo) - BEGIN */
	.header-logos {
		top: 12% !important;
	}

	.header-logo1 {
		width: 45%;
		margin-left: 28%;
	}

	.header-logo2 {
		width: 89%;
		margin-top: -76%;
		margin-left: 5.5%;
	}
	.video-bg-top h2 {
    font-size: 18px;
    }
/* 2-Logos (header) - VERTICAL 540x720 (Surface Duo) - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 768x1024 (iPad Mini) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 768x1024 (iPad Mini) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -350px;
		padding-bottom: 0;
	}
	.video-bg-top div:first-of-type {
		height: 58%;
		top: 31%;
		margin-top: 7% !important;
		margin-bottom: -10px;
	}

/* 2-Logos (header) - VERTICAL 768x1024 (iPad Mini) - BEGIN */
	.header-logos {
		top: 2% !important;
	}
	.header-logo1 {
		width: 72%;
		margin-left: 15%;
	}
	.header-logo2 {
		width: 100%;
		margin-top: -49%;
		margin-left: -0.5%;
	}
	.video-bg-top h2 {
    font-size: 26px;
    }
/* 2-Logos (header) - VERTICAL 768x1024 (iPad Mini) - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 810x1080 (iPad) */
@media only screen and (min-device-width : 810px) and (max-device-width : 1080px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 810x1080 (iPad) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -490px;
		padding-bottom: 0;
		height: 75em !important;
	}
	.video-bg-top div:first-of-type {
		height: 51%;
		top: 31%;
		margin-top: 4em !important;
		margin-bottom: 82px;
	}

/* 2-Logos (header) - VERTICAL 810x1080 (iPad) - BEGIN */
	.header-logos {
		top: 2% !important;
	}

	.header-logo1 {
		width: 85%;
		margin-left: 9%;
	}

	.header-logo2 {
		width: 89%;
		margin-top: -51%;
		margin-left: 5.5%;
	}
/* 2-Logos (header) - VERTICAL 810x1080 (iPad) - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 800x1280 (Kindle Fire HDX) */
@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 800x1280 (Kindle Fire HDX) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -28px;
		padding-bottom: 0;
		height: 42em !important;
	}
	.video-bg-top div:first-of-type {
		height: 92%;
		top: 31%;
		margin-top: 6% !important;
		margin-bottom: -419px;
	}

/* 2-Logos (header) - VERTICAL 800x1280 (Kindle Fire HDX) - BEGIN */
	.header-logos {
		top: -7% !important;
	}

	.header-logo1 {
		width: 85%;
		margin-left: 10%;
	}

	.header-logo2 {
		width: 155%;
		margin-top: -192%;
		margin-left: -26.5%;
	}
/* 2-Logos (header) - VERTICAL 800x1280 (Kindle Fire HDX) - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 820x1180 (iPad Air) */
@media only screen and (min-device-width : 820px) and (max-device-width : 1180px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 820x1180 (iPad Air) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -490px;
		padding-bottom: 0;
		height: 75em !important;
	}
	.video-bg-top div:first-of-type {
		height: 51%;
		top: 31%;
		margin-top: 4em !important;
		margin-bottom: 82px;
	}

/* 2-Logos (header) - VERTICAL 820x1180 (iPad Air) - BEGIN */
	.header-logos {
		top: -3% !important;
	}

	.header-logo1 {
		width: 85%;
		margin-left: 9%;
	}

	.header-logo2 {
		width: 89%;
		margin-top: -56%;
		margin-left: 5.5%;
	}
/* 2-Logos (header) - VERTICAL 820x1180 (iPad Air) - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 912x1368 (Surface Pro 7) */
@media only screen and (min-device-width : 912px) and (max-device-width : 1368px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 912x1368 (Surface Pro 7) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -28px;
		padding-bottom: 0;
		height: 42em !important;
	}
	.video-bg-top div:first-of-type {
		height: 92%;
		top: 31%;
		margin-top: 6% !important;
		margin-bottom: -419px;
	}

/* 2-Logos (header) - VERTICAL 912x1368 (Surface Pro 7) - BEGIN */
	.header-logos {
		top: -7% !important;
	}

	.header-logo1 {
		width: 85%;
		margin-left: 10%;
	}

	.header-logo2 {
		width: 155%;
		margin-top: -208%;
		margin-left: -25.5%;
	}
/* 2-Logos (header) - VERTICAL 912x1368 (Surface Pro 7) - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* For VERTICAL Tablet: 1024x1366 (iPad Pro) */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for VERTICAL Tablet: 1024x1366 (iPad Pro) */
	section.video-bg-top {
		background: transparent;
		margin-bottom: -380px;
		padding-bottom: 0;
		height: 72em !important;
	}
	.video-bg-top div:first-of-type {
		height: 60%;
		top: 31%;
		margin-top: 6% !important;
		margin-bottom: -10px;
	}

/* 2-Logos (header) - VERTICAL 1024x1366 (iPad Pro) - BEGIN */
	.header-logos {
		top: 0.5% !important;
	}

	.header-logo1 {
		width: 95%;
		margin-left: 5%;
	}

	.header-logo2 {
		width: 145%;
		margin-top: -74%;
		margin-left: -21.5%;
	}
/* 2-Logos (header) - VERTICAL 1024x1366 - END */

/* Language Menu */
	.language-menu {
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}
}

/* === PORTRAIT - Smallest to Widest END ========= */



/* === LANDSCAPE - Widest to Smallest BEGIN ========= */

/* For LANDSCAPE Tablet: 1366x1024 (iPad Pro) */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1366x1024 (iPad Pro) */
	.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-header-1024.jpg") !important;
		margin-top: -1em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 47em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
		color: #fff;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Tablet: 1080x810 (iPad) */
@media only screen and (min-device-width : 810px) and (max-device-width : 1080px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1080x810 (iPad) */
	.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-header-1024.jpg") !important;
		margin-top: 2em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 40em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Tablet: 1024x768 (iPad Mini) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Tablet: 1024x768 (iPad Mini) */
	.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-header-1024.jpg") !important;
		margin-top: 2em;
		margin-bottom: -0.25em;
	}
	section.video-bg-top {
		height: 40em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Mobile: 926 (12/13 pro max) */
@media only screen and (min-device-width : 428px) and (max-device-width : 926px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 926 (12/13 pro max) */
	.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-header-1024.jpg") !important;
		margin-top: 2em;
	}
	section.video-bg-top {
		height: 35em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Mobile: 896 (XS Max/11 pro max) */
@media only screen and (min-device-width : 414px) and (max-device-width : 896px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 896 (XS Max/11 pro max) */
	.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-header-1024.jpg") !important;
		margin-top: 2em;
	}
	section.video-bg-top {
		height: 35em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Mobile: 844 (12/13 pro) */
@media only screen and (min-device-width : 390px) and (max-device-width : 844px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 844 (12/13 pro) */
	.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-header-1024.jpg") !important;
		margin-top: 2em;
	}
	section.video-bg-top {
		height: 35em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Mobile: 812 (iPhone 11 pro) */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 812 (iPhone 11 pro) */
	.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-header-1024.jpg") !important;
		margin-top: -6em;
	}
	section.video-bg-top {
		height: 32em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Mobile: 736 (older phones) */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 736 (older phones) */
	.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-header-1024.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 29em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Mobile: 667 (SE 2nd-Gen) */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 667 (SE 2nd-Gen) */
	.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-header-1024.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 27em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}

/* For LANDSCAPE Mobile: 568 (5/SE) */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* Top Video Header for LANDSCAPE Mobile: 568 (5/SE) */
	.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-header-1024.jpg") !important;
		margin-top: unset;
	}
	section.video-bg-top {
		height: 24em !important;
	}

/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */
}
/* === LANDSCAPE - Widest to Smallest END ========= */




@media (max-width: 767px) {
	.slider-banner-fullwidth {
		padding-bottom: -webkit-calc(56.25% + 242px);
		padding-bottom: calc(56.25% + 242px);
	}
	.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;
	}
}

@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 (min-width: 600px) and (max-width: 1299px) {
	.product-links .container {
		padding-bottom: 33em; /*29*/
	}
}

@media (max-width: 599px) {
	.product-links .container {
		padding-bottom: 22em; /*19*/
	}
}


@media (max-width: 428px) {
/* Floating Buy Now BEGIN */
	.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;
	}
	.page-wrapper.floating .call-to-action .flex a {
		margin-top: 2px;
	}
/* Floating Buy Now END */

/* Top Video Header for VERTICAL Mobile phones: 428, 414, 390, 375 */
	.video-bg-top {
		height: 28em !important;
	}
	.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-header-428.jpg") !important;
		margin-top: -4em;
		margin-bottom: -4em;
	}
/* Logo Lockup when under intro copy */
	.logo-lockup {
		width: 100%;
		padding-top: .5em;
		opacity: 1;
	}
/* Language Menu */
	.language-menu {
		margin: -0.4% 0; /* 23.2% */
		position: absolute;
		top: -16%;
		font-size: .85em;
	}
	.language-menu a {
		font-size: .85em;
	}

}

@media (max-width: 414px) and (min-width: 390px) {
/* Floating Buy Now BEGIN - iPhone ODD BALL: 414-390 phones */
	.floating .col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.floating .col-md-12 .email-button {
		padding-left: 0.8em;
	}
	.floating .buynow-price {
		margin-left: 0.8em;
	}
/* Floating Buy Now END */
}

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

@media (max-width: 389px) {
	.nav-features li:last-child a:not(.btn) {
		border-bottom: 0 none;
	}
}

@media (max-width: 375px) {
/* Floating Buy Now BEGIN */
	.floating .buynow-body {
		margin-top: -18px;
	}
	.floating .buynow-model {
		font-size: 16px;
	}
	.floating .buynow-price {
		font-size: 18px;
	}
/* Floating Buy Now END */
}

@media (max-width: 320px) {
/* Top Video Header for VERTICAL Mobile phone: 320 */
	.video-bg-top {
		height: 25em !important;
	}
/* Floating Buy Now BEGIN */
	.floating .buynow-header {
		font-size: 19px;	
	}
/* END - Floating Buy Now */
	.col-sm-4 {
		padding-right: 0;
		padding-left: 0;
	}
.btn-animated.btn-lg {
     padding-right: 46px !important; 
	}
	.btn-lg {
		font-size: 15px;
	}
}


