@import url(//fonts.googleapis.com/css?family=Rokkitt|Wire+One);
/* ========================================= HTML 5 and basics */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div{display:block;position:relative;padding:0;margin:0;}.left {float:left;}.right {float:right;}.txtl{text-align:left;}.txtc{text-align:center;}.txtr{text-align:right;}.clear{clear:both;}img{border:0;}.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}.clearfix{min-height:0;display:block;}* html .clearfix{height:1%;}

/* ================================================= Text & Links */
body, td, div, select, textarea, input {
	font: 16px 'Rokkitt', cursive;
	color:#404040;
	letter-spacing: 2px;
	
}
a {
	color:#2b4058;
	text-decoration: bold;
}
a:hover {
	color:#2b4058;
	text-decoration: underline;

}
h1, h2, h3, h1 a, h2 a, h3 a, legend {
	color:#404040;
	font-family: 'Wire One', Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	
}
h1 {
  margin: 0 0 15px;
  font-size: 40px;
  letter-spacing: 5.2px;
}
h2 {
  margin: 35px 0 15px;
  font-size: 40px;
  letter-spacing: 5px;
  text-align: center;
}
.home h2, footer.footy h2 { margin-top: 0; }
h3 {
  margin: 0 0 10px;
	font: 24px 'Rokkitt', cursive;
	letter-spacing: 2px; 
	color: #2b4058;
}
p {margin:0 0 1em;line-height:1.55em;}
ul,ol{margin:0 0 1em 30px;padding: 0;}
ul li, ol li{line-height:1.3em;margin: .3em 0;padding: 0;}
li ol, li ul{margin-bottom:0;}
.little{font-size:.8em;}

/* =================================================== Page Content */
figure.right,figure.left{text-align:center;margin:0;padding:5px;border:1px solid #ccc;background:#fff;}
figure.right{margin:0 0 5px 15px;}
figure.left{margin:0 15px 5px 0;}
figcaption{padding:0;margin:5px 0 0 0;font-size:.85em;}
img.right{margin:0 0 5px 15px;}
img.left{margin:0 15px 5px 0;}
#leftcol aside, #rightcol aside{clear:both;padding:1px 20px 10px;}
hr{height:0;margin: 2em 0; border:none;border-top:1px dashed #ccc;}
.photo-gallery{margin:0 -45px; text-align:center;}

/* ======================================================== Tables  */
.grid{width:100%;border-collapse:collapse;margin:1em 0;}
.grid th, .grid td{padding:10px 15px;}
.grid thead th, .grid tbody th{background:#eee;border:1px solid #ccc;border-bottom:3px solid #999;}
.grid tbody th{background:#eee;border:1px solid #ccc;border-right:2px solid #999;}
.grid td{border:1px dashed #ccc;border-bottom:1px solid #ddd;
	-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;
}
.grid tbody tr{-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;}
.grid tbody tr:hover{-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);}

/* ================================================= Page Structure */
body{margin:0;padding:0;text-align:left;
	background:#8daaad;
}
.pagewidth{
  margin:0 auto;
	width:980px;
}
#wrapper{
  background: #ded5cc url('../images/body-bg.jpg') repeat left top;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
}
#maincol{float: left;z-index: 1;
	width: 100%;
	padding: 30px 60px 15px;
	background: url('../images/subpage-bg.jpg') repeat-y left top;
	margin: 35px 0 45px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.home #maincol { background: none; padding: 20px 20px 15px; margin: 0; }
#maincol h1:before {
  display: block;
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: 75px;
  background: url('../images/page-title-bg.png') no-repeat left top;
  z-index: -1;
}
#maincol h1 {
  margin: 0 0 25px 33px;
}
header.heady, body {
  min-width:980px; /*remove this if we code responsive */
}

