﻿/***** BEGIN RESET *****/


/* 

font-family: 'Bai Jamjuree', sans-serif; 400, 700

*/


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;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

html{
	scroll-behavior: smooth;
}
body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

.background-video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	
	height: 100%;
	overflow: hidden;
	z-index: -1;
	
}
.background-video:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	content: '';
	width: 100%;
	
	height: 100%;
	
	background: rgba(255,255,255,0.8);
	
}
.background-video video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	
    pointer-events: auto;
}



/*--- HEADER STYLES ---------------------*/
header {}

.header{padding: 40px 50px 0 8.1%}

.header > .logo{	
    float: left;
    margin-right: 5%;
    margin-top: -10px;
}
.hero .flex .logo{
    display: block;
    max-width: 100%;
	box-sizing: border-box;
	padding: 12vw 8.1% 16vw 16.2%;
}

.hero.secondary{
	background:#fff;
    padding-bottom: 40px;
}
.hero.secondary.angle-bottomright-orange:before {
    background: linear-gradient(45deg, #e85025, #ec7424);
    clip-path: polygon(100% 0, calc(100% - 165px) 100%, 100% 100%);
    z-index: 0;
}
.hero-contact{
	position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.hero .social-icons{
	
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	margin-right: 50px;
	width: calc(100% - 50px);
	margin-top: 5vw;
}
.social-icons a {
    display: block;
    font-size: 24px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    border: solid 1px #d3d3d3;
    border-radius: 100%;
    margin: 10px 0;
    color: #fff;
	
	transition: ease all 0.2s;
}
.social-icons a:hover {
	border-color: #fff;
}

.hero .inventory-search{
	
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	margin-right: 50px;
	margin-bottom: 75px;
    justify-content: flex-end;
    width: calc(83.8% - 50px);
}
.hero .inventory-search form{
    display: block;
    width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.hero .inventory-search form input{
    width: 100%;
    background: unset;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #d3d3d3;
    padding: 16px 20px;
    color: #fff;
    letter-spacing: 4px;
    font-size: 15px;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 700;
	box-sizing: border-box;
}
.hero .inventory-search form button{
    position: absolute;
	right: 0;
	top: 0;
	
    background: unset;
    outline: none;
    border: none;
    padding: 16px 16px;
	cursor: pointer;
    color: #fff;
    letter-spacing: 4px;
    font-size: 15px;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 700;
	box-sizing: border-box;
}
.hero .inventory-search form input::placeholder{
    color: #fff;
}

.hero .flex > .cta:nth-of-type(1){
	margin-right: 30px;
}
.hero .flex > .cta{
	width: calc(50% - 15px);
}

/*---BODY--------------------------------*/


.light{
	font-weight: 300;
}
.heading-lg{
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    font-size: 4vw;
	letter-spacing: 12px;
    line-height: 1;
}
.heading{
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 6px;
    line-height: 0.8;
	margin-bottom: 30px;
}
.subheading{
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    font-size: 24px;
	letter-spacing: 6px;
    line-height: 1;
	position: relative;
}

.heading-sm{
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.bg-trucks p, .bg-dark p, .bg-orange p{
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.cta{
	position: relative;
	font-family: 'Bai Jamjuree', sans-serif;
	box-sizing: border-box;
	max-width: 100%;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	
	-moz-border-radius: 90px;
	-o-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
    display: inline-block;
    border: solid 1px #d3d3d3;
	color: #fff;
    padding: 10px 20px;
	transition: ease all 0.2s;
}
.cta:hover{
	border-color: #fff;
}

.cta.dark{
    border: solid 1px #d3d3d3;
	color: #545454;
}
.cta.dark:hover{
	border-color: #545454;
}
.cta.orange{
	
	background: linear-gradient(45deg, #e85025, #ec7424);
    border: none;
	color: #fff;
}
.cta.orange:hover{
	filter: brightness(1.1);
	border: none;
}

.cta i{
	padding-right: 6px;
}
.cta-white{
    border: solid 1px #fff;
	color: #e22726;
	background: #fff;
}


.white, .white a{
	color: #fff;
}

.bg-orange{
	background: linear-gradient(45deg, #e85025, #ec7424);
	color: #fff;
}

.bg-dark{
	background: #050708;
	color: #fff;
}

.bg-white{
	background: #fff;
	color: #545454;
}

.bg-offwhite{
	background: #f4f4f4;
	color: #545454;
}

.bg-trucks{
	background: #050708 url("/siteart/bg-trucks.jpg") top left no-repeat;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	color: #fff;
}

.angle{
	position: relative;
	overflow: hidden;
}
.angle:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.angle-topleft-dark:before{
	background: #1e2021;
	clip-path: polygon(0% 0, 38% 0%, 0% 100%);
	z-index: 0;
}

.angle-bottomright-orange:before{
	background: linear-gradient(45deg, #e85025, #ec7424);
    clip-path: polygon(100% 0, 38% 100%, 100% 100%);
	z-index: 0;
}

.angle-bottomleft-dark:before{
	background: rgba(255,255,255,0.05);
    clip-path: polygon(0% 100%, 62% 100%, 0% 0%);
	z-index: 0;
}

.angle-topright-orange:before{
	background: #ed7923;
    clip-path: polygon(100% 0, 62% 0%, 100% 100%);
    height: 28vw;
	z-index: 0;
}

.angle-bottomright-light:before{
	background: #f4f4f4;
    clip-path: polygon(100% 0, 62% 100%, 100% 100%);
    height: 28vw;
	z-index: 0;
}


.center-block{margin: 0 auto; display: block; text-align: center; position: relative;}
.center-block img{max-width: 80%;}
.shadow{box-shadow: 0 12px 30px 0 rgba(150, 150, 150, 0.2);}
.flex{
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}
.align-center{align-items: center;}

.col66{
	width: 66.666667%;
}
.col50{
	width: 50%;
}
.col33{
	width: 33.333333%;
}

.col50 .pad{
	padding: 75px 19%;
}
.col50 .pad-sm{
	padding: 75px 16.2%;
}

.hero-row{
    min-height: 49.5vw;
}

.banner{min-height: 230px; display: flex; align-items: center; width: 100%;}
.banner .flex{width: 100%;}



#brands{
    min-height: 30vw;
	display: flex;
	align-items: center;
	position: relative;
}
#brands .flex{
	width: 100%;
}
.brands-slider{
	padding: 0 20px 0 0;
}
.brands-slider a{
	position: relative;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #52575a;
	margin: 20px 40px 20px 0;
}
.brands-slider a:before{
	content: '';
	clip-path: polygon(12px 0, 38px 0%, 0% 38px, 0 12px);
	background: #e74e24;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	transition: ease all 0.1s;
}


.brands-slider .slick-current:before{
	background: #e74e24;
}
.brands-slider .slick-current + .slick-active:before{
	background: #ea6423;
}
.brands-slider .slick-current + .slick-active + .slick-active:before{
	background: #ed7a23;
}


.brands-slider a img{
	margin: 0 auto;
	padding: 30px 20px;
	transition: ease all 0.33s;
	max-width: 100%;
    box-sizing: border-box;
	
	filter: grayscale(1) brightness(1);
}
.brands-slider a img.great-dane-logo{
	filter: grayscale(1) brightness(7);
}
.brands-slider a img:hover{
	filter: grayscale(0) brightness(1);
}

.brands-slider .slick-next {
	right: 0 !important;
    position: absolute;
    display: block;
    height: 75px;
    width: 35px;
    background: #fff;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
	
	transition: ease all 0.2s;
}

.brands-slider .slick-next:hover, .brands-slider .slick-next:focus {
    outline: none;
    background: #fff;
    color: transparent;
}
.brands-slider .slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #050708;
}


.brands-slider .slick-prev{
	display: none !important;
}

#map iframe {
    width: 100%;
    margin-top: -59px;
	height: 678px;
}

#map {
    height: 619px;
}

#locations-grid{
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
}
#locations-grid .location-panel{
	position: relative;
	padding: 40px 40px 40px 50px;
	background: #f4f4f4;
	color: #545454;
	width: calc(33.33333% - 20px);
	box-sizing: border-box;
	margin: 10px;
}
#locations-grid .location-panel:before{
	
	content: '';
	position:absolute;
	left: 0;
	width: 10px;
	top: 0;
	bottom: 0;
	
	
	background: linear-gradient(45deg, #e85025, #ec7424);
	background-position: fixed;
	background-repeat: no-repeat;
}
#locations-grid .location-panel h2{
	font-weight: 700;
}
#locations-grid .location-panel h2 i{
	color: #ed7923;
}
#locations-grid .location-panel p{
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0;
}
/*--------FORM STYLES--------------------*/


