﻿/***** 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;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/*-------- 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 --------*/
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}

h1 {
	font-size: 35px;
	line-height: 42px;
}

body {
	overflow-x: hidden;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


hr {
	border: #000 1px solid;
}

#lt-orange-text {
	color: #ff9c00
}

#orange-text {
	color: #ff7200
}

#blk-text {
	color: #fff;
}

/*--- HEADER STYLES ---------------------*/
header {
	display: flex;
	flex-direction: row;
}

.header-left {
	background: #000;
	width: 80%;
	align-items: center;
	justify-content: flex-start;
}

.header-contact {
	background: #212121;
	width: 20%;
	align-items: center;
	justify-content: flex-start;
	padding-top: 30px;
}

.logo {
	display: inline-block;
	width: 30%;
	text-align: center;
	vertical-align: middle;
}

.logo img {
	width: 100%;
	max-width: 300px;
	text-align: center;
}

.header-nav {
	width: 68%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	font-family: 'Roboto Condensed', sans-serif;
}

.top-nav,
.btm-nav {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}

.lt-orange-btn {
	display: inline-block;
	padding: 10px 0;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #ff9c00;
	color: #000;
	font-weight: 600;
	margin: 5px;
	transition: .3s ease;
	font-family: 'Roboto Condensed', sans-serif;
}

.orange-btn {
	display: inline-block;
	padding: 10px 0;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #ff7200;
	color: #000;
	font-weight: 600;
	margin: 5px;
	transition: .3s ease;
	font-family: 'Roboto Condensed', sans-serif;
}

.orange-btn2 {
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
	width: 400px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #FF0F1A;
	color: #000;
	font-weight: 600;
	margin: 5px;
	transition: .3s ease;
	font-family: 'Roboto Condensed', sans-serif;
}

.lt-orange-btn:hover,
.orange-btn:hover {
	background: #F9DE06;
}

.orange-btn2:hover {
	background: #B40003
}

.header-contact .fas {
	color: #fff;
}

.contact-row {
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

/*---BODY--------------------------------*/
.pad-50 {
	padding: 50px 0;
}

.pad-100 {
	padding: 100px 0;
}

.width-90 {
	width: 90%;
	margin: 0 auto;
}

.width-70 {
	width: 70%;
	margin: 0 auto;
}

.ql-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color:#000000!important
}

.ql {
	width: 33.33%;
	justify-content: flex-start;
	background-color:#000000!important;
}
.ql a {
	background-color:#000000!important;
}
.ql a img {
	width: 100%;
	background-color:#000000!important;
}

.ql a img:hover {
	opacity: .8;
}

.ql-text {
	position: absolute;
	margin-left: 50px;
	margin-top: -100px;
}

.ql-text h2 {
	color: #fff;
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: 2px;
}

.ql-text h4 {
	color: #ff9c00;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 24px;
	transition: .4s ease;
}

.ql-text h4:hover {
	letter-spacing: 2px;
}
.hp-about {
	margin-bottom: -10px;
	padding-bottom: 0px;
	
	
}
.flex-finance {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

.option {
	width: 30%;
	margin: 25px 1%;
	text-align: center;
	justify-content: flex-start;
}

.option img {
	max-width: 300px;
	width: 100%;
	padding: 25px 0;
}

.option a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	background: #000;
	color: #fff;
	padding: 10px 0;
	width: 100%;
	display: block;
}

.border {
	padding: 10px 10px;
	text-align: center;
	background: #FF7F00;
	color: #000 !important;
	border-bottom: 5px solid #000;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.about-header {
	background: #000;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.about-sect {
	background: #fff;
	padding: 25px 0;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.column-count {
	column-count: 2;
	column-gap: 25px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
}

.column-count a {
	color: #000;
}

/* SLIDESHOW */

.cycle-slideshow {
	width: 100%;
	line-height: 0;
	z-index: 10;
	position: relative;
	padding-bottom: 5px;
	background-color:#000!important;
}

.cycle-slideshow img {
	width: 100%;
	z-index: 5 !important;
	position: relative;
	background-color:#000!important;
}

.cycle-slideshow .cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 25 !important;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
	folor:white!important;
}

.cycle-slideshow .cycle-pager span {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 30px;
	line-height: 30px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}

.cycle-slideshow .cycle-pager span.cycle-pager-active {
	color: #FF7F00;
}

.cycle-slideshow .cycle-pager>* {
	cursor: pointer;
}

.slide {
	width: 100%;
	z-index: 5 !important;
	background-color:#000!important;
}

.slide img {
	width: 100%;
	z-index: 5 !important;
}

.slide .slide-link {
	position: absolute;
	width: 100%;
	max-width: 1000px;
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
	bottom: 60px;
	z-index: 30;
	line-height: normal;
}

.slide .slide-link .link-text h2 {
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #FF7F00;
	font-size: 70px;
	letter-spacing: 2px;
	font-weight: 900;
	font-style: italic;
	text-shadow: 4px 4px 3px #000;
}

.slide .slide-link .link-text p {
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #fff;
	font-size: 25px;
	letter-spacing: 2px;
	text-shadow: 4px 4px 3px #000;
	font-weight: 600;
	font-style: italic;
}

.slide .button-link a {
	display: block;
	margin: 10px 0;
	background: #212121;
	padding: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
	max-width: 300px;
	letter-spacing: 1px;
}

.slide .button-link a:hover {
	background: #000;
	color: #fff;
}

/*--------FORM STYLES----------------------*/
#formpage {
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	border-top: 1px solid #ddd;
}

#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-align: left;

}

#formpage input {
	padding: 6px 5px 10px;
	border: 1px solid #8e8d8d;
	font-size: 13px;
	background: #fff;
}

