﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{
	border: none;
	border-top:#ddd 1px solid;
	margin: 0;
}


/*--- HEADER STYLES ---------------------*/
header {}

.header{
	display: flex;
	flex-wrap: wrap;
	font-family: bebas-neue-pro-expanded, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.header .header-right {
	padding: 0 3.12%;
	width: 78%;
	box-sizing: border-box;
	background: #000;
	color: #fff;
}
.header .logo {
	padding: 0 0.88%;
	width: 22%;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
}
.header .logo img{
	max-width: 90%;
	align-self: center;
}


.header .top-nav{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.header .top-nav a{
	background: #f7f7f7;
	color: #000;
	font-size: 24px;
	margin-left: 20px;
	min-width: 55px;
	text-align: center;
	line-height: 55px;
	box-sizing: border-box;
	-moz-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
}
.header .top-nav a:first-child{
	margin-left: 0 !important;
}
.header .top-nav a:hover{
	background: #fff;
}
.header .top-nav a:nth-of-type(3), .header .top-nav a:nth-of-type(4){
	padding: 0 20px;
}
.header .top-nav a:last-child{
	background: #c1101b;
	color: #fff;
	
}
.header .top-nav a:last-child:hover{
	background: #ce212c;
}



/*---BODY--------------------------------*/

.flex {
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}
.align-center{
	display: flex;
	align-items: center;
}
.col66{
	width: 66.6666666%;
}
.col50{
	width: 50%;
}
.col33{
	width: 33.3333333%;
}

.center{text-align: center;}

.bg-dark{
	background: #000;
	color: #fff;
	font-family: bebas-neue-pro-expanded, sans-serif;
}
.bg-white{
	background: #fff;
	color: #000;
	font-family: bebas-neue-pro-expanded, sans-serif;
}
.bg-offwhite{
	background: #f7f7f7;
	color: #000;
	font-family: bebas-neue-pro-expanded, sans-serif;
}


.heading{
	font-family: bebas-neue-pro-expanded, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.5px;
}

.heading-sm {
	font-size: 32px;
	line-height: 36px;
	
	font-family: bebas-neue-pro-expanded, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.bg-white p, .bg-offwhite p, .bg-dark p{
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin: 30px 0;
}

.bg-white p strong, .bg-offwhite p strong, .bg-dark p strong{
	font-weight: 600;
}
.bg-white p a, .center ol li a{
	font-weight: 600;
	color: #ce212c;
}

.center ol{
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.5px;
	
    list-style: decimal;
    text-align: left;
    max-width: 445px;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.center ol li{
	padding-bottom: 15px;
	padding-left: 5px;
}
.cta.wide{
	max-width: 300px;
}

.underline{
	margin: 30px 0 40px;
	height: 12px;
	width: 54px;
	background: #c1101b;
	display: block;
}


.pad{
	padding: 4%;
}
.pad-bottom{
	padding-bottom: 4%;
}
.col50 .pad{
	padding: 8%;
}
.col66 .pad{
	padding: 6%;
}
.col33 .pad{
	padding: 12%;
}


.cta{    
	display: inline-block;
	box-sizing: border-box;
	
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	padding: 20px 10px;
	width: 100%;
	max-width: 250px;
	
	background: #c1101b;
	color: #fff;
	
	-moz-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
	
	margin-top: 10px;
	min-height: 65px;
}
.cta:hover{
	background: #ce212c;
}


/* CUSTOM */


#ctas{
	background: url("/siteart/bg-truck.jpg") 70% center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	display: flex;
	flex-wrap: wrap;
}
#ctas a{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	border-right: solid 1px #000;
	box-sizing: border-box;
	width: 20%;
	text-align: center;
	padding: 50px 10px;
	border-bottom: solid 12px #c1101b;
	-moz-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
}
#ctas a:hover{
	background: rgba(255,255,255,0.066);
	border-bottom: solid 12px #ce212c;
}


#contact-column{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 460px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
	
    padding: 40px 0 0;
}
.col66 #contact-column{
    max-width: none;
}


#contact-column a{
	padding-right: 20px;
	color: #000;
	line-height: 24px;
	padding-bottom: 10px;
	-moz-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
}
#contact-column a:hover{
	color: #ce212c;
}

#contact-column i{
	padding-right: 10px;
}



