﻿/***** 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; } 
/***** END RESET *****/
::-moz-selection { background: #a10808;  color: #fff; text-shadow: none; } 
::selection { background: #a10808; color: #fff; text-shadow: none; }
/* Clearfix */
.cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } .cf { *zoom: 1; }

/*-------- BODY STYLES --------*/
body {

}

a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: none; }
hr { border:#000 1px solid; }

/*--- HEADER STYLES ---------------------*/
header {  }

.king-header {
	position: relative; z-index: 1004; width: 100%; display: flex; justify-content: center; 
	background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, .4); box-sizing: border-box; 
}
.topheader { 
	position: absolute; top: 0; left: 50%; transform: translateX(-50%); 
	width: min(calc(100% - calc(min(8vw, 240px) + 530px)), 1150px); height: 42px; 
	display: flex; justify-content: center; align-items: stretch; column-gap: 16px; 
	padding: 0 24px; box-sizing: border-box; background: #a10808; 
	border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; 
}
.topheader .listed { color: #fff; font-size: 16px; padding: 0 20px; }
.topheader .listed:hover { color: #fff; opacity: .85; }
.header-main {
	width: min(100%, 2050px); display: flex; justify-content: space-between; align-items: flex-end; 
	padding: 0 0 0 min(4vw, 120px); box-sizing: border-box; 
}
.header-logo { padding: 0; margin: 0; display: flex; box-sizing: border-box; }
.header-logo img {
	object-fit: contain; object-position: 0% 100%; height: 132px; padding: 12px 0 16px 0; box-sizing: border-box; 
}
.nav-div { 
	display: flex; justify-content: flex-end; align-items: stretch; height: calc(100% - 50px); 
	padding-right: calc(min(4vw, 120px) - 20px); box-sizing: border-box; 
}

/* Site Colors: 
	
	--> Logo Red: #d70000; <--

		Darker Red #a10808; 
*/
/*---BODY--------------------------------*/
/* paragraphs / <p> / titles / <h1><h2><h3><h4> */
/* .txt-bold & forced (!important) text colors are in "forced styles" section */
p.txt-default, .content-sect p, .form-div p, .hero p, .subhero p {
	font-family: 'urbane', sans-serif; font-size: 16px; font-weight: 500; 
	line-height: 1.5; text-align: left; color: #000; 
}

.title { font-family: 'magistral', sans-serif; font-weight: 800; text-align: left; color: #000; }
h1.title, h2.title { font-size: 42px; }
h3.title { font-size: 28px; }
h4.title { font-size: 22px; }

.section-title {
	position: relative; z-index: 4; transform: translateY(calc(-50% - 5px)); 
	margin-bottom: -22px; width: unset; align-self: flex-start; 
}
.section-title:before {
	position: absolute; content: ""; z-index: -1; top: -4px; left: -24px; bottom: -4px; right: -24px; background: #fff; 
}

/* buttons / links / <a> / ctas */
.btnclass {
	display: flex; justify-content: center; align-items: center; border-radius: 5px; 
	font-family: 'urbane', sans-serif; font-size: 17px; font-weight: 600; line-height: 20px; 
	letter-spacing: .5px; text-transform: uppercase; font-style: italic; text-align: center; color: #fff; 
	position: relative; padding: 12px 24px; box-sizing: border-box; background: #d70000; 
	transition: .3s ease all; 
}
a.btnclass:hover, input.btnclass:hover, button.btnclass:hover { background: #a10808; }

.listed {
	display: flex; justify-content: center; align-items: center; 
	font-family: 'urbane', sans-serif; font-size: 17px; font-weight: 500; line-height: 20px; 
	letter-spacing: .5px; color: #000; position: relative; padding: 8px; box-sizing: border-box; 
	transition: .3s ease all; 
}
.listed i { width: 22px; text-align: center; margin-right: 12px; }
a.listed:hover { color: #a10808; }

.invisilink {
	font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; color: inherit; 
	display: inline; transition: .25s ease all; 
}
a.invisilink:hover { text-decoration: underline; color: #a10808; }
a.invisilink.dark-bg:hover { text-decoration: underline; color: #d70000; }

/* Shared Sections */
.inv-btns-slider-sect {
	position: relative; z-index: 3; /* .hero (1) < .round-edge (2) < .inv-btns-slider-sect (3) */
	display: flex; flex-direction: column; 
	width: min(92%, 1850px); margin: 40px auto; 
}
.inv-btns-slider-sect .title { width: unset; }
.cats-slider {
	width: calc(100% + 20px); margin: 12px -10px 0 -10px; display: block; position: relative; padding-bottom: 70px; 
}
.inv-btn { /* display: block */
	position: relative; height: 400px; background: #d70000; margin: 10px; 
}
.inv-btn img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; transition: .3s ease all; 
}
.inv-btn:after {
	position: absolute; z-index: 2; bottom: 0; right: 0; width: 50px; height: 50px; content: "\f061"; 
	font-family: 'Font Awesome 5 Free', icon; font-size: 24px; font-weight: 900; color: #fff; 
	display: flex; justify-content: center; align-items: center; box-sizing: border-box; 
	background: rgba(0, 0, 0, .4); transition: .3s ease all; 
}
.inv-btn-title {
	position: absolute; z-index: 3; bottom: 0; left: 0; width: calc(100% - 50px); 
	padding: 12px 16px 12px 12px; box-sizing: border-box; 
	font-family: 'urbane', sans-serif; font-size: 24px; font-weight: 700; line-height: 32px; letter-spacing: 2px; 
	text-align: left; text-transform: uppercase; color: #fff; text-shadow: 1px 1px 0 #000, 0 0 8px #000; 
}
.inv-btn:hover img { opacity: .85; }
.inv-btn:hover:after { background: rgba(0, 0, 0, .85); }

/* content sections */
.content-sect {
	display: flex; flex-direction: column; align-items: flex-start; row-gap: 20px; 
	padding: 40px; box-sizing: border-box; 
}
.content-sect p { width: 100%; }

.outlined-section {
	position: relative; border: 3px solid #a10808; padding: 0 40px 40px 40px; box-sizing: border-box; 
}

.mission {
	width: min(100%, 1850px); margin: 0 auto; position: relative; 
	display: flex; justify-content: center; align-items: center; 
}
.missionimg, .missionimg-left { 
	width: 36%; position: relative; min-height: 400px; 
	display: flex; justify-content: center; align-items: center; padding: 24px; box-sizing: border-box; 
}
.missionimg-left { padding-right: 0; }
.missionimg-left:before {
	position: absolute; z-index: 1; content: ""; bottom: 24%; left: 0; width: 70%; height: 43%; 
	background: #a10808; border-top-right-radius: 24px; border-bottom-right-radius: 24px; 
}
.missionimg img { 
	position: relative; z-index: 2; width: 100%; height: 100%; 
	object-fit: contain; object-position: center; 
}
.mission .content-sect { width: calc(64% - 120px); margin: 40px 60px; }

/* homepage - default.htm */
.hero {
	position: relative; z-index: 1; /* .hero (1) < .round-edge (2) < .inv-btns-slider-sect (3) */
	display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 24px; 
	background: #000; padding: 60px 5vw 80px 5vw; box-sizing: border-box; min-height: 500px; 
}
.hero img { 
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; filter: brightness(.75); 
}
.hero *:not(img) { position: relative; z-index: 2; }
.hero .title, .hero p { color: #fff; text-align: center; text-shadow: 0 0 12px #000; }
.hero .btnclass { box-shadow: 0 0 12px #000; }

.round-edge {
	position: relative; z-index: 2; /* .hero (1) < .round-edge (2) < .inv-btns-slider-sect (3) */
	display: flex; width: 100%; height: 80px; box-sizing: border-box; background: #fff; margin: -40px 0; 
	border-top-left-radius: 100%; border-top-right-radius: 100%; 
}

/* Subpages */
.subhero {
	width: 100%; display: flex; flex-direction: column; align-items: center; row-gap: 24px; 
	padding: 80px 5vw 120px 5vw; box-sizing: border-box; 
	background: #202020; background-image: url('/siteart/subhero.jpg?v=1.1'); 
	background-size: cover; background-position: center; background-repeat: no-repeat; 
}
.subhero .title, .subhero p { color: #fff; text-align: center; text-shadow: 0 0 12px #000; }
.subhero p { max-width: 650px; }
.subhero .btnclass { box-shadow: 0 0 12px #000; }

.subpages {
	width: min(100%, 2000px); position: relative; display: flex; justify-content: center; align-items: center; 
	margin: 0 auto; padding: 40px min(5vw, 120px); box-sizing: border-box; 
}
.subpages.mission { padding-left: 0; padding-right: 0; }

/* inventory-categories.htm */
.catspage {}
.cat-btns-sect {
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; column-gap: 20px; row-gap: 20px; 
}
.cat-btn {
	display: flex; flex-direction: column; align-items: stretch; position: relative; 
	width: calc(25% - 15px); min-height: 220px; background: #d70000; 
}
.cat-btn img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; transition: .3s ease all; 
}
.cat-btn-title {
	position: absolute; z-index: 3; bottom: 0; left: 0; width: calc(100% - 50px); 
	padding: 12px 16px 12px 12px; box-sizing: border-box; 
	font-family: 'urbane', sans-serif; font-size: 22px; font-weight: 700; line-height: 28px; letter-spacing: 1.5px; 
	text-align: left; text-transform: uppercase; color: #fff; text-shadow: 1px 1px 0 #000, 0 0 8px #000; 
}
.cat-btn:after {
	position: absolute; z-index: 2; bottom: 0; right: 0; width: 50px; height: 50px; content: "\f061"; 
	font-family: 'Font Awesome 5 Free', icon; font-size: 24px; font-weight: 900; color: #fff; 
	display: flex; justify-content: center; align-items: center; box-sizing: border-box; 
	background: rgba(0, 0, 0, .4); transition: .3s ease all; 
}
.cat-btn:hover img { opacity: .85; }
.cat-btn:hover:after { background: rgba(0, 0, 0, .85); }

/* our-brands.htm */
.brandspage {}
.brandspage .cat-btn { border: 2px solid #000; box-sizing: border-box; }
.brandspage .cat-btn img {
	object-fit: contain; padding: 12px 24px 58px 24px; box-sizing: border-box; background: #fff; 
}
.brandspage .cat-btn .cat-btn-title { color: #000; text-shadow: 1px 1px 0 #fff, 0 0 8px #fff; }

/* contact-us.htm */
.contactpage {}
#location {
	display: flex; align-items: center; row-gap: 20px; 
	padding: 60px 0 60px 60px; box-sizing: border-box; width: min(100%, 2000px); margin: 0 auto; 
}
#location .map-div { width: 50%; }
#location .content-sect { width: 50%; margin: 40px 60px; }

.map-div { display: flex; justify-content: stretch; align-items: stretch; min-height: 400px; }
.map-div iframe { width: 100%; min-height: 400px; }

/* thank-you.htm */
.thankyoupage {}

/* forced styles */
.txt-bold { font-weight: 700!important; }

/*--------FORM STYLES--------------------*/
.form-sect { 
	width: 100%; display: flex; justify-content: center; align-items: center; padding: 40px 5vw; box-sizing: border-box; 
}
.form-div { 
	width: 100%; max-width: 850px; display: flex; flex-direction: column; align-items: center; 
	padding: 40px; box-sizing: border-box; box-shadow: 0 2px 8px rgba(0, 0, 0, .3); background: #f4f4f4; 
}
.form-div .content-sect { width: 100%; padding: 0 0 24px 0; align-items: center; }
.form-div .content-sect .title, .form-div .content-sect p { text-align: center; }
.form-div form .title { width: 100%; margin: 16px 0 12px 0; }
.form-div form h3.title { font-size: 24px; }
.form-div form p.txt-default { width: 100%; text-align: left; }
.form-div form { 
	display: flex; flex-wrap: wrap; justify-content: flex-start; 
	width: 100%; max-width: 900px; margin: 0; 
}
.form-div form .formrow { display: flex; justify-content: center; width: 100%; }
.form-div form .formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; }

.form-div form label { 
	color: #000; font-family: 'magistral', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 500; 
	margin: 12px 0 0 0; box-sizing: border-box; width: 100%; 

}
.form-div form input[type="text"], .form-div form input[type="email"], .form-div form textarea, .form-div form #CaptchaAnswer {
	width: 100%; height: 50px; color: #000; font-family: 'urbane', sans-serif; font-size: 17px; font-weight: 500; 
	padding: 10px; box-sizing: border-box; margin: 8px 0; border: 1px solid #000; border-radius: 0; 
}
.form-div form textarea { height: 120px; }
.form-div form select { width: 200px; }

.form-div form a { cursor: pointer; margin: 20px 0 0 0; }
.form-div form .CaptchaMessagePanel { font-family: 'urbane', sans-serif!important; color: #000; }
.form-div form #CaptchaAnswer { width: 180px; }
.form-div form div.CaptchaWhatsThisPanel a { font-family: 'urbane', sans-serif!important; }
.form-div form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"], form input[type="submit"] { cursor: pointer; border: none; }

/*-------- FOOTER STYLES ----------------*/
footer {  }

.footer {
	width: 100%; display: flex; justify-content: center; align-items: flex-start; 
	position: relative; box-sizing: border-box; margin-top: 40px; 
}
.foot-logo-div { 
	width: min(25%, 400px); display: flex; justify-content: flex-end; align-items: flex-start; 
	padding: 50px 5vw; box-sizing: border-box; 
}
.foot-logo img {
	object-fit: contain; object-position: 100% 0%; height: 132px; padding: 16px 0; box-sizing: border-box; 
}
.footer-main { 
	width: min(75%, 1100px); display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
	row-gap: 40px; padding: 40px min(5vw, 40px) 20px min(120px, max(5vw, 60px)); box-sizing: border-box; 
	background: #a10808; border-top-left-radius: 60px; 
}
.foot-col {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
	box-sizing: border-box; 
}
.foot-nav { width: 240px; }
.foot-nav a {
	font-family: 'urbane', sans-serif; font-size: 16px; font-weight: 600; line-height: 44px; font-style: italic; 
	letter-spacing: .5px; text-transform: uppercase; color: #fff; padding: 0 12px; box-sizing: border-box; 
	transition: .15s ease all; position: relative; 
}
.foot-nav a:hover { opacity: .85; transition: .3s ease all; }
.foot-soc .listed { color: #fff; padding: 12px; margin-bottom: 6px; }
.foot-soc .listed:hover { color: #fff; opacity: .85; }
.foot-foot { width: 100%; display: flex; justify-content: flex-end; box-sizing: border-box; }
.foot-foot p { color: #fff; font-size: 14px; text-align: right; }
.foot-foot a:hover { color: #fff; opacity: .85; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; background: #a10808; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1850px) {
	.missionimg-left:before { border-top-left-radius: 24px; border-bottom-left-radius: 24px; }
}

@media only screen and (max-width: 1500px) {
	h1.title, h2.title { font-size: 38px; }
}

@media only screen and (min-width: 1450px) {
	.footer-main { border-top-right-radius: 50px; }
}

@media only screen and (max-width: 1360px) {
	.inv-btn-title { font-size: 22px; }
	
	.cat-btn-title { font-size: 20px; }
	
	.foot-logo-div { width: 340px; justify-content: center; }
	.footer-main { width: calc(100% - 340px); }
}

@media only screen and (max-width: 1350px) {
	.topheader { width: calc(100% - 560px); column-gap: 8px; }
	.header-main { padding-left: 32px; }
	.header-logo img { height: 120px; padding-top: 10px; }
	.nav-div { padding-right: 12px; }
}

@media only screen and (max-width: 1280px) {
	h2.title { font-size: 36px; }
	
	.topheader { width: max(61%, min(720px, 100%)); column-gap: 16px; }
	
	.inv-btn { height: 380px; }
}

@media only screen and (max-width: 1220px) {
	.king-header { flex-direction: column; background: #fff; }
	.header-logo img { height: 116px; padding-top: 12px; padding-bottom: 14px; }
	.topheader { position: relative; }
	.nav-div { height: 100px; }
}

@media only screen and (max-width: 1200px) {
	.section-title:before { left: -16px; }
	
	.inv-btns-slider-sect { width: 97%; padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }
	.cats-slider { width: calc(100% + 40px); margin-left: -20px; margin-right: -20px; }
	
	.outlined-section:not(.inv-btns-slider-sect) { padding: 0 26px 32px 26px; }
	
	.mission .content-sect { width: calc(64% - 64px); margin-left: 32px; margin-right: 32px; }
	
	.hero { min-height: 450px; }
}

@media only screen and (max-width: 1150px) {
	h1.title { font-size: 34px; }
	h2.title { font-size: 30px; }
	
	.cat-btns-sect { column-gap: 16px; row-gap: 16px; }
	.cat-btn { width: calc(33.333333% - 11px); min-height: 200px; }
	
	#location { padding-left: 5vw; padding-right: 5vw; flex-direction: column; align-items: center; }
	#location .map-div { width: 100%; }
	#location .content-sect { width: unset; min-width: 450px; margin-top: 60px; }
}

@media only screen and (max-width: 1050px) {
	.inv-btn { height: 360px; }
	.inv-btn-title { font-size: 20px; }
	
	.mission { flex-direction: column; align-items: center; padding: 40px 0; }
	.mission .content-sect { order: 1; width: 90%; margin: 0 auto; }
	.missionimg, .missionimg-left { display: none; }
	
	.hero { min-height: 400px; }
	
	.cat-btn-title { font-size: 18px; }
	
	.foot-nav { width: 230px; }
}

@media only screen and (max-width: 1000px) {
	.foot-logo-div { padding-top: 40px; }
	.footer-main { flex-direction: column; row-gap: 32px; padding-top: 50px; padding-left: 50px; }
	.foot-soc { order: 1; }
	.foot-nav { order: 2; width: unset; }
	.foot-foot { order: 3; }
}

@media only screen and (max-width: 920px) {
	.foot-logo-div { width: 320px; }
	.footer-main { width: calc(100% - 320px); }
}

@media only screen and (max-width: 850px) {
	.subhero { padding-top: 60px; padding-bottom: 100px; }
	
	.cat-btns-sect { column-gap: 12px; row-gap: 12px; }
	.cat-btn { width: calc(50% - 6px); min-height: 180px; }
	
	.footer { flex-direction: column; margin-top: 0; }
	.foot-logo-div { width: 100%; padding-bottom: 24px; }
	.footer-main { width: 100%; padding-left: 5%; padding-right: 5%; padding-bottom: 60px; align-items: center; border-top-right-radius: 50px; }
	.foot-col { align-items: center; }
	.foot-nav a, .foot-foot p { text-align: center; }
	.foot-foot { justify-content: center; margin-top: 24px; }
}

@media only screen and (min-width: 801px) {
	.inv-foot-spacer { display: none!important; }
}

@media only screen and (max-width: 800px) {
	.round-edge { height: 40px; margin: -20px 0; }
	
	.form-div form .smcol { width: 100%!important; }
	.form-div form .formrow50s input { width: 100%!important; }
	.form-div form .formrow33s input { width: 100%!important; }
}

/* switch to true mobile header */
@media only screen and (max-width: 750px) {
	.hide750 { display: none!important; }
	
	.topheader { width: min(98%, 320px); }
	.header-main { flex-direction: column; align-items: center; padding: 0; }
	.header-logo img { padding: 16px; height: 120px; }
	.nav-div { width: 100%; height: 50px; padding: 0; }
	
	#location { padding-left: 0; padding-right: 0; padding-bottom: 0; }
	#location .content-sect { min-width: unset; margin-left: 8px; margin-right: 8px; padding-left: 5vw; padding-right: 5vw; }
	.form-sect { padding-left: 0; padding-right: 0; }
	.form-div { box-shadow: none; padding-left: 5vw; padding-right: 5vw; }
}

@media only screen and (max-width: 650px) {
	.mission .content-sect { width: 97%; }
	
	.subhero { padding-top: 50px; padding-bottom: 90px; }
}

@media only screen and (max-width: 550px) {
	h1.title { font-size: 30px; }
	
	.cat-btns-sect { row-gap: 10px; }
	.cat-btn { width: 100%; min-height: 130px; }
}

@media only screen and (max-width: 480px) {
	.btnclass { width: 100%; margin-left: auto; margin-right: auto; }
}

@media only screen and (max-width: 400px) {
	.round-edge { display: none!important; }
	
	.subhero { padding-bottom: 50px; }
	
	#location { padding-top: 0; }
}

@media only screen and (max-width: 300px) {
	.topheader { display: none!important; }
	
	.inv-btn:after, .cat-btn:after { display: none!important; }
}





