﻿/***** 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: #df0c2d; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #df0c2d;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


html{scroll-behavior: smooth;}
/*-------- BODY STYLES --------*/

body {
	font-family: museo-sans, sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.logo img{max-width: 100%;}

.header{
	background: #000;
	padding: 1.5%;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}
.header .right{
	color: #df0c2d;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.header .right a{
	color: #fff;
	font-weight: 900;
	transition: ease-in-out 0.2s all;
}
.header .right a:hover{
	color: #ccc;
}
.header .right a.social-icon{
	color: #df0c2d;
	font-weight: 400;
}
.header #header-search{
	padding-left: 30px;
	position: relative;
}
.header #header-search input{
    padding: 6px 30px 6px 6px;
	font-family: museo-sans, sans-serif;
    font-size: 12px;
	width: 230px;
	
	transition: ease-in-out all 0.1s;
}
.header #header-search button{
    position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #df0c2d;
	background: none !important;
	appearance: none !important;
	border: none !important;
	outline: none !important;
	cursor: pointer;
}

/*---BODY--------------------------------*/

.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

.center{
	text-align: center;
}

.vertical-center{
    align-items: center;
    display: flex;
}
.regular{font-weight: 400 !important;}
.red{
	color: #df0c2d;
}

.heading-xl{
	font-size: 48px !important;
	line-height: 48px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}
.heading-xl span{
	font-size: 30px !important;
	line-height: 30px !important;
}
.heading{
	font-size: 30px !important;
	line-height: 30px !important;
	font-weight: 900 !important;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.heading-small{
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.bg-black{
	background: #000;
	color: #fff;
}
.bg-gray{
	background: #eee;
}
.bg-red{
	background: #df0c2d;
	color: #fff;
}
.bg-red p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px !important;
}
.bg-red a:not(.cta){
	color: #fff !important;
}
.bg-white p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 25px;
}

.bg-red p em, .bg-white p em{
	font-size: 12px;
}
.bg-white p a:not(.cta){
	color: #000;
}




.cta{
	padding: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	background: #df0c2d;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-top: 25px;
    float: left;
	transition: ease all 0.2s;
}
.cta.center{float: none; margin: 0 auto;display: block;}
.cta:hover{
	background: #eb1c31;
}


.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-between{
	justify-content: space-between;
}
.align-center{
	align-items: center;
}

.col33{
	width: 33.33333%;
}
.col50{
	width: 50%;
}
.bg-white iframe{
	border-bottom: solid 15px #df0c2d;
	background: #333;
}
.col25{
	width: 25%;
}

.pad{
	padding: 6%;
}
.pad-half{
	padding: 3%;
}
.col50 > .pad{
	padding: 12%;
}

.pad .col50{
	width: 47%;
}
.pad .col25{
	width: 22%;
}

#cta-grp{
	padding: 1.5%;
	background: #000;
}
#cta-grp .col25{
	border-right: solid 1px #000;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 4% 20px;
	position: relative;
}
#cta-grp .col25:last-of-type{
	border-right: none;
}
#cta-grp .col25 h2{

	font-size: 40px;
	line-height: 36px;
	font-weight: 900;
	position: relative;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#cta-grp .col25 h2 span{
	font-size: 30px;
}

#cta-grp .col25 > div[class^="bg-"]{
	filter: grayscale(1) brightness(0.7);
	transition: ease all 0.3s;
}

#cta-grp .col25:hover > div[class^="bg-"]{
	filter: grayscale(0) brightness(0.9) saturate(1.4);
}


