﻿/*===================== 
	Color information
	
	- Yellow #faee3d;
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto Condensed', sans-serif !important;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
.m-show{display: none;}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 36px; text-transform: uppercase; font-weight: 700;}
	h1 span{font-size: 18px; font-weight: 400;}
	h1 span.txt-yellow{font-size: 36px; font-weight: 700;}
	h2 {font-size:28px; font-weight: 700; text-transform: uppercase;}
	h2 span{font-size: 18px; font-weight: 400;}
	h2 span.txt-yellow{font-size: 28px; font-weight: 700;}
	h3 {font-size:28px; font-weight: 700; text-transform: uppercase;}
	h4 {font-size:26px; font-weight: 700; text-transform: uppercase;}
	h5 {font-size:18px; font-weight: 700; text-transform: uppercase;}

p {
	margin: 0;
	padding: 2.5% 0;
	font-size: 18px; 
	line-height: 26px;
	}

.img-wrap p{
	width:80%;
	padding:.5% 0 2% 0;
}

.bold {font-weight: bold;}
.italic{font-style: italic;}
.txt-yellow{color:#faee3d;}
.txt-white{color:#fff;}
/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: underline;
		}  

a.bk-yllw-btn{
	width:280px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	padding:1em 0;
	background: #faee3d;
	font-size: 16px;
	font-weight: 700;
	margin:1em 0;
	transition:.2s ease-in-out;
}
a.bk-yllw-btn:hover{
	background: #ddd236;
	text-decoration: none;
}
a.bk-black-btn{
	width:70%;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	padding:1em 0;
	background: #000;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	margin:1em 0;
	transition:.2s ease-in-out;
}
a.bk-black-btn:hover{
	background:#333;
	text-decoration: none;
}
a.full-width{
	display: block;
	width:100%;
}
/*===================== 
	header/top styles 
=======================*/

.home-top-wrap {
	width: 100%;
	margin: 0;
	background: url("/siteart/smokebg.png");
	background-size: cover;
	background-color: #000;
	}

header {
	margin: 0 auto;
	width: 95%;
	display: flex;
	flex-direction: row;
	padding: 5px 0 0 0;
	}

img.bk-main-logo{
	width:300px;
}
.bk-top-banner{
	margin: 0 auto;
	width: 95%;
	display: flex;align-items: center;
	flex-direction: row;
}

video.bk-top-vid{
	margin: 5em 0 -7em 0;
}
.txt-spacing-wrap{
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:1.5% 0;
	display:block;
	margin:0;
	width:100%;
	position:relative;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		display: flex;
		flex-direction: row;
		justify-content:space-evenly;
		}
		nav.primary ul li {
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color:#fff;
				font-size:19px;
				line-height:60px;
				text-decoration:none;
				padding:0;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:700;
				}	
			nav.primary ul li a:hover {
				color:#faee3d;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:14px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover 
			nav.primary ul li li a:hover { 
			}*/
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

/***** SEARCH FORM *****/
.search-area{
	width:100%;	
	padding:2% 0;
}
#inv-search{
	width:100%;
	display: flex;
}
#inv-search input.keyword{
	width:90%;
	padding:18px 10px;
	border-radius: 0;
	border: none;
	box-sizing: border-box;
}
#inv-search button.submit-btn{
	width:10%;
	padding:18px 0;
	border-radius: 0;
	border: none;
	background:#333333;
	font-size: 14px;
	color:#faee3d;
	transition:.2s ease-in;	
}
#inv-search button.submit-btn:hover{
	background:#000;
	border: none;
	cursor: pointer;
}
/*******************************/

.cutout-feature{
	position: absolute;
	right:0;
	top:150px;
	width: auto;
}

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding:3% 0 3% 0;
	}
.lt-yllw-wrap {
	width: 100%;
	background-color: #fffccf;
	margin: 0;
	padding:3% 0 3% 0;
}
.img-wrap{
	background: url("/siteart/brandbg2.jpg") top fixed;
	background-size: cover;
	padding:2% 0 3% 0;
	background-color: #000;
}
.texture-wrap{
	background: url(/siteart/light_grunge_bg_web.jpg);
	background-size: cover;
	padding:2% 0 3% 0;
}

.container {
	width:95%;
	margin: 0 auto;
	position: relative;
	}
.flex-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.fl-mid-align{align-items: center;}

