@charset "utf-8";

/***** 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;
	line-height: 1.42857;
}

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: 95%;}
.wrapper-width {width: 95%; margin: 0 auto; max-width: 1280px; }
.inventory-width {width: 95%;  max-width: 1280px; margin: 0 auto;}

.trailer-bg {
	background: url('/siteart/dark-trailer-bg.png') repeat center;
	background-attachment: fixed;
}

/***************************  HEADER STYLES  *************************************/
.header {
	width: 100%;
	display: inline-block!important;
	height: auto;
	margin: 0 auto;
	background: rgba(255,255,255,.85);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    position: absolute;
    z-index: 99;
}
a.main-logo {display: block; position: relative; z-index: 999;}
a.main-logo img {
	width: 100%;
    max-width: 390px;
    float: left;
    padding: 5px 0;
    margin-top: -55px;
}
.header .top-bar {
	width: 100%;
	display: inline-block;
	border-top: 20px solid #f9f500;
}
.header .top-bar .links {
	background: #f9f500;
	right: 0;
	width: 100%;
	max-width: 950px;
	float: right;
    padding: 15px;
    text-align: left;
	position: relative;
	box-sizing: border-box;
}
.header .top-bar .links:before {
	content: "";
    position: absolute;
    left: -65px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 65px 65px 0;
    border-color: transparent #f9f500 transparent transparent;
    display: inline-block;
    vertical-align: middle;
}
.header .top-bar a {
	color: #000;
	font-weight: 700;
	padding: 0 10px;
	font-size: 16px!important;
}
.header .top-bar a:hover {
	text-decoration: underline;
	color: #333;
}
.top-bar .google {
	position: absolute;
	z-index: 9999;
	right: 10px;
    background: #f9f500;
    /*padding: 8px 0;*/
	padding-bottom: 5px;
}
select.goog-te-combo {height: inherit; width: inherit;}

.header .width {display: flex; align-items: center; justify-content: space-between;}

/*********************  HOMEPAGE STYLES **************************************/
.welcome-wrapper {
	width: 100%;
	display: inline-block;
	background: rgba(241,241,241,.85);
	padding: 4em;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top: 25px;
	border-radius: 15px;
}
.welcome-wrapper h2 {
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding-bottom: 15px;
	line-height: 1.2;
	font-size: 28px;
}
.welcome-wrapper h2 span {
	font-weight: 400;
}
.welcome-wrapper img#map {
	float: left;
	margin-right: 75px;
}

/* hover box styles */
.quicklinks {display: inline-block;position:relative;margin:0 auto;padding:0 0 0 0;box-sizing:border-box;max-width:100%;list-style:none;text-align:center; margin-bottom: 10px;}
.quicklinks figure {position:relative;display:block;float:left;overflow:hidden;max-width:23%; margin:1%;height:auto;width:100%;background:#000;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: 20px; border-bottom: none;}
.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:20px;right:20px;bottom:20px;left:20px;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 {line-height: 22px; font-weight: 900; font-style: italic; padding-top:30%;padding-left:0;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: 12px; padding:5px 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);}


/* manu logos carousel */
.manus{/*padding: 20px 0 0;*/ text-align: center;}
.manus .jMyCarousel{width: 100%; height: auto; background: #fff;}
.manus .jMyCarousel ul li{/*height: 100px;*/ height: auto; line-height: 100px;}
.manus .jMyCarousel ul li a:hover{opacity: .5;}
.manus .jMyCarousel img{max-height: 100px; vertical-align: middle; margin: 0 20px;}


/* IEDA cta banner */
.cta-banner {width: 100%; box-sizing: border-box; display: block;}


/* zoom quick links styles */
.zoom-container {
	width: 47.5%;
	height: auto;
	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: 1%;
}
.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(0, 0, 0, .5);
	height: 100%;
}

.zoom-container .zoom-caption:hover {
	background: rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;
	opacity: .75;
}

.zoom-container .zoom-caption h3 {
	display: block;
	text-align: left;
	line-height: normal;
	font-size: 2.25vw;
	font-weight:700;
	padding: 25px;
	bottom: 0;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	margin-top: 60px;
	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;
}



/*===================== 
	category slider styles 
=======================*/
.cathero{/*margin-bottom:2%;-moz-box-shadow:5px 5px 5px rgba(98,98,98,0.5);-webkit-box-shadow:5px 5px 5px rgba(98,98,98,0.5);box-shadow:-moz-box-shadow:5px 5px 5px rgba(98,98,98,0.5);*/}
.catslide{position:relative;}
.heromobile{display:none !important;}
.cattitler{
	position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    padding: 150px 150px 100px 150px;
    text-align: left;
    z-index: 2;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
	/*background: rgba(42,42,42,.4);*/
}
.titleblock {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 45%;
	left: 7%;
	color: #fff;
	background: rgba(0,0,0,.8);
    padding-top: 1em;
    max-width: 600px;
}
.titleblock h1 {
	text-transform: uppercase;
	color: #f9f500;
	display: block;
	padding: 0 1em;
	line-height: 1.2;
} 
.titleblock p {
	line-height: 24px;
	padding: 0 2em;
	margin: 5px 0 15px 0;
}
.titleblock a#cta-btn {
	display: block;
	float: left;
	width: 50%;
	padding: 12px;
	text-align: center;
	color: #000;
	background: #f9f500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 auto;
	border: 1px solid #000;
}
.titleblock a#cta-btn:hover {
	background: #000;
	color: #fff;
}

