﻿/***** 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; <strong></strong>
    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 --------*/	
section{
	padding: 50px 40px;
}

h1{
	font-size: 62px;
	line-height: 60px;
}

h2, .internal-header{
	font-size: 42px;
	line-height: 40px;
	margin-bottom: 25px;
}

.half-flex{
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.half-post{
	width: 50%;
}


.small-width{
	width: 30%;
}

.extra-margin{
	margin-top: 50px;
}

.white{
	color: #FFFFFF;
}

.image-border{
	border: 1px solid #FFFFFF50;
	position: relative;
	width: 350px;
	height: 250px;
}

.image-post{
	padding: 15px;
	position: absolute;
	width: 350px;
}


/*-------- BUTTONS --------*/

button{
	display: flex;
	gap: 25px;
	padding: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	background-color: #FFFFFF;
	transition: .30s;
	border: 1px solid #FFFFFF90;
	font-weight: 400;
}

button:hover{
	background-color: #00000000;
	color: #FFFFFF !important;
	cursor: pointer;
}


button:hover .fa-play{
	background-color: #FFFFFF;
	color: #000000;
}

button .fa-play{
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px 6px 5px 7px;
	font-size: 10px;
	border-radius: 30px;
}

.underline-btn .fa-play{
	background-color: #FFFFFF;
	color: #000000;
	transition: .25s;
}

.underline-btn:hover .fa-play{
	color: #FFFFFF;
	background-color: transparent;
}

.black-btn{
	background-color: #000000;
	color: #FFFFFF;
}

.underline-btn{
	background-color: transparent;
	color: #FFFFFF !important;
	padding: 0px;
	cursor: pointer;
	border: none !important;
}

.underline-btn p{
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}

.underline-btn:hover{
	background-color: transparent;
	border: none !important;
}

input.submit-button{
	display: flex;
	gap: 25px;
	padding: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	background-color: #FFFFFF;
	transition: .30s;
	border: 1px solid #000000 !important;
}

input.submit-button:hover{
	background-color: #00000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF99 !important;
}

.bottom-header button{
	font-size: 15px;
	border: 1px solid #ffffff90;
}

.bottom-header button:hover{
	color:#FFFFFF !important;
}

.button-flex{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-content: center;
    align-items: end;
}

/*-------- BODY STYLES --------*/

body {
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #000000;
	color: #FFFFFF;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


/*--- HEADER STYLES ---------------------*/
header {
}

.top-header{
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	padding: 10px 40px;
	border-bottom: 1px solid #FFFFFF50;
	background-color: #000000;
}

.top-header ul{
	display: flex;
	gap: 25px;
}

.bottom-header{
/*	padding: 25px 40px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #FFFFFF50;
	line-height: 0px;
}

.bottom-header ul{
	padding-right: 40px !important;
}

.bottom-header ul li a{
	padding: 0 50px !important;
}

.bottom-header ul li a:nth-last-of-type(1){
	padding-right:0px !important;
}

.logo{
	max-width: 200px;
	background-color: #FFFFFF;
	padding: 15px 38px;
	line-height: 0px;
	box-sizing:content-box;
}

/*-------- HOMEPAGE --------*/
.home-header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.home-header .bottom-header{
	background-color: #00000000 !important;
}

.home-cover{
	background-image:linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 25%), url("/siteart/multiple-semi-trucks.jpg") ;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	gap:10%;
	color: #FFFFFF;
	padding: 260px 40px 250px 40px;
}

.home-cover h1{
	text-shadow: 4px 2px 35px rgba(0,0,0,0.65);
}

.small-width{
	text-shadow: 1px -7px 34px rgba(0,0,0);
}

.home-cover div{
	width: 50%;
}

.home-cover .small-width{
	width: 70%;
}

.inventory-section{
	background-image:  linear-gradient(180deg, rgba(255,255,255,0) 93%, rgba(0,0,0,1) 100%), url("/siteart/red-chrome-semi-truck.jpg");
	background-position: top;
	background-size:cover;
	display: flex;
	flex-direction: column;
	gap: 350px;
	height: 55vh;
	z-index:-1;
}

.send-btn{
	background-color: #FFFFFF;
	padding: 14px;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	transition: .25s;
	border: 1px solid #000 !important;
}

.send-btn:hover{
	background-color: #00000000;
    color: #FFFFFF;
    border: 1px solid #FFFFFF99 !important;
}

a .send-btn{
	color: #000000;
}

.send-btn:hover a{
	color: #FFF;
}

.send-btn .fa-play{
	background-color: #000;
	padding: 5px 6px 5px 7px;
    font-size: 10px;
    border-radius: 30px;
	color: #fff;
}

.send-btn:hover .fa-play{
	background-color: #ffffff !important;
	color: #000000 !important;
}

/*-------------SLIDER----------------------*/


.slider-container{
	.slider{
	display: flex;
	justify-content: center;
	gap: 50px !important;
}

  .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -27px;
  }


.slick-prev {
    position: absolute;
   bottom: -25px;
	right: 133px;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	visibility: hidden;
	cursor: pointer;
}

.slick-prev:after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	font-size: 14px !important;
	transform: rotate(180deg);
	content:'\f04b'; 
  	visibility: visible;
  	display: block;
  	position: absolute;
	color: #FFFFFF;
    background-color: #000000;
    padding: 25px 25px;
    font-size: 10px;
	border:1px solid #FFFFFF50;
	transition: .50s;
}

.slick-prev:hover:after, .slick-next:hover:after{
	background-color: white;
	color: black;
}

.slick-next {
    position: absolute;
    bottom: -25px;
	right: 33px;
    display: block;
    width: 50px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	visibility: hidden;
	cursor: pointer;
}

.slick-next:after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content:'\f04b'; 
	font-size: 14px !important;
  	visibility: visible;
  	display: block;
  	position: absolute;
	color: #FFFFFF;
    background-color:  color: #000000;
    padding: 25px 25px;
    font-size: 10px;
	border:1px solid #FFFFFF50;
	transition: .50s;
}

