﻿/***** BEGIN RESET *****/

* {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------
green: 1d4a23
yellow: f9f112

*/

/***** END RESET *****/
::-moz-selection {
    background: #f3f3f3; 
    color: #000;
    text-shadow: none;
}
::selection {
    background: #f3f3f3;
    color: #000;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {font-family: 'Poppins', sans-serif; 
	overflow-x: hidden; 
	background: #000; 
	color:#fff; 
	font-size: 15px;
	width: 100%;
}

a:link, a:visited, a:active {text-decoration:none; color:inherit}
a:hover {text-decoration:none;color:#1d4a23;}

.clear{clear: both;}

hr{border:#000 1px solid;}
p {font-family: 'Poppins', sans-serif; padding: 5px;}
h1 {font-weight: 700; color: #fff; font-family: 'Poppins', sans-serif; padding: 5px 0; text-transform: uppercase; letter-spacing: 2px; font-size: 30px;}
h1 span{font-weight: 300; font-size: 25px;}



/*--- HEADER STYLES ---------------------*/
header { background:#000; width: 100%;display: inline-block !important;  }
.header-wrapper {width:90%; margin: 0 auto;}
.header-wrapper p{font-weight: 300; color: #fff; text-align: right; font-size: 18px; padding: 20px 0; text-transform: uppercase; letter-spacing: 1px;}

.logo {position:absolute; top:0; z-index: 999;left:10%; box-shadow: 0px 0px 6px -7px #212121}
.logo img {max-width:200px; width: 100%;  }




/*---MAIN STYLES------------------------*/
.cycle-slideshow img{width: 100%;}
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	bottom: 0px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
	font-size: 45px; 
	width: 18px; 
	height: 16px; 
    display: inline-block; 
	color: rgba(255,255,255,.7); 
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #f9f112;}
.cycle-pager > * { cursor: pointer;}


.hero-overlay{background:rgba(0,0,0,.8); position: absolute; right: 0; z-index: 999; top: 16vw; padding:0 40px 10px 0;}
.green-skew{overflow: hidden; display: flex;}
.hero-title {
	width:80%;
	height: 35px;
    display:block;
    top: 0;
    left: 0;
    z-index: 9999;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	background:#1d4a23;
}
.hero-overlay h1{ padding: 10px 20px;}


.hex-bg{width: 100%; background: url(../siteart/hex-bg.jpg) repeat center center fixed; background-size: cover;}

.wrapper-inner{width: 75%;  margin: 0 auto;}
.wrapper-center{width: 75%; text-align: center; margin: 0 auto;}
.wrapper-inv{width: 75%; text-align: left; margin: 0 auto;}

#pad{padding: 2% 0;}
#l-pad{padding: 5% 0;}

#pageimage{width: 100%; display: block;}


.wrapper-welcome{width: 50%; text-align: center; margin: 0 auto;}

.manu-title {
	width:30%;
	position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 9999;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	background:#1d4a23;
}
.manu-title h2{
	margin-left: 20%;
	padding: 10px 0;
	letter-spacing: 2px;
	-ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
	display: inline-block;
}

#sub-page-manu{width: 100%; max-width: 350px; /*background-color: #fff;*/ padding: 2%;}
#sub-page-manu:hover{opacity: .8;}

#brands-page{width: 100%; max-width: 300px; border: 1px solid #888; padding: 20px; margin: 5px 10px;}
#brands-page:hover{border:1px solid #888; background: #212121;}


/**---- SCROLLING MANU BAR -----------------------------*/
.brandbar{
	margin: 0 auto;
	text-align: center;
	padding:20px 0px;
	width: 75%;
	top:0;
	left: 0;
	right:0;
}
.manu-slider img{width:80%;  padding: 0px 50px;}
.manu-slider img:hover{opacity: .8;}

/*------------------------------------------------------*/


.location-title {
	width:30%;
	position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 9999;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	background:#1d4a23;
}
.location-title h1{
	margin-left: 20%;
	padding: 10px 0;
	line-height: 30px;
	letter-spacing: 2px;
	-ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
	display: inline-block;
}

#contact-white{display: inline-block; border: 1px solid #fff; color: #fff; padding: 10px 20px; float: right; margin-right: 20%; margin-top: 20px; letter-spacing: 1px;}
#contact-white:hover{background: #fff; color:#000;}

#white-button{display: inline-block; border: 1px solid #fff; color: #fff; padding: 10px 20px; letter-spacing: 1px;}
#white-button:hover{background: #fff; color:#000;}


/*--sub pages--------------------------------------*/
.left-col{display: inline-block; text-align: left; width: 50%; vertical-align: top; }
.left-col li{line-height: 30px;}
.right-col{display: inline-block; width: 45%; vertical-align: middle;}
.right-col img{width: 100%; max-width: 200px; margin: 5px; display: inline-block;}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}










/*---FOOTER---------------------------------*/
footer{padding: 15px 0; margin: 0 auto; width: 100%; color: #fff;}
.footer-left{float: left; display: inline-block; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-size: 14px;}
.footer-right{float: right; display: inline-block; color: #fff;font-size: 14px;}
.footer-right a{color: #fff;font-size: 14px;}


/*--------FORM STYLES--------------------------------------*/

#formpage { margin: 0 auto;  }

#formpage div {
	padding:5px 5px;
	color: #a7a9ac;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #a7a9ac;
	background:#fff;
	font-weight: 400;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #a7a9ac;
	color:#a7a9ac;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:30%; 
	float:left; 
	margin-right: 12px; 
	margin-top: 10px;
	text-align:left;
	font-weight: 400;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:96%;
    height:85px;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
	text-align: left;	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#abacac; 
	color:#FFF;
	border:1px solid #abacac;
	outline-style:none;
}


#formpage input.button,
#formpage input.button:focus {
    width:120px;
    margin:0;
    background: none; 
	border:1px solid #fff; 
    padding:10px 10px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif; 
	letter-spacing: 1px;
    color:#fff;
	float: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s; 
	text-align: center;
    border-radius: 0 !important;
 -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
}
#formpage input.button:hover {
	width:120px;
    margin:0;
    padding:10px 10px;
    background: #fff; 
	color:#000 !important;
}



/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {
	margin:0 auto !important;
	padding:0 0 0 0 !important;
	line-height:normal !important;
	width: 30%; 
	text-align:center;
}

.CaptchaImagePanel {
margin-top: 10px;
padding:0 0 0 0;
	text-align: center;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
	text-align: center;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
	text-align: center;
}
.CaptchaWhatsThisPanel a {color:#a7a9ac;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1380px) {
	.header-wrapper{width: 96%;}
	.logo img {max-width: 175px;}
	
	.wrapper-inner, .wrapper-center{width: 90%;}
	
	.formfield, .CaptchaPanel {width: 93%;}
	
	.manu-title, .location-title{width:58%;}
}
@media only screen and (max-width: 1120px) {
	.logo img {max-width: 130px;}
	
	.header-wrapper p{font-size: 14px; width: 58%; float: right; text-align: right;}	
	
	.hero-overlay{top: 20vw;}
	
	#manu{width: 100%; max-width: 28%;}
	
	.wrapper-welcome{width: 90%;}
	
	h1{font-size: 26px;}
	
	.hex-bg{width: 100%; background: url(../siteart/hex-bg.jpg) repeat;}

	.footer-left, .footer-right{display: block; text-align: center; float: none;}
	
	.left-col{display: block; width: 100%;}
	.right-col{display: block; width: 100%; text-align: left; margin-top: 20px;}
}

@media only screen and (max-width: 800px) {
#brands-page{max-width:50%; margin:3px 0;}
}


@media only screen and (max-width: 649px) {
	.header-wrapper p{width: 65%; font-size: 12px;}		
	.logo{left:2%;}

	.hero-overlay{display: none;}
	
	.manu-title, .location-title{width:100%; transform: none;}
	.manu-title h2, .location-title h1 {margin-left: 0%; transform: none; text-align: center; display: block;}
	#manu{margin: 5px auto; max-width: 50%; display: block;}
	#contact-white{display: none;}
}

@media only screen and (max-width: 400px) {
	.header-wrapper p{width: 60%; font-size: 12px;}	
#brands-page{max-width:98%; padding:20px 0; margin:3px 0;}

}