/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
a#cta-btn {
	display: inline-block;
    text-align: center;
    color: #f9f500;
	border: 1px solid #f9f500;
    padding: 1em 2em;
    margin: 15px 0;
	font-weight: 600;
}
a#cta-btn:hover {
	background: #f9f500;
	color: #000;
}
a#cta-btn.black {
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
}
a#cta-btn.black:hover {
	background: #f1f1f1;
}

.page-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: url('/siteart/dark-trailer-bg.png') repeat center;
	background-attachment: fixed;
	background-color: #000;
}
.page-wrapper h2 {
    border-bottom: 2px solid #777;
    line-height: 1.2;
	text-align: center;
}
.page-wrapper .title h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 4.25em .5em 1em .5em;
	color: #fff;
	font-size: 45px;
	font-weight: 500;
	background: url('/siteart/slides/slide1.jpg') no-repeat center;
	background-size: cover;
	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;
	font-family: urw-din, sans-serif;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.page-wrapper p {
	padding: 2.5em .5em;
	/*text-align: center;*/
}

.dark-map {
	background: url('/siteart/map-contact.jpg');
	background-size: cover;
    height: 350px;
    width: 100%;
    position: relative;
    z-index: 99;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.dark-map:hover {background: url('/siteart/map-contact-hvr.jpg'); background-size: cover;}

a#map-contact img {width: 100%; height: auto; display: block;}

/*********************  FOOTER STYLES **************************************/
/* scrolling wrap */
.ftr-inv {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: -3px;
}
.ftr-inv .overlay {
  width: 100%;
  max-width: 250px;
  height: auto;
  padding: 1.5em 2em;
  position: absolute;
  background: #f9f500;
  text-align: center;
}
.ftr-inv .overlay:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #f9f500;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}
.ftr-inv .overlay h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	line-height: 22px;
}
.ftr-inv .overlay h2 span {
	color: #000;
	font-size: 24px;
}
.scrolling-wrap {
    width: 100%;
    height: 100px;
    overflow: hidden;
	border-top: 5px solid #f9f500;
	border-bottom: 5px solid #f9f500;
	margin-bottom: -5px;
}
.scrolling {
    width: 100%;
    height: 100px;
}
.scrolling-wrap .overlay {
	width: 100%;
	max-width: 300px;
	left: 0;
	padding: 1em;
	background: #f9f500;
	z-index: 2;
}

.footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #000;
	text-align: center;
}
.footer h2 {
	margin: 0 auto;
	background: #f9f500;
	padding: 20px;
	color: #000;
	margin-bottom: 20px;
}
.footer a {
	color: #fff; 
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 0 10px;
	margin: 0 15px;
	font-size: 14px;
	border-bottom: 2px solid transparent;
}
.footer a:hover {
	border-bottom: 2px solid #fff;
}
.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 20px 0;
	margin-top: 20px;
}
.site-host p {
	text-transform: uppercase;
	color: #777;
	font-size: 11px; 
	line-height: 18px;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-family: urw-din, sans-serif;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1575px) {
	.header .top-bar a {font-size: 14px!important;}
	.header .top-bar .links {max-width: 820px; padding: 15px;}
	a.main-logo img {max-width: 355px;}
	.header .top-bar {border-top: 15px solid #f9f500;}
	.top-bar .google {padding-bottom: 3px;}
}

@media screen and (max-width: 1280px) {
	a.main-logo img {max-width: 255px; margin-top: 0;}
	.header .top-bar .links {padding: 12px;}
	.header .top-bar {border-top: none;}
	.header .top-bar .links {max-width: none;}
	
	.welcome-wrapper {padding: 3em;}
	
	.titleblock {max-width: 500px;}
	.titleblock h1 {font-size: 28px;}
	.titleblock p {padding: .75em 1.5em;}
	.titleblock a#cta-btn {font-size: 14px;}
}

@media screen and (max-width: 1020px) {
	.header {position: relative; background: #f9f9f9;}
	.header .top-bar a {font-size: 13px!important; padding: 0 5px;}
	a.main-logo img {float: none; margin: 0 auto; display: block; padding: 5px;}
	
	.quicklinks figure {max-width: 48%;}
	.welcome-wrapper img#map {float: none; margin: 0 auto;  display: block; max-width: 111px; margin-bottom: 30px;}
	a#cta-btn {display: block;}
	.welcome-wrapper {padding: 2.5em; margin-top: 30px; margin-bottom: 30px;}
	
	.header .width {justify-content: center;}
	
	.page-wrapper .title h1 {font-size: 40px; padding: 1em .5em;}
	
	.hero{background-position: center;}
	.cathero{margin:0 auto !important;}
	.cattitler{padding:2.5em;position:relative;background:#000;}
	.titleblock{max-width: 100%; left: 0; position:relative;top:0;width:100%;-moz-transform:none;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;padding: 0;}
	.titleblock a#cta-btn {float: none; width: 100%; margin: 0 auto; margin-top: 5px; margin-bottom: 5px;}
	.titleblock h1, .titleblock p {padding: 0;}
	
	.trailer-bg {background-attachment: inherit;}
	
	.ftr-inv .overlay {display: none;}
	
	.footer a {margin: 0 10px;}
}

@media screen and (max-width: 800px) {
	.header .top-bar .links {text-align: center;}
	.top-bar .google {position: relative; right: 0; left: 0; margin: 0 auto; text-align: center;}	
}

@media screen and (max-width: 600px) {
	.quicklinks figure {float: none; max-width: 85%; margin: 0 auto; margin-top: 10px; margin-bottom: 10px;}
	.zoom-container {float: none; width: 100%; margin: 0 auto; margin-top: 10px; margin-bottom: 10px;}
	.zoom-container .zoom-caption h3 {font-size: 18px;}
	.page-wrapper .title h1 {font-size: 36px;}
}