﻿/***** 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: #000;  color: #fff; text-shadow: none; } 
::selection { background: #000; 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 {  }

.header { 
	width: 100%; background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(195,195,195,1) 50%, rgba(18,18,18,1) 50%, rgba(18,18,18,1) 100%); display: flex; justify-content: center; }
.header > div { 
	display: flex; justify-content: space-between; background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(184,184,184,1) 290px, rgba(18,18,18,1) 410px, rgba(18,18,18,1) 100%); padding: 0 0 0 5%; box-sizing: border-box; width: 100%; max-width: 2000px; }
.header-logo { width: 280px; }
.header-logo img { width: 280px; padding: 24px 0 10px 0; box-sizing: border-box; }
.header-right { width: calc(100% - 280px); height: 100%; display: flex; justify-content: space-between; align-items: flex-end; }
.nav-div { 
	padding: 0 20px 0 100px; box-sizing: border-box; width: calc(100% - 230px); display: flex; justify-content: flex-start; }
.header-soc { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-around; height: 100%; }
.header-soc a.listed { color: #999; margin: 0 24px; }
.header-soc a.listed:hover { color: #000; background: #ccc; }

/*---BODY--------------------------------*/

.btnclass { 
	font-family: 'Bai Jamjuree', sans-serif; font-size: 17px; font-weight: 600; text-transform: uppercase; font-style: italic; text-align: center; letter-spacing: .5px; padding: 12px 36px; box-sizing: border-box; border: 1px solid #ccc; color: #cdcdcd; transition: .15s ease-in; }
.btnclass:hover { background: #ccc; color: #000; transition: .15s ease-in; }
a.listed { 
	font-family: 'Bai Jamjuree', sans-serif; font-size: 16px; color: #fff; display: flex; align-items: center; padding: 16px; box-sizing: border-box; transition: .15s ease-in; }
a.listed i, a.listed svg { font-size: 16px; width: 24px; text-align: center; margin: 0 12px 0 0; }
a.listed.email-sm { font-size: 14px; transition: .15s ease-in; }
a.listed:hover { background: #ccc; color: #000; transition: .15s ease-in; }
a.invisilink { font-family: 'Bai Jamjuree', sans-serif; color: #fff; font-weight: 600; }
a.invisilink:hover { text-decoration: underline; }

/*--------FORM STYLES--------------------*/


/*-------- FOOTER STYLES ----------------*/
footer {  }

.footer { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 44px 0 0 0; box-sizing: border-box; }
.footer > .scrolling-inv-wrapper { align-self: flex-end; width: 90%; height: 90px; margin: 0 0 64px 0; position: relative; }
.scrolling-inv-wrapper:before { 
	position: absolute; z-index: -1; content: ""; top: -24px; bottom: -24px; left: -24px; right: 0; border: 1px solid #999; border-right: none; }
.scrolling-inv-wrapper .scrolling-inv { width: 100%; height: 90px; overflow: hidden; }
.scrolling-inv iframe { width: 100%; }
.midfoot { 
	width: 100%; background: #8a8a8a; display: flex; justify-content: center; align-items: center; padding: 16px 5% 8px 4%; box-sizing: border-box; border-top: 12px solid #121212; }
.foot-logo { display: flex; justify-content: flex-start; width: 240px; }
.foot-logo img { width: 240px; }
.foot-nav { width: calc(100% - 240px); max-width: 1760px; display: flex; justify-content: flex-end; align-items: center; }
.foot-nav a { 
	font-family: 'Bai Jamjuree', sans-serif; font-size: 18px; text-transform: uppercase; padding: 12px 16px; box-sizing: border-box; margin: 0 8px; color: #000; transition: .15s ease-in; }
.foot-nav a:hover { background: #000; color: #fff; transition: .15s ease-in; }
.foot-soc { background: #121212; width: 100%; display: flex; justify-content: center; align-items: center; }
.foot-soc > div { 
	display: flex; justify-content: flex-end; align-items: center; width: 100%; max-width: 2000px; margin: 0 auto; box-sizing: border-box; }
.foot-soc a.listed { color: #bbb; margin: 12px 40px; }
.foot-soc a.listed:hover { color: #fff;  background: #000; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2000px) {
	.footer > .scrolling-inv-wrapper { width: calc(100% - 200px); }
}

@media only screen and (min-width: 1800px) {
	.header > div { 
		background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(184,184,184,1) 20%, rgba(18,18,18,1) 30%, rgba(18,18,18,1) 100%); }
	.nav-div { padding: 0 0 0 90px; }
}

@media only screen and (max-width: 1300px) {
	.nav-div { padding: 0 6px 0 100px; }
}

@media only screen and (max-width: 1250px) {
	.header > div { 
		background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(184,184,184,1) 200px, rgba(18,18,18,1) 300px, rgba(18,18,18,1) 100%); padding: 0 0 0 24px; }
	.header-logo { width: unset; }
	.header-logo img { width: unset; height: 100px; padding: 16px 0 4px 0; }
	.header-right { justify-content: flex-end; width: calc(100% - 236px); }
	.nav-div { padding: 0 6px 0 64px; }
}

@media only screen and (max-width: 1220px) {
	.midfoot { padding: 16px 8px 8px 4%; }
}

@media only screen and (max-width: 1200px) {
	.midfoot { flex-direction: column; padding: 16px 4% 8px 4%; }
	.foot-logo { width: 100%; margin: 0 0 12px 0; }
	.foot-nav { width: 100%; justify-content: space-around; }
}

@media only screen and (max-width: 1150px) {
	.nav-div { order: 2; width: unset; height: 100%; align-items: center; padding: 0; }
	.header-soc { order: 1; flex-direction: row; justify-content: flex-end; align-items: center; width: calc(100% - 84px); }
	.header-soc a.listed { padding: 32px 16px; }
}

@media only screen and (max-width: 1050px) {
	h1 { font-size: 38px; }
	h2 { font-size: 38px; }
	span.title-sm { font-size: 34px; }
	.foot-nav a { margin: 0 2px; }
	.foot-soc > div { justify-content: space-around; padding: 0 12px; }
	.foot-soc a.listed { margin: 12px 0; }
}

@media only screen and (min-width: 900px) {
	.show900 { display: none; }
}

@media only screen and (max-width: 900px) {
	.hide900 { display: none; }
	.midfoot { flex-direction: row; justify-content: space-between; align-items: flex-start; }
	.foot-logo { width: calc(100% - 180px); margin: 16px 0 12px 0; }
	.foot-logo img { width: 100%; max-width: 240px; object-fit: contain; }
	.foot-nav { width: unset; flex-direction: column; }
}

@media only screen and (max-width: 850px) {
	h1 { font-size: 34px; }
	h2 { font-size: 34px; }
	span.title-sm { font-size: 30px; }
	.header-soc a.listed { margin: 0 2px; }
}

@media only screen and (max-width: 750px) {
	.header-soc a.listed span { display: none; }
	.header-soc a.listed i, .header-soc a.listed svg { font-size: 21px; margin: 0; }
}

@media only screen and (max-width: 700px) {
	.foot-soc > div { flex-direction: column; padding: 8px 0 50px 0; }
	.foot-soc a.listed { margin: 4px 0; }
}

@media only screen and (max-width: 650px) {
	h1 { font-size: 30px; }
	h2 { font-size: 30px; }
	.header > div { 
		padding: 0 0 0 10px; background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(184,184,184,1) 170px, rgba(18,18,18,1) 260px, rgba(18,18,18,1) 100%); }
	span.title-sm { font-size: 26px; }
	.btnclass { width: 100%; padding: 12px 0; }
	.footer > .scrolling-inv-wrapper { width: 100%; }
}

@media only screen and (max-width: 500px) {
	.header-logo { width: calc(100% - 84px); }
	.header-logo img { max-width: 100%; object-fit: contain; padding: 24px 10px 10px 0; }
	.midfoot { flex-direction: column; }
	.foot-logo { width: 100%; justify-content: center; }
	.foot-nav { width: 100%; }
}

@media only screen and (max-width: 450px) {
	h1 { font-size: 26px; }
	h2 { font-size: 26px; }
	span.title-sm { font-size: 23px; }
}

@media only screen and (max-width: 440px) {
	.header-soc a.listed { display: none; }
}

@media only screen and (max-width: 310px) {
	.nav-div { background: #121212; }
}






