@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 {
	font-family: urw-din, sans-serif!important;
	overflow-x: hidden;
	line-height: 1.42857;
	letter-spacing: .02em;
}

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;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -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: 1300px; margin: 0 auto; max-width: 95%;}
.wrapper-width {width: 95%; margin: 0 auto; max-width: 1300px; }
.inventory-width {width: 95%;  max-width: 1300px; margin: 0 auto;}

/***************************  HEADER STYLES  *************************************/
header .sticky {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
}

header {
	width: 100%;
	display: inline-block!important;
	height: auto;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
a.main-logo img {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 250px;
	float: left;
	padding: 10px;
}

.top-hdr {
	width: 100%;
	max-width: 250px;
	float: right;
	margin: 0 auto;
	display: inline-block;
	background: #000;
	padding: 15px 0;
	line-height: 24px;
	text-align: center;
	position: relative;
}
.top-hdr:before {
	content: "";
    position: absolute;
    left: -65px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 65px 65px 0;
    border-color: transparent #000 transparent transparent;
    display: inline-block;
    vertical-align: middle;
}
.top-hdr a {
	color: #af986e!important;
	font-weight: 600;
	padding: 0 10px;
	font-size: 24px;
}
.top-hdr a:hover {
	color: #fff!important; /*#d7e8ef*/
}

/*********************  HOMEPAGE STYLES **************************************/
/* search */
.keyword-search {
	width: 100%;
	margin: 0 auto;
	padding: 25px;
	display: inline-block;
	text-align: center;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	background: rgba(0,0,0,.5);*/
}

.keyword-search h4 {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

form.detailed-search input::placeholder {
	letter-spacing: .5px!important;
	text-transform: uppercase;
}

form.detailed-search input {
	padding: 15px!important;
	line-height: 22px!important;
	font-size: 16px!important;
	border: none!important;
	border-radius: 0!important;
	background: #fff!important;
	height: auto!important;
	width: 80%;
}

form.detailed-search input#keywords {
	line-height: 22px!important;
}

form.detailed-search input#submit {
	background: #000!important;
	color: #fff!important;
	padding: 10px 22px!important;
	cursor: pointer;
	border: none!important;
	-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: #f1f1f1!important;
	color: #000!important;
	font-weight: bold!important;
}

form.detailed-search button {
	vertical-align: middle;
    padding: 6px 5%;
    background: #000;
    border: none;
	cursor: pointer;
}

form.detailed-search button:hover {
	background: #222;
	transition: .2s ease-in;
}
.detailed-row {display: flex; justify-content: center; align-items: center;}

.about-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 8em 2em;
}
.gray-bg {
	background: #f1f1f1;
}
.pattern {
	background: url('/siteart/lightpattern-bg.png') repeat;
	background-attachment: fixed;
}
.col2 {
	float: left;
	width: 60%;
	margin: 2%;
	line-height: 30px;
	padding: 1em;
}
.col2.title {
	max-width: 400px;
}
.col2.gray {
	background: #f1f1f1;
	padding: 2em 1em;
}
.about-wrapper h2 {
	font-style: italic;
	font-weight: 800;
	color: #af986e;
	display: block;
	line-height: 36px;
}
.about-wrapper h1 {
	font-style: italic;
	font-weight: 400;
	font-size: 4em;
	display: block;
	line-height: 50px;
}
.about-wrapper h1 span {
	font-size: 28px;
	line-height: 1.4;
	display: block;
}


/* Category Box Section */
.categoryBoxes {
	width: 100%;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	padding: 8em 0;
}
.categoryBox-mainTitle {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-bottom: 25px;
	text-transform: uppercase;
}
a.categoryBox {
	float: left;
	width: 31.33%;
	margin: 1%;
	height: auto;
	display: block;
	text-align: center;
	border: 1.25px solid #000;
	box-sizing: border-box;
}
a.categoryBox.trucks {
	padding: 2.4em 0;
}
a.categoryBox.trailers {
	padding: 4em 0;
}
a.categoryBox.all {
	padding: 4.3em 0;
}
a.categoryBox:hover {border: 1px solid #af986e;}
a.categoryBox .far {
	font-size: 50px;
}
a.categoryBox img {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}
.categoryBox-inner {
	color: #000;
	padding: 60px 0 30px 0;
	font-size: 30px;
}
.categoryBoxTitle {
	color: #000;
	font-size: 22px;
	padding: 5px 0 15px 0;
	font-weight: 600;
	font-style: italic;
}

/* banner image */
.hero-container {
	width: 100%;
	display: inline-block;
	padding: 10em;
	background: url('/siteart/HomePage2.jpg') no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

/*********************  CTA BANNER STYLES **************************************/
.cta-banner {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	background: url('/siteart/HomePage3.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.cta-banner h2 {font-size: 32px;}
.cta-top {
	width: 100%;
	background: rgba(0,0,0,.65);
	display: inline-block;
	margin-bottom: 125px;
	padding: 2em;
}
.cta-top .flex-wrapper {display: flex; justify-content: space-between;}
.col2 a#ctn-btn {
	width: 50%;
}

/*********************  LOCATIONS PAGE STYLES **************************************/
/** tabs tart here **/
.tabs h3 {
	line-height: 40px;
	margin-bottom: 50px;
	font-family: urw-din, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
	border-bottom: 5px solid #af986e; 
	padding-bottom: 10px;
	padding: 0 5% 5px;
	font-style: italic;
	width: 100%;
	display: inline-block;
}
.tabs p {
	line-height: 32px;
	font-size: 18px;
}
.tabs .fas {
	margin-right: 5px;
}
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0;
}
.tabs label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding: 1em 2%;
  margin: 5px;
  width: 15%;
  cursor: pointer;
  background: #eeeeee; 
  color: #2a2a2a;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.tabs label:hover {
  background: #af986e;
  color: #fff;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.tabs .tab {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 4em 2em;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  margin-top: 25px;
}

.tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.tabs input[type="radio"]:checked + label { background: #2a2a2a; color: #af986e;}
.tabs input[type="radio"]:checked + label + .tab { display: block;}

.tab .left {
	float: left;
	width: 50%;
	padding: 1em 2.5%;
}
.tab .right {
	float: right;
	width: 50%;
	padding: 1em 2.5%;
}

/* tabs end */


/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
a#cta-btn {
	display: block;    
    margin: 15px 0;
	font-weight: 600;
}
a#cta-btn button {
	text-align: center;
    color: #fff;
	border: 1px solid #fff;
    padding: 1em .5em; 
	background: none;
	width: 100%;
	cursor: pointer;
}
a#cta-btn button:hover {
	background: #af986e;
	border-radius: 5px;
	transition: .2s ease-in;
}
a#cta-btn.black button {
	border: 1px solid #000!important;
	color: #000!important;
}
a#cta-btn.black button:hover {
	background: #f1f1f1;
}

