﻿/***** 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;
}

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;  
} 
@font-face {
    font-family: 'icon-worksregular';
    src:url(../fonts/icon-works-webfont.eot);
    src: url(../fonts/icon-works-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/icon-works-webfont.woff) format('woff'),
         url(../fonts/icon-works-webfont.ttf) format('truetype'),
         url(../fonts/icon-works-webfont.svg#icon-worksregular) format('svg');
    font-weight: normal;
    font-style: normal;

}
/*-------- COLORS --------
yellow: efad00
dark yellow: b48201


font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
*/

/***** 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 !important; 
	overflow-x: hidden; 
	color:#212025; 
	font-size: 15px;
	width: 100%;
}

a:link, a:visited, a:active {text-decoration:none; }
.footer a, .gray-bg a{color:#fff;}
.footer a:hover, .gray-bg a:hover {text-decoration:none;color:#efad00; 	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s; }

.clear{clear: both;}

hr{border:#000 1px solid;}
p {font-family: 'Poppins', sans-serif; padding: 5px 0;}
h1 {font-size: 35px; font-weight: 400; color: #efad00; font-family: 'Oswald', sans-serif !important; text-transform: uppercase; letter-spacing: 3px; }
h1 span{font-weight: 300; color: #fff;}
h2{font-family: 'Oswald', sans-serif !important; font-weight: 400; letter-spacing: 3px; color: #efad00;}

strong{font-weight: 700; letter-spacing: 1px;}



/*--- HEADER STYLES ---------------------*/
header { background:#000; width: 100%;display: inline-block !important;  }
.header-wrapper {width:90%; margin: 0 auto; text-align: center; padding: 5px 0;}
.header-wrapper p{font-weight: 300; color: #fff; text-align: center; padding: 10px 30px 15px 30px; text-transform: uppercase; letter-spacing: 1px; display:inline-block; }
.header-wrapper a{color: #212025 !important;}

.logo {position:absolute; top:60px; z-index: 9999;left:5%; box-shadow: 0px 0px 6px -7px #212025}
.logo img {max-width:350px; width: 100%;  }




/*---MAIN STYLES------------------------*/
.cycle-slideshow { width:100%; }
.cycle-slideshow img{width:100%;}

.hero-overlay{color: #fff; background:rgba(0,0,0,.8); position: absolute; right: 0; z-index: 999; top: 16vw; padding:0 40px 0 0; border-left: 10px solid #efad00; width:25%;}
.hero-overlay .wrapper-inner{padding:15px 0 15px 20px;}

.hero-overlay h1{ color: #efad00; font-size: 40px;}
.hero-overlay h2{font-family: 'Poppins', sans-serif; color: #fff; font-weight: 300; letter-spacing: 1px;}



.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;}


#white-button{display: inline-block;background:#fff; border: 1px solid #fff; color: #212025; padding:8px 20px; letter-spacing: 1px; 	-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s; }
#white-button:hover{background: none; border: #fff solid 1px; color:#fff;}

.gray-bg{background: #212025; color: #fff;}
.white-bg{background: #fff; width:100%;}
.yellow-bg{background: #efad00;}

#manu{display: inline-block; width: 100%; max-width: 180px; margin: 5px 10px; border-bottom: 10px solid transparent;}


.map-overlay{width: 60%; margin: 0 auto; text-align: center; margin-bottom: -60px; position: relative; z-index: 99;}
.map-overlay h1{font-size: 25px; padding: 12px 0; color: #212025;}
.map-overlay h1 span{font-size: 25px; padding: 12px 0; color: #212025;}
.home-map{width: 100%; height: 480px;}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding: 10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*---INVENTORY & parts page------------------------------*/
.inv-btns-wrap{display: flex; align-content: center; text-align: center; margin: 0 auto; width: 90%;}
#inv-button{justify-content: flex-start; width: 25%; text-align: center; background: #efad00; border: 1px solid #efad00; color: #212025; padding:10px 0; margin: 5px 2px; letter-spacing: 1px; -webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s; }
#inv-button:hover{background: none; border: #efad00 solid 1px; color:#efad00;}

.listings-wrapper .listing-boxed .listing-boxed-details h2 a{color: #000 !important;}
.listings-wrapper .listing-smallcard .listing-smallcard-title a{color: #000;}
.hosted-content .listings-detail-wrapper .listing-details a{color: #000;}
.parts-list .listings-button{background: #efad00 !important;}

.search{width: 60%; margin: 0 auto; background:#efad00; margin-top: -50px; position: absolute; z-index: 999; left: 0; right: 0;}
.search-inner {padding: 10px 0px; width: 90%; margin: 0 auto;}
.search-inner h2{color:#000!important;  text-align:left; display: inline-block; padding:12px 0;}

.keyword-search{
	display:inline-block;
	background: #e6e6e6;
	float:right;
	width: 60%;
}

.keyword-search input{
	padding-left:30px; 
	vertical-align:middle;
	border:none;
	background: none;
	font-family:'Poppins', Sans-Serif;
	font-size: 16px;
	color:#a6a3a3;
	width:100%;
	letter-spacing: 1px;
}

.keyword-search .search-input{
	display:inline-block;
	float: left;	
	margin:0;
	padding-top: 16px;
}

.keyword-search .submit-btn{
	display:inline-block;
float: right;
	background: #b48201;
	width:80px;

}

input[type='submit']{
	font-family: 'icon-worksregular';
	-webkit-appearance: none;
	font-size:30px;
	color:#fff;
	padding: 15px 0; 
	vertical-align:middle;
	border:none;
	font-weight:700;


}


/*--------Search Inventory Styles--------*/
#searchparts {width:100%; margin:20px auto;}
#searchkeyword {width:100%; margin:10px auto;}

#searchinventory {text-align:left; padding:60px 10px;  background: #a0a0a0;}

.searchfieldtopwrap {float:left; width:80%;}
.searchfieldtop {width:49%; float:left; margin-right:11px; background:#fff; padding:11px 0;}
.searchfieldwrap {float:left; width:70%; }

.searchfield {background:#fff; padding:11px 8px; border:2px solid #fff; color: #fff; text-align:left;}
#searchform input.text {color:#fff; padding:11px 10px; width:91%;}
#searchform select {color:#fff; padding:10px 10px; width:97%;}
.search-box{border:none;font-family: 'Poppins', sans-serif; font-weight:300; text-transform:uppercase; letter-spacing: 1px;}

#searchform input.button,
#searchform input.button:focus {
	background: #b48201; /* For browsers that do not support gradients */
	color:#fff; 
	text-transform:uppercase;
	text-decoration:none; 
	font-weight:700; 
	width:200px;
	font-size:30px;
	text-align:center;
	margin:0 auto;
    padding:17px 0;
    border: none;
    line-height:14px;
}

#searchform input.button:hover {
	background: #efad00; /* For browsers that do not support gradients */
	color:#fff;
}
.radio{text-align:left; color: #fff;}
.closest-box {display:hidden;}



/*---FOOTER---------------------------------*/
.footer{background: #000; width: 100%;}
.footer li {display: inline-block; list-style: none; text-transform: uppercase; margin: 0 5px;}
.footer li a{ color: #fff; text-decoration: none;}
.footer li a:hover{text-decoration: underline;}

.footer .fa, .footer .fab{float: right; font-size: 22px; }
.thin-border{border-top: 1px solid #fff; margin: 30px 0;}

#copyright{text-align: center; color: #fff; font-size: 13px;}



/*--CONTACT PAGE-------------------------------------*/
.contact-map{width: 100%; height: 400px;}
.contact-cols{display: inline-block; width: 31%; margin: 5px 0; vertical-align: top}




#formpage { margin: 0 auto;  }

#formpage div {
	padding:5px 5px;
	color: #212025;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #fff;
	background:#fff;
	font-weight: 400;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #fff;
	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:#212025;
	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: #fff; 
	border:1px solid #fff; 
    padding:10px 10px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif; 
	letter-spacing: 1px;
    color:#212025;
	font-size: 15px !important;
	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: none; 
	color:#fff !important;
	border:1px solid #fff; 
}



/* 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;
	color: #fff !important;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
	text-align: center;
	color: #fff;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
	text-align: center;color: #fff;
}
.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1300px) {
	.header-wrapper p{font-size: 14px; padding: 10px 15px 15px 15px;}	

	.logo{left: 1%;}
	.logo img{max-width: 300px;}
	
	.formfield, .CaptchaPanel {width: 93%;}
	

}
@media only screen and (max-width: 1200px) {
	.header-wrapper{width: 98%;}
	.header-wrapper p{font-size: 12px; padding: 5px 10px 10px 10px;}	
	.hero-overlay{display: none;}
	
	.wrapper-inner, .wrapper-center{width: 95%;}
	h1{font-size: 26px;}
	
.contact-map{ height: 300px;}

	.search{width: 90%;}
	.map-overlay{width:100%;position: relative; margin-bottom: 0;}

.footer .wrapper-inner{text-align: center;}
.footer li {display: inline-block; list-style: none; text-transform: uppercase; margin: 0 5px;}
.footer .fa{float: none; text-align: center; display: block; font-size: 22px; margin-top: 30px;}
}


@media only screen and (max-width: 730px) {
.header-wrapper{padding-bottom: 30px;}
.header-wrapper p{padding: 5px 10px 10px 5px;}
	
.logo{top: 82px;}
.logo img{max-width: 250px;}
	
	
.search{position: relative; margin-top: 0; width: 100%; margin: 0 auto; text-align: center;}
	
.search-inner{text-align: center; margin: 0 auto;}
.search-inner h2{text-align: center; display: block; padding-top: 0px}
	
.keyword-search {width: 80%; margin: 0 auto; text-align: center; float: none;}
input[type='submit']{font-size: 22px !important;}
.keyword-search input{padding-left: 10px; font-size: 14px;}
.keyword-search .search-input{ width: 40%; padding-top: 12px;}

body{font-size: 14px;}

	
.wrapper-inner, .wrapper-center{text-align: center;}

.home-map{height:200px;}

#manu{max-width:29%;}	
	
.inv-btns-wrap{display: block;}
#inv-button{justify-content: flex-end; width: 100%;  margin: 5px auto; display: block}
	
	
	.searchfieldwrap{width:100%;}
	#searchform{text-align: center; margin: 0 auto}
	.radio{text-align: center;}
}


@media only screen and (max-width: 649px) {
	
	
	.contact-cols{ width: 90%; }

	.logo{top: 115px;}

}
@media only screen and (max-width: 560px) {
}

@media only screen and (max-width: 400px) {
	.header-wrapper p{width: 60%; font-size: 12px;}	

	.logo{top: 125px;}
	
}

