﻿/***** BEGIN RESET 
font-family: 'Bevan', cursive;
font-family: 'Dosis', sans-serif;
font-family: 'Open Sans', sans-serif;

*****/

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 {
font-family: 'Open Sans', sans-serif !important;
}

p {
	font-size: 16px;
	line-height: 1.75;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Dosis', sans-serif;
}

h2 {
	font-size: 48px;
    margin-bottom: 20px;
}
a:link, a:visited, a:active {text-decoration:none;color: #000;
    font-weight: 700;transition: .3s all;}
a:hover {text-decoration:none;color:#BD0102}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	
}



header .grey-bg {
    padding-bottom: 40px;
}

.light-grey {
	background: #eaeaea;
}

.blue-bg {
	background: #2f3967;
}
.top-head {
    justify-content: space-between;
	padding: 10px 0 20px 0;
	
	align-items: center;
}

.logo img {
	max-width: 100%;
	width: 240px;
}
.contact-head {
    gap: 40px;
}

.phone-head, .email-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-head img, .email-head img {
    max-width: 100%;
    width: 40px;
}

span.contact-text a {
    color: #000;
    font-weight: 800;
	font-size: 16px;
	font-family: open-sans-condensed, sans-serif !important;
	transition: .3s all;
}

span.contact-text a:hover {
	color: #ab7238
}

span.contact-text {
	font-size: 15px;
}
.navigation {
	background: #BD0102;
    max-width: 1300px;
    margin: 0 auto;
	margin-top: -40px;
    z-index: 999;
    position: relative;
    border-radius: 0 0 15px 15px;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.navigation .flex-container {
    max-width: 95%;
    gap: 50px;
    margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.nav-links {
    flex-basis: 65%;
}


header button.black-round {
	max-width: 200px;
}

.fixed {
    position:fixed;
	left: 0;
	right: 0;
	margin-top: 0;
}

/*---BUTTON---*/
button {
	transition: .3s all;
	cursor: pointer;
}
button.black-round {
    background: #000;
    color: #fff;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
	font-family: open-sans-condensed, sans-serif;
    TEXT-TRANSFORM: UPPERCASE;
    font-weight: 700;
    font-size: 16px;
}

button.black-button {
     background: #BD0102;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #BD0102;
	font-family: open-sans-condensed, sans-serif;
    TEXT-TRANSFORM: UPPERCASE;
    font-weight: 700;
    font-size: 16px;
	margin-top: 30px;
	transition: .3s all;
}

button.black-button:hover {
	background: #000;
	border-color: #000;
}

.red-button {
	clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 90% 100%, 20% 100%, 0 100%, 0 0);
    background: #BD0102;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 30px;
    height: 50px;
    -webkit-box-align: center;
    border: none;
    font-family: "Dosis", sans-serif;
}

.red-button:hover {
	color: #ab7238;
    background-color: #2f3967;
    border-color: #2f3967;
}

button.red-btn {
    border-radius: 5px;
    background: #BD0102;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 30px;
    height: 50px;
    margin-top: 20px;
    -webkit-box-align: center;
    border: none;
    font-family: "Dosis", sans-serif;
}

span.slide-btn {
    margin-top: 30px;
    display: flex;
    text-align: right;
    float: right;
    gap: 10px;
}

button.next-cta, button.back-cta {
    background: #BD0102;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    font-size: 18px;
    width: 40px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    display: inline-block;
}


/*---BODY--------------------------------*/
.page-img {
	max-width: 100%;
	margin-bottom: 30px;
}
.wid70 {
	width: 70%;
	margin: 0 auto;
}
#padding-xtra {
	padding-top: clamp(70px, 10%, 100px);
}

#pad-xl {
    padding-top: clamp(70px, 5%, 90px);
    padding-bottom: clamp(70px, 5%, 90px);
}
.grey-bg {
	background: #F5F5F5;
}

.small-page-wid {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}

