.vehicle-bottom-bg {
	background: url("images/TRX-4-bottom.jpg");
	background-position: 50% 45%;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-img-1 { 
	background: url("images/parallax-BG.jpg") 50% 0px no-repeat;
}

.background-img-2 { 
	background: url("images/parallax-BG2.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%);
}

.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%);
}

.mountain-bg {
	background-image: url("images/82056-4-intro-background.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.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: 5px;
}

@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%);
}

.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;
}

@media (min-width: 768px) {
	.feature-detail-slider .col-md-6 .feature h3 {
		margin-top: 0;
	}
	.mountain-bg {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.mountain-bg {
		background-position: 0% -30%;
	}
}

@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% + 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;
	}
}

@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) {
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption:not(.fullscreenvideo) {
		max-width: 46.875% !important;
		width: 100% !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;
		}
	}
}