@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,600,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,600');



.rwd-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.rwd-media iframe,
.rwd-media video {
  position: absolute; left: 0;
  width: 100%;
  height: 100%;  
}







/* font-family: 'Roboto Slab', serif; */
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #585858;
    background-color: #fff;
}

body.inner {
    background-color: #000;
}

.header {
    background: #eae8eb;
    border-top: 6px solid #3c3532;
}

.header .topContact a {
    font-size: 14px;
    color: #800000;
    font-weight: 500;
    text-decoration: none;
}

.header .topContact .fa {
    color: #fff;
    background: #800000;
    border-radius: 50%;
    padding: 0 8px;
    line-height: 25px;
    font-size: 10px;
    margin-right: 5px;
}

.header .phoneBox {
    position: absolute;
    left: 200px;
    top: 20px;
}

.header .mailBox {
    position: absolute;
    right: 200px;
    top: 20px;
}

.header .topNavBg {
    background: url(../img/navBg.png);
    max-width: 900px;
    width: 100%;
    margin: auto;
    height: 67px;
    padding-top: 134px;
    background-position: bottom;
    background-repeat: no-repeat;
    box-sizing: border-box !important;
}

.header .topNav {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 0;
    list-style: none;
    position: relative;
    top: -46px;
    left: 62px;
}

.header .topNav li {
    display: inline;
    margin: 0 23px;
}

.header .topNav li:nth-child(3) {
    margin-left: 342px;
}

.header .topNav li a {
    color: #3c3532;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.redbtn {
    background-color: #1a74ce;
    font-size: 27px; color: #fff !important;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 400; border-color: transparent !important;
	padding: 10px !important;
}

.redbtn:hover {background-color: black !important; transition-duration: 1s;}

.header .topNav li a:hover {
    color: #800000;
    text-decoration: none;
}

.header .topNav li a.active {
    color: #800000;
    text-decoration: underline;

}

.header .logo {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 10px;
    width: 312px;
}

.header .navbar {
    background: #800000;
    margin-top: 30px;
}

.header .navbar .nav-link {
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-left: 1px solid #ffffff;
    padding: 12px 15px 10px 15px !important;
    transition: all .3s;
}

.header .navbar .last {
    border-right: 1px solid #ffffff;
}

.header .navbar .nav-link:hover {
    background: #000;
}

.header .navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: .25rem;
}

.header .navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu-icon.png);
    width: 25px;
    height: 18px;
}

/* .banner {
    background: url(../img/hero1.jpg);
    height: 56vh;
    background-size: cover;
    background-position: center;
} */
.banner img {
    width: 100%;
}

img.mobile_img {
    display: none;
}

.heading {
    text-align: center;
    padding-bottom: 30px;
}

.heading h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px 0 35px;
    font-weight: 400;
}

.heading h2 br {
    display: none;
}

.heading span {
    width: 116px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/line.png);
}

p {
    font-size: 16px;
    color: #585858;
}

.welcomeRow {
    padding-top: 50px;
    padding-bottom: 50px;
}

.welcomeRow img {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 45px;
}

.inventory {
    max-width: 1366px;
    padding: 0;
}

.inventory img {

    transition: all .3s;
    width: 100%;
    transition: all 200ms linear;
}

.inventory h2 {
    font-size: 26px;
    text-align: center;
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 0;
    right: 0;
    top: 45%;
    transition: all .3s;
}

.inventory .col-md-3:hover h2 {
    font-size: 28px;
}



