@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,s
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;}

html, body {margin: 0;}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit; 
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Hides giant arrows that show up on inventory pages on Chrome */
/*.container.cf .widgets svg[class*="fa"], .container.cf .widgets-details svg[class*="fa"] {display: none !important;} */

/*=========================
		TYPOGRAPHY
=========================*/
a{text-decoration: none; color: #fff;}

a:link {text-decoration: none; color: inherit;}

a:visited {color:inherit;}

a:hover{text-decoration: none;color:inherit;}

a:active {color: #000;}

body a{color: #000; margin: 0;}

p {font-family: 'Exo 2', sans-serif, Arial; font-weight: 400;}

h1 {font-family: 'Audiowide', sans-serif, Arial; padding-bottom: 18px;}

h2 {font-family: 'Exo 2', sans-serif, Arial;}

/*=========================
		SLIDESHOW
=========================*/

.cycle-slideshow {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
	top:0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
	display: block;
}
/*=========================
		  BANNER
=========================*/
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
}
.banner img {width: 100%; height: auto; display:block;}

/*=======================
	 INVENTORY PAGES 
=========================

.inventory-bg {
	width: 100%;
	text-align: center;
	background-image: url(../siteart/visit-bg.jpg);
	background-repeat: repeat x repeat-y;
	background-size: contain;
	display: inline-block;
}

.container.cf {
	width: 90%;
	margin: 0 auto;
	background-color:rgba(255,255,255,0.9);
}

.container.cf a {
	color: #000;
}

body .full .inner-wrap {
	text-align:left;
}*/

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*=======================
     WELCOME SECTION
=========================*/
.welcome-wrap {
	overflow: hidden;
	text-align: center;
	width: 100%;
	display: inline-block;
    height: auto;
    vertical-align: top;
    border-top: 10px solid #000;
	padding: 10px;
	background-image:url(../siteart/welcome-bg.jpg);
	background-size: cover;
}

.text-wrap {
	width: 70%;
	font-family: 'Exo 2', sans-serif, arial;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 5%;
	font-size: 18px;
	line-height: 26px;
}
.button-wrap {
	width: 28%;
	display: inline-block;
	vertical-align: top;
}

.buttons {
    font-family: 'Audiowide', sans-serif, arial;
    color: #eec624;
    background-color: #000;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 8px;
    border-radius: 10px;
	height:55px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
}

.buttons:hover {
	color: #fff;
		-webkit-transition:.2s ease-in;  
		-moz-transition:.2s ease-in;  
		-o-transition:.2s ease-in;  
	    transform: scale(1.05);

}

/*=======================
     VISIT SECTION
=========================*/
.visit-us {
	width: 100%;
	text-align: center;
	background-image: url(../siteart/visit-bg.jpg);
	background-repeat: repeat;
	background-size: cover;
	display: inline-block;
}

.visit-us h1 {
	font-family: 'Audiowide', sans-serif, arial;
	color: #eec624;
	padding: 10px 0 10px 188px;
    text-align: left;
	font-size: 52px;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #000;
}

.content-wrap {
	background-color:rgba(255,255,255,0.85);
	width: 80%;
	text-align: center;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 25px;
	margin-bottom: 25px;
}

.left {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
} 

.right {
	width: 59%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.right img {
	height: 100%;
	width: auto;
}

.visitmap {
    width: 560px;
    height: 415px;
    display: inline-block;
}
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    overflow: hidden;
    padding: 15px 0 9px 0;
    background-color: #AA0F21;
    height: 120px;
    position: relative;
	margin-top: 25px;
}
 
.scrolling{
    width:100%;
    height: auto;
}
/*=======================
      SERVICE FORM
=========================*/
.page-wrap {
	overflow: hidden;
	text-align: center;
	width: 100%;
	display: inline-block;
    height: auto;
    vertical-align: top;
	padding: 10px;
	background-image:url(../siteart/welcome-bg.jpg);
	background-size: cover;
}

.service-wrap {
	width: 65%;
	margin: 0 auto;
}

.service-form{
	width:95%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}

.service-form p{
	font-size: 20px;
	text-align: left;
	margin: 2% 0;
	background-color: #646464;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	color: #fff;
}

.service-form form {
	width:100%;
	margin:0 auto;
	display:block;
}

.service-form form input {
	width:100%;
	padding:.75%;
	margin:0% 0 0 0;	
	border-width: 1px;
	font-family: 'Exo 2', sans-serif, Arial;
}
.service-form form select {
	width: 100%;
	padding:.75%;
	margin:0% 0 0 0;	
	font-family: 'Exo 2', sans-serif, Arial;
	
}
.service-form form label {
	width: 100%;
	display: block;
	margin:.3% 0 0 0;	
	font-family: 'Exo 2', sans-serif, Arial;
	font-weight: bold;
	text-align: left;
}
.service-form form textarea {
    width: 100%;
    display: block;
    font-family: 'Exo 2', sans-serif, Arial;
    border-width: 1px;
 	margin:0% 0 0 0;	
}
.service-form form input.button {
	background:#222;
	border:none;
	color: #fff;
	width: 50%;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Exo 2', sans-serif;
	    margin-top: 7px;
}
.service-form form input.button:hover {
	box-shadow:#333 3px 3px 3px;
	background:#C92725;
}

/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
font-family:'Exo 2', sans-serif, Arial;
}
.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}
.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}
.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}
.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	font-family:'Exo 2', sans-serif, Arial;
	font-size: 12px;
	text-decoration: underline;
}
/*=======================
     	  FOOTER
=========================*/
footer {
	background-color: #000000;
	width: 100%;
	display: inline-block;
	text-align: center;
	border-top: 8px solid #000;
	color: #fff;
	line-height: 24px;
	padding-bottom:8px;
}

