﻿/***** 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: #f46521; 
    color: #000;
    text-shadow: none;
}
::selection {
    background: #f46521;
    color: #000;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: industry, sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border: unset; border-bottom:#ddd 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.top-header{
	background: #010101;
	color: #fff;
	font-family: industry, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	
	font-size: 14px;
	line-height: 40px;
	
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
.top-header a{
	color: #fff !important;
}
.top-header .hide-mobile:nth-of-type(2) a{
	padding-left: 20px;
}

.top-header .click{
	cursor: pointer;
}

.header{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px #dddddd solid;
	
	font-family: industry, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.logobox{
	background: #f36420;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
}
.logobox img{
	padding: 40px 50px;
	max-width: 100%;
	display: block;
    box-sizing: border-box;
}


.header .nav{
	width: 75%;
	padding: 0 50px;
	box-sizing: border-box;
	
	display: flex;
	align-items: center;
}
.header #inv-search{
    display: flex;
	margin-left: 50px;
}
.header #inv-search input{
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: industry, sans-serif;
	width: 200px;
    height: 40px;
	line-height: 40px !important;
	padding: 0 14px;
    box-sizing: border-box;
	
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: solid 1px #ddd !important;
	border-right: none !important;
}
.header #inv-search button{
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 2px;
	margin: 0 !important;
	padding: 0 !important;
	
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	background: none !important;
	color: #010101 !important;
	border: solid 1px #ddd !important;
	
	cursor: pointer;
}

/*---BODY--------------------------------*/

.wrapper{
	max-width: 1124px;
	margin: 0 auto;
}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.col40{
	width: 40%;
	box-sizing: border-box;
}
.col50{
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
.col60{
	width: 60%;
	box-sizing: border-box;
}

.col-right{padding-left: 50px;}

.verticalpad{padding: 5% 0;}

.bg-grey{
	background: #f3f3f3;
	
}

.pad{
	padding: 50px;
}
.nopad{
	padding: 0;
}
/* VIDEO */

#video {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#video video {
	margin: 20px 0;
}
/* TYPOGRAPHY */

.heading{
	font-family: industry, sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-style: italic;
	line-height: 30px;
	letter-spacing: 2px;
	
	color: #f46521;
	
	margin-bottom: 30px;
	
	text-transform: uppercase;
}
.heading-sm{
	font-family: industry, sans-serif;
	font-weight: 700;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
	letter-spacing: 1px;
	
	color: #f46521;
	
	text-transform: uppercase;
}

.bg-white ul, .bg-white p{
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 28px;
}
.bg-white a{
	color: #010101;
}

/* BUTTONS */

.cta{
	cursor: pointer;
	background: #f46521;
	padding: 10px;
	box-sizing: border-box;
	
	font-family: industry, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff !important;
	line-height: 24px;
	
	display: block;
	
	text-transform: uppercase;
	
	outline: none;
	appearance: none;
	border: none;
	
	width: 250px;
	max-width: 100%;
	text-align: center;
}


/*--------FORM STYLES--------------------*/

.custom-form input{
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	font-family: industry, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #010101;
}
.custom-form ::placeholder{
	color: #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: industry, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #010101;
	
	height: 120px;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #010101 !important;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	background: #010101;
	color: #fff;
	
	font-family: industry, sans-serif;
	
	padding: 5% 0;
}
.footer a{
	color: #fff !important;
}
.footer .grey, .footer .grey a{
	color: #ddd !important;
}

.text-right{
	text-align: right;
}

.footer .col50 ul li{
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer .col50.text-right {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.scrolling-wrap{
	width: 100%;
	height: 90px;
	overflow: hidden;
}

#inv{padding: 5% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}


#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){
    font-family: industry, sans-serif;} /* Reset font, ignore icons */


.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, .apply-button, .Manufacturer-button {background:#f46521 !important; color: #000 !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 {background: #010101 !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: #010101 !important;}

.listing-prices__retail-price {color: #f36420 !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, .title-media-buttons-heading h1 span {padding-left: 8px; font-style: italic; text-transform: uppercase;}
.list-listings-count {padding-left: 8px; }

.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: #010101 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .page-nav, .contact-options a {background: #010101 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .back-button {border-color: #010101!important; color: #010101!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, .cs-btns a, .list-error-container .info > div:first-of-type button {background-color: #010101!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{padding: 20px 0;box-sizing: border-box;}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	
	.top-header .hide-mobile:nth-of-type(2) a {
		padding-left: 14px;
	}
	
	.header .nav{
		padding: 0 25px;
	}
	.pad{padding: 25px;}
	.header #inv-search{
		margin-left: 2%;
	}
	
}
@media only screen and (max-width: 1023px) {
	
	
	.top-header{padding: 0;}
	.header .nav{
		width: 100%;
	}
	.header #inv-search{
		margin: 0;
		padding: 50px 25px;
		width: 100%;
	}
	.header #inv-search input {
		width: 100%;
	}
	
	.header{flex-direction: column;}
	.header > div{width: 100%;}
	
	
	
.col-right{padding-left: 0;}
	
	.col50, .col40, .col60{
		width: 100%;
		margin-bottom: 50px;
	}
	.col50.text-right{
		text-align: left;
		margin-bottom: 0px;
	}
	
	.verticalpad, .footer{padding: 50px 0;}
}
@media only screen and (max-width: 480px) {
	
	
	.bg-white ul, .bg-white p, .footer p, .footer .col50 ul li{
		font-size: 14px;
	}
	
	.header .nav{
		padding: 0 20px;
	}
	.pad{padding: 20px;}
	
}






