body {
    font-family: 'Noto Sans', sans-serif !important;
    /* overflow-x: hidden !important; */
}

h2 {
    font-size: 48px;
    font-weight: 700;
}

p {
    font-size: 14px;
    font-weight: 400;
}

.sitecontainer p a{color:#000!important;}

.contact-page a {
    color: #013768 !important;
}

.btn-primary {
    background: #0a1239;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 45px;
    border: 1px solid #211d57;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 0;
    transform: skew(23deg);
}

.btn-primary:hover {
    background: #fff !important;
    color: #262262 !important;
}

.btn-primary span {
    transform: skew(-23deg) !important;
    display: block;
}

.btn-primary:focus {
    box-shadow: none !important;
}

.header {
    background-image: url(../img/headerBg.png);
    background-position: center top;
    height: 178px;
    position: absolute;
    z-index: 6;
    width: 100%;
}

.header .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    z-index: 5;
    width: 17.5%;
}

.header .nav-gap {
    width: 220px;
}

.header .nav-link {
    font-size: 17px;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border-radius: 0;
    background-color: rgba(10, 18, 57, 0);
    transition: all .3s;
    transform: skew(23deg);
    white-space: nowrap;
}

.header .nav-link:hover {
    color: #fff !important;
    background-color: rgba(10, 18, 57, 1);
}

.header .nav-item span {
    display: block;
    transform: skew(-23deg);
}

.header .navbar {
    margin-top: 18px;
}

.header .active {
    color: #fff !important;
    background-color: rgba(10, 18, 57, 1);
}

.hero-slider {
    position: relative;
}

.hero-slider .slider1a {
	background: url(../img/a.jpg);
    height: 800px;
    background-size: cover;
    background-position: center;
}

.hero-slider .slider2a {
    background: url(../img/b.jpg);
    height: 800px;
    background-size: cover;
    background-position: center;
}

.hero-slider .slider3a {
    background: url(../img/c.jpg);
    height: 800px;
    background-size: cover;
    background-position: center;
}

.hero-slider .text-box {
    position: absolute;
    z-index: 5;
    top: 260px;
    left: 12%;
}

.hero-slider .text-box h1 {
    font-weight: 700;
    font-size: 86px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -3px;
    line-height: 85px;
}

.hero-slider .text-box h3 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin-bottom: 25px;
}

.hero-slider .text-box p {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.hero-slider .text-box .btn-primary {
    color: #0a1239 !important;
    background-color: #fff;
    border: 0;
    padding: 18px 34px;
    margin: 30px 0 0 15px;
}

.hero-slider .text-box .btn-primary:hover {
    color: #fff !important;
    background-color: #0a1239 !important;
}

.hero-slider.inner .text-box {
    top: 260px;
    left: 0;
    width: 100%;
}

.hero-slider.inner .slider1a_inner {
    background: url(../img/green_grass.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
}

.inventory-nav-row {
    background:#172F59 url(../img/blue-bg.png);
    height: 202px;
    background-position: center top;
    margin-top: -121px;
    position: relative;
    padding-top: 126px;
}

.inventory-nav-row .sitecontainer {
    max-width: 1620px;
    text-align: center;
}

.inventory-nav-row .btn-link {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 0;
    line-height: 0;
    text-transform: uppercase;
    margin: 0 35px;
}

.inventory-nav-row .btn-link:hover img {
    left: 5px;
}

.inventory-nav-row .btn-link img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
    position: relative;
    left: 0;
    transition: all .3s;
}

.inventory-nav-row_inner {
    background: url(../img/white-bg.png);
    height: 202px;
    background-position: center top;
    margin-top: -121px;
    position: relative;
    padding-top: 126px;
}

.contact-row .sitecontainer {
    max-width: 1350px;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.contact-row .sitecontainer p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 50px;
    font-weight: 700;
}

.contact-row .sitecontainer a {
    color: #000000;
}

.contact-row .sitecontainer a:hover {
    color: #013768;
    text-decoration: none;
}

.contact-row .sitecontainer a:hover .fa {
    background-color: #000;
}

.contact-row .sitecontainer .fa {
    color: #fff;
    background-color: #013768;
    width: 43px;
    line-height: 43px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 16px;
    transition: all .3s;
    display: inline-block;
    vertical-align: middle;
}

.contact-row .sitecontainer .search-box {
    display: inline-block;
    vertical-align: middle;
    width: 635px;
}

.contact-row .sitecontainer .form-group {
    background-color: #f3f3f5;
    max-width: 450px;
    width: 95%;
    padding: 10px 20px;
    transform: skew(23deg);
}

.contact-row .sitecontainer .form-control {
    width: 100%;
    border: 0;
    transform: skew(-23deg);
    color: #000000;
    background: transparent;
    font-weight: 700;
}

.contact-page .fa {
    color: #fff;
    background-color: #013768;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 12px;
    transition: all .3s;
    display: inline-block;
    vertical-align: middle;
}

.form-control:focus {
    box-shadow: none;
}

.contact-row .sitecontainer .btn-primary {
    display: inline-block;
    position: relative;
    left: -3px;
}

.carousel-indicators {
    bottom: 60px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background: transparent;
    background-clip: padding-box;
    border: 2px solid #fff;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: 1;
    background: #fff;
}

.inventory-row .sitecontainer {
    max-width: 1620px !important;
    text-align: center;
}

.inventory-row .sitecontainer img {
}

.inventory-row .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
}

