﻿/***** 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;  
} 

html{scroll-behavior: smooth;}
/*-------- 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 {}

.topheader{
	padding: 0 4.5%;
	display: flex;
	justify-content: space-between;
	font-family: kanit, sans-serif;
	font-size: 16px;
	line-height: 44px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.topheader .header-locations a{
	font-weight: 400;
	color: #000;
	padding-right: 20px;
}
.topheader a i{
	padding-right: 10px;
}
.topheader .header-links {
	display: flex;
	width: 50%;
	justify-content: flex-end;
}
.topheader .header-links > a[href^="tel:"]{
	background: #000;
	color: #fff;
	font-weight: 700;
	padding: 0 20px;
}
.topheader .header-links > a{
	color: #000;
	font-weight: 700;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.header{
	background: #000;
	padding: 0 4.5%;
	height: 116px;
	border-top: solid 8px #e82b27;
}
.header .logo{
    position: relative;
	top: 20px;
	z-index: 500;
}
.header .logo img{
    position: relative;
}


/*---BODY--------------------------------*/

.wrapper{
	padding: 0 4.5%;
}
.verticalpad{
	padding: 4.5% 0;
}
.pad{padding: 4.5%;}

.flex{
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}
.vertical-center{display: flex; align-items: center;}
.col33{
	width: 33.33333%;
	padding: 0 4%;
	box-sizing: border-box;
}
.col50{
	width: 50%;
	padding: 8%;
	box-sizing: border-box;
}
.col66{
	width: 66.666666%;
	box-sizing: border-box;
}
.col100{
	width: 100%;
	padding: 8%;
	box-sizing: border-box;
}
.col50 img{
	max-width: 100%;
}
.bg-gray{
	background: #f4f4f4;
}
.bg-gray-update{
	background: #f4f4f4;
}
.bg-black{
	background: #000;
}

.border-top{
	border-top: 8px solid #e82b27;
}

.border-top-update{
	border-top: 8px solid #e82b27;}

.col50-update{
	width: 50%;
	padding: 4%;
	box-sizing: border-box;
}
.col50-update img{
	max-width: 100%;
}



/* TYPOGRAPHY */

.blue{
	color: #0f92db;
}

.red{color: #e82b27;}

.heading{
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 36px;
	
	font-family: 'roboto slab', sans-serif;
	
	font-weight: 900;
	
	text-transform: uppercase;
	
	margin-bottom: 44px;
}

.heading-update{
	font-size: 36px; letter-spacing: 2px; line-height: 36px;font-family: 'roboto slab', sans-serif;font-weight: 900;text-transform: uppercase;margin-bottom: 44px; text-align: center;
}

.bg-gray p, .bg-white p, .bg-white ul li, .bg-gray ul li{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	
	font-family: kanit, sans-serif;
	
	font-weight: 300;
	
	margin-bottom: 30px;
	
	position: relative;

}

.bg-gray-update p
{font-size: 18px; letter-spacing: 1px; line-height: 24px; font-family: kanit, sans-serif; font-weight: 300; margin-bottom: 30px;position: relative; text-align: center;}


.bg-white ul li, .bg-gray ul li{
	padding-left: 24px;
}
.bg-white ul li:last-of-type, .bg-gray ul li:last-of-type{
	margin-bottom: 44px;
}
.bg-white ul li i, .bg-gray ul li i{
	position: absolute;
	left: 0;
	top: 4px;
	
}
.bg-gray ul.flex li{
	width: 100%;
	max-width: 250px;
}

.bg-gray a:not(.cta), .bg-white a:not(.cta){
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	
	font-family: kanit, sans-serif;
	
	font-weight: 300;
	
	color: #000;
	
}
.bg-gray p:last-of-type, .bg-white p:last-of-type{	
	margin-bottom: 44px;
}

/* BUTTONS */

.cta{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
	border: solid 4px #000;
	background: #e82b27;
	
	padding: 20px 30px;
	
	display: inline-block;
	
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	
	margin-right: 15px;
	margin-bottom: 15px;
	
	color: #fff;
	
	font-family: 'roboto slab', sans-serif;
	text-transform: uppercase;
	
	
	-moz-transition: ease-in-out 0.2s all;
	-o-transition: ease-in-out 0.2s all;
	-webkit-transition: ease-in-out 0.2s all;
	transition: ease-in-out 0.2s all;
	
	cursor: pointer;
}
.cta.black{
	background: #000;
	align-content: center;
}
.cta:hover{
	background: none;
	color: #000;
}
.cta.black:hover{
	background: none;
	color: #000;
}

/* HERO */

#hero{
	position: relative;
	background: url("/siteart/hero-grey.png") 10% center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-color:#000;
	padding: 8% 8% 6%;
}

#hero .heading-xl{
	font-family: 'roboto slab', sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 90px;
	line-height: 90px;
	text-transform: uppercase;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
	color: #fff;
}
#hero #mfg-grid{
	display: flex;
	flex-wrap: wrap;
	max-width: 980px;
	margin: 0 auto;
	
	justify-content: space-evenly;
	
	padding-top: 44px;
	
}

.cta-wide{
    width: 90%;
    max-width: 430px;
    text-align: center;
    background: #fff;
    color: #000;
    margin: 0 auto;
    bottom: -33px;
    display: block;
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
    box-sizing: border-box;
}
.cta-wide:hover{
	background: #000;
	color: #fff;
	border-color: #fff;
}


