﻿/***** 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:#000 1px solid;}



/*--- HEADER STYLES ---------------------*/
header {}

.header{
	background: #000;
	color: #fff;
	padding: 38px 0;
}
.header .wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header .logo{
	width: 40%;
}
.header .logo img{
	max-width: 100%;
}

.header-phone{
	float: right;
	display: block;
	color: #e20020 !important;
	
	font-family: oswald, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
}

/*---BODY--------------------------------*/

.flex{display: flex !important;}
.flex-wrap{flex-wrap: wrap;}

.col33{
	width: 33.333333%;
}
.col50{width: 50%;}
.col66{
	width: 66.666666667%;
}

.verticalpad{
	padding: 100px 0;
	position: relative;
}
.nopad-vertical{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.nopad-vertical .subheading{
	margin:  0 !important;
}
.wrapper{
	
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	
	padding: 0 28px;
	position: relative;
}

.bg-white hr{
	border-color: #acb4bb;
	margin: 45px 28px;
}

.pad{padding: 28px;}


.bg-white{
	background: #fff;
	color: #000;
	font-family: ubuntu, sans-serif;
}
.bg-grey{
	background: #eff1f2;
	color: #000;
	font-family: ubuntu, sans-serif;
}
.bg-red{
	background: #e20020;
}
.red{
	color: #e20020 !important;
}
/* HERO */

#hero{
	background: url("/siteart/hero.jpg") 33% center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#hero .hero-overlay{
	position: absolute;
	right: 0;
	left: 50%;
	top: 0;
	bottom: 0;
	display: block;
	background: #000;
	opacity: 0.6;
	
	clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0 100%);
	
}

#hero .wrapper{
	
	height: 500px;
}
#hero .heading{
	font-family: oswald, sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	position: relative;
}


.hero-left{
	position: absolute;
	left: 28px;
	top: 0;
}
.hero-right{
	position: absolute;
	right: 28px;
	bottom: 0;
	text-align: right;
	color: #fff;
}
.hero-left .cta{
	margin-right: 0;
	margin-top: 25px;
}
.hero-right .cta{
	margin-right: 0;
	margin-top: 25px;
}


/* TYPOGRAPHY */

.uppercase{
	text-transform: uppercase;
}

.bg-white p, .bg-grey p{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 28px;
}

.bg-white .heading, .bg-grey .heading{
	font-family: oswald, sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	position: relative;
	padding: 28px;
}
.bg-white .heading:after, .bg-grey .heading:after{
	content: '';
	display: block;
	height: 2px;
	width: 250px;
	background: #e20020;
	position: absolute;
	top: 100%;
	left: 0;
}
.bg-white .subheading, .bg-grey .subheading{
	font-family: ubuntu, sans-serif;
	color:#e20020;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	position: relative;
	margin: 0 0 18px;
	
	text-transform: uppercase;
}
.bg-white a, .bg-grey a{
	color: #000;
}
.col33 .pad > div{
	padding-bottom: 35px;
}

.col33 .pad > div p{
	font-size: 18px;
	line-height: 24px;
}
.col33 .pad > div a{
	font-size: 18px;
	line-height: 24px;
}

/* ABOUT */

.about-photo{
	max-width: 100%; margin: 28px 0 0; float: right; display: block;
}

/* SELLER */

.bg-white ul{
	margin-bottom: 28px;
}
.bg-white ul li{
	line-height: 24px;
	padding-bottom: 11px;
	position: relative;
}
.bg-white ul.numbered-list li{
	padding-left: 40px;
}
.bg-white ul.disc-list{
	list-style: disc;
	padding-left: 18px;
}
.bg-white ul li .numbered-circle{
	position: absolute;
	left: 0;
	top: -2px;
	font-family: oswald, sans-serif;
	font-size: 18px;
	color: #fff;
	background: #e20020;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	width: 24px;
	height: 24px;
	padding: 3px;
	text-align: center;
}

/* FORM */

.custom-form input{
	padding: 18px 24px;
	font-family: ubuntu, sans-serif;
	font-size: 18px;
	line-height: 24px;
	background: #e8eaec;
	
	outline: none;
	border: none;
	border-radius: 0;
	width: 100%;
	margin-bottom: 24px;
	box-sizing: border-box;
}
.custom-form textarea{
	padding: 18px 24px;
	font-family: ubuntu, sans-serif;
	font-size: 18px;
	line-height: 24px;
	background: #e8eaec;
	
	outline: none;
	border: none;
	border-radius: 0;
	width: 100%;
	margin-bottom: 24px;
	box-sizing: border-box;
	
	resize: vertical;
	height: 150px;
}


.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000 !important;
}




/* BUTTONS */

