﻿/***** 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;  
} 

/*-------- COLORS --------

*/

/***** 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;}

h1 { 
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 60px;
	line-height: 55px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
	color: #73787c; /* MED GRAY */
	padding: 20px; 
}
h2 { 
	font-family: 'Bai Jamjuree', sans-serif; 
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
	color: #000;
}
h3 { 
	font-family: 'Bai Jamjuree', sans-serif; 
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
	color: #000; 
}
p {
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #000; 
}
a { font-family: 'Bai Jamjuree', sans-serif; }

hr{ border:#000 1px solid; }

.green { color: #35a024; /* GREEN */ }

/*--- HEADER STYLES ---------------------*/
header {}

.header{
	border-top: solid 8px #f0f0f0;
	background: #fff url("/siteart/mark-horizontal-sm.jpg") 25px center;
	background-repeat: no-repeat;
	padding: 0 25px;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Bai Jamjuree', sans-serif;
	letter-spacing: 1px;
	position: relative;
}

.header:before{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	background: #35a024; /* GREEN */
	clip-path: polygon(0 0, 0% 100%, 25px 0);
}
.header:after{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	background: #f9ea3c; /* YELLOW */
	clip-path: polygon(100% 0, 100% 100%, calc(100% - 25px) 100%);
}

.header .logo { width: 210px; box-sizing: border-box; text-align: center; }
.header .header-contact-desktop {
	width: 425px;
	font-family: 'Bai Jamjuree', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.header .header-contact-desktop a { color: #2f2f2f; padding-right: 15px; }
.header .header-contact-desktop a i { color: #cecece; padding-right: 15px; }
.header .header-contact-mobile { display: none; }
.header .header-nav { width: calc(80% - 530px); }

/*---BODY--------------------------------*/

.hero {
	background: url("/siteart/hero.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.hero-padding { 
	display: flex; 
	flex-direction:column;
	justify-content: center;
	align-items: flex-start; 
	padding: 160px 10%; 
}
.hero h1 { 
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 60px;
	line-height: 55px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
	color: #fff;
}
.h1-yellow { color: #fbea3a; /* YELLOW */ }
.h1-light { font-size: 22px; line-height: 30px; font-style: normal; font-weight: 100; letter-spacing: 1px; }
.cta-hero {
	font-family: 'Bai Jamjuree', sans-serif;
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fbea3a; /* YELLOW */
	margin: 10px 0 0 0;
	padding: 12px 20px;
	border: #fbea3a 1px solid; /* YELLOW */
	border-radius: 20px;
}
.cta-hero:hover {
	background-color: #fbea3a; /* YELLOW */
	color: #000;
	font-size: 13px;
	font-weight: 900;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.wrapper-center90 {
	display: flex; 
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.ctas-row { display:flex; justify-content: space-between; }
.ctas-row a:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.333333%;
	height: 120px;
	margin: 25px 12.5px 25px 25px; 
	color: #000;
	font-family: 'Bai Jamjuree', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	border: #ccc 1px solid;
	border-radius: 1px;
}
.ctas-row a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.333333%;
	height: 120px;
	margin: 25px 12.5px; 
	color: #000;
	font-family: 'Bai Jamjuree', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	border: #ccc 1px solid;
	border-radius: 1px;
}
.ctas-row a:last-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.333333%;
	height: 120px;
	background-image: url("/siteart/mark-horizontal-yellow.jpg");
	background-color: #fbea3c; /* YELLOW */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 25px 25px 25px 12.5px;
	color: #000;
	font-family: 'Bai Jamjuree', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	/* border: #fbea3c 1px solid; */
}
.ctas-row a:hover {
	font-weight: 900;
	font-size: 21px;
	box-shadow: 2px 2px 5px 2px #cecece;
	-webkit-transition:.12s ease-in;  
	-moz-transition:.12s ease-in;  
	-o-transition:.12s ease-in;  
	transition:.12s ease-in;
}

.inv-btns-col50 {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 20px 0;
}
.inv-btns-col50 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65%;
	height: 80px;
	margin: 5px 12.5px; 
	background-color: #fff;
	color: #000;
	font-family: 'Bai Jamjuree', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	border: #ccc 1px solid;
	border-radius: 1px;
}
.inv-btns-col50 a:last-of-type {
	background-image: url("/siteart/mark-horizontal-yellow.jpg");
	background-color: #fbea3c; /* YELLOW */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inv-btns-col50 a:hover {
	font-weight: 900;
	font-size: 21px;
	box-shadow: 2px 2px 5px 2px #cecece;
	-webkit-transition:.12s ease-in;  
	-moz-transition:.12s ease-in;  
	-o-transition:.12s ease-in;  
	transition:.12s ease-in;
}
.inv-btns-row {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 20px 0;
}
.inv-btns-row a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.333333%;
	height: 80px;
	margin: 5px 12.5px; 
	background-color: #fff;
	color: #000;
	font-family: 'Bai Jamjuree', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	border: #ccc 1px solid;
	border-radius: 1px;
}
.inv-btns-row a:last-of-type {
	background-image: url("/siteart/mark-horizontal-yellow.jpg");
	background-color: #fbea3c; /* YELLOW */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inv-btns-row a:hover {
	font-weight: 900;
	font-size: 21px;
	box-shadow: 2px 2px 5px 2px #cecece;
	-webkit-transition:.12s ease-in;  
	-moz-transition:.12s ease-in;  
	-o-transition:.12s ease-in;  
	transition:.12s ease-in;
}

.flex50 { display: flex; justify-content: space-between; align-items: center; }
.homepage-content-bg {
	background-image: url("/siteart/mark-horizontal-lg.jpg");
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.pad-sides { padding: 0 5%; }
.padding-vertical { padding: 40px 4%; }
.pad { padding: 0 20% 0 5%; }
.pad p { font-family: 'Bai Jamjuree', sans-serif; font-size: 14px; line-height: 1.8; }
.heading-sm { 
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	color: #73787c; /* MED GRAY */
}

.col50 { width: 50%; display: flex; }
.col50-right { width: 50%; display: flex; justify-content: flex-end; }
.layer-front { position: relative; z-index: 5; }

.social-a { color: #232526; font-size: 20px; font-weight: 500; display: flex; justify-content: flex-start; align-items: center; }
.social-a:hover { color: #000; font-weight: 700; }
.social-a > i { padding: 0 10px 0 0; }

/*--- about.htm ---*/

.aboutpage { 
	background: #fff url("/siteart/mark-horizontal-lg.jpg") center;
	background-repeat: no-repeat;
}

/*--- contact.htm ---*/

.contactpage {
	background-image: url("/siteart/mark-horizontal-lg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	/* overflow-x: hidden!important; */
}
.contactpage > .flex50 { align-items: flex-start; }
.contact-left-div { padding: 0 20px 0 5%; }
.form-div { display: flex; flex-direction: column; align-items: center; background-color: #cecece; /* LIGHT GRAY */ }
h2.form-h2 { margin: 0 auto; padding: 10px 10px 0 10px; }
.contact-form-wrapper { width: 90%; }
form { 
	display: flex; 
	flex-direction: column; 
	align-items: flex-start; 
	width: 100%;
}
form > label { 
	padding: 14px 0 0 6px; 
	font-family: 'Bai Jamjuree', sans-serif; 
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
form > input[type=text] {
	margin: 2px 0; 
	padding: 6px; 
	display: flex; 
	width: calc(100% - 16px); /* TRUST ME, LEAVE THIS ALONE PLEASE */ 
	font-family: 'Bai Jamjuree', sans-serif; 
	font-size: 14px;
	letter-spacing: 1px;
} 
form > input[type=email] { 
	margin: 2px 0; 
	padding: 6px; 
	width: calc(100% - 16px); /* TRUST ME, LEAVE THIS ALONE PLEASE */ 
	font-family: 'Bai Jamjuree', sans-serif; 
	font-size: 14px;
	letter-spacing: 1px;
}
form > textarea { 
	margin: 2px 0; 
	padding: 6px; 
	width: calc(100% - 16px); /* TRUST ME, LEAVE THIS ALONE PLEASE */ 
	height: 120px; 
	font-family: 'Bai Jamjuree', sans-serif; 
	font-size: 14px;
	letter-spacing: 1px;
}
form .CaptchaPanel {
	margin: 16px auto;
}
form > input[type=submit] { 
	background-color: #35a024; /* GREEN */
	color: #000;
	border: 1px #fbea3c solid; /* YELLOW */
	margin: 0 auto 20px auto;
	padding: 12px 26px; 
	font-family: 'Bai Jamjuree', sans-serif; 
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
form > input[type=submit]:hover { 
	background-color: #3FBF2B; /* LIGHTER GREEN DO NOT USE for anything else */
	font-size: 15px; 
	padding: 11.5px 26px;
} 

/*--- thankyou.htm ---*/

.thankyoupage {
	background-image: url("/siteart/mark-horizontal-lg.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.thankyoupage > .flex50 { align-items: flex-start; padding: 0 5%; }

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-mobile { display: none; }
.footer { margin: -12px 0; }
.footer-padding {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.footer-left { display: flex; justify-content: flex-start; align-items: center; width: 100%; }
.footer-left-content { display: flex; justify-content: flex-start; align-items: center; width: 100%; padding: 12px 0 0 0; }
.footer-left-content h6 {
	color: #000;
	font-family: 'Bai Jamjuree', sans-serif;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 20px 0 10%;
}
.footer-right { display: flex; justify-content: flex-end; align-items: center; width: 100%; }
.footer-right-content { display: flex; justify-content: flex-end; align-items: center; width: 100%; padding: 12px 0 0 0; }
.footer-social a { color: #cecece; /* LIGHT GRAY */ padding: 0 25px; }
.footer-social a:hover { color: #858585; }
.footer-logo-div { padding: 0 5% 0 25px; }


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1220px) {
	.header .header-nav { width: calc(90% - 530px); }
	
	.ctas-row a { font-size: 16px; }
	.ctas-row a:first-of-type { font-size: 16px; }
	.ctas-row a:last-of-type { font-size: 16px; }
	.ctas-row a:hover { font-size: 17px; }
	
	.pad { padding: 0 10% 0 5%; }
	
	.layer-front iframe { height: 475px; }
}

@media only screen and (max-width: 1060px) {
	.header {
		background: #fff url("/siteart/mark-horizontal-sm.jpg") center;
		background-repeat: no-repeat;
	}
	.header .header-contact-desktop { display: none; }
	.header .header-contact-mobile { display: flex; padding: 0 12px; width: 33.333333%; }
	.header .header-contact-mobile a i { order: 1; color: #2f2f2f; font-size: 14px; padding: 0 10px; }
	.header .logo { order: 2; width: 33.333333%; }
	.header .header-nav { order: 3; display: flex; justify-content: flex-end; padding: 0 10px; width: 33.333333%; }
}

@media only screen and (max-width: 1000px) {
	.hero { height: 400px; display: flex; align-items: center; }
	.hero-padding { padding: 0 3%; }
	.hero h1 { font-size: 55px; line-height: 55px; }
	.h1-light { font-size: 22px; line-height: 30px; font-style: normal; font-weight: 100; letter-spacing: 1px; }
	
	.ctas-row a { font-size: 14px; height: 100px; }
	.ctas-row a:first-of-type { font-size: 14px; height: 100px; }
	.ctas-row a:last-of-type { font-size: 14px; height: 100px; }
	.ctas-row a:hover { font-size: 15px; }
	
	.wrapper-center90 { width: 100%; }
	
	.h1-styler { font-size: 55px; line-height: 55px; }
	h2.form-h2 { font-size: 32px; }
	
	.heading-sm { font-size: 20px; }
	
	.layer-front iframe { height: 300px; }
}

@media only screen and (max-width: 850px) {
	.heading-sm { font-size: 18px; }
	h2.form-h2 { font-size: 30px; }
}

@media only screen and (max-width: 800px) {
	h1 { font-size: 50px; }
	h2 { font-size: 32px; }
	
	.h1-styler { font-size: 50px; line-height: 52px; }
	.hero h1 { font-size: 50px; line-height: 52px; }
	
	.padding-vertical { padding: 20px 2%; }
	.homepage-content-bg { background-position: top; }
	.flex50 { flex-direction: column; }
	.col50 { width: 100%; padding: 10px 0; }
	.col50-right { width: 100%; padding: 10px 0; }
	.pad { padding: 0 5%; }
	.homepage-img-center { display:flex; justify-content: center; }
	
	.inv-btns-col50 a { width:80%; }
	.inv-btns-row a { font-size: 18px; }
	.inv-btns-row a:hover { font-size: 19px; }
	
	.contactpage { background-position: top center; }
	.contact-left-div { padding: 0 5%; width: 90%; }
	h2.form-h2 { padding: 0 10px; }
	
	.thankyoupage > .flex50 .col50 { justify-content: center; }
	
	.footer { display: none; }
	.footer-mobile { 
		display: flex; 
		justify-content: space-between; 
		width: 100%; 
		margin: -12px 0; 
		position: relative; 
		z-index: 1; 
	}
	.footer-left-m img { width: 20px; height: 250px; }
	.footer-right-m img { width: 20px; height: 250px; }
	.footer-padding-m { display: flex; justify-content: space-between; width: 100%; }
	.footer-content-m { display: flex; flex-direction: column; justify-content: center; align-items: center; }
	.footer-logo-div-m { display: flex; justify-content: center; padding: 20px; width: 300px; }
	.footer-social-m { display: flex; justify-content: space-around; width: 300px; }
	.footer-social-m a { color: #73787c; padding: 20px; }
	.footer-content-m h6 { 
		padding: 20px 0; 
		width: 300px;
		color: #000;
		font-family: 'Bai Jamjuree', sans-serif;
		text-transform: uppercase;
		font-weight: 200;
		font-size: 14px;
		text-align: center;
		letter-spacing: 1px;
	}
}

@media only screen and (max-width: 700px) {
	.hero {
		background-image: url("/siteart/hero-mobile.jpg");
		background-repeat: no-repeat;
		justify-content: center;
	}
	
	.ctas-row { flex-direction: column; justify-content: center; align-items: center; }
	.ctas-row a { width: 80%; margin: 6px; }
	.ctas-row a:first-of-type { width: 80%; margin: 6px; }
	.ctas-row a:last-of-type { width: 80%; margin: 6px 6px 12px 6px; }
	.inv-btns-row a { font-size: 14px; }
	.inv-btns-row a:hover { font-size: 15px; }
}
	
@media only screen and (max-width: 600px) {
	h1 { font-size: 42px; }
	h2 { font-size: 26px; }
	
	.social-a { font-size: 16px; }
	
	.ctas-row a { height: 80px; }
	.ctas-row a:first-of-type { height: 80px; }
	.ctas-row a:last-of-type { height: 80px; }
	.inv-btns-row { flex-direction: column; }
	.inv-btns-row a { width: 100%; }
	
	/*form > input[type=text] { width: 100%; }
	form > input[type=email] { width: 100%; }
	form > textarea { width: 100%; }*/
}

@media only screen and (max-width: 450px) {
	h1 { font-size: 36px; }
	h2 { font-size: 22px; }
	h2.form-h2 { font-size: 22px; }
	
	.h1-styler { font-size: 40px; line-height: 42px; }
	.hero h1 { font-size: 40px; line-height: 42px; }
	
	/*form > input[type=text] { width: 90%; }
	form > input[type=email] { width: 90%; }
	form > textarea { width: 90%; }*/
	
	.footer-left-m img { height: 250px; }
	.footer-right-m img { height: 250px; }
	.footer-logo-div-m { padding: 20px 0; width: 200px; }
	.footer-social-m { width: 200px; }
	.footer-social-m a { padding: 20px; }
	.footer-content-m h6 { width: 200px; font-size: 12px; }
}