/* ========================================================== Header */
header.heady{z-index: 3;
	background:#8daaad;
	background: rgba(141,170,173,0.9);
	height:108px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
header.heady .pagewidth {
  height: 108px;
}
header.heady h1 {margin:0;position:absolute;
	top:0;
	left:-108px;
	z-index: 100;
}

/* ========================================================== Content */
.page-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 277px;
}
.home .page-image {
  height: 480px;
  background: url(../images/img-top-home.jpg) no-repeat top center;
  background-size: cover;  
}
.page-image:after{
  content: '';
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../images/wrapper-top-bg.png') repeat-x left top;
}
.page-image img {
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.home .page-image img { 
  width: 100%;
  height: 480px; 
}
.home-btns {
  background: #25374c url('../images/dark-blue-bg.jpg') repeat center top;
  width: 100%;
  padding: 25px 0 50px;
  overflow: hidden;
  height: 164px;
}
.home-btns:after{
  content: '';
  display: block;
  height: 88px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 29px;
  background: url('../images/home-btns-line.png') repeat-x center top;
}
.home-btns a {
  text-transform: uppercase;
  color: #f2e6d2;
  font: bold 40px/26px 'Wire One', Arial, Helvetica, sans-serif;
  display: inline-block;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  padding: 53px 10px;
  text-decoration: none;
  z-index: 10;
}
.home-btns a:after{
  content: '';
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 0;
  background: url('../images/btn-circle.png') no-repeat left top;
  opacity: 0;
}
.home-btns a:hover:after { opacity: 1; }
.home-btns a.btn1 { left: 108px; top: -3px;}
.home-btns a.btn2 { left: 383px; top: 55px;}
.home-btns a.btn3 { left: 636px; top: 1px;}

.home-btns a:hover {
  color: #8daaad;
}
.home-btns a small {
  font: 18px/2.4em 'Rokkitt', cursive;
  letter-spacing: 2.5px; 
  display: block;
}

/* ========================================================== Footer */
footer.footy{
  width: 100%;
	background: #8daaad;
	padding:15px 0 30px;
	z-index: 5;
}
footer.footy:after{
  content: '';
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50px;
	background: url('../images/footer-top-bg.png') repeat-x center top;
}
footer.footy a{
	color:#666;
	text-decoration: none;
}
footer.footy a:hover{
	color:#666;
	text-decoration: underline;
}
footer.footy p{
	margin:0;
}
footer.footy p#copy{
	width: 100%;
	text-align: center;
	color: #6e6e6e;
	font-size: 6px;
	letter-spacing: 1px;
}

footer.footy p#address{
    width:100%;
    text-align: right;
    color:#6e6e6e;
    font-size:10px;
}


footer.footy .info-boxes{
	width: 100%;
	margin: 0 0 20px;
	padding: 38px 0 0;
	float: right;
}
footer.footy .info-boxes .item {
	width: 360px;
	min-height: 62px;
	border: 2px solid #404040;
	margin: 0 auto 20px ;
}
footer.footy .info-boxes .item:after {
	content: '';
  display: block;
  height: 73px;
  width: 79px;
  position: absolute;
  left: -17px;
  top: -48px;
  background: url('../images/info-box-decor.png') no-repeat left top;
}
footer.footy .info-boxes .content {
	width: 100%;
	height: 62px;
	padding: 5px 10px 5px 80px;
	letter-spacing: 0;
	overflow: hidden;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d;
}
footer.footy .info-boxes .content:after {
	content: '';
  display: block;
  height: 64px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #404040;
}
footer.footy .phone .content:after { background: url('../images/icon-old-phone.png') no-repeat center center; }
footer.footy .address .content:after { background: url('../images/icon-address.png') no-repeat center center; }
footer.footy .email .content:after { background: url('../images/icon-email.png') no-repeat center center; }

footer.footy .info-boxes .content p a { color: #404040; }
footer.footy .info-boxes .content p {
	font-size: 14px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
	color: #404040;
}

/* ================================================ Horizontal Menu */
span#hamburger { display: none; }
#hnav {clear:both;float:left;margin:0;padding:0;position:absolute;
   	bottom:0;
   	right: 10px;
}
#hnav ul {margin:0;padding:0;list-style:none;}
#hnav ul li {margin:0;padding:0;position:relative;float:left;}
#hnav ul li a {display:block;margin:0;
   	padding: 25px 10px;
   	font-size:18px;
   	line-height:1em;
   	letter-spacing: 0;
   	text-decoration:none;
   	color:#252d35;
   	text-transform: none;
}
#hnav ul li a:hover, #hnav ul li:hover a {
   	color:#f2e6d2;
}
/* Center Menu */
#hnav ul{float:right;position:relative;right:50%;}#hnav ul li{position:relative;left:50%;}#hnav ul ul{right:auto;}#hnav ul ul li {left:auto;}
/* Submenu items */
#hnav ul ul {position:absolute;opacity:0;left:-888em;top:100px;
	width:200px;
    /*-webkit-transition: top .2s ease, opacity .2s ease;-moz-transition: top .2s ease, opacity .2s ease;-o-transition: top .2s ease, opacity .2s ease;transition: top .2s ease, opacity .2s ease;*/
}
#hnav ul ul li {clear:left;margin:0;padding:0;width:100%;}

#hnav ul ul li a, #hnav ul li:hover ul li a{
	font-size:14px;
	line-height:14px;
	background:#333;
	color:#fff; 
}
#hnav ul ul li a:hover,
#hnav ul li:hover ul li a:hover{ 
	background:#444; 
   	color:#fff;
}
#hnav ul li:hover ul{left:0;height:auto;opacity:1;
top:38px; /* =(#hnav lineheight + #hnav ul li a top/bottom padding/margin) */ 
}
/* =========================================================== Map */
#map {
border:2px solid #CCC;}

