@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: 'Roboto Condensed', sans-serif!important;
	background: url('/siteart/blacktriangle-bg.png') repeat!important;
	background-attachment: fixed!important;
	box-sizing: border-box;
}

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: 1300px; margin: 0 auto; max-width: 95%;}
.wrapper-width {width: 95%; margin: 0 auto; max-width: 1025px; }
.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;
	position: relative;
}

a#logo {
	float: left;
	width: 30%;
	padding: 10px 0;
	position: absolute;
	z-index: 9999;
}

a#logo img {
	width: 100%;
	display: block;
	max-width: 225px;
	height: auto;
}

.hdr-contact {
	float: right;
	text-align: right;
	display: block;
	line-height: 24px;
	font-weight: 600;
	margin: 1.85em 0;
	color: #fff;
	text-transform: uppercase;
}

.hdr-contact a {
	color: #eeeeee!important;
}

.hdr-contact a:hover {
	text-decoration: underline!important;
}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper, .boxes-wrapper, .footer-nav, .hero-wrapper, .location-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	height: auto;
}

.hero-wrapper { 
	background: url('/siteart/current-hero.png') no-repeat center;
	background-size: cover;
	padding: 150px 10px;
	position: relative;
	z-index: 1;
}

.hero-wrapper h1 {
	width: 100%;
	display: block;
	margin: 0 auto;
	line-height: 36px;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 11px #222222;
    -webkit-text-shadow: 2px 2px 11px #222222;
    -moz-text-shadow: 2px 2px 11px #222222;
    -ms-text-shadow: 2px 2px 11px #222222;
}

.hero-wrapper h1 span {
	font-size: 20px;
	letter-spacing: normal;
}

/* location section */
.location-wrapper {
	background: #a6aaad;
}

.location-wrapper .left {
	float: left;
	width: 50%;
	padding: 2em .5em;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

.location-wrapper .left h2 {
	letter-spacing: 1px;
	font-size: 24px;
	color: #000;
}

.location-wrapper .left a {
	color: #000;
}

.location-wrapper .left a:hover {
	text-decoration: underline;
}

.location-wrapper .right {
	float: right;
	width: 50%;
}

.location-wrapper .right p {
	padding: 2.5em;
}

/***************** VIDEO SECTION  
*****************************************/
.video-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	padding: 75px 0;
	color: #fff;
}

.zoom-container {
	float: left;
	width: 48%;
	margin: 1%;
	height: 350px;
	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;
}
.zoom-container.yardspotters {
	background: url('/siteart/yardspotter.jpg') no-repeat center;
	background-size: cover;
}
.zoom-container.reconditioning {
	background: url('/siteart/reconditioning-poster.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(0, 0, 0, .5);
}

.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: 20px;
	color: #ddd;
	letter-spacing: 1px;
	font-weight:600;
	padding: 20px;
	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: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;
}*/



/*********************  CONTACT STYLES **************************************/
/* contact info boxes */
.boxes-wrapper {
	padding: 25px 10px;
}

.boxes-wrapper .contact-box {
	float: left;
	width: 31.33%;
	margin: 1%;
	text-align: center;
	padding: 1em;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.boxes-wrapper .contact-box:hover {
	box-shadow: none;
	background: #ddd;
}

.contact-box p {
	padding: 1.5em!important;
}

.contact-box a {
	color: #000;
	text-decoration: underline;
}

.contact-box a:hover {
	color: #000;
	text-decoration: none;
}

/** ABOUT PAGE **/
.about-content {
	width: 100%;
    display: inline-block;
    margin: 0 auto;
    background: #a6aaad;
	padding: 75px;
}

.about-content p {
	width: 100%;
	padding: 1.5em 0;
	display: inline-block;
	text-align: left;
	line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.about-content a#cta-btn {
	width: 100%;
	max-width: 250px;
	display: block;
	padding: 10px 25px;
	text-transform: uppercase;
	border: 1px solid #000;
	border-radius: 6px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.about-content a#cta-btn:hover {
	color: #fff;
	border: 1px solid #fff;
}

/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}

.page-wrapper .title {
	width: 100%;
    padding: 4.5em;
    text-align: center;
}

.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	font-size: 32px;
	/*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 p {
	width: 100%;
	padding: 2.5em;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	color: #fff;
}

/* 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: #000;
}

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 #262626;
	border-bottom: 3px solid #262626;
}

.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;
}

footer .footer-nav {
	padding: 4em 7%;
	text-align: center;
}

footer .footer-nav a {
	color: #fff;
	padding: 15px 2vw;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
}

footer .footer-nav a:hover {
	color: #a6aaad;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 1.75em 7%;
}

.site-host p {
	text-transform: uppercase;
	color: #999;
	letter-spacing: .75px;
	font-size: 11px; 
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}



/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1160px) {
	.hdr-contact {font-size: 14px; line-height: 24px;}
	a#logo img {max-width: 200px;}
	
	.hero-wrapper {padding: 100px 10px;}
	.hero-wrapper h1 {font-size: 30px; line-height: 26px;}
	.hero-wrapper h1 span {font-size: 16px;}
	
	.location-wrapper .left, .location-wrapper .right {float: none; width: 100%;}
	
	.about-content p {font-size: 16px;}
}


@media screen and (max-width: 700px) {
	.hdr-contact #mobile {display: none;}
	.hdr-contact {margin-top: 30px;}
	a#logo {float: none; width: 100%; display: block; padding: 5px;}
	a#logo img {max-width: 155px;}
	
	.homepage-wrapper h1#homepage {display: none;}
	
	.location-wrapper .left {padding: 3em 10px; font-size: 16px; line-height: 22px;}
	.location-wrapper .left h2 {font-size: 18px;}
	.location-wrapper .left a {font-size: 16px;}
	
	.video-wrapper {padding: 50px 10px;}
	.zoom-container {float: none; width: 100%; margin: 0 auto; margin-top: 1%; margin-bottom: 1%; height: 250px;}
	
	.about-content {padding: 50px;}
	
	footer .footer-nav {padding: 50px 0;}
	footer .footer-nav a {padding: 10px;}
}

@media screen and (max-width: 500px) {
	.about-content {padding: 25px;}
	.about-content a#cta-btn {max-width: none;}
	
	footer .footer-nav a {width: 100%;}
}
