.vehicle-bottom-bg {
	background: url("images/UDR-bottom-image.jpg");
	background-position: 50% 58%;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-links .container {
	padding-bottom: 56em;
}

.background-img-1 { 
	background: url("images/UDR-parallax-1.jpg") 50% 0px no-repeat;
}

.background-img-2 { 
	background: url("images/UDR-parallax-2.jpg") 50% 0px no-repeat;
}

.intro-blocks {
	background-color: #000;
}

.intro-blocks .image-box {
	border-color: #232323;
}

.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;
}

.udr-title {
	position: relative;
	transform: translateY(-68%);
}

.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%);
}

.table-striped.table > tbody > tr > th {
	border-color: #e8e8e8;
}

.desert-container {
	position: relative;
	z-index: 6;
}

.desert-parallax {
	margin-top: 5vw;
}

.desert-truck {
	position: relative;
}

.desert-bg {
	background-color: #000;
	background-image: url("images/UDR-intro-BG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.udr {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 2.911005367685969%;
	width: 90%;
}

#udr-body {
	will-change: opacity;
}

.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;
	}
}

.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%);
}

.bfg-tires img,
.suspension-travel img {
	display: block !important;
}

.bfg-tires img:nth-child(n + 3) {
	-webkit-animation: bfgTires 5s linear 0s normal forwards infinite;
	-moz-animation: bfgTires 5s linear 0s normal forwards infinite;
	-o-animation: bfgTires 5s linear 0s normal forwards infinite;
	animation: bfgTires 5s linear 0s normal forwards infinite;
}

.bfg-tires img:nth-child(3) {
	z-index: 2;
}

.bfg-tires img:nth-child(4) {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
	z-index: 1;
}

@-webkit-keyframes bfgTires {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes bfgTires {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes bfgTires {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes bfgTires {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.suspension-travel img:nth-child(n + 2) {
	-webkit-animation: suspensionTravel 7s linear 0s normal forwards infinite;
	-moz-animation: suspensionTravel 7s linear 0s normal forwards infinite;
	-o-animation: suspensionTravel 7s linear 0s normal forwards infinite;
	animation: suspensionTravel 7s linear 0s normal forwards infinite;
}

.suspension-travel img:nth-child(2) {
	z-index: 3;
}

.suspension-travel img:nth-child(3) {
	-webkit-animation-delay: 2.3333s;
	-moz-animation-delay: 2.3333s;
	-o-animation-delay: 2.3333s;
	animation-delay: 2.3333s;
	z-index: 2;
}

.suspension-travel img:nth-child(4) {
	-webkit-animation-delay: 4.6667s;
	-moz-animation-delay: 4.6667s;
	-o-animation-delay: 4.6667s;
	animation-delay: 4.6667s;
	z-index: 1;
}

@-webkit-keyframes suspensionTravel {
	0% {
		opacity: 1;
	}
	29% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes suspensionTravel {
	0% {
		opacity: 1;
	}
	29% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes suspensionTravel {
	0% {
		opacity: 1;
	}
	29% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes suspensionTravel {
	0% {
		opacity: 1;
	}
	29% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



@media (min-width: 768px) {
	.feature-detail-slider .col-md-6 .feature h3 {
		margin-top: 0;
	}
}

@media (max-width: 1120px) {
	.vehicle-bottom-bg {
		background-position-x: 90%;
	}
	.product-links .container {
		padding-bottom: 40em;
	}
}

@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) {
	.slider-banner-fullwidth {
		padding-bottom: -webkit-calc(56.25% + 292px);
		padding-bottom: calc(56.25% + 292px);
	}
	.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;
	}
	.product-links .container {
		padding-bottom: 28em;
	}
	.vehicle-bottom-bg {
		background-position-x: 80%;
	}
}

@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;
	}
}

@media (max-width: 479px) {
	.vehicle-bottom-bg {
		background-position-x: 85%;
	}
}

@supports (-ms-ime-align: auto) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		max-width: 46.875% !important;
		width: 100% !important;
	}
}

@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;
		}
	}
}

@supports (-ms-ime-align: auto) {
	@media (max-width: 767px) {
		.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
			max-width: calc(100% - 60px) !important;
		}
	}
}