.aboutRow {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.aboutRow .heading span {
    width: 200px;
}

.map iframe {
    width: 100%;
    height: 450px;
}

.slider-cont {
    padding: 0;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.form-control {
    border-radius: 2px !important;
    border-color: #a1a1a1 !important;
    font-size: 15px !important;
    height: calc(2em + .75rem + 6px);
    border-color: #800000 !important;
}

.innerContact p {
    font-size: 15px;
}

.innerContact a {
    color: #585858;
}

.innerContact span {
    font-weight: 700;
}

.innerContact .btn-primary {
    background: #800000;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    padding: 10px 25px;
}

.innerContact .btn-primary:hover {
    background: #000;

}

.financeInner p {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.financeInner img {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;

}

.footer {
    background-color: #3d3532;
    padding: 20px 5px;
    border-top: 30px solid #fff;
}

.footer a {
    color: #e1e1e1
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #e1e1e1;
    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: #8c8a8b;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #8c8a8b;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.attachment-search .search-checkboxes label .row {
    margin-left: 0;
    margin-right: 0;
}

.attachment-search .checkbox {
    margin-top: 0 !important;
}

.attachment-search .search-checkboxes {
    margin: 0 !important;
}

.hosted-content .attachment-search .search-subheader {
    margin-bottom: 5px !important;
}


@media (max-width:1251px) {
    .header .navbar .nav-link {
        padding: 12px 10px 10px 10px !important;
    }
}

@media (max-width:1199px) {
    .inventory h2 {
        font-size: 2.6vh;
    }

    .header .navbar .nav-link {
        border-left: 0px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .header .navbar .last {
        border: 0px solid #ffffff;
    }

    .header .container {
        max-width: 100%;
    }

    .header .navbar-toggler {
        position: absolute;
        right: 10px;
        top: -103px;
    }

    .header .navbar-toggler:hover {
        outline: 0;
    }

    .welcomeRow p br {
        display: none;
    }

    .welcomeRow {
        max-width: 100%;
    }

    .aboutRow {
        max-width: 100%;
    }
}

@media (max-width:1020px) {
    .header .topNav li {
        margin: 0 5px;
    }

    .header .topNav {
        top: inherit;
        left: inherit;
        text-align: center;
        padding-top: 55px;
    }

    .header .topNav li:nth-child(3) {
        margin-left: inherit;
    }

    .header .mailBox {
        right: 70px;
    }

    .header .phoneBox {
        left: 70px;
    }

    .header .navbar-toggler {
        right: 20px;
        top: -140px;
    }

    .header .navbar {
        margin-top: 15px;
    }
}

@media (max-width:992px) {
    .welcomeRow img {
        margin: 15px 22px;
    }

    .heading h2 br {
        display: block;
    }
}

@media (max-width:870px) {
    .aboutRow .heading span {
        width: 145px;
    }
}

@media (max-width:767px) {
    .topContact span {
        display: none;
    }

    .aboutRow .heading span {
        width: 25px;
    }

    .header .mailBox {
        right: 30px;
    }

    .header .phoneBox {
        left: 30px;
    }

    .header .topNav li a {
        font-size: 12px;
    }

    .header .topNav li {
        margin: 0 4px;
    }

    .welcomeRow {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media (max-width:702px) {
    .banner {
        background: url(../img/hero2.jpg);
        background-size: cover;
        background-position: center;
    }

    .heading h2 {
        font-size: 22px;
        margin: 0 10px;
    }

    .heading span {
        width: 25px;
    }

    p {
        font-size: 13px;
    }

    .welcomeRow img {
        margin: 15px 9px;
        width: 18%;
    }

    .inventory h2 {
        font-size: 26px;
    }

    .aboutRow p {
        text-align: justify;
    }
}

@media (max-width: 426px) {
    img.mobile_img {
        display: block;
    }

    img.desktop_img {
        display: none;
    }
}

@media (max-width: 359px) {
    .welcomeRow img {
        margin: 15px 6px;
        width: 18%;
    }

    .header .logo {
        width: 250px;
    }
}

/*---- 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: #800000 !important;
}

.faceted-search-content .faceted-section-head {
    background: #800000 !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,
.detail-content .detail-main-body .main-detail-data .detail-price {
    color: #800000 !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 #800000 !important;
    color: #800000 !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;
}

/* Modal / Mobile buttons / Mobile Data Rows */
.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background-color: #800000 !important;
    color: #fff !important;
}


.contact-options a {
    background: #800000 !important;
    background-color: #800000 !important;
    color: #fff !important;
}

.detail-title {
    font-size: 18px;
}

.compare-title h3 {
    color: #800000 !important;
    font-size: 18px;
}

.compare-price {
    color: #800000 !important;
}

@media screen and (max-width: 785px) {
    .listing-option-mobile .listing-option-bar {
        background: #800000 !important;
    }

    .listing-option-mobile .listing-option-bar .listing-option-bar-option {
        color: #fff !important;
    }

    .listing-option-mobile .listing-option-bar #option-bar-sort #sort-option-container a {
        color: #000 !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: #800000 !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #800000 !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #800000 !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #800000 !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 #800000 !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;
    }
	
	
	.redbtn {font-size: 18px;}
}