﻿/***** 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;	
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700');
/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address, img {  
    display: block;  
} 

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
*, *:before, *:after {
  box-sizing: inherit; }
.clear {clear: both;}


/********* BASIC STYLES **********/
	body {font-family: 'Montserrat', sans-serif; font-weight: 300; font-size:16px; line-height: 24px; -webkit-text-size-adjust:none; background: #fff;}
	h1 {font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: normal; color: #ee3238; margin-bottom: 5px;}
	h2 {font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: normal; margin-bottom: 5px;}
	h3 {font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: normal; margin-bottom: 5px;}
	h4 {font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; line-height: 24px; color: #ee3238;}
	p {font-family: 'Montserrat', sans-serif; font-weight: 300;}
	span {font-family: 'Montserrat', sans-serif; font-weight: 300;}
	strong {font-family: 'Montserrat', sans-serif; font-weight: 700;}
	a:link, a:visited, a:active {text-decoration:none; color:#ee3238; font-family: 'Montserrat', sans-serif; font-weight: 700;}
	a:hover {text-decoration: underline; color:#ee3238;}
	
	.wrapper {width: 80%; max-width: 100%; margin: 0 auto; padding: 30px 0px;}
	.center {text-align: center;}
	
	
	
/********* HEADER STYLES **********/
	header {background: #0052a5; max-width: 100%; height: auto; color: #fff;}
	.logo {float: left; display: inline-block; max-width: 100%; width: 50%; box-sizing: border-box;}
	.logo img {display: inline-block; max-width: 100%; height: auto;}
	.righthd {float: left; text-align: right; display: inline-block; width: 50%; box-sizing: border-box; font-size: 14px;}
	.righthd a:link, .righthd a:visited, .righthd a:active {text-decoration:none; color:#fff; font-family: 'Montserrat', sans-serif; font-weight: 300;}
	.righthd a:hover {text-decoration:none; color:#ee3238; -webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; -o-transition: .5s ease-out; transition: .5s ease-out;}



/********* BODY STYLES **********/
	.hero-image {background-image: url("/siteart/bg.png"); height: 50%; background-position: center; background-repeat: repeat; position: relative; overflow: hidden; /* background-repeat: no-repeat; background-size: cover; */}
	.hero-text {text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff;}
	.hero-text h1 {color: #fff;}
	.hero-text img {max-width: 100%; height: auto;}
	body, html {height: 100%;}
	
	hr {border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
	
	.button {display: inline-block; border-radius: 4px; background-color: #ee3238; line-height: normal; font-family: 'Montserrat', sans-serif; font-weight: 700; border: none; color: #FFFFFF; text-align: center; font-size: 26px; padding: 20px; width: 30%; transition: all 0.5s; -webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; -o-transition: .5s ease-out; cursor: pointer; margin: 5px;}
	.button span {cursor: pointer; display: inline-block; position: relative; transition: 0.5s; -webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; -o-transition: .5s ease-out;}
	.button span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; -webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; -o-transition: .5s ease-out;}
	.button:hover {box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);}
	.button:hover span {padding-right: 25px;}
	.button:hover span:after {opacity: 1; right: 0;}

	.scrolling-wrap {width:100%;height:90px; overflow:hidden;}
	.scrolling {width:100%; height:92px;}

	.manu {max-width: 100%; text-align: center;}
	.manu img {width: 270px; max-width: 100%; height: auto; display: inline-block;}

	.three-cols {display: inline-block; width: 33%; box-sizing: border-box; padding: 5px; vertical-align: top;}


/******************** FORM STYLES **********************/
	form header {margin: 0 0 20px 0;}
	form header div {font-size: 90%; color: #999;}
	form header h2 {margin: 0 0 5px 0;}
	form > div {clear: both; overflow: hidden; padding: 1px; margin: 0 0 10px 0; -webkit-appearance: none;}
	form > div > fieldset > div > div {margin: 0 0 5px 0;}
	form > div > label, legend {width: 25%; float: left; font-size: 14px; box-sizing: border-box;}
	form > div > div, form > div > fieldset > div {width: 75%; float: right; box-sizing: border-box;}
	form > div > fieldset label {font-size: 90%;}
	fieldset {border: 0;padding: 0;}
	input[type=text], input[type=email], input[type=url], input[type=password], textarea, select {font-family: 'montserratlight'; width: 100%; background: #fafafa; border: 1px solid #ccc; padding: 5px; box-sizing: border-box;}
	input[type=text], input[type=email], input[type=url], input[type=password] {width: 100%; font-family: 'montserratlight';}
	input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus {outline: 0; border-color: 1px solid #ed3338;}
	select {-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; float: right; padding: 5px;}
	
	input.formbutton, input.formbutton:focus, div.formbutton, div.formbutton:focus {width: 75%; float: right; padding: 7px 0; background: #ee3238; border: 1px solid #ccc; text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #fff;-webkit-appearance: none; box-sizing: border-box; margin-top: 15px;}
	input.formbutton:hover, div.formbutton:hover {color: #fff; background: #3a3e43; border: 1px solid #ccc; cursor: pointer; box-sizing: border-box;}
		
	.CaptchaPanel {margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; text-align: center; line-height: normal !important; width: 75%; float: right;}
	.CaptchaPanel img {margin: 0 auto;}
	.CaptchaImagePanel {margin: 0 0 0 0; padding: 0 0 0 0;}
	.CaptchaMessagePanel {padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; font-weight: normal !important; font-size: 12px; line-height: 14px;}
	.CaptchaAnswerPanel {margin: 0 0 0 0; padding: 2px 0px 2px 0px !important;}
	.CaptchaWhatsThisPanel {line-height: 0; margin: 0 0 0 0; padding: 8px 0 8px 0 !important;}
	.CaptchaWhatsThisPanel a {color: #000;}
	.CaptchaWhatsThisPanel a:hover {text-decoration: none;}
	
	.hosted-content .p-right-10 {padding: 0px !important;}
	.svg-inline--fa.fa-w-10 {width: 0px !important;}


/********* FOOTER STYLES **********/
	footer {background: #fafafa; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 30px 0px;}
	.four-cols {display: inline-block; width: 25%; box-sizing: border-box; padding: 5px; vertical-align: top; font-size: 14px;}
	.four-cols a:link, .four-cols a:visited, .four-cols a:active {text-decoration:none; font-family: 'Montserrat', sans-serif; font-weight: 300; color: #000;}
	.four-cols a:hover {text-decoration: none; color: #ee3238;-webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; -o-transition: .5s ease-out; transition: .5s ease-out;}
	
	.scrolling-wrap {width:100%;height:90px; overflow:hidden;}
	.scrolling {width:100%; height:92px;}

	.manu {max-width: 100%; text-align: center;}
	.manu img {width: 300px; max-width: 100%; height: auto; display: inline-block;}

	a.footerlink:link, a.footerlink:visited, a.footerlink:active {text-decoration:underline; font-family: 'Montserrat', sans-serif; font-weight: 300; font-size:13px; color: #fff;}
	a.footerlink:hover {text-decoration: underline; font-family: 'Montserrat', sans-serif; font-weight: 300; font-size:13px; color: #fff;}
	.footertext {font-family: 'Montserrat', sans-serif; font-weight: 300; font-size:13px; color:#fff;}
	.smallfootertext {font-family: 'Montserrat', sans-serif; font-weight: 300; font-size:10px; color:#fff;}
	.divfooter {width:100%; text-align:left; margin:0 auto;}
	
	.pubs {background: #ee3238; padding: 30px 0px;}

.hidehide {display: none !important;}



/********* INVENTORY STYLES **********/

.view-listing-details-link{color:#FFF!important;}
.view-listing-details-link:hover{color:#0052a5!important;}
.option-name, .option-count{margin-top:-3px!important;}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, 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 {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#0052a5 !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:#0052a5 !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{border: solid 1px #0052a5 !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: #fff !important; color: #0052a5 !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 1px #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 1px !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 {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 screen and (max-width: 1280px) {

}
 


@media screen and (max-width: 1024px) {
	h1 {font-size: 28px;}
	h2 {font-size: 22px;}

	.button {font-size: 24px;}
	.four-cols {width: 50%; padding: 5px;}
	.hidehide {display: block !important;}
	.hero-image {display: none !important;}
}



@media screen and (max-width: 750px) {
	h1 {font-size: 26px;}
	h2 {font-size: 20px;}
	h3 {font-size: 16px;}
	h4 {font-size: 16px;}
	
	.three-cols {width: 100%; padding: 0px;}

}


 
@media screen and (max-width: 650px) {
	.button {width: 100%;}
	form > div > label, legend {width: 100%; float: none;}
	form > div > div, form > div > fieldset > div {width: 100%; float: none;}
	.CaptchaPanel {width: 100%; float: none;}
	input.formbutton, input.formbutton:focus, div.formbutton, div.formbutton:focus {width: 100%; float: none;}


}
 
 

@media screen and (max-width: 375px){
	.button {font-size: 18px; padding: 20px; width: 100%;}
	.four-cols {width: 100%; padding: 5px;}
	.logo {float: none; width: 100%;}
	.righthd {float: none; text-align: center; width: 100%;}
}