.page-wid {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
.flex-container {
	display: flex;
}

.center {
	text-align: center;
}

.wid90 {
    width: 90%;
    margin: 0 auto;
}

.half-page {
	flex: 1;
	flex-basis: 50%;
}
/*---SLIDESHOW--------------------------------*/

.hero {
    height: 700px;
    overflow: hidden;
    margin-top: -40px;
	position: relative;
}

.slide {
/*
	padding-top: clamp(50px, 10%, 130px);
	padding-bottom: clamp(50px, 10%, 130px);
*/display: flex !important;
    align-items: center;
    justify-content: center;
    height: 700px !important;
}

.slide1 {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4009978991596639) 100%), url("../siteart/truck-slider.jpeg") no-repeat;
	background-size: cover;
	background-position: center;
}
.slide2 {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4009978991596639) 100%), url("../siteart/hero-3.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.slide3 {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4009978991596639) 100%), url("../siteart/sell.jpeg") no-repeat;
	background-size: cover;
	background-position: center;
}

.slide-text {
    width: 90%;
    margin: 0 auto;
}

.slide-text h1 {
    font-family: 'Bevan', cursive;
    font-size: 48px !important;
    color: #BD0102;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.2;
	letter-spacing: 2px;
}
span.white-text {
    display: block;
    color: #fff;
}

.slide-text p {
	font-size: 20px;
	color: #fff;
	font-family: open-sans-condensed, sans-serif !important;
	margin-bottom: 30px;
	
}


.back-slide {
    position: absolute;
    top: 50%;
    padding: 0;
    background: none;
    font-size: 32px;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
    position: absolute;
    left: 50px;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	border: none;
	border-radius: 5px;
}
.next-slide {
    position: absolute;
    top: 50%;
    padding: 0;
    background: none;
    font-size: 32px;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	border: none;
	border-radius: 5px;
}

.back-slide:hover,.next-slide:hover {
	background: #BD0102 !important;
}



.cta-flex {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

.cta {
    flex: 1;
    overflow: hidden;
	color: #fff;
}

.cta.end-cta {
    background: #2f3967;
    padding: 30px 0;
}

.cta.middle-cta {
	background: #BD0102;
    margin-top: -30px;
    padding: 60px 0;
    margin-bottom: -20px;
}


.cta-text {
	max-width: 80%;
    margin: 0 auto;
    width: 100%;
}

.cta-text h2 {
	    font-size: 28px;
}
.info-slider {
	overflow: hidden;
}

.info-slide {
    display: flex;
    flex: 1 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.cta-text h2 {
   text-align: center;
    font-weight: 500;
    padding-bottom: 10%;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	    gap: 30px;
}

.contact-info span {
    flex: 1;
}

.inventory-ctas.flex-container {
    gap: 10px;
}

.inv-cta {
	flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	transition: .3s all;
}

.inv-cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(102,102,102,0.9) 0%, rgba(102,102,102,0.25) 50%);
    opacity: .7;
	z-index: 1;
	transition: .3s all;
}

