﻿/***** 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;  
} 



.transducer-reg {
	font-family: "transducer", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.transducer-med {
	font-family: "transducer", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.inter-light {
	font-family: "interstate", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.inter-reg {
	font-family: "interstate", sans-serif;
	font-weight: 500;
	font-style: normal;
}


.wid90 {
	width: 90%;
}
.marg {
	margin: 0 auto;
}

.breadcrumbs {
    display: flex;
    font-size: 14px !important;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.05em;
    gap: 20px;
    padding: 25px 0 3%;
}
.breadcrumbs a {
    display: inline-block;
    font-size: 14px !important;
}

/*-------- COLORS --------*/


.white {
	color: #fff
}
.black {
	color: #000;
}
.blue {
	color: #003A72;
}
.sky-blue {
	color: #34CCFF;
}

/***** 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 --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#fff 2px solid;}

/*==========================================================

    SIDE POP TABS

===========================================================*/

    .side{background: #fff; position: fixed; z-index: 9999999999!important;}

    #FacebookTab, #WeatherTab{display: block; height: 70px; width: 70px; position: absolute; left: -70px; top: 0;}
    #Facebook, #Weather{z-index: 999999; cursor: pointer;}

    #Facebook{width: 315px; height: 560px; top: 300px; right: -315px;}
    #FacebookTab{background: url(../siteart/fb.png); }

    #Weather{width: 315px; height: 200px; top: 385px; right: -315px;}
    #WeatherTab{background: url(../siteart/weather.png); }


/*--- HEADER STYLES ---------------------*/
header {}

.header-wrap {
    position: absolute;
    top: 0;
    z-index: 10;
    margin: 25px;
	width: -webkit-fill-available;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
    align-items: center;
}

.header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
	border-radius: 5px;
	width: 100%;
}




.head-logo img {
    max-width: 100%;
    width: 100%;
}

.head-phone {
    background-color: #34CCFF;
    padding: 12px 30px;
    border-radius: 5px;
    min-inline-size: max-content;
    transition: all .2s ease-in-out;
}
.head-phone:hover {
    background-color: #30bded;
}

.head-phone a {
    font-family: "transducer", sans-serif;
    font-weight: 500;
    color: #000;
}

.hero-text h1 {
    font-size: 80px;
}
.hero-text h1 span {
    letter-spacing: -7px;
}
.hero-text h2 {
    font-size: 30px;
}






/*---BODY--------------------------------*/

