@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.3;
	font-family: 'Industry', sans-serif;
	background: #eeeeee!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;
}

.width {width: 90%; margin: 0 auto; max-width: 1600px;}
.wrapper-width {width: 80%; margin: 0 auto; max-width: 1220px;}
.inventory-width {width: 90%; margin: 0 auto; max-width: 1600px; margin-bottom: 4em; margin-top: 12em;}
.content-bg {
	width: 100%;
	display: block;
	max-width: 1220px;
	margin: 0 auto;
	background: rgba(255,255,255,.65);
	border: 2px solid #ddd;
}
.pad60 {padding: 60px 40px;}

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  height: 50px;
  width: 50px;
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2a2a2a /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  padding:5px; 
  cursor: pointer; 
  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;
	margin: 0 auto;
	background: rgba(64, 0, 0, 0.9);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	z-index: 6;
}

.inv-header {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: rgba(64, 0, 0, 0.9);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	z-index: 6;
}

.header img#logo, .inv-header img#logo {
	float: left;
	width: 150px;
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	z-index: 2;
}

.header a#search-btn, .inv-header a#search-btn{
	float: right;
	text-decoration: none;
    transition: .2s ease-in;
}
.header a#search-btn button, .inv-header a#search-btn button{
	text-decoration: none;
	color: #ddd;
	background: #000;
	border-radius: 0 0 15px 15px;
	padding: 5px 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
    transition: .2s ease-in;
	cursor: pointer;
	border: none;
}
.header a#search-btn button:hover, .inv-header a#search-btn button:hover {
	background: #bfc2ca;
	color: #400000;
	font-weight: 500;
}


/*********************  HOMEPAGE STYLES **************************************/
.hero-wrapper {
	width: 100%; 
	position: relative;
	height: 675px; 
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}

img#main-hero {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hero-logo {
	width: 100%;
	max-width: 725px;
	margin: 0 auto;
	display: block;
	position: absolute;
	padding: 50px;
	z-index: 3;
	left: 0;
	right: 0;
	top: 27vh;
	box-sizing: border-box;
}

.hero-logo img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 4;
	background: rgba(64, 0, 0 , .75);
	padding: 20px 35px;
}

/* about section */
.about-wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 8em 0;
	background: url('/siteart/dark-honeycomb-bg.png') repeat;
	background-attachment: fixed;
	color: #ddd;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .5px;
}

.about-wrapper .wrapper-width {
	max-width: 855px;
	width: 80%;
	margin: 0 auto;
}

.about-wrapper h1 {
	display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
}

a.call-btn button {
	color: #fff; 
	cursor: pointer;
	background: #400000;
	font-size: 15px;
	letter-spacing: .5px;
	padding: 15px;
	width: 100%;
	border: none;
	border-radius: 18px;
	text-align: center;	
	transition: all .45s ease;
}
a.call-btn {
	text-decoration: none;	
	width: 100%;
	max-width: 333px;	    
	display: block;	
	margin: 0;
}


/* inventory grid section */
.inv-grid-wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 8em 5%;
	background: url('/siteart/quicklinks-hero.jpg');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.inv-grid-wrapper h1 {
	text-transform: uppercase;
	text-align: center;
	color: #eee;
	letter-spacing: 1px;
	margin-bottom: 2em;
	font-size: 28px;
	width: 100%;
}

.inv-grid-wrapper .flex-wrapper {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}

/* zoom quick links styles */
.zoom-container {
	width: calc(50% - 1.5em);
	margin: .75em;
	height: 160px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	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;
	background: rgba(0, 0, 0, .3)

}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	-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;
	background: rgba(64, 0, 0, .75);
	height: 100%;
}

.zoom-container .zoom-caption:hover {
	background: rgba(64, 0, 0, .1);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;
}

.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight:700;
	padding: 5px 0;
	text-transform: uppercase;
	color: #eeeeee;
	margin-top: 70px;
	letter-spacing: .5px;
	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;
}
.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, .3);}
.zoom-container:hover .zoom-caption {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;
}

