/***** 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;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Make HTML 5 elements display block-level for consistent styling */

/***** END RESET *****/

/***** TEXT/LINK FORMATTING *****/

@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: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-regular-webfont.woff') format('woff'),
        url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-regular-webfont.svg#montserratregular') 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;
}

::-moz-selection {
    background: #B63120;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #B63120;
    color: #fff;
    text-shadow: none;
}

strong {
    font-family: 'montserratbold';
}

h1 {
    font-family: 'montserratlight';
    color: #B63120;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}

p {
    font-family: 'montserratlight';
    font-size: 14px;
    line-height: 28px;
}

a {
    font-family: 'montserratbold';
    color: #b63120;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover {
    color: #E83922;
}

img {
    max-width: 100%;
    height: auto;
}

/***** SITE FRAMEWORK *****/

html,
body {
    background: #fff;
    font-family: 'montserratlight';
    font-size: 14px;
    line-height: 28px;
}

.main {
    padding: 0 0 50px 0;
}

.container2 {
    max-width: 1100px;
    margin: 0 auto;
}

.wrapper {
    float: right;
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
}

​ .last {
    padding-right: 0;
}

.column2 {
    width: 50%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

/***** HEADER *****/

.header {
    position: relative;
    padding: 15px 0;
    width: 100%;
    z-index: 9;
}

#header-bar {
    background: #B63120;
    height: 66px;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 104px;
}

#logo img {
    margin-top: -280px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.truck-left {
    float: left;
}

.truck-right {
    float: right;
}

.social {
    display: block;
    text-align: right;
}

.social a {
    font-size: 36px;
    padding: 0 5px 0 0;
	text-decoration: none;
}

/***** NAV *****/

#navicon {
    float: left;
    font-size: 20px;
    position: relative;
    z-index: 99999999999999999;
    background: #B63120;
    border-radius: 5px;
    padding: 6px 12px;
    color: #fff;
}

#nav {
    float: left;
}

#nav ul {
    width: 300px;
}

#nav ul li {
    border-bottom: 1px #fff solid;
    width: 100%;
}

#nav ul li a {
    display: block;
    font-family: 'montserratbold';
    font-size: 16px;
    color: #fff;
    background: #333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
}

#nav ul li a:hover {
    border-left: 15px #B63120 solid;
}

/***** STYLES *****/

ul.icon-list {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 28px;
}

#distribution {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 12px;
    background: url(../siteart/distribution.png) no-repeat;
    height: 31px;
    width: 31px;
}

#business {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 12px;
    background: url(../siteart/business.png) no-repeat;
    height: 31px;
    width: 31px;
}

#location {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 12px;
    background: url(../siteart/location.png) no-repeat;
    height: 31px;
    width: 31px;
}

#quality {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 12px;
    background: url(../siteart/quality.png) no-repeat;
    height: 31px;
    width: 31px;
}

#prices {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 12px;
    background: url(../siteart/prices.png) no-repeat;
    height: 31px;
    width: 31px;
}

a.direction-box {
    display: block;
    background: url(../siteart/directions.jpg) center center;
    width: 100%;
    padding: 25px 0 20px;
    margin: 20px 0;
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #b63120;
    border: 1px #888888 solid;
}

a.direction-box:hover {
    color: #E83922;
}

a.email-box {
    display: block;
    background: url(../siteart/contact.jpg) center center;
    width: 100%;
    padding: 25px 0 20px;
    margin: 20px 0;
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #b63120;
    border: 1px #888888 solid;
}

a.email-box:hover {
    color: #E83922;
}

a.truck-box {
    display: block;
    background: url(../siteart/trucks.jpg) center center;
    width: 100%;
    padding: 25px 0 20px;
    margin: 20px 0;
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #b63120;
    border: 1px #888888 solid;
}

a.truck-box:hover {
    color: #E83922;
}

