@charset "utf-8";
/* CSS Document */

.row {
  margin: 0px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.container-fluid.cf.invPage {
  padding: 0 !important;
}

.invSub {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.notInv * {
  box-sizing: border-box;
}

h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}

h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.stripebg {
  background-image: url(/../siteart/stripes-light.png);
  background-repeat: repeat;
}
.page-wid a {
  color: #000;
  transition: 0.3s all;
}
.page-wid a:hover {
  color: #2456a8;
}
.service-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.service-flex span {
  flex: 1;
}
.service-flex span h2 {
  font-size: 22px;
}
/* HEADER & NAVIGATION */

.top-header {
  background-color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

header a,
.top-header a,
header a[href^="tel:"] {
  color: #fff !important;
}

.top-header a:hover {
  color: #fff !important;
}

.logo {
  max-width: 300px;
}

.middle-header {
  background-image: url(/../siteart/stripes-light.png);
  background-repeat: repeat;
  color: #2456a8;
  font-family: "Oswald", sans-serif;
}

.navbar {
  background: #2456a8;
}

.navbar a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.navbar a:active {
  text-decoration: underline;
  color: #fff;
}

.navbar a:hover {
  text-decoration: underline;
  color: #fff;
}

/* HERO */

.heropic {
  background-image: url(/../siteart/dozer-2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 600px;
}

.searchinv {
  background-image: url(/../siteart/stripes-light.png);
  background-repeat: repeat;
  color: #2456a8;
}

.sm-send-button {
  background: #2456a8;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 700;
  border: 2px solid #2456a8;
  padding: 10px 20px;
  letter-spacing: 1px;
  font-size: 24px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s all;
}
.sm-send-button:hover {
  background: #1b4282;
  border: 2px solid #1b4282;
}
/* NOUI SLIDER */
.search-row label {
  color: #000;
}
.search-row label span {
  color: #2456a8 !important;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}
.noUi-horizontal {
  height: 12px;
  z-index: 0;
}
.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 21px;
  left: -13px;
  top: -6px;
}
.noUi-horizontal .noUi-handle-upper {
  top: -5px;
}
.noUi-background {
  background: #ccc;
}
.noUi-connect {
  background: #eee !important;
  border: 1px #e8e8e8 solid;
}
.noUi-target {
  width: calc(100% - 15px);
  margin: 15px auto;
}
.noUi-handle {
  position: relative;
  background: #2456a8 !important;
  border: 1px solid #2456a8;
  border-radius: 3px;
  z-index: 1;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #e8e7e6;
  left: 10px;
  top: 3px;
}
.noUi-handle:after {
  left: 12px;
}
.noUi-pips-horizontal {
  padding: 5px 0;
  height: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: #555;
}
.example-val {
  font-size: 15px;
  font-weight: 700;
}
.example-val span {
  font-weight: 500;
}
#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* QUICK LINKS */
.page-wid {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.quick-links {
  background: #000;
}
.padxl {
  padding: 50px 0 !important;
}
.quick-links h1,
a,
a:hover {
  color: #fff;
}

.spectrans {
  background-image: url(/../siteart/spectrans.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 184px;
  padding: 70px 0;
}

.truckstrailers {
  background-image: url(/../siteart/truckstrailers.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 184px;
  padding: 70px 0;
}

.constequip {
  background-image: url(/../siteart/constequip.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 184px;
  padding: 70px 0;
}

.onlineauc {
  background-image: url(/../siteart/onlineauc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 184px;
  padding: 70px 0;
}

.wholebtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  z-index: 1;

  /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url("empty.gif");
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

.list-group-item {
  background: #2456a8;
  border: 1px solid #2456a8;
}

.list-group-item a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff;
}

/* FOOTER */

.pre-footer {
  background-color: #212121;
  color: #fff;
  font-size: 12px;
}

.pre-footer a {
  color: #fff;
}

.pre-footer a:hover {
  color: #fff;
}

.footercontact {
  text-transform: uppercase;
}

/* ABOUT & SPECIALIZED TRANSPORT */

.stransport h3,
.stransport a {
  color: #2456a8;
}

.stransport a:hover {
  color: #2456a8;
  text-decoration: underline;
}

/* TIMED AUCTIONS */

.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: #2456a8 !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: #2456a8 !important;
  border: solid 1px #2456a8 !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: #1b4180 !important;
  border-color: #1b4180 !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: #333 !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,
.faceted-search-content .faceted-section-head .faceted-section-title,
.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name,
.grouped-faceted-header,
.faceted-search-content .faceted-section-box .faceted-search {
  font-family: "Oswald", sans-serif !important;
}

.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: #333 !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;
}

/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 650px) {
  .service-flex span {
    flex-basis: 100%;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
}

/*Large devices (desktops, less than 1200px)*/
/* @media (min-width: 992px) and (max-width: 1199px) {
  .navbar a {
    font-size: 16px;
  }
} */

@media only screen and (max-width: 1100px) {
  .navbar a {
    font-size: 14px;
  }
}
/*Extra large devices (large desktops)*/
@media (min-width: 1240px) {
  .navbar a {
    font-size: 16px;
  }
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {
  .navbar a {
    font-size: 18px;
  }
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {
}

@media (max-width: 990px) {
  .searchinv {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .heropic {
    min-height: 250px;
    height: 40vh;
    background-position: center center !important;
    max-height: 400px;
  }
}

@media (max-width: 400px) {
  .heropic {
    min-height: 200px;
    height: 25vh;
  }
}