.bg-testimonials{
	background: url("/siteart/bg-wheels.jpg") 70% center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: solid 12px #c1101b; 
	padding-bottom: 90px;
	
}

.bg-testimonials .slide{
	background: none !important;
	text-align: center;
    padding: 0 8%;
}
.bg-testimonials .slide h3{	
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin: 30px auto;
}
.bg-testimonials .slide p{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}
.bg-testimonials .slide .xl-text{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
}
.bg-testimonials .slide .sm-text{
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.bg-testimonials .slide .underline{
	margin: 0 auto;
}
.center .underline{

	margin: 30px auto 40px;
}
.bg-testimonials .cycle-pager span {
	color: #fff;
}

.bg-testimonials .cta{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform:translateX(-50%);
    z-index: 301;
	width: 88%;
}

/* WARRANTIES */

#warranty {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
}

#warranty  > div{
	width: 100%;
	padding: 20px 20px 50px;
	box-sizing: border-box;
	text-align: center;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#warranty  > div:last-child{
	border-left: solid 1px #ccc;
}
#warranty  > div:first-child{
	border-right: solid 1px #ccc;
}
#warranty div img{
	max-width: 100%;
	display: block;
	margin:  30px auto 50px;
}

#warranty div .cta{
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
    margin: 0 auto;
}
.cta.dark{
	background: #000;
}
.cta.dark:hover{
	background: #222;
}

/*--------FORM STYLES--------------------*/

.container-sm{
	max-width: 800px;
	margin: 0 auto;
}

.bg-gray{
	background: #4d4f4f;
	
}
.bg-form{
	background: url("/siteart/bg-truck-side.png") 90% bottom no-repeat;
	-moz-background-size: 2000px auto;
	-o-background-size: 2000px auto;
	-webkit-background-size: 2000px auto;
	background-size: 2000px auto;
	border-bottom: solid 12px #c1101b; 
}
.border-bottom{
	border-bottom: solid 12px #c1101b; 
}

.custom-form input{
	box-sizing: border-box;
	padding: 20px;

	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	
	width: 100%;
	
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border: solid 1px #333;
	
}
.custom-form textarea{
	box-sizing: border-box;
	padding: 20px;

	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	
	width: 100%;
	
	resize: vertical;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border: solid 1px #333;
	margin-bottom: 30px;
	
}
.custom-form .flex{
	margin-bottom: 30px;
	
}

.custom-form button{
	border: none !important;
	outline: none !important;
	cursor: pointer;
	
}

.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
}

/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	padding: 4% 0;
	display: flex;
	flex-wrap: wrap;
	font-family: bebas-neue-pro-expanded, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.footer .footer-left{
	display: flex;
	flex-wrap: wrap;
	padding: 0 4%;
	width: calc(100% - 375px);
	box-sizing: border-box;
}
.footer .footer-right{

	padding: 0 4% 0 0;
	width: 375px;
	box-sizing: border-box;
}
.footer-col{
	width: 29.2%;
}

.footer-col ul {

	margin-top: 40px;
}
.footer-col ul li a{
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
	-moz-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
}
.footer-col ul li a:hover{
	color:#ce212c;
}
.footer-col .no-heading{
	height: 30px;
}
.footer-col h6{
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 3px;
}

.footer .contact-btns{
	display: flex;
	margin-top: 40px;
}

.footer .contact-btns a{
	background: #f7f7f7;
	color: #000;
	font-size: 24px;
	margin: 10px;
	min-width: 55px;
	text-align: center;
	line-height: 55px;
	box-sizing: border-box;
	-moz-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
}

.footer .footer-right img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.scrolling-wrap{
	height: 90px;
	overflow: hidden;
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1301px) {
	.bg-left {
		width: 75% !important;
		opacity: 0.2 !important;
	}
	.hero-text{
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 75% !important;
	}
	.footer .footer-left{
		padding-right: 0;
	}
	.footer-col{
		width: 33.3333333%;
	}

}

