@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;}
html{height:auto!important;}
/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	font-family: 'Saira', sans-serif;
	line-height: 1.5;
}

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: 1400px; margin: 0 auto; max-width: 90%;}
.wrapper-width {width: 90%; margin: 0 auto; max-width: 1020px; }
.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: #000;
}


/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: inline-block!important;
	margin: 0 auto;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}

a#logo {
	float: left;
	display: block;
	margin: 15px 15px 5px 15px;
}

a#logo img {
	width: 100%;
	height: auto;
	display: inline-block!important;
}

header .right {
	float: right; 
	text-align: right;
	display: block;
	margin-top: 25px;
}

header .right p {
	text-transform: uppercase;
	font-weight: 300;
}

header .right p span {
	color: #6e0200;
	font-weight: 900;
}

header .right a {
	color: #000;
}

header .right a:hover {
	color: #6e0200;
}

.keyword-search {
	margin: 15px 0;
}

form.detailed-search input::placeholder {
	letter-spacing: .5px;
}

form.detailed-search input {
	padding: 10px;
	line-height: 22px;
	font-size: 14px;
	border: none;
	letter-spacing: .5px;
	border-radius: 0!important;
	height: 36px!important;
}

form.detailed-search input#keywords {
	width: 240px;
	border: 1px solid #000;
}

form.detailed-search input#submit {
	background: #000!important;
	color: #fff!important;
	border-radius: 0!important;
	padding: 7px 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!important;
	color: #000!important;
	border-radius: 0!important;
	font-weight: bold;
}

.menu-toggle{box-sizing: border-box!important;}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	margin-top: -7px;
}

.homepage-wrapper .hero-section {
	width: 100%;
	height: 700px;
	background: url('/siteart/main-hero.jpg') no-repeat center;
	background-size: cover;
	padding-top: 100px;
}

.homepage-wrapper .hero-section h1 {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	line-height: 40px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	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;
}

.homepage-wrapper .hero-section h1 span {
	font-weight: 900;
	font-size: 50px;
	letter-spacing: normal;
}

.homepage-wrapper .skew-btns {
	float: right;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 1em;
	margin: 1%;
}

.homepage-wrapper .skew-btns a {
	color: #fff;
	background: rgba(0,0,0,.25);
 	border: 1px solid #fff;
  	font-weight: 700;
	text-align: center;
	text-decoration: none;
	outline: 0;
	margin: 0 3px;
	font-size: 1.1rem;
	padding: 12px 35px;
	display: inline-block;
	transform: skew(-21deg);
	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;
}

.homepage-wrapper .skew-btns a#black {
	background: #000;
	border: 1px solid #000;
}

.homepage-wrapper .skew-btns a:hover {
	background: #6e0200;
}

.homepage-wrapper .skew-btns a#black:hover {
	border: 1px solid #fff;
	color: #fff;
}

/* banner section */
.homepage-wrapper .banner {
	width: 100%;
	padding: 3em; 
	text-align: center;
	background: url('/siteart/banner-bg.png') repeat center;
	background-attachment: fixed;
}

.homepage-wrapper .banner h1 {
	color: #ddd;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	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;
}

.homepage-wrapper .banner span {
	font-weight: 900; 
	letter-spacing: 2px;
}

/* zoom quick links styles */
.cta-quicklinks {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: -7px;
}

.zoom-container.mobile {display: none;}

.zoom-container {
	float: left;
	width: 24.79%;
	/*height: 200px;*/
	margin: 1.5px;
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 16px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	background: rgba(106, 34, 34, .25)
}

.zoom-container .zoom-caption:hover {
	background: none;
}

.zoom-container .zoom-caption h3 {
	position: absolute;
	word-break: normal;
	left: 0;
	right: 0;
	top: 40%;
	display: block;
	text-align: center;
	font-size: 22px;
	color: #ddd;
	letter-spacing: 1px;
	font-weight:100;
	padding: 5px 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #222222;
    -webkit-text-shadow: 2px 2px 8px #222222;
    -moz-text-shadow: 2px 2px 8px #222222;
    -ms-text-shadow: 2px 2px 8px #222222;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption h3 .fas {
	margin-right: 40px;
	color: #ddd;
}