a.equipment-box {
    display: block;
    background: url(../siteart/equipment.jpg) center center;
    width: 100%;
    padding: 25px 0 20px;
    margin: 20px 0;
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #b63120;
    border: 1px #888888 solid;
}

a.equipment-box:hover {
    color: #E83922;
}

.click {
    font-family: 'montserratregular';
    font-size: 12px;
    color: #000;
}

a.back {
    color: #000;
    text-decoration: none;
    position: relative;
    top: -10px;
}

a.back:hover {
    color: #b63120;
}

/***** FOOTER STYLES *****/

.footer {
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    font-family: 'montserratregular';
    color: #000;
    font-size: 10px;
}

a.footerlink:hover {
    font-family: 'montserratlight';
    color: #b63120;
    text-decoration: none;
    font-size: 10px;
}

.footertext {
    font-family: 'montserratlight';
    font-size: 10px;
    color: #000
}

.smallfootertext {
    font-family: 'montserratlight';
    font-size: 10px;
    color: #000
}

.divfooter {
    max-width: 800px;
    line-height: 14px;
    text-align: center;
    margin: 25px auto;
}

.clear {
    clear: both;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/***** FACETED INVENTORY STYLES *****/

#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: #b63120 !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: #b63120 !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 #b63120 !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: #b63120 !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;
}


/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile {
    display: none;
}

@media screen and (max-width: 1280px) and (min-width: 1101px) {
    .show-menu-for-mobile {
        display: none;
    }

    .container2 {
        /* padding: 0 25px; */
    }

}

@media screen and (max-width: 1100px) and (min-width: 941px) {
    .show-menu-for-mobile {
        display: none;
    }

    .container2 {
        padding: 0 25px;
    }

    .truck-left,
    .truck-right {
        display: none;
    }

    #header-bar {
        position: absolute;
        top: 103px;
    }

    #logo {
        width: 466px;
        margin: 0 auto 25px;
    }

    #logo img {
        position: relative;
        margin: 0 auto;
    }

    .social {
        text-align: center;
    }

}

@media screen and (max-width: 1500px) and (min-width: 581px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #nav {
        display: none;
    }

    .container2 {
        /* padding: 0 25px; */
    }

    .main {
        border-top: 2px #B63120 solid;
        padding: 30px 0;
    }

    .wrapper {
        float: none;
        width: 100%;
    }

    ​ .truck-left,
    .truck-left {
        display: none;
    }

    .truck-right {
        display: none;
    }

    #header-bar {
        display: none;
    }

    #logo {
        width: 350px;
        margin: 0 auto;
    }

    #logo img {
        position: relative;
        margin: -54px auto 0;
    }

    .social {
        text-align: center;
    }


}

@media screen and (max-width: 580px) and (min-width: 406px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #nav {
        display: none;
    }

    .column2 {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .container2 {
        padding: 0 25px;
    }

    .main {
        border-top: 2px #B63120 solid;
        padding: 30px 0;
    }

    .wrapper {
        float: none;
        width: 100%;
    }

    ​ .truck-left,
    .truck-left {
        display: none;
    }

    .truck-right {
        display: none;
    }

    #header-bar {
        display: none;
    }

    #logo {
        width: 200px;
        margin: 0 auto;
    }

    #logo img {
        position: relative;
        margin: -60px auto 0;
    }

    .social {
        text-align: center;
    }


}

@media screen and (max-width: 405px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #nav {
        display: none;
    }

    .column2 {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .container2 {
        padding: 0 25px;
    }

    .main {
        border-top: 2px #B63120 solid;
        padding: 30px 0;
    }

    .wrapper {
        float: none;
        width: 100%;
    }

    ​ .truck-left,
    .truck-left {
        display: none;
    }

    .truck-right {
        display: none;
    }

    #header-bar {
        display: none;
    }

    #logo {
        float: right;
        width: 200px;
        padding: 0 25px 0 0;
    }

    #logo img {
        position: relative;
        margin: -60px auto 0;
    }

    .social {
        text-align: left;
    }


}
