﻿
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
		Fonts
=======================*/



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Rubik';
    margin: 0;
	padding:0;
	background:url(../siteart/p6.png) repeat;
	color:#000;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik';
	margin: 0;
	padding:0 0 2% 0;
	line-height:1.5em;
	}
	h1 {font-size: 36px;font-weight:900;}
	h2 {font-size: 30px;font-weight:700;}
	h3 {font-size: 24px;font-weight:700;}
	h4 {font-size: 20px;font-weight:500;}
	h5 {font-size: 18px;font-weight:500;}

p {
    font-family: 'Rubik';
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
    font-weight:400;
	}
strong{    font-family: 'Rubik';font-weight:700;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #ccc;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}
 
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.header{width:100%;margin:0;padding:20px 0;background:#22211c;border-bottom:5px solid #fff;}
.headerwrap{width:96%;max-width:1480px;margin:0 auto;}
.logo{float:left;}
.headright{float:right;text-align:right;width:72%;margin-top:25px;}
.navbar{width:100%;position:relative;text-align:right;}
.headertop{display: flex; flex-wrap: wrap; justify-content: flex-end; color: #fff;}
/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1480px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1520px;margin:0 auto;}

.internal{background:#fff;padding-bottom:2%;}
.pagetitler{margin:4% 0 1% 0;padding:0;border-bottom:3px solid #333;line-height: 1.2em;color:#333;}
.internal iframe{height:250px;}

/*===================== 
	slideshow styles 
=======================*/
.slidehold{position:relative;overflow-x:hidden;}

/*===================== 
	quicklinks styles 
=======================*/
.quicklinks{background:#fff;padding:2% 0;text-align:center;margin:0 auto;}
.quicklinks h3{color:#616161;text-align:left;padding:0;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:17.5%;position:relative;margin:1%;height:200px;background:#fff;overflow:hidden;-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.6);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.6);box-shadow:5px 5px 5px rgba(0,0,0,0.6);}
.linktitler{background:#333;padding:5px 0;position:absolute;bottom:0;width:100%;border-top:2px solid #fff;}
.linkbox h4{padding:0;line-height:1.2em;color:#fff;font-size:18px;}
.linkbox h4 i{color:#daca3a;}
.linkbox img{display:block;}
.linkbox:hover img{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-moz-transition:0.3s ease-in;-webkit-transition:0.3s ease-in;-ms-transition:0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
.linkbox:hover .linktitler{background:#daca3a;-moz-transition:0.3s ease-in;-webkit-transition:0.3s ease-in;-ms-transition:0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
.linkbox:hover h4,.linkbox:hover h4 i{color:#000;}

/*===================== 
	welcome styles 
=======================*/
.welcome{background:#fff;background:url("../siteart/dark_brick_wall_@2X.jpg") repeat;text-align:center;padding:4% 0 8% 0;}
.welcome h4{line-height:1.2em;color:#fff;padding:0;font-weight:400;}
.welcome h1{line-height:1.2em;color:#daca3a;}
.welcome p{color:#c5c5c5;}	
.linkbutton{display:inline-block;zoom: 1;*display: inline;background:#daca3a;width:25%;text-align:center;padding:10px 0;margin:0 1%;}
.linkbutton h4{color:#333 !important;padding:0;font-size:16px;font-weight:700 !important;}
.reversed{background:#fff;}
.linkbutton:hover{background:#ccc;-moz-transition:0.3s ease-in;-webkit-transition:0.3s ease-in;-ms-transition:0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}	
.linkbutton:hover h4{color:#000 !important;}


.invleft{float:left;width:25%;margin-right:5%;}
.invright{float:right;width:70%;}
.logo a {display: inline-flex;}
.logo img {max-width: 100%;width: 350px;}
/*===================== 
	map styles 
=======================*/
.mapblock{background:url("../siteart/greyzz.png") repeat;text-align:center;position:relative;}
.maptitle{background:#daca3a;padding:8px 0 8px 4%;width:25%;margin:0 auto;position:absolute;left:0;top:-65px;-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.4);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.4);box-shadow:5px 5px 5px rgba(0,0,0,0.4);text-align:left;}
.maptitle h3,.maptitle p{padding:0;line-height:1.2em;color:#333;}
.mapblock iframe{height:400px;}

/*===================== 
	contact styles 
=======================*/
.contactleft{float:left;width:58%;margin-right:2%;}
.contactright{float:right;width:40%;}
.contactmap{margin-bottom:4%;}
.contactmap h3{padding:0;}
.contactmap a:hover{color:#333;}

/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

#formpage form{
	margin:0 0 0;
}
#formpage label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
	line-height: 0.1;
}
#formpage input{
	font-family: 'Rubik';
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin-bottom:10px;
}
#formpage input:focus{
	border: #2885b3 solid 1px;
}
#formpage input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	border-radius: 2px;
}

#formpage input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

#formpage select{
	font-family: 'Rubik';
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:100%;
    margin-bottom:10px;
}

#formpage .commentbox{width:98%;margin:0 1% 10px 1%;}
#formpage .commentbox p{font-size:14px !important;padding:0 !important;}
#formpage .commentbox span{font-size:14px;}
#formpage textarea{
	font-family: 'Rubik';
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

#formpage input[type='checkbox'],#formpage input[type='radio']{width:15px !important;min-width:15px !important;margin-right:2px;}

.disclaimer{font-size:14px;line-height:1.2em;}
#formpage .half{float:left;width:48%;margin:0 1%;}
#formpage .third{float:left;width:31.3333%;margin:0 1%;}
form strong{color:#666;font-size:14px;}
#formpage .sendbutton{background:#daca3a;border:none;font-weight:bold;padding:10px 0;color:#333;width:100%;}
#formpage .sendbutton:hover{cursor:pointer;background:#ccc;}

.captchabox{width:70%;margin:0 auto;color:#666;}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#616161;padding:30px 0 0 0;}
.pagebottom p{color:#fff;font-size:16px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ccc !important;}

.footercolumn{width:16%;margin-right:4%;float:left;}
.footercolumn h4{color:#fff;line-height:1.2em;font-weight:700;}
.footercolumn a{display:block;margin:2px 0;color:#c3c3c3 !important;}
.footercolumn p{padding-bottom:5px;color:#c3c3c3;}
.footercolumn p strong{color:#fff;font-weight:700;}
#footerleft{width:28%;margin-right:2%;}
#footerleft p{padding-bottom:5%;}
#footerleft p a{display:inline;}
.emailbutton{background:#333;padding:5px 0;text-align:center;display:block !important;width:60%;margin:5px 0 0 0;}
.emailbutton i{color:#daca3a;}
.emailbutton:hover{background:#daca3a;}
.emailbutton:hover strong{color:#333;}
.emailbutton:hover i{color:#333;}
#footerright{margin-right:0;width:30%;}
#footerright a{display:inline;font-size:14px;font-weight:bold;}

footer {
	margin: 2% auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #fff;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#fff;
	}

.smallfootertext {
	font-size:11px; 
	color:#fff;
	}

.divfooter {margin:0 auto;}

.bottombar{background:#22211c;padding:10px 0;text-align:center;margin:0 auto;margin-top:30px;}
.bottombar img{margin:0 auto;max-width:300px;}


/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1620px) {
	.maptitle{width:30%;padding:8px 2%;}
}

@media screen and (max-width: 1480px) {
	h1 {font-size: 30px;}
	h2 {font-size: 28px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;} 
    p {font-size: 17px;}
	.headright{width:60%;}
	.linkbox{height:170px;}
}

@media screen and (max-width: 1250px) {
	.linkbox{height:150px;}
	.linktitler h4{font-size:16px;}
	.welcome{padding-bottom:10%;}
	.maptitle{width:40%;}
}

@media screen and (max-width: 1100px) {
    .headright{width:20%;}
    .navbar{width:auto;float:right;}
    .quicklinks{padding:2% 0;}
	.linkbox{height:135px;}
	.linktitler h4{font-size:15px;}
}

@media screen and (max-width: 1000px) {
	h1 {font-size: 26px;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;} 
    p {font-size: 16px;}	
    .wrapper{width:92%;}
	.quicklinks h3{text-align:center;}
    .linkbox{width:30%;margin:1%;}
    .linkbutton h4{font-size:14px;}
	.maptitle{top:-58px;width:45%;}
}

@media screen and (max-width: 800px) {    
    header{padding:10px 0 0 0;}
    .navbar{width:100%;margin:0 auto;float:none;display:block;}
    .logo,.headright{float:none;width:auto;display:block;margin:0 auto;text-align:center;}
    .logo img{max-width:400px;}
	.quicklinks{padding:4% 0;}
	.welcome{padding:8% 0;}
	.linkbutton{width:30%;}
    .maptitle{width:100%;padding:8px 0;position:relative;top:auto;text-align:center;}  
	.mapblock iframe{height:300px;}
    .pagebottom{text-align:center;}
    .footercolumn,#footerleft,#footerright{width:45%;margin:2%;float:none;display:inline-block;zoom: 1;*display: inline;vertical-align: top;}
	.emailbutton{margin:5px auto !important;width:80%;}
    .bottombar{margin-top:6%;}
	.invfooter{margin-bottom:80px;}
	
	.internal{padding-bottom:4%;}
    .pagetitler{text-align:center;margin-bottom:4%;}
	.copywrap{text-align:center;}
	
	.disclaimer{text-align:center;}
    form{text-align:left;}
    .captchabox{width:100%;}
	.contactleft,.contactright{float:none;margin:2% auto;width:100%;display:block;}
	.contactleft{margin-bottom:5%;}
	.contactmap{text-align:center;}
}

@media screen and (max-width: 600px) {
	.linkbox{width:47%;}
    .linkbutton{width:80%;margin:1% auto;} 
	.mapblock iframe{height:240px;}
	.invfooter{margin-bottom:60px;}
	
	#formpage .half{width:98%;}
}

@media screen and (max-width: 480px){
    .logo img{max-width:100%;}
	.linkbox h4{font-size:14px;}
    .linkbutton{width:90%;}
    .maptitle p{font-size:14px;}
    .maptitle p span{display:block;margin:2px 0;}
    .divide{display:none !important;}
    .footercolumn,#footerleft,#footerright{width:90%;margin:2% auto;}
	#footerleft p:last-of-type{padding:0;}
	.bottombar img{max-width:200px;}
	.headertop{justify-content: center;}
}

@media screen and (max-width: 400px){
    .linkbox{height:120px;}
	.linkbox h4{font-size:13px;}
}

@media screen and (max-width: 350px){
    .linkbox{height:100px;}
	.linkbox h4{font-size:12px;}
}

	