.cta{
	
    width: 375px;
	padding: 18px;
	font-family: ubuntu, sans-serif;
	font-weight: 700;
	color: #fff !important;
	text-align: center !important;
	background: #e20020;
	-moz-transition: ease-in-out all 0.2s;
	-o-transition: ease-in-out all 0.2s;
	-webkit-transition: ease-in-out all 0.2s;
	transition: ease-in-out all 0.2s;
	
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	display: inline-block;
	margin: 12px 28px 0 0;
	
	text-transform: uppercase;
	
	min-width: 250px;
	max-width: 100%;
	box-sizing: border-box;
	
	outline: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

.cta:hover{
	background: #8f1b20;
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	background: #000;
	color: #fff;
	
	font-family: ubuntu, sans-serif;
	
	text-align: center;
	
}

.footer .logo img{
 max-width: 100%;
}
.footer .verticalpad{
	padding: 50px 0;	
}
.footer .wrapper > div{
	padding: 28px 0 0;
	
}
.footer p{
	font-size: 18px;
	line-height: 24px;
}
.footer p .red{
	font-weight: 700;
}
.footer a{
	color: #fff !important;
}

#footertext{
	min-height: 40px;
	display: flex;
	align-items: center;
}
#footertext .wrapper{
	color: #fff;
	display: flex; 
	justify-content: space-between; 
    align-items: center;
	font-size: 16px;
	font-family: ubuntu, sans-serif;
}
#footertext a{
	color: #fff !important;
}
#footertext p{
	line-height: 28px;
}

#google_translate_element{
   width: 204px;
	overflow: hidden;
    display: flex;
    align-items: center;
	line-height: 40px;
    right: 28px !important;
    position: absolute;
}
.goog-te-combo{
	background: #8f1b20;
	border-color: #8f1b20 !important;
    color: #fff;
    height: 40px;
    padding: 0 10px!important;
    margin: -10px 0!important;
    text-transform: uppercase;
    font-family: ubuntu, sans-serif;
	
	text-align: left !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	width: auto !important;
}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.scrolling-wrap{
	width: 100%;
	height: 90px;
	overflow: hidden;
	background: #eff1f2;
}
.scrolling-wrap iframe{
	width: 100%;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: ubuntu, sans-serif;} /* Reset font, ignore icons */

#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	color: #e20020;
	font-family: ubuntu, serif !important;
	font-weight: 700;
	text-transform: uppercase;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-top: 0 !important;
}

span.compare-label{padding-left: 4px !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .cs-btns a, .apply-button, .Manufacturer-button, .des-view-listingDetails { 
	background: #e20020 !important; 
	color: #fff !important; 
	text-decoration: none !important; 
	
	transition: ease-in 0.2s all;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .list-content .list-listing-mobile .view-listing-details-link:hover, .list-content .list-listing-mobile .buy-now-link:hover, .list-content .list-listing-mobile .check-availability-link:hover, .list-content .list-listing-mobile .email-seller-link:hover, .detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .cs-btns a:hover, .apply-button:hover, .Manufacturer-button:hover, .des-view-listingDetails:hover { 
	background: #8f1b20 !important; 
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn, .mobile-done-button, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav, .contact-options a, .list-error-container .info button {background: #e20020 !important;	transition: ease-in 0.2s all;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .contact-btn:hover, .contact-options a:hover, .mobile-done-button:hover {background: #8f1b20 !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, .return-links *, .compare-title, .compare-price {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;}

.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 .dealer-info .phone-and-email .send-email-btn, .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 {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; box-sizing: border-box;}

.detail-additional-data h3{
	margin: 18px 0;
}





/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1023px) {
	.header{padding: 28px 0 0 0;}
	.header .logo{width: 100%;}
	
	#footertext .wrapper {
		flex-direction: column-reverse;
		justify-content: center;
		text-align: center;
		padding-bottom: 28px;
	}
	#google_translate_element {
		padding: 38px 0 28px 0;
		margin: 0 auto;
		position: unset;
		right: unset;
	}

}
@media only screen and (max-width: 860px) {

	.hide-sm{display: none !important;}
	
	.bg-white .heading, .bg-grey .heading {
		font-size: 34px;
		line-height: 34px;
	}
	.verticalpad{
		padding: 50px 0;
	}
	#hero .hero-overlay {
		left: 0;
		top: 50%;
		clip-path: none;
	}
	#hero .heading{font-size: 28px; line-height: 28px;}
	#hero .wrapper{height: auto;}
	.hero-left{
		position: relative;
		margin-bottom: 100px;
		left: 0;
	}
	.hero-right{
		position: relative;
		right: unset;
		left: 0;
		bottom: 0;
		text-align: left;
		color: #fff;
	}
	
	.about-photo{
		margin: 28px auto; float: none;
	}
	
	
	.column-reverse{
		flex-direction: column-reverse;
	}
	.col66, .col50, .col33{
		width: 100%;
	}
	.col33 .contact-column > div:last-child{
		padding-bottom: 0;
	}
	.col33 .contact-column > div:last-child p{
		margin-bottom: 0;
	}
	

	.cta{
		margin: 12px 0 0 0;
	}


}
@media only screen and (max-width: 480px) {
	
	.cta{min-width: 0px;}
	.footer p{
		font-size: 14px;
	}
	#footertext p{
		font-size: 14px;
		line-height: 24px;
	}
	
	#transportation .pad .wrapper{
		padding: 0;
	}
	#transportation .about-photo {
    padding: 0 28px;
    box-sizing: border-box;
		margin-bottom: 0;
}

}






