body {
    font-family: 'Oswald', sans-serif !important;
    overflow-x: hidden;
}

/* html {
    overflow-x: hidden;
} */

.header {
    background-color: #e8eaec;
    display: table;
    width: 100%;
}

.header .logo {
    margin: 22px 0 0 11px;
    display: inline-block !important;
}

.header .rightBox {
    background: #8a171a;
    width: 480px;
    float: right;
}

.header .rightBox p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 3px;
    padding: 10px 20px;
}

.header .rightBox a {
    color: #fff;
}

.header .rightBox p:nth-child(2) {
    margin-bottom: 0px;
}

.header .searchBox {
    background: #d8d8d8;
    padding: 8px 20px;
    margin: 0;
}

.header .searchBox .form-control {
    border-radius: 0;
    font-size: 20px;
    color: #1e1e1e;
    border: 1px solid #000000;
}

.header .searchBox .btn-search {
    background: #000;
    color: #fff;
    font-size: 20px;
    padding-left: 55px !important;
    padding-right: 55px !important;
    border-radius: 0;
}

.header .searchBox .btn-search:hover {
    background: #333333;
}

.header .menuRow {
    background: #8a171a;
    clear: both;
}

.header .menuRow .nav-link {
    color: #ffffff !important;
    font-size: 27px !important;
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
    transition: all .2s;
}

.header .menuRow .nav-link:hover,
.header .menuRow .active {
    background: #631113;
}

.page-header{
	font-size: 47px;
	font-weight: 700;
	margin-bottom: 30px;
}

.banner {
    background-image: url(../img/hero.jpg);
    height: 465px;
    background-position: center top;
    display: flex;
}

.banner .textBox {
    margin: auto;
    width: 95%;
}

.banner .textBox p {
    font-family: 'Lily Script One', cursive;
    font-size: 37px;
    color: #fff;
    text-shadow: 2px 4px 5px #000000;
}

.banner .textBox h2 {
    font-size: 65px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 4px 5px #000000;
    margin-bottom: 35px;
}

.banner .textBox p:nth-child(1) {
    margin: 0;
}

.banner .textBox h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 4px 5px #000000;
    margin-bottom: 35px;
}

.banner .textBox .subheader {
    font-family: 'Lily Script One', cursive;
    font-size: 37px;
    color: #fff;
    text-shadow: 2px 4px 5px #000000;
	font-weight: 500;
}

.img-fluid {
    width: 100%;
}

.inventory {
    text-align: center;
    /* display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(193px, 1fr)); */
}

.inventory img {
    /* filter: brightness(45%); */
    /* transition: all .3s; */
}

.inventory .colBox {
    position: relative;
    overflow: hidden;
}

.inventory .colBox:hover img {
    /* filter: brightness(100%); */
}

.inventory .colBox:hover h2 {
    /* filter: brightness(100%); */
    /* text-shadow: 2px 4px 5px #000000; */
}

.inventory .colBox .overlay {
    position: absolute;
    background: #000;
    display: block;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    transition: all 200ms linear;
}

.inventory .colBox:hover .overlay {
    position: absolute;
    background: #000;
    display: block;
    z-index: 99999;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.inventory h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    z-index: 9;
}

.aboutRow {
    background: #8a171a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutRow h2, .mainCont h2 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 30px;
}

.aboutRow p {
    font-size: 25px;
    margin: 0;
}

.prdLine {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f1f1f1;
}

.prdLine h2 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 30px;
}

.prdLine img {
    display: inline-block !important;
    vertical-align: middle;
    /* margin: 15px 40px; */
}

.imgCont {
    height: 160px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .row:nth-child(1) {
    background: #1d1d1d;
}

.footer .box {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 75px 0 15px;
}

.footer a {
    color: #ffffff;
    font-size: 25px;
    display: block;
}

.footer a:hover {
    color: #ccc;
}

.footer .row:nth-child(2) {
    background: #000000;
}

.navbar-toggler:focus {
    outline: 0;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #8a171a;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #8a171a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
    transition: all 200ms linear;
}

.lead-button:hover {
    background-color: #800d11;
    color: rgb(240, 208, 25);
    text-decoration: none;
}

.cform .form-control {
    border: 1px solid #8a171a;
    border-radius: 0;
}

p a, .CaptchaWhatsThisPanel a  {
    color: #800d11;
}


.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}

