﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




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;
}
.cf {
    *zoom: 1;
}

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 50px 40px;
}

button{
    border: none;
    background-color: #219BC7;
    transition:.25s;
    font-family: "Montserrat", sans-serif;
}

button:hover{
    background-color: #2D2D2D;
    color: #fff;
}

button a{
    font-size: 14px;
    letter-spacing: .5px;
    color: #fff;
    padding: 12px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;

}

button:hover a{
    color: #fff;
}

.btn-clear{
    background-color: transparent;    

    a{
        color: #000;
        display: flex;
        align-items: baseline;
        gap: 10px;

        i{
            font-size: 12px;
        }
    }
}

.btn-clear:hover{
 background-color: transparent;

 a{
    color: #000;
    gap: 20px;
 }
}

.span{
    font-weight: 700;
}

/*-------- 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%;
}


/*-------------SLIDER----------------------*/

.slider{
	display: flex;
	justify-content: center;
/*	gap: 50px !important;*/
}

/*
  .slick-slide {
      margin: 0 27px;
  }

   the parent 
  .slick-list {
      margin: 0 -27px;
  }
*/

  .slick-button {
    color: #fff;
    padding: 5px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    cursor: pointer;
    bottom: -75px;
}

.slick-prev {
    right: 160px;
}

.slick-next {
    right: 40px;
} 

.slider .slider-link-contain{
	border: 1px solid #FFFFFF50;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 10px;
}

.slider .slider-link-contain div{
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 75px 25px;
	justify-content: space-between;
}

.slider-link-contain p{
	color: #FFFFFF !important;
}

.slider li img{
	width: 100%;
}


/*-------- BODY STYLES --------*/

body {
    font-family: "Montserrat", sans-serif;
    color: #2D2D2D;
}

p{
    margin-top: 5px;
    line-height: 24px;
}

h1, h2, h3, h4{
    font-family: "Montserrat", sans-serif;
    color: #2D2D2D;
    
}

h1{
    font-size: 62px;
    font-weight: 400;
    line-height: 72px;
}

h2{
    font-size: 46px;
    font-weight: 400;
}

h3{
    font-size: 28px;
    font-weight: 400;
}

h4{
    font-weight: 400;
}

.no-top{
    padding-top: 0px;
}

.internal h2{
    font-size: 28px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


/*          HEADER           */
.logo {
	max-width: 130px;
}

.logo img {
	max-width: 100%;
}


.top-nav {
	background-color: #fff;
	color: #000;
	padding: 5px 40px;
	display: flex;
	justify-content: space-between;
}

.top-links{
	gap: 25px;
}

.top-links a{
	color: #000;
}

.contact-menu{
    display: flex;
    align-items: center;
    gap: 25px;
}

.phone{
    color: #000;
    font-size: 14px;
}

.phone i{
        color:#219BC7;
}


.left-menu {}

.right-menu {}

.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 40px;
	gap: 25px;
	background-color: #2D2D2D;
	
	
	a{
	color: #fff;	
	}
}

/*--------HOME STYLES--------------------*/
.home-cover{
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255,255,255,0.70) 0%, rgba(255,255,255,0.70) 100%), url("/siteart/cover-truck.png");
	background-size: cover;
	background-position: center;
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	
	h1{
		font-weight: 700;
		font-size: 92px;
	}
}

.button-container{
    margin-top: 50px;
}


.cover{
    background-color: #fff;
    padding: 50px 40px 75px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: #000;

    .button-container{
        margin-top: 35px;
    }
}

.thankyou{
    padding: 150px 40px;
    background-color: #F3F3F3;
}

.np-added-1{
	background-color: #2D2D2D;
	text-align: center;
	
	h2{
		color: #fff;
	}
}

/*--------Search Form--------------*/
.search-row{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-right: 40px;
    margin: 50px 0px;
}

.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 button{
    transition:.3s ease;  
    background:#FDB813; 
    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: 20px; 
    border:solid 1px #fff; 
    box-shadow:none!important; 
    color:#2D2D2D !important; 
    background:#fff !important;
   width: 100%;
   font-family: "Montserrat", sans-serif;
   box-sizing: border-box;
   text-align: center;
}

