﻿/***** 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;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

p.sinter-reg {
    line-height: 28px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

.sinter-light {
	font-family: "sinter", sans-serif;
	font-weight: 300;
}
.sinter-reg {
	font-family: "sinter", sans-serif;
	font-weight: 400;
}
.sinter-med {
	font-family: "sinter", sans-serif;
	font-weight: 500;
}
.sinter-demi {
	font-family: "sinter", sans-serif;
	font-weight: 600;
}
.sinter-bold {
	font-family: "sinter", sans-serif;
	font-weight: 700;
}

.red {
	color: #EE3038;
}
.red-bg {
	background-color: #EE3038;
}
.dark-blue {
	color: #112145;
}
.dark-blue-bg {
	background-color: #112145;
}
.blue {
	color: #0B3B77;
}

.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.black {
	color: #222222;
}
.black-bg {
	background-color: #222222;
}
.white {
	color: #fff;
}
.white-bg {
    background-color: #fff;
}
.marg {
	margin: 0 auto;
}
.wid95 {
	width: 95%;
}
.wid90 {
	width: 90%;
}
.wid85 {
	width: 85%;
}
.wid80 {
	width: 80%;
}

.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 3% 0 2%;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.05em;
    gap: 10px;
    font-family: "oswald", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #cbcbcb;
    color: #403f3b;
    font-size: 15px !important;
    font-family: "oswald", sans-serif;
}



.trace-btn a {
	background-color: transparent;
    padding: 14px 22px;
    border-radius: 25px;
    font-family: sinter;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    border: 1px solid #EE3038;
    color: #EE3038;
	transition: all .3s ease-in-out;
}
.trace-btn a:hover {
	background-color: #EE3038;
    padding: 14px 22px;
    border-radius: 25px;
    font-family: sinter;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    border: 1px solid #EE3038;
    color: #fff;
	transition: all .3s ease-in-out;
}

.wide-btn a {
    background-color: #fff;
    padding: 0 0 0 22px;
    border-radius: 25px;
    font-family: sinter;
	font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    color: #000;
	display: inline-flex;
    align-items: center;
	transition: all .3s ease-in-out;
}
.wide-btn a span.material-symbols-outlined {
    color: #fff;
    background-color: #EE3038;
    border-radius: 25px;
    padding: 14px;
    margin: -4px -4px -4px 12px;
	transition: all .3s ease-in-out;
}
.wide-btn a:hover span.material-symbols-outlined {
    margin: 0px 0 0 16px !important;
    padding: 10px;
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
}
.wide-btn a:hover {
    background-color: #EE3038;
    color: #fff;
	transition: all .3s ease-in-out;
}

.red-arrow span.material-symbols-outlined {
    color: #fff;
    background-color: #EE3038;
    border-radius: 25px;
    padding: 14px;
	box-shadow: rgb(0 0 0 / 0%) 0px 3px 6px, rgb(0 0 0 / 20%) 0px 3px 6px;
    transition: all .3s ease-in-out;
}

.trace-arrow span.material-symbols-outlined {
    color: #fff;
    border: 1px solid #EE3038;
    border-radius: 30px;
    padding: 14px;
}


/*--- HEADER STYLES ---------------------*/
header {}

.header {
    position: relative;
}
.top-head {
    background-color: #112145;
}
.top-head .wid90.marg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.head-logo {
    position: absolute;
    z-index: 10;
    margin: 10px 0 0 100px;
}
.head-logo a {
    z-index: 10;
}
.head-logo img {
    z-index: 5;
    width: 100%;
    max-width: 100%;
}
.social-icons {
    margin-right: 50px;
}
.social-icons i {
    color: #fff;
	padding: 0 25px;
	    font-size: 14px;
}
.head-phone {
    padding: 14px 28px;
	letter-spacing: 1px;
}
.head-phone i {
    padding-right: 15px;
}

