/*This site is built using an Object Oriented CSS Methodology*/
/*----------------------*\
     Contents
\*----------------------*/
/*
Reset
Shared
Clearfix
Main
Header
Content
Footer
Media
Island
Type
Images
Tables
Misc (accessibilty and colours)
Flexslider
Mediaqueries
*/

/*-----------------------*\
     $reset
\*-----------------------*/
/*Thanks to CSS Wizardry*/
*{
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,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,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0; 
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section{
  display:block;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
strong,b,mark{
  font-weight:700;
  font-style:inherit;
}
em,i,cite,q,address,dfn,var{
  font-style:italic;
  font-weight:inherit;
}
abbr[title],dfn[title]{
  cursor:help;
  border-bottom:1px dotted;
}
ins{
  border-bottom:1px solid;
}
a,u,ins{
  text-decoration:none;
}
del,s{
  text-decoration:line-through;
}
pre,code,samp,kbd{
  font-family:monospace;
}
small{
  font-size:0.75em;
}
img{
  border:none;
  font-style:italic;
}
input,
select,option,optgroup,
textarea{
  font:inherit;
}

/*----------------------*\
     $shared
\*----------------------*/
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,
table,
form,
pre,
hr,
.source{
  margin-bottom:10px;
  margin-bottom:1rem;
}
ul,ol,dd{
  margin-left:1em;
}
label,
.text-input,
textarea,
.btn{
  cursor:pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus{
  cursor:text;
}
.float-l{
  float:left;
}
.float-r{
  float:right;
}
.clear-l{
  clear:left;
}
.clear-r{
  clear:right;
}
.clear-b{
  clear:both;
}
.align-c{
  text-align:center;
}
.align-r{
  text-align:right;
}
.no-padding{
  padding:0;
}
.no-margin{
  margin:0;
}
.mobileMenu{
  width:100%;
}
/*----------------------*\
  $clearfix
\*----------------------*/
.cf:before,
.cf:after{
  content:"";
  display:table;
  overflow:hidden;
}
.ie8 .cf:before{
  display:inline;
}
.cf:after{
  clear:both;
}
.cf{
  zoom:1;
}
/*----------------------*\
     $main
\*----------------------*/
html{
  overflow-y:scroll;
  line-height:1.5;
  font-size:10px;
  letter-spacing:0;
  min-height:100%;
  background:rgb(27,89,127);
}
body{
  min-width:320px;
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 300;
  color:rgb(60,60,59);
  left:0;
  font-size:14px;
  font-size:1.4rem;
  background:rgb(27,89,127);
}
.container{
    width:90%;
    max-width:1300px;
    margin:0 auto;
}
.header .container{
    width: 100%;
    max-width:1450px;
}


.quicklinks .container{
    max-width: 1180px;
}
.home-gallery .container{
    max-width: 1080px;
}
.home-location .container{
    z-index:3;
}
.gallery .container{
    max-width: 1250px;
}
.intro .container{
    max-width: 1120px;
}
.availability .container{
}
.content {
  display:block;
  width:100%;
  margin:0 auto;
  background:rgb(255,255,255);
}
.section {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  clear: both;
  overflow: hidden;
}
/*------------------------------------*\
  $type
\*------------------------------------*/
/* Large */
.giga{
  font-size:72px;
  font-size:7.2rem;
}
.mega{
  font-size:48px;
  font-size:4.8rem;
}
.kilo{
  font-size:33px;
  font-size:3.3rem;
}

h1,.h1{
  font-size: 39px;
    font-size: 3.9rem;
    letter-spacing: -1px;
    line-height: 1.3;
    color:rgb(27,89,127);
    font-weight:800;
}
h2,.h2{
  font-size:30px;
  font-size:3rem;
  letter-spacing: -1px;
  color:rgb(27,89,127);
  font-weight:800;
}
h3,.h3{
  font-size:24px;
  font-size:2.4rem;
  color:rgb(27,89,127);
  font-weight:800;
}
h4,.h4{
  font-size:20px;
  font-size:2rem;
  color:rgb(27,89,127);
}
h5,.h5{
  font-size:18px;
  font-size:1.8rem;
}
h6,.h6{
  font-size:17px;
  font-size:1.7rem;
}
p,.para,li{
  font-size:16px;
  font-size:1.6rem;
}
.invert p, .invert h1, .invert h2, .invert h3, .invert h4, .invert a {
    color:rgb(255,255,255);
}
/* Small */
small,.milli{
  font-size:12px;
  font-size:1.2rem;
}
.nano{
  font-size:10px;
  font-size:1rem;
}
/* Weights */
.light{
  font-weight:300;
}
.regular{
  font-weight:400;
}
.semi-bold{
  font-weight:600;
}
.bold{
  font-weight:700;
}
.capitals{
  text-transform:uppercase;
}
.letter-spacing{
  letter-spacing:1px; 
}

/*--- LINKS ---*/
a{
    color:rgb(27,89,127);
}
a:hover{
  text-decoration:underline;
}

/*--- LISTS ---*/
li > ul,
li > ol{
  margin-bottom:0;
}

/*--- QUOTES ---*/
q{ quotes:"‘" "’" "“" "”"; }

q:before{ content:"‘"; content:open-quote; }
q:after{ content:"’"; content:close-quote; }

q q:before{ content: "“"; content: open-quote; }
q q:after{ content: "”"; content: close-quote; }

blockquote{ quotes: "“" "”"; }
blockquote p:before{ content: "“"; content: open-quote; }
blockquote p:after{ content: ""; content: no-close-quote; }
blockquote p:last-of-type:after{ content: "”"; content: close-quote; }

blockquote{
  text-indent:-0.4em;
}

@font-face {
  font-family: 'mill';
  src: url('../css/icons/font/mill.eot?65655623');
  src: url('../css/icons/font/mill.eot?65655623#iefix') format('embedded-opentype'),
       url('../css/icons/font/mill.woff2?65655623') format('woff2'),
       url('../css/icons/font/mill.woff?65655623') format('woff'),
       url('../css/icons/font/mill.ttf?65655623') format('truetype'),
       url('../css/icons/font/mill.svg?65655623#mill') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mill';
    src: url('../css/icons/font/mill.svg?65655623#mill') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before, a:before, a:after, .unitclick:after, .unitclose:after {
  font-family: "mill";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-arrow:before { content: '\e800'; } /* '' */
.icon-downarrow:before { content: '\e801'; } /* '' */

/*------------------------------------*\
  $images
\*------------------------------------*/
img{
  max-width:100%;
  width:auto;
  height:auto !important;
  display:block;
}
.inline-img-right, .inline-img-left{
  width:100%;
  margin:2em 0; 
}
/*------------------------------------*\
  $tables
\*------------------------------------*/
table{
  width:100%;
}
/*------------------------------------*\
  $parallax
\*------------------------------------*/
.parallax {
    margin: 0;
    padding: 0;
}
.parallax [class*="bg__"] {
    position: absolute;
    height: 100%;
    text-indent: -9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    width: 100%;
    top:0;
}
.no-touch .parallax [class*="bg__"] {
    position: absolute;
    text-indent: -9999px;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    top: 0;
}
/*------------------------------------*\
  $return
\*------------------------------------*/
.return {
  display:block;
  position:absolute;
  bottom:10px;
  right:10px;
  width:auto;
  padding:35px 12px 6px 12px;
  text-transform:uppercase;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor:pointer;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
    color: rgb(129,128,128);
    z-index:9;
}
footer .return {
  top:180px;
  bottom:auto;
}
.footer__strap {
    width: 90%;
    margin: 0 auto 30px;
}
.footer__strap h3 {
    color: rgb(255,255,255);
    text-align: center;
}
.footer__strap a:hover {
    text-decoration:none;
}
.return p {
  margin:0 auto!important;
  padding:0!important;
  text-align:center!important;
    font-size: 16px;
    font-size: 1.6rem;
    opacity:0;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.return:before {
    content: '\e818';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 45px;
    font-size: 4.5rem;
    margin-left: -19px;
    opacity:0.4;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.return:hover {
    background:rgb(100,100,100);
    background:rgba(100,100,100,0.4);
    text-decoration:none;
}
.return:hover p {
    opacity:1;
    color:rgb(255,255,255);
}
.return:hover:before {
    color:rgb(255,255,255);
    opacity:1;
}
.hook {
    display: block;
    width: 1px;
    height: 0;
    top: -120px;
}
/*------------------------------------*\
    $reveal
\*------------------------------------*/
.fadein
{
    opacity:0;
    top:40px;
}
/*------------------------------------*\
  $header n footer
\*------------------------------------*/
.header {
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 98;
    height: 69px;
    right: 0;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.header__mov, .inner .header {
  background: rgb(27,89,127);
    height: 50px;
}

.header__left-logo {
    display: block;
    width: 175px;
    float: left;
    margin: 10px 0 0 5%;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.header__left-logo:hover {
    text-decoration:none;
}
.header__left-logo img{
    display: block;
    margin:0 auto 5px;
}
.header__left-logo p {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    color: rgb(255,255,255);
    margin-bottom:0;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.header__mov .header__left-logo p, .inner .header__left-logo p {
    display:none;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.menu-icon {
  width: 90px;
    margin: 13px 7% 0 0;
    padding: 12px;
    float: right;
    font-size: 35px;
    font-size: 3.5rem;
    z-index: 99;
    line-height: 1;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    text-decoration: none;
    cursor:pointer;
}
.menu-icon:hover p {
}
.menu-icon:hover #nav-icon3 span {
}
.header__mov .menu-icon.menu-icon-open, .inner .menu-icon.menu-icon-open {
  background:rgb(66,141,188);
}
.menu-icon p {
  float: right;
  color: rgb(255,255,255);
  font-weight: 700;
  margin: 1px 0px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
#nav-icon3 {
  width: 17px;
    height: 20px;
  position: relative;
  margin: 0;
  float: left;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgb(255,255,255);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
  width: 100%;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
  width: 60%;
}
#nav-icon3 span:nth-child(4) {
  top: 14px;
  width:80%;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav#main a:hover, nav#main li.active a { background: #ff0; }

.header__mov .menu-icon, .inner .menu-icon {
    margin: 6px 5% 0 0;
}
.header__nav {
    visibility: hidden;
    width: 80px;
    position: absolute;
    right: 6.3%;
    top: 50px;
    z-index: 1;
    padding: 0;

}
.header__nav li {
}
.header__mov .header__nav, .inner .header__nav {
    width: 150px;
    padding: 14px 19px;
    background: rgb(66,141,188);
    right: 5%;
    top: 50px;
}
.header__nav.header__nav-active, .header__mov .header__nav.header__nav-active {
    visibility: visible;
}

.header__nav li, .header__nav-active li {
}


.header__mov .header__nav li, .header__mov .header__nav-active li {
  opacity:1;
}
.header__nav ul {
  list-style:none;
  margin:0;
  padding:0;
}
.header__nav a {
  color:rgb(255,255,255);
  font-size:17px;
  font-size:1.7rem;
  line-height:1.9;
  letter-spacing: 0.4px;
}


.footer {
  padding: 40px 0 0 0;
    background: rgb(31,59,81); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(30,68,95,1) 26%, rgba(27,95,137,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(30,68,95,1) 26%,rgba(27,95,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(30,68,95,1) 26%,rgba(27,95,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3b51', endColorstr='#1b5f89',GradientType=1 ); /* IE6-9 */
}
.footer__left, .footer__right, .footer__middle {
    display:block;
    width:100%;
    margin:0 auto 30px;
    text-align:center;
    max-width: 400px;
}
.footer__nav {
    display:block;
    width:100%;
    margin:0 auto 30px;
    text-align:center;
}
.footer p, .footer a {
  color:rgb(255,255,255);
}
.footer__left{
    margin:0 auto 50px;
}
.footer__left a {
    display: block;
    width: 267px;
    margin: 0 auto;
    padding-right: 60px;
}
.footer__left a:hover {
    text-decoration:none;
}
.footer__left a p {
    float: left;
    width: auto;
    font-size: 22px;
    font-size: 2rem;
    text-align: left;
    margin: 0;
    font-weight: 200;
    border-bottom: 1px solid rgb(39,153,206);
}
.footer__left a:hover a p {
    border-bottom: 1px solid rgb(245,190,24);
}
.footer__left a:after {
    content: '\e800';
    right: 0;
    position: absolute;
    top: 21px;
    font-size: 25px;
    font-size: 2.5rem;
    color: rgb(39,153,206);
}
.footer__middle .footer-logo p {
  font-size: 13px;
    font-size: 1.3rem;
}
.footer__middle .footer-logo img {
    display: block;
    width: 200px;
    margin: 0 auto 15px;
    max-width: 300px;
}
.footer__right img {
    display: block;
    width: 45%;
    float: left;
    margin: 0 2.5%;
}
.footer-smallprint p, .footer-smallprint a {
  font-size: 10px;
    font-size: 1rem;
}
.footer__nav ul {
    list-style: none;
    margin: 0 auto 20px;
    padding: 0;
    display:block;
    width:100%;
    text-align:center;
}
.footer__nav li {
    display:inline-block;
    margin: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

/*------------------------------------*\
    $homepage
\*------------------------------------*/
.hero {
    position: relative;
    height: 90vh;
    width: 100vw;
}
.hero .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left:0;
    top:0;
    background:rgba(28,49,96,0.05);
}
.hero .text {
    width: 75%;
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.alt .hero .text {
    top: 55%;
}
.hero .text h2 {
    color:rgb(255,255,255);
    text-align:center;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.hero .text p {
    text-align: center;
    color: rgb(255,255,255);
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
}
.hero .rondel {
    z-index: 3;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 120px;
}
.morebutton {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 9;
    text-align: center;
    font-size: 30px;
    color: rgb(255,255,255);
}
.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
.bounce:hover {
  text-decoration:none;
  color:rgb(245,190,24);
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}
.quicklinks h1 {
    font-size: 0;
    color: rgb(255,255,255);
    line-height: 0;
}

.quicklinks, .home-location, .home-map {
  display: block;
    width: 100%;
    margin: 0 auto;
    background:rgb(255,255,255);
}
.invert .quicklinks, .invert .home-location, .invert .home-map {
    background: rgb(31,59,81); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(31,59,81,1) 26%, rgba(27,95,137,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(31,59,81,1) 26%,rgba(27,95,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(31,59,81,1) 26%,rgba(27,95,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3b51', endColorstr='#1b5f89',GradientType=1 ); /* IE6-9 */
}

.home-location {
  padding:40px 0 90px 0;
}
.home-map {
  width: 100%; 
  overflow: hidden; 
  height: 300px;
}
.home-map iframe {
  height:600px;
  margin-top:-150px;
  width: 100%;
}
.faintback, .faintback-neg {
    position: absolute;
    bottom: -2px;
    left: 0;
    font-size: 80px;
    font-size: 8rem;
    color: rgb(247,247,247);
    color: rgba(27,89,127,0.13);
    font-weight: 800;
    z-index: 0;
    margin: 0;
    padding: 0;
    line-height: 0.8;
    width:200%;
    text-align: left;
}
.faintback-neg {
    color: rgba(255,255,255,0.045);
    left: auto;
    right: -120%;
}
.about_sections .faintback {
    display:none;
}
.invert .faintback {
    color: rgba(255,255,255,0.03);
}
.invert .faintback-neg {
    color: rgba(25,105,152,0.04);
}
.quicklink {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    border-bottom: 1px solid rgb(247,247,247);
    z-index: 1;
    text-align: center;
    padding: 30px 0 40px 0;
}
.quicklink:nth-of-type(3) {
    border-bottom: none;
    padding: 60px 10px 60px 10px;
}
.quicklink img {
    display: block;
    width: 90%;
    max-width: 160px;
    margin: 0 auto 10px;
}
.quicklink p {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    width: 80%;
    margin: 0 auto 20px;
}
.available_unit a {
    text-align: center;
    margin: 0 auto;
    border-bottom: 2px solid rgb(39,153,206);
    padding: 5px 0;
  font-weight: 600;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.quicklink a, .home-location a, .gallerypanel p a, .available_unit a.pdflink, .about_section a, .unitclick, .unitclose {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(39,153,206);
    padding: 5px 36px 5px 0;
    font-size: 11px;
    font-size: 1.1rem;
    color:rgb(27,89,127);
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.quicklink a:after, .home-location a:after, .gallerypanel p a:after, .available_unit a.pdflink:after, .about_section a:after, .unitclick:after, .unitclose:after  {
    content: '\e800';
    right: 0;
    position: absolute;
    top: 31%;
    font-size: 10px;
    font-size: 1rem;
}
.quicklink a:hover, .home-location a:hover, .gallerypanel p a:hover, .available_unit a:hover, .about_section a:hover, .unitclick:hover, .unitclose:hover {
    text-decoration:none;
    border-bottom: 2px solid rgb(245,190,24);
    cursor:pointer;
}
.home-gallery {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background: rgb(31,59,81); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(30,68,95,1) 26%, rgba(27,95,137,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(30,68,95,1) 26%,rgba(27,95,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(30,68,95,1) 26%,rgba(27,95,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3b51', endColorstr='#1b5f89',GradientType=1 ); /* IE6-9 */
}
.invert .home-gallery {
    background: rgb(237,237,237); 
}



/*------------------------------------*\
    projects
\*------------------------------------*/

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);}
/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgb(222,225,228);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
.gallerypanel {
    display: block;
    width: 92%;
    margin: 0 auto;
    background: rgb(237,237,237);
    padding: 30px 30px 20px 30px;
    z-index: 2;
}
.invert .gallerypanel {
    background: rgb(255,255,255);
}
.gallerypanel h2 {
    line-height: 1.3;
    margin-bottom:10px;
}
.invert .gallerypanel h2, .invert .gallerypanel p, .invert .gallerypanel a {
    color:rgb(30,44,57);
}


.gallery-container {
    width: 150%;
    max-width: 1000px;
    margin: 0 0 0 -25%;
}
.gallery-container ul {
    margin:0;
    padding:25px 0 15px 0;
    list-style: none;
}
.owl-item img{
    width:100%;
    display:block;
}
.project-nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
}
.project-nav__left {
    display:block;
    width:100%;
    float:left;
    padding:70px 30px 0 30px;
    background: rgb(240,240,240);
}
.project-nav__left h3{
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom:5px;
}
.project-nav__left h4{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom:0;
    font-weight: 300;
    font-family: "source-sans-pro",sans-serif;
    text-transform:uppercase;
    color: rgb(85,142,194);
}
.gallery-item {
}
.gallery-item img {
    display:block;
    width:100%;
    margin:0 auto;
}

.customNavigation {
    float:right;
}
.customNavigation a, .customNavigation p {
    display:block;
    float:left;
    font-size:13px;
    font-size:1.3rem;
    color: rgb(30,44,57);
    padding:0;
    border-bottom:none;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.customNavigation p {
    margin:0;
    padding: 0 15px 0 16px;
}
.customNavigation .prev i:before {
    transform: rotate(180deg);
}
.customNavigation a:hover {
    text-decoration:none;
    cursor:pointer;
}
.customNavigation .prev i:hover, .customNavigation .next i:hover {
    color: rgb(245,190,24);
}
/*------------------------------------*\
  $gallery
\*------------------------------------*/
.gallery ul {
  list-style:none;
}
.gallery li {
    width:100%;
    display:block;
    margin:0 auto 20px;
}


/*------------------------------------*\
    $location
\*------------------------------------*/
.inner_hero {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 1305px;
}
.intro, .directory, .availability, .about_facilities, .disclaimer, .terms, .about_intro, .infofacts, .contact_intro {
    display:block;
    padding:40px 0;
}
.about_intro {
    display:block;
    padding:40px 0 0 0;
}
.intro h1 {
    font-size: 30px;
    font-size: 3rem;
}
.infofacts {
    width: 100%;
    display: block;
    margin: 0 auto;
    background:rgb(31,59,81);
}
.location-fact, .about-facility {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgb(25,105,152);
    padding: 30px 10px;
    color: rgb(255,255,255);
}
.location-fact:last-of-type, .about-facility:last-of-type {
    border-bottom: 1px solid rgb(25,105,152);
}


.location-fact img, .about-facility img {
    display: block;
    width: 90px;
    float: left;
    margin: 0;
}
.location-fact_right, .about-facility_right {
    float: right;
    text-align: left;
    width: 57%;
}
.location-fact h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: rgb(39,153,206);
    font-weight: 200;
    margin-bottom: 0;
}
.location-fact p {
    margin-bottom:0;
}
.location-fact p {
    margin-bottom:0;
}
.heromap {
    overflow: hidden;
    height: 300px;
}
.heromap iframe {
    height: 600px;
    margin-top: -150px;
    width: 100%;
}


/*------------------------------------*\
    $space
\*------------------------------------*/
.space_right, .available_unit-left {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
}
.space_intro p {
  font-size: 25px;
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(27,89,127);
  line-height: 1.4;
}
.spacetable {
    display: block;
    width: 100%;
    margin: 30px 0 10px 0;
}
.unittable {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.spacetable a {
    font-weight: 800;
    text-decoration:none;
}
.spacetable strong {
  font-weight: 800;
  color: rgb(27,89,127);
}
.spacetable_left, .spacetable_right, .unittable_left, .unittable_right  {
    width: 100%;
    display: block;
    margin:0 auto;
}
tbody {
    width: 100%;
    display: block;
}
.spacetable tr, .unittable tr {
    width: 100%;
    display: block;
    border-bottom:1px solid rgb(27,89,127);
}
.spacetable_left tr:first-of-type, .unittable_left tr:first-of-type {
    border-top:1px solid rgb(27,89,127);
}
.spacetable td, .unittable td {
    padding: 6px 0;
    color:rgb(60,60,59);
}
.spacetable td.unit {
    width: 35px;
}
.unittable td.unit {
    width: 25px;
}
.unitimage {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
}
.availability, .about_intro, .about_sections {
    background:rgb(237,237,237);
}
.available_unit {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
}
.available_unit a.pdflink {
    line-height: 71px;
}
.tolet_intro {
    text-align:center;
    margin:0 auto 40px;
}
.available_unit-right {
    margin:0 auto 30px;
}
.unitclick, .unitclose {
    float:left;
    cursor:pointer;
}
/*------------------------------------*\
    $about
\*------------------------------------*/
.about_section {
    padding:0 0 40px 0;
}
.about_section-two {
    padding:40px 0 70px;
}
.about_intro p, .about_section p {
    margin-bottom:20px;
}
.about_intro p {
  color: rgb(27,89,127);
  font-size:22px;
  font-size:2.2rem;
}
.about_section-img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}
.grey_bg {
    background: rgb(237,237,237);
}
.about_facilities {
    background:rgb(31,59,81);
}
.about_facilities h2 {
    color:rgb(255,255,255);
    text-align:center;
}
.about_facilities p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom:0;
}
.about_section-text {
    max-width: 1300px;
    margin: 0 auto;
}
.about_section-text h2 {
    line-height: 1.1;
}
.about_section-two .about_section-img, .about_section-two .about_section-text{
    z-index:2;
}
.about_section-text_inner p:last-of-type{
    margin-bottom: 0;
}
/*------------------------------------*\
    $contact
\*------------------------------------*/
.contact_intro {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.agents .container, .disclaimer .container {
    width: 70%;
    max-width: 970px;
}
.agent {
    display:block;
    width:100%;
    margin:0 auto 30px;
    text-align:center;
}
.agent img {
    margin: 0 auto;
}
.agent p {
    margin-bottom: 2px;
    margin-bottom: 0.2rem;
}
.agent p.name {
    font-weight:600;
}
.agent:last-of-type {
    padding-top:30px;
    border-top: 1px solid rgb(199,197,197);
}
.agent:last-of-type img {
}
.agent:last-of-type p {
    font-size:14px;
    font-size:1.4rem;
}
.disclaimer p {
    font-size:11px;
    font-size:1.1rem;
    line-height: 1.4;
}


/*------------------------------------*\
    $terms
\*------------------------------------*/
.terms .container {
    width:100%;
    margin:0 auto;
    max-width:1000px;
}
.terms h3 {
    margin:20px 0 5px;
}

/*---------------------------*\
     $Cookie Consent Popup
\*---------------------------*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;}.cc-window.cc-banner{padding:1em 1.8em;width:100%;}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:0}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:5px 4px;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;}.cc-revoke.cc-right{right:3em;}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-compliance{display:block;width:35%;  margin: 0 auto;}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){.cc-btn{white-space:normal}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-message{
  margin-bottom: 7px;
  display: block;
}

.cc-banner.cc-bottom, .cc-revoke, .cc-window {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.95);
  padding: 10px !important;
  font-size: 14px !important;
  color: rgb(90,90,90) !important;
  width: 80% !important;
  margin: 0 10% 20px;
  line-height: 1.3 !important;
  border: 2px solid rgb(27,89,127);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  left: auto !important;
  text-align:center;
}

.cc-banner .cc-btn:last-child {
  width: auto !important;
  background: rgb(27,89,127);
  color: rgb(255,255,255);
  min-width: 100px !important;

}
.cc-color-override-1020485029 .cc-link {
  color: rgb(90,90,90) !important;
  opacity: 1 !important;
  padding: 0 !important;
  font-weight: 300 !important;
}








@media print{
  *{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;} @page {margin:0.5cm;}h2,h3{orphans:3;widows:3;page-break-after:avoid;} p{orphans:3;widows:3;} pre,blockquote{border:1px solid #808080;page-break-inside:avoid;} abbr[title]:after{content:" (" attr(title) ")";} a,a:visited{color:#000000 !important;text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} img{max-width:100% !important;page-break-inside:avoid;} thead{display:table-header-group;} tr{page-break-inside:avoid;} .ir a:after{content:"";}}

@media only screen and (min-width: 414px){  

.hero .text {
    width: 80%;
}
.hero .text h2 {
    font-size: 47px;
    font-size: 4.7rem;
    line-height: 1.1;
}
.hero .rondel {
    right: 40px;
    bottom: 60px;
    width: 140px;
}
}


@media only screen and (min-width: 500px){  

.location-fact img {
    width: 110px;
    margin: 0 30px 0 0;
}
.location-fact_right {
    float: left;
    width: 65%;
}
.location-fact h3 {
    font-size: 33px;
    font-size: 3.3rem;
    margin-bottom: 10px;
}
}

@media only screen and (min-width: 600px){  
.hero {
    height: 100vh;
}
.hero .text h2 {
    font-size:62px;
    font-size: 6.2rem;
    margin-bottom: 23px;
}
.hero .rondel {
    right: 12%;
    bottom: 10%;
    width: 190px;
}
/*------------------------------------*\
  $cookies
\*------------------------------------*/
.cc-banner.cc-bottom {
  width: 524px !important;
  margin: 0 30px 30px 27% !important;
  text-align: left;
}
.cc-window .cc-message {
    margin-bottom: 0;
    float: left;
    width: 75%;
}
.cc-compliance {
  width: 20% !important;
  float: right;
  margin-top: 5px;
}
}

@media only screen and (min-width: 700px){ 
.hero .text {
}
.hero .text p {
    font-size: 32px;
    font-size: 3.2rem;
}
.home-gallery {
    padding: 100px 0 150px 0;
}
.gallery-container ul {
    padding: 25px 0 20px 0;
}
.gallerypanel {
    width: 80%;
    padding: 70px 70px 40px 70px;
    float:left;
}
.gallery-container {
    width: 135%;
    max-width: 1000px;
    margin: 0;
}
.gallerypanel h2, .intro h1, .space_intro h1, .availability h2, .about_intro h1, .about_facilities h2 {
    font-size: 50px;
    font-size: 5rem;
}
.gallerypanel p {
    font-size: 19px;
    font-size: 1.9rem;
    max-width: 470px;
}
.customNavigation a, .customNavigation p {
    font-size:13px;
    font-size:1.3rem;
}
.intro h1 {
    font-size: 50px;
    font-size: 5rem;
}
}

@media only screen and (min-width: 768px){  
.faintback, .faintback-neg {
    font-size: 130px;
    font-size: 13rem;
}
.header {
    height: 109px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+15,000000+100&0.5+15,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 10%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 10%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.inner .header {
    height: 69px;
}
.header__mov {
  background: rgb(27,89,127);
  height: 69px;
}
.header__left-logo {
    width: 300px;
    margin: 30px 0 0 5%;
}
.header__left-logo p {
    font-size: 23px;
    font-size: 2.3rem;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-align:center;
}
.header__mov .header__left-logo p {
    font-size: 7px;
    font-size: 0.7rem;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.header__mov .header__left-logo, .inner .header__left-logo {
    margin: 10px 0 0 5%;
}
#nav-icon3 {
    width: 30px;
}
.menu-icon {
  width: 130px;
    padding: 15px 15px 21px 15px;
  margin: 35px 5% 21px 0;
}
.header__mov .menu-icon-open {
  background: rgb(0,142,201);
}
.menu-icon p {
    font-size: 17px;
    font-size: 1.7rem;
  margin: 0;
}
.header__mov .menu-icon, .inner .menu-icon {
    margin: 13px 5% 0 0;
}
.header__nav {
    width: 125px;
    right: 4%;
    top: 85px;
}
.header__mov .header__nav, .inner .header__nav {
    width: 160px;
    top: 69px;
}
.header__nav a {
    line-height: 2.3;
}

.footer__left {
    float: left;
    width: 50%;
    margin: 0;
    text-align: left;
    max-width: none;
}
.footer__strap h3 {
    font-size: 34px;
    font-size: 3.4rem;
}
.footer__middle {
    float: right;
    width: 50%;
}

.footer__middle .footer-logo img {
    width: 200px;
    margin: 4px auto 10px;
    max-width: none;
}
.footer-smallprint {
  clear:both;
  margin-bottom:150px;
}
.footer__right ul {
    list-style: none;
    margin: 0 auto 10px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.footer__right {
    width: 100%;
    margin: 0;
    text-align: center;
    max-width: none;
    clear: both;
}
.footer__nav br {
    display:none;
}
/*------------------------------------*\
    $homepage
\*------------------------------------*/
.hero .text h2 {
    font-size: 72px;
    font-size: 7.2rem;
}
.hero .rondel {
    right: 10%;
    bottom: 10%;
    width: 172px;
}
.morebutton {
    bottom: 30px;
}
.quicklinks {
    padding: 0;
}
.quicklinks .container{
    width: 98%;
    padding: 0 0 100px 0;
}
.quicklink {
  padding: 60px 30px 60px 30px;
    width: 30.33%;
    float: left;
    margin: 0 1.5%;
    border-bottom:none;
}
.invert .quicklink {
    border-right: 1px solid rgb(25,105,152)
}
.quicklink:nth-of-type(3) {
}
.quicklink p {
    font-size: 17px;
    font-size: 1.7rem;
    width: 100%;
    line-height: 1.3;
}
.quicklink:nth-of-type(2) p {
    width: 80%;
}
.quicklink a, .home-location a, .gallerypanel p a {
    padding: 5px 30px 5px 0;
}
.quicklink a:after, .home-location a:after, .gallerypanel p a:after {
    font-size: 8px;
    font-size: 0.8rem;
    top: 33%;
}


.home-location {
    text-align:center;
}
.home-location p {
    font-size: 2px;
    font-size: 2rem;
    width:75%;
    max-width:500px;
    margin:0 auto 20px;
}
.home-location h3 {
    font-size: 44px;
    font-size: 4.4rem;
}

/*------------------------------------*\
    $gallery
\*------------------------------------*/
.gallery li {
    width: 49%;
    margin: 0 0.5% 15px;
    float: left;
}

/*------------------------------------*\
    $location
\*------------------------------------*/
.facts {
    padding: 40px;
}
.location-fact {
    width: 33.3%;
    float: left;
    border-top: none;
    border-right: 1px solid rgb(25,105,152);
}
.location-fact:nth-of-type(1) {
    width: 38.3%;
    padding:30px 85px 0 85px;
}
.location-fact:nth-of-type(2) {
    padding:30px 70px 0 70px;
}
.location-fact:nth-of-type(3) {
    width: 28.3%;
    border-bottom: none;
    border-right: none;
}
.location-fact img {
    float: none;
    margin: 0 auto 20px;
}
.location-fact_right {
    text-align:center;
    margin:0 auto;
    float: none;
    width:100%;
}

/*------------------------------------*\
    $space
\*------------------------------------*/
.spacetable_left, .unittable_left {
    width: 45%;
    float: left;
}
.spacetable_right, .unittable_right {
    width: 45%;
    float: right;
    border-top:1px solid rgb(0,0,0);
}
.unitimage {
    width: 60%;
    margin: 0;
    float: left;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.unitimage.large {
    width: 100%;
    margin: 0 auto 40px;
}
.unitclose {
    background: rgb(27,89,127);
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    z-index: 1;
    color: rgb(255,255,255);
    font-weight: 600;
    cursor:pointer;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease; 
    border-bottom:none;
}
.unitclose:after {
    display:none;
}
.unitclose:hover {
    background: rgb(245,190,24);
    border-bottom:none;
}
.unitbumph {
    width: 36.5%;
    margin: 0;
    float: right;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.unitdetails {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: left;
}
/*------------------------------------*\
    $about
\*------------------------------------*/

.about-facility {
    width: 50%;
    margin: 0 0 30px;
    border-top: none;
    float: left;
    padding: 30px 10%;
}
.about-facility:nth-of-type(1), .about-facility:nth-of-type(3), .about-facility:nth-of-type(5) {
    border-right: 1px solid rgb(25,105,152);
}
.about-facility:last-of-type {
    margin:0 auto;
    clear:left;
    float:none;
    border-bottom:none;
}
.about-facility img {
    width: 60%;
    margin: 0 auto 20px;
    float: none;
}
.about-facility_right {
    text-align: center;
    width: 100%;
}


.about_facilities-small .about-facility {
    width: 33.3%;
    margin: 0 0 45px;
    border-top: none;
    float: left;
    padding: 10px 5%;
    min-height: 200px;
}
.about_facilities-small .about-facility:nth-of-type(1), .about_facilities-small .about-facility:nth-of-type(2), .about_facilities-small .about-facility:nth-of-type(4), .about_facilities-small .about-facility:nth-of-type(5) {
    border-right: 1px solid rgb(25,105,152);
}
.about_facilities-small .about-facility:nth-of-type(3){
    border-right: none;
}
.about_facilities-small .about-facility:nth-of-type(7){
    float:none;
    margin:0 auto;
}



.about_section {
    padding:0 0 20px;
}
.about_section-two {
    padding:40px 0 90px;
}

.about_section .about_section-img {
    float: right;
    width: 40%;
}
.about_section .about_section-text {
    float: left;
    width: 55%;
}
.about_section-two .about_section-img {
    float: left;
    width: 40%;
}
.about_section-two .about_section-text {
    float: right;
    width: 55%;
}
.about_section-text h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
}
/*------------------------------------*\
    $contact
\*------------------------------------*/
.agent {
    width:40%;
    float:left;
    margin:0 5% 30px;
}
.agent img, .agent p {
}
.agent img {
    width:175px;
}

.agent:last-of-type {
    width:100%;
    text-align:center;
    margin:0 auto;
}
.agent:last-of-type img, .agent:last-of-type p {
    float:none;
}
.agent:last-of-type p {
    font-size:14px;
    font-size:1.4rem;
}
}


@media only screen and (min-width: 900px){ 
.about_facilities h2 {
    margin-bottom:30px;
}

/*--
.about-facility {
    width: 25%;
    margin: 0 0 45px;
    border-top: none;
    float: left;
    padding: 10px 5%;
}
.about-facility:nth-of-type(2) {
    width: 30%;
}
.about-facility:nth-of-type(3) {
    width: 22%;
    padding: 10px 7%;
}
.about-facility:nth-of-type(4) {
    width: 23%;
}
.about-facility:nth-of-type(5) {
    width: 30%;
    margin-left:7%;
    margin: 0 0 0 7%;
}
.about-facility:nth-of-type(6) {
    width: 30%;
    margin: 0;
}
.about-facility:last-of-type {
    float: left;
    clear: none;
    margin: 0;
}
.about-facility img {
    width: 100px;
    margin: 0 auto 30px;
}
.about-facility p {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}
.about-facility:nth-of-type(2), .about-facility:nth-of-type(6) {
    border-right: 1px solid rgb(25,105,152);
}
---*/



.about_facilities-small .about-facility {
    width: 25%;
    padding: 10px 5%;
    min-height: 220px;
}
.about_facilities-small .about-facility:nth-of-type(1), .about_facilities-small .about-facility:nth-of-type(2), .about_facilities-small .about-facility:nth-of-type(3), .about_facilities-small .about-facility:nth-of-type(4), .about_facilities-small .about-facility:nth-of-type(5), .about_facilities-small .about-facility:nth-of-type(6) {
    border-right: 1px solid rgb(25,105,152);
}
.about_facilities-small .about-facility:nth-of-type(4){
    border-right: none;
}
.about_facilities-small .about-facility:nth-of-type(5){
    margin-left:10%;
}
.about_facilities-small .about-facility:nth-of-type(7){
    float:left;
    margin: 0 0 45px;
    clear:none;
}


}


@media only screen and (min-width: 1024px){ 
p, .para, li {
    font-size: 17px;
    font-size: 1.7rem;
}
.footer__strap {
    width: 100%;
}
.footer__strap h3 {
    font-size: 46px;
    font-size: 4.6rem;
}
.footer__left {
    width: 33.3%;
}
.footer__left a {
    float:left;
}
.footer__middle {
    float: left;
    width: 33%;
}
.footer__right {
    float: right;
    width: 31.5%;
    clear: none;
}
.footer__right ul {
    margin: 6px auto 5px;
}
.footer__nav li {
    font-size: 16px;
    font-size: 1.6rem;
}
.faintback, .faintback-neg {
    font-size:230px;
    font-size: 23rem;
}
.faintback-neg {
    left: auto;
    right: -113%;
}
/*------------------------------------*\
  $homepage
\*------------------------------------*/
.hero .text {
    top: 50%;
}
.hero .text p {
    width: 75%;
}
.hero .rondel {
    right: 10%;
    bottom: 11%;
}
.quicklink {
    padding: 100px 30px 100px 30px;;
}
.quicklink:nth-of-type(3) {
  padding:100px 10px 100px 10px;
}
.quicklink p {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
}
.home-map {
  height: 500px;
}
.home-map iframe {
  height: 800px;
}
.home-location {
  padding: 90px 0 180px;
}

/*------------------------------------*\
    $location
\*------------------------------------*/
.directory, .availability, .disclaimer, .terms, .about_intro, .infofacts {
    padding: 70px 0;
}
.contact_intro {
    padding: 70px 0 40px 0;
}
.intro {
    padding: 70px 0 120px 0;
}
.about_intro {
    padding: 200px 0 0 0;
    margin-top:-150px;
}
.inner_hero {
    z-index:1;
}
.intro-left {
    width: 40%;
    margin: 0;
    display: block;
    float:left;
}
.intro-left_inner {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.intro-right {
    width: 50%;
    margin: 17px 0 0;
    display: block;
    float: right;
}

.map {
    width: 50%;
    float:right;
    margin: 0;
}
.heromap {
    width:100%;
    height: 600px;
}

.heromap iframe {
    height: 900px;
}
/*------------------------------------*\
    $space
\*------------------------------------*/
.space_left, .available_unit-left {
    width: 45%;
    float: left;
}
.space_right, .available_unit-right {
    width: 50%;
    float: right;
    margin: 35px 0 0 0;
}
.available_unit-right {
    margin: 0;
}


/*------------------------------------*\
    $about
\*------------------------------------*/

.about_sections {
    padding:0 0 200px 0;
}
.about_section {
    padding: 0 0 70px;
}
.about_sections .faintback {
    display:block;
}
.about_section-two {
    padding: 70px 0 220px;
}

.about_facilities .container {
    width: 95%
}
.about_facilities-small .about-facility {
    width: 14.2%;
    padding: 10px 1%;
    min-height: 0;
}
.about_facilities-small .about-facility:nth-of-type(2) {
    width: 17.2%;
}
.about_facilities-small .about-facility:nth-of-type(3) {
    width: 12.2%;
}
.about_facilities-small .about-facility:nth-of-type(4) {
    width: 13.2%;
}
.about_facilities-small .about-facility:nth-of-type(7) {
    width: 12.2%;
}
.about_facilities-small .about-facility:nth-of-type(1), .about_facilities-small .about-facility:nth-of-type(2), .about_facilities-small .about-facility:nth-of-type(3), .about_facilities-small .about-facility:nth-of-type(4), .about_facilities-small .about-facility:nth-of-type(4), .about_facilities-small .about-facility:nth-of-type(5), .about_facilities-small .about-facility:nth-of-type(6) {
    border-right: 1px solid rgb(25,105,152);
}
.about_facilities-small .about-facility:nth-of-type(5){
    width: 16.2%;
    margin-left:0;
}
.about_facilities-small .about-facility:nth-of-type(7){
}
.about_facilities-small .about-facility img {
    width: 90px;
}
/*------------------------------------*\
    $contact
\*------------------------------------*/
.agents .container, .disclaimer .container {
    width: 90%;
}

.agent, .agent:last-of-type {
    float:left;
    margin:0 2% 0 0;
}
.agent:last-of-type {
    margin:0 0 0;
    border-top:none;
	/* border-left: 1px solid rgb(199,197,197); */
    padding:0px 0 30px 0px;
}
.agent img {
    width: 225px;
}
}

@media only screen and (min-width: 1200px){
/*------------------------------------*\
    $home
\*------------------------------------*/
.hero .rondel {
    right: 13%;
    bottom: 9%;
}
.quicklink img {
    margin: 0 auto 30px;
}
/*------------------------------------*\
    $location
\*------------------------------------*/
.inner_hero {
    width: 90%;
}
.location-fact {
    padding: 30px;
}
.intro h1 {
    font-size: 55px;
    font-size: 5.5rem;
}
/*------------------------------------*\
    $about
\*------------------------------------*/
.about_section {
    padding: 30px 0;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.about_section-two {
    padding: 40px 0 160px;
}
.about_section:last-of-type {
    padding: 60px 0;
}
.about_section-text_inner {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    margin: 0;
}
.about_section-two .about_section-text_inner {
    width: 85%;
    margin: 0 0 0 10%;
}
.about_section .about_section-img {
    width: 60%;
}
.about_section .about_section-text {
    width: 40%;
}
.about_section-two .about_section-img {
    width: 60%;
}
.about_section-two .about_section-text {
    width: 40%;
}
.about_section-text h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
}
.about_intro-text {
    display: block;
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}


.about_facilities-small .about-facility {
    width: 14.2%;
    padding: 10px 1%;
    min-height: 0;
}
.about_facilities-small .about-facility:nth-of-type(2) {
    width: 17.2%;
}
.about_facilities-small .about-facility:nth-of-type(3) {
    width: 11.2%;
}
.about_facilities-small .about-facility:nth-of-type(1), .about_facilities-small .about-facility:nth-of-type(2), .about_facilities-small .about-facility:nth-of-type(3), .about_facilities-small .about-facility:nth-of-type(4), .about_facilities-small .about-facility:nth-of-type(4), .about_facilities-small .about-facility:nth-of-type(5), .about_facilities-small .about-facility:nth-of-type(6) {
    border-right: 1px solid rgb(25,105,152);
}
.about_facilities-small .about-facility:nth-of-type(5){
    margin-left:0;
}
.about_facilities-small .about-facility:nth-of-type(7){
}
.about_facilities-small .about-facility img {
    width: 90px;
}
}

@media only screen and (min-width: 1400px){
.faintback, .faintback-neg {
    font-size: 300px;
    font-size: 30rem;
    left: 0;
  bottom: -13px;
}
.faintback-neg {
    left: auto;
    right: -130%;
}
.about_section-text_inner {
    width:78%;
    margin: 0 0 0 7%;
}
.about_section-two .about_section-text_inner {
    margin: 0 0 0 13%;
}
.about_section-two .about_section-text_inner {
    width:70%;
}
.unitimage {
    width: 70%;
}
.unitbumph {
    width: 26%;
}
}


/* Retina*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  
}