@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.8;
	font-family: 'Open Sans', sans-serif;
	background: #000 url('/siteart/wood-bg-cropped.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: 90%; margin: 0 auto; max-width: 1500px;}
.wrapper-width {width: 90%; margin: 0 auto; max-width: 1300px;}

/**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: #000 /*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;
}

/* Fixed Side Buttons */
aside.search {
    z-index: 9;
    position: fixed;
    top: 25vh;
    right: 0;
	line-height:0;
	font-size:0;
}

aside.search a {
	display: block;
	padding: 10px 20px 10px 10px;
	margin: .5px 0 .5px 0;
	background: rgba(71, 0, 0, .9);
	font-size: 18px;
	color: #fff;
	border-left: 4px solid #2f2f2f;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0);	
	font-family: 'Fjalla One', sans-serif;
	}
aside.search .fas { padding: 10px 10px 10px 0; font-size: 22px;}
aside.search a:hover {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}

aside.contact {
    z-index: 9;
    position: fixed;
    top: 65vh;
    left: 0;
	line-height:0;
	font-size:0;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
	transform: rotate(-90deg);
	margin-left: -70px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.5);
}

aside.contact a {
	padding: 20px;
	line-height: 24px;
	margin: .5px 0 .5px 0;
	background: rgba(0, 0, 0, .75);
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	font-family: 'Fjalla One', sans-serif;
}

aside.contact a:hover {
	background: #2f2f2f;
}

/***************************  HEADER STYLES  *************************************/
.header {
	width: 100%;
	display: inline-block!important;
	margin: 0 auto;
	background: #000 url('/siteart/wood-bg-cropped.jpg') repeat;
	background-attachment: fixed;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.75);
	padding: 25px 0;
	position: fixed;
	z-index: 10;
	top: 0;
}
.inv-header {width: 100%; position: relative; padding: 25px 0; z-index: 999; display: inline-block!important; margin: 0 auto;}

a#main-logo {
	float: left;
	position: absolute;
	z-index: 3;
}

a#main-logo img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper {
	width: 100%;
	margin: 0 auto;
}

.hero-wrapper {
	width: 100%;
	height: 675px;
	background: #000 url('/siteart/main-hero-bg.jpg') no-repeat top;
	background-size: cover;
	padding: 3em;
	margin-bottom: 40px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.5);
	margin-top: 160px;
}

.hero-wrapper h1 {
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 50px;
	letter-spacing: 2.5px;
	line-height: 45px;
	text-shadow: 0px 1px 1px #222222;
}

.hero-wrapper h1 span {
	font-size: 36px;
	color: #490000;
	text-transform: uppercase;
}

.hero-wrapper .cutouts {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}

.hero-wrapper .map {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: -66px;
	margin-top: 30px;
}

.hero-wrapper .map img {
	width: 100%;
	max-width: 250px;
	height: auto;
}

.hero-wrapper .cutouts img {
	width: 100%;
	max-width: 430px;
	height: auto;
}

.hero-wrapper .cutouts .left {
	float: left;
	width: 50%;
}

.hero-wrapper .cutouts .right {
	float: right;
	width: 50%;
}


.quicklinks-wrapper {
	width: 100%;
	margin: 20px 0;
}

/* zoom boxes styles */
.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:31.33%; margin:1%;height:auto;width:100%;background:#3085a3;text-align:center;cursor:pointer;box-sizing:border-box;box-shadow: 0px 6px 12px rgba(0,0,0,0.5);}
.quicklinks figure img {position:relative;display:block;min-height:100%;max-width:100%;opacity:0.8;margin:0 auto;}
.quicklinks figure figcaption {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;}
.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: rgba(255,255,255,0.9);}
figure.effect-bubba img {opacity: 1;-webkit-transition: opacity 0.35s;transition:opacity 0.35s;max-height:333px;}
figure.effect-bubba img#furukawa {height: 100%; width: 450px; margin: 0 auto; display: block;}
figure.effect-bubba:hover img {background: rgba(74,0,1,.75);}
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 {margin-top:35%;text-shadow:1px 2px 2px rgba(0,0,0,0.75);background: rgba(74,0,1,.75);font-family:'Fjalla One', sans-serif;line-height: 50px;/*-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);*/}
figure.effect-bubbafigure.effect-bubba h2:hover {background: none;}
figure.effect-bubba p {padding:20px 2.5em;opacity:0;text-shadow:1px 2px 2px rgba(0,0,0,0.75);font-family:'Fjalla One', sans-serif;/*-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);}
figure.effect-bubba:hover {background: rgba(74,0,1,.75);}


.location-dealer-section, .btm-contacts-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	margin-top: 25px;
}

.location-dealer-section .content {
	width: 100%;
	margin: 1%;
	display: inline-block;
	text-align: center;
}

.location-dealer-section .map {
	float: left;
	width: 50%;
	text-align: right;
}

.location-dealer-section .dealer {
	float: right;
	left: 52%;
	position: absolute;
	text-align: center;
	width: 420px;
	background: #fff;
	height: auto;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.5);
}

.location-dealer-section .dealer img {
	width: 100%;
	max-width: 280px;
	height: auto;
}

.location-dealer-section .dealer p {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 24px;
	padding: 1em;
	letter-spacing: 1px;
}

.location-dealer-section .dealer a {
	width: 100%;
	color: #fff;
	font-size: 14px;
	background: #000;
	line-height: 47px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .5px;
}

.location-dealer-section .dealer a#call {
	background: #490000;
}

.location-dealer-section .dealer a:hover, .location-dealer-section .dealer a#call:hover {
	background: #ddd;
	color: #000;
}

/* bottom contacts section styles */
.btm-contacts-wrapper .col {
	width: 31.33%;
	float: left;
	background: rgba(255,255,255,.75);
	margin: 1%;
	padding: 2em 3em;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.5);
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
}

