body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*color: #3B485A!important;*/
    overflow-x: hidden !important;
}

/* html {
  overflow-x: hidden !important;
} */

* {
    box-sizing: border-box !important;
}

/*header
----------------------------------------------*/
.header .containersite {
    max-width: 1680px;
}

.header .topRow {
    background-color: #fff;
}

.header .topRow .box {
    width: 500px;
    text-align: center;
    padding: 5px 0;
}

.header .topRow .box .fa {
    color: #c81824;
    margin-right: 5px;
}

.header .topRow .box a {
    color: #000;
    font-size: 14px;
    margin-right: 26px;
}

.header .topRow .box a:hover {
    text-decoration: none;
}

.header .menuRow {
    background-color: #0403ff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0403ff;
    border-top: 1px solid #0403ff;
}

.header .menuRow .logo {
    position: relative;
    top: 0;
}

.header .menuRow .nav-link {
    font-size: 15px;
    color: #fff !important;
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
}

.header .menuRow .nav-link:hover {
    background: #080895;
    border-radius: 8px;
    box-shadow: inset 0 3px 3px 0 #05056f;
}

/* Multilevel dropdown code start
-------------------------------------------------*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}


/*banner-row
---------------------------------------------*/
.banner-row {
    height: auto;
    text-align: right;
    padding: 0;
    position: relative;
}




.banner-row img {
    width: 100%;
}

.banner-row h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 4px #000000;
    margin: 0;
}

.banner-row p {
    color: #fff;
}

.banner-row .content-wrap {
    position: absolute;
    right: 0;
    top: 20%;
}

.banner-row .text-container {
    text-align: right;
    position: absolute;
    right: 3%;
    z-index: 2;
    top: 12%;
}

/*inventory-row
---------------------------------------------*/
.inventory-row .invBox {
    position: relative;
    margin-bottom: 30px;
	background-color: #000;
}

.inventory-row a {
    display: block;
}

.inventory-row .invBox h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    position: absolute;
    color: #fff;
    z-index: 4;
    bottom: 60%;
    margin: auto;
    left: 0;
    right: 0;
}

.inventory-row .invBox hr {
    position: absolute;
    border-top: 1px solid #fff;
    bottom: 32%;
    margin: 20px auto;
    left: 0;
    right: 0;
    width: 70%;
    z-index: 6;
}

.inventory-row .invBox h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    position: absolute;
    color: #fff;
    z-index: 5;
    bottom: 24%;
    margin: auto;
    left: 0;
    right: 0;
}

.inventory-row .invBox:hover .grad1 {
    opacity: 0;
}

.inventory-row .invBox:hover .grad2 {
    opacity: 1;
}

.inventory-row .invBox .grad1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 2;
    transition: all .3s;
}

.inventory-row .invBox .grad2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(34, 25, 227, 0.7);
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}

.inventory-row .invBox img {
    width: 100%;
}


.btn-primary {
    background: #303030;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 45px;
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #fb101f;
    margin-left: 8px;
}



/*content-wrap
---------------------------------------------*/
.content-wrap .btn-danger.learnBtn {
    padding: 10px 30px;
    border-radius: 2px !important;
}

.content-wrap .sidebar {
    background-color: #e1e1e1;
    min-height: 200px;
    height: 100%;
}

.content-wrap .sidebar p {
    margin: 0;
}

.content-wrap ul {
    margin-left: -30px;
}

.content-wrap ul li {
    list-style-type: none;
    padding-left: 1rem;
    line-height: 21px;
}

.content-wrap ul.arrow-checkmarks li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    margin: 0 10px 0 -28px;
    color: #c81925;
}

/*#subfooterImage
---------------------------------------------*/
#subfooterImage {
    background: #808080;
    /*min-width:1024px;*/
    position: relative;
    margin: 20px 0;
}

#subfooterImage #wrapper {
    /* width:1366px; */
    width: 100%;
}

