@charset "utf-8";
/* CSS Document */

/***** 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	line-height: 1.8;
	font-family: 'Roboto Condensed', sans-serif;
	background: #f4f4f4!important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.width {width: 90%; margin: 0 auto; max-width: 1400px;}
.wrapper-width {width: 90%; margin: 0 auto; max-width: 1100px; }
.inventory-width {width: 85%; margin: 0 auto;}

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff!important;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #383838 /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 100px;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:5px;
  border: .5px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity .3s 0s, visibility 0s .5s;
  -moz-transition: opacity .3s 0s, visibility 0s .5s;
  transition: opacity .3s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  background-color: #2F2F2F;
}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} 

.flex-wrapper {display: flex; flex-wrap: wrap; justify-content: center; align-content: center;}

/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: inline-block!important;
	margin: 0 auto;
	background: rgba(255,255,255,.75);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	border-bottom: 5px solid #000;
	position: absolute;
	z-index: 9999;
	font-family: 'Roboto Condensed', sans-serif!important;
}

a#logo {
	float: left;
	padding: 5px 0;
}

a#logo img {
	width: 100%;
	display: block;
	max-width: 333px;
	height: auto;
}

header span {
	float: right;
	color: #000;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .5px;
	font-family: 'Roboto Condensed', sans-serif!important;
}

header span a {
	color: #d3222d;
}

header span a:hover {
	text-decoration: underline;
}

/*********************  HOMEPAGE STYLES **************************************/
.hero-section, .cta-wrapper, .welcome-wrapper {
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 auto;
}

.hero-section {
	width: 100%;
    position: relative;
    z-index: 1;
}

.keyword-search {
	float: right;
	margin: 10px;
	display: inline-block;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
}

form.detailed-search input::placeholder {
	letter-spacing: .5px;
}

form.detailed-search input {
	padding: 10px;
	line-height: 22px;
	font-size: 13px;
	border: none;
	letter-spacing: .5px;
}

form.detailed-search input#keywords {
	width: 350px;
	line-height: 22px;
	vertical-align: middle;
}

form.detailed-search input#submit {
	background: #d3222d;
	color: #fff;
	padding: 10px 22px;
	cursor: pointer;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

form.detailed-search input#submit:hover {
	background: #ddd;
	color: #000;
	font-weight: bold;
}

/*********************  CTA BANNER STYLES **************************************/
.cta-wrapper {
	background: #e6e6e6;
	padding: 20px 10px;
	margin-top: -20px;
}

.cta-wrapper .left {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.cta-wrapper .left a {
	padding: 10px 25px;
	line-height: 30px;
	border: 1px solid #000;
	margin: 1%;
	display: block;
	float: left;
	color: #000;
	letter-spacing: .5px;
	font-weight: 600;
	font-size: 14px;
}

.cta-wrapper .left a#black {
	background: #000;
	color: #fff;
}

.cta-wrapper .left a#black:hover {
	background: #d3222d;
	border: 1px solid #d3222d;
	color: #fff;
}

.cta-wrapper .left a:hover {
	color: #d3222d;
	border: 1px solid #d3222d;
}

.cta-wrapper .right {
	float: right;
	width: 52%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cta-wrapper .right a {
	margin: 0 auto;
	display: block;
	float: left;
	width: 14%;
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
}

.cta-wrapper .right img {
	width: 100%;
	max-width: 100px;
	display: block;
}


/*********************  WELCOME STYLES **************************************/
.welcome-wrapper {
	padding: 50px 10px;
}

.welcome-wrapper hr {
	width: 75px;
    display: inline-block;
    border-width: 5px;
    /* border-style: dashed; */
    color: #d3222d;
    margin-top: 20px;
}

.welcome-wrapper h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
}

.welcome-wrapper h1 span {
	font-size: 36px;
	font-weight: 400;
	color: #d3222d;
}

.welcome-wrapper p {
	margin-bottom: 50px;
	font-size: 18px;
}