/* MAP TABS */

#tabs{
	display: flex;
	flex-wrap: wrap;
}
#tabs a{
	width: 33.33333333%;
	text-align: center;
	padding: 30px;
	font-family: 'roboto slab', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	
	background: #000;
	
	box-sizing: border-box;
	border-right: solid 1px #e9e9e9;
}
.col66 #tabs a{
	width: 50%;
	text-align: center;
	padding: 30px;
	font-family: 'roboto slab', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	
	background: #000;
	
	box-sizing: border-box;
	border-right: solid 1px #e9e9e9;
}
#tabs a:last-of-type{
	border-right: 0;
}
#tabs a.active{	
	background: #e82b27;
}


#map{
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	
	align-self: flex-start;
}
#map iframe{
	display: flex;
}
#map #tab-content > div:not(.active){
	display: none;
}
/*--------FORM STYLES--------------------*/
.bg-white .custom-form input, .bg-white .custom-form textarea{
	background: #f4f4f4;
}

.custom-form input{
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	font-family: kanit, serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #fff;
}
.custom-form .flex > input{
	width: calc(50% - 10px);
	margin-right: 10px;
}
.custom-form textarea{
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	font-family: kanit, serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #fff;
	height: 140px;
	
}

.CaptchaPanel{
	text-align: left !important;
	font-family: kanit, serif;letter-spacing: 1px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000 !important;
}



/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	padding: 44px 4.5%;
	
	background: #f4f4f4;
	color: #000;
	
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: kanit, sans-serif;	
	
	display: flex;
	justify-content: space-between;
}
.footer a{
	color: #000;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.scrolling-wrap{
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.scrolling-wrap iframe{
	width: 100%;
}

#inv{
	padding: 4.5% 0;
}


#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: kanit, 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: #000;
	font-family: 'roboto slab', serif !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .faceted-search__top-section .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button, .faceted-show-all-btn, .cs-btns a {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}

.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !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;}
.compare-chkbox-container .compare-listings .fa-check {
    top: 0px !important;
    left: 6px !important;
}

.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#e82b27 !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, .faceted-search__top-section .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:#e82b27 !important;}

.faceted-search__top-section .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{border: solid 2px #000 !important; transition: ease all 0.2s !important; font-family: 'roboto slab', sans-serif !important; text-transform: uppercase !important;}

.faceted-search__top-section .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: #fff !important; color: #000 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 2px #000 !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: #fff !important; color: #000 !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; 
}

.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 {border: #000 solid 2px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!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) {
	.col33{width: 40%;}
	.col66{width: 60%;}
	
}
@media only screen and (min-width: 1024px) {
	.show-sm{display: none !important;}
}
@media only screen and (max-width: 1023px) {
	.hide-sm{display: none !important;}
	.hide-sm-update {display: flex; flex-direction: column;}
	.col50-update {display: block !important; width: inherit; }
	.border-top-update {display: flex; flex-direction: column; align-items: center;}
	
	
	.col50, .col66, .col33{width: 100%;}
	
	.topheader{
		padding: 0;
	}
	.topheader a i{
		padding-right: 5px;
	}
	.topheader .header-locations a{
		padding: 0;
	}
	.topheader .header-locations, .topheader > a[href^="tel:"]{
		width: 50%;
		text-align: center;
	}
	.topheader .header-locations a, .topheader > a[href^="tel:"]{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.topheader .header-locations a{
		width: 100%;
		display: block;
	}
	
	.topheader{
		position: relative;
	}
	.topheader .click + ul{
		position: absolute;
		top: 100%;
		z-index: 500;
		background: #e82b27;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		text-align: left;
	}
	.topheader .click + ul a, .topheader .click + ul a i{
		color: #fff;
	}
	
	.header{height: auto;}
}

@media only screen and (max-width: 800px) {
.topheader{
	font-size: 14px;
}
		
	#hero .heading-xl {
		font-size: 48px;
		line-height: 54px;
	}
	
	#tabs a{width: 100% !important; border-right: none; border-bottom: solid 1px #e9e9e9; }
	
	#map.col66{
		margin-bottom: 40px;
	}
	
	#hero{
		padding: 80px 40px 60px;
	}
	.pad, .col50, .col100{
		padding: 40px;
	}
	
	.scrolling-wrap {
		margin-top: 20px;
	}
	.verticalpad{
		padding: 40px 0;
	}
	
	.footer{
		justify-content: center;
		flex-direction: column;
		
		font-size: 12px;
	}
}


@media only screen and (max-width: 500px) {
	
	#hero .heading-xl {
		font-size: 36px;
		line-height: 40px;
	}
	
	#hero #mfg-grid{
		padding-top: 30px;
	}
	#mfg-grid a{
		width: 140px;
	}
	#mfg-grid a img{
		max-width: 100%;
	}
	
	.cta{
		margin-right: 0 !important;
		width: 100%;
		display: block;
		text-align: center;
		box-sizing: border-box;
	}

	.heading{	
    	font-size: 32px;
    	line-height: 32px;
	}
	
	.map-pad{
		padding: 0px;
	}
	.map-pad #map{
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
}

@media only screen and (max-width: 360px) {

	.topheader{
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 800px) {
	max-width: 100%;
	
}