/* =========================================================== Forms */
form.lj fieldset {
border:1px solid #8DAAAD;  /* Fieldset Border */
margin:  0 0 1em 0;padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 100%;
background: #fff;
border: 2px solid #ccc; /* Input Border */
padding:.25em .5em;
font-size: 13px;
border-radius:5px;
box-sizing:border-box;
}
form.lj input:focus, form.lj select:focus, form.lj textarea:focus{-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);}
form.lj .submit {
background:#eee;        /* Submit Colors */
color:#000;
border: 2px solid #ccc;
font-weight:bold;
display:inline;margin:0 2em 1em 0;width: auto;}
form.lj .submit.light{color:#ccc;font-weight:normal;}
form.lj legend {     /* color defined above with h3 */
background:none;font: 19px 'Nixie One', cursive;letter-spacing: 2px;}
form.lj .ammerspay{position:absolute;width:50px;top:0;left:-5000px;}
form.lj fieldset.radio{margin: 1em 0 1em 0;}
form.lj fieldset label.radio,form.lj fieldset.radio label{cursor:pointer;line-height:1.6em;}
form.lj fieldset.radio input,form.lj label.radio input {width:auto;float:left;margin-right:6px;border:none;background:none;}
form.lj fieldset.float label,form.lj fieldset label.float{display:inline; float:left;white-space: nowrap;margin-right: 15px;}
form.lj input.hidden {border:none;padding:0;display:inline;}
form.lj legend a {font-weight:normal;font-size:.9em;}
form.lj label{display: block;margin-bottom: 1em;}
form.lj label.f3{float:left;width:33.3%;}
form.lj label.f3 input{width:90%;}
form.lj label.f2{float:left;width:50%;}
form.lj label.f2 input{width:93%;}
form.lj .first{padding-top: 1em;}
form table,form h2{margin-left:0;margin-right:0;}
form.lj p{margin:0 0 .25em 0;padding:0;}
form.lj {margin-top: 1em;margin-bottom:1em;}

/* ========================================================= Alerts */
h3.alert, h3.alertyes, h3.alertwarn{font-size:12px;line-height:16px;padding:5px 5px 5px 30px;color:#000;border: 2px solid #0c0;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;margin-top:.8em;margin-bottom:1.8em;background: #cfc;border-radius:5px;-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.7);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.7);box-shadow:0 10px 5px -5px rgba(0,0,0,.3);position:relative;}
h3.alert{background: #fcc;border-color:#c00;}
h3.alertwarn{background: #ffc;border-color:#ff3;}
h3.alert:before, h3.alertyes:before, h3.alertwarn:before{content:'!';position:absolute;left:0px;top:0px;background:#c00;text-align:center;padding:0px 10px 0px 8px;color:#fff;height:100%;line-height:2em;}
h3.alertyes:before{content:'✓';background:#0c0;padding:0px 8px 0px 6px;}
h3.alertwarn:before{content:'i';background:#ff3;color:#000;}

/* =========================================================== Grids */
.cols2, .cols3, .cols4, .cols5, .cols6{clear:both;overflow:hidden;}.cols2 section,.cols3 section,.cols4 section,.cols5 section,.cols6 section{float:left;margin-left:2%;}.cols2 section:first-child, .cols3 section:first-child, .cols4 section:first-child, .cols5 section:first-child, .cols6 section:first-child{margin-left:0}.cols2 section{width:49%;}.cols3 section{width:32%;}.cols4 section{width:23.5%;}.cols5 section{width:18.4%;}.cols6 section{width:15%;}.cols3 .merge2{width:66%;}.cols4 .merge2{width:49%;}.cols5 .merge2{width:38.8%;}.cols6 .merge2{width:32%;}.cols4 .merge3{width:74.5%;}.cols5 .merge3{width:59.2%;}.cols6 .merge3{width:49%;}.cols5 .merge4{width:79.6%;}.cols6 .merge4{width:66%;}.cols6 .merge5{width:83%;} 

/* ========================================================= Printer */
 @media print{
#leftcol, nav{display:none;}
body,#pagewidth,#maincol,#wrapper,footer.footy,header.heady,header.heady h1,#footer p{width:100%;float:none;background:none;padding:0;}
p, li, footer.footy p, footer.footy p a{color:#666;}
header.heady,header.heady h1, header.heady h1 a{ width: auto; height:auto; position:static;top:0;left:0;}
header.heady h1{ margin-bottom:1em;}footer.footy{margin-top:1em;}
footer.footy p#credit{position:static;top:0;right:auto;}
}