.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%;
}

}


/*--------SEARCH STYLES--------------------*/

.categories-checkbox{
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.d-inline-flex{
	gap: 50px;
	background-color: black;
}

.btn-primary{
	background-color: #00000000;
	border:none;
	padding: 0px;
}

.btn-primary:hover{
	background-color: transparent;
	border: none;
}

.btn-primary:active{
	background-color: transparent !important;
	border-color:transparent !important;
}

.card-body{
	background-color: transparent;
	padding-left: 0px;
	border: none;
}

 .inventory-category{
	display:flex;
	justify-content: flex-start;
	gap: 50px;
	margin-bottom: 25px;
}

.search-outer-container select {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}


input#inventory-type-select[type='radio']:after{
	    width: 15px;
        height: 15px;
        top: -3px;
        left: -1px;
        position: relative;
        background-color: #000000;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #FFFFFF75;
}


input#inventory-type-select[type='radio']:checked:after {
	    width: 15px;
        height: 15px;
        top: -3px;
        left: -1px;
        position: relative;
        background-color: white;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #FFFFFF75;
}

input#inventory-type-select{
	margin-right:10px;
}

.input-container{
	width: 25%;
}

.input-container label, .input-container select{
	width: 100%;
}

.input-container select{
	padding:11.45px;
	background-color: black;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.input-container select:focus-visible{
	background-color: black;
	border: 1px solid #FFFFFF25;
	border-radius: 0px !important;
	outline: 1px solid #FFFFFF80;
	padding: 11px;
}

.input-container option{
	font-size: 15px;
	line-height: 10px;
}

.input-container button{
	width: 100%;
	justify-content: space-between;
}

.search-bar-form{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

#formpage{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 15px;
}

input#fname{
	padding: 17px;
    background-color: transparent;
    color: white !important;
    border: 1px solid #FFFFFF90;
	max-width: 100%;
	border-radius: 0px;
}

textarea#fname{
	padding: 17px 0px 5px 17px;
	background-color: transparent;
    color: white !important;
    border: 1px solid #FFFFFF90;
	border-radius: 0px;
}

.form-field-flex input#fname{
	width: 100%;
}

.form-field-flex{
	display: flex;
	width: 100%;
	gap:10px;
}

input#fname::placeholder, textarea#fname::placeholder{
  color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif" !important;
	font-size: 15px !important;
}

.brag-about{
	background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%), linear-gradient(180deg, rgba(255,255,255,0) 80%, rgba(0,0,0,1) 100%), url("/siteart/black-semitruck.jpg");
	background-position: top;
	background-size: cover;
	padding-bottom:500px;
	background-repeat: no-repeat;
}

.small-width-half{
	width:75%;
}

/*---BODY--------------------------------*/




/*--------FORM STYLES--------------------*/
.CaptchaPanel{
	margin: 0px !important;
	text-align: left !important;
	padding: 0px !important;
}

.CaptchaImagePanel{
	
}

.CaptchaWhatsThisPanel a{
	color: #ffffff !important;
}

/*-------------CAREERS PAGE----------------------*/
.internal-section{
	padding-top: 75px;
	
}

.internal-section-bottom{
	margin-bottom: 50px;
}


.about-us-inventory{
	margin-top: 65px;
}


/*-------- FOOTER STYLES ----------------*/
footer{
	background-color: #000000;
	color: #FFFFFF;
}


footer a{
	color:  #FFFFFF;
}

.main-footer{
		padding-left:40px;
	padding-right:40px;
}

.logo-footer{
	width: 275px;
	height: auto;
}

