﻿/***** 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 {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

.hidden{
	visibility: hidden;
}

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 50px 0px 50px 0px;
} 

button{
    border: none;
    background-color: transparent;
    transition:.25s;
    font-family: "Manrope", sans-serif;
    padding: 0px;
    font-weight: 400;
}

button a{
    background-color: #3B3B3B;
    color: #fff;
    padding: 10px 45px 10px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    position: relative;
    font-size: 16px;
}

.icon-container{
    background-color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
}

button i{
    transform: rotate(45deg);
    position: absolute;
    font-size: 12px;
    top: 5px;
    right: 6px;
    transition: .25s;
    color: #fff !important;
}

.blue-icon{
    background-color: #3B3B3B;
}

.blue-icon i{
    transform: rotate(45deg);
    position: absolute;
    font-size: 12px;
    top: 5px;
    right: 6px;
    transition: .25s;
}

button a:hover{
    background-color: #343434;
}


.transparent-blue a{
    background-color: transparent;
    color: #fff;
    padding: 0px;
    transition: 1s;
}

.transparent-blue a:hover{
    background-color: transparent;
}

.transparent-blue .icon-container{
    background-color: #3B3B3B;
    top: 2px;
    right: -34px;
}

.black-button a{
color: #000 ;
}

.black-button a{
    color: #000 ;
}

.black-button i{
    color: #fff;
}

.secondary-btn{
    border: none;
    padding: 5px 15px;
    background-color: #fff;
    transition:.25s;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;
}

.secondary-btn a{
    color: #000;
}

.secondary-btn:hover a{
    color: #fff;
}



/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}


/*-------- BODY STYLES --------*/

body {
    font-family: "Manrope", sans-serif;
}

h1{
    font-size: 72px;
}

h2{
    font-size: 42px;
    font-weight: 400;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--------HOME STYLES--------------------*/




video{
    position: relative;
   outline: unset;
    top: 1px;
    display: block;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    object-position: center;
}

.video:focus {
    outline: none;
    border: none;
}

.home-cover{
    max-height: 90vh;
    height:90vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.4984110169491526) 28%, rgba(0,0,0,0.15942796610169496) 76%), url("/siteart/temg-cover.png");
    overflow: hidden;
    position: relative;
    margin-top: -95px;
    padding: 0px !important;
    background-position: center;
    background-size: cover;
}


.home-cover-content{
    margin: 0 auto;
    color: #fff;
}


.home-cover-content{
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    z-index: 25;
}


.cover{
    background-color: #000;
    color:#fff;
    padding: 180px 40px 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -95px;
    font-family: "Manrope", sans-serif;
}

.cover h1{
    font-weight: 400;
}

.maxy{
    width: 80%;
    margin: 0 auto;
}

.section-1{
 background-color: #000;
 color: #fff;
}

