﻿/***** 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;	
}


/* STYLES 

orange: #fc4000;
gray: #4b4b4b;
font-family: 'Open Sans', sans-serif;
*/


ol, ul {list-style: none;}
.clear {clear: both;}

/***** END RESET *****/

h1,h2,h3,h4,h5{ text-transform: uppercase; font-family: 'Open Sans', sans-serif !important; font-weight: 700; } 

h1 {font-size:75px; }
h2{	font-weight:700; font-size:2.3em;}
h3 {font-size:18px;  text-decoration:none; padding-top:5px; text-align: center; }
h5 {font-size:18px; }

p {font-size:16px; line-height:25px; font-family: 'Open Sans', sans-serif !important; color: #000;}

a {color: inherit;}
a:hover { color: #eccd33;}

.orange{color: #fc4000}
.orange-bg{background: #fc4000}

.pageimage{width: 100%; display: block;}

/******** Basic Styles ********/
body a {text-decoration:none;}

.wrapper-center{text-align: center; margin: 0 auto; width: 100%; max-width: 1100px;}
.wrapper-inner{ margin: 0 auto; width: 100%; max-width: 1100px;}

#pad{padding: 30px 0;} #l-pad{padding: 50px 0;} #xl-pad{padding: 80px 0}

h2.title{border: 4px solid #fc4000; width: 100%; max-width: 40%; padding: 5px 0; display: block; margin: 0 auto 20px auto;}

/*-- header--*/
.header {position: fixed; width: 100%; z-index: 99999; background: rgba(0, 0,0, 0.6); border-bottom: #fc4000 solid 2px;}

.header-inner{width: 90%; margin: 0 auto; display: flex; align-items: center;     transition: 0.5s ease;}

.header .left{justify-content: flex-start; width: 15%; text-align: left} .header .left img{width: 260px;}
.header .right{justify-content: flex-start; width: 85%; text-align: right}

.header.inv{position: relative; width: 100%; z-index: 99999; background: rgba(0, 0,0, 0.6); border-bottom: #fc4000 solid 2px; padding: 10px 0px;}




/*---Slideshow Styles ----------*/
.cycle-slideshow img{
	width:100%;
}
/* pager */
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	position: absolute; 
	bottom: 10px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
	font-size: 50px; 
	width: 16px; 
	height: 16px; 
    display: inline-block; 
	color: #ddd; 
	cursor: pointer; 
}

.slider-quote{
	position: absolute;
	top: 20vw;
	margin: 0 auto; 
	text-align: center;
	z-index: 999;
	left: 0; right: 0
}
#quote { 
	border: 6px solid #fff;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	font-size:4vw; 
	margin: 0 auto;
	float: none;
	left: 0; right: 0;
	padding:10px 30px;
	width: 100%;
	max-width: 70%;
}

.inv-feature{background: url(/siteart/view-inv.jpg) no-repeat; background-size: cover; width: 100%; padding: 150px 0}
.inv-feature h2:hover{color: #fff; border: 4px solid #fff}

.container {width: 90%; margin: 0 auto;}

#contact-wrap {
	height: auto;
	padding:40px 0 15px 0;
}
#contact-wrap p{
	text-align:center;	
	padding-top: 10px;
	max-width: 1020px;
	margin: 0 auto;
}
#contact-wrap a{ color: #000;}
#contact-wrap a:hover{ color:#fc4000;}

.about{display: flex;}
.team {justify-content: flex-start; width: 50%; text-align: center; margin: 10px;}
.team img{width: 100%; margin: 0 auto 20px auto; text-align: center;}
.team p{width: 90%; margin: 0 auto}



/* Form styles -------------------*/
#formpage {
	vertical-align:top;
}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-family: 'Open Sans', sans-serif;	
	color:#000;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 5px;
	border:1px solid #8e8d8d;
	font-family: 'Open Sans', sans-serif;	
	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;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:31%; 
	float:left; 
	margin-right: 10px; 
	margin-top: 10px;
	color: #000;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}

#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 input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#abacac; 
	color:#FFF;
	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:120px;
    margin:0;
    padding:12px 0;
    background: none; /* For browsers that do not support gradients */
    border: 4px solid #fc4000;
    font-size:20px;
    line-height:14px;
    font-weight:700;
    color:#fc4000;
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;

}
#formpage input.button:hover {
	background: #fc4000;
	color:#fff;
	text-shadow:none;
	border: none;
	font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
	padding:12px 0;
	border: 4px solid #fc4000;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 30%;margin: 0 auto;}

.CaptchaImagePanel {
margin:0 auto;
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;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*Contact Page*/


/*----FOOTER----*/
.bottom-wrap{background: #4b4b4b; width: 100%;} .bottom-wrap .wrapper-inner{display: flex; align-items: center; color: #fff;max-width: 90%;}
.bottom-wrap .footer-logo{justify-content: flex-start; width: 30%; text-align: left} .bottom-wrap .footer-logo img{width: 100%; max-width: 300px;}
.bottom-wrap .footer-contact{justify-content: flex-start; width: 70%; text-align: right; color: #fff;} .bottom-wrap .footer-contact p,.bottom-wrap .footer-contact a{color: #fff;}

/*--copyright--*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family: 'Open Sans', sans-serif; font-size:13px; color:#fff;}
a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Open Sans', sans-serif;	
	font-size:13px; 
	color: #fff;
}

.footertext{font-family: 'Open Sans', sans-serif; font-size:13px; color: #fff;}
.smallfootertext{font-family: 'Open Sans', sans-serif; font-size: color:#fff;}

.divfooter {width: 90%; text-align:center;	margin:0 auto; padding: 20px 0;	color: #fff;font-size:13px;}



/****************** Responsive Styles *********************/



@media screen and (max-width:900px) {
.header .left{width: 70%;} .header .left img{width: 260px;}
.header .right{width: 30%;}
	
.wrapper-center{width: 100%; max-width: 90%;}
.wrapper-inner{ max-width: 90%;}

h2.title{max-width: 100%;}
	
.about{display: block;}
.team {justify-content: flex-end; width: 100%; text-align: center; margin: 10px auto 30px auto;}
.team p{width: 100%; margin: 0 auto}


.slider-quote{ display: none;}
#quote{ border: none;}	
	
.formfield {width:90%; margin: 0 auto; text-align: center; float: none}
#formpage textarea { width: 90%;}
.CaptchaPanel { width: 85%;}
	
/*----FOOTER----*/
 .bottom-wrap .wrapper-inner{display: block;}
.bottom-wrap .footer-logo{justify-content: flex-end; width: 100%; text-align: center} .bottom-wrap .footer-logo img{width: 100%; max-width: 300px; margin: 0 auto;}
.bottom-wrap .footer-contact{justify-content: flex-end; width: 100%; text-align: center} .bottom-wrap .footer-contact a{color: #fff;}


}


@media screen and (max-width: 380px) {

.header .left{width: 70%;} .header .left img{width: 100%; max-width: 260px;}
.header .right{width: 30%;}

}