.top-footer{
	display: flex;
	justify-content: space-between;
	padding-top:50px;
	padding-bottom: 50px;
	gap: 25px;
}

.footer-link-container{
	display: flex;
	gap: 25px;
	justify-content: space-between;
	width: 60%;
}

.footer-link-container h3{
	margin-bottom: 10px;
}

.footer-link-container ul li{
	margin:10px 0px;
}


.socials{
	display: flex;
	justify-content: space-between;
	padding-top:25px;
	padding-bottom: 25px;
	font-size: 15px;
}

.socials ul{
	display: flex;
	gap: 10px;
	align-items: flex-end;	
}

.nav-footer{
	padding:20px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #FFFFFF50;
}

.footer-links li, .socials a{
	transition: .25s;
}

.footer-links li:hover, .socials a:hover{
	opacity: 30%;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
	background-color: white !important;
	color: black;
	padding: 50px !important;
}

.body-wrapper section{
	padding: inherit !important;
}

.faceted-search-content .selected-facets-container .selected-facet{
	background: #000 !important;
}


.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
	width: 100%;
}

a.view-listing-details-link.des-view-listingDetails{
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

a.view-listing-details-link.des-view-listingDetails:hover{
		background-color: #000;
		color: #FFFFFF;
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1150px) {
	h1{
		font-size: 52px;
		line-height: 55px;
	}
	
}

@media only screen and (max-width: 975px) {
	h1{
		font-size: 42px;
		line-height: 45px;
	}
	
	.inventory-section{
		height: 40vh;
	}
}

@media only screen and (max-width: 940px) {
	.bottom-header ul li a{
		padding: 0px 20px !important;
	}
}

@media only screen and (max-width: 925px) {
	.bottom-header ul li a{
		padding: 0px 25px !important;
	}
	
	.top-footer{
		flex-direction: column;
	}
	
	.footer-link-container{
		width: 100%;
	}
}


@media only screen and (max-width: 800px) {
	h1{
		font-size: 52px;
	}
	
	.home-cover{
		flex-direction: column;
	}
	
	.home-cover div{
		width: 100%;
	}
	
	.home-cover .small-width{
		margin-top: 25px;
	}
	
		.inventory-section{
		height: inherit;
	}
	
	.small-width{
		width: 100%;
	}
	
	.inventory-section{
		background-image: none;
		padding: 50px 40px 0px 40px;
	}
	
	.slider-link-contain p{
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {

	.half-flex{
		flex-direction: column;
	}
	
	.half-post{
		width: 100%;
	}
	
	
}

@media only screen and (max-width: 560px) {
	.footer-link-container{
		flex-direction: column;
	}
	
	.inventory-category{
		flex-direction: column;
		gap: inherit;
	}
	.search-bar-form{
		flex-direction: column;
	}
	
	.input-container{
		width: 100%;
	}
	
	h2, .internal-header{
		font-size: 27px;
		margin-bottom: 10px;
	}
	
	.brag-about{
		padding-bottom: 250px;
	}
	
	.brag-about .half-flex{
		gap: 0px;
	}
	
	h1{
		font-size: 32px;
		line-height: 35px;
	}
	
	h1 br{
		display: none !important;
	}
	
	.home-cover .small-width{
		width: 100%;
	}
	
	.home-cover{
		padding: 150px 40px 150px 40px;
	}
	
	.slider-container br{
		display: none;
	}
	
	.brag-about br{
		display: none;
	}
	
	.home-cover .small-width{
		margin-top: 10px;
	}
	
	.small-width-half{
		width: 100%;
	}
	
	.slider-container{
		margin-bottom: 75px;
	}
}

@media only screen and (max-width: 450px){
.image-border{
	width: 250px;
	height: 175px;
}

.image-post{
	width: 250px;
}
}

@media only screen and (max-width: 350px){
	.home-cover{
		padding: 150px 40px 25px 40px;
	}
	
	.brag-about{
		padding-bottom: 50px;
		background:linear-gradient(0deg, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%), linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%), url("/siteart/black-semitruck.jpeg");
		background-position: center;
		background-size:cover;
	}
	
	.logo-footer{
		width: 225px;
	}
	
	.form-field-flex{
		flex-direction: column;
		gap: 15px;
	}
	
	.form-field-flex input#fname{
				max-width: 100%;
		width: auto;
	}
	
	.image-border{
	width: 225px;
	height: 175px;
	}

	.image-post{
	width: 225px;
	}
}

@media only screen and (max-width: 325px){
	.image-border{
	width: 175px;
	height: 125px;
	}

	.image-post{
	width: 175px;
	}
}

@supports (-webkit-touch-callout: none) {
  button{
	color: #000000 !important;
}
	
	input#inventory-type-select[type='radio']:after{
        top: 0px;
        left: -1px;
}

input#inventory-type-select[type='radio']:checked:after {
        top: 0px;
        left: -1px;
}

}