.invent-box {
    position: relative;
    overflow: hidden;
    border: 5px solid #92aeda;
    margin: 10px;
	background-color:#000;
}

.invent-box img {
    width: 100%;
}

.inventory-row a:hover .overlay {
    top: -100%;
}

.inventory-row h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding-top: 30%;
    text-shadow: 1px 2px 17px #000;
}

/* .inventory-row h3:nth-child(5) {
  padding-top: 40%;
} */
.about-row {
    padding-top: 165px;
    padding-bottom: 220px;
    background: url(../img/about-bg.jpg);
	background-color:#000!important;
    background-position: center top;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-top: 0px;
}

.about-row .sitecontainer {
    max-width: 1200px;
}

.about-row h2 {
    margin-bottom: 50px;
}

.about-row p {
    text-align: left;
    margin-bottom: 25px;
    line-height: 25px;
}

.about-row p.bold {
    font-size: 16px;
    font-weight: 700;
}

.mediumText {
    font-size: 20px;
    line-height: 30px;
}

.map-row {
    padding: 80px 5%;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #12193f;
}

.footer p {
    font-size: 16px;
    color: #ffffff
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff !important;
}

.footer a {
    color: #ffffff
}

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: #ffffff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.footer a.socialLink {
    vertical-align: middle;
}

.footer i.fa {
    color: #fff;
    margin-right: 5px;
    font-size: 20px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu.png) !important;
    width: 19px !important;
    height: 16px !important;
}

.navbar-toggler {
    background: rgb(62, 86, 127);
    background: linear-gradient(180deg, rgba(62, 86, 127, 1) 27%, rgba(23, 47, 88, 1) 69%);
    border: 0;
    padding: 6px 10px 10px 10px;
    border-radius: 8px;
}

.navbar-toggler:focus {
    outline: 0;
}

.img-fluid {
    width: 100%;
}

.mobile-show {
    display: none;
}

.inner-main {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 40px;
}

.inner-main h2.heading {
    font-weight: 300;
    text-transform: uppercase;
}

.contact-page .btn-primary.btn-primary {
    background: #211d57;
    color: #fff !important;
    transform: skew(0);
    border: 0;
}

.contact-page .btn-primary.btn-primary:hover {
    background: #211d57 !important;
    color: #fff !important;
    transform: skew(0);
    border: 0;
}

.contact-page .form-control {
    border-radius: 0;
}

.contact-page h3 {
    font-size: 16px;
    line-height: 46px;
    font-weight: 700;
}

.contact-page h3.big {
    font-size: 30px;
    line-height: 23px;
    font-weight: 700;
}

.contact-page a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.contact-page p span {
    text-transform: uppercase;
    font-weight: 700;
}

.contact-page hr {
    border-top: 1px solid #fff;
    width: 250px;
    margin: 30px 0 !important;
    float: left;
    clear: both;
}

.contact-page h3.big {
    font-size: 20px;
    line-height: 32px;
    margin-top: 35px;
    margin-bottom: 50px;
}

.contact-page h3 a {
    text-decoration: none;
    color: #000 !important;
}

.contact-page p {
  color: #000;
}

.inner-main.inventoryCont {
    padding-top: 200px !important;
}

