﻿/***** 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 --------
light yellow: f0cb67
main yellow: f3b305
dark yellow: d39b02

*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	width: 100%;
	font-family: 'Montserrat', sans-serif !important; 
	font-size:15px; 
	line-height: 26px; 
	-webkit-text-size-adjust:none; 
	background: #fff;
	color: #000; 
	font-weight:300;
	overflow-x:hidden;
}
h1 { font-size: 25px; font-weight:700; color:#f3b305; text-align:center; text-transform:uppercase;line-height: 35px; padding-bottom: 5px; letter-spacing: 1px;}
h1 span{font-weight: 300; color: #000;}

h2 {font-size: 22px; text-align:left;color:#d39b02; font-weight:700; letter-spacing: 1px; text-transform: uppercase;}
h3 {font-size:18px; color: #d39b02; font-weight: 700; letter-spacing: 1px;  text-transform: uppercase;}
h4{color:#767575; font-size: 20px; font-weight:700; text-align:center; letter-spacing: 1px;}

a{color:#000; text-decoration: none;}
a:hover {text-decoration: underline;}
strong {font-weight: 700;}

#pad{padding: 3% 0;}
#l-pad{padding: 5% 0;}
.clear{clear:both;}

/*--- HEADER STYLES --------------------------*/
header {
	width:100%;
	float:left;	
	background: #fff;
}
.header-inner {padding: 5px 0px; width: 80%; margin: 0 auto;}


.logo {float:left; width: 50%;}
.logo img{width:80%;}

.head-text {
	float:right;
	text-align: right;
	font-size:15px;
	text-transform: uppercase;
	color:#000 !important;
	margin:5px 0;
	letter-spacing:1px;
} 


/*---BODY--------------------------------*/
.wrapper-inner { width: 65%; margin: 0 auto;}
.wrapper-inner p { margin: 0 auto; padding: 5px 0px;}

.wrapper-center {width: 65%; margin: 0 auto; text-align: center;}
.wrapper-center h1{text-align: center;}
.wrapper-center hr{float: none; text-align: center;}

.page-bg img{width:100%; display:block;}

