@font-face {
    font-family: 'futuristbold';
    src: url('ForgottenFuturistRg-Bold.woff2') format('woff2'),
        url('ForgottenFuturistRg-Bold.woff') format('woff'),
        url('ForgottenFuturistRg-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'futurist';
    src: url('ForgottenFuturistRg-Regular.woff2') format('woff2'),
        url('ForgottenFuturistRg-Regular.woff') format('woff'),
        url('ForgottenFuturistRg-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicBold';
    src: url('hinted-TradeGothicLT-BoldTwo.woff2') format('woff2'),
        url('hinted-TradeGothicLT-BoldTwo.woff') format('woff'),
        url('hinted-TradeGothicLT-BoldTwo.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic';
    src: url('hinted-TradeGothicLT.woff2') format('woff2'),
        url('hinted-TradeGothicLT.woff') format('woff'),
        url('hinted-TradeGothicLT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body
{
	font-family: TradeGothic,'Lucida Grande',Arial;
	color: #0a3a4e;
	font-size: 13px;
	line-height: 19px;
	padding: 0;
	margin: 0;
}

a,a:Active,a:Visited
{
	color: #0a3a4e;
}

a:Hover
{
	color: #222;
	text-decoration: none;
}

.futurist
{
    font-family: 'futurist';
    font-size: 15px;
    letter-spacing: 1px;
}

.artist
{
    position: relative;
}

.artist .text
{
    position: absolute;
    color: #DDD;
    font-size: 11px;
    bottom: 3px;
    right: 8px;
    text-shadow: 1px 1px 1px #000;
}

.img-fluid
{
}

.img-full
{
    width: 100%;
}

.bg-grey
{
    background: #C1C9C9;
    padding-top: 30px;
    padding-bottom: 30px;
}

.white{color:#c2caca;}

.section
{
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.pad-md
{
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad-left
{
    padding-left: 60px;
}

h1
{
    font-family: 'futuristbold';
    font-size: 55px;
    line-height: 57px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 20px;
}

h2
{
    font-family: 'futurist';
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 20px;
}

h3
{
    font-family: 'futurist';
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

h3.developed
{   
    margin-top: 10px;
}

strong
{
    font-weight: bold;
}

h4
{
    text-transform: uppercase;
    font-family: 'futurist';
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.top
{
    padding-top: 30px;
    background: #C2CACA url(../img/main-bg.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.intro
{
    font-size: 15px;
    line-height: 25px;
    padding-left: 60px;
    padding-right: 60px;

    margin-bottom: 30px;
}

.video-player
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px; 
    height: 0; 
    overflow: hidden;
    margin-bottom: 15px;
}

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

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}


input[type=text],
input[type=email],
textarea
{
    padding: 3px 0;
    width: 100%;
    border: 0;
    border-bottom: solid 1px #133C4E;
    background: transparent;
    margin-bottom: 10px;
    color: #133C4E;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #133C4E;
    opacity: 1; /* Firefox */
    font-size: 11px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #133C4E;
    font-size: 11px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #133C4E;
    font-size: 11px;
}

textarea
{
    height: 60px;
}

.zoomer{background: transparent;}

a.button
{    
    font-family: 'futurist';
    letter-spacing: 3px;
    color: #c2caca;
    font-size: 14px;
    padding: 13px 22px 13px 24px;
    background: #133C4E;
    border: 0;
    margin: 20px auto;
    display: inline-block;
    transition: all 0.125s ease-in;
}

.virtual-tour a.button
{
    width: 150px;
    font-size: 13px;
}

a.button-2
{
    line-height: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.facility-btn
{
    font-family: 'futurist';
    letter-spacing: 3px;
    margin-bottom: 10px;
    background: #FFF;
    color: #0A3A4E;
    border: solid 1px #0A3A4E;
    text-align: center;
    width: 156px;
    padding: 8px 0 7px 0;
    transition: all 0.125s ease-in;
}

.facility-btn a
{
    color: #0A3A4E;
    display: block;
}

.facility-btn.active,
.facility-btn:Hover
{
    background: #0A3A4E;
    border: solid 1px #0A3A4E;
    color: #FFF;
}


.facility-btn:Hover a,
.facility-btn.active a
{
    color: #c2caca;
}


.amenities,
.am-list
{
}

.amenities
{
    border-left: solid 1px #496B75;
}

.am-box
{
    display: none;
    background: #FFF;
    border: solid 1px #496B75;
}

.am-list h3
{
    margin: 0;
    padding: 14px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;

    background-image: url(../img/am-left.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;

    border-bottom: solid 1px #0A3A4E;
}

.am-list h3.active,
.am-list h3:hover
{
    background-image: url(../img/am-down.png);
    background-color: #0A3A4E;
    color: #c2caca;
}

.am-list ul
{
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #0A3A4E;
}

.am-list ul li
{
    cursor: pointer;
    padding: 5px 0 5px 14px;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
}

.am-list span.time
{
    font-weight: 600;
}

.am-list ul li.active,
.am-list ul li:hover
{
    background: #D3D9D9;
}


input[type=submit]
{
    font-family: 'futurist';
    letter-spacing: 3px;
    color: #c2caca;
    font-size: 20px;
    padding: 8px 18px 8px 20px;
    background: #133C4E;
    border: 0;
    margin: 20px auto;
    transition: all 0.125s ease-in;
}

input[type=submit]:Hover,
a.button:Hover
{
    background: #63757D;
    color: #EFEFEF;
    border-radius: 15px;
    box-shadow: #333 1px 1px 3px;
}

.terms-links a
{
    font-family: 'futurist';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 20px;
}

.footer
{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #133D4D;
    font-size: 11px;
    line-height: 14px;
    color: #DDD;    
}


.menu-trigger
{
    position: fixed;
    right: 24px;
    top: 24px;
    cursor: pointer;
    z-index: 99999;
    display: none;
}

.menu-trigger div {
  width: 35px;
  height: 3px;
  background-color: #053B4D;
  margin: 4px 0;
  border-radius: 5px;
}

.menu-trigger:hover div
{
    background-color: #B28A31;
}


.nav-modal
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    z-index: 999999;
    display: none;
}

#menu
{
    display: block;
    position: fixed;
    width: 255px;
    height: 100vh;
    right: -255px;
    top: 0;
    background: #093B4D;
    z-index: 9999999;
}

ul.nav-mobile
{
    padding-top: 40px;
}

ul.nav-mobile li
{
    text-align: right;
    font-family: 'futurist';
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 2.7px;
    display: block;
    margin: 34px 30px 34px 0;
    cursor: pointer;
    text-transform: uppercase;

}

ul.nav-mobile li
{
    text-align: right;
    color: #D3BC8A;
    transition: 0.18s all ease-in;
}

ul.nav-mobile li:hover,
ul.nav-mobile li.active
{
    color: #FFF;
    text-decoration: none;
}

#sticky{display: none;}

@media (max-width: 900px)
{
    #sticky
    {
        display: block;
        position: fixed;
        background: #1C4E5C;
        padding: 3px 0;
        bottom: 0;
        width: 100%;
    }

    .logo-mob
    {
        max-width: 110px;
        float: left;
        margin-left: 15px;
    }

    .calling
    {
        float: right;
        margin-right: 0px;
        margin-top: 5px;
        width: 145px;
    }

    .calling img
    {       
        width: 50px;
    }

    .calling a
    {
        margin-left: 10px;
    }

    .menu-trigger
    {
        display: block;
    }

    .nav
    {
        display: none;
    }

    h1
    {
        font-size: 40px;
        line-height: 41px;
    }

    .section
    {
        padding-left: 15px;
        padding-right: 15px;
    }


}