﻿/***** 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;  
} 



@keyframes fadeIn {
  0% { opacity: 0; top: 40px;}
  100% { opacity: 1; top: 0; }
}

/*-------- 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 {
    font-family: inter, sans-serif !important;
	background-color:#000;

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#fee354 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}
.absolute-header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.topheader {
    line-height: 40px;
    background: #fff;
	font-size: 11px;
    font-family: inter, sans-serif;
}
.topheader .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topheader i{
    padding-right: 15px;
}

.topheader .wrapper > p, .topheader .wrapper > a{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #212121;
}

.goog-te-combo{
	background: #fff;
    color: #212121;
    height: 40px;
    padding: 0 10px!important;
    margin: -10px 0!important;
    text-transform: uppercase;
    font-family: inter, sans-serif !important;
	
	text-align: left !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	width: auto !important;
	
	font-size: 10pt !important;
}
.goog-te-gadget > div{
	display: inline;
    margin: 0 10px 0 0;
}
.goog-te-combo{
	border-color: #eee;
}

.logo img{max-width: 100%; margin-top: -20px;}
.header .logo {width: 33.333333%;}

.header{
	padding-top: 40px;
}
.header .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*---BODY--------------------------------*/

.verticalpad{
	padding: 7% 0;
}

.nopad-bottom{
	padding-bottom: 0 !important;
}
.wrapper{
	padding: 0 3%;
}
.wrapper-sm{
	padding: 0 8%;
}


.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-center{
	justify-content: center;
}

.col25{width: 25%; box-sizing: border-box;}
.col33{width: 33.333333%; box-sizing: border-box;}
.col50{width: 50%; box-sizing: border-box;}


/* BACKGROUNDS */

.bg-white{
	background: #fff;
	position: relative;
	z-index: 1;
}
.bg-offwhite{
	background: #efefef;
	position: relative;
	z-index: 1;
}

.flourish{
	position: absolute;
	display: block;
	z-index: -1;
}
.flourish.bottom-left{
	left: 0;
	bottom: 0;
}
.flourish.top-right{
	right: 0;
	top: 0;
}

/* HERO */

.hero{
	padding: 20% 8% 21%;
	text-align: center;
	
	color: #fff;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.hero.main{
	background: url("/siteart/hero.jpg") center center;
	background-color:#000;
	
}
.hero.short{
	padding: 14% 8% 6%;
}

/* NEWS */

.news-box{
	padding: 7%;
	
	
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	box-shadow: 0 4px 12px 0 #efefef;
	
	position: relative;
    background: #fff;
	
	border-bottom: 20px #fee354 solid;
}
.news-box .heading{
	margin: 0;
}
.news-box .heading-sm{
	color: #555 !important;
}
/* TEXT */

.yellow{
	color: #fee354;
}

.hero-text {
	position: relative;
	animation: fadeIn 1.77s;
}
.heading{
	font-size: 48px;
	line-height: auto;
	margin-bottom: 50px;
}
.heading-sm{
	font-size: 24px;
	line-height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.hero-text p{
	font-size: 24px;
	line-height: 30px;
	max-width: 850px;
	margin: 0 auto 50px;
}
.bg-white .heading, .bg-white .heading-sm{
	color: #212121;
}
.bg-white p{
	margin-bottom: 30px;
	
	line-height: 24px;
	font-size: 16px;
	color: #212121;
}
.bg-white p a{
	color: #212121;
	font-weight: 700;
}
/* BUTTONS */

#ctas a {
	text-align: center;
}
#ctas a img{
	margin-bottom: 30px;
	max-width: 100%;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
#ctas a:hover img{
	transform: scale(1.1);
}
#ctas a h2{
	font-weight: 400;
	color: #212121;
	letter-spacing: 1px;
	font-size: 24px;
}

.cta{
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	
	background: #fee354;
	color: #212121;
	padding: 17px 30px;
	box-sizing: border-box;
	
	text-transform: uppercase;
	
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 16px;
	margin: 10px;
	border: solid 2px #fee354;
    line-height: normal;
	
	-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;
	
	position: relative;
}
.cta:hover{
	
	border: solid 2px #212121;
	color: #fff;
	background: #212121;
	padding-left: 25px;
	padding-right: 35px;
}
.cta:after {
    content: '\203A';
    right: 13px;
    position: absolute;
	color: #fff;
	padding-left: 5px;
	top: 16px;
	opacity: 0;
	-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;
}

.cta:hover:after{
	
	opacity: 1;
    right: 18px;
}
.cta.outline:hover{
	
	border: solid 2px #212121;
	color: #fff;
	background: #212121;
	padding-left: 25px;
	padding-right: 35px;
}
.cta.outline{
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	
	background: transparent;
	color: #fff;
	padding: 17px 10px;
	
	border: solid 2px #fff;
	
	text-transform: uppercase;
	
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 1;
}

.bg-white .cta:first-of-type{
	margin-left: 0 !important;
}
/*--------FORM STYLES--------------------*/


.custom-form input{
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 15px 30px;
	font-family: inter, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #212121;
	line-height: 24px;
	resize: none;
	margin-bottom: 15px;
	outline: none;
	border: none;
	background: #efefef;
	
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}
.bg-offwhite .custom-form input{
	color: #212121;
	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: 15px 30px;
	font-family: inter, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #212121;
	line-height: 24px;
	resize: none;
	margin-bottom: 15px;
	outline: none;
	border: none;
	background: #efefef;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #454a49 !important;
}