#formpage textarea {
	padding: 6px 0px;
	border: 1px solid #8e8d8d;
	font-weight: 700;
	color: #000;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
}

/* 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 #8e8d8d;
	color: #202e3b;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	padding: 8px 5px;
	margin-top: 4px;
	width: 100%;
}

.formfield {
	width: 31.2%;
	display: inline-block;
	margin-right: 12px;
	margin-top: 10px;
	color: #000;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;

}

.formfield-2 {
	width: 97%;
	display: inline-block;
	margin-right: 12px;
	margin-top: 10px;
	color: #000;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;

}

.fullformfield {
	width: 100%;
	display: inline-block;
	margin-right: 12px;
	margin-top: 10px;
	color: #000;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;

}

#formpage input {
	width: 100%;
	margin-top: 5px;
}

#formpage input.larger {
	width: 100%;
}

#formpage textarea {
	width: 98.5%;
	height: 85px;
	font-family: 'Roboto Condensed', sans-serif;
}

#formpage input.radio {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline;

}

/* focus states of various types of fields */
#formpage a {
	color: #000;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

#formpage a:hover {
	color: #000;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline
}

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background: #F4F4F4;
	color: #000;
	border: 1px solid #abacac;
	outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background: none;
	border: 0;
	outline-style: none;
}

#formpage input.button,
#formpage input.button:focus {
	width: 115px;
	margin: 0;
	background: #FF7F00;
	/* For browsers that do not support gradients */
	line-height: 18px;
	color: #fff;
	padding: 10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
}

#formpage input.button:hover {
	width: 115px;
	margin: 0;
	padding: 10px 0px;
	background: #000;
	/* For browsers that do not support gradients */
	line-height: 14px;
	color: #fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label {
	color: #212121;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;

}

#formpage label.basic {
	color: #212121;
	font-size: 13px;
	text-align: left;
	padding: 10px 10px;
}

/*control the Captcha */

.CaptchaPanel {
	margin: 0 auto !important;
	padding: 0 0 0 0 !important;
	line-height: normal !important;
	color: #000;
	width: 70%;
	text-align: center;
}

.CaptchaImagePanel {
	text-align: center;
	margin-top: 10px;
	padding: 0 0 0 0;
}

.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 !important;
}

.CaptchaAnswerPanel {
	margin: 0 0 0 0;
	padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0 !important;
	text-align: center !important;
}

.CaptchaWhatsThisPanel a {
	color: #000;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}

.CaptchaImagePanel {
	text-align: center !important;
	margin: 0 auto !important;
}






/*-------- FOOTER STYLES ----------------*/
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 92px;
}

footer {
	background: #212121;
	padding: 10px 0;
}

footer h4 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 25px;
	margin-top: 25px;
}

.footer-col {
	column-count: 2;
	column-gap: 25px;
	max-width: 500px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.footer-col a {
	color: #fff;
	transition: .3s ease;
}

.footer-col a:hover {
	color: #ff9c00;
}

.contact-spacer {
	margin: 0 0 0 20%;
}

.footer-col-contact {
	column-count: 1;
	column-gap: 25px;
	max-width: 500px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.footer-col-contact a {
	color: #fff;
	transition: .3s ease;
}

.footer-col-contact a:hover {
	color: #ff9c00;
}

.copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	flex-basis: 100%;
}

.copyright h4 {
	font-size: 14px;
	border-top: 1px solid #333;
	padding: 10px 0;
}

.footer-div {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1600px) {
	.option a {
		font-size: 14px;
	}

	.orange-btn,
	.lt-orange-btn {
		width: 118px;
	}

	.orange-btn2 {
		width: 368px;
	}
}

@media only screen and (max-width:1300px) {
	.header-contact {
		padding-top: 0px;
	}

	.width-70 {
		width: 90%;
	}

	.slide .slide-link {
		bottom: 30px;
	}

	.slide .slide-link .link-text h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.formfield {
		width: 29%;
	}
}

@media only screen and (max-width:1068px) {
	.border {
		font-size: 20px;
	}
}


@media only screen and (max-width:1050px) {

	.orange-btn,
	.lt-orange-btn {
		width: 177px;
		font-size: 14px;
	}

	.contact-row {
		font-size: 14px;
		line-height: 24px;
	}

	.flex-finance {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.option {
		width: 100%;
		padding: 15px 0;
	}

	.ql-text h2 {
		font-size: 22px;
	}
}


@media only screen and (max-width: 900px) {
	header {
		display: block;
	}

	.header-left {
		width: 100%;
	}

	.header-contact {
		width: 100%;
		text-align: center;
	}

	.contact-row {
		display: inline-block;
		width: 48%;
		padding-bottom: 10px;
		vertical-align: middle;
	}

	.slide .slide-link {
		display: none;
	}

	.ql-container {
		display: block;
	}

	.ql {
		width: 100%;
	}

	.footer-col {
		column-count: 1;
	}

	.formfield {
		width: 97%;
	}
}

@media only screen and (max-width: 768px) {
	.border {
		font-size: 16px;
		padding: 10px 10px;
	}
}



@media only screen and (max-width: 600px) {
	.header-nav {
		width: 98%;
	}

	.header-left {
		text-align: center
	}

	.logo {
		width: 48%;
	}

	.orange-btn,
	.lt-orange-btn {
		width: 49%;
		margin: 0 auto;
		display: inline-block;
		vertical-align: middle;
		padding: 5px 0;
		font-size: 12px;
	}

	.orange-btn2 {
		width: 99%;
		font-size: 12px;
		margin: 5px auto;
		padding: 5px 0;
	}
}

@media only screen and (max-width: 450px) {
	.contact-spacer {
		margin: 0;
		flex-basis: 100%;
	}
}