﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address, img {
    display: block;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-light-webfont.woff') format('woff'),
    url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff'),
    url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 24px;
    -webkit-text-size-adjust: none;
    background: #000 !important;
    color: #fff;
}

h1 {
    font-family: 'montserratbold';
    font-size: 18px;
}

h1 span {
    color: #e3bd58;
}

strong {
    font-family: 'montserratbold';
}

a:link, a:visited, a:active {
    text-decoration: none;
    
}

a:hover {
    text-decoration: underline;
   
}

.header .wrapper {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 30px 0px;
}

.logo {
    float: left;
    max-width: 100%;
    height: auto;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.address {
    text-align: right;
    display: inline-block;
    float: right;
    font-family: 'montserratbold';
    font-size: 18px;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 30px 0px;
}

.con-wrapper {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 30px 0px;
}

.con-wrapper h1 {
    font-size: 28px;
    line-height: normal;
    text-align: center;
}

.pattern {
    background: url(../siteart/bg.png) repeat;
    background-attachment: fixed;
    background-position: center center;
    border-top: 1px solid #e3bd58;
    border-bottom: 1px solid #e3bd58;
}

.inv-wrapper {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 30px 0px;
    text-align: center;
}

.inv-wrapper h1 {
    font-size: 28px;
    line-height: normal;
    padding-bottom: 30px;
}

.tile {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 327px;
    box-sizing: border-box;
    margin: 2%;
    border: 1px solid #e3bd58;
}

.tile img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.tile-title {
    background: #e3bd58;
    font-family: 'montserratbold';
    font-size: 18px;
    padding: 10px 0px;
}

.tile:hover {
    border: 1px solid #83663e;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.tile-title:hover {
    background: #83663e;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.loc-button {
    background: #e3bd58;
    padding: 20px;
    width: 25%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-family: 'montserratbold';
    font-size: 28px;
    margin: 0 auto;
}

.loc-button:hover {
    background: #83663e;
    cursor: pointer;
}

.two-cols {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
}

.show-menu-for-mobile {
    display: none;
}

/* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */


.whitetext {color: white !important;}

.container {
    margin: 0 auto;
}

.hosted-content h3 {
    color: #fff !important;
}

.hosted-content .listings-wrapper .listings-list .listing-name a {
    color: #fff;
}

.hosted-content a:link, .hosted-content a:visited, .hosted-content a:active {
  
}

.hosted-content .listings-detail-wrapper .make-an-offer a.btn, .hosted-content .listings-detail-wrapper .make-an-offer input[type=submit].btn {
    background: #e3bd58 !important;
}

.hosted-content .listings-wrapper .listings-list .dealer-info a.btn {
    background: #e3bd58 !important;
}

.hosted-content .listings-detail-wrapper .make-an-offer a.btn, .hosted-content .listings-detail-wrapper .make-an-offer input[type=submit].btn:hover {
    background: #000 !important;
}

.hosted-content .listings-wrapper .listings-list .dealer-info a.btn:hover {
    background: #000 !important;
}

.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {
    background: #e3bd58 !important;
}

.hosted-content .attachment-search .search-subheader {
    color: #000 !important;
}

.attachment-search .search-checkboxes {
    color: #000 !important;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin: 20px 0px;
}

.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;
}

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: #999999;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
}

.divfooter {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px;
}


/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) and (min-width: 1024px) {
}


@media screen and (max-width: 1023px) and (min-width: 768px) {
    .header {
        text-align: center;
        border-bottom: 1px solid #e3bd58;
    }

    .logo {
        float: none;
    }

    .address {
        text-align: center;
        float: none;
        font-size: 16px;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 16px;
    }

    .loc-button {
        width: 300px;
        max-width: 100%;
        font-size: 18px;
    }

}


@media screen and (max-width: 767px) and (min-width: 321px) {
    .header {
        text-align: center;
        border-bottom: 1px solid #e3bd58;
    }

    .logo {
        float: none;
    }

    .address {
        text-align: center;
        float: none;
        font-size: 16px;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 16px;
    }

    .inv-wrapper h1 {
        font-size: 24px;
        line-height: normal;
        padding-bottom: 20px;
    }

    .loc-button {
        width: 300px;
        max-width: 100%;
        font-size: 18px;
    }

    .two-cols {
        width: 100%;
        padding: 0px;
    }
}


@media screen and (max-width: 320px) {
    .header {
        text-align: center;
        border-bottom: 1px solid #e3bd58;
    }

    .logo {
        float: none;
    }

    .address {
        text-align: center;
        float: none;
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 16px;
    }

    .inv-wrapper h1 {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 20px;
    }

    .loc-button {
        width: 300px;
        max-width: 100%;
        font-size: 18px;
    }

    .two-cols {
        width: 100%;
        padding: 0px;
    }
}

/*---compare CSS ----*/

.compare-chkbox-container .compare-listings .compare-chkbox {
    margin-right: 5px !important;
}

.compare-chkbox-container .compare-listings .compare-label, .compare-checked {
    color: #000 !important;
}

.compare-listings-container .compare-price, .compare-title h3 {
    color: #e8c609 !important;
}

.media-icon img {
    width: auto;
}

.compare-listings-container .compare-container .button {
    background: #e8c609 !important;
    color: #000 !important;
}


/*---- faceted links  ----*/
.list-content .list-main-section .list-container {
    margin-top: 20px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
    margin-top: 12px !important;
}
.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
label
input {
    margin-right: 5px !important;
}

/*.faceted-search-content .faceted-section-head {*/
/*    width: 100% !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,
.contact-options a, .fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.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,
.faceted-search-content
.faceted-section-box
.show-all-modal
.show-all-modal-content-container
.show-all-modal-content
.title-close-row
.apply-button {
    background: #e3bd58 !important;
}

.faceted-search-content .faceted-section-head {
    background: #e3bd58 !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: #e3bd58 !important;
}

.list-content .list-main-section .list-container .fin-calc {
    font-size: 14px !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 {
    
}

.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 #e3bd58 !important;
    color: #e3bd58 !important;
}

.list-content .listing-bottom .listing-description-text,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats,
.detail-content .detail-additional-data .data-row .data-value, .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .all-options-container .option-container .faceted-option-checkbox-container .option-name, .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row i, .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .show-all-modal-title {
    color: #000 !important;
}


.option-container > .faceted-option-checkbox-container > label > .option-name {color: black !important;}

.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
.option-name {
    margin-top: 0 !important;
}

.list-redesign .bottom-section .side-container{
	background-color: transparent !important;
}
.list-container-flexrow .list-listing-card-wrapper{
	color: #000;
}
.show-closest-first-container{
		background-color: transparent !important;
}
@media (max-width: 992px) {
    .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,
    .mobile-breadcrumb,
    .list-content .list-listing-mobile .view-listing-details-link {
        background: #e3bd58 !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #e3bd58 !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #e3bd58 !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #e3bd58 !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 #e3bd58 !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: #e3bd58 !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;
    }
}