.inv-cta:hover:after {
	  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(102,102,102,0.25) 0%, rgba(102,102,102,0.9) 50%);
    opacity: .7;
	z-index: 1;
	transition: .3s all;
}
.inv-cta > * {
    z-index: 100;
	transition: .3s all;
}
.truck-cta {
	background: url("../siteart/trucks.jpeg") no-repeat;
	background-size: cover;
	    background-position: 70% 50%;
}
.trailer-cta {
	background:  url("/siteart/truck-trailer.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.boat-cta {
	background: url("/siteart/equipment0bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.inv-text {
	padding: 85% 10% 10% 10%;;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

a .inv-text{
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}

.home-inv h2 {
	font-size: 48px;
	padding-bottom: 30px;
	text-align: center;
}


/*--- HOME TEXT TOGGLE ---*/

.flex-about {
    gap: 20px;
	align-items: center;
}

.about-info {
    flex-basis: 60%;
}
hr.red-line {
	left: 0;
    width: 60px;
    height: 2px;
    background: #BD0102;
	border: none;
	margin: 0 0 35px 0;
	
}
.about-info h2 {
    font-size: 48px;
    font-weight: 400;
	margin-bottom: 15px;
}
.toggle-buttons {
	flex-basis: 20%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.about-btn {
-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 15% 50%, 0% 0%);
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 15% 50%, 0% 0%);
	background: #f7f7f7;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 25px 0px;
    -webkit-box-align: center;
    border: none !important;
    font-family: "Dosis", sans-serif;
    width: 100%;
}

.about-btn i {
    font-size: 28px;
    margin-bottom: 8px;
}

.about-btn span {
    display: block;
}
.aboutselect {
	background: #BD0102;
	color: #fff;
}


.about-img img {
    max-width: 100%;
    width: 580px;
    flex: 1;
}

section.home-service {
    border-top: 40px solid #f7f7f7;
}
.flex-container.flex-servicehome {
    justify-content: space-between;
	background-color: #BD0102;
}

.dark-img-bg, .red-img-bg {
    flex: 1;
}

.left-angle {
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.dark-img-bg {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.85) 0%), url("/siteart/truck-driver.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.red-img-bg {
	background-image: url("../siteart/Cab.png");
	background-color: #BD0102;
	background-size: 80%;
    background-repeat: no-repeat;
    background-position: 220% bottom;
}

.left-txt, .right-txt {
    display: flex;
    color: #fff;
}

hr#white {
    left: 0;
    width: 60px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 20px 0 20px 0;
}

.left-txt {
    justify-content: flex-end;
	    margin: 5% 15% 5% 0;
}

.right-txt {
    justify-content: flex-start;
	margin: 5% 15% 5% 5%;
}

.left-txt span, .right-txt span {
	flex-basis: 50%;
}

.left-txt h2, .right-txt h2 {
    font-size: 36px;
}

.left-txt p,.right-txt p {
    margin-bottom: 30px;
}

.right-txt ul.fa-ul {
    margin-inline-start: 25px;
}

.right-txt ul.fa-ul li {
    margin-bottom: 20px;
}

.how-do-we {
	gap: 60px;
}
.red-how {
	    background: #BD0102;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.red-how h2 {
    font-size: 42px;
	text-align: right;
}

.red-how span {
	padding: 80px 50px;
}

span.light-txt {
    padding: 0;
    font-weight: 300;
    display: block;
}

.bottom-paragraph {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.bottom-paragraph span {
    flex: 1;
}

.why-pick-us h2,.left-finance h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.why-pick-us h2 strong {
    display: block;
}

.grid-why {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    grid-auto-rows: minmax(100px, auto);
	    margin-top: 40px;
}

.company-char {
    display: flex;
    gap: 20px;
}

span.icon {
    float: left;
    font-size: 50px;
    color: #2f3967;
    display: flex;
}

.company-char h3 {
	font-size: 22px;
	margin-bottom: 12px;
}

.our-team h2 {
    font-weight: 300;
}
.flex-team {
    gap: 20px;
}

.team-member img {
    max-width: 100%;
    width: 100%;
}

.team-member h4 {
    font-size: 22px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.redangle {
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background: #BD0102;
    left: 0;
    top: 0;
    bottom: 0;
    right: 95%;
    z-index: 99999;
    position: absolute;
}

.finance-banner {
	position: relative;
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%),url("/siteart/we_offer_bg.jpg") no-repeat;
	background-position: 50% 75%;
	background-size: cover;
	color: #fff;
}

.finance-banner #white {
	margin-left: auto !important;
	margin-right: auto !important;
}
.right-finance {
	background: #BD0102;
}

.finance-banner {
    
    padding-top: clamp(70px, 10%, 100px);
    padding-bottom: clamp(70px, 10%, 100px);
}

.finance-option a {
    display: inline-block;
}

.finance-banner button.red-button {
    margin-top: 30px;
}

.grid-container.flex-finance {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
}

.finance-option img {margin-bottom: 0 !important;width: 400px;}

.redangle-reverse {
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background: #BD0102;
    left: 0;
    top: 0;
    bottom: 0;
    right: 95%;
    position: absolute;
}

.hil {
	border-radius: 20px;
}

.finance-option h2 {
    font-size: 22px;
    margin: 10px 0;
}

.finance-option button.black-button {
    margin-top: 15px;
}

/*--SERVICE---*/
.service-about h2.pagehead{font-size: 28px;margin-bottom: 5%;}
.service-offers {align-items: center;}
.service-offers .red-how {text-align: right;}
.service-offers .how-txt h3 {font-size: 24px;}
.service-offers li {margin-bottom: 8px;}
.service-offers i {opacity:.4}
.service-expert i {color:#2F3967;display:block;font-size: 36px;}
.service-expert div h3 {font-size: 22px;margin-bottom: 12px;}
.whyservice {color:#fff;text-align: center;}
.whyservice h2 {font-size: 42px;margin-bottom: 40px;}
.flex-container.why-choose {
    gap: 3%;
}
.why-choose div {
	flex:1;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(255,255,255,0.45);
}
/*--------ABOUT STYLES--------------------*/
.page-hero {
    height: 350px;
    overflow: hidden;
    margin-top: -40px;
	position: relative;
	display: flex !important;
    align-items: center;
    justify-content: center;
}

.about-page {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4009978991596639) 100%),url("/siteart/about-hero.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.service-page {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4009978991596639) 100%),url("/siteart/service-hero.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.faq-page {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4009978991596639) 100%),url("/siteart/faq-hero.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.contact-page {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4009978991596639) 100%),url("/siteart/contact-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}


.subhero-txt {
    text-align: center;
    color: #fff;
	max-width: 90%;
	margin: 0 auto;
}

.subhero-txt h1 {
    font-size: 58px;
    font-weight: 300;
    margin-bottom: 15px;
}

.bread-crumb-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 16px;
}

.bread-crumb-link a {
    color: #fff;
}

section.about-section {
    background: #000;
}

.flex-half {
	flex: 1;
}

img.angle-img {
	    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	max-width: 100%; 
	width: 100%;
}

h2.pagehead {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10%;
    margin-top: 10%;
    display: flex;
    align-items: center;
    gap: 15px;
}

span.head-icon {
    background: #ee3131;
    font-size: 32px;
    padding: 10px 15px;
    color: #fff;
}
.flex-aboutpage {
	gap: 30px;
}

.flex-servicehome .blue-bg {
	flex: 1;
}

.blue-bg h2 {
	font-weight: 300;
}

.about-bg {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.85) 0%), url("/siteart/about-bg1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.customerinfo {
    gap: 30px;
    margin-top: 50px !important;
}

