/* 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
    font-family: 'Montserrat', sans-serif;
}

.spec-container.dealer-location {
    display: none;
}

.contact-information div .field-value:first-child,
.main-detail-data .field-value:nth-of-type(1) {
    display: none !important;
}


.dealer-data:nth-of-type(2) {
    display: none !important;
}


a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: #dbac5e;
    text-decoration: none;
}

p {
    padding: 15px 0 0;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase !important;
    font-weight: bold;
}

.line {
    text-decoration: underline;
}




h2 span {
    font-weight: 500;
    line-height: 10px;
    text-decoration: none !important;
}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
    clear: both;
}

.center {
    vertical-align: middle;
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.none {
    display: none;
}

.last {
    border-right: none !important;
}

.border-r {
    border-right: 3px solid #000;
}


.spacer {
    padding: 20px;
}

.spacer-md {
    padding: 35px 0px;
}

.col-lg-10.col-sm-12.spacer-md.invWrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.col-lg-10.col-sm-12.spacer-md.invWrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.spacer-lg {
    padding: 200px 0px 0px;
    vertical-align: bottom;
    display: table-cell;
}

.spacer-top {
    margin-top: 20px;
}

.img-responsive {
    width: 100%;
    padding-bottom: 10px;
}

* {
    box-sizing: border-box;
}

body {}

.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.no-pad-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}




::selection {
    color: #fff;
    background: #356088;
}

::-moz-selection {
    color: #fff;
    background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 0 auto;
}

.timpte-top {
    width: 200px;
    padding-bottom: 15px;
}

.over-lay {
    position: absolute;
    margin: -45% auto;
    width: 100%;
}

.hero {
    width: 100%;
    background: url(/images/main-image.jpg);
    background-size: cover;
    overflow: auto;
}

.logo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 20px 0 0 0;
}

.logo img {
    width: 15%;
    margin: 0 auto;
}


.orange-box {
    background: rgba(228, 122, 58, .9);
    width: 50%;
    margin: 20px auto 20px;
    text-align: right;
    padding: 10px;
    overflow: auto;
}

.orange-box span {
    font-weight: normal;
    font-size: 25px;
}

.orange-box h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 1px 1px 10px #222;
}

.black-btn {
    width: 250px;
    background: #2e2e2e;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    box-shadow: 1px 1px 3px #000;
}

.black-btn a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
}

.border-all {
    border: 2px solid #000;
    padding: 5%;
}

.trailer {
    width: 65%;
    margin-left: -1%;
}

.trailer img {
    float: left;
    text-align: left;
}


.social a {
    display: inline-block;
    padding: 20px 10px;
    cursor: pointer;
}

.social {
    float: right;
    z-index: 99999999999;
    padding-right: 15px;
}

.left-head {
    float: left;
    padding: 20px;
}

/* HOME PAGE STYLES
-----------------------------------------------*/


.bar {
    position: relative;
    width: 8%;
    margin: -18% 0 0 10%;
    float: left;
    z-index: -1;
    display: inline-block
}

.img-wrap {
    background: #e47a3a;
    width: 100%;
    overflow: auto;
    padding: 20px 0 40px;
}


.mfgs img {
    padding: 10px;
    max-width: 12%;
    display: inline-block;
}

.timpte {
    width: 250px;
}


/* =============================================================================
     CTA                                                             
============================================================================= */
.cta ul {
    margin: 0;
    list-style: none;
    width: 100%;
    display: table;
    position: relative;
}

.cta ul li {
    padding: 0;
    margin: 0px;
}

.cta ul li:first-child {
    margin-left: 0px;
}

.cta ul li div:first-child {
    list-style: none;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 0;
    height: 400px;
    z-index: 999;
}

.cta a span {
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
}

.cta a h2 {
    color: #fff;
    font-weight: 200;
    line-height: 1;
    text-transform: uppercase;
    font-size: 25px;
    background: #2e2e2e;
    vertical-align: middle;
    width: 100%;
    padding: 20px 20px;
    text-align: left;
}

.cta a h2 span {
    font-weight: bold;
    padding-bottom: 10px;
    text-decoration: underline !important;
}

.cta a:hover {
    opacity: 1;
}

.cta a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    padding: 0;
    width: 100.2%;
    height: 100%;
}

.cta ul li .cta1 {
    background-image: url(../images/trucks.png);
    margin: 10px;
}

.cta ul li .cta2 {
    background-image: url(../images/trailers.jpg);
    margin: 10px;
}

