@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;
	font-family: 'Montserrat', sans-serif;
}

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: 95%; margin: 0 auto; max-width: 1300px;}
.wrapper-width {width: 95%; margin: 0 auto; max-width: 1025px; }
.inventory-width {width: 90%; max-width: 1300px; margin: 0 auto; background: #fff;}

/**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: #3e3e3e /*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;
}


/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: inline-block!important;
	height: auto;
	margin: 0 auto;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

a#logo {
	float: left;
	padding: 10px 0;
}

a#logo img {
	width: 100%;
	display: block;
	max-width: 250px;
	height: auto;
}

.hdr-contact {
	float: right;
	display: block;
	text-align: right;
	margin: 50px 0 15px 0;
}

.hdr-contact a {
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 26px;
}

.hdr-contact a#bold {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 15px;
}

.hdr-contact a#bold:hover {
	color: #c23120;
	text-decoration: underline;
}

.hdr-contact a:hover {
	text-decoration: underline;
	color: #fcb415;
}


/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}

/* zoom quick links styles */
.cta-quicklinks {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.zoom-container {
	width: 33.33%;
	height: 400px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: -4px;
}
.zoom-container.construction {
	background: url('/siteart/quicklinks/construction2.JPG') no-repeat center;
	background-size: cover;
}
.zoom-container.trucktrailer {
	background: url('/siteart/quicklinks/truck-and-trailer2.JPG') no-repeat center;
	background-size: cover;
}
.zoom-container.attachments {
	background: url('/siteart/quicklinks/attachments2.JPG') no-repeat center;
	background-size: cover;
}

.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;
	background: rgba(0, 0, 0, .70)

}
.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(252, 180, 21, .60);
	border-left: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
}

.zoom-container .zoom-caption:hover {
	background: none;
}

.zoom-container .zoom-caption h3 {
	width: 100%;
	position: absolute;
	word-break: normal;
	left: 0;
	right: 0;
	top: 40%;
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 285px;
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	font-weight:600;
	padding: 10px;
	text-transform: uppercase;
	text-shadow: 2px 2px 12px #222222;
    -webkit-text-shadow: 2px 2px 12px #222222;
    -moz-text-shadow: 2px 2px 12px #222222;
    -ms-text-shadow: 2px 2px 12px #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, .2);
}

.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;
}

/* welcome section */
.welcome-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 50px 10px 25px 10px;
	background: #939393;
}

.welcome-wrapper .left {
	float: left;
	width: 35%;
}

.welcome-wrapper .left img#hero {
	width: 100%;
	height: auto;
	display: block;
}

.welcome-wrapper .right {
	float: right;
	width: 60%;
}

.welcome-wrapper h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 25px;
}

.welcome-wrapper h1 span {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	display: block;
}

.welcome-wrapper p {
	line-height: 26px;
	font-weight: 500;
}

.welcome-wrapper img#ieda {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	padding-top: 30px; 
	margin-bottom: -75px;
	z-index: 99;
	position: relative;
}

/* credit wrapper */
.credit-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 100px 10px 60px 10px;
	background: #000;
}

.credit-wrapper h2 {
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 690px;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 2vw;
}

.credit-wrapper img {
	width: 100%;
	max-width: 325px;
	display: block;
	margin: 0 auto;
}