.ex-top-pad{padding-top:8%;}
img.w-100{width:100%;}
img.w-60{width:60%;}
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 35%; box-sizing:border-box; padding:2% 4%}
.col-1-3-contact { width: 35%; box-sizing:border-box; padding:2% 4%}
.col-1-2 { width: 50%; box-sizing:border-box; padding:2% 4%;}
.col-2-3 { width: 65%; box-sizing:border-box; padding:2% 4%;}
.col-2-3-contact { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}
.col-1-1 {width: 100%; box-sizing: border-box; padding:2% 4%;}

.no-pad{padding:0;}
.add-marg{margin: 2% 4%; box-shadow: 0 0 8px 1px #aaa; border-radius: 15px;}
.blk-bg{background:#000;}
.wht-bg{background: #fff;}
.yllw-bg{background: #fffccf;}

.dk-bg1{background-color: #000000;}
.dk-bg2{background-color: #111111;}
.dk-bg3{background-color: #222222;}

/* Home Page Contact Area */
.bk-contact-block{
	background-color: #000;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.flex-contact-sq{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.flex-contact-sq ul{
	margin:0;
	padding:2rem 0 0 0;
}
.flex-contact-sq ul li{
	margin: 0;
	padding:0;
	font-size: 18px;
	color:#fff;
	list-style-type: none;
	padding:5px 0;
}
.bk-contact-square{
	flex-grow: 2;
    border-right: #fff solid 1px;
    padding: 0 5%;
    margin: 3% 0;
}
.bk-contact-block .bk-contact-square:nth-child(3){
	border-right:none;
}
.bk-yellow-square{
	flex-grow: 1;
	background:#faee3d;
	padding:7% 0 3% 3%;
}

.hero-vid {position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;margin-bottom: -70px;}
iframe.bk-top-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.flex-staff{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.column-padding-staff-members {
    display: block;
    width: calc(25% - 10px);
    margin: 5px;
    padding: 15px;
	box-sizing: border-box;
    border: 1px #333 solid;
	text-align: center;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 9999;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: #fff;
	margin: 24px;
  border-radius: 6px;
  position: relative;
}

.modal .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  padding: 0;
  line-height: 1;
  z-index: 10;
}

.modal-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 4px;
}



/*===================== 
	Testimonial styles 
=======================*/

.wrap-grey-bottom{width: 100%; height: auto; padding: 80px 0; position: relative; background-color: #CDCDCD;}
.container-1 {
    width:100%;
	max-width: 1300px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}
.review-slider-1 {
	padding:40px 0;
}
.review-cont-1 {
    background: #ffff;
    padding: 35px 95px;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: auto !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.review-stars {
	display: flex;
	justify-content: center;
	gap:2px;
	font-size: 12px;
	color:#F26B1C;
	padding-top: 10px;
}
.review-cont-1 .lg-text {
	font-size: 16px;
	text-align: center;
}
.review-cont-1 .sml-text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.review-cont-1 img {max-width: 100%; width: 200px;filter: brightness(0) saturate(100%) invert(85%) sepia(50%) saturate(618%) hue-rotate(358deg) brightness(106%) contrast(96%);margin: 0 auto;}



/*===================== 
	Form styles 
=======================*/
form.consign {
	width: 100%;
	box-sizing: border-box;
	color: #000;
  }
  form.consign select {
	width: 100%;
	padding: 9px 10px;
	box-sizing: border-box;
	display: inline-block;
  }
  form.consign input, form.consign textarea {
	width: 100%;
	padding: 9px 10px;
	box-sizing: border-box;
	display: inline-block;
	font-family: inherit;
  }
  form.consign textarea {
	height: 100px;
  }
  form.consign input.consignButton {
	width: 50%;
	display: block;
	margin: 30px auto 20px auto;
	background: #faee3d;
	font-size: 21px;
	font-weight: bold;
	color: #000;
	border: none;
  }
  form.consign input.consignButton:hover {
	cursor: pointer;
	background: #000;
	color:#fff;
  }
  form.consign input::-webkit-input-placeholder, form.consign textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
  }
  form.consign input::-moz-placeholder, form.consign textarea::-moz-input-placeholder { /* Firefox 19+ */
	color: #000;
  }
  form.consign input:-ms-input-placeholder, form.consign textarea::-mx-input-placeholder { /* IE 10+ */
	color: #000;
  }
  form.consign input:-moz-placeholder, form.consign textarea:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
  }
  form.consign input::placeholder, form.consign textarea::placeholder {
	color: #000;
	opacity: 1;
  }
  form.consign div.col-1-2 {
	width: 49%;
	box-sizing: border-box;
	float: left;
	padding: 1%;
  }
  form.consign div.col-1-4 {
	width: 24%;
	box-sizing: border-box;
	float: left;
	padding: 1%;
  }
  form.consign div.col-1 {
	width: 96%;
	padding: 1%;
  }

  /*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#faee3d !important; color: #000 !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #faee3d !important; color:#000 !important;}

/* ---- Parts ----- */
.parts-listing-container .parts-button{background: #faee3d !important; color:#000 !important;}
.parts-listing-container .parts-button:hover{background:#000 !important; color:#fff !important}
	
#part-detail-content .part-detail-additional-data .data-row .data-label{background:#000 !important; color:#000 !important;}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#faee3d !important; color:#000 !important;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#000;
	}
	
.foot-flex-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
footer .fa-brands{
	font-size: 28px;
	padding:0 3px;
}
ul.foot-links{
	margin:6% 0 0 0;
	padding: 0;
}
ul.foot-links li{
	padding: 2px 0;
	margin:0;
}
ul.foot-links li a{
	color:#fff;
	text-transform: uppercase;
	font-size: 18px;
}

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1230px)  {

	nav.primary ul li a {font-size:16px;}	
	img.bk-main-logo{width:100%; padding-top:8%;}

	.bk-contact-square{padding: 0 2%;}
	.cutout-feature {
		top: 185px;
		width: 50%;
	}
	.img-wrap p{
		width:100%;
		padding:.5% 0 2% 0;
	}
}

@media screen and (max-width: 960px)  {
	header {
		margin: 0 auto;
		width: 95%;
		display: block;
	}
	img.bk-main-logo{
		width: 50%;
		display: block;
		padding-top: 1%;
		margin: auto;
		position: relative;
	}
	.txt-spacing-wrap{
		padding:8% 0 0 0;
	}
	.flex-wrap{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.img-wrap{
		padding:2% 0 6% 0;
	}
	.container {
		width:100%;
		margin: 0;
		}
	.col-1-3 { width: 100%; box-sizing:border-box; }
	.col-1-2 { width: 100%; box-sizing:border-box; }
	.col-2-3 { width: 100%; box-sizing:border-box; }
	.col-1-3-contact { width: 100%; box-sizing:border-box; padding:2% 4%}
	.col-2-3-contact { width: 100%; box-sizing:border-box;}
	.m-hide{display: none;}
	.m-show{display: block;}
	.hero-vid {margin: 0 !important;}
	.m-no-pad{padding:0;}
	.ex-top-pad {padding-top: 0;}
	.add-marg{margin:0; box-shadow: none; border-radius:0;}

	.bk-contact-block{
		background-color: #000;
		display: block;
	}
	.bk-contact-square{
		flex-grow: 0;
		border-right: none;
		padding: 6% 10% 0 10%;
		margin: 0;
	}
	.flex-contact-sq ul {
		padding: 1rem 0 0 0;
	}
	.bk-contact-square .col-1-2{
		width:50%;
		box-sizing:border-box;
	}
	.bk-contact-block .bk-contact-square:nth-child(3){padding: 6% 10%;}
	.bk-yellow-square{padding: 4% 10% 4% 10%;}

	.column-padding-staff-members {
		width: calc(50% - 10px);
	}

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 20%;
		display: block;
		position:absolute;
		font-size: 26px;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: none;
		top:1em;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #faee3d solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .more-arrow{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 12px 20px;
		color:#fff;
		background:none;
	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
}
@media screen and (max-width: 680px)  {
	.foot-flex-wrap{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.foot-flex-wrap .col-1-3{
		width:49%
	}
	.img-wrap{
		padding:2% 0 15% 0;
	}
}
@media screen and (max-width: 480px)  {

	#menu-button{ top:.4em;}

	.bk-contact-square{padding: 13% 10% 0 10%;}
	.bk-contact-block .bk-contact-square:nth-child(3){padding: 13% 10%;}
	.bk-yellow-square{padding: 13% 10%;}

	.img-wrap{
		padding:2% 0 18% 0;
	}

	form.consign div.col-1-2 {
		width: 98%;
		box-sizing: border-box;
		float: none;
		padding: 1%;
	  }

	.foot-flex-wrap .col-1-3{width:100%; padding:6% 4%;}
}
	