.page-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.page-wrapper .left {
	float: left;
	width: 66%;
	margin: 2%;
}
.page-wrapper h2 {
    border-left: 6px solid #af986e;
    padding-left: 10px;
    line-height: 30px;
    margin-top: 50px;
}
.page-wrapper .right {
	float: right;
	width: 26%;
	margin: 2%;
}
.page-wrapper .title h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 3em .5em;
	color: #fff;
	font-weight: 500;
	font-size: 50px;
	background: url('/siteart/page-hero1.jpg') no-repeat center;
	background-size: cover;
	background-position: center;
	font-style: italic;
	text-shadow: 5px 5px 18px #222;
	font-family: urw-din, sans-serif;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.page-wrapper p {
	padding: 2.5em .5em;
	line-height: 26px;
}


/*********************  FOOTER STYLES **************************************/

footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-size: 15px;
	margin-top: -5px;
}
footer img {
	width: 100%;
	max-width: 275px;
	display: block;
	margin: 0 auto;
}

footer .col a:hover {
	text-decoration: underline;
}

footer .col a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

footer .col {
	float: left;
	width: 29%;
	margin: 2%;
	padding: 3em 0;
	display: inline-block;
	line-height: 24px;
	color: #fff;
	font-family: urw-din, sans-serif;
}

footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: urw-din, sans-serif;
	color: #af986e;
}

footer .col p {
	font-size: 14px;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #313233;
	padding: 20px 0;
}

.site-host p {
	text-transform: uppercase;
	color: #999;
	letter-spacing: .75px;
	font-size: 10px; 
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: urw-din, sans-serif;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1230px) {
/* HOMEPAGE */
	.col2.title {max-width: none;}
	.col2 {width: 100%; float: none; margin: 0 auto; margin-top: 15px; margin-bottom: 15px;}
	.about-wrapper {padding: 4em 1.5em;}
	.tabs label {width: 23%;}
	.cta-top .flex-wrapper {flex-direction: column;}
	.page-wrapper .title h1 {font-size: 40px; padding: 2.5em .5em;}
}

@media screen and (max-width: 900px) {
/* HEADER */
	a.main-logo img {max-width: 175px;}
	.top-hdr {max-width: 125px;}
	.top-hdr a {font-size: 20px; padding: 0 6px;}
	
/* HOMEPAGE */
	a.categoryBox {width: 100%; max-width: 500px; float: none; margin: 0 auto; margin-top: 15px; margin-bottom: 15px;}
	.categoryBoxes {padding: 5em 0;}
	a.categoryBox.trailers {padding: 2em 0;}
	a.categoryBox.trucks {padding: .4em 0;}
	a.categoryBox.all {padding: 2.3em 0;}
	
	form.detailed-search input {font-size: 12px!important;}
	.keyword-search {padding: 15px 25px;}
	
	.hero-container, .pattern, .cta-banner {background-attachment: inherit;}
	
	.page-wrapper .title h1 {font-size: 36px; padding: 1.5em .5em;}
	.about-wrapper {padding: 3em 2em;}
}

@media screen and (max-width: 767px) {
/* HEADER */
	.top-hdr {padding: 10px 0;}
	
	.tabs label {width: 46%;}
	.tab .left, .tab .right {float: none; width: 100%;}
	
	.about-wrapper h1 {font-size: 3.5em;}
	.about-wrapper h1 span {font-size: 24px;}
	
/* FOOTER */
	footer .col {float: none; width: 100%; margin: 0 auto; padding: 30px 0; text-align: center;}
	footer img {max-width: 175px;}
}