@media only screen and (max-width: 1023px) {

	.hide-md{
		display: none !important;
	}
	.hero-text{
		left: 0 !important;
		transform: none !important;
		width: 100% !important;
	}
	.bg-left {
		width: auto !important;
		height: 500px;
		left: 20%;
		transform: translateY(-50%) translateX(-34%) !important;
	}
	
	.bg-testimonials .cycle-pager{	
		bottom: 90px;
		text-align: center;
	}
	.cycle-slide-active .bg-left{
		transform: translateY(-50%) translateX(-30%) !important;
	}
	
	#ctas a{
		width: 33.33333%;
		border-bottom: solid 1px #000 !important;
	}
	#ctas{	
		border-bottom: solid 12px #c1101b;
	}
	
	
#warranty  > div{
	width: 100%;
	border-bottom: solid 1px #ccc;
}
#warranty  > div:last-child{
	border: none;
}
#warranty  > div:first-child{
	border-right: none;
}
	
	
	
	.col50{width: 100%;}
	.col33, .col66{width: 50%;}
	.col33 .pad, .col66 .pad{padding: 8%;}
	.col50 .pad, .pad{padding: 4%;}
	
	
	
	
	.cycle-slideshow.bg-testimonials{
		min-height: 640px !important;
	}
	.bg-testimonials .slide h3, .bg-testimonials .slide .xl-text{
		font-size: 30px;
		line-height: 48px;
	}
	.bg-testimonials .slide p{
		font-size: 16px;
		line-height: 24px;
	}
	
	.footer{
		flex-direction: column-reverse;
	}
	.footer .footer-left{
		padding-right: 4%;
		width: 100%;
	}
	.footer .footer-right{
		width: 100%;
		padding: 0 4% 4%;
	}
	.footer .footer-right .contact-btns{
		justify-content: center;
	}
}


@media only screen and (max-width: 680px) {

	.hide-sm{
		display: none !important;
	}
	
	
	.col33, .col66{width: 100%;}
	.col33 .pad, .col66 .pad{padding: 12% 8%;}
	
	
	#menu-button{ 
		text-align: center !important;
		line-height: 60px;
	}
	.header .logo{
		width: 66.6666666666%;
	}
	.header .logo img {
		height: 90px;
		align-self: center;
		width: auto;
	}
	.header .header-right{
		padding: 0;
		width: 33.333333333%;
	}
	.header .header-right .top-nav{
		margin: 0;
	}
	.header .top-nav a:last-child {
		width: 100%;
		margin: 0;
		line-height: 60px;
	}
	#ctas a{
		width: 50%;
	}
	#ctas a:nth-of-type(2), #ctas a:nth-of-type(4){
		border-right: none !important;
	}
	
	
	.col50 .pad, .pad{padding: 12% 8%;}
	.footer{
		padding: 12% 0;
	}
	.footer .footer-left{
		padding: 0 8%;
	}
	.bg-testimonials .slide{
   		padding: 12% 8%;
	}
	.pad-bottom{
		padding-bottom: 12%;
	}
	.footer-col{
		width: 100%;
	}
	.footer-col h6{
		margin: 30px 0;
	}
	.footer-col ul{
		margin: 0;
	}
	.no-heading{display: none;}
	

	.bg-testimonials .slide h3, .bg-testimonials .slide .xl-text{
		font-size: 24px;
		line-height: 36px;
	}
	
}


@media only screen and (max-width: 480px) {

	.bg-left {
		height: 550px;
		left: 0%;
		transform: translateY(-50%) translateX(-34%) !important;
	}
	
	.cycle-slide-active .bg-left{
		transform: translateY(-50%) translateX(-30%) !important;
	}
	
	
	#contact-column a{
		padding-right: 0 !important;
		width: 100%;
	}
	#ctas a{
		width: 100%;
		border-right: none !important;
	}
	.hero-text{
		padding: 22% 8%;
	}
	
	.cycle-slideshow.bg-testimonials{
		min-height: 600px !important;
	}
	.bg-testimonials .slide h3, .bg-testimonials .slide .xl-text{
		font-size: 18px;
		line-height: 32px;
	}
	.bg-testimonials .slide p{
		font-size: 14px;
		line-height: 24px;
	}
	.heading {
		font-size: 32px;
		line-height: 36px;
	}
	.cycle-pager { 
	  text-align:center;
	}
	.cta{max-width: none;}
	
	
	.custom-form .flex{
		flex-wrap: wrap;

	}
	
	.center{
		text-align: left;
	}
	.center .underline{
		margin-left: 0;
		margin-right: 0;
	}
	
}