.custom-form input{
	width: 100%;
	padding: 0 0 10px;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	border-bottom: solid 1px #d3d3d3;
	background: transparent;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.custom-form ::placeholder{
	color: #d3d3d3;
}
.custom-form .flex{
	gap: 20px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 10px;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 24px;
	resize: none;
	margin-bottom: 20px;
	outline: none;
	border: none;
	border-bottom: solid 1px #d3d3d3;
	background: transparent;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: 'Bai Jamjuree', sans-serif;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #fff !important;
}

.custom-form .cta{
	cursor: pointer;
	background: unset !important;
}


/*-------- FOOTER STYLES ----------------*/
footer{}


.footer ul li a, .footer p{
	color: #545454;
    letter-spacing: 2px;
    font-size: 14px;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 15px;
	display: inline-block;
	
	transition: ease all 0.2s;
	
}
.footer ul li a:hover{
	color: #e74e24;
	
}
.footer .col50{position: relative;}
.footertext{
	
    position: absolute;
    bottom: 75px;
    right: 19%;
    font-weight: 300 !important;
    text-align: right;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1280px) {
	
	.angle-md:before{
		content: none;
	}
	.show-md{display: none;}
}

@media only screen and (max-width: 1279px) {
	
	.hide-angle-md:before{content:none;}
	.hide-md{display: none !important;}
	
	.social-icons-horizontal {
		float: left;
		display: flex;
		justify-content: space-between;
		width: calc(100% - 150px);
		max-width: 240px;
	}
	.social-icons-horizontal a {
    	color: #000;
		padding: 15px 20px 15px 10px;
		transition: ease all 0.2s;
	}
	.social-icons-horizontal a:hover {
    	color: #e74e24;
	}
	
	.header{padding: 40px 40px 0; display: flex; align-items: center; justify-content: space-between;}
	
	.hero .flex .logo{	
    	padding: 20vw 40px 6vw;
		margin: 0 auto;
		width: 540px;
	}
	.header > .logo{margin: 0;}
	.angle-bottomright-orange:before{
		clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0% 30%);
	}
	
	.angle-md:before{
		content:'';
	}
	.col50{width: 100%;}
	

	#locations-grid .location-panel{
		width: calc(50% - 20px);
	}


	.footer > .flex > .col50:nth-of-type(1){
		width: 33.33333%;
	}
	.footer > .flex > .col50:nth-of-type(1) .pad{
		padding: 75px 28.5%;
	}
	.footer > .flex > .col50:nth-of-type(2){
		width: 66.66666%;
	}
	.footer > .flex > .col50:nth-of-type(2) .pad{
		padding: 75px 14.39%;
	}
	.footer .col50 .col50{
		width: 100%;
	}
	
	
	 .col50 .pad-sm, .no-pad-bottom-md {
		padding: 75px 19% 0 !important;
	}	
	
	