.icon-third {
    text-align: center;
    flex: 1;
}

.icon-third i {
    font-size: 48px;
    margin-bottom: 10px;
}


.icon-third h3 span {
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 300;
	
font-family: 'Open Sans', sans-serif;
}

.icon-third h3 {
    font-size: 36px;
}


/*Accordion*/

.accordion {
	color: #444;
    cursor: pointer;
    background: #fff;
    padding: 20px;
    font-size: 22px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-family: 'Dosis', sans-serif;
    transition: 0.4s;
    border: 1px solid #eee;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 0;
	gap: 20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active {
	color: #BD0102 !important;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 40px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
    padding: 20px 0 40px 0;
}

.accordion:after {
     content: '+';
    font-size: 40px;
    color: #BD0102;
    float: right;
    margin-left: 5px;
    line-height: 1;
}

.active:after {
  content: "-";
	font-size: 40px;
    color: #BD0102;
    float: right;
    margin-left: 5px;
    line-height: 1;
}


/*-------- CONTACT STYLES ----------------*/
.map {
    flex: 2;
	display: flex;
}

.contact-details {
    flex: 1;
	    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details span {
    margin-bottom: 20px;
    display: block;
}
.contact-details h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.flex-contactinfo {
	gap: 60px;
}

.contact-form h2 {
    FONT-WEIGHT: 300;
}

.contact-form {
	flex: 2;
}

.moreinfo {
	flex: 1;
}

.white-box {
    background: #fff;
    padding: 20px;
}

.white-box .flex-container {
    justify-content: space-between;
    margin-bottom: 10px;
}

.contact-hours,.contact-follow {
    border: 1px solid #e7e7e7;
    padding: 20px;
}

.contact-hours h3,.contact-follow h3 {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-hours {
    margin-bottom: 30px;
}

.contact-form a.red-button {
    margin-top: 30px;
    height: 0;
	color: #fff;
}

.contact-form .CaptchaPanel {
	text-align: left !important;
	margin-top: 30px
}

.contact-form input#CaptchaAnswer {
	width: auto !important;
}

.contact-form div#captcha {
    text-align: left !important;
}

.contact-form .black-button {
	margin-top: 0 !important;
}
.social-icons a {
    color: #fff;
	transition: .3s all;
}

.social-icons a:hover {
	color: #ab7238 !important
}

.contact-content {
    width: 100%;
}

.contact-details span:last-of-type {
	margin-bottom: 0;
}

.button-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.button-wrap a {
    flex: 1;
}
.button-wrap a button {
    width: 100%;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	position: relative;
	
	font-family: open-sans-condensed, sans-serif !important;
}

.footerbg {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	 filter: brightness(20%) grayscale(100%);
	background: url("/siteart/foot-bg.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

footer .relative{
	       max-width: 1200px;
    margin: 0 auto;
    width: 90%;
	position: relative;
}

.foot-col p strong {
	
	font-family: open-sans-condensed, sans-serif !important;
}
.footer {
	position: relative;
	z-index: 1;
	padding-top: 100px;
    padding-bottom: 60px;
	color: #fff;
}

.foot-contact-bar {
    position: top;
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.foot-flag {
	padding: 50px 0;
    flex: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-flag a {
	color: #fff;
}

span.footicon {
    font-size: 36px;
}

.flex-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.foot-address {
	background: #2f2f2f;
	position: relative;
}

.foot-phone {
	background: #d20022;
	position: relative;
}

.foot-email {
	background: #ee3131;
}

.foot-info strong {
	font-size: 22px;
	font-family: open-sans-condensed, sans-serif !important;
}

.foot-info a {
	transition: .3s all;
}

.foot-info a:hover {
	text-decoration: underline;
}

.red-angle-foot {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	background: #d20022;
	    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 9;
}

.gray-angle-foot {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: #2f2f2f;
        width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 9;
}

.foot-navigation {
    justify-content: space-between;
    gap: 50px;
}

.fool-col {
    flex: 1;
}

p.foot-title {
    margin-bottom: 20px;
    font-family: 'Dosis', sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.fool-col a {
	color: #fff;
	transition: .3s all;
	    padding-bottom: 10px;
	display: inline-block;
} 

.fool-col a:hover {
	color: #ab7238 !important;
}

.foot-col ul.fa-ul{
    margin-left: 0 !important;
    padding-inline-start: 25px !important;
}

.foot-col ul li{
   margin-bottom: 10px;
}

.black-footer {
	background: #000;
	padding: 10px 0;
	color: #C6C3C3;
	    position: relative;
}

.social-icons a {
    background: #BD0102;
    padding: 0;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
}

ul.fa-ul {
    margin-left: 0 !important;
    padding-inline-start: 25px !important;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.inv-page {
	margin-top: -40px;
}
.list-top-section .list-title .list-title-text {
	
font-family: 'Bevan', cursive !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}

.list-content .list-listing,.list-content .list-main-section,.faceted-search-content .faceted-search__main-section {
	border: 1px solid #e7e7e7 !important;
}

.faceted-search-content .faceted-section-head,.list-content .listing-portion-title,.list-content .list-listing .dealer-name,.faceted-search-content .faceted-section-box .faceted-search,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn,.list-content .price-container .price,.view-listing-details-link,.contact-list a,.ts-button {
	font-family: open-sans-condensed, sans-serif !important;
}

.faceted-search-content .faceted-section-box .faceted-search,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn,.view-listing-details-link,.contact-list a {
	text-transform: uppercase !important;
}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}
.selected-facet.ts-button b,.selected-facet.ts-button button {
    color: #fff !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

.list-content .list-error-container .info .selected-facet,.list-content .list-error-container .info .selected-facet button {
	background: #BD0102 !important;
	border: 1px solid #BD0102 !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#2f3967 !important;}

.list-content .list-error-container .info button {
	background: #000 !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#BD0102 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #BD0102 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #BD0102 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}

.list-top-section .list-title .list-listings-count {
	color: rgb(0 0 0 / 50%) !important;
}
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1350px) {
	
	.red-img-bg {
    background: #BD0102;
	}
	
	.left-txt,.right-txt {
		    justify-content: center;
    width: 75%;
    margin: 0 auto;
    padding: 40px 0;
	}
	
	.left-txt span, .right-txt span {
		
		flex-basis: 100%;
	}
	
	.red-how h2 {
    font-size: 52px;
	}
	
	.contact-info span {
		flex: none !important;
	}
	
	.contact-info span:last-of-type {
		flex: 1 !important;
	}
}

@media only screen and (max-width: 1260px) {
	.nav-links {flex-basis:70%;}
}

@media only screen and (max-width: 1200px) {

	.about-img {
		display: none;
	}
	
	.about-info {
		flex: 3;
	}
	
	.toggle-buttons {
		flex: 1;
	}
	
	

}

@media only screen and (max-width: 1150px) {
	.cta-text h2 {
		font-size: 32px;
	}	
	
	.contact-info {
    gap: 15px;
}
	.cta-section {
		width: 100% !important;
	}
	.slide-text {
		width: 90%;
		text-align: center;
	}
	
	.nav-links {
    flex-basis: 75%;
}
	.how-do-we {
		flex-wrap: wrap;
	}
	
	.half-page {
		flex-basis: 100%;
	}
	.red-how span {
    padding: 50px 50px;
}
	.red-how h2 {
    font-size: 42px;
		text-align: left;
		text-align: center;
}
	
	span.light-txt {
    padding: 0 !important;
}
	
	.foot-info p {
		line-height: 1.5;
	}
	
	.foot-info strong {
    font-size: 18px;
	}
	
	span.footicon {
    font-size: 28px;
}
	.flex-contactinfo {
		flex-wrap: wrap;
	}
	
	.contact-form,.moreinfo {
    flex-basis: 100%;
}
	.service-offers .how-txt h3{margin-bottom: 10px;}
	.service-offers .how-txt,.service-offers .red-how {text-align: center;}
	.moreinfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
	.contact-hours, .contact-follow {
		flex: 1;
	}
}


@media only screen and (max-width: 1050px) {
	.foot-navigation {
		gap: 20px;
	}
	.flex-half.angle-bg {
    display: none;
}
	
	h2.pagehead{
		margin: 0 0 30px 0;
	}
	section.about-section {
		
		background: #fff !important;
	}
	.about-section .flex-container {
    flex-wrap: wrap;
		gap: 10px;
}
	
	.left-angle {
		clip-path: none !important;
	}
	
	.about-section .blue-bg h2 {
		text-align: center;
	}
	
	.about-section hr#white {
		margin: 20px auto !important;
	}
}

@media only screen and (max-width: 950px) {
	.home-form .flex-row {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.home-form #formpage {
		gap: 10px !important;
	}
	.home-form #formpage input, .home-form #formpage select {
		flex-basis: 100%;
	}
	p.foot-title {
		font-size: 22px;
	}
	.team-member h4 {
    font-size: 18px;
	}
	.grid-container.flex-finance {
		    grid-template-columns: repeat(1, 1fr);
	}
	}
@media only screen and (max-width: 884px) {
	.navigation .flex-container {
		padding: 15px 0;
		max-width: 90%;
	}
}

@media only screen and (max-width: 850px) {
	.grid-why {
		    grid-template-columns: repeat(1, 1fr);
	}
	
	.cta-flex,.why-choose {
		flex-wrap: wrap;
	}
	.cta {
		flex-basis: 100%;
		padding: 30px 0 !important;
	}
	.why-choose {gap: 30px !important;}
	.why-choose div {flex-basis:100%;}
	
	.cta-text {
		width: 90%;
	}
	
	.info-txt.page-wid {
		width: 100%;
	}
	.cta.middle-cta{
		margin: 0 !important;
	}
	
	.cta-text h2 {
    text-align: left;
		padding-bottom: 0;
	}
	
	.contact-info:last-of-type {
		margin-bottom: 0;
	}
	
	.cta-flex {
		gap: 10px;
	margin-top: 0;}
	
	.hero {
		height: 620px;
	}
	
	.flex-container.flex-servicehome {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.dark-img-bg, .red-img-bg {
		flex-basis: 100%;
	}
	.dark-img-bg {
		clip-path: none;
	}
	
	.flex-container.flex-servicehome {
		background: #fff;
	}
	
	.left-txt, .right-txt{
		width: 90%;
	}
	
	.gray-angle-foot,.red-angle-foot {
		display: none;
	}
	
	
	footer .relative {
		width: 100%;
	}
	
	.contact-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
	
	.map,.contact-details {
		flex-basis: 100%;
	}
	
	.contact-details {
		padding: 30px 0;
	}
}


@media only screen and (max-width: 767px) {
	.flex-about,.inventory-ctas.flex-container {
		flex-wrap: wrap;
		gap: 40px;
	}
	

	
	.toggle-buttons {
		flex-basis: 100% !important;
		flex-wrap: nowrap;
		gap: 0;
	}
	
	.about-info,.inv-cta{
		flex-basis: 100%;
	}
	
	.about-info .wid90 {
		width: 100%;
	}
	
	.inv-text {
		padding: 20% 10% 10% 10%
	}
	
	.foot-navigation {
		flex-wrap: wrap;
		gap: 50px;
	}
	
	.fool-col {
		flex-basis: 45%;
	}
	.foot-info strong {
    font-size: 16px;
}
	
	span.foot-info p {
		font-size: 14px;
	}
	
.contact-head {
    gap: 20px;
}
	.phone-head img, .email-head img {
		width: 28px;
	}
	
		.back-slide {
	    right: 60px;
    left: auto !important;
    bottom: 0;
    width: 30px;
    height: 30px;
		top: auto;
		font-size: 20px;
			
	}
	
	.next-slide {
		top: auto;
		right: 0;
    width: 30px;
    height: 30px;
		font-size: 20px;
		bottom: 0;
	}
	
	.hero {
    height: 500px;
		margin-top: -15px;
}
	
	span.white-text {
    display: inline-block;
	}
	
	.moreinfo {
   flex-wrap: wrap;
}
	.contact-hours, .contact-follow {
		flex-basis: 100%;
		margin-bottom: 0 !important;
	}
	
	.map iframe {
		height:300px;
	}
}


@media only screen and (max-width: 600px) {

	.bottom-paragraph {
		flex-wrap: wrap;
		gap: 20px;
		margin: 0;
	}
	.service-offers .bottom-paragraph {
    gap: 0;
}
	.bottom-paragraph span{
		flex-basis: 100%;
	}
	
	.foot-contact-bar {
		flex-wrap: wrap;position: unset;
	}
	
	.foot-flag{
		padding: 20px 0;
		flex-basis: 100%;
	}
	
	span.foot-info p {
    font-size: 16px;
}
	
	.foot-info strong {
    font-size: 18px;
}
	
	.flex-foot {
		flex-wrap: wrap;
		gap: 5px;
	}
	
	span.footicon {
   font-size: 32px;
    flex-basis: 100%;
    text-align: center;
}
	
	span.foot-info {
    text-align: center;
}
	
		.top-head {
    flex-wrap: wrap;
			gap: 10px;
}
	
.logo, .contact-head {
    flex-basis: 100%;
}
	.logo {
		text-align: center;
	}
	.contact-head {
		justify-content: space-between;
	}
	.logo img {
    max-width: 300px;
    width: 100%;

}
	
	.about-btn {
		clip-path: none;
	}
	
	.toggle-buttons {
		gap: 5px;
	}
	
		.flex-team {
		flex-wrap: wrap;
	}
	
	.team-member {
		flex-basis: 100%;
	}
	
	.team-member h4 {
    font-size: 22px;
}
	.button-wrap {
    flex-wrap: wrap;
		margin-top:30px;
		gap: 30px;
}

.button-wrap a {
    flex-basis: 100%;;
}
.button-wrap a button {
    width: 100%;
    margin: 0;
}
}

@media only screen and (max-width: 500px) {
	.service-about strong {
    display: block;
    margin-top: 20px;
}
	.red-how span {
    padding: 30px;
}
	.how-do-we {
    gap: 40px;
}
	.why-pick-us h2, .finance-banner h2,.our-team h2,.red-how h2,.about-info h2  {
    font-size: 36px !important;
	}
	
	.toggle-buttons {
		flex-wrap: wrap;
	} 
	
	.about-btn{
		flex-basis: 100%;
		display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	}
	
	.about-btn span {
    font-size: 18px;
}
	
	.about-btn i {
    font-size: 22px;
    margin-bottom: 0;
}
	.company-char {
		flex-wrap: wrap;
	}
	
	.slide-text h1{
		font-size: 36px !important;
		    margin-bottom: 10px;
	}
	
	.white-box .flex-container {
		font-size: 14px;
	}
	
	.subhero-txt h1,.whyservice h2 {
		font-size: 36px;
	}
	.accordion {
		gap: 20px;
		font-size: 16px;
	}
	
	.accordion:after,.accordion:before {
		font-size: 32px;
	}
	.customerinfo {
    gap: 30px !important;
}
	.icon-third{
		flex-basis: 100%;
	}
	
	h2.pagehead {
		display: inline-block;
	}
	
	
}

@media only screen and (max-width: 350px) {
	.contact-head,.white-box .flex-container{
		flex-wrap: wrap;
	}
	
	.phone-head, .email-head,span.day {
		flex-basis: 100%;
		justify-content: center
	}
	span.day:first-of-type {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}
}