.btm-contacts-wrapper .col.padding {
	margin-left: 6%;
}

.btm-contacts-wrapper .col.arrow:before {
	content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 50px solid #000;
    border-top: 54px solid transparent;
    border-bottom: 54px solid transparent;
}

.btm-contacts-wrapper .col.arrow {
	width: 100%;
	max-width: 310px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: .5px;
	box-shadow: none;
	position: relative;
	padding: 30px 20px 15px 20px;
	text-align: center;
}

.btm-contacts-wrapper .col.arrow span {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 3px;
	color: #fff;
}

.btm-contacts-wrapper .col a {
	color: #000;
}

.btm-contacts-wrapper .col a:hover {
	color: #490000;
}

.btm-contacts-wrapper .col span {
	font-size: 22px;
    color: #490000;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 15px;
}

.btm-contacts-wrapper .col img {
	float: left;
	display: block;
	margin-right: 10px;
}

/*********************  CONTACT STYLES **************************************/
.page-wrapper {
	width: 96%;
	max-width: 1260px;
	display: block;
	margin: 0 auto;
	background: rgba(255,255,255,.85);
	box-shadow: 0px 6px 12px rgba(0,0,0,0.5);
	margin-top: 175px;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 40px 0;
}

.contact-info .left {
	float: left;
	width: 50%;
	padding: 1rem;
}

.contact-info .left .title h1 {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 40px;
	line-height: 40px;
	color: #2f2f2f;
}

.contact-info .left p {
	margin: 20px 0;
	line-height: 24px;
}

.contact-info .left a {
	color: #370000;
	font-weight: 700;
}

.contact-info .left p a:hover {
	text-decoration: underline;
}

.contact-info .right {
	float: right;
	width: 50%;
}

/* thank you page styles */
.location-dealer-section h2#thankyou {
	color: #eeeeee;
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

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: #490000;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  FOOTER STYLES **************************************/
.footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
	text-align: center;
}

/* SCROLLING INVENTORY BANNER */
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top: 5px solid #490000;	
	border-bottom: 5px solid #490000;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #490000;
	padding: 20px 0;
}

.site-host p {
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	font-size: 11px; 
	line-height: 18px;
	padding: 0 5%;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: 'Fjalla One', sans-serif;
}

/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1500px) {
	aside.contact {display: none;}
	
	.hero-wrapper {height: 600px; padding: 2em;}
	.hero-wrapper .cutouts img {max-width: 380px;}
	.hero-wrapper h1 {font-size: 45px; line-height: 40px;}
	.hero-wrapper h1 span {font-size: 30px;}
	.hero-wrapper .map img {max-width: 220px;}
	.btm-contacts-wrapper .col.arrow {max-width: 250px;}
	.btm-contacts-wrapper .col.padding {margin-left: 4%;}
	.btm-contacts-wrapper .col {padding: 2em;}
}

@media screen and (max-width: 1100px) {
	.page-wrapper {margin-top: 140px;}
	
	a#main-logo img {max-width: 320px;}
	
	.hero-wrapper {height: 490px; margin-top: 115px;}
	.hero-wrapper .cutouts img {max-width: 300px;}
	.hero-wrapper .map {display: inline-block;}
	.hero-wrapper .map img {display: none;}
	.hero-wrapper h1 {font-size: 36px; display: block;}
	.hero-wrapper h1 span {font-size: 24px;}
	
	figure.effect-bubba h2 {font-size: 20px; line-height: 40px;}
	figure.effect-bubba p {padding: 5px 2.5em;}
	
	.location-dealer-section .dealer {width: 385px;}
	
	.btm-contacts-wrapper .col {width: 48%; margin: 0 auto; margin: 1%;}
	.btm-contacts-wrapper .col.arrow {display: none;}
	.btm-contacts-wrapper .col.padding {margin-left: 0;}
}

@media screen and (max-width: 990px) {
	.location-dealer-section .map, .location-dealer-section .dealer {float: none; width: 100%; position: relative; left: 0; margin: 0 auto; margin-bottom: 25px;}
	.location-dealer-section .map iframe {width: 100%!important;}
	.location-dealer-section .content {margin: 0 auto;}
	
	.quicklinks figure {max-width: 100%;}
	figure.effect-bubba h2 {font-size: 30px; line-height: 50px; margin-top: 20%;}
}

@media screen and (max-width: 800px) {
	.contact-info .left, .contact-info .right {float: none; width: 100%;}
	.contact-info .left .title h1 {font-size: 32px;}	
	.btm-contacts-wrapper .col {width: 100%; float: none; margin: 0 auto; margin-bottom: 1%; margin-top: 1%;}
}

@media screen and (max-width: 680px) {
	.page-wrapper {margin-top: 130px;}
	
	.hero-wrapper {padding: 2em 1em; height: 430px;}
	a#main-logo img {max-width: 230px;}
	.hero-wrapper h1 {font-size: 30px; line-height: 30px;}
	
	figure.effect-bubba h2 {margin-top: 30%;}
	.quicklinks figure {margin: 0 auto; margin-bottom: 10px;}
}

@media screen and (max-width: 450px) {
	.hero-wrapper {height: 360px;}
}