.footer ul {
	margin-bottom: 40px;
}
	.hero .inventory-search {
		margin: 0 40px 50px;
   		padding-top: 150px;
		width: 100%;
	}
	.bg-trucks{background: #050708;}
}


@media only screen and (min-width: 768px) {
	
	.show-sm{display: none !important;}
}
@media only screen and (max-width: 767px) {
	
	
	.hide-sm{display: none !important;}

	.hide-angle-sm:before{content:none;}
	.angle-topleft-dark:before {
    	clip-path: polygon(0% 0, 100% 0%, 0% 100%);
	}
	.hero .flex{
		flex-wrap: wrap;
	}
	.hero .flex > .cta{
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		margin-bottom: 15px;
	}
	
	#locations-grid {
    padding: 15px;
	}
	#locations-grid .location-panel{
		width: calc(100% - 20px);
		    padding: 30px 30px 30px 40px;
	}

	
	
	
	#brands {
    min-height: unset;
    padding: 50px 0;
	}
	#brands .col33{
		width: 100%;
		padding-bottom: 30px;
	}
	.col33{
		width: 100%;
		box-sizing: border-box;
	}
	.col33:first-of-type .center-block{
		padding: 40px 40px 20px;
	}
	.col33:last-of-type .center-block{
		padding: 20px 40px 40px;
	}
	.col33 .center-block{
		padding: 20px 40px;
	}
	#brands .col66{
		width: calc(100% - 40px);
		margin-left: 40px;
	}


	.custom-form .flex{
		flex-wrap: wrap;
		gap: 0;
	}


	.heading {
		font-size: 30px;
		line-height: 1;
	}
	.heading-lg{
		
   		font-size: 42px;
	}
	.bg-trucks .col50 .pad, .col50 .pad-sm, .no-pad-bottom-md {
		padding: 75px 40px 0 !important;
	}	
	
	.footer .col50:first-of-type .pad{
		padding-bottom: 0 !important;
	}
	.footer .col50:first-of-type .col50 + .col50 ul{
		margin-bottom: 0 !important;
	}
	.footer .col50{
		width: 100% !important;
	}
	.col50 .pad {
		padding: 75px 40px;
	}
	
	
	.footer > .flex > .col50:nth-of-type(1) .pad{
		padding: 75px 40px;
	}
	.footer > .flex > .col50:nth-of-type(2) .pad{
		padding: 75px 40px;
	}
	
	
	.bg-trucks:before{content: none !important;}
	.angle-bottomright-light:before {
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		height: 100%;
	}
	
	.footertext {
		text-align: left;
		left: 40px;
		right: 40px;
	}
	
	
	
#map iframe {
    height: 478px;
	margin-top: -58px;
}

#map {
    height: 419px;
}
	
	.footer ul li a, .footer p{
		font-size: 12px;
	}
	

}