/* quick links */
.linkboxes {
	width: 100%; height: auto; margin: 0 auto; display: inline-block;
}
.linkbox{float:left;width:23%;margin:0 1%;height:190px;box-sizing:border-box;border:#fff 2px solid;position:relative;overflow:hidden;background-position:center center;background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);}
.linkbox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.6;background: #000; transition: .3s all;display:block;z-index:99;}
.linkbox:hover {}
.linkbox:hover:after {opacity: 0.0;background: #000;}
.linkbox .textbox{text-shadow: 2px 2px 2px #000000;text-align:center;width:90%;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);z-index:100;}
.linkbox .textbox h2{font-size:28px;color:#fff;line-height:1em;padding:0; text-transform: uppercase; letter-spacing: 1px; font-weight: 600;}

.linkbox .textbox span{text-transform:uppercase;font-size:14px;border-top:#fff 2px solid;padding-top: 15px;margin-top: 5px;display: block;color:#fff; letter-spacing: 1px;}

.linkbox#trucks {background: url('/siteart/quicklinks/trucks.jpg') no-repeat center; background-size: cover;}
.linkbox#hotdeals {background: url('/siteart/quicklinks/hotdeals.jpg') no-repeat center; background-size: cover;}
.linkbox#sellyourtruck {background: url('/siteart/quicklinks/sellyourtruck.jpg') no-repeat center; background-size: cover;}
.linkbox#getfinanced {background: url('/siteart/quicklinks/finance.jpg') no-repeat center; background-size: cover;}


/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #f4f4f4;
}

.page-wrapper .title {
	width: 100%;
    padding: 12em 5% 4em 5%;
    text-align: center;
    background: url("/siteart/page-hero2.jpg") no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}

.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #e6e6e6;
	letter-spacing: 2px;
	display: block;
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif!important;
	text-shadow: 5px 5px 18px #222222;
    -webkit-text-shadow: 5px 5px 18px #222222;
    -moz-text-shadow: 5px 5px 18px #222222;
    -ms-text-shadow: 5px 5px 18px #222222;
}

.page-wrapper h2 {
	padding: 10px;
}

.page-wrapper h2 .fas {
	padding: 5px;
	font-size: 25px;
}

.page-wrapper p {
	padding: 1.5em;
}

.page-wrapper .cta-btns {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.page-wrapper .cta-btns a {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding: 1em;
	float: left;
	width: 48%;
	margin: 1%;
	font-family: 'Roboto Condensed', sans-serif!important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	box-sizing: border-box;
}
.page-wrapper .cta-btns a:hover {
	border: 1px solid #d3222d;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.contact-info .left {
	float: left;
	width: 48.5%;
	text-align: center;
	border: 1px solid #ddd;
	margin: .5%;
	background: #fff;
}

.contact-info .left p {
	line-height: 26px;
	font-size: 16px;
	padding: 2em 1em;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-info .left a {
	color: #d3222d;
	text-decoration: underline;
}

.contact-info .left p a:hover {
	color: #2a2a2a;
	text-decoration: none;
}

.contact-info .left h2 {
	line-height: 30px;
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .75px;
	border-bottom: 5px solid #d3222d;
	text-transform: uppercase;
}

/* thank you page styles */
p#thankyou {
	width: 100%;
	background: rgba(255,255,255,.85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	line-height: 26px;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #d3222d;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  FOOTER STYLES **************************************/
/* scrolling wrap */
.ftr-inv {
	width: 100%;
	position: relative;
	z-index: 1;
}

.ftr-inv .overlay {
  display: block;
  padding: 1.25em 5%;
  position: absolute;
  z-index: 2;
  background: #d3222d;
}

.ftr-inv .overlay h2 {
	text-transform: uppercase;
	color: #ddd;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 26px;
}

.ftr-inv .overlay h2 span {
	color: #fff;
	font-size: 24px;
	display: block;
}

.scrolling-wrap {
    width: 100%;
    height: 92px;
    overflow: hidden;
	border-top: 5px solid #d3222d;
	border-bottom: 5px solid #d3222d;
}
 
.scrolling {
    width: 100%;
    height: 100px;
}

.scrolling-wrap .overlay {
	width: 100%;
	max-width: 300px;
	left: 0;
	padding: 1em;
	background: #d3222d;
	z-index: 2;
}


footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: url('/siteart/footer-bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

footer .col a:hover {
	color: #ddd;
}

footer .col a {
	color: #fff;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	font-family: 'Roboto Condensed', sans-serif!important;
}

footer .col .fab {
	font-size: 14px;
}

footer .col {
	padding: 3em 5%;
	display: inline-block;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 2px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

footer .col p {
	float: left;
	font-family: 'Roboto Condensed', sans-serif!important;
}

footer .col iframe {
	float: right;
}

footer strong {
	color: #c0c0c0;
}

.site-host {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #d3222d;
	padding: 25px 5%;
	box-sizing: border-box;
}

.site-host p {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-size: 10px; 
	line-height: 16px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

footer .col .social-links a {
	padding: 10px;
	margin: 2px;
	border: 1px solid #fff;
	display: inline-block;
}

footer .col .social-links a:hover {
	color: #fff;
}

footer .col .social-links a#twitter:hover {
	background: #00acee;
}
footer .col .social-links a#facebook:hover {
	background: #3b5998;
}
footer .col .social-links a#pinterest:hover {
	background: #fff;
	color: #c8232c!important;
}
footer .col .social-links a#youtube:hover {
	background: #fff;
	color: #c4302b!important;
}
footer .col .social-links a#linkedin:hover {
	background: #0e76a8;
}
footer .col .social-links a#instagram:hover {
	background: #C13584;
}





/**********************  MEDIA QUERIES (RWD) ***************************************/

@media screen and (max-width: 1100px) {
	.wrapper-width, .inventory-width {width: 95%;}
	
/* HEADER */
	header span {font-size: 16px; margin-top: 20px;}
	a#logo img {max-width: 275px;}
	
/* HOMEPAGE */
	.hero-section h1 {font-size: 50px; line-height: 30px;}
	.hero-section h1 span {font-size: 30px;}
	
	form.detailed-search input#keywords {width: 185px;}	
	form.detailed-search input#keywords  {font-size: 11px;}
	.welcome-wrapper p {font-size: 16px; margin-bottom: 25px;}
	.welcome-wrapper h1 {font-size: 32px; line-height: 30px;}
	.welcome-wrapper h1 span {font-size: 24px;}
	.welcome-wrapper {padding: 25px 10px;}
	
	.linkbox {width: 49%; margin: 0 auto; margin: .5%;}
	
	.cta-wrapper .right {float: none; width: 100%; display: inline-block; margin-top: 25px;}
	.cta-wrapper .left a {float: left; width: 48%; margin: 1%;}
	.cta-wrapper .right img {max-width: 90px; margin: 0 auto;}
	
/* PAGES */
	.page-wrapper .title {padding: 10em 1em 4em 1em;}

/* FOOTER */
	footer .col h2 {font-size: 20px; margin-bottom: 10px;}
	footer .column3 {width: 50%; padding: 2em 5%;}
	
}

@media screen and (max-width: 767px) {
/* HEADER */
	header span {display: none;}
	a#logo img {max-width: 175px;}
	
/* HOMEPAGE */
	form.detailed-search {display: none;}
	.cta-wrapper .right img#international {width: 30px!important;}	
		
/* PAGES */
	.page-wrapper .title {padding: 8em  1em 4em 1em;}
	.page-wrapper .title h1 {font-size: 30px;}
	.page-wrapper .cta-btns a {width: 100%; float: none; display: inline-block; margin: 0 auto; margin-top: 5px; margin-bottom: 5px;}
}

/* FOOTER */
	footer {background-attachment: inherit;}


@media screen and (max-width: 500px) {
/* HOMEPAGE */
	.linkbox .textbox h2 {font-size: 20px;}
	.linkbox .textbox span {font-size: 12px;}
	.cta-wrapper .left a {float: none; width: 100%; margin: 0 auto; margin-top: 5px; margin-bottom: 5px;}
	.hero-section h1 {font-size: 45px;}
	.cta-wrapper .right a {width: 100%; padding-top: 5px; padding-bottom: 5px;}
	.cta-wrapper .right img#international {width: 60px!important;}
	.cta-wrapper .right img {max-width: 125px;}
	
/* FOOTER */
	footer .col p, footer .col a {font-size: 12px;}
}







































