body {
    margin: 0;
    /*font-size: 16px;*/
	font-size:25px; 
    font-family: 'Oswald', sans-serif !important;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-level-one {
    font-size: 1.467em;
}

.font-level-two {
    font-size: 0.9em;
}

.font-level-three {
    font-size: 0.938em;
}

.font-level-four {
    font-size: 14px;
}

@media screen and (min-width: 1400px) {
    .font-level-five {
        font-size: 0.594em;
    }
}

.font-level-five {
    font-size: 0.5em;
}

.font-red {
    color: #c91116;
}

.font-white {
    color: white !important;
}

.font-black {
    color: black;
}

.uppercase {
    text-transform: uppercase;
}

.no-dec-hov-underline {
    text-decoration: none;
}

.no-dec-hov-underline:hover {
    text-decoration: underline;
}

.no-dec-hov-underline-white:hover {
    color: white;
}

.nav-shell {
    background-color: black;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.nav-skin {
    width: 98%;
    margin: 0 auto;
    padding: 1em 0;
}

@media screen and (min-width: 925px) {
    .nav-skin {
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }
}

.nav-logo-skin {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

@media screen and (min-width: 925px) {
    .nav-logo-skin {
        width: 20%;
    }
}

.nav-logo {
    width: 50%;
    height: auto;
}

@media screen and (min-width: 925px) {
    .nav-logo {
        width: 100%;
        height: auto;
    }
}

.nav-links-skin {
    display: none;
    list-style: none;
    vertical-align: middle;
    width: 68%;
    padding: 0;
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 925px) {
    .nav-links-skin {
        display: inline-block;
    }
}

.nav-link {
    display: inline-block;
    margin: 0 .5em;
}

.nav-link-anchor:hover {
    color: white;
}

.nav-phone-skin {
    display: none;
    vertical-align: middle;
    width: 12%;
    text-align: right;
}

@media screen and (min-width: 925px) {
    .nav-phone-skin {
        display: inline-block;
    }
}

.nav-phone {
    display: block;
    margin: 1em 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.nav-phone-anchor {}

.nav-link-anchor:hover,
.nav-phone-anchor:hover {
    color: white;
}

.nav-phone-anchor {}

.stripe {
    width: 100%;
    height: .6em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c91215+0,870a0d+100 */
    background: #c91215;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c91215 0%, #870a0d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c91215 0%, #870a0d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c91215 0%, #870a0d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91215', endColorstr='#870a0d', GradientType=1);
    /* IE6-9 */
}

.feature-shell {
    background-color: black;
    margin-top: 4em;
}

.feature-skin {
    text-align: center;
    padding: 3% 0;
}

.feature-img-skin {
    display: inline-block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (min-width: 595px) {
    .feature-img-skin {
        width: 49%;
    }
}

@media screen and (min-width: 870px) {
    .feature-img-skin {
        width: 33%;
    }
}

.feature-img {
    width: 100%;
    height: auto;
}

.title-shell {
    background: url("/siteart/diamond_upholstery.png");
    padding: 2.5em 0;
}

.title-skin {
    text-align: center;
    font-size: 1.5em;
}

.title {
    margin: 0;
}

.subtitle {
    margin: 0;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.inventory-section-shell {
    padding: 2.5em 0;
}

.inventory-section-skin {
    text-align: center;
}

.inventory-frame {
    width: 99%;
    margin: 0 auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 500px) {
    .inventory-frame {
        width: 90%;
    }
}

@media screen and (min-width: 1000px) {
    .inventory-frame {
        width: 66.66666666666666666666%;
    }
}

.inventory-frame iframe {
    position: relative;
    z-index: -10;
}

/*.inventory-frame iframe {
    height: 15em !important;
    overflow: scroll !important;
}*/

.inv-btn-links {
    width: 60%;
    margin: 3em auto 0 auto;
    text-align: center;
}

.inv-btn-shell {
    display: inline-block;
    width: 45%;
    margin: 1em 2.5%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c91215+0,870a0d+100 */
    background: #c91215;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c91215 0%, #870a0d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c91215 0%, #870a0d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c91215 0%, #870a0d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91215', endColorstr='#870a0d', GradientType=1);
    /* IE6-9 */
}

@media screen and (min-width: 650px) {
    .inv-btn-shell {
        width: 20%;
        margin: 0 2.5%;
    }
}

.inv-btn-skin {
    margin: .5em auto;
    text-align: left;
    width: 85%;
}

.inv-btn-skin a{
	display:flex; flex-flow:row wrap; justify-content:space-between;  
}

.inv-btn {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    padding-bottom: .15em;
}

.inv-btn-arrow {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 12em;
    position: relative;
    height: 0;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer-shell {
    background: black url("/siteart/black_denim_@2X.png");
    padding: 2em 0;
}

.footer-skin {
    text-align: center;
}

@media screen and (min-width: 410px) {
    .footer-skin {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 830px) {
    .footer-skin {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1350px) {
    .footer-skin {
        width: 30%;
        margin: 0 auto;
    }
}

.footer-col {
    display: block;
    width: 95%;
    margin: 0 auto 5% auto;
}

@media screen and (min-width: 410px) {
    .footer-col {
        display: inline-block;
        vertical-align: top;
        margin: 0 1%;
        width: 31.33333333333333333%;
    }
}

.footer-title {
    margin: 0;
}

.footer-ul-title {
    margin-top: 1em;
    margin-bottom: 0;
}

.footer-inner-col {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-li {}

.footer-anchor {}

.copyright {
    background-color: black;
    padding: 1em 0;
}
.copyright a { color:#fff;}
.copyright-inner {
    text-align: center;
    width: 35%;
    margin: 0 auto;
}

.mobile-toggle-skin {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: right;
}

@media screen and (min-width: 925px) {
    .mobile-toggle-skin {
        display: none;
    }
}

.mobile-menu-toggle {
    height: auto;
    width: 50%;
    display: inline-block;
}

@media (max-width: 540px) {
    .tingle-modal__close {
        background-color: #c91116;
    }
}

.container {
    margin: 2em auto;
    text-align: left;
}

.inv-category-btn {
    display: inline-block;
    padding: .5em 0;
    width: 34%;
    margin-top: 1em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c91215+0,870a0d+100 */
    background: #c91215;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c91215 0%, #870a0d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c91215 0%, #870a0d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c91215 0%, #870a0d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91215', endColorstr='#870a0d', GradientType=1);
    /* IE6-9 */
}

@media screen and (min-width: 930px) {
    .inv-category-btn {
        width: 10%;
    }
}

.parts-shell {}

.parts-skin {
    text-align: center;
}

.t-and-t-parts,
.mach-parts {
    display: inline-block;
    width: 55%;
    text-align: center;
    margin: 0 1em;
}

@media screen and (min-width: 550px) {

    .t-and-t-parts,
    .mach-parts {
        display: inline-block;
        width: 35%;
        text-align: center;
    }
}

.parts-img {
    width: 100%;
    /*clip-path: circle(40% at center);*/
}

.auction-skin img {
    margin-bottom: 10px;
    float: none !important;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 555px) {
    .auction-skin img {
        float: right !important;
        margin: 0;
        margin-bottom: 10px;
        display: inline;
    }
}

.auction-skin {
    width: 80%;
    margin: 1em auto;
}

@media screen and (max-width: 1143px) {
    .tabs {
        margin: 0;
    }
}

@media screen and (max-width: 1143px) {
    #eventstabs li {
        float: none;
    }
}

@media screen and (max-width: 1143px) {
    #eventstabs li a {
        margin: 0;
        margin-bottom: 5px;
    }
}

.content-skin {
    width: 95%;
    margin: 0 auto;
}

@media screen and (min-width: 550px) {
    .content-skin {
        width: 80%;
    }
}

@media screen and (min-width: 550px) {
    .content-skin {
        width: 60%;
    }
}

@media screen and (min-width: 950px) {
    .content-skin {
        width: 40%;
    }
}

.content-title {
    text-align: center;
    text-transform: capitalize;
}

.slick-slide {
    margin: 0 2.5%;
}

.slick-list {
    margin: 0 -2.5%;
}

.slick-img {
    width: 600%;
    height: auto;
}

.contact-form-inner {
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.contact-form {
    margin-bottom: 1em;
}

.contact-input {
    font-family: 'Oswald', sans-serif;
    border-style: none;
    border: 1px solid black;
    width: 98%;
    padding: 1%;
    margin: 1%;
    display: inline-block;
}

.contact-textarea {
    font-family: 'Oswald', sans-serif;
    border-style: none;
    border: 1px solid black;
    width: 98%;
    padding: 1%;
    margin: 1%;
    display: inline-block;
}

.input-state {
    width: 100%;
}

@media screen and (min-width: 625px) {
    .contact-input {
        width: 34%;
        padding: 1em;
        margin: 1em;
    }

    .input-state {
        width: 38%;
    }

    .contact-textarea {
        padding: 1em;
        margin: 1em;
        width: 88%;
    }
}

@media screen and (min-width: 1055px) {
    .contact-input {
        width: 36%;
    }

    .input-state {
        width: 40%;
    }
}

@media screen and (min-width: 1470px) {
    .contact-input {
        width: 40%;
    }

    .input-state {
        width: 44%;
    }
}

.CaptchaMessagePanel {
    font-family: 'Oswald', sans-serif;
    font-size: 0.938em;
    color: black;
}

#CaptchaAnswer {
    font-family: 'Oswald', sans-serif;
    font-size: 0.938em;
    color: black;
}

.button {
    font-family: 'Oswald', sans-serif;
    font-size: 0.938em;
    color: black;
}

.tingle-modal-box__content {
    text-align: center;
}

.tabcontent-wrapper iframe {
    overflow: hidden;
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    display: block;
    border: 1px solid #000;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
}

.feature-img-link:visited {
    color: white;
}

.tabcontent-wrapper {
    width: 101.18%;
    margin: 0 auto;
    height: 15em;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 0;
}

.CaptchaWhatsThisPanel a {
    color: #222;
}

/********* INVENTORY **********/

.selected-facet {padding: 8px 12px !important; color:#fff !important;}
.list-content .list-error-container .info button {background:#970c0f !important;}





.list-content, .detail-content{font-size:.7em!important;}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#970c0f !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#970c0f !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #970c0f !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #970c0f !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