.type-headline{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.type-category-container{
    margin-top: 30px;
}

.type-category{
    background-color: #3B3B3B;
    padding: 25px;
}

.type-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.type-title button a{
    padding: 10px 45px 10px 0px;
}

.type-title button a:hover{
    background-color: transparent;
}

.section-2{
    background-color: #3B3B3B;
    color: #fff;
    padding-bottom: 150px;
}

.truck-category-container{
    margin-top: 30px;
}

.truck-category{
    background-color: #000;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.truck-category a{
    color: #fff;
}

.custom-left{
    position: relative;
    left: -35px;
}

.section-2 .title{
    text-align: center;
}

.section-3{
margin-top: -135px;
}

.section-3 img{
    width: 100%;
}

.learn-more{
    width: 85%;
    margin: 0 auto;
    padding: 50px 40px;
    background-color: #000;
    color: #fff;
}

.learn-more h2{
    margin-bottom: 25px;
}

.learn-more .flexy{
    gap: 50px;
}

.learn-more-blurb{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.learn-more-blurb span{
    font-size: 28px;
}

.section-4{
    text-align: center;
}

.brands-container{
    display: flex;
    gap: 25px;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    margin-top: 25px;
}

.brand-item{
    background-color: #FCFCFC;
    border-radius: 25px;
    padding: 25px 40px;
    width: 20%;
}

.brand-item img{
    width: 100%;
    filter: grayscale(100%);
}

.section-4 .custom-left{
    text-align: right;
    width: 85%;
    margin: 0 auto;
    right: 0px;
    margin-top: 25px;
}

/*--------Search Form--------------*/

.search-back{
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    color: #fff;
    bottom: 50px;
    left:0;
    right:0;
}

.search-back:after {
    position: absolute;
    content: "";
    bottom: -40px;
    height: 40px;
    width: 1px;
}

.search-back p{
    margin-bottom: 25px;
}

.search-row{
    display:flex; 
    flex-direction: row; 
    justify-content: space-between;
    gap: 25px;

}

.search-row button{
    transition:.3s ease;  
    background:#3B3B3B; 
    color:#fff; 
    transition: .25s;
}

.search-row .formfield:first-of-type{
    width:45%;
  }

.search-row .formfield{
  width:30%;
}

.search-row input[type="text"], .search-row select{
    padding:14px; 
    border:solid 1px #fff; 
    border-radius: 0px;
    box-shadow:none!important; 
    color:#fff!important; 
    background:transparent!important;
   width: 100%;
   font-family: "Manrope", sans-serif;
   box-sizing: border-box;
}

.search-row input::placeholder{
    color:#fff!important;
}
.search-row button:hover{
    background:#3B3B3B; 
    cursor:pointer;
}
.search-row select option{
    background:#000; 
    color:#fff; 
    padding:10px!important; 
    box-sizing:border-box;
}
.search-row select option:hover{
    background:#32356d;
}

/*--------SEARCH STYLES--------------------*/

.search-outer-container{
    max-width: 80%;
    margin: 0 auto;
    background-color: #FFDE00;
}

.search-container{
    display: flex;
}

.search-bar-form{
    width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-field-flex input{
    border: 1px solid #8B8B8B25 !important;
    border-radius: 0px;
    width: 50%;
    padding: 10px 10px;
    font-family: "Manrope", sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    padding: 10px 10px;
    font-family: "Manrope", sans-serif;
    border-radius: 0px;
}

input.submit-button{
    background-color: #3B3B3B;
    border: none;
    color: #fff !important;
    border: none;
    font-family: "Manrope", sans-serif;
    padding: 10px 15px;
    transition: .25s;
    font-size: 16px;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    background-color: #3B3B3B;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    padding: 10px 15px;
}


/*-------- CONTACT STYLES --------*/
.team-info{
display: flex;
justify-content: flex-start;
gap: 55px;
}

.google-maps{
    
}

.about-section{
    padding: 50px 40px;
}

/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: "Manrope", sans-serif;
    background-color: #000;
    color: #fff;
    padding: 40px 40px;
}

footer .logo{
    font-weight: 700;
    font-size: 32px;
}

footer a{
    color: #fff;
}


.top-footer{
    justify-content: space-between;
    gap: 25px;
}

.left-footer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:50px;
}

.footer-contact a{
    position: relative;
}

.footer-contact .blue-icon{
right: -35px;
	top:3px;
}

.footer-contact a{
    font-size: 17px;
    font-weight: 700;
}

.right-footer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:50px;
    text-align: right;
}

.right-footer ul{
    display: inline-flex;
    gap: 25px;
    font-weight: 700;
}

.right-footer ul li a{
    transition: .25s;
}

.right-footer ul li a:hover{
    color:#3B3B3B;
}

.nav-footer{
    font-size: 12px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #3B3B3B;
    font-family: "Manrope", sans-serif;
    border-radius: 0px;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #000;
    font-family: "Manrope", sans-serif;
    border-radius: 0px;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #000;
    font-family: "Manrope", sans-serif;
    border-radius: 0px;
}

.faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .selected-facets-container .selected-facet{
    background-color: #3B3B3B !important;
    font-family: "Manrope", sans-serif !important;
    border-radius: 0px !important;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1070px) {


}

@media screen and (max-width: 1090px) and (min-width: 750px) {
    .team-info{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

  }

@media only screen and (max-width: 750px) {
    h1{
        font-size: 60px;
    }

    h2{
       font-size: 36px; 
    }

    .home-cover{
max-height: 100vh;
        height: 100vh;
    }
	

    .learn-more-blurb, .type-headline{
        flex-direction: column;
        align-items: flex-start;
    }

    .learn-more-blurb span, .type-headline h2{
        margin-bottom: 25px;
    }

    .custom-left{
        left:0px;
    }

    .flexy{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
    
    .no-break{
        display: none;
    }

    .search-row{
        flex-direction: column;
    }

    .search-row .formfield{
        width: inherit !important;
    }

    .learn-more{
        width: 75%;
    }

    .section-4{
        padding: 50px 40px;
    }

    .brands-container{
        flex-direction: column;
        width: inherit;
    }

    .brand-item{
        width: inherit;
        padding: 15px 40px;
    }

    .brand-item img{
        width: 50%;
    }

    .right-footer{
        text-align: left;
    }
}

@media only screen and (max-width: 500px) {
    h1{
        font-size: 52px;
    }

    h2{
       font-size: 28px; 
    }

    .learn-more-blurb, .type-headline{
        flex-direction: column;
        align-items: flex-start;
    }

    .learn-more-blurb span, .type-headline h2{
        margin-bottom: 25px;
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

    .right-footer ul{
        display: block;
    }
}

@media only screen and (max-width: 425px) {
    section{
        padding: 50px 25px;
    }

    .type-title{
        flex-direction: column;
        align-items: flex-start;
    }

    h1{
        font-size: 42px;
    }

    h2{
       font-size: 26px; 
    }

    .team-info{
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