.hero-wrap {
    position: relative;
}
.hero {
	background-image: url("../siteart/home-hero.jpg");
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.hero-text {
    margin-top: 150px;
}
.cta-wrap {
    background-color: #003A72;
    display: flex;
    align-items: center;
}
.cta1 {
    height: 540px;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    background-position: center;
    width: 100%;
    max-width: 100%;
    padding: 40px;
    display: inline-block;
    background-color: #000;
    align-content: end;
    transition: all .2s ease-in-out;
	text-align: center;
	border-radius: 5px;
}
.cta1.cta-inv {
	background-image: url("../siteart/cta-truck.jpg");
}
.cta1.cta-fin {
	background-image: url("../siteart/cta-financing.jpg");
}
.cta1.cta-cont {
	background-image: url("../siteart/cta-contact.jpg");
}

.cta1 a {
    transition: all .2s ease-in-out;
}
.cta1 p {
    transition: all .2s ease-in-out;
}
.cta1 a:hover p {
    text-decoration: underline;
    transition: all .2s ease-in-out;
}

.cta-btns {
    display: flex;
    flex: 3;
    gap: 12px;
	margin-top: 50px;
    margin-bottom: -50px;
}
.cta1 h4 {
    font-size: 24px;
}
.cta1 i {
    margin-right: 10px;;
}

.home-about {
    flex: 2;
    padding: 50px 70px 50px 50px;
}
.home-about h3 {
    font-size: 35px;
	line-height: 45px;
    margin-bottom: 25px;
}
.home-about h3 span {
	letter-spacing: -3px;
}
p.inter-light {
    line-height: 30px;
}

.inventory-wrapper {
    margin: 100px auto 0;
}
.inventory-wrapper iframe.scrolling {
    width: 100%;
}

.subpage {
    padding: 150px 0 0;
}
.contact-section {
    display: flex;
    align-items: flex-start;
	gap: 50px;
	margin-bottom: 100px;
}
.aside-left {
    flex: 2;
}
.aside-left h1 {
    font-size: 60px;
	line-height: 55px;
}
.aside-right {
    flex: 3;
}
.aside-right p {
    line-height: 24px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
}
.contact-info a.inter-light {
    color: #000;
    padding: 5px 0;
}
.contact-info i {
    padding: 10px;
    background-color: #E9E9E9;
    border-radius: 3px;
    width: 17px;
    margin-right: 10px;
}
a.inter-light.address {
    display: flex;
    align-items: baseline;
}




/*--------FORM STYLES--------------------*/


.custom-form input{
	padding: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #151515;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f3f3f3;
	box-sizing: border-box;
	width: 100%;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: "interstate", sans-serif!important;
}
.custom-form .flex{
	gap: 10px;
	display: flex;

}
.custom-form textarea{
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #151515;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f3f3f3;
	font-family: "interstate", sans-serif!important;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "interstate", sans-serif;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaAnswerPanel {
    width: 200px;
}
.CaptchaWhatsThisPanel a{
	color: #34CCFF !important;
}
button.cta{
	background: unset;
	cursor: pointer;
}
button.cta.blue {
    background-color: #34CCFF;
    padding: 12px 30px;
    border-radius: 5px;
    min-inline-size: max-content;
    border: none;
    font-family: 'interstate';
	color: #000;
    font-weight: 500;
    font-size: 16px;
	transition: all .2s ease-in-out;
}

button.cta.blue:hover {
    background-color: #30bded;
	transition: all .2s ease-in-out;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.foot-wrap {
    display: flex;
    width: 90%;
    margin: 50px auto;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px;
}
.foot-col {
    display: flex;
    gap: 100px;
    font-size: 14px;
}
.foot-col p {
    line-height: 25px;
}
.foot-col i {
    padding: 5px 0;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.inv-wrap {
    margin: 120px auto;
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1450px) {
	.hero-text h1 {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 10px;
	}
	.home-about h3 {
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.home-about h3 span {
		letter-spacing: -2px;
	}
	.hero {
		height: 550px;
	}
}
@media only screen and (max-width: 1350px) {
	.cta-wrap {
		flex-direction: column;
		align-items: stretch !important;
	}
	.cta-btns {
        width: 90%;
        margin: -50px auto 0;
    }
	.cta1 {
		height: 400px;
		box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        border: 1px solid #ffffff;
	}
	.home-about {
		padding: 100px 0;
		width: 90%;
        margin: 0 auto;
	}
}
@media only screen and (max-width: 1200px) {
	.foot-col {
		gap: 50px;
	}
	.foot-logo img {
		width: 200px;
	}
}
@media only screen and (max-width: 1100px) {
	.hero-text h1 span {
		display: none;
	}
}
@media only screen and (max-width: 950px) {
	.hero-text h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
	.hero-text h2 {
		font-size: 20px;
	}
	.head-logo img {
		width: 200px;
	}
	.hero {
        height: 500px;
    }
	.contact-section {
		flex-direction: column;
	}
	.custom-form .flex {
		gap: 0;
		flex-direction: column;
	}
	.aside-left h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.contact-info {
		margin: 25px 0;
	}
}
@media only screen and (max-width: 815px) {
	.cta-btns {
		flex-direction: column;
	}
	.cta1 {
		height: 300px;
	}
}
@media only screen and (max-width: 615px) {
	.foot-col {
		flex-direction: column;
		gap: 25px;
	}
}




