body {
    overflow-x: hidden !important;
    font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box !important;
}

h1 {
    font-size: 25px;
    color: #000;
    font-weight: 900;
}

h3 {
    font-size: 20px;
    color: #000;
}

p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
}

input:focus,
select:focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-primary {
    background: #c12f2f;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 40px;
    border: 2px solid #c12f2f;
}

.btn-primary:hover {
    background: #fff;
    color: #c12f2f !important;
    border: 2px solid #c12f2f;
}

.header {
    background: rgb(240, 240, 240);
    background: linear-gradient(180deg, rgba(240, 240, 240, 1) 27%, rgba(255, 255, 255, 1) 85%);
    padding-top: 13px;
    padding-bottom: 9px;
}

.header .container {
    max-width: 1350px;
}

.header .east-cost {
    float: right;
}

.header .contact-box {
    text-align: right;
    width: auto;
    float: right;
}

.header .contact-box h3 {
    color: #cc1919;
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 5px 0;
}

.header .contact-box h3 a {
    color: #cc1919;
}

.header .contact-box .fa {
    font-size: 23px;
}

.header .contact-box p {
    font-size: 18px !important;
    color: #333333;
    line-height: 19px;
    margin: 0;
}

.header .contact-box p span {
    font-size: 14px;
    line-height: 35px;
}

 

.menu-row {
    background-color: #223d9c;
    background-image: url(../img/menu-bg.png);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0px 10px 12px -7px rgba(140, 140, 140, 1);
    -moz-box-shadow: 0px 10px 12px -7px rgba(140, 140, 140, 1);
    box-shadow: 0px 10px 12px -7px rgba(140, 140, 140, 1);
}

.menu-row .navbar {
    max-width: 1440px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.menu-row .nav-link {
    font-size: 17px;
    color: #fff !important;
    padding: 15px 30px !important;
    transition: all 200ms linear;
}

.menu-row .nav-link:hover {
    color: #fff !important;
    background-color: #0b0b0b;
}

.banner {
    height: 850px;
    background-position: bottom;
    background-size: cover;
    background-image: url(../img/hero-banner.jpg)
}

.banner h1 {
    color: #597aeb;
    font-size: 40px;
    font-weight: bold;
    padding: 50px 0 15px 0;
}

.banner p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.inventory-row {
    background-image: url(../img/inventory-bg.jpg);
}


.inventory-row .container {
    max-width: 1360px;
    padding: 50px 30px 30px 30px
}

.inventory-row .box {
    position: absolute;

    width: 93%;
    height: 100%;
}

.inventory-row .box .text {
    display: -ms-flexbox;
    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;
    height: 100%;
}

.inventory-row .container h2 {

    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    margin: 0;
}


.inventory-row .container img {
    width: 100%;
}

.inventory-row .container div div {
    margin-bottom: 30px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggle-menu.png);
    width: 16px;
    height: 14px;
}

.navbar-dark .navbar-toggler {
    padding: 0;
    border: 0;
}

.navbar-dark .navbar-toggler:hover {
    outline: 0;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #0d0d0d;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff
}

.footer a {
    color: #fff
}

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: #ababaa;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.contact-page a {
    color: #cc1919;
}


.innerCont h1,
.contact-page h1 {
    border-bottom: 2px solid #223d9c;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.innerCont h2 {
    color: #223d9c;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 30px;
	font-size: 20px;
}

.innerCont a {
    color: #cc1919;
}

.form-control {
    border: 1px solid #223d9c;
}


@media (max-width: 1439px) {
    .menu-row .nav-link {
        padding: 15px 20px !important;
    }

    .banner {
        height: 680px;
    }
}

@media (max-width: 1279px) {
    .menu-row .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .menu-row {
        background-image: none;
        padding: 10px;
    }

    .menu-row .nav-link {
        padding: 10px 0 !important;
        border-bottom: 1px solid #19328f;
    }
}

@media (max-width: 1070px) {
    .logo {
        max-width: 172px;
    }

    .header .east-cost {
        width: 100px;
    }

    .fass {
        max-width: 100px;
    }

    .header .contact-box h3 {
        font-size: 23px;
    }

    .header .contact-box p {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .banner .container {
        max-width: 100%;
    }

    .banner h1 {
        font-size: 33px;
        padding: 21px 0 10px 0;
    }

    .banner p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .d-sm-none {
        display: none !important;
    }

    .header .east-cost {
        display: none
    }

    .fass {
        display: none
    }

    .header .contact-box h3 {
        margin-top: 18px;
    }

    .inventory-row {
        padding: 0 !important;
    }
}


@media (max-width: 500px) {
    .inventory-row .container h3 {

        font-size: 28px;

    }

    .inventory-row .container {

        padding: 20px;
    }

    .banner {
        height: 450px;

        background-image: url(../img/hero-banner2.jpg);
    }

    .banner h2 {
        font-size: 24px;
        padding: 25px 0 8px 0;
    }

    .banner p {
        font-size: 13px;

    }

    .banner .container {

        padding: 0;
    }

    .logo {
        margin-left: 66%;
        max-width: 159px;
    }

    .navbar-dark .navbar-toggler {
        padding: 13px;
        line-height: 0;
        background: #183290;
        border-radius: 10px;
        position: absolute;
        top: -62px;
        left: 0;
    }

    .navbar {
        padding: 0;
    }

}

/*--- 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: #223d9c !important;
}

.faceted-search-content .faceted-section-head {
    background: #223d9c !important;
    color: #fff !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 {
    color: #223d9c !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 #223d9c !important;
    color: #223d9c !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: #223d9c !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #223d9c !important;
    }

    .fin-calc p, .fin-calc strong, .dealer-info a {
        color: #223d9c !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a, .list-content .list-listing-mobile .listing-portion-title {
        color: #223d9c !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 #223d9c !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: #000 !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;
    }
}