/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.page-wrapper .title {
	width: 100%;
    padding: 4.5em;
    text-align: center;
    background: url("/siteart/pageHero3.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #ddd;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	font-size: 38px;
	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: 5px;
	font-size: 20px;
}

.page-wrapper p {
	width: 100%;
	padding: 2.5em;
	display: inline-block;
	text-align: center;
	font-weight: 500;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.contact-info .left {
	float: left;
	width: 32.25%;
	text-align: center;
	border: 1px solid #c23120;
	margin: .5%;
	border-radius: 5px;
}

.contact-info .left p {
	line-height: 26px;
	font-size: 16px;
	padding: 2em;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.contact-info .left a {
	color: #c23120;
	text-decoration: underline;
}

.contact-info .left p a:hover {
	color: #2a2a2a;
	text-decoration: none;
}

.contact-info .left h2 {
	line-height: 30px;
	padding: 10px;
	background: #c23120;
	color: #fff;
	font-size: 14px;
	letter-spacing: .75px;
	text-transform: uppercase;
}

/* map + skew overlay styles */
.map {
	width: 100%;
	display: inline-block;
	position: relative;
}

.location-skew {
	position: absolute;
	color: #fff;
	font-weight: 300;
	line-height: 22px;
    z-index: 3;
    width: 30%;
    left: 0;
    top: 0;
	bottom: 0;
    background: #3e3e3e;
    padding: 2% 3% 3% 5%;
	/*-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);*/
}

.location-skew:after {
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #3e3e3e;
    transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}

.location-skew h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	display: block;
	font-weight: 700;
	margin-bottom: 15px;
}

.location-skew h3 span {
	font-weight: 400;
	color: #939393;
}

.location-skew a {
	color: #fff;
	text-decoration: underline;
}

.location-skew a:hover {
	text-decoration: none;
}


/* 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: #c23120;
}

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;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.scrolling-wrap {
    width: 100%;
    height: 88px;
    overflow: hidden;
}
 
.scrolling {
    width: 100%;
    height: 100px;
}


footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #c23120;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #c23120;
	padding: 20px 0;
}

.site-host p {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .75px;
	font-size: 9.5px; 
	line-height: 22px;
	padding: 0 10px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}



/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1350px) {
/* HOMEPAGE */
	.zoom-container {border-top: 1px solid #fff;}
	
/* HEADER */
	a#logo img {max-width: 190px;}
	.hdr-contact {margin: 30px 0 15px 0;}
	.hdr-contact a#bold {font-size: 20px; margin-bottom: 0;}
	.hdr-contact a {font-size: 14px;}

/* PAGES */
	.page-wrapper .title {background-attachment: inherit; padding: 2.5em;}
	.page-wrapper .title h1 {font-size: 32px;}

/* CONTACT PAGE */
	.location-skew h3 {font-size: 22px;}
}

@media screen and (max-width: 1160px) {
/* HOMEPAGE */
	.credit-wrapper h2 {font-size: 18px;}
	.zoom-container {height: 300px;}
	.zoom-container .zoom-caption {border-left: 1px solid #fff;}
	.zoom-container .zoom-caption h3 {top: 45%; font-size: 16px; line-height: 20px;}
	.cta-quicklinks {border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
	
	.welcome-wrapper .left, .welcome-wrapper .right {float: none; width: 100%;}
	.welcome-wrapper .left img#hero {margin: 0 auto; margin-bottom: 50px; box-shadow: 0px 2px 8px rgba(0,0,0,0.2);}

	
/* CONTACT PAGE */
	.location-skew, .map iframe {width: 50%;}
	.map iframe {float: right;}
	.location-skew:after {display: none;}
	.location-skew {padding: 2em 3em;}
}

@media screen and (max-width: 700px) {
/* CONTACT PAGE */
	.location-skew, .map iframe {float: none; width: 100%; position: relative;}
	
/* HOMEPAGE */
	.zoom-container {width: 100%; height: 130px;}
	.zoom-container .zoom-caption h3 {top: 40%; font-size: 14px; line-height: 15px;}

}

@media screen and (max-width: 500px) {
/* HEADER */
	a#logo img {max-width: 130px;}
	.hdr-contact a#bold {font-size: 18px;}
	.hdr-contact {margin: 20px 0 10px 0;}

	
/* HOMEPAGE */
	.cta-quicklinks {border-top: none;}
	
	.welcome-wrapper h1 {font-size: 24px;}
	.welcome-wrapper p {font-size: 14px; line-height: 24px;}
	.hdr-contact a {line-height: 22px; font-size: 11px;}
	
/* PAGES */
	.page-wrapper .title h1 {font-size: 24px;}
	.page-wrapper .title {margin-top: -2px;}
}

