/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}
.hero-txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	flex-wrap: wrap;
}
.hero-wrap {
	background-image: url("../siteart/hero.png");
    height: 630px;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: 75% 25%;
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.contact-hero-wrap {
	background-image: url("../siteart/contact-hero.jpg");
}
.service-hero-wrap {
	background-image: url("../siteart/service-hero.jpg");
}
.rig-up-hero-wrap {
	background-image: url("../siteart/rig-up-hero.png");
}

.service {padding: 30px 0;font-weight:700;font-size:19px;}

.service-img img {    
	width: 100%;
    max-width: 950px;}
.service-text p {text-align:center !important;}

.service-img a {color:#000;}

.service .flex {
	display: flex;
	justify-content: center;
	gap: 40px;
flex-direction: row-reverse;
    margin: 0 auto;
    align-items: center;}

.contact-hero-wrap, .service-hero-wrap,.rig-up-hero-wrap {
    height: 500px;
    background-size: cover;
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
    width: 100%;
    max-width: 100%;
}

.hero-txt h1 {
    font-size: 75px;
	line-height: 80px;
    margin-bottom: 15px;
    text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.hero-txt h2 {
    font-size: 28px;
    text-shadow: rgb(0 0 0 / 30%) 0px 3px 6px, rgb(0 0 0 / 25%) 0px 3px 6px;
}
.hero-txt .wide-btn {
    margin-top: 50px;
}

.home-ctas-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
	margin-top: -75px;
}
.inv-cta {
    height: 320px;
    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;
    border: 10px solid #fff;
    align-content: end;
    transition: all .3s ease-in-out;
}
.inv-cta.cta1 {
	background-image: url("/siteart/cta-used-trucks.png");
}
.inv-cta.cta2 {
	background-image: url("/siteart/cta-new-used-trucks.png");
}
.inv-cta.cta3 {
	background-image: url("/siteart/cta-rig-up.png");
}
.inv-cta a {
    transition: all .3s ease-in-out;
}
.inv-cta a:hover p {
    color: #EE3038;
    transition: all .3s ease-in-out;
}
.inv-cta a:hover span.material-symbols-outlined {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}
.inv-cta p {
    font-family: sinter;
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
    font-size: 20px;
    transition: all .3s ease-in-out;
}
.inv-cta h3, .map-col h3 {
    color: #fff;
    font-family: 'sinter';
    text-transform: uppercase;
    font-style: italic;
    font-size: 40px;
}
.inv-cta div {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
}
.inv-cta h3 {
    margin-bottom: 5px;
}
.about-wrap {
    margin: 100px 0;
}
.about-wrap .wid90.marg {
    display: flex;
	gap: 50px;
}
.about-col {
    flex: 1;
}
.about-col h4 {
	font-size: 3.3vw;
    line-height: 4vw;
    text-transform: capitalize;
}
.about-col p {
    text-align: center;
}
.map-wrap {
    margin-top: 50px;
	position: relative;
}
.map-wrap iframe {
    filter: brightness(0.9);
}
.map-contact {
    position: absolute;
    background-color: #0c2151d9;
    padding: 40px;
    border: 10px solid #fff;
    align-self: anchor-center;
    right: 0;
    margin-right: 5vw;
	z-index: 5;
	display: flex;
    align-items: center;
    gap: 30px;
}
.contact-col {
    display: flex;
    gap: 40px;
    align-items: center;
	margin-top: 20px;
}
.contact-col div {
    display: flex;
    flex-direction: column;
	gap: 4px}


.contact-hero {
	background-image: url("../siteart/contact-hero.jpg");
    height: 630px;
    background-size: cover;
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
    width: 100%;
    max-width: 100%;
}

.info-box-wrap {
    z-index: 5;
    position: relative;
}
.info-box {
    background-position: center;
    padding: 40px;
	display: flex;
    border: 10px solid #fff;
    margin-top: -75px;
	align-items: center;
	justify-content: space-around;
    flex-wrap: wrap;
    gap: 50px;
}
.info-col {
    text-align: center;
}
.cont-icon {
    margin-bottom: 20px;
}
.cont-icon i {
    color: #fff;
    background-color: #EE3038;
	border-radius: 30px;
    padding: 17px;
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-table;
}



/*--------FORM STYLES--------------------*/

 .flex-form h2 {
    font-size: 40px;
}
.custom-form input, .custom-form textarea {
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #000 !important;
    line-height: 24px;
    resize: none;
    outline: none;
    border: none;
    background: #f4f4f4;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid;
	font-family: "sinter", sans-serif;
}

.custom-form .flex {
    gap: 10px;
    display: flex;
}

.CaptchaWhatsThisPanel a {
    color: #112145;
	font-family: "sinter", sans-serif;
}
div#captcha {
    justify-items: center;
}


a#continue.blk-trace-btn, button.blk-trace-btn {
	background-color: transparent;
    padding: 14px 22px;
    border-radius: 25px;
    font-family: sinter;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    color: #000;
	transition: all .3s ease-in-out;
}
a#continue.blk-trace-btn:hover, button.blk-trace-btn:hover {
	background-color: #EE3038;
    padding: 14px 22px;
    border-radius: 25px;
    font-family: sinter;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    border: 1px solid #EE3038;
    color: #fff;
	transition: all .3s ease-in-out;
}

