﻿/***** 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: "Roboto Condensed", sans-serif !important;}
h1,h2,h3,h4,h5,h6,p {
font-family: "Roboto Condensed", sans-serif !important;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.orange-bar {background: #ff3600;}
.grey-bar {background: #333333;}
.head-wid {width: 90%; margin: 0 auto;}
.head-wid.flex-container {justify-content: space-between;align-items: center; padding: 10px 0;}
.logo img {max-width: 100%;width: 180px;}
.search-wrap {background: #fff;border-radius: 5px;overflow: hidden;padding: 5px 0px 5px 10px;display: flex;}
.search-wrap input {font-family: "Roboto Condensed", sans-serif !important;
    border: none !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
	height: auto !important;
	color: #000 !important;
}
.search-wrap button {
    border: none;
	padding: 0 10px;
    background: transparent;
    font-size: 18px;
	cursor: pointer;
	transition:.3s all;
}

.search-wrap button:hover {opacity: .5;}
/*--- HEAD SEARCH --*/
.mobile-search {display: none;}
.search-inv a {
	color: #000;
	font-size: 18px;
	transition: .3s all;
}


.head-search a {
	font-size: 22px;
    opacity: .5;
	color: #000;
}

.head-search a:hover {
	opacity: 1;
}
.flex-search-top {
  padding: 0 !important;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start !important;
  gap: 10px;position:relative;
}
.search-wrap-mobile {
    background: #fff;
    width: 90%;
    border-radius: 5px !important;
    overflow: hidden;padding: 0 5px;
}
#search {
     padding: 10px 0;
    background: #000;
  z-index: 999999999999;
      border-bottom: 1px solid rgba(0,0,0,0.20);
  display: flex;
  align-items: center;
  justify-content: space-between;position:relative;
}
.search-bg {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  align-items: center;
  justify-content: center;
}

button.search-click {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #ff3600;
}
#search-header input {
  caret-color: #000 !important;
  background: #000;
}
#search-header input:focus {
  outline-width: 0;
}
.searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#000 !important;
  opacity: 1; /* Firefox */
	font-size: 16px;
}
.searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
	font-size: 16px;
}
.searchTerm::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
	font-size: 16px;
}
input#search-box:focus {
  outline: none;
}


.search-header input[type="text"]:not([class^="Mui"]) {
  width: 100% !important;
  border: none !important;
  font-size: 16px !important;
	line-height: 2.5;
	padding: 0 10px;
  color: #000 !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  height: auto !important;font-family: "Roboto Condensed", sans-serif !important;
}
#closeSearch {
 float: right;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -ms-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    color: #fff !important;
    position: absolute;
    right: -15px;
    top: 0;
}
#closeSearch:hover {
  color: #ff3600 !important;
}
form.search-header {
  display: flex;
  align-items: center;
}
.link-wrap a {
  width: 100%;
  max-width: 300px;
}


/*---BODY--------------------------------*/
#page-container {
background: url("/siteart/body-img.jpg") no-repeat;background-size: cover;
    background-attachment: fixed;
}

#content-wrap {
 padding: 5% 0;
}

