/*-------------------------------------
--------------------------------- RESET
-------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,group,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,nav,group{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:#00f}a:focus{outline:thin dotted}li{list-style:none}abbr[title]{border-bottom:0}b,strong{font-weight:700}i,em,dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}label{cursor:pointer}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}html{-ms-overflow-style:scrollbar;}

/*-------------------------------------
---------------------------- RESPONSIVE
-------------------------------------*/
.container {width: 100%; margin: 0px auto; position: relative;}
.row {max-width: 1200px; width: 100%; margin: 0px auto;}
img {max-width: 100%;}
.one, .two, .three, .four, 
.five, .six, .seven, .eight, 
.nine, .ten, .eleven, .twelve {
	margin-right: 2%;
	float: left;
}
.one {width: 6.5%;}
.two {width: 15%;}
.three {width: 23.5%;}
.four {width: 32%;}
.five {width: 40.5%}
.six {width: 49%;}
.seven {width: 57.5%;}
.eight {width: 66%;}
.nine {width: 74.5%;}
.ten {width: 83%;}
.eleven {width: 91.5%;}
.twelve {margin-right: 0px; width: 100%;}
.last {margin-right: 0px !important;}

/*-------------------------------------
------------------------------- GENERAL
-------------------------------------*/
body {
  color: #333;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-family: latoregular;
  background: #008985 url('../images/backgrounds/bg.jpg');
  background-attachment: fixed;
  background-position: center;
}

i,
em {
	font-style: italic;	
}

b,
strong {
	font-weight: bold;	
}

.clear {
	position: relative;
	display: block;
	clear: both;	
}

.sprite {
	position: relative;
	display: block;
	background: url('../images/sprite.png') no-repeat;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:link,
a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}

a.phone-number {
  cursor: text;
}

.button,
a.button,
.submit-form.button {
  display: inline-block;
  width: 300px;
  max-width: 90%;
  color: #2e2e2e;
  font-size: 24px;
  line-height: 24px;
  padding: 30px 0 28px;
  text-align: center;
  font-family: 'ralewaybold';
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.button-blue,
a.button-blue,
.interior a.button-blue {
  color: #008985;
  border: 2px solid #008985;
  background: none;
}

.button-blue:hover,
a.button-blue:hover {
  background: #008985;
  color: #fff;
}

a.button-white {
  color: #fff;
  border: 2px solid #fff;
  background: none;
}

a.button-white:hover {
  color: #008985;
  background: #fff;
}

h1,h2,h3 {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'ralewaybold';
}

h4 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 20px 0;
  font-family: 'latoregular';
}

h5 {
  text-transform: uppercase;
  font-family: 'latobold';
}

h6 {
  text-transform: uppercase;
}

.blue-text {
  color: #008985;
}

.red-text {
  color: #ff0000;
}

/*-------------------------------------
---------------------------------- HOME
-------------------------------------*/
#splash-logo {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  padding: 28vh 0 5vh;
}

.pxfull {
  height: 100vh;
}

.pxwrap .row {
  padding: 60px 0;
}

.px1 {
  background: #008985 url('../images/backgrounds/bg.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.pxeven {
  background: #fff;
  background: rgba(255,255,255,.8);
  /* box-shadow: inset 0 0 1em #111; */
}

.px3 {
  background-color: #008985;
  background-color: rgba(0, 137, 133, 0.65);
}

/*-------------------------------------
-------------------------------- HEADER
-------------------------------------*/
#int-header {
  padding: 20px 0;
}

.int-header-logo {
  margin: 10px 0;
  max-height: 150px;
}

#int-hero {
  position: relative;
  display: inline-block;
  background-color: #008985;
  background-color: rgba(0, 137, 133, 0.65);
}

#int-hero:before,
#footer:before,
.interior-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

h2.hero-title {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  padding: 30px 0 25px;
  font-family: ralewaybold;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(16, 117, 123,.8);
}

/*-------------------------------------
------------------------------ INTERIOR
-------------------------------------*/
.interior-wrap {
  position: relative;
}

.interior-wrap .row {
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 10px 5px rgba(16, 117, 123,.5);
}

/*-------------------------------------
-------------------------------- PHOTOS
-------------------------------------*/
.sq-pic-wrap {
  float: left;
  position: relative;
  width: 25%;
  padding-bottom: 25%;
}

.sq-pic {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  overflow: hidden;
}

/*-------------------------------------
-------------------------------- VIDEOS
-------------------------------------*/
.vid-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  height: 0;
  width: 100%;
  margin-bottom: 25px;
}

.vid-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-nav {
  padding: 20px 0 40px;
}

.page-nav-link {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 15px 4px;
  color: #0071BC;
  border: 1px solid #0071BC;
}

.page-nav-link:hover,
.page-nav-link.active {
  background: #0071BC;
  color: #fff;
}

/*-------------------------------------
-------------------------------- FOOTER
-------------------------------------*/
#footer {
  position: relative;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #008985;
  background-color: rgba(0, 137, 133, 0.65);
  background-color: rgb(0 67 65 / 65%);
}

#footer p {
  padding: 30px 10px;
  line-height: 18px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p span.blue-text {
  font-weight: bold;
}