.locations-wrapper {width: 100%; display: flex; flex-wrap: wrap; margin: 1em auto 0;}
.locations-wrapper div {width: calc(50% - 2em); margin: 1em; display: block; padding: 5%; border: 1px solid #eee;}
.locations-wrapper div h2 {font-size:26px; color:#400000; display:block; margin-bottom:30px; font-weight:600; line-height:28px;}

/*********************  CONTACT PAGE STYLES **************************************/
.page-wrapper { 
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: url('/siteart/quicklinks-hero.jpg');
	background-attachment: fixed;
	padding-top: 14em;
	padding-bottom: 4em;
	background-position: center;
    background-size: cover;
}

.page-wrapper h1 {display: block; color: #400000; margin-bottom: 1em; letter-spacing: 1px; font-size: 36px;}


a.call-btn button:hover {
	background: #bfc2ca;
	color: #400000;
	font-weight: 700;
}

.page-wrapper p a#call button {
	background: none; 
	cursor: pointer;
	color: #400000;
	font-size: 15px;
	letter-spacing: .5px;
	padding: 15px;
	width: 100%;
	border: 1px solid #400000;
	border-radius: 18px;
	text-align: center;	
	font-weight: 700;
	transition: all .45s ease;
}

.page-wrapper p a#call button:hover {background: #400000; color: #ddd; box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;}

.page-wrapper p a#call {
	text-decoration: none;	
	width: 100%;
	max-width: 333px;	    
	display: block;	
	margin: 0 auto;
	margin-top: 2em;
}
.page-wrapper p {
    display: block;
    line-height: 26px;
    font-weight: 600;
    color: #2a2a2a;
}
.page-wrapper p .fas {margin-right: 7px;}
.page-wrapper p span.fa {color: #400000; font-size: 12px;}
.page-wrapper p a {text-decoration: none; color: #400000;}
.page-wrapper p a:hover {color: #555; transition: all .45s ease;}

.contact-info {
	display: inline-block;
	width: 100%;
}

.contact-info .left {
	width: 50%;
	float: left;
	height: 250px;
}

.contact-info .left p {
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	padding-top: 40px;
}

.contact-info .left p span {
	text-transform: uppercase;
	font-weight: 700;
	color: #ddd;
}

.contact-info .right {
	width: 50%;
	float: left;
}

/* thank you page styles */
p#thankyou {
	line-height: 26px;
	background: rgba(255,255,255,.65);
	padding: 4em 10%;
	border: 2px solid #ddd;
	font-weight: 600;
	color: #2a2a2a;
}

p#thankyou a {text-decoration: none; color: #400000;}

p#thankyou a:hover {color: #000;}

p#thankyou .fas {margin-right: 10px;}



/*********************  FOOTER STYLES **************************************/
.footer {
	width: 100%;
	display: inline-block;
	background: #242424;
	padding-top: 60px;
	border-top: 1px solid #333333;
}

.footer .flex-wrapper {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}

ul#footer-nav {
	width: 50%;
	padding: 0 60px;
	column-count: 2;
	column-gap: 200px;
	column-rule: .5px solid #555555;
	border-left: .5px solid #555555;
}

ul#footer-nav a {
	text-decoration: none;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 30px;
	transition: all .45s ease;
	font-size: 16px;
}

ul#footer-nav a:hover, .footer .contact p a:hover {
	opacity: 0.75;
}

.footer .logo {
	width: 25%;
}

.footer .logo img {
	width: 250px;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 35px 0;
}

.footer .contact {
	width: 25%;
	display: inline-block;
	padding: 0 80px;
	border-left: 1px solid #555555;
}

.footer .contact p {
	color: #ddd;
	line-height: 1.8;
}

.footer .contact p a {
	color: #fff;
	transition: all .45s ease;
	text-decoration: none;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 60px auto 0;
	background: #000;
	padding: 2em 5%;
}

.site-host p {
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	font-size: 11px; 
	line-height: 1.6;
	text-align: center;
}



/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1495px) {
	.wrapper-width {width: 92%;}

	.footer .logo img {width: 220px;}
	.footer ul#footer-nav a {font-size: 14px;}
	ul#footer-nav {column-gap: 100px;}
	.footer .contact {padding: 0 60px;}
}


@media screen and (max-width: 1335px) {
	ul#footer-nav {border-right: .5px solid #555555;}
	.footer .contact {padding: 0 50px; border-left: none;}
}


@media screen and (max-width: 1140px) {
/* header */
	.header img#logo, .inv-header img#logo {width: 130px;}

/* homepage */
	.hero-logo {top: 18vh; max-width: 550px;}
	.about-wrapper {font-size: 15px;}
	.hero-wrapper {height: 475px;}
	.hero-logo img {padding: 20px;}
	
	.footer .contact {width: 100%; padding: 0; margin-top: 2em;}
	.footer .flex-wrapper {justify-content: space-between;}
	ul#footer-nav {width: 65%; padding: 0 5%; border-right: none;}
}


@media screen and (max-width: 1000px) {
/* homepage */
	.zoom-container {width: 100%; margin: 0 auto; margin-bottom: 20px;}
	.inv-grid-wrapper {padding: 6em 5%;}

	.footer {text-align: center;}
	ul#footer-nav {width: 100%; border: none!important; margin: 0 auto; padding: 0;}
	.footer .contact {border-top: .5px solid #555555; padding-top: 30px;}
	.footer .logo {width: 100%;}
	.footer .logo img {margin: 0 auto 35px;}
	.page-wrapper h1 {font-size: 32px; margin-bottom: .75em;}
	.inv-grid-wrapper h1 {font-size: 22px;}
	.page-wrapper h2 {font-size: 20px;}
	.page-wrapper #formpage h3 {font-size: 16px!important;}
	.locations-wrapper {flex-direction: column; margin: 1em auto;}
	.locations-wrapper div {width: 100%; margin: 2em auto; box-sizing: border-box; padding: 10%; text-align: center;}
}

@media screen and (max-width: 600px) {
	.inventory-width {margin-top: 120px; width: 90%;}
	.page-wrapper {padding-top: 10em;}
	
/* homepage */
	.hero-wrapper {height: 375px;}
	.hero-logo {top: 14vh; max-width: 475px;}
	.header img#logo, .inv-header img#logo {width: 100px;}
	.hero-logo img {padding: 15px;}
	.zoom-container {height: 130px;}
	.zoom-container .zoom-caption h3 {margin-top: 50px;}
	p#thankyou {padding: 3em 10%;}
	p#thankyou span {font-size: 24px!important;}
	.about-wrapper {padding: 6em 0;}
}

@media screen and (max-width: 420px) {
/* homepage */
	.hero-wrapper {height: 275px;}
	.hero-logo {top: 13vh; max-width: 475px;}
	.about-wrapper, .inv-grid-wrapper {padding: 75px 0;}
}