.scrolling{
    width:100%;
    height:92px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    display: inline;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.divfooter {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
    color:#000 !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    font-size: 36px;
}

@media screen and (max-width: 1200px) {
    .inventory {
        text-align: center;
        display: grid;
        grid-gap: 0px;
        grid-template-columns: repeat(auto-fit, minmax(383px, 1fr));
    }
    .header .menuRow .nav-link {
      font-size: 24px !important;
    }
}

@media screen and (max-width: 992px) {
    .header .menuRow .nav-link {
        font-size: 20px !important;
    }
    .prdLine img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -20%);
        /* width: 200px; */
        display: block;
        /* padding: 33px 40px; */
    }
        .navbar-dark .navbar-toggler-icon {
        background-image: url(../img/menuIcon-white.png) !important;
        width: 30px;
        height: 24px;   
    }
    
}

@media screen and (max-width: 700px) {
    .header .rightBox {
        display: none;
    }

    .header .logo {
        margin: 10px 11px;
        width: 130px;
    }

    .navbar-toggler {
        margin-top: -90px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url(../img/menuIcon.png) !important;
        width: 30px;
        height: 24px;
    }
}

@media screen and (max-width: 600px) {
    .banner {
        height: 350px;
        background-position: -785px -73px;
    }

    .banner .textBox {
        text-align: center;
    }

    .banner .textBox h1 {
        font-size: 41px;
    }

    .banner .textBox .subheader {
        font-size: 28px;
    }

    .inventory h2 {
        /* font-size: 5vh; */
    }

    .aboutRow h2,
    .prdLine h2, 
    .mainCont h2 {
        font-size: 34px;
    }

    .aboutRow p {
        font-size: 19px;
    }

    .prdLine img {
        padding: 0;
        display: block;
    }

    .footer .box {
        margin: 15px auto;
    }
}

@media screen and (max-width: 425px) {
    .prdLine img {
        transform: none;
        margin: 0 auto;
        left: unset;
       
    }
}

/*--- faceted links ---*/

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin-right: 5px !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label, .faceted-search-content .selected-facets-container .selected-facet, .paging-container .page-navs button.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder input,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button {
    background: #8a171a !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-main-section .list-container .fin-calc, .list-content .listing-portion-title,
.detail-content .detail-main-body .main-detail-data .detail-price {
    color: #8a171a !important;
}

.list-content .list-title, .list-content .list-title .list-listings-count, .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name, .contact-information a,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count,
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container,
.breadcrumbs .breadcrumbs-element, .detail-content .search-results, .legal-text-content, .detail-content .dealer-info .field-name, .detail-content .dealer-info .field-value, .detail-additional-data h4, .mc-thumb-strip .mc-btn.mc-btn-next span, .mc-thumb-strip .mc-btn.mc-btn-prev span, .detail-content .dealer-info .google-maps-link i, .paging-container .page-number, .paging-container .list-page-number,
.faceted-search-content .faceted-section-box .faceted-date-range, .faceted-search-content .faceted-section-box .faceted-date-range .days-ago-input {
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn, .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button {
    border: 1px solid #8a171a !important;
    color: #8a171a !important;
}

.list-content .listing-bottom .listing-description-text {
    color: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin-top: 0 !important;
}

@media (max-width: 992px) {
  .detail-content-mobile .detail-contact-bar .contact-bar-btn,
  .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
  .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
  .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
  .detail-content-mobile .detail-additional-data .data-row .data-label,
  .mobile-breadcrumb,
  .list-content .list-listing-mobile .view-listing-details-link {
    background: #8a171a !important;
  }
  .list-content .list-listing-mobile .price-container .price {
      color: #8a171a !important;
  }
  .fin-calc p, .fin-calc strong, .dealer-info a {
    color: #8a171a !important;
  }
  .list-content .list-listing-mobile .email-seller-link {
    height: 38px !important;
  }
  .spec-container a, .list-content .list-listing-mobile .listing-portion-title {
      color: #8a171a !important;
  }
  .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
      border: 1px solid #8a171a  !important;
  }
  .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
  .detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
  .detail-content-mobile .detail-main-body .main-detail-data,
  .main-detail-data .currency-selector,.detail-content-mobile .share-listing {
      color: #fff !important;
  }
  .detail-content-mobile .detail-additional-data .data-row .data-value,
  .list-content .list-listing-mobile .listing-description-text,
  .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
      color: #000 !important;
  }
}