.fleft {
	width: 25%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
}

.fleft img  {
	width: 90%;
}

.fmiddle {
	width: 30%;
	position: relative;
	display: inline-block;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: top;
	padding-left: 10px;
	-webkit-columns: 55px 2; 
    -moz-columns: 55px 2;
    columns: 55px 2;
	padding: 18px;
	text-align: center;
}

.fright {
	width: 43%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	-webkit-columns: 55px 2; 
    -moz-columns: 55px 2;
    columns: 55px 2;
	padding: 18px;
	text-align: center;
}

footer h1 {    
    padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 23px;
	color: #eec624;
}

footer a:hover { font-weight: bold; color:#AA0F21}

/*=======================
     MEDIA QUERIES
=========================*/
@media screen and (max-width: 1200px) {
	.text-wrap {font-size: 15px;}
	h1 {font-size: 23px;}
	.buttons {font-size:20px;}
	.button-wrap {width: 25%;}
	.right {display: none;}
	.left{width: 100%; text-align: center;}
	.visitmap {width: 100%;}
	.service-wrap {width:90%}
	}

@media screen and (max-width: 805px) {
	.fleft, .fmiddle {width: 49%;}
	.fright {width: 100%;}
	.fmiddle {border-right: none;}
}

@media screen and (max-width: 755px) {
	.text-wrap {font-size: 14px; line-height: 24px; padding: 3%;}
	.visitmap {width: 100%; height: 325px;}
	.visit-us h1 {padding: 10px 0; text-align: center;}
	.text-wrap {width: 100%; font-size: 16px;}
	.button-wrap {width: 100%;}
	h1 {font-size: 23px;}
	.buttons {margin: 5px; width: 98.5%;}
	.welcome-wrap {text-align: unset;}
	.service-wrap {width: 98%;}
}

@media screen and (max-width: 415px) {
	.fleft, .fmiddle, .fright {width: 100%; border-left: none;}
	.fmiddle, .fright {text-align: left;}
	.visit-us h1 {font-size: 45px;}
	}