@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/
/* Smartphones (landscape) ----------- */
@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
/* Smartphones (portrait) ----------- */
@import url(/css/mobile.css) screen and (max-width:640px);
/* Desktops and laptops ----------- */
@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
body, html {
  height: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #909090;
  font-size: 14pt;
}
p {
  line-height: 20pt;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearit {
  clear: both;
}
#menu, #menubarrier {
  background-color: #FFF;
  color: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 150px;
  z-index: 20000;
}
#menubarrier {
  left: 0px;
  width: 100%;
  z-index: 450;
}
#menu {
  background-color: #808080;
  color: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 400;
}
#menu a {
  color: #F1F2EB;
  text-decoration: none;
}
#menu p {
  padding-left: 16px;
}
#wrapper {
  /*-webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);*/
  height: 100%;
  margin-left: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 500;
}
#menubar {
  position: relative;
  padding: 4px 0 0 4px;
  z-index: 20000;
  background-color: #000000;
}
.container {
  width: 100%;
  height: auto;
  padding: 0;
}
.container, #picturebox {
  position: relative;
  z-index: 15000;
}
#status {
  position: fixed;
  left: 32px;
  top: 32px;
  width: auto;
  height: auto;
  padding: 12px;
  color: #000000;
  background-color: #F1F2EB;
  font-size: 12pt;
  border: 1px solid #000000;
  z-index: 20000;
  display: none;
}
.inner {
  overflow: hidden;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#picturebox {
  position: relative;
  height: 100vh;
  width: 100%;
  display: table;
}
.slide {
  display: none;
}
.slidevis {
  display: block;
}
.slide, .slidevis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: center bottom;
  background-size: cover;
}
.cover {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.25);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.links, .title {
  font-family: 'Playfair Display', serif;
  color: white;
  margin: 0 1% 0 1%;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.title {
  display: inline-block;
  font-size: 32pt;
}
.links {
  position: relative;
  width: 11%;
  text-decoration: none;
}
.links:hover {}
.links:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.links:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tpad, .bpad, .tcent {
  text-align: center;
}
.tpad {
  padding-top: 96px;
}
.bpad {
  padding-bottom: 96px;
}
.htext, .htextsm {
  font-family: 'Playfair Display', serif;
  color: #174B68;
  font-size: 24pt;
}
.htextsm {
  font-size: 18pt;
}
.cstrip {
  background-color: #E0E0E0;
}
.pd {
  height: 64px;
}
.box img {
  display: block;
  border: 1px solid #F0F0F0;
}
.boxinn {
  margin: 12px auto 12px auto;
  width: 94%;
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #174B68;
  font-weight: bold;
}
.bcol {
  background-color: #123A51;
}
.box {
  position: relative;
  text-decoration: none;
  display: block;
  background-color: white;
  float: left;
}
.box:hover {}
.box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: steelblue;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.box:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.col {
  float: left;
  color: white;
}
.col p {}
.col input, .col textarea {
  margin: 2px 0 2px 0;
  padding: 4px;
  border: 1px solid #C0C0C0;
  outline: none;
  width: 100%;
  font-family: arial;
  font-size: 12pt;
}
.col textarea {
  height: 150px;
}
.foobutt {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 4px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  width: 100%;
}
.col ul {
  list-style: none;
  width: auto;
  text-align: left;
  margin: 0;
  padding: 0;
}
.gallhold {
  float: left;
}
.gallhold img {
  width: 100%;
}
.header {
  text-align: center;
  padding: 12px 0 12px 0;
  color: white;
}
.header span {
  display: inline-block;
  margin: 0 6px 0 6px;
}
.backline {
  width: 100%;
  text-align: left;
  font-size: 16pt;
  color: black;
  font-family: 'Playfair Display', serif;
}
.backline a, .backline span {
  color: inherit;
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
}
.backline a {
  font-weight: bold;
}
#map {
  width: 100%;
  height: 350px;
}
.colp {
	padding-top:24px;
}
.abar {
	font-size:10pt;
	font-family:arial;
	color:#c0c0c0;
}
.abar a {
	text-decoration:none;
	color:inherit;
}
#mapbox {
	width:100%;
	height:375px;
	border-top:8px solid #123A51;
}
#messbox {
	width:100%;
	height:auto;
	max-height:0px;
	transition:max-height 2s ease-in; 	
	overflow:hidden;
}
#messbox span {
	display:inline-block;
	padding:2px 3% 2px 3%;
	text-align:center;
	font-weight:bold;
	color:#404048;
}
#messhold {
	display:none;	
}
#messbox a {
	color:red;
}