#subfooterImage #wrapper.main {
    background: url(../img/subfooterBg.jpg) no-repeat 0 0;
    background-size: cover;
    height: 396px;
    padding-top: 55px;
    text-align: right;
	background-color: #000;
}

#subfooterImage .black-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/tranBlackBg.png);
    height: 100%;
    z-index: 2;
    width: 57%;
    background-size: cover;
}

#subfooterImage .textCont {
    position: absolute;
    width: 400px;
    left: 24%;
    top: 16%;
    text-align: left;
}

#subfooterImage h2 {
    color: #fff;
    font-size: 48px;
}

#subfooterImage p {
    color: #fff;
    font-size: 14px;
}

/*map section
---------------------------------------*/
.home-map {
    padding: 50px 150px;
}


.btn-primary:hover,
.btn-primary:focus {
    background: #000 !important;
}

.submitBtn {
    background-color: #0403ff;
    color: #fff;
}

/*footer-call-row
---------------------------------------*/
.footer-call-row {
    background-color: #1c1c1c;
    border-top: 1px solid #467933;
    padding: 20px 150px;
}

.footer-call-row .box {
    border: 1px solid #467933;
    width: 180px;
    text-align: center;
    padding: 13px 0;
    display: inline-block;
}

.footer-call-row .box:last-child {
    border: 1px solid transparent;
    width: 60px;
    text-align: center;
    padding: 11px 0;
    display: inline-block;
}

.footer-call-row .box .fa {
    color: #73ae5d;
    margin-right: 5px;
}

.footer-call-row .box .fa.fa-facebook-square {
    color: #fff;
    margin-right: 5px;
}

.footer-call-row a {
    color: #fff !important;
    font-size: 14px;
}

.footer-call-row .box:last-child a {
    color: #fff;
    font-size: 20px;
}

.footer-call-row a:hover {
    text-decoration: none;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #1f0095;
}

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: #fff;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu.png) !important;
    width: 32px;
    height: 20px;
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.dropdown-menu.show {
    background: #0403ff !important;
    border-radius: 0;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background: #000;
    color: #fff;
}

.content-row {
    padding: 50px 0;
}

.formTitle h2 {
    font-size: 20px;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #467933;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #467933;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
    transition: all 200ms linear;
}

.form-control {
    border-radius: 0;
}


/* scroller
--------------------------------------*/
.scrolling-wrap {
    background: #c81824;
    padding: 10px 0;
    width:100%;
    height:110px;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}

.innerPage .content-wrap h1.special-title {
    border-bottom: 2px solid #c81824;
    margin-bottom: 20px;
}

.innerPage .card {
    border-radius: 0;
    min-height: 386px;
    -webkit-box-shadow: -2px 16px 10px -8px rgba(209, 209, 209, 1);
    -moz-box-shadow: -2px 16px 10px -8px rgba(209, 209, 209, 1);
    box-shadow: -2px 16px 10px -8px rgba(209, 209, 209, 1);
}

.innerPage .card i {
    font-size: 20px;
    margin-bottom: 12px;
    color: #0403ff;
}

.contactDetail p {
    margin-bottom: 5px;
}

.contactDetail a {
    color: #000;
}

.mobImg {
    display: none;
}

.list-content .list-title {
 padding-left: 10px !important;
}

.scrollToTop a {color:#fff !important;}

@media (max-width: 1480px) {
    .header .menuRow .nav-link {
        font-size: 14px;
    }


}

@media (max-width: 1439px) {

    .banner-row .text-container {
     
        top: 4%;
    }
    

 
    .banner-row {
        text-align: center;
    }

    .banner-row h3 {
        font-size: 55px;
    }

    .home-map {
        padding: 30px;
    }
}


@media (max-width:1106px) {
.carousel-control-next, .carousel-control-prev {
   
    top: 120px;
     
}
}


@media (max-width: 1024px) {
    #subfooterImage .black-bg {
        left: -84px;
        width: 66%;
    }
}

