@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;
	background: url('/siteart/light-bg.jpg') repeat;
	background-attachment: fixed;
}

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: 1150px; }
.inventory-width {width: 95%;  max-width: 1300px; margin: 0 auto;}

/***************************  HEADER STYLES  *************************************/
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);
}

header .top-hdr {
	width: 100%;
	background: #000;
	display: inline-block;
	color: #fff;
	text-align: right;
	line-height: 22px;
	padding: 10px 0;
	font-weight: 600;
}

header .top-hdr a {
	color: #fff;
}

header .top-hdr a:hover {
	color: #ddd;
	text-decoration: underline;
}

header .top-hdr .fas {
	color: #0f7ec3;
}

a.main-logo {
	float: left;
}

a.main-logo img {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 300px;
	padding: 10px 0;
}

.nav-wrapper {
	float: right;
	margin-top: 15px;
}

/*********************  HOMEPAGE STYLES **************************************/
/* zoom boxes styles */
.quicklinks-wrapper {width: 100%; background: #e6e6e6; display: inline-block; margin: 0 auto; padding: 60px 0;}
.quicklinks-wrapper h1 {display: block; margin: 0 auto; text-align: center; text-transform: uppercase; font-size: 18px; border-top: 5px solid #0f7ec3; padding-top: 5px; max-width: 180px; margin-bottom: 15px;}
.quicklinks {position:relative;margin:0 auto;padding:0 0 0 0;box-sizing:border-box;max-width:100%;list-style:none;text-align:center;}
.quicklinks figure {position:relative;display:block;float:left;overflow:hidden;max-width:23%; margin:1%;height:auto;width:100%;background:#3085a3;text-align:center;cursor:pointer;box-sizing:border-box;}
.quicklinks figure img {position:relative;display:block;min-height:100%;max-width:100%;opacity:0.8;}
.quicklinks figure figcaption {padding:0;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;}
.quicklinks figure figcaption::before,
.quicklinks figure figcaption::after {pointer-events: none;}
.quicklinks figure figcaption,
.quicklinks figure figcaption > a {position:absolute;top:0;left:0;width:100%;height:100%;}

/* Anchor will cover the whole item by default */
.quicklinks figure figcaption > a {z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}
.quicklinks figure h2 {font-weight:400; font-size: 16px;}
.quicklinks figure h2 span {font-weight: 800;}
.quicklinks figure h2, .grid figure p {margin: 0;}
.quicklinks figure p {font-size:68.5%;}

figure.effect-bubba {background:#000;}
figure.effect-bubba img {opacity: 0.8;-webkit-transition: opacity 0.35s;transition:opacity 0.35s;max-height:487px;}
figure.effect-bubba:hover img {opacity:0.85;}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;}
figure.effect-bubba figcaption::before {border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);}
figure.effect-bubba figcaption::after {border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);}
figure.effect-bubba h2 {font-weight: 900; font-style: italic; padding-top:30%;text-shadow:1px 2px 2px rgba(0,0,0,0.75);/*-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);*/}
figure.effect-bubba p {font-size: 11px; padding:20px 2.5em;opacity:0;text-shadow:1px 2px 2px rgba(0,0,0,0.75);/*-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);*/}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {opacity:1;-webkit-transform:scale(1);transform:scale(1);}
figure.effect-bubba:hover h2, figure.effect-bubba:hover p {opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}

/* cta banner */
.cta-banner {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 5em 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('/siteart/banner-hero.jpg') no-repeat;
	background-size: cover;
}

.cta-banner h3 {
	float: left;
	font-weight: 400;
}

a#cta-btn {
	float: right;
	padding: 10px 50px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
}

a#cta-btn:hover {
	background: #0f7ec3;
}

/* welcome section */
.welcome-wrapper {
	width: 100%;
	background: url('/siteart/light-bg.jpg') repeat;
	background-attachment: fixed;
	display: inline-block;
	margin: 0 auto;
	padding: 4em 10px 4.5em 10px;
}

.welcome-wrapper h2 {
	text-transform: uppercase;
	font-size: 22px;
	border-top: 5px solid #0f7ec3;
	padding-top: 5px;
	margin-bottom: 15px;
	display: inline-block;
}

.welcome-wrapper .left {
	float: left; 
	width: 61%;
	margin: 2%;
}

.welcome-wrapper .right {
	float: right;
	width: 31%;
	margin: 2%;
}

.welcome-wrapper .right a#cta-btn {
	width: 100%;
	border: 1px solid #000;
	color: #000;
	margin-top: 15px;
}

.welcome-wrapper .right a#cta-btn:hover {
	background: #000;
	color: #fff;
}

/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}

.page-wrapper h2 {
	padding: 0 3em;
    display: block;
    margin: 100px 35px;
    color: #000;
    border-left: 5px solid #0f7ec3;
    font-size: 18px;
    font-family: urw-din, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 26px;
}

.page-wrapper p {
	padding: 1.5em 2em;
}

/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #0f7ec3;
}

footer .col a:hover {
	color: #ddd;
}

footer .col a {
	color: #fff;
	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: 40px 0;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'urw-din', sans-serif;
}

footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 20px;
	color: #fff;
	font-family: 'urw-din', sans-serif;
}

footer .col p {
	font-size: 14px;
}

footer img#footer {
	width: 100%;
	max-width: 250px;
	height: auto;
	position: absolute;
	z-index: 2;
	display: block;
	margin-top: -30px;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 20px 0;
}

.site-host p {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .75px;
	font-size: 10.5px; 
	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: 1050px) {
/* HEADER */
	a.main-logo img {max-width: 175px;}
	header .top-hdr {font-size: 12px;}
	
/* HOMEPAGE */
	.quicklinks figure {max-width: 31.33%;}
	
/* FOOTER */
	footer img#footer {max-width: 175px; margin-top: -20px;}
	footer .col h2 {font-size: 16px;}
}

@media screen and (max-width: 900px) {
/* HOMEPAGE */
	.quicklinks figure {max-width: 48%;}
	
	.welcome-wrapper .left, .welcome-wrapper .right {float: none; width: 100%; margin: 0 auto;}
	.welcome-wrapper .right {margin-top: 50px;}
	
	.cta-banner h3, .cta-banner a#cta-btn {float: none; width: 100%; display: inline-block; text-align: center;}
	.cta-banner h3 {margin-bottom: 15px;}
}

@media screen and (max-width: 700px) {
/* FOOTER */
	footer .col {float: none; width: 100%; margin: 0 auto; text-align: center; padding: 10px 0;}
	footer {padding-top: 30px;}
	footer img#footer {margin-top: -45px; max-width: 125px;}
}


@media screen and (max-width: 500px) {
/* HOMEPAGE */
	figure.effect-bubba h2 {font-size: 12px;}
}



















