﻿/***** BEGIN RESET 

font-family: oswald, sans-serif;
font-family: 'Roboto', sans-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;
}
input {
  box-sizing: border-box
}
/*-------- 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', sans-serif !important;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  border: #000 1px solid;
}
h1, h2, h3, h4, h5, h6 {
  font-family: oswald, sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
/*--- HEADER STYLES ---------------------*/
header {
  background: #292929;
}
.flex-head {
  align-items: center;
  padding: 20px 0 0;
}
.right-side a, .left-side a, .logo a {
  color: #c1a37d;
  display: inline-block;
  font-family: oswald, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transition: .3s all;
}
.right-side a:hover, .left-side a:hover {
  color: #fff;
}
.logo {
  flex: 1;
}
.page-wid {
  max-width: 1500px;
  margin: 0 auto;
}
.logo {
	text-align: center;
}
.logo img {
  max-width: 100%;
	width: 670px;
}
.right-side {
  text-align: right;
}
.mobile-top {
  display: none;
}
a.mobile-map, a.mobile-phone {
  background: #ddc09a;
  flex: 1;
  text-align: center;
  color: #333;
  padding: 10px 0;
  font-family: oswald, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
a.mobile-map .fas, a.mobile-phone .fas {
  margin-right: 5px;
}
a.mobile-phone {
  border-left: 1px solid #333;
}
a.mobile-map {
  border-right: 1px solid #333;
}
.mobile-search {
  display: none;
}
/*---BODY--------------------------------*/
#pad-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.flex-container {
  display: flex;
}
.center {
  text-align: center;
}
.dark-bg {
  background: #292929;
}
.gold-bg {
  background: #ddc09a;
}
.wid90 {
  width: 90%;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.search-container {
  background: rgba(221, 192, 154, 0.90);
    padding: 30px 0;
    text-transform: uppercase;
    text-align: center;
}

.inner-search {
	width: 90%;
	margin: 0 auto;
}
.inner-search h1 {
  font-weight: 500;
  font-size: 28px;
}
.half-page {
  flex: 1;
}
.home-img {
  background: url("/siteart/homeimg.jpg") no-repeat;
  background-size: cover;
  background-position: 75% 50%;
}
.text-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 90px 0;
}
.text-wrap h2 {
  color: #ddc09a;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 40px;
}
#smalltxt {
  font-size: 26px;
  font-weight: 400;
}
.text-wrap p {
  color: #fff;
}
.flex-cats {
  justify-content: space-between;
  gap: 50px;
}
.cat {
  flex: 1;
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
  position: relative !important;
  transition: .4s all;
}
.cat:hover:before {
  background: rgba(255, 255, 255, 0.0);
  color: #fff;
}
.cat:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(221, 192, 154, .85);
  transition: .6s all;
}
.cat:hover h3 {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.cat h3 {
  position: absolute;
  z-index: 9999;
  color: #292929;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  transition: .4s all;
}
.cat.inventory {
  background: url("../siteart/cat-bg/inv-cat.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.cat.rentals {
  background: url("../siteart/cat-bg/rental-cat.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.cat.contact {
  background: url("../siteart/cat-bg/touch-cat.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
a.contact-info.flex-container {
  color: #fff;
  font-family: oswald, sans-serif;
  gap: 20px;
  font-size: 18px;
  margin: 20px 0 30px;
  transition: .3s all;
	width: fit-content;
}
a.contact-info.flex-container:hover {
  color: #ddc09a;
}
/* HOME SEARCH */
.keywordsearch input {
  padding: 10px;
  border: none;
  flex-basis: 35%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.keywordsearch button {
  border: none;
  background: #292929;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  cursor: pointer;
}
.keywordsearch {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}
/* BUTTONS */
button.black-btn {
  background: #292929;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  width: 40%;
  font-size: 18px;
  margin: 20px 0;
  font-family: oswald, sans-serif;
  cursor: pointer;
  transition: .3s all;
  border: 2px solid #292929;
}
button.gold-btn {
  background: #ddc09a;
  border: none;
  color: #292929;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 16px;
  margin: 40px 0 0;
  font-family: oswald, sans-serif;
  cursor: pointer;
  transition: .3s all;
  border: 2px solid #ddc09a;
}
button.gold-btn:hover {
  color: #ddc09a;
  background: #292929;
}
/* HOVER EFFECT */
/* Icon Forward */
.hvr-icon-forward {
  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);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 92px;
}
/*--------FORM STYLES--------------------*/
/*-------- FOOTER STYLES ----------------*/
footer {}
.half-foot {
  flex: 1;
  padding: 3% 25px;
}
.half-foot img {
  max-width: 100%;
  width: 620px;
}
.half-foot.dark-bg {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.foot-nav {
  width: 90%;
  margin: 0 auto;
}
ul.foot-nav li a {
  font-family: oswald, sans-serif;
  color: #292929;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 48px;
  font-weight: 500;
  transition: .3s all;
}
ul.foot-nav li a:hover {
  color: #fff;
}
/*----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: 'Oswald', 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: 3px !important;
  -o-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
.list-top-section .list-title .list-title-text, .list-content .listing-portion-title, .list-content .list-listing .dealer-name {
  font-family: 'Oswald', sans-serif !important;
}
.list-content .listing-description, .list-content .spec-value, .list-content .spec-label, .list-content .dealer-data, .list-content .price-container .price, .list-content .list-listing .listing-top-right .listing-dealer-info .phone-link {
  font-family: 'Roboto', sans-serif !important;
}
.list-content .list-error-container .info .selected-facet, .list-content .list-error-container .info .selected-facet button {
  background: transparent !important;
  border: none !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: #c1a37d !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, .list-content .list-error-container .info button {
  background: #c1a37d !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, .list-content .list-error-container .info button {
  border: solid 1px #c1a37d !important;
  transition: ease all 0.2s !important;
color: #292929 !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, .list-content .list-error-container .info button:hover {
  background: #fff !important;
  color: #c1a37d !important;
}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {
  background: #292929 !important;
  border: solid 1px #292929 !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: #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: #292929 !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: #292929 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {
  background: #292929 !important;
}
.list-main-section .contact-options a {
  border: #292929 solid 1px !important;
  transition: ease all 0.2s !important;
}
.list-main-section .contact-options a:hover {
  background: #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: #292929 !important;
  color: #292929 !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: #292929 !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 only screen and (max-width: 1200px) {
	.logo img {
		width: 500px;
	}
}
@media only screen and (max-width: 1000px) {
  a.cat {
    flex-basis: 100%;
  }
  .flex-cats {
    flex-wrap: wrap;
    gap: 40px;
  }
  .cat {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 890px) {
  .left-side, .right-side {
    display: none;
  }
  .mobile-top {
    display: flex;
  }
  .logo {
    max-width: 500px !important;
    margin: 0 auto;
  }
  .desktop-only {
    display: none;
  }
  .half-page .search-container {
    display: none;
  }
	
.search-container {
    position: unset !important;
    padding: 20px 0;
  }
	
  .inner-search {
    width: 90%;
    margin: 0 auto;
  }
  .mobile-search {
    display: block
  }
  .keywordsearch {
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
  }
  .inv-search {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .search-input select, .search-input input {
    width: 100%;
    font-family: oswald, sans-serif;
    font-size: 16px;
    padding: 10px !important;
    background: #f2f2f2;
    border: none !important;
    text-transform: uppercase;
  }
  .keywordsearch button {
    padding: 10px;
  }
  .inv-search h2 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 0 20px;
  }
  .home-img {
    display: none;
  }
  .text-wrap {
    padding: 15% 0;
  }
  .flex-foot, .home-wrap {
    flex-wrap: wrap;
  }
  .half-foot {
    flex-basis: 100%;
  }
  .half-page {
    flex-basis: 100%;
  }
  .c-info {
    padding: 50px 0;
  }
  .home-map iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 530px) {
  .logo {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .inner-search h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 400px) {
  a.mobile-map span, a.mobile-phone span {
    display: none;
  }
}