﻿/***** BEGIN RESET 

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
*****/
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 {
  font-family: 'Roboto Slab', serif;
}
.page-wid h1 {
  margin: 10px 0;
}
p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
a:link, a:visited, a:active {
  text-decoration: none;
  color: #000;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
a:hover {
  text-decoration: none;
  color: #8f927f;
}
hr {
  border: #000 1px solid;
}
/*--- HEADER STYLES ---------------------*/
header {}
.top-header {
  background: #f0eada;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 0;
}
.top-left, .top-left a {
  color: #000;
  font-size: 14px !important;
}
.top-left i {
  margin-right: 5px !important;
}
.bid-btn {
  background: #8f927f !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 5px 15px !important;
  font-size: 16px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif !important;
  cursor: pointer !important;
  -webkit-transition: opacity 0.2s ease-out, background 0.2s ease-out !important;
  transition: opacity 0.2s ease-out, background 0.2s ease-out !important;
}
.bid-btn:hover {
  background: #828672 !important;
}
.main-header {
  background: #faf9f6;
  padding: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  ;
}
.logo {
  max-width: 150px;
  flex: 1;
}
.logo img {
  max-width: 100%;
}
.mobile-head {
  display: none;
}
/*---BODY--------------------------------*/
.page-wid {
  max-width: 1200px;
  margin: 0 auto;
}
.wid-90 {
  width: 90%;
  margin: 0 auto;
}
.wid-80 {
  width: 80%;
  margin: 0 auto;
}
.wid-70 {
  width: 70%;
  margin: 0 auto;
}
.flex-container {
  display: flex;
  align-items: center;
}
#pad-70 {
  padding: 70px 0;
}
#pad-20 {
  padding: 30px 20px;
}
#pad-30 {
  padding: 30px 0;
}
#pad-40 {
  padding: 40px 0;
}
#pad-50 {
  padding: 50px 0;
}
.just-center {
  justify-content: center;
}
.just-between {
  justify-content: space-between;
}
.just-left {
  justify-content: left;
}
.just-right {
  justify-content: right;
}
.center {
  text-align: center;
}
/**Hero Images**/
.hero {
  background: url(/siteart/hero.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 12%;
}
.consign-hero {
  background: url("/siteart/consign-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
.contact-hero {
  background: url("../siteart/contact-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
.about-hero {
  background: url("../siteart/about-hero.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
.hero-txt {
  padding: 65px 0;
  text-align: center;
}
.hero-txt h1 {
  font-size: 36px;
  font-weight: 500;
}
.hero-txt .green-btn, .hero-txt .brown-btn {
  padding: 8px 20px !important;
  font-size: 16px !important;
}
/**CTA**/
.back-border {
  background: transparent !important;
  border: solid 1px #dbb994;
  padding: 28px 0px;
  position: relative;
  flex: 1;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.off-white {
  background: #faf9f6;
}
.cat-btns {
  gap: 5%;
}
a .cat-txt {
  color: #000 !important;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
a:hover .cat-txt {
  color: #696C5C !important;
}
a:hover .back-border {
  border-color: #696C5C !important;
}
.cat-txt h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.cat-txt p {
  font-size: 20px !important;
}
.inner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-ico {
  position: absolute;
  left: -45px;
}
.cat-ico img {
  width: 100px;
  max-width: 100%;
}
/*Home Text*/
.home-bg {
  background: url("/siteart/home-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.home-txt {
  text-align: center;
  padding: 5% 0;
}
.home-txt h2 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 500;
}
.button-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}
.green-btn, .brown-btn {
  border: none;
  border-radius: 30px;
  padding: 8px 20px !important;
  font-size: 16px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out, background 0.2s ease-out;
  transition: opacity 0.2s ease-out, background 0.2s ease-out;
  width: fit-content;
}
.brown-btn {
  background: #dbb994;
}
.brown-btn:hover {
  background: #D7B188;
}
.green-btn {
  background: #8f927f;
}
.green-btn:hover {
  background: #828672;
}
.cat-btn {
  flex: 1;
}
/*------------------------------------------------
CONTACT PAGE
------------------------------------------------*/
.contact-us {
  gap: 40px;
  padding-bottom: 30px;
    align-items: stretch !important;
}
.contact-option {
  padding: 2%;
  border: solid .5px #828672;
  text-align: center;
	display: flex;
    flex: 1;
	    align-items: center;
    justify-content: space-evenly;
	
}
.contact-ico {
  font-size: 48px;
  color: #828672;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.contact-ico .fas {
  display: block;
}
.contact-txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left !important;
}
.contact-txt h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 3px;
  text-transform: uppercase;
  margin: 0 !important;
}
.contact-txt a {
  font-size: 18px !important;
}
/*------------------------------------------------
scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 92px;
}
/*--------FORM STYLES--------------------*/
/*-------- FOOTER STYLES ----------------*/
footer {}
.green-foot {
  background: #8f927f;
  padding: 20px;
}
.foot-nav {
  text-align: center;
}
.foot-nav ul {
  margin: 0;
  padding: 0;
}
.foot-nav li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  width: auto;
}
.foot-nav ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  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-weight: 500;
  padding: 0 20px;
	letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
	transition:.3s all;
}

.foot-nav ul li a:hover {
	color: #dbb994 !important;
}
.flex-container.footer {
  flex-wrap: wrap;
	align-items: flex-start !important;
}
.foot-contact {
  flex: 1;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
.foot-contact a {
  color: #000;
	transition: .3s all;
}

.foot-contact a:hover {
	color: #dbb994 !important;
}
.foot-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Roboto Slab', serif !important;
}
.brown-foot {
  background: #dbb994;
  padding: 10px 0;
  text-align: center;
}
.hostedby, .hostedby a {
  font-size: 14px;
  color: #fff !important;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
/*----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, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input, .compare-listings-container .compare-container .button {
  -moz-border-radius: 90px !important;
  -o-border-radius: 90px !important;
  -webkit-border-radius: 90px !important;
  border-radius: 90px !important;
}
.list-content .list-top-section .list-title, .list-content .list-title .list-title-text, .list-content .listing-portion-title {
  font-family: 'Roboto Slab', serif !important;
}
.list-content .list-listing .listing-main-stats, .list-content .price-container .price, .detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button, .dealer-info .contact-information, .dealer-info .dealer-company-header {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.list-content .list-listing .listing-top-right .listing-dealer-info > * {
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: .1px !important;
}
.list-content .list-title .list-listings-count, .list-content .price-container .price, .detail-wrapper .search-results span, .detail-wrapper .search-results i,.mobile-option-bar .mobile-option-bar-filter {
  color: #8f927f !important;
}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text, .view-listing-details-link, .contact-options a, .list-content .listing-description {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 14px !important;
}
.list-content .list-listing .listing-main-stats {
  font-size: 18px !important;
  line-height: 20px !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, .compare-checked {
  color: #8f927f !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, .detail-wrapper .offer-btn, .detail-wrapper .buy-btn, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input, .compare-listings-container .compare-container .button, .faceted-search-content .selected-facets-container .selected-facet,.faceted-search-content .mobile-done-button-container .mobile-done-button {
  border: none !important;
  background: #8f927f !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, .detail-wrapper .offer-btn, .detail-wrapper .buy-btn, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input, .compare-listings-container .compare-container .button, .faceted-search-content .selected-facets-container .selected-facet {
  transition: ease all 0.2s !important;
}
.view-listing-details-link:hover, .detail-wrapper .offer-btn:hover, .detail-wrapper .buy-btn:hover, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button:hover, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input:hover, .compare-listings-container .compare-container .button:hover, .faceted-search-content .selected-facets-container .selected-facet:hover {
  background: #828672 !important;
  color: #fff !important;
}
.list-content .list-container .buy-btn:hover, .list-content .list-container .contact-btn:hover, .list-content .list-container .check-availability:hover, .list-content .list-container .email-seller:hover, .list-content .list-container .video-chat:hover, .list-content .list-container .facebook-messenger:hover, .list-content .list-container .whatsapp:hover, .list-content .list-container .text:hover {
  background: #D7B188 !important;
}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .textn {
  background: #dbb994 !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name, .faceted-search-content .faceted-section-head .faceted-section-title, .faceted-search-content .faceted-section-box .faceted-range .faceted-range-input-container .prefix, .faceted-search-content .faceted-section-box .faceted-search {
  margin-top: 0 !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 14px;
}
.detail-additional-data h3 {
  padding: 10px 0 5px;
}
.detail-additional-data .data-row .data-value {
  background: #f0eada !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.faceted-search-content .faceted-section-head .faceted-section-title, .compare-listings-container .compare-container .button {
  font-size: 14px !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: #dbb994 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {
  background: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button, .media-buttons .print-this, .media-buttons .email-this {
  border-color: #000 !important;
  color: #000 !important;
  background: transparent !important;
  font-size: 15px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.dealer-info .phone-and-email .send-email-btn:hover, .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3, .compare-listings-container .compare-container .compare-price, .detail-wrapper .main-detail-pricing .detail-price, .detail-wrapper .main-detail-pricing .alternate-retail-price {
  color: #000 !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;
}
.disclaimer {
  font-size: 15px !important;
}
.view-listing-details-link {
  color: #fff !important;
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1688px) {
  .cat-ico img {
    width: 80px;
  }
  a .cat-txt {
    padding-left: 40px
  }
}
@media only screen and (max-width: 1475px) {
  .wid-80 {
    width: 90%;
  }
}
@media only screen and (max-width: 1300px) {
  .foot-contact {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #pad-20 {
    padding: 30px 10px;
  }
  .cat-ico img {
    width: 70px;
  }
  .cat-txt p {
    font-size: 16px !important;
  }
  a .cat-txt {
    padding-left: 0 !important;
  }
  .page-wid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .contact-txt a {
    font-size: 16px !important;
  }
  .contact-txt h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .contact-ico {
    font-size: 36px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  #pad-20 {
    padding: 30px 10px;
  }
  .cat-ico img {
    width: 70px;
  }
  .cat-txt p {
    font-size: 16px !important;
  }
  a .cat-txt {
    padding-left: 30px !important;
  }
  .cat-ico {
    left: -20px;
  }
  .cat-ico img {
    width: 70px;
  }
  .cat-txt h1 {
    font-size: 26px;
    margin-bottom: 0 !important;
  }
  a .cat-txt {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 1071px) {
  .contact-option {
    padding: 2%;
  }
}
@media only screen and (max-width: 995px) {
  #pad-20 {
    padding: 30px 0px;
  }
  .cat-btns {
    gap: 0;
    flex-wrap: wrap;
  }
  .cat-btn {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  a .cat-txt {
    padding-left: 0 !important;
    text-align: center;
  }
  .cat-txt h1 {
    font-size: 30px;
  }
  .cat-txt p {
    font-size: 18px !important;
  }
  .wid-80 {
    width: 80%;
  }
	
	.desktop-head {
    display: none !important;
  }
  .mobile-head {
    display: block !important;
  }
  .top-left i {
    margin-right: 0px !important;
    padding: 0 8px;
        font-size: 22px;
    color: #8f927f !important
  }
	
}
@media only screen and (max-width: 930px) {
  .contact-ico {
    margin-right: 0;
    text-align: center;
    display: block;
  }
  .contact-txt {
    text-align: center !important;
    margin-top: 10px;
    display: block;
  }
  .contact-txt a {
    font-size: 16px !important;
  }
  .contact-txt h2 {
    font-size: 16px;
    line-height: 32px;
  }
  .contact-option {
    flex-grow: 1;
  }
  .contact-us {
    gap: 20px;
  }
}
@media only screen and (max-width: 889px) {
  .tabs li a:link, .tabs li a:visited, .tabs li a:active {
    font-size: 14px !important;
  }
  
  .foot-nav ul li a {
    padding: 6px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 799px) {
  .main-header .flex-container {
    justify-content: center;
    padding-bottom: 24px;
  }
  .foot-contact {
    font-size: 14px;
  }
}
@media screen and (max-width: 742px) {
  .contact-option {
    flex-basis: 100%;
  }
  .contact-us {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 530px) {
  .foot-contact {
    flex-basis: 100%;
  }
  .flex-container.footer {
    gap: 20px;
  }
  .contact-option {
    padding: 4%;
  }
}
@media only screen and (max-width: 430px) {
  .cat-txt h1 {
    font-size: 22px;
    margin-bottom: 0 !important;
    line-height: 36px;
  }
  a .cat-txt {
    padding-left: 60px !important;
    text-align: left;
  }
  .cat-txt p {
    font-size: 16px !important;
  }
  .back-border {
    padding: 22px 0;
  }
  .inner-content {
    justify-content: normal !important;
    padding: 0 20px;
  }
  .back-border {
    padding: 16px 10px;
  }
  .detail-additional-data .data-row .data-value, .detail-content-mobile .detail-additional-data .data-row .data-label {
    font-size: 13px !important;
  }
}