.grid-container {display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;}
.home-wrap {
    background: rgba(255,255,255,.75);
    width: 90%;max-width: 1250px;
    margin: 0 auto;box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.home-wid {
    width: 90%;
    margin: 0 auto;
    padding: 2% 0;text-align: center;
}

.home-wid h1 {text-transform: uppercase;font-weight: 900;font-size: 48px;margin-bottom: 2%;}
.cat-options {justify-content: space-between;}
.cat {flex: 1;text-align: center;color: #000;}
.cat img {max-width: 100%;width: 80%;}
.cat h2 {text-transform: uppercase;font-weight: 600;}
.flex-container {
	display: flex;
}

.center {
	text-align: center;
}
.home-searchwrap { max-width: 900px;
    margin: 0 auto;padding-top: 40px;}
.header-right-middle {
}
.toggle-buttons.flex-container {
    justify-content: center;padding-bottom: 15px;gap: 20px;
}

.search-hold {padding: 20px;background: rgba(51,51,51,.35);}
button.search-btn {
    padding: 10px;
    font-size: 18px;
  font-family: "Roboto Condensed", sans-serif !important;letter-spacing: 1px;
    flex: 1;
    font-weight: 500;border: none;transition: .3s all;background: #333;color: #fff;cursor: pointer;
}

button.search-btn.tablink.searchselect{background:#ff3600;color: #fff;position:relative;}
button.search-btn.tablink.searchselect:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-top: solid 10px #ff3600;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;}

.search-col select, .search-col input, .search-col button {
    flex: 1;    font-family: "Roboto Condensed", sans-serif !important;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2;padding: 0 10px;border-radius: 5px;
}

.search-col button {background: #ff3600;color: #fff;transition:.3s all;cursor: pointer;}
.search-col button:hover{background: #333;}
.search-col.flex-container {
    justify-content: space-between;
    gap: 15px;
}
/*--------	HOVER STYLES--------------------*/

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob img {
  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);
}
.hvr-bob:hover img, .hvr-bob:focus img, .hvr-bob:active img {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


/*-------- FOOTER STYLES ----------------*/
#footer {
    width: 100%;
}

.foot-wid{
    width: 90%;
    margin: 0 auto;justify-content: space-between;align-items: center;
}
footer .logo img {
    max-width: 120px !important;
}

.foot-nav ul {
    display: flex;
}
.foot-nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 5;
    padding: 0 20px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-family: "Roboto Condensed", sans-serif !important;
}

.foot-nav a:hover {color:#ff3600}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/



#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){    font-family: "Roboto Condensed", 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: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !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:#ee3124 !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:#ee3124 !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 #ee3124 !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: #ee3124 !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;}


.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;
    color: #000 !important;
    font-size: 14px !important;
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width:1200px) {
	.home-wid h1{font-size: 40px;margin-bottom: 30px;}
}

@media only screen and (max-width: 930px) {
	.foot-wid {flex-wrap:wrap-reverse !important;justify-content: center;}
	.foot-wid div,.foot-nav ul {flex-basis: 100%;text-align: center;justify-content: center;}
	#footer .grey-bar{padding-bottom: 30px;}
}
@media only screen and (max-width: 900px) {
	.search-col.flex-container {flex-wrap: wrap;}
	.search-col button{flex-basis: 100%;}
	.home-wid {padding: 30px 0;}
	.grey-bar .head-wid {text-align: center !important;}
	.grid-container {gap: 20px;}
	.cat h2 {font-size: 18px;}
}


@media only screen and (max-width: 720px) {
	
	.search-col.flex-container {gap: 10px;}
	.search-col select, .search-col input, .search-col button {flex-basis: 100%;}
	.search-col select {padding: 5px 10px;}
	.home-wid h1{font-size: 32px;}
	.foot-nav a {padding: 0 10px;}
}

@media only screen and (max-width: 680px) {
	.foot-wid {padding: 15px 0;gap: 10px;}
	.foot-nav a {line-height: 2;}
	.toggle-buttons.flex-container {flex-wrap:wrap;gap: 0;padding: 0;}
	button.search-btn {flex-basis: 100%;    border-bottom: 1px solid #cccccc26;font-size: 16px;}
	button.search-btn.tablink.searchselect {border: 0 !important;}
	.inv-search.desktop-search{display: none !important;}
	.mobile-search {display: block;}
	.mobile-search a {color: #fff;font-size: 22px;}
	
}
@media only screen and (max-width: 610px) {
.grid-container {
    gap: 10px;
}	
	
	.cat h2 {
    font-size: 16px;
}
	.foot-nav ul {display: block !important;}
	
}
@media only screen and (max-width: 500px) {
.home-wid h1{font-size: 28px;}.cat h2 {
    font-size: 16px;
}
	header .logo a {
    max-width: 130px;
    display: flex;
}
	
	.grid-container {    grid-template-columns: repeat(2, 1fr);gap: 15px;}
}


@media only screen and (max-width: 400px) {
.cat h2 {
    font-size: 14px;
}.home-wid h1 {
    font-size: 24px;    margin-bottom: 0;
}
	.home-searchwrap{padding-top: 20px;}
	.cat-options {
    gap: 10px;
    align-items: self-end;
}

	.cat-options {gap: 5px;}
	
}

@media only screen and (max-width: 340px) {
	
header .logo a {
    max-width: 100px;
}

	

}