.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	background: rgba(0, 0, 0, .6);
}

.zoom-container:hover .zoom-caption h3 {
	color: #fff;
}

.zoom-container:hover .zoom-caption h3:after {
	content: ' \00BB';
	margin-left: 5px;
	color: #fff;
	font-size: 22px;
}

/* homepage text section */
.about-columns {
	width: 100%;
	background: url('/siteart/about-left-bg.png') repeat center;
	display: inline-block;
}

.about-columns .left {
	float: left;
	width: 50%;
	padding: 9em 5em;
}

.about-columns .left p {
	line-height: 22px;
}

.about-columns .left p span {
	color: #6e0200;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
}

.about-columns .right {
	float: right;
	width: 50%;
	background: #6e0200;
	padding: 5em;
	color: #fff;
	font-size: 14px;
}

.about-columns .right a {
	display: block;
	color: #fff;
	margin-top: 30px;
}

.about-columns .right a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

/*********************  SHOWROOM STYLES **************************************/
/*===================== 
	hover box styles 
=======================*/
.quicklinks{text-align:center;margin:0 auto;padding:2% 0;width:100%;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:22%;margin:1%;padding:1%;position:relative;text-align:left;height:230px;background:#ddd !important;-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.4);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.4);box-shadow:5px 5px 5px rgba(0,0,0,0.4);overflow:hidden;z-index:1;}
.linkbox > img{display:block;position:absolute;z-index:2;height:100%;max-width:100%;max-height:100%;}

.linkslider{width:100%;height:100%;position:absolute;z-index:100;bottom:0;left:0;background: rgba(110,2,0,.9);font-family:'Saira', sans-serif;font-size:14px;
-webkit-transform:translateY(230px); -moz-transform:translateY(230px); -ms-transform:translateY(230px); -o-transform:translateY(230px); transform:translateY(230px);
-webkit-transition: transform 0.5s ease; -moz-transition: transform 0.5s ease; -o-transition: transform 0.5s ease; transition: transform 0.5s ease;
}
.linkslider a{display:block;font-size:13px;color:#fff;font-weight:700;padding:12px  10px;text-align: center;border-bottom: 1px solid #ddd;}
.linkslider a:hover{background:#ddd;color:#000;}

.linkbox:hover > .linkslider{-webkit-transform:translateY(30px); -moz-transform:translateY(30px); -ms-transform:translateY(30px); -o-transform:translateY(30px); transform:translateY(30px);}

#kenworth {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/Kenworth.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}
#sterling {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/Sterling-Trucks.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}
#mack {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/Mack.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}
#international {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/International.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}
#freightliner {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/Freightliner.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}
#ford {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/Ford.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}
#western-star {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/Western-Star.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}
#peterbilt {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/Peterbilt.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}
#volvo {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/Volvo.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

/* title + content styles 
.linkbox:hover h2{margin-left:5px;-moz-transition:0.4s all ease;-webkit-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;transition:0.4s all ease;}
.linkbox:hover p{margin-left:5px;text-decoration:underline;-moz-transition:0.8s all ease;-webkit-transition:0.8s all ease;-ms-transition:0.8s all ease;-o-transition:0.8s all ease;transition:0.8s all ease;}
.linktitler{display:block;width:100%;height:100%;z-index:1;}
.linktitler h2{color:#fff;line-height:1.2em;font-weight:400;padding-bottom:0;}
.linktitler p{color:#a3a3a3;font-weight:700;padding-bottom:0;}*/


/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: -7px;
	background: #eeeeee;
}

.page-wrapper .title {
	width: 100%;
    padding: 2.5em;
    text-align: center;
    background: url("/siteart/main-hero.jpg") no-repeat top;
	background-attachment: fixed;
}

.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #eeeeee;
	letter-spacing: 1px;
	display: block;
	font-size: 40px;
	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 .fas {
	padding: 10px;
	font-size: 15px;
}

.page-wrapper p {
	padding: 1em;
	text-align: center;
}

.page-wrapper p a {
	color: #6e0200;
	text-decoration: underline;
}

.page-wrapper p a:hover {
	text-decoration: none;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.contact-info .left {
	float: left;
	width: 50%;
	padding: 1rem;
}

.contact-info .left p {
	margin: 20px 0;
	line-height: 24px;
	font-size: 16px;
	padding: 0;
	text-align: left;
	font-family: 'Saira', sans-serif;
}

.contact-info .left a {
	color: #6e0200;
	font-weight: 700;
}

.contact-info .left p a:hover {
	color: #000;
	text-decoration: underline;
}

.contact-info .right {
	float: right;
	width: 50%;
}

/* 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: #6e0200;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #cfcccc;
}

footer .col a:hover {
	color: #2a2a2a;
	font-weight: bolder;
}

footer .col a {
	color: #000;
}

footer .col {
	float: left;
	width: 29%;
	margin: 2%;
	padding: 25px 0;
	display: inline-block;
	line-height: 26px;
	font-size: 14px;
	color: #000;
}

footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #6e0200;
}

/* scrolling wrap */
.scrolling-wrap {
    width: 100%;
    height: 92px;
    overflow: hidden;
}
 
.scrolling {
    width: 100%;
    height: 100px;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 1.5em;
}

.site-host p {
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	font-size: 11px; 
	line-height: 18px;
	padding: 0 5%;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: 'Saira', sans-serif;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width:1450px) {
/* HOMEPAGE */
	.zoom-container img {height: auto!important;}
	.zoom-container {width: 49.4%;}}

@media screen and (max-width:1080px) {
	.wrapper-width, .width, .inventory-width {width: 95%;}
	
/* HOMEPAGE */
	.homepage-wrapper .hero-section {height: 525px;}
	.homepage-wrapper .banner h1 {font-size: 20px; line-height: 24px;}
	.homepage-wrapper .hero-section h1 span {font-size: 32px;}
	.homepage-wrapper .hero-section h1 {font-size: 28px; line-height: 32px; margin-bottom: 0;}
	.homepage-wrapper .skew-btns a {font-size: 14px;}
	.homepage-wrapper .skew-btns {margin: 0;}
	.about-columns .left, .about-columns .right {float: none; width: 100%; padding: 4em;}
	
/* SHOWROOM */
	.linkbox {width: 30%;}
}

@media screen and (max-width:800px) {
/* PAGES */
	.page-wrapper .title {padding: 1.5em;}
	.page-wrapper .title h1 {font-size: 36px;}
	
/* FOOTER */
	footer .col {width: 43%; padding: 15px;}
}

@media screen and (max-width:690px) {
/* HEADER */
	header .right {margin-top: 25px;}
	header .right p {font-size: 12px;}
	a#logo img {max-width: 205px;}
	form.detailed-search input#keywords {width: 175px;}
	form.detailed-search input {font-size: 11px;}
	
/* CONTACT PAGE */
	.page-wrapper .contact-info {margin: 0;}
	.contact-info .left, .contact-info .right {float: none; width: 100%;}
	
/* HOMEPAGE */
	.zoom-container {width: 100%; height: 110px; margin: 0 auto; margin-top: 2px;}
	.about-columns .left p span {display: block;}
	.about-columns .left, .about-columns .right {padding: 3em;}
	
/* SHOWROOM */
	.linkbox {width: 47%; height: 195px;}
}

@media screen and (max-width:550px) {
/* HEADER */
	a#logo {float: none; text-align: center; margin: 0 auto; margin-top: 15px;}
	header .right {float: none; width: 100%; margin-top: 10px; text-align: center!important;}
	form.detailed-search input#keywords {width: 300px;}
	
/* HOMEPAGE */
	.homepage-wrapper .skew-btns a {font-size: 11px; padding: 10px 12px;}
	.homepage-wrapper .hero-section {height: 375px; padding-top: 70px;}
	.homepage-wrapper .banner span {display: block;}
	
/* FOOTER */
	footer .col {float: none; width: 100%; padding: 5px 0;}
	footer .col h2 {font-size: 18px;}
}





