.CaptchaImage{
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

button.cta, form .cta{
	cursor: pointer;
	font-family: inter, sans-serif;
	margin: 0 !important;
}
#formnext{
	display: inline-block;
}
.bg-dark .cta{
	background: #212121 !important;
	color: #fff !important;
	
	border-color: #212121;
}



/*-------- FOOTER STYLES ----------------*/
footer{}

.footer .logo{
    display: block;
	padding: 0 0 35px;
}
.footer .logo img{
	-moz-transition: filter ease-in-out 0.2s;
	-o-transition: filter ease-in-out 0.2s;
	-webkit-transition: filter ease-in-out 0.2s;
	transition: filter ease-in-out 0.2s;
}
.footer .logo img:hover{
	filter: brightness(0.65);
}

.footer ul li h6{
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	color: #555555;
}
.footer ul li a{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
}


.footer .col33{
	padding: 0 5%;
}

.footer .col33 .icon-links a{
	font-size: 24px;
	color: #555555;
	padding-right: 20px;
	-moz-transition: color ease-in-out 0.2s;
	-o-transition: color ease-in-out 0.2s;
	-webkit-transition: color ease-in-out 0.2s;
	transition: color ease-in-out 0.2s;
}
.footer .col33 .icon-links a:last-of-type{
	padding-right: 0px;
}
.footer .col33 .icon-links a:hover, .footer .col33 ul li a{
	color: #555555;
	-moz-transition: color ease-in-out 0.2s;
	-o-transition: color ease-in-out 0.2s;
	-webkit-transition: color ease-in-out 0.2s;
	transition: color ease-in-out 0.2s;
}
.footer .col33 .icon-links a:hover, .footer .col33 ul li a:hover{
	color: #212121;
}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/



#inv{padding: 7% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: inter, sans-serif!important;} /* Reset font, ignore icons */

.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, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button, .faceted-show-all-btn, .nuf-button, .g-recaptcha.button, .list-error-container button {
    -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: -2px !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, .mobile-option-bar .mobile-option-bar-filter {color:#212121 !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-facets-container .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:#fee354 !important; color: #212121 !important;}

.selected-facets-container .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 #fee354 !important; transition: ease all 0.2s !important;}

.selected-facets-container .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: transparent !important; color: #212121 !important; border: solid 2px #212121 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn , .nuf-button{background: #212121 !important; border: solid 2px #212121 !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, .nuf-button:hover {background: #fff !important; color: #212121 !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: #212121 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .parts-title-text, .list-listings-count {
	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: #212121 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #212121 !important;}
.list-main-section .contact-options a {border: #212121 solid 2px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #212121!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #212121!important; color: #212121!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 > div > button {background-color: #212121!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: 1439px) {

	#google_translate_element{width: 100%; border-bottom: 1px solid #eee;}
	.topheader .wrapper{	
    	padding: 0;
	}
	.topheader .wrapper > p:first-of-type{	
    	padding: 0 0 0 15px;
	}
	.topheader .wrapper > a{	
    	padding: 0 15px 0 0;
	}
	.hero.short{
		padding: 240px 8% 60px;
	}
}
@media only screen and (max-width: 1200px) {
	.hero{		
    	padding: 30% 8% 18%;
	}
}

@media only screen and (max-width: 1023px) {
	.header .logo{
		width: auto;
		margin: 20px auto 0;
	}
	.hide-md{
		display: none !important;
	}
	.hero {
		padding: 280px 15px 120px;
	}
	.hero.short{
		padding: 240px 8% 60px;
	}
	
	
	#ctas {
		padding-top: 50px;
	}
	#ctas .col25 {
		width: 50%;
		margin-bottom: 50px;
	}
	
	.footer ul li h6{
		font-size: 18px;
	}
	.footer ul li a{
		font-size: 14px;
	}
	.list-title {
		text-align: center !important; 
	}
}


@media only screen and (max-width: 680px) {
	.hide-sm{
		display: none !important;
	}
	
	.topheader .wrapper > a{
		padding-left: 20px;
	}
	#ctas .col25 h2 {
		font-size: 18px;
	}
.col25, .col33, .col50{width: 100%; box-sizing: border-box;}
	
	.footer .col33{
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.footer .col33:last-of-type{
		margin-bottom: 0px;
	}
	.verticalpad{
		padding: 50px 0;
	}
	
	.hero{		
   		padding: 260px 8% 80px;
	}
	.hero.short{
		padding: 240px 15px 40px;
	}
	
	.heading, .heading-sm{
		font-size: 30px;
		margin-bottom: 30px;
	}

	.news-box .heading-sm{
		font-size: 16px;
	}
	.hero-text p{
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	
	.cta{
		font-size: 14px;
	}
	.hero-text .cta{
		width: 100%;
	}
	
.custom-form input, .custom-form .flex > input, .custom-form textarea{
	width: 100%;
	margin-right: 0;
}
	
	
}
@media only screen and (max-width: 480px) {
	.header .logo{
		width: 80%;
	}

	.hero{		
   		padding: 230px 15px 80px;
	}
	#ctas .col25 {
		width: 100%;
	}
	#ctas{
		padding: 0;
	}
	#ctas .col25:last-of-type{
		margin-bottom: 0;
	}
	
	.goog-te-gadget{
    	height: 38px;
		font-size: 0px !important;
	}
	
	
}