.inner-main a {
    color: #fff;
}
/*--- faceted links ---*/
.scrollToTop a{color:#fff!important;}
.ts-disclaimer span a{color:#000!important;} 
.seller a{color:#000!important;}
.phone-link{color:#000!important;}
.list-listings-count {color:#24698B!important;}
.adjust-filters-link{color:#000!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-sitecontainer label input {
    margin-right: 5px !important;
}

.list-content .list-main-section .list-sitecontainer .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-sitecontainer .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-sitecontainer .selected-facet, .paging-sitecontainer .page-navs button.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button {
    background: #0A1239 !important;
    color: #fff  !important;
}

.list-content .list-main-section .list-sitecontainer .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.list-content .list-main-section .list-sitecontainer .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-main-section .list-sitecontainer .fin-calc {
    color: #0A1239 !important;
}

.list-content .list-title, .list-content .list-title .list-listings-count, .faceted-search-content .faceted-section-box .faceted-option-checkbox-sitecontainer .option-name, .contact-information a {
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    border: 1px solid #0A1239 !important;
    color: #0A1239 !important;
}

.list-content .list-title .list-title-text,
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-sitecontainer .bold {
    color: #000 !important;
}

.list-listing-wrapper a {
    color: #000 !important;
}

.list-listing-wrapper a.email-seller-link, .list-content .list-main-section .list-sitecontainer .list-listing .listing-top-right .video-chat-link {
    color: #fff !important;
}

.contact-options a {
	color: #fff !important;
}

a.breadcrumbs__link { color: #000 !important;}
.media-buttons a {color:#777 !important;}


@media (max-width: 1919px) {
    .inventory-row .sitecontainer {
        max-width: 1470px !important;
    }

    .inventory-row h3 {
        font-size: 32px;
    }

    .header .nav-link {
        font-size: 14px;
        padding: 10px 16px !important;
    }

    .inventory-nav-row .btn-link {
        font-size: 17px;
        margin: 0 32px;
    }

    .header {
        height: 158px;
        background-size: cover;
    }
}

@media (max-width: 1599px) {
    .inner-main {
        padding-top: 0;
    }

    .inventory-row .sitecontainer {
        max-width: 1310px !important;
    }

    .invent-box {
        margin: 0;
    }

    .header .nav-link {
        font-size: 14px;
        padding: 10px 11px !important;
    }

    .hero-slider .slider1a,
    .hero-slider .slider2a,
    .hero-slider .slider3a {
        height: 700px;
    }

    .hero-slider .text-box {
        top: 220px;
        left: 11%;
    }

    .hero-slider .text-box h1 {
        font-size: 66px;
        line-height: 69px;
    }

    .hero-slider .text-box h3 {
        font-size: 37px;
    }

    .hero-slider .text-box p {
        font-size: 19px;
    }

    .hero-slider .text-box .btn-primary {
        padding: 14px 19px;
        margin: 31px 0 0 15px;
        font-size: 14px;
    }

    .header .navbar {
        margin-top: 13px;
    }

    .header .nav-gap {
        width: 270px;
    }

    .header {
        height: 142px;
    }

    .inventory-nav-row .btn-link {
        margin: 0px 20px;
        font-size: 16px;
        color: #fff !important;
    }
}

@media (max-width: 1439px) {
    .contact-row .sitecontainer .form-control {
        height: calc(1.7em + .75rem + 2px);
    }

    .inventory-row .sitecontainer {
        max-width: 1210px !important;
    }

    .inventory-row h3 {
        font-size: 27px;
    }

    .contact-row .sitecontainer p {
        font-size: 20px;
        margin: 0 20px;
    }

    .contact-row .sitecontainer .search-box {
        width: 580px;
    }

    .contact-row .sitecontainer .form-group {
        max-width: 380px;
        width: 95%;
        padding: 8px 20px;
    }

    .contact-row .sitecontainer .form-control {
        padding: 10px 1px;
        font-size: 16px;
    }

    .inventory-nav-row .btn-link {
        margin: 0px 15px;
        font-size: 15px;
    }

    .header {
        height: 134px;
    }

    .header .nav-link {
        font-size: 13px;
    }

    .header .navbar {
        margin-top: 10px;
    }

    .hero-slider .slider1a,
    .hero-slider .slider2a,
    .hero-slider .slider3a {
        height: 650px;
    }
}

@media (max-width: 1365px) {
    .header {
        height: 127px;
    }
}

@media (max-width: 1279px) {
    .hero-slider .text-box {
        left: 5%;
    }
}

@media (max-width: 1202px) {
    .inventory-nav-row .btn-link {
        margin: 16px;
        font-size: 15px;
    }

    .inventory-nav-row {
        padding-top: 94px;
    }
}

@media (max-width: 1199px) {
    .header .nav-link {
        transform: skew(0deg);
    }

    .header .nav-item span {
        transform: skew(0deg);
    }

    .header {
        background-image: url(../img/headerBg2.png);
        background-position: center bottom;
        min-height: 143px;
        height: auto;
        padding-bottom: 65px;
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .header .navbar-nav {
        padding-top: 160px;
    }

    .header .logo {
        width: 252px;
    }
}

@media (max-width: 1085px) {
    .contact-row .sitecontainer .search-box {
        margin-top: 26px;
    }
}

@media (max-width: 991px) {
    .invent-box {
        margin-bottom: 30px;
    }
}

@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-sitecontainer .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: #0A1239 !important;
    }
    .fin-calc p, .fin-calc strong, .dealer-info a {
        color: #0A1239 !important;
    }
    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }
}

@media (max-width: 767px) {
    .inventory-row h3 {
        font-size: 20px;
    }

    .hero-slider .slider1a {
        background: url(../img/hero1b.jpg);
        height: 650px;
        background-size: cover;
        background-position: center bottom;
    }

    .hero-slider .slider2a {
        background: url(../img/hero2b.jpg);
        height: 650px;
        background-size: cover;
        background-position: center bottom;
    }

    .hero-slider .slider3a {
        background: url(../img/hero3b.jpg);
        height: 650px;
        background-size: cover;
        background-position: center bottom;
    }
}

@media (max-width: 600px) {

    .inner-main h2.heading {

        font-size: 34px;
    }

    .about-row h2 {
        font-size: 24px;
        margin-bottom: 21px;
    }

    .about-row p.bold {
        font-size: 14px;
        line-height: 21px;
    }

    .inventory-nav-row {
        height: auto;
        padding-bottom: 26px;
    }

    .inventory-nav-row .btn-link img {
        float: left;
        margin-top: 4px;
    }

    .inventory-nav-row .btn-link span {
        display: inline-block;
        text-align: left;
    }

    .inventory-nav-row .btn-link {
        margin: 10px;
        font-size: 13px;
        line-height: 20px;
        width: 41%;
        text-align: left;
    }

    .inventory-nav-row .sitecontainer {
        text-align: left;
    }

    .header .logo {
        width: 200px;
        top: 10px;
    }

    .header {
        min-height: auto;
        height: auto;
        padding-bottom: 53px;
    }

    .header .navbar-nav {
        padding-top: 115px;
    }

    .hero-slider .text-box h1 {
        font-size: 45px;
        line-height: 40px;
    }

    .hero-slider .text-box h3 {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .hero-slider .text-box p {
        font-size: 16px;
    }

    .mobile-show {
        display: block;
    }

    .hero-slider .text-box .btn-primary {
        padding: 10px 22px;
        margin: 11px 0 0 15px;
        font-size: 12px;
    }

    .hero-slider .text-box {
        top: 181px;
        left: 0;
        margin: auto;
        right: 0;
        width: 90%;
    }

    .contact-row .sitecontainer .search-box {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .contact-row .sitecontainer {
        padding: 40px 0 40px 0 !important;
    }

    .contact-row .sitecontainer .form-group {
        max-width: none;
        width: 100%;
        transform: skew(0);
        padding: 8px 0 8px 11px;
        float: left;
    }

    .contact-row .sitecontainer p {
        font-size: 20px;
        margin: 10px;
    }

    .contact-row .sitecontainer .btn-primary {
        left: -15px;
        width: 30%;
    }

    .contact-row .sitecontainer .form-control {
        padding-right: 1px;
        padding-left: 1px;
        font-size: 11px;
        transform: skew(0);
        width: 70%;
        float: left;
        height: calc(4em + .75rem + 2px);
    }

    .contact-row .sitecontainer .btn-primary {
        font-size: 15px;
        font-weight: 700;
        padding: 25px 125px 25px 16px;
        border: 1px solid #211d57;
        text-transform: uppercase;
        transition: all .3s;
        border-radius: 0;
        transform: skew(23deg);
        left: inherit;
        width: 30%;
        right: -57px;
        position: absolute;
    }

    .about-row {
        padding-top: 165px;
        padding-bottom: 85px;
        margin-top: -50px;
    }

    .about-row p {
        font-size: 13px;
        line-height: 18px;
    }

    .map-row {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .inventory-row h3 {
        font-size: 35px;
    }

    .invent-box {
        margin-bottom: 18px;
    }
}

@media (max-width: 420px) {
    .inventory-row h3 {
        font-size: 24px;
    }
}

@media (max-width: 359px) {
    .inventory-nav-row .btn-link {
        font-size: 11px;
    }
}

