@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: white;
	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:#11374C;
    font-family: 'Hind', sans-serif;
}
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: #00F;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 150px;
	z-index: 400;
}
#menubarrier {
	background-color: #ECECEC;
	left: 0px;
	width: 100%;
	z-index: 450;
}
#menu {
    position:relative;
	background-color: #808080;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 400;
	overflow:auto;
}
#menu a {
	color: #FFFFFF;
	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: auto;
	margin-left: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 500;
}
#picturebox {
    position:relative;
    width:100%;
    height:100%;
}
.slide {
	visibility: hidden;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.slide, .slidevis {
	background-position: center top;
    background-size:cover;
	height: 100%;
	width: 100%;
}
#menubar {
	padding-top: 4px;
    height:36px;
}
.container {
	position: relative;
	width: 100%;
}
.table {
	display:table;
	width:100%;
	height:100%;
}
.cell {
	display:table-cell;
}
.row {
	display:table-row;
}
.bigpic {
    width:100%;
    height:100vh;
}
.subpic {
    width:100%;
} 
.skylogo,.menubar {
    position:absolute;
    z-index:10000;
    color:white;
    cursor:pointer;cursor:hand;
}
.skylogo {
    left:0px;
    background-color:rgba(255,255,2555,0.75);
    padding:24px 12px 24px 12px;
    border-radius:8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);    
}
.skylogo img {
    display:block;
}
.menubar {
    right:0px;
    margin-right:10%;
}
.topline,.botline {
    text-align:center;
}
.topline {
    font-size:48pt;
    letter-spacing:4px;
}
.botline {
    font-size:9pt;
}
.topline span {
    border-bottom:1px solid white;
    margin-bottom:8px;
    display:inline-block;
}
.caption {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    z-index:10000;
}
.caption .table,.caption .row,.caption .cell {
    height:100%;
    vertical-align: bottom;
    text-align:left;
    color:white;
}
.straptext {
    color:#E4F4FA;
    font-weight:bold;
    letter-spacing:2px;
    border-left:6px solid #2badde;
    padding-left:16px;
}
.smoked {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    background-color:rgba(0,0,0,0.35);
    z-index:9999;
}
.fullbox {
    line-height:24pt;
}
.bigtext {
    font-size:32pt;
    line-height: 44pt;
    font-weight:700;
}
#medtext {
    margin-top:8px;
    font-size:16pt;
    line-height: 24pt;
}
p {
    margin:0;
    padding:0;
}
.pichold {
    width:100%;
    text-align:center; 
}
.picinner {
    position:relative;
    margin:0 auto 0 auto;
}
.picinner img {
    display:block;
}
.linkbox {
    position:absolute;
    background-color:#2badde;
    padding:8px 12px 8px 12px;
    color:white;
    font-size:9pt;
    font-weight:300;
    letter-spacing:1px;
    cursor:pointer;
    cursor:hand;
}
.titsize h2 {
    font-size:32pt;
    line-height:44pt;
    margin:0;
    padding:0;
}
.medsize {
    font-size:24pt;
    line-height:32pt;
}
.dblue {
    background-color:#11374C;
    color:white;
}
.nmt {
    padding-top:48px;
}
.footer {
    font-size:10pt;
}
.fcol {
    color:#2badde;
}
#flog img {
    display:inline-block;
    margin:24px 8px 0 0;
}
.menubar a:hover {
  color: white;
}
.menubar a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  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;
}
.menubar a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.gallhold {
    float:left;
}
.gallhold img {
    display:block;
    margin:0 12px 12px 0;
}
.testim p {
    width:100%;
}
.titsize h3 {
    text-align:right;
    font-weight:bold;
    margin:0;
    padding:0;
    font-size:inherit;
}
.ital {
    font-style:italic; 
}
.ital hr {
  border:none;outline:none;
  border-top: 1px solid #2badde;
}
.maphold {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:100%;
}
.box1,.box2 {
    float:left;
}
.box2 input,.box2 textarea,.box2 a {
    border:none;
    outline:none;
    padding:4px;
    width:100%;
    margin:0 0 8px 0;
    display:block;
}
.box2 textarea {
    height:100px;
}
.box2 a {
    text-align:center;
    background-color:black;
    color:white;
    text-decoration:none;
}
.rform {
    width:100%;
}
.rform input, .rform textarea,.rform a {
    width:100%;
    margin:0 0 12px 0;
    padding:8px;
    outline:none;
    border:none;
    display:block;
    font-size:10pt;
}
.rform textarea {
    height:96px;
}
.rform a {
    background-color: black;
    text-align:center;
    color:white;
    text-decoration:none;
}
input,textarea {
    font-size:12pt;
}
.menubar td {
    vertical-align: middle;
}
#fbp {
    position:absolute;
    right:8px;
    top:6px;
}
.titsize br {
    clear:both;
}
.ital img {
 width:100%;    
}
.aow ul {
    list-style: none;   
    padding:0 0 24px 0;
    margin:0;    
}
.aow li a {
    color:white;
    text-decoration:none;
    padding-right:20px;
}