.vehicle-bottom-bg {
	background: url("images/Bottom-Splash-Image.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-img-1 { 
	background: url("images/Blue-parallax-BG.jpg") 50% 0px no-repeat;
}

.background-img-2 { 
	background: url("images/Grey-Splash.jpg") 50% 50% / cover no-repeat;
	padding: 28.2679978980557% 0 0;
}

.background-img-3 { 
	background: url("images/red-parallax-BG.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%);
}

.dark-bg.rs-slider {
	background-color: #000 !important;
}

.vehicle-video-background {
	background-image: url("images/83056-6-GT-Action-Red.jpg");
}

.body-scroller {
	position: relative;
}

.body-scroller .body {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.product-links .container {
	padding-bottom: 27.58801891749869%;
}

.email-form div {
	float: none;
	margin: 5px 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 (min-width: 768px) {
	.feature-detail-slider .col-md-6 .feature h3 {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.vehicle-video-background {
		background-image: none;
		height: auto !important;
	}
	.video-bg-top .container {
		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%);
		height: auto !important;
		padding-top: 10px;
	}
	.vehicle-video-background .logos .gt-hdr-logo {
		left: 0;
		margin: 0 auto;
		max-width: 54%;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: translateY(-133%);
		-moz-transform: translateY(-133%);
		-ms-transform: translateY(-133%);
		-o-transform: translateY(-133%);
		transform: translateY(-133%);
	}
	.vehicle-video-background .logos .ford-hdr-logo {
		margin: 0 auto;
		max-width: 68%;
	}
	.mobile-bg {
		background-image: url("images/83056-6-GT-Action-Red.jpg");
		margin-top: 68px;
		padding-top: 56.25%;
	}
	.ford {
		display: block;
	}
	.ford img {
		display: block;
		margin: 0 auto 10px !important;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.header-logo {
		margin-left: 33.33333333%;
		width: 33.33333333%;
	}
}