@charset "utf-8";
/* CSS Document */

.container-fluid, .row {width: auto !important; margin: 0 !important; padding: 0 !important;}

/* TYPOGRAPHY */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.5;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 4rem;
    line-height: 1.2;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 3rem;
    line-height: 1.2;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2rem;
    line-height: 1.2;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
    line-height: 1.2;
}

.heading-sm {
    font-size: 24px;
}

.heading-lg {
    font-size: clamp(30px, 5vw, 3rem) !important;
}

.short-hr {
    color: #fff;
    width: 200px !important;
    border-bottom: 1px solid #fff;
    text-align: left;
    margin: 0 0 25px 12px;;
}


/* NEW HEADER 2026-01-14 */

.header2 {display: flex; flex-direction: row; width: 90%; margin: auto; padding: 15px 0; align-items: center; justify-content: space-between; font-family: 'Open Sans', sans-serif;}
.header2 a {text-decoration: none;}
.top-runner {display: flex; flex-direction: row; justify-content: space-between; align-content: center; margin: auto; padding:20px 0;transition: 0.3s ease all; width: 90%; font-family:'Open Sans', sans-serif;}
.top-runner a i {transition: 0.3s ease all;}
.top-runner a:hover i {color: #fff !important; transition: 0.3s ease all;}
.top-runner p {font-size: 17px; color: #000; font-weight: 600; margin: 0;}
.top-runner i {font-size: 24px; color: #000;}
.hours-top {display: flex; flex: row; gap: 10px;}
.header-contact {display: flex; flex-direction: row; justify-content: space-between; gap: 10px;}
.header-contact div {display: flex; flex-direction: row; align-items: center; gap: 15px;}
.header-contact div i {color: #000; font-size: 30px; background-color: transparent; border: 5px solid #000; border-radius: 100%; padding: 10px; transition: 0.3s ease all;}
.header-contact div:hover i {color: #fff; transition: 0.3s ease all; border-color: #fff;}
.header-contact div strong {color: #fff; font-size: 17px;}
.header-contact div p {color: #000 !important; font-size: 20px; font-weight: 600; margin: 0;}
.header-contact div a {color: #000 !important; text-decoration: none;}

@media screen and (max-width: 1600px) {
    .header-contact {flex-direction: column; font-size: 17px !important;}
    .header-contact div i {font-size: 17px !important;}
}
@media screen and (max-width: 1000px) {
    .header2 {flex-direction: column;}
}
@media screen and (max-width: 500px) {
    .header-contact {flex-direction: column; font-size: 17px !important; gap: 10px;}
    .header-contact div i {font-size: clamp(12px, 5vw, 17px) !important;}
    .header-contact div p {font-size: clamp(12px, 4vw, 17px) !important;}
    .hours-top {display: none;}
}


/* HEADER & NAVIGATION */

.header {
    background-image: url(/../siteart/brushed-metal.jpg);
/*    background-color: #9faab5;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.headleft {display: flex; flex-direction: column; align-items: left; justify-content: flex-start;}
.headleft p {padding: 0 20px 0 20px; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 17px;text-transform: uppercase; margin: 0; text-align: right;}
.headleft p.family {font-size: 15px; font-weight: 500;}

.headright {
    text-align: center;
}

.headright a {
    color: #000 !important;
    text-decoration: none;
}

.headright a:hover {
    text-decoration: underline;
}

.logo {
    width: 100%;
    max-width: 500px;
}

@media screen and (max-width: 1300px) {
    nav.primary ul li a {padding: 0 20px !important;}
}
@media screen and (max-width: 900px) {
    nav.primary ul li a {padding: 0 10px !important;}
}

/* HERO */

.hero {
    background-image: url(/../siteart/metal-background.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero h1, .hero h2 {
    margin: 0px;
    text-transform: uppercase;
}

.hero p {
    font-size: 20px;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #000;
    border: 1px solid transparent;
    padding: .6rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1.5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}

.btn:hover {
    background-color: #fff;
    color: #000;
}

.btn-white {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #000;
    border: 1px solid #fff;
    padding: .6rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1.5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}

.btn-white:hover {
    background-color: #fff;
    color: #000;
}
.cta-50-fb {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 50px !important;
}

@media screen and (max-width:600px) {
    .cta-50-fb {
        flex-direction: column;
}
}

.textoverlay {
    z-index: 98;
    position:absolute;
    padding: 30px 60px;
    background: rgba(159,159,159,.7);
}

/* SLIDESHOW */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
/*  max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* WELCOME */

.welcome {
    background-image: url(/../siteart/brushed-gray.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*    min-height: 600px;*/
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 100px !important;
}

.welcome img {
    width: 100%;
    max-width: 800px;
}

.detailed-search-bar {
    background-color: transparent;
    border: 3px solid #9f9f9f;
    color: #000000;
    margin: 0;
    padding: 8px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 60%;
}

.detailed-search-btn {
    background-image: url(/../siteart/search-solid.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #9f9f9f;
    border: none;
    margin: 0;
    padding: 15px 0px;
}

input#submit.detailed-search-btn {
    color: transparent;
    float: left;
}

.detailed-search input {
    font-weight: 700;
    color: #9f9f9f;
    float: left;
}

/* QUICK INVENTORY - NEW 2026-01-14 */
.inv-quicklinks {
    text-align: center;
    padding:20px 0;
    margin: auto;
    background-image: url("../siteart/brushed-gray.jpg");
    background-size: cover;
    background-position: center center;
}

.inv-quicklinks h2 {
    margin: 0;
}
.inv-quicklinks hr {
    border-bottom: 5px solid #000;
    width: 100px;
}

.quicklinks-fb {
/*    background-image: url("../siteart/metal-background.jpg");*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    margin: auto;
/*    padding: 20px 0;*/
}

.quicklinks-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: 0.3s ease all;
    height: auto;
    box-sizing: border-box;
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    border-radius: 5px;
}

.quicklinks-box:hover {
    transform: scale(1.05);
    transition: 0.3s ease all;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.quicklinks-box img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.quicklinks-box div {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.quicklinks-box strong {
    font-weight: 300;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.quicklinks-box p {
    font-weight: 600;
    color: #fff;
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
    z-index: 100;
    text-align: center;
/*    transform: translate(-50%, -50%);*/
    width: 100%;
/*    height: 100%;*/
/*    padding: 50% 0;*/
    margin: 0;
}

@media (max-width: 1100px) {
    .quicklinks-box {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 1100px) {
    .quicklinks-fb {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
    .quicklinks-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* QUICK INVENTORY - OLD/NOT FOUND*/

.quickinv {
    color: #fff;
    text-transform: uppercase;
}

.invleft {
    background-image: url(/../siteart/newtrucks.jpg);
    background-position: center;
    background-size: cover;
    border: 10px solid #9f9f9f;
    text-align: center;
    padding: 75px;
    position: relative;
}

.invright {
    background-image: url(/../siteart/usedtrucks.jpg);
    background-position: center;
    background-size: cover;
    border: 10px solid #9f9f9f;
    text-align: center;
    padding: 75px;
    position: relative;
}

.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}   

/* FOOTER */

.footer {
    background: #000;
    font-family: 'Open Sans', sans-serif;
}

.footer img {
    width: 100%;
    max-width: 300px;
}

.footcenter {
    color: #9f9f9f;
    font-size: 14px;
    text-align: center;
}

.footcenter a {
    color: #fff;
    text-decoration: none;
}

.footcenter a:hover {
    text-decoration: underline;
}

.footbottom {
    color: #9f9f9f;
    font-size: 12px;
}

.footbottom a{
    color: #9f9f9f;
    text-decoration: underline;
}

.footright {
    text-align: right;
    font-size: 14px;
    color: #fff;
}

.footright a {
    color: #fff;
    text-decoration: none;
}

.footright a:hover {
    text-decoration: underline;
}


/* CONTACT FORM */

.contactbg {
    background-image: url(/../siteart/brushed-gray.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*    min-height: 600px;*/
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 100px !important;
    text-align: center;
}

#quotes {
    width:100%;
    display:block;
    margin:20px auto;
    font-size:16px;
    color:#000;
}

#quotes tbody {width:100%;float:left;}

#quotes tr {
    width:50%;
    float:left;
    padding:7px;
    box-sizing:border-box;
}

#quotes td {
    width:100%;
    float:left;
    font-size:14px;
}

#quotes td p {
    font-size:14px;	
}

.fulltd2 {
    width:100%!important;
    float:none!important;
    max-width:500px!important;
    display:block!important;
    margin:0 auto!important;	
}

#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
}

#quotes .CaptchaMessagePanel {color:#9f9f9f;}

#quotes .CaptchaWhatsThisPanel a {color:#9f9f9f;}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}

#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    background: #9f9f9f;
    border: 1px solid #9f9f9f;
    padding: 10px;
    margin: 0px 10px;
    color: #000;
}
#quotes input.button:hover {
	background:#999;
    border: 1px solid #999;
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
    width:100%!important;
    margin-right:0;	
}

.mobilehead {display:none;}



/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    
    
    .headleft {text-align: center;}
    
    .textoverlay {padding: 24px 40px !important;}
    .textoverlay h1 {font-size: 1.5em;}
    .textoverlay h2 {font-size: 1.5em;}
    
    .hero p {font-size: .9em;}
    
    .welcome {
/*        text-align: center;*/
        padding: 50px 50px 75px 50px !important;
    }
    
    
    .welcome h2 {font-size: 2em;}
    
    .container-fluid.welcome.whybuy {
        text-align: left !important;
        padding: 0 !important;
    }
    
    .detailed-search-bar {width: 80%;}
    
    .footleft, .footright {text-align: center;}
    
    .quicklinks-fb {margin-top: 0 !important;}

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
    
    .headleft {text-align: center;}
    
    .textoverlay {padding: 20px 40px !important;}
    
    .textoverlay h1 {font-size: 2.75em;}
    .textoverlay h2 {font-size: 1.75em;}
    
    .welcome {
/*        text-align: center;*/
        padding: 50px 50px 75px 50px !important;
    }
    
    .container-fluid.welcome.whybuy {
        text-align: left !important;
        padding: 0 !important;
    }
    
    .detailed-search-bar {width: 80%;}
    
    .footleft, .footright {text-align: center;}
    
 
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
    
    h3 {font-size: 1.7rem;}

    .headleft {text-align: center;}
    
    .textoverlay {padding: 40px 60px !important; margin: 20px;}
    .textoverlay h1 {font-size: 3em;}
    .textoverlay h2 {font-size: 2em;}
    
    .welcome {
/*        text-align: center;*/
        padding: 50px 50px 75px 50px !important;
    }
    
    .detailed-search-bar {width: 80%;}
    
    .footleft, .footright {text-align: center;}
    
}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    
     h3 {font-size: 1.8rem;}
    
    .textoverlay {margin: 70px;}

}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {
    
     h3 {font-size: 1.9rem;}
    
    .textoverlay {margin: 80px;}

}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {  
    
     h3 {font-size: 2rem;}
    
    .textoverlay {margin: 100px;}
   
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {   
    
    .textoverlay {margin: 100px;}
    
}