.search-row input::placeholder{
    color:#2D2D2D !important;
}
.search-row button:hover{
    background:#2D2D2D; 
    cursor:pointer;
}
.search-row select option{
    background:#fff; 
    color:#000; 
    padding:10px!important; 
    box-sizing:border-box;
}
.search-row select option:hover{
    background:#32356d;
}

.search-row select {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.section-1{
 background-color: #F3F3F3;
 padding-right: 0px;
}

.category-custom{
	background-color: #2D2D2D;
	color: #fff;
	text-align: center;
	
	h2{
		color: #fff;
	}
}

.cat-item-container{
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;

}

.cat-item{
	color: #2D2D2D;
	background-color: #F3F3F3;
	position: relative;
	
	i{
		font-size: 32px;
		display: flex;
		justify-content: flex-end;
		padding: 25px 25px;
		color: #2D2D2D50;
	}
}

.cat-text{
	text-align: left;
	padding: 10px 25px 10px 0px;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	margin-left: 50px;
	
}

.cat-rectangle{
	background: #219BC7;
	width: 30px;
	height: 50%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}



.section-1a{
    gap: 50px;

    .col-2{
        color:#2D2D2D; 
    }

    .col-2 img{
        width: 100%;
        padding-top: 25px;
    }

    .col-2-sml{
        width: 30%;
    }

    .col-2-lrg{
        gap: 20px;
        width: 70%;

        .col-2{
            background-color: #fff;
            padding: 25px;

            p{
                padding-top: 10px;
            }

            h3{
                font-size: 18px;
            }
        }
    }

}

.title{
    padding-bottom: 10px;
    border-bottom: 1px solid #00000025;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-2{


}

.section-2a{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 25px;
}


.truck-cat{
    background-color: #F3F3F3;
    border: 1px solid #C9C9C9;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
	transition: .25s;

    img{
        width: 30%;
    }
    

    h4{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	
}


.truck-cat:hover{
		background-color: #2D2D2D;
	
	h4{
		color: #fff;
	}
	
	img{
		filter: brightness(0) invert(1);

	}
	}


.last-truck-cat{
    background-color: #2D2D2D;
    

    h4{
        color: #fff;
    }
}

.last-truck-cat:hover{
	background-color: #fff;
	
	h4{
		color: #2D2D2D;
	}
}


.section-3{
    align-items: center;
    gap: 50px;

    img{
        width: 100%;
        margin-bottom: 10px;
    }

    .title{
        color: #2D2D2D;
        font-size: 18px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        padding-top: 10px;
        border-top: 1px solid #00000025;
        border-bottom: none;
    }
}

.section-4{
    background-color: #F3F3F3;

    h2{
        text-align: center;
    }
	
	img{
		transition: .25s;
	}

    .image-container{
        background-color: #fff;
        padding: 25px 20px;
        height: 90px;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
		transition: .25s;
    }
	

}



.section-4a{
    padding-top: 25px;

    h3{
        font-size: 16px;
    }

    .title{
        padding-top: 10px;
    border-top: 1px solid #00000025;
        padding-bottom: 0px;
    border-bottom: none;
    }
}

.brand-container{
    width: 20%;

    img{
        width: 100%;
    }
	
		img:hover{
			scale: 1.02;
	}
}


/*--------CONTACT PAGE--------------------*/
.contact-form{
    padding: 50px 40px;
}

.contact-page{
	background-color: #2D2D2D;
	color: #fff;
	text-align: center;
	
	h1,h2{
		color: #fff;
	}
	

	
	h3{
		color: #fff;
	}
	
	
	a{
		color: #fff;
	}
	
	.bottom-ft{
		justify-content: center !important;
	}
}

.contact-blurb{
		h2{
		font-size: 22px;
	}
	
}


.image-contact-container{
	margin-top: 50px;
}

.image-contact{
	img{
	width: 100%;	
	}
}

.contact-blurb{
	justify-content: center;
}

.about-section{
	background-color: #219BC7;
}

.about-cover{
	background: url("/siteart/new-port-cover.png");
	background-size: cover;
	background-position: center;
	height: 45vh;
}


/*--------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: none !important;
    width: 50%;
    padding: 10px 10px;
    font-family: "Montserrat", sans-serif;
}

#formpage textarea{
    border: none !important;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: "Montserrat", sans-serif;
}

input.submit-button{
    background-color: #219BC7;
    border: none;
    color: #fff !important;
    padding: 10px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    transition: .25s;
    cursor: pointer;
    font-size: 16px;
}

input.submit-button:hover{
    background-color: #2D2D2D;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: 10px 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    font-size: 16px;
}


/*-------- CONTACT STYLES --------*/

.google-maps{
    
}

	.CaptchaPanel {
    text-align: left !important;
}

/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: "Montserrat", sans-serif;
    background-color: #2D2D2D;
    color: #fff;

    a{
        color: #000;
    }
}

.contact-ft{
	color: #000;
	background-color: #219BC7; 
	padding: 50px 40px;
}

.social-ft{
	
	i{
		font-size: 32px;
		padding-right: 10px;
	}
}


.bottom-ft{
	justify-content: space-between;
	margin-top: 50px;
}

.image-ft{
	height: 350px;
	overflow: hidden;
	
	img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
    border-radius: 0px !important;
    color: #000 !important;
    background-color: #F3F3F3 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{
    display: flex;
    gap: 5px;
}

.ts-modal-container .ts-modal-content {
	position: absolute;
	left: 0;
	right: 0;}

/*  INVENTORY BUTTONS  */
a.view-listing-details-link.des-view-listingDetails, a.email-seller.des-email-seller.collapsible-contact-list-item,a.video-chat.des-video-chat.collapsible-contact-list-item{
    border-radius: 0px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #219BC7;
    font-family: "Montserrat", sans-serif;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #2D2D2D;
    font-family: "Montserrat", sans-serif;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #F3F3F3;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

span.listing-widget__text{
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1000px) {
		.cat-text{
		font-size: 18px;
	}
	
	.home-cover{
		h1{
			font-size: 70px;
		}
	}
}



/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 900px) {
    nav.mobile .logo {
        width: 175px;
    }
	
	.image-ft{
		height: 300px;
	}
}


/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 865px) {
    .cat-item-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 750px) {
    h1{
        font-size: 52px;
    }

    h2{
        font-size: 38px;
    }

    h3{
        font-size: 24px;
    }

    h4{
        font-size: 14px;
    }
    
    .flexy{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
    
    .no-break{
        display: none;
    }

    .home-cover{
        flex-direction: column-reverse !important;

        .col-2{
            width: 100% !important;
        }

        h1, p, .button-container{
            padding-right: 40px;
        }
		
		h1{
			font-size: 52px;
		}
    }

    .section-2a{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section-1{
        padding-right: 40px;
    }

    .brand-container{
        width: inherit;
    }

    .search-row{
        padding-right: 0px;
        flex-direction: column;
    }

    .search-row .formfield:first-of-type{
        width: inherit;
    }

    .search-row .formfield{
        width: inherit;
    }

    .section-3{
        padding-top: 0px;
    }

		.image-ft{
		height: 250px;
	}
}


@media only screen and (max-width: 610px) {
    .section-2a{
        grid-template-columns: 1fr 1fr;
    }

    .truck-cat {
        img {
            width: 32%;
        }
    }

    h1{
        font-size: 42px;
        line-height: 50px;
    }

    h2{
        font-size: 28px;
    }

    h3{
        font-size: 18px;
    }

    .section-1a {
        & .col-2-lrg {
            & .col-2 {
                h3 {
                    font-size: 16px;
                }
            }
        }
    }

	.image-ft{
		height: 225px;
	}
	
	  .home-cover{
		
		h1{
			font-size: 42px;
		}
    }
}

@media only screen and (max-width: 500px) {
   	  .home-cover{
		
		h1{
			font-size: 32px;
		}
    }
	
	h1{
        font-size: 32px;
        line-height: 40px;
    }

    .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }
	
	
    .section-2a{
        grid-template-columns: 1fr;
    }

    .truck-cat {
        img {
            width: 25%;
        }
    }
	
    .top-footer{
        flex-direction: column;
    }

    .left-footer {
        width: inherit;
    }
	
	    .cat-item-container {
        grid-template-columns: 1fr;
    }
	
	.image-ft{
		height: 180px;
	}

}

@media only screen and (max-width: 375px) {
    section, .top-footer{
        padding: 50px 25px;
    }

    .home-cover{
        padding: 50px 0px 50px 25px;
    }

    h1{
        font-size: 28px;
    }

    .button-container{
        margin-top: 40px;
    }

    .search-row{
        margin: 40px 0px;
    }


	
	.image-ft{
		height: 150px;
	}
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