.black-bar{background: #000; color: #fff; padding: 20px 0; width: 100%; margin: 0 auto;}

.black-bar h1 { font-size: 25px; font-weight:700; color:#f3b305; text-align:center; text-transform:uppercase;line-height: 35px; padding-bottom: 5px; letter-spacing: 2px;}
.black-bar h1 span{font-weight: 300; color: #fff; letter-spacing: 1px}

.inv-feature{width: 100%; 
	padding: 8% 0;
	background: url(../siteart/feature.jpg) no-repeat;
	-webkit-background-size:Â cover;Â 
	-moz-background-size:Â cover;Â 
	-o-background-size:Â cover;Â 
	background-size:Â cover;
}
.inv-feature .wrapper-center{width: 90%;}
.black-box{display: inline-block; background: rgba(0,0,0,.8); width: 100%; max-width: 240px; margin: 5px; padding: 35px 0px;}
.black-box p{color:#f3b305; font-weight: 700; letter-spacing: 1px; text-align: center;}
.black-box:hover{background:#000; }


/*---SLIDESHOW--------------------------*/
.cycle-slideshow img{width: 100%;}
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	bottom: 100px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
	font-size: 45px; 
	width: 18px; 
	height: 16px; 
    display: inline-block; 
	color: #fff; 
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #d39b02;}
.cycle-pager > * { cursor: pointer;}

.hero-overlay{
	position: absolute; 
	z-index: 999; 
	text-align: center; 
	margin:0 auto; 
	padding: 10px 0; 
	width: 100%;
	background: rgba(255,255,255, .75); 
	left:0px;
	bottom:0;
	overflow: hidden;
	-moz-opacity: 0.9;
	filter:alpha(opacity=9);
	display: inline-block;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;       
}
.hero-overlay h1 { font-size: 25px; font-weight:700; color:#d39b02; text-align:center; text-transform:uppercase;line-height: 35px; padding-bottom: 5px;  letter-spacing: 2px;}
.hero-overlay h1 span{font-weight: 300; color: #000;  letter-spacing: 1px;}


/**---- SCROLLING MANU BAR -----------------------------*/
.brandbar{
	margin: 0 auto;
	text-align: center;
	width:90%;

}
.manu-slider{margin: 0 20px;}
.manu-slider img{width:100%;}



/*--team section -home page-------------------*/
.team-default{background: #f0cb67; padding: 20px 0;}
.team-default .wrapper-center{width: 90%;}

.team-col-left{display: inline-block; vertical-align: middle;}
.team-col-left h1 { font-size: 45px; font-weight:700; color:#d39b02; text-align:left; text-transform:uppercase;line-height: 45px; padding-bottom: 5px; letter-spacing: 3px;}
.team-col-left h1 span{font-weight: 300; color: #fff; letter-spacing: 1px;}

.team-col-right{display: inline-block; color: #fff;vertical-align: middle; width: 70%; text-align: right;}

.team{display: inline-block; margin-right: 20px;}
.team h2{color: #fff; text-align: left; font-size: 20px;}
.team a{color: #fff; text-decoration: underline; text-align: left;}
.team img{display: inline-block; vertical-align: middle; width: 100%; max-width: 220px;}
.team .col-info{display: inline-block; vertical-align: middle; text-align: left;}



/*-------- FOOTER STYLES --------*/
.yellow-contact-bar{
	width: 100%;
	color:#fff; 
	background: #f3b305; 
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 25px 0;
}
.yellow-contact-bar .wrapper-inner{text-align: left;}
.yellow-contact-bar .left{ display: inline-block; font-size:18px; letter-spacing: 1px;}
.yellow-contact-bar .right{float: right; display: inline-block;}

#white-outline-button{color: #fff; border: 1px solid #fff; font-weight: 700; padding:10px 20px; font-size: 16px; letter-spacing: 1px;}
#white-outline-button:hover{background:#fff; color:#f3b305; text-decoration: none;}

.map iframe{width:100%; height: 350px;}

.copyright{background: #fff; width: 100%; padding: 10px 0; text-align: center; margin: 0 auto; font-weight: 700; text-transform: uppercase; color: #d39b02;}
.copyright p, .copyright a{color: #d39b02; font-size: 13px;}


/*--------FORM STYLES--------------------------------------*/
.contact-form{background:#f0cb67; border-bottom: 10px solid #f3b305;}
.contact-form h1{color:#d39b02;}


#formpage { margin: 0 auto;  }

#formpage div {
	padding:5px 5px;
	color: #000;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #a7a9ac;
	background:#fff;
	font-weight: 400;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

/* 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 #a7a9ac;
	color:#a7a9ac;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:30%; 
	float:left; 
	margin-right: 12px; 
	margin-top: 10px;
	text-align:left;
	font-weight: 400;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:96%;
    height:85px;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
	text-align: left;	
 }

/* 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.button,
#formpage input.button:focus {
    width:130px;
    margin:0;
	font-size: 16px;
    background: none; 
	border:1px solid #fff;
    padding:10px 10px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif; 
	letter-spacing: 1px;
    color:#fff;
	float: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s; 
	text-align: center;
    border-radius: 0 !important;
 -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
}
#formpage input.button:hover {
	width:130px;
    margin:0;
    padding:10px 10px;
    background: #fff; 
	color:#fcb305 !important;
}



/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {
	margin:0 auto !important;
	padding:0 0 0 0 !important;
	line-height:normal !important;
	width: 30%; 
	text-align:center;
}

.CaptchaImagePanel {
margin-top: 10px;
padding:0 0 0 0;
	text-align: center;
}

.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;
	text-align: center;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
	text-align: center;
}
.CaptchaWhatsThisPanel a {color:#a7a9ac;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 






/*-------- RESPONSIVE STYLES --------*/
@media screen and (max-width:1380px){
.team-default .wrapper-center{width: 95%;}
.team-col-left{width: 100%; float: none; text-align: center; margin: 0 auto; display: block;}
.team-col-left h1{font-size: 40px; text-align: center; line-height: 35px; margin-bottom: 20px;}

.team-col-right{width: 100%; float: none; text-align: center; margin: 0 auto; display: block;}
.team-col-right img{width: 100%; max-width: 185px;}
}
@media screen and (max-width:1200px){
	.header-inner{width: 95%;}
	.head-text{font-size: 14px;}
	.team-col-left h1{font-size: 40px;}
	.black-box{max-width: 350px; margin: 3px;}
}

@media screen and (max-width:1024px){
.hero-overlay{padding: 5px 0;}
.hero-overlay h1, .black-bar h1{font-size: 20px; line-height: 25px;}
	.cycle-pager { bottom: 75px;}	
.black-bar{padding: 10px 0;}
.wrapper-center, .wrapper-inner{width:90%;}

.formfield,.CaptchaPanel {width:98%;}



}

@media screen and (max-width:920px){

.team{ margin-right: 0px; float: left;}
.team-col-right img{width: 100%; max-width: 175px;}

}
@media screen and (max-width:710px){
.logo{float: none; text-align: center; margin: 0 auto; width: 100%;}	
.head-text{float: none; text-align: center; margin: -15px 0 5px 0; line-height: 20px;}

.inv-feature{padding: 5% 0;}
.black-box{max-width:100%; margin:3px 0; padding:20px 0;}
}



@media screen and (max-width:649px){
.head-text{font-size: 13px; line-height: 20px;}

	.hero-overlay{position: relative; padding: 10px 0 0 0;}	
		.cycle-pager { bottom: 85px;}	

.yellow-contact-bar .wrapper-inner{text-align: center;}
.yellow-contact-bar .left{ display:block; font-size:16px;  width: 100%; margin-bottom: 20px;}
.yellow-contact-bar .right{float: none; text-align: center; margin: 0 auto; display: block;}
#white-outline-button {font-size: 14px;}

.map iframe{width:100%; height: 250px;}

#AT{float: none; text-align: center; margin: 0 auto; margin-bottom: 0; max-width: 200px;}
	
.team{float: none; margin:10px auto  0 auto; text-align: center; display: block;}
.team-col-right img{width: 100%; max-width: 155px; display: block; text-align: center; margin:  0 auto;}
.team .col-info{text-align: center;}	
	
}

@media screen and (max-width:375px){
		
	
}


