﻿/***** 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 --------*/

body {
overflow-x:  hidden;
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px; 
line-height: 26px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

h1, h2, h3, h4, h5 {font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px;}
p {font-family: 'Roboto Condensed', sans-serif;}
/*--- HEADER STYLES ---------------------*/
.logo {position: absolute; left:10%; top:15px; z-index: 300;}
.header-nav {text-align: right;}
.header-contact {background: #000; padding: 15px 0;}
.header-contact p {color:#fff; text-align: right; font-size: 18px; line-height: 28px;}
.header-contact p a {color:#ca0911;}




/*---BODY--------------------------------*/
.pad-25 {padding: 25px 0;}
.width-90 {width: 90%; margin: 0 auto;}
.width-70 {width: 70%; margin: 0 auto;}
.white-bg {background: #fff;}
.gray-bg {background: #212121;}
.black-bg {background: #000; display: inline-block; margin: 0 auto; width: 100%;}
.red-text{color:#EE1C25;}
.white-text{color:#fff;}
.black-text{color:#000;}
.hp-flex {display: flex; flex-direction: row; align-items: center; margin-top:-40px; margin-bottom: 40px;z-index: 99999; width: 90%; margin: 40px auto}

.ql-1 {width: 40%; align-items: center; justify-content: flex-start; padding:60px 0; box-shadow: 5px 5px 5px #333; margin-right: 2%;}
.ql-1 h1 {font-size: 42px; line-height: 46px;}
.ql-1 h2 {font-size: 35px; line-height: 45px;}


.ql-2 {width: 30%; align-items: center; justify-content: flex-start; margin: 0 auto; margin-right: 2%;}
 .ql-2 h2, .ql-2 p {text-align: center; color:#fff; margin: 0 auto; padding: 8px 0;}
.ql-2 .ql-icon img {margin: 0 auto; text-align: center; max-width: 75px; width: 100%;}
.ql-icon {text-align: center;}

.red-ql {background: #ca0911; padding: 10px 0 10px 10px; color:#fff; text-transform: uppercase; letter-spacing: 1px; font-size: 18px; margin: 10px 0; font-family: 'Roboto Condensed', sans-serif;transition: .3s ease;}
.red-ql:hover {background: #212121; transition: .3s ease;}
.red-ql .red-arrow {background: #EE1C25; padding: 10px 20px; font-size: 18px; color:#fff; text-align: right; margin-top:-10px; float: right;}

.footer-flex {display: flex; flex-direction: row; align-items: center;}
.map {justify-content: flex-start; width: 50%; }
.map-info {justify-content: flex-start; width: 50%; align-items: center;}
.map-info img, .map-info h1 {display: inline-block; vertical-align: middle;}
.map-info h1 {font-size: 28px; line-height: 35px;font-weight: 300; margin-left:15px;}
.map-info p {column-count: 2; column-gap: 25px; font-size: 18px; line-height: 25px; margin-top:25px; text-transform: uppercase; letter-spacing: 1px;}
.map-info p a {color:#ca0911; text-decoration: underline; font-weight: 600; }

.text-overlay {position: absolute; margin-top:-400px; z-index: 99999;}

.text-overlay h2 {font-size: 42px; }
.text-overlay h2, .text-overlay p {width: 40%; margin-left:5%; color:#fff;}
.text-overlay .red-btn {margin-left:5%; background:#ca0911; padding: 10px 25px; display: inline; text-align: center; color:#fff; }
.text-overlay p {padding: 25px 0;}

/* Pop up */
#overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7;opacity: 0.7;z-index: 200;display: none;}

.popup{width: 100%;z-index:600; overflow-y:scroll!important; padding:0 5px 50px 5px; box-sizing:border-box; margin:0 auto;padding-top:150px;background: rgba(0,0,0,.8);top:0;display: none;position:fixed;height: 100%;}

.person{width: 100%; overflow-y:scroll; display:none; padding-bottom:50px; margin:0 auto;padding-top:150px;background: rgba(0,0,0,.8);top:0;position:fixed;z-index: 101;height: 100%;}

.popcontainer{overflow-y: scroll; padding-bottom:50px; box-sizing:border-box; width:100%;max-width: 800px;min-height: 350px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding: 40px;box-shadow: 0 2px 5px #000;}
.popcontainer .flex-form h2{padding-top:0!important;}
.popcontainer img{max-width:200px;width:100%;padding: 10px;}
.popcontainer div {margin: 0 auto;}
.popcontainer h2 {font-size: 24px;}

.popcontainer .close{float: right;font-size:25px;color:#000;border:solid 2px #000;position: absolute;top: 15px;right: 15px;padding:10px 13px; transition: .3s ease;}

.popcontainer p{font-size:15px; line-height:1; color:#333; padding:5px 0;}
.popcontainer .close:hover{
cursor: pointer;
	background:#ca0911;
	color: #fff;
	border:solid 2px #ca0911;
}
.popcontainer img{margin:0 auto;}
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

.popcontainer .pop-content {
	padding: 20px;
	background-image: radial-gradient(rgba(255, 255, 255, 0.2), #fff 70% ), url("../siteart/pop-up-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

/*--------FORM STYLES--------------------*/
#formpage { vertical-align:top; margin: 0 auto;  text-align:left;}

#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:30.4%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.form-left .formfield {
	width:30.6%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.formfield-half {
	width:48%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	margin-left: 0;
	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-weight: bold; letter-spacing: 1px; display: block; text-align: center;}
#formpage a:hover {color:#000;  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: #FF2529; /* For browsers that do not support gradients */
    line-height:22px;
    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;
    background: #000; /* For browsers that do not support gradients */
    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 ----------------*/
footer {background: #000; text-align: center; border-top:1px solid #fff; padding: 10px 0;}
.copyright h4 {color:#fff; text-align: center;}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1800px) {
		.text-overlay {position: absolute; margin-top:-250px; z-index: 300;}
}
@media only screen and (max-width: 1200px) {
	.logo {position: relative; margin: 0 auto; text-align: center; top:0; left:0; z-index: 9;}
	.logo img {max-width: 200px; width: 100%;}
	.hp-flex {display: block; width: 100%;}
	.ql-1 {width: 90%; display: block; margin: 0 auto; text-align: center; box-shadow: none; }
	.ql-2 {width: 47%; display: inline-block; vertical-align: middle;}
	.map-info h1 {font-size: 30px;}
	.map-info p {font-size: 14px;}
	.text-overlay p {width: 70%;}
	.formfield {width: 29.4%}
	
}

@media only screen and (max-width: 1000px) {
	.footer-flex {display: block; padding: 25px 0;}
	.map, .map-info {width: 100%; text-align: center;}
	.map-info img {max-width: 50px;}
	.whoweare p, .whoweare h2 {width: 93%;}
	.header-contact p {text-align: center; font-size: 14px; line-height: 20px;}
	.formfield {width: 97%;}
	.text-overlay {position: relative; margin-top: 0; padding: 25px 0;background: #000;}
	.text-overlay p {width: 90%; color:#fff; margin: 0 auto; }

	
}

@media only screen and (max-width: 800px) {
	.width-70 {width: 85%;}
	.hp-flex {margin: 0 auto;}
	.ql-1 h1 {font-size: 25px; line-height: 32px;}
	.ql-1 h2 {font-size: 20px; line-height: 26px;}
	.ql-2 {width: 100%; margin:15px auto;}
	.map-info p {column-count: 1;}
	.copyright h4 {font-size: 16px;}
	.pad-25 {padding: 10px 0;}
}

@media only screen and (max-width: 600px) {
.popcontainer div {max-width: 300px;}
	.popcontainer .pop-content {
	background-image: radial-gradient(rgba(255, 255, 255, 0.2), #fff 70% ), url("../siteart/pop-up-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

}

@media only screen and (max-width: 450px) {
.popcontainer h2 {font-size: 21px; padding: 0 20px;}

}