.cta ul li .cta3 {
    background-image: url(../images/parts.jpg);
    margin: 10px;
}

.cta a .overlay:hover {
    height: 102%;
}

/* Interior */
#interior .cta ul li div:first-child {
    height: 135px;
}





/* INVENTORY
------------------------------------------------*/
@charset "utf-8";

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #dd2424 !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #dd2424 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #014f30 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}




/* Parallax 
-------------------------------------*/


.parallax {
    /* The image used */
    background-image: url('../images/parallax.jpg');

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.parallax h4 {
    font-weight: 500 !important;
    font-size: 1.5rem;
}

.parallax p {
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 0px;
}



/** LIGHTBOX MARKUP **/

.lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 50%;
    margin-top: 15%;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/* STAFF
------------------------------*/

.staff {
    padding: 10px;
}

.item {
    padding: 20px;
}

/* PARTS
-----------------------------*/

.parts img {
    width: 50%;
}


/* Slider
------------------------------*/












/* FOOTER
------------------------------
.footer{
	width:100%;
	color:#eaeaea;
	font-size:14px;
	background:#2e2e2e;
	padding: 0 0 30px 0;
	overflow: auto;
	text-align: right;
}

.footer a{
	color:#eaeaea;
	text-decoration:underline;
}

.footer a:hover{
	color:#eaeaea;
	text-decoration:none;
}
.footer p {font-size: 14px; padding-bottom: 0px; text-align: left;}

ul.secondary li {list-style: none; text-align: left}
ul.secondary li a {text-decoration: none; font-size: 16px; line-height: 30px;}

*/

/*NEW FOOTER 6-1-21 */

.footer {
    width: 100%;
    color: #eaeaea;
    font-size: 14px;
    background: #2e2e2e;
    padding: 0 0 30px 0;
    overflow: auto;
    text-align: right;
}

.footer a {
    color: #eaeaea;
    text-decoration: none;
    font-size: 18px;

}

.footer a:hover {
    color: #eaeaea;
    text-decoration: none;
}

.footer p {
    font-size: 14px;
    padding-bottom: 0px;
    text-align: left;
}

.footer-wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding-top: 20px;
}

.footer-links {
    width: 40%;
}

.footer-time {
    width: 40%;
}

.footer-links ul li {
    text-align: left;
    color: #eaeaea;
    list-style-type: none;
}

.footer-links ul {
    line-height: 35px;
}

.footer-host {
    width: 20%;
}


@media screen and (max-width:1550px) {
    .cta ul li div:first-child {
        height: 320px
    }
}

@media screen and (max-width:1300px) {
    .over-lay {
        margin: -50% auto;
    }
}

@media screen and (max-width:1110px) {
    .footer-wrap {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .footer-links,
    .footer-time {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }

    .footer-host {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 30px;
    }

    .body-wrapper {
        width: 99%;
    }
}

@media screen and (max-width:992px) {
    .orange-box {
        width: 80%;
    }

    .orange-box h1 {
        padding-bottom: 0px;
        font-size: 16px;
    }

    .orange-box span {
        font-size: 14px;
    }

    .black-btn {
        width: 100px;
    }

    .cta ul li div:first-child {
        height: 320px
    }

    .logo img {
        width: 30%;
    }

    .bar {
        display: none;
    }

    .parallax p {
        padding-bottom: 15px;
    }

    .left {
        text-align: center;
        float: none;
    }

    .border-r {
        border-right: none;
        margin-bottom: 20px;
    }



    .right {
        float: none;
    }

    .over-lay {
        position: absolute;
        margin: -50% 25%;
        width: 50%;
    }
}




@media screen and (max-width:768px) {
    .cta ul li div:first-child {
        background-size: cover;
    }

    .over-lay {
        position: absolute;
        margin: -50% 25%;
        width: 50%;
    }

    .orange-box {
        margin-top: 10px;
    }

    .mfgs img {
        max-width: 50%;
    }

    .invPage .body-wrapper {
        width: 100%;
    }

}

@media screen and (max-width:560px) {

    .orange-box {
        display: none;
    }

    .black-btn {
        width: 100px;
    }

    .logo img {
        width: 70%;
    }

    .timpte {
        width: 200px;
    }

    .timpte-top {
        width: 150px;
    }

    .footer-links,
    .footer-time {
        width: 100%;
        display: block;

    }

    .body-wrapper {
        width: 95%;
    }
}