/*-------- FOOTER STYLES ----------------*/
footer{}
.foot-col {
    display: flex;
    align-items: center;
    gap: 50px;
	flex-wrap: wrap;
}
.footer-wrap {
    padding: 50px 0;
    border-bottom: 20px solid #112145;
}
.footer-wrap .wid90.marg {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    gap: 50px;
}
.foot-nav ul {
    display: flex;
    flex-wrap: wrap;
}
.foot-nav ul li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    padding: 25px;
    font-family: "sinter", sans-serif;
	line-height: 40px;
}
.foot-logo img {
    max-width: 115px;
    width: 100%;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.parts-list-content {
	padding-bottom: 20px!important;
	padding-top: 120px!important;
}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1400px) {
	.map-contact {
		align-items: flex-start;
		gap: 10px;
		flex-direction: column;
	}
}
@media only screen and (max-width: 1255px) {
	.hero-txt h1 {
		font-size: 50px;
    	line-height: 55px;
	}
	.hero-txt h2 {
		font-size: 20px;
	}
	.inv-cta h3, .map-col h3 {
		font-size: 35px;
	}
	.head-logo img {
		max-width: 115px;
	}
	.hero-wrap {
		height: 500px;
	}
	.head-logo {
		margin: 10px 0 0 50px;
	}
	.contact-hero-wrap, .service-hero-wrap {height: 400px;}
}
@media only screen and (max-width: 1150px) {
	.about-wrap .wid90.marg {
		flex-direction: column;
	}
	.about-col h4 {
		text-align: center;
		font-size: 30px;
	    line-height: 40px;
	}
	.contact-col {
		gap: 25px;
		align-items: flex-start;
		margin-top: 20px;
		flex-direction: column;
	}
	.map-col .trace-arrow {
		display: none;
	}
	.map-contact {
		max-width: 215px;
	}
}
@media only screen and (max-width: 1000px) {
	.service .flex {flex-direction:row-reverse;flex-wrap:wrap;}
	.service-img img {max-width: 540px;}
}
@media only screen and (max-width: 1010px) {
	.home-ctas-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media only screen and (max-width: 950px) {
	.home-ctas-wrap {
		margin-top: -50px;
	}
	.head-logo {
        margin: 10px 0 0 25px;
    }
}

@media only screen and (max-width: 899px) {
	.top-head {
		display: none;
	}
	.wide-btn a span.material-symbols-outlined {
		padding: 12px;
	}
	.red-arrow span.material-symbols-outlined {
		padding: 12px;
	}
}
@media only screen and (max-width: 750px) {
	.map-contact {
		position: relative;
		background-color: #0c2151d9;
		padding: 40px;
		border: 10px solid #fff;
		align-self: anchor-center;
		right: 0;
		margin-right: 0;
		z-index: 5;
		display: flex;
		align-items: center;
		gap: 0;
		max-width: 100% !important;
	}
	.custom-form .flex {
		gap: 0;
		flex-direction: column;
	}
	form.custom-form.contact-form {
		padding: 40px 20px !important;
	}
}
@media only screen and (max-width: 650px) {
	.hero-txt h2 br {
		display: none;
	}
	.hero-txt h1 {
        font-size: 35px;
        line-height: 40px;
		text-shadow: rgb(0 0 0 / 57%) 0px 3px 8px!important; 
		margin-bottom: 10px;
    }
	.flex-form h2 {
        font-size: 30px;
        line-height: 35px;
    }
	.hero-txt h2 {
        font-size: 16px;
    }
	.inv-cta {
		padding: 30px;
	}
	.inv-cta p {
		font-size: 18px;
	}
	.about-col br {
		display: none;
	}
	.footer-wrap .wid90.marg {
		justify-content: center;
		text-align: center;
	}
	.foot-col {
		justify-content: center;
	}
	.foot-nav ul {
		justify-content: center;
		text-align: center;
	}
	.hero-txt .wide-btn {
		margin-top: 25px;
	}
	.hero-wrap {
        height: 450px;
    }
	.info-box {
		padding: 40px 20px;
	}
	.contact-hero-wrap, .service-hero-wrap {
		height: 350px;
	}
}