@media (max-width: 1199px) {
    .navbar-nav {
        padding-top: 48px;
    }

    .header .menuRow .nav-link {
        border-top: 1px solid #b4b4b4;
    }

    .header .menuRow {
        padding-bottom: 20px;
    }

    .inventory-row .invBox h3 {
        font-size: 22px;
    }

    .inventory-row .invBox h5 {
        font-size: 14px;
    }
}


@media (max-width: 997px) {
    .inventory-row .invBox h3 {
        font-size: 16px;
    }

    #subfooterImage #wrapper.main {
        background: url(../img/subfooterBg2.jpg) no-repeat 0 300px;
        min-height: 800px;
        height: 100%;
    }

    #subfooterImage .textCont {
        width: 100%;
        left: 0;
        top: 0;
        padding: 30px;
    }

    #subfooterImage .black-bg {
        width: 100%;
        left: 0;
        background: url(../img/tranBlackBg2.png) no-repeat 0 -542px;
    }
}

@media (max-width: 856px) {
    .footer-call-row {
        padding: 20px 0;
    }

    .footer-call-row .box {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .inventory-row .invBox h3 {
        font-size: 32px;
    }

    .inventory-row .invBox h5 {
        font-size: 22px;
    }

    .content-wrap h1 {
        font-size: 1.5rem;
    }

    .innerPage .card {
        margin-bottom: 24px;
        min-height: 290px;
    }
    .innerPage .content-wrap h1.special-title {
        padding-left: 10px;
    }
}

@media (max-width: 600px) {
    .carousel-control-next, .carousel-control-prev {
        top: 0;
    }

    .banner-row .text-container {
       
        right: 0;
 
        top: 5%;
        left: 0;
    }


    .banner-row h3 {
        font-size: 20px;
    }

    .banner-row p {
        font-size: 12px;
    }

    .banner-row .btn-danger {
        font-size: 12px;
    }

    .header .topRow .box span {
        display: none;
    }

    .header .topRow .box {
        border-right: 0px solid #000;
        border-left: 0px solid #000;
        width: auto;
        text-align: right;
        padding: 13px 0;
    }

    .header .topRow .box .fa {
        font-size: 25px;
    }

    .header .topRow .containersite {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
    }

    .header .menuRow .logo {
        left: 0;
        right: 0;
        margin: auto;
    }

    .header .menuRow {
        padding-bottom: 0;
        min-height: 80px;
    }

    .navbar-nav {
        padding-top: 67px;
    }

    .menuRow .containersite {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .home-map {
        padding: 35px 0px;
    }

    #subfooterImage #wrapper.main {
        background: url(../img/subfooterBg2.jpg) no-repeat -114px 300px;
    }

}

@media (max-width: 425px) {
    .header .menuRow .nav-link {
        font-size: 14px;
    }
    .mobImg {
        display: block;
    }

    .deskImg {
        display: none;
    }
    .banner-row .text-container {
        text-align: center;
    }
    .banner-row h3 {
        font-size: 30px;
    }
    .banner-row p, .banner-row .btn-danger {
        font-size: 14px;
    }
    .banner-row p {
        margin-bottom: 5px;
    }
    .inventory-row .invBox h3 {
        font-size: 26px;
    }

    .inventory-row .invBox h5 {
        font-size: 18px;
    }

    #subfooterImage h2 {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .footer-call-row {
        text-align: center;
    }

    .footer-call-row .box {
        width: 155px;
    }
}

@media (max-width:359px){
.header .menuRow .logo {
  
    width: 221px;
}
}



/* 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: #0403ff !important;
}

.faceted-search-content .faceted-section-head {
    background: #0403ff !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: #0403ff !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 #0403ff !important;
    color: #0403ff !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: #0403ff !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #0403ff !important;
    }

    .fin-calc p, .fin-calc strong, .dealer-info a {
        color: #0403ff !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a, .list-content .list-listing-mobile .listing-portion-title {
        color: #0403ff !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 #0403ff !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;
    }
}
