﻿/***** 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 {
	font-family: "Open Sans", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{font-family: "Russo One", sans-serif !important;}
p {font-family: "Open Sans", sans-serif !important;font-size: 16px;line-height: 1.5 !important;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;background: #fff;position: relative;}
.head-wrap {justify-content: space-between;align-items: center;}
.logo img {max-width: 100%;width: 250px;}
header .hvr-underline-from-left:before {height: 3px;Background: #53565a !important;}
/*---HERO---*/
.hero {display:flex;min-height: 300px;color:#fff;}
.home-hero {background:linear-gradient(180deg, rgba(33,33,33,0.65) 0%, rgba(33,33,33,0.65) 0%),url("/siteart/hero.jpg") no-repeat;background-size:cover;background-position: center center;height: 50vh;max-height: 500px;justify-content: center;align-items: center;text-align: center;}
.about-hero {background:linear-gradient(180deg, rgba(33,33,33,0.65) 0%, rgba(33,33,33,0.65) 0%),url("/siteart/about.jpg") no-repeat;background-size: cover;background-position: center 70%;height: 30vh;max-height: 400px;align-items: center;}
.contact-hero {background:linear-gradient(180deg, rgba(33,33,33,0.65) 0%, rgba(33,33,33,0.65) 0%),url("/siteart/contact.jpg") no-repeat;background-size: cover;background-position: center 75%;height: 30vh;max-height: 400px;align-items: center;}
.sell-hero {background:linear-gradient(180deg, rgba(33,33,33,0.65) 0%, rgba(33,33,33,0.65) 0%),url("/siteart/sell.jpg") no-repeat;background-size: cover;background-position: center 45%;height: 30vh;max-height: 400px;align-items: center;}
.hero-wrap h1 {	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);font-size: 54px;letter-spacing: 1px;font-weight: 500;}
.hero-wrap h1 span {display: block;font-size: 32px;}
.hero-btns {display: flex;gap: 15px;justify-content: center;margin-top: 30px;}
.sub-pg .hero-wrap h1 span {font-size: 22px !important;}
/*--home--*/
.home-text .flex-container {gap: 10%;align-items: center;}
.half-text, .half-img {flex-basis: 50%;}
.home-text h2 {font-size: 36px;margin-bottom: 15px;}
.half-img{overflow: hidden;position:relative;}
.half-img img {height: 100%;width: 100%;object-fit: contain;}
.half-img::before {content: '';z-index: 10;width: 100%;height: 100%;display: block;position: absolute;background:linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%)}
.grid-cat {grid-template-columns: repeat(3, 1fr);gap: 5%;}
.cat {position:relative;}
.cat-img{overflow: hidden;margin-bottom: 10px;}
.cat-img img {height:  100%;width:100%;object-fit: cover;}
.cat h3{margin-bottom: 10px;}
.cat p {margin-bottom: 50px;}
.cat a {position: absolute; bottom: 0;}
.contact-bottom .flex-container {gap: 5%;align-items:  center;}
.map-third {flex-basis: 67%;}
.one-third {flex-basis: 33%;}
.contact-bottom h2 {font-size: 32px;margin-bottom: 15px;letter-spacing: 1px}
.contact-bottom strong {display: block;}
.contact-bottom p {margin-bottom: 20px;line-height: 1.75 !important;}
.contact-bottom a {color: #000;transition:.3s all;}
/*---BODY--------------------------------*/
.site-wid {max-width: 1400px}
.wid90 {width: 90%;margin: 0 auto;}
.flex-container {display: flex;}
.grid-container {display: grid;}
.center {text-align: center;}
.dark-bg{background: #212121;}
.grey-bg {background: #f8f8f8;}
.black-bg {background: #000;}
.pad-xl {padding-top: 50px !important;padding-bottom: 50px !important;}
.sub-pg a {color: #212121;transition:.3s all;}
.sub-pg a:hover {color:#4589C8;}
/*CONTACT STYLES*/
.contactform h3 {font-size: 22px;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 10px;}
.contactform h2 {font-size: 20px !important;text-transform: uppercase;letter-spacing: 1px;margin: 10px 0 0 0;font-weight: 500;}
.contactform p {font-size: 14px;margin-bottom: 20px;}
.flex-row{gap: 10px;display: flex; justify-content: space-between; align-items: flex-end; width: 100%;}
.flex-input {width: 100%;flex: 1;flex-basis: 100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
.formfield {width: 100%;display:inline-block;margin-right: 10px;margin-top: 10px;min-width: 175px;text-align:left;}
#formpage input,#formpage select {width: 100%;padding: 10px;border: 1px solid #dedede;font-family: "Open Sans", sans-serif !important;color: #000;font-size: 16px;margin-top: 10px;border-radius: 2px;background:#fff;box-sizing: border-box;}
#formpage textarea {width: 100%;font-family: "Open Sans", sans-serif !important;padding:10px;border: 1px solid #dedede;color: #000;font-size: 16px;background: #fff;height: 85px;border-radius:2px;margin-top:10px;box-sizing: border-box;}
#formpage textarea:focus{border: 1px solid #eaeaea;border-radius:2px} 
#formpage input:focus {border: 1px solid #eaeaea;border-radius:2px}
#formpage option{color:#333;background:#fff;}
/*===PLACEHOLDER TEXT STYLES===*/
#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #767676;}
#formpage ::-moz-placeholder { /* Firefox 19+ */color: #767676;}
#formpage :-ms-input-placeholder { /* IE 10+ */color: #767676;}
#formpage :-moz-placeholder { /* Firefox 18- */color: #767676;}
input[type="button"],input[type="submit"] {-webkit-appearance: none;}
.CaptchaPanel{width:100%;box-sizing: border-box;}
.CaptchaImagePanel img{width:200px;}
.CaptchaWhatsThisPanel a{color:#333;}
#CaptchaAnswer {max-width: 250px;}
/*end form styles*/
/*--BUTTON STYLES---*/
.white-btn {padding: 10px 25px; background: #fff;border: 1px solid #e1e1e1;border-radius: 3px;color:#141414;font-weight: 500;text-transform: uppercase;font-family: "Open Sans", sans-serif !important;cursor:pointer;font-size:15px;transition:.3s all;}
.white-btn:hover {background: #e1e1e1;}
.clear-btn {padding: 10px 25px; background: rgba(69,137,200,.25);border: 1px solid #e1e1e1;border-radius: 3px;color:#fff;font-weight: 800;text-transform: uppercase;font-family: "Open Sans", sans-serif !important;cursor:pointer;font-size:15px;transition:.3s all;}
.clear-btn:hover {background: #4589C8;}
.blue-btn {padding: 10px 25px; background: #4589C8;border: 1px solid #4589C8;border-radius: 3px;color:#fff;font-weight: 800;text-transform: uppercase;font-family: "Open Sans", sans-serif !important;cursor:pointer;font-size:15px;transition:.3s all;}
.blue-btn:hover {background: #2b6091;border-color:#2b6091}
button.link-btn,.next-btn {padding: 10px;background: transparent;border-bottom: 2px solid #4589C8;border-left: none;border-top: none;border-right: none;border-radius: 0;color: #4589C8 !important;font-weight: 700;letter-spacing: 1px;font-family: "Open Sans", sans-serif !important;cursor: pointer;font-size: 15px;transition: .5s all;}
button.link-btn::after,.next-btn::after {content: '\f061';font-family: "Font Awesome 6 Free";margin-left: 8px;font-weight: 900;transition: .5s all; }
button.link-btn:hover,.next-btn:hover {color: #2b6091 !important;border-color:#2b6091 !important;}
button.link-btn:hover::after,.next-btn:hover::after {color: #2b6091 !important;}
/* Underline From Left */
.hvr-underline-from-left {display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;overflow: hidden;}
.hvr-underline-from-left:before {content: "";position: absolute;z-index: -1;left: 0;right: 100%;bottom: 0;background: #F1F1F1;height: 2px;-webkit-transition-property: right;transition-property: right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {right: 0;}
/*-------- FOOTER STYLES ----------------*/
footer{}
.foot-wrap {gap: 5%;padding: 30px 0;align-items: center;}
span.foot-title,.foot-wrap a {color: #fff;}
span.foot-title,.foot-logo a {font-family: "Russo One", sans-serif !important;letter-spacing: 1px;display: block;}
.foot-logo a {margin-bottom: 5px;font-weight: 400;display: block;width: fit-content;}
span.foot-title {margin-bottom: 10px;font-weight: 500;}
.foot-logo {flex-basis: 33%;}
.foot-nav {flex: 1;}
.foot-nav-top {margin-bottom: 30px;}
.foot-nav ul {display:flex;gap:30px;}
.foot-nav ul li a {line-height: 2;}
a.foot-img img {width: 100%;max-width: 200px;filter: brightness(0) invert(1);}
footer .black-bg {padding: 10px 0;color:#fff;}
footer .black-bg p {font-size: 14px !important;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-title .list-title-text{font-family: "Russo One", sans-serif !important;}
.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: 3px !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !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:#4589C8 !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,.ts-button.template-branded-button {background:#4589C8 !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,.ts-button.template-branded-button{border: solid 1px #4589C8 !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: #2b6091 !important; color: #fff !important;border-color:#2b6091 !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: #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 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: #000000 !important; color: #fff!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;}
.list-content .list-error-container .info .selected-facet {background: transparent !important;border: none !important;}
.list-content .list-error-container .info .selected-facet button {padding: 5px !important;background-color: transparent !important;border: none !important;color: #000 !important;font-size: 14px !important;}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	.hero-wrap h1 {font-size: 44px;}
	.hero-wrap h1 span,.home-text h2,.contact-bottom h2 {font-size: 28px;}
	.hero-btns {flex-wrap:wrap;}
	.hero-btns a {flex:1;}
	.hero-btns button {width: 100%;}
	.foot-nav ul li a {font-size: 15px;}
}
@media only screen and (max-width: 1100px) {
	.foot-wrap{flex-wrap:wrap-reverse;gap: 30px;}
	.foot-logo,.foot-nav {flex-basis: 100%;}
	
}
@media only screen and (max-width: 900px) {
	.home-text .flex-container {flex-wrap:wrap;}
	.half-text {flex-basis: 100%;}
	.half-img {display: none;}
	.grid-cat,.home-text .flex-container,.contact-bottom .flex-container {gap: 30px;}
	.grid-cat {grid-template-columns: repeat(1, 1fr);}
	.cat-img {height: 250px;}
	.cat-img img {object-position: center center !important;}
	.map-third, .contact-bottom .one-third {flex-basis: 50% !important;}
	.hero-btns a:last-of-type {flex-basis: 100%;}
}

@media only screen and (max-width: 767px) {
	.foot-nav ul{flex-wrap:wrap;gap: 0;}
	.foot-nav ul li,.map-third, .contact-bottom .one-third {flex-basis: 100% !important;}
	.map-third iframe {height: 250px;}
	.foot-nav ul li a {line-height: 2.5;}
	.foot-wrap {text-align: center;}
	
	.contact-bottom .flex-container {flex-wrap:wrap-reverse}
	.hero-wrap h1 {font-size: 36px;}
	.flex-row{flex-wrap: wrap;}
	.contactform h2 {font-size: }
	.foot-logo a{width: 100%;text-align: center;}
}

@media only screen and (max-width: 550px) {
	.hero-wrap h1 span {font-size: 24px;}
	.sub-pg .hero {height: 20vh;min-height: 200px;}
	.pad-xl {padding-top: 30px !important;padding-bottom: 30px !important;}
}

@media only screen and (max-width: 450px) {
	.hero-wrap h1{font-size: 32px;}
	.hero-wrap h1 span {font-size: 18px;}	
	.logo img {width: 150px;}
}