.bg-inventory{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: url("/siteart/cta-inventory.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.bg-financing{
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: url("/siteart/cta-financing.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.bg-parts{
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: url("/siteart/cta-parts.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.bg-service{
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: url("/siteart/cta-service.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}

.bg-img{
	
	position: relative;
	background: url("/siteart/slides/5.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.img-quote{
	
	background: url("/siteart/slides/1.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.img-finance{
	
	background: url("/siteart/slides/3.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.img-demo{
	
	background: url("/siteart/slides/2.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.img-promotions{
	
	background: url("/siteart/slides/1.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}

.img-parts{
	
	background: url("/siteart/cta-parts.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.img-service{
	
	background: url("/siteart/cta-service.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}


.img-about{
	
	background: url("/siteart/slides/4.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.img-employment{
	
	background: url("/siteart/slides/8.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.img-testimonials{
	
	background: url("/siteart/slides/7.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.img-contact{
	
	background: url("/siteart/slides/5.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
}


.banner-red{
	background: #df0c2d;
	padding: 30px 6%;
	color: #fff;
	font-weight: 900;
}
.banner-red a{
	color: #fff;
}
.social-icon{
	padding-left: 10px;
	font-weight: 400;
}


.heading-small.click{
	padding: 10px;
	color: #fff;
	background: #333;
	cursor: pointer;
	transition: ease all 0.2s;
	position: relative;
	margin-bottom: 10px;
}
.heading-small.click i{
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.heading-small.click:hover{
	background: #444;
}

.list-rows{
	margin-bottom: 25px;
}
.list-rows li{
	padding: 10px;
	font-size: 14px;
	background: #fff;
	color: #000;
}
.list-rows li:nth-of-type(even){
	background: #eee;
}

#map{
	display: flex;
}

.testimonial-box{
	padding: 30px;
	border: solid 1px #999;
	margin-bottom: 20px;
	text-align: center;
	width: calc(50% - 10px);
	box-sizing: border-box;
}
.testimonial-box p{
	margin: 0;
}
.testimonial-box .stars{
	text-align: center;
	font-size: 12px;
	color: #fbbc04;
	font-weight: 400;
	letter-spacing: 6px;
	margin-bottom: 10px;
	justify-content: center;
}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{background: #000;}

.footer ul li, .footer ul li a{
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	transition: ease-in-out all 0.2s;
}
.footer ul li a:hover{
	color: #ccc;
}
.footer ul li{
	width: 100%;
}
.footer ul li span{
	text-align: right;
    float: right;
}

.footer .right{
	text-align: right;
	float: right;
	line-height: 30px;
}

.footer .right p{
	margin-bottom: 25px;
	display: block;
}
.footer .logo{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}
.footer .logo img{
		padding-left: 40px;
}

.footer .right p:first-of-type{
	color: #df0c2d;
	font-weight: 400;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 18px;
}
.footer .right p:first-of-type a{
	color: #fff;
	font-weight: 900;
	transition: ease-in-out 0.2s all;
}
.footer .right p a:hover{
	color: #ccc !important;
}
.footer .right p a.social-icon{
	color: #df0c2d !important;
	font-weight: 400;
}

.footer .right p:last-of-type{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
.footer .right p:last-of-type a{
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	transition: ease-in-out 0.2s all;
}

/* FORMS */

.no-margin{margin: 0 !important;}
.custom-form input, .custom-form textarea, .custom-form select{
	padding: 10px !important;
	background: #fff;
	border: solid 1px #999 !important;
	border-radius: 0px !important;
	outline: none !important;
	appearance: none !important;
	box-sizing: border-box;
	font-family: museo-sans, sans-serif;
	width: 100%;
	margin-bottom: 10px;
	transition: ease-in-out all 0.1s;
}
.custom-form input[type^="radio"], .custom-form input[type^="checkbox"]{
	appearance: auto !important;
	width: auto !important;
	margin-right: 10px;
	margin-left: 10px;
}
.custom-form select{
	appearance: auto !important;
}
.no-margin-left{
	margin-left: 0px !important;
}
.custom-form input:hover, .custom-form textarea:hover, #header-search input:hover, .custom-form input:focus, .custom-form textarea:focus, #header-search input:focus{
	background: #f9f9f9;
}

.custom-form input.col50, .custom-form select.col50{
	width: calc(50% - 5px);
}
.custom-form input.col33{
	width: calc(33.33333% - 7.5px);
}

.custom-form textarea{
	height: 58px;
	resize: vertical;
	box-sizing: border-box;
	font-family: museo-sans, sans-serif;
}
.col50 .CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #333;
}
.bg-black .CaptchaWhatsThisPanel a{
	color: #ccc;
}
.custom-form .cta{
	appearance: none !important;
	outline: none;
	border: none;
	cursor: pointer;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#scrolling-inv .cta{
	margin: 0 !important;
	line-height: normal;
    display: flex;
    align-items: center;
	padding: 0 6%;
	width: auto;
	
}
#scrolling-inv .cta h1{
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: 900;
}
.scrolling-wrap{
	height: 90px;
	overflow: hidden;
	flex: 1;
	background: #333;
}
.scrolling-wrap iframe{
	width: 100%;
}





#inv{padding: 6% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: museo-sans, sans-serif!important;} /* Reset font, ignore icons */

#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

span.compare-label{padding-left: 4px !important;}

.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#df0c2d !important; color: #fff !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#df0c2d !important; color: #fff !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{background:#df0c2d !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #eb1c31 !important; color: #fff !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; color: #fff !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #333 !important; color: #fff !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
	text-transform: uppercase;
	font-weight: 900 !important;
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {background: #000; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: #333 !important; color: #fff!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details, .list-error-container .info button {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) and (min-width: 1024px) {

	#cta-grp .col25 h2{
		font-size: 30px;
		line-height: 26px;
	}	
	#cta-grp .col25 h2 span{		
    	font-size: 24px;
	}
	.footer .flex > .col50 .pad .heading{
		font-size: 24px !important;
	}
	.header {font-size: 14px;}
}

@media only screen and (min-width: 1024px) {
	.show-tablet{display: none !important;}
}
@media only screen and (max-width: 1023px) {
	.hide-tablet{display: none !important;}
	
	.header #header-search {
		padding-left: 6px;
		position: relative;
	}
	
	#scrolling-inv .cta{
		width: 50%;
		box-sizing: border-box;
		justify-content: center;
	}
	#scrolling-inv .cta h1{
    	font-size: 20px;
	}
	
	.pad{padding: 80px 6% !important;}
	.col50{width: 100% !important;}
	.footer .col50 .col50{width: 50% !important;}
	.pad .flex:not(.column-reverse) .col50:nth-of-type(1){padding-bottom: 80px;}
	.column-reverse{flex-direction: column-reverse;}
	.pad .column-reverse .col50:nth-of-type(2){padding-bottom: 80px;}
	.pad .custom-form .col50:nth-of-type(1){padding-bottom: 0px !important;}
	.col25{width: 50%;}
	#cta-grp .col25:nth-of-type(2){border-right: none;}
	#cta-grp .col25{border-top: solid 1px #000;}
	
	.footer .right{
		float: none;
		display: block;
		margin: 0 auto;
    	text-align: left;
	}
	.footer .right p:first-of-type{
		justify-content: left;
	}
	
	.footer .flex > .col50:first-of-type > .pad{
		padding-bottom: 0 !important;
	}
	
	.footer .logo{
		margin-bottom: 25px;
		display: flex;
		justify-content: flex-start;
	}
	.footer .logo img{
		padding-right: 40px;
		padding-left: 0px;
	}
	.footer .logo img:last-of-type{
		padding-right: 0px;
	}
	
	.testimonial-box{
		width: 100%;
	}
}


@media only screen and (min-width: 768px) {
	.show-mobile{display: none !important;}
}

@media only screen and (max-width: 767px) {
	
	.header {
		flex-wrap: wrap;
   		text-align: center;
	}	
	.header .logo{
		margin-bottom: 3%;
	}
	.header .logo, .header .right {
		width: 100%;
	}
	.header #header-search {
		position: relative;
		width: calc(100% - 120px);
		box-sizing: border-box;
	}
	.header #header-search input {	
		width: 100%;
		box-sizing: border-box;
	}
	#cta-grp, .header{
		padding: 3%;
	}
	.hide-mobile{display: none !important;}
	.footer .col50 .col50{width: 100% !important;}
	.col25{width: 100%;}
	.col33{width: 100% !important;}
	#cta-grp .col25{
		border-right: none !important;
 		padding: 40px 20px;
	}
	#cta-grp .col25 h2{
		font-size: 30px;
		line-height: 26px;
	}	
	#cta-grp .col25 h2 span{		
    	font-size: 24px;
	}	
	
	.footer .right p{
		font-size: 14px !important;
		margin-bottom: 10px !important;
	}
	#scrolling-inv .cta{
		width: 25%;
	}
	#scrolling-inv .cta h1{
		font-size: 36px !important;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
	
	.heading-xl{
		font-size: 36px !important;
		line-height: 36px !important;
	}
	.heading-xl span, .heading {
		font-size: 24px !important;
		line-height: 24px !important;
	}
	.heading-small {
		font-size: 18px !important;
		line-height: 18px !important;
	}
	.footer .logo{
		flex-direction: column;
	}
	.center{text-align: left;}
	.center.cta{text-align: center; margin: 0;}
	.CaptchaPanel{
		text-align: left !important;
	}
	.footer .logo img{
	
		
		padding-right: 0px;
		max-width: 150px;
		width: auto;
		display: block;
		margin: 0;
		padding-bottom: 20px;
	
	}
	.CaptchaPanel{
		text-align: left !important;
	}
}






