body,html{
	margin:0;padding:0;
    font-family: 'Fira Sans', 'Arial', 'Verdana', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	padding:0;margin:0;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.material-icons {
	font-family: 'Material Icons';	
	display: block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

@font-face {
	font-family: 'icons';
	src: url('../font/icons.eot?21258575');
	src: url('../font/icons.eot?21258575#iefix') format('embedded-opentype'),
	   url('../font/icons.woff?21258575') format('woff'),
	   url('../font/icons.ttf?21258575') format('truetype'),
	   url('../font/icons.svg?21258575#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?97224015');
      src: url('../font/fontello.eot?97224015#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?97224015') format('woff'),
           url('../font/fontello.ttf?97224015') format('truetype'),
           url('../font/fontello.svg?97224015#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
.icons{font-family:'icons';}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.width-limiter{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.hidden{
    display: none !important;
}

#content ul,#content ol{
	padding-left:40px;
}
.button-1,
.button-2,
.button-3{
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 235px;
    max-width: 100%;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    border: none;
}
.button-1:hover,
.button-2:hover,
.button-3:hover{
	color: #fff;
    text-decoration: none;
}
.button-1{
    background-color: #11222c;
}
.button-1:hover{
    background-color: #f47460;
}
.button-2{
    background-color: #f47460;
}
.button-2:hover{
    background-color: #fff;
    color: #f47460;
}
.button-3{
    background-color: #11222c;
}
.button-3:hover{
	background-color: #f47460;
}

/*Base Layout*/
.header-wrapper {
    margin-left: auto;
    margin-right: auto;
}
header{
    position: relative;
    z-index: 1000;
}
#header {
    height: 100px;
    overflow: hidden;
}
.content-wrapper {
    background-color: #fff;
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
}

#content {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
}

.footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/navy-background.png);
    background-size: 80px 80px;
    padding-top: 50px;
}

#footer {
    max-width: 1200px;
    margin: 0px auto;
    clear: both;
    padding-top: 10px;
}

#legal {
    background-color: #ddd;
    height: 40px;
    max-width: 1200px;
    margin: 0px auto;
    clear: both;
    text-align: center;
    padding-top: 10px;
}

footer .others{
    text-align: center;
    margin: 50px 0 15px;
}

footer .others .title{
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

footer .others a{
    display: inline-block;
    margin: 15px;
}


.content-wrapper,
.header-wrapper,
.block-wrapper,
.footer-wrapper {
    padding-left: 50px;
    padding-right: 50px;    
}

#header,
#container{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/*Interior Layout*/
#container {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
    position: relative;
}

#container #content {
    padding: 30px 30px 30px;
    width: calc(100% - 250px);
    float: right;
}

#container #content.has-side-content {
    width: calc(100% - 650px);
    float: right;
    margin-right: 400px
}

#container #content.no-subnav {
    padding: 30px 30px 30px;
    border: none;
    width: 100%;
    float: right;
}

#container #content.no-subnav.has-side-content {
    width: calc(100% - 400px);
    float: right;
    margin-right: 400px;
}

#container #side {
    position: absolute;
    right: 0px;
    padding: 30px 30px 30px;
    width: 400px;
    color: #fff;
    float: right;
    clear: none;
}


.scrollable {
    overflow-y: scroll;
}

.scrollable::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scrollable::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scrollable::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ccc;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-thumb:active {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-track {
    background: #aaa;
    border: 0px none #ccc;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.scrollable::-webkit-scrollbar-track:hover {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-track:active {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-corner {
    background: transparent;
}

.nav-wrapper .width-limiter{
    position: relative;
    z-index: 2000;
}

/*logos*/
a.logo {
    background-image: url(../images/new-logo.png);
    display: block;
    width: 284px;
    height: 126px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 0px;
    font-size:0;
    color: transparent;

    -webkit-transition: all .75s ease;
     -moz-transition: all .75s ease;
     -o-transition: all .75s ease;
     -ms-transition: all .75s ease;
     transition: all .75s ease;
}

/*Hero Styles*/

.hero-wrapper {
    margin-left: auto;
    margin-right: auto;
}

#hero {
    background-color: #fff;
    position: relative;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

#hero .slide-textbox{
	width:60%;
	margin:50px 0 0 50px;
}#hero .slide-heading {
    color: #fff;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

#hero .slide-text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

#hero a.slide-link {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
}

#hero a.slide-link:hover {
    color: #fff;
}

.glow {
    text-shadow: 0px 0px 100px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, .7);
}

#hero .slide {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
    background-color: #5555;
}

.hero-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

#hero .slide-textbox {
    max-width: 1400px;
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

#hero-controls {
    max-width: 1400px;
    margin: 0 auto;
}

#hero-slide-selector>a {
    display: inline-block;
    border: 2px solid white;
    margin: 2px;
    border-radius: 50%;
    padding: 7px;
}

#hero-slide-selector>a.on {
    background-color: white;
    color: white;
}

#hero-current-slide {
    display: none;
}

#hero-slide-selector {
    display: none;
    text-align: center;
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    opacity: 0.9;
}

#hero-controls {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3000;
}

#hero-overlay {
    position: relative;    
    z-index: 1000;
    width: 100%;
    max-width:1200px;
    margin: 0px auto;
}
#hero-prev-slide:before,
#hero-next-slide:before{
    font-family: 'fontello';
    cursor: pointer;
    cursor: hand;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 40px;
    line-height: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.75);
}
#hero-prev-slide:before {
    content: '\e800';
    left: 100px;
}

#hero-next-slide:before {
    content: '\e804';
    right: 100px;
}

#hero-prev-slide:hover:before,
#hero-next-slide:hover:before {
    opacity: 1;
}

@media only screen and (max-width: 1060px) {
    .hero-wrapper {
        margin-top: 0px;
    }

    #hero-controls {
        padding-left: 20px;
        padding-right: 20px;
    }

    #hero .slide-textbox {
        padding-left: 15px;
        margin-left: 0px;
        padding-right: 15px;
    }

    #hero .slide-heading {
        font-size: 30px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1400px) {
    #hero .slide {
        background-size: cover;
    }
}
@media only screen and (max-width: 800px) {
    #hero-prev-slide:before {
        left: 0px;
    }
    #hero-next-slide:before {
        right: 0px;
    }
}




/*Sub Navigation*/

#subnav {
    margin-top: 30px;
    padding: 0 15px;
    list-style-type: none;
    float: right;
    background-color: transparent;
    background-color: #fff;
    width: 250px;
    float: left;
}
#subnav li a {
    border-bottom: 1px solid #ffebe8;
    font-size: 14px;
    line-height: 1;
    display: block;
    padding: 20px 0px;
    text-decoration: none;
    color: #f47460;
    font-weight: 600;
    text-transform: uppercase;
}
#subnav li:first-child a{
	border-top: 1px solid #ffebe8;
}

#subnav li a.on {
    text-decoration: none;
    color: #f47460;
    text-decoration: none;
}
#subnav li a:hover {
    color: #11222c;
}
ul#subnav li ul {
    list-style: none;
    float: none;
    clear: none;
    padding-left: 0;
    padding-top: 0;
    margin: 0
}
#subnav li {
    padding-bottom: 0
}

@media only screen and (max-width: 1200px) {
    #subnav {
        width: 250px;
        float: left;
    }
}
@media only screen and (max-width:1060px) {
    ul#subnav {
        border: none;
        width: calc(100% - 30px);
        clear: right;
        margin: 21px 15px
    }
}

@media only screen and (max-width: 400px) {
    #subnav {
        width: 100%;
        clear: right;
    }
}


/*main Navigation*/
#nav{
    padding-left: 150px !important;
}
	
#nav,
#nav ul {
    display: none
}

#nav li {
    padding-bottom: 0
}

#nav>li.hover>ul {
    display: block
}

.hover #nav {
    display: block
}

nav.main-nav #mobile-nav {
    display: none;
    height: 140px;
    background: -moz-linear-gradient(top, rgba(16,33,43,1), rgba(16,33,43,0) 100%);
    background: -webkit-linear-gradient(top, rgba(16,33,43,1),rgba(16,33,43,0) 100%);
    background: linear-gradient(to bottom, rgba(16,33,43,1),rgba(16,33,43,0) 100%);
    position: relative;
}

.nav-wrapper {
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
}

#nav-toggle {
    display: block;
    cursor: hand;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 30px;
    line-height: 1;
    font-weight: 300;
    z-index: 2001;
}
.nav-wrapper .reserve{
    cursor: hand;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    line-height: 1;
    text-decoration: none;
    font-weight: 300;
    z-index: 2001;
}
.nav-wrapper .reserve.full{
    display: block;
}
.nav-wrapper .reserve.mobile{
    display: none;
}
@media only screen and (max-width: 480px) {
    .nav-wrapper .reserve.full{
        display: none;
    }
    .nav-wrapper .reserve.mobile{
        display: block;
    }
}

#nav-toggle:hover,
.nav-wrapper .reserve:hover{
    color: #f47460;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
nav.main-nav #nav-toggle:after{
    content: "close";
    font-family: "Material Icons";
    display: inline-block;
    vertical-align: bottom;
    color: #f47460;
    visibility: hidden;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    transition: all .75s ease;
    letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
nav.main-nav.hover #nav-toggle:after {
    visibility: visible;
    transform: rotate(180deg);
}

#nav,
ul#nav ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none
}

nav.main-nav #mobile-nav a.mobile-logo {
    background-image: url(../images/logo_wht@2x.png);
    float: left;
    display: block;
    margin-left: 12px;
    margin-top: 10px;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

@media only screen and (max-width:1400px) {

    .enable-hover #nav.center>li:hover:first-child>ul,
    #nav.center>li.hover:first-child>ul {
        left: 0;
        right: auto
    }

    .enable-hover #nav.center>li:hover:last-child>ul,
    #nav.center>li.hover:last-child>ul {
        left: auto;
        right: 0
    }

    .enable-hover #nav.center>li:hover:first-child>ul>li,
    #nav.center>li.hover:first-child>ul>li,
    .enable-hover #nav.center>li:hover:last-child>ul>li,
    #nav.center>li.hover:last-child>ul>li {
        position: static
    }
}
/*@media only screen and (min-width:1060px) {*/


	.mobile-tel{
		display: none;
	}
    #nav li a {
        padding: 38px 20px;
        font-size: 16px;
        line-height: 16px;
        display: block;
        font-size: 16px;
        line-height: 16px;
        font-weight: 300;
        text-decoration: none;
        text-align:center;
    }

    #nav>li>a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        vertical-align: top;
    }

    #nav>li:hover>a,
    #nav>li.hover>a{
        color: #ffbbb0;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }
    #nav>li>a.on {
        color: #f47460;
        text-decoration: none;
    }
    #nav>li>ul>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, .5);;
    }
    #nav>li>ul>li:last-of-type>a {
        border-bottom: none;
    }
    #nav>li ul li a{
    	text-align: left;
    }

    #nav>li>ul>li.has-children>a:after {
        color: #fff;
        position: relative;
        left: 10px;
        top: 7px;
        content: "chevron_right";
        display: inline-block;
        float: right;
        display: inline-block;
        text-decoration: none;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        font: 24px/1px 'Material Icons';
    }

    #nav>li>ul>li:hover>ul>li>a,
    #nav>li>ul>li.hover>ul>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, .5);;
    }
    nav.main-nav {
        height: 86px
    }

    #nav>li.hover>ul {
        display: none
    }

    #nav {
        display: block
    }

    /*#nav ul {
        position: absolute
    }*/

    .enable-hover #nav>li:hover>ul {
        display: block
    }

    .enable-hover #nav>li:hover>ul,
    #nav>li.hover>ul {
        left: 50%;
        top: 0px;
    }

    .enable-hover #nav>li:hover:last-child>ul,
    #nav>li.hover:last-child>ul {
        left: auto;
        right: 0
    }

    .enable-hover #nav.center>li:hover>ul,
    #nav.center>li.hover>ul {
        right: 50%;
        left: auto
    }

    .enable-hover #nav.center>li:hover>ul>li,
    #nav.center>li.hover>ul>li {
        position: relative;
        right: -50%;
        left: auto
    }

    #nav>li>ul>li.hover>ul {
        display: none
    }

    #nav>li>ul>li.hover:hover>ul {
        display: block
    }

    #nav>li {
        position: relative;
        text-align: left;
    }

    nav.main-nav {
        position: relative;
        z-index: 1000
    }

    nav.main-nav #nav>li>ul {
        width: 250px;
        text-align: left;
        margin-top: -1px;
    }
    #nav>li>ul{
    	background-image: url(../images/coral-background.png);
        background-size: 80px 80px;
    }

    #nav>li>ul>li {
        display: flex
    }

    #nav>li>ul>li a {
        width: 100%;
        padding: 20px 30px;
        color: #fff;
        font-weight: 600;
    }

    #nav>li>ul>li:hover>ul {
        display: block;
        left: 100%;
        width: 250px;
        margin-bottom: -100%;
        background-image: url(../images/navy-background.png);
    	background-size: 80px 80px;
    }
}
/*@media only screen and (max-width:1230px) {
	#nav>li.events>a,
    #nav>li.homehtml>a,
    #nav>li.reservations>a{
		padding: 38px 10px;
	}
	#nav>li.great-location>a,
	#nav>li.rooms-rates>a,
	#nav>li.specials-packages>a,
	#nav>li.area-links>a{
	    padding: 30px 0px;
	}
	#nav>li.great-location>a, 
	#nav>li.rooms-rates>a{
        width: 90px;
    }
    #nav>li.specials-packages>a{
        width: 95px;
    }
    #nav>li.area-links>a{
        width: 55px;
    }
}*/
/*@media only screen and (max-width:1060px) {*/
	.mobile-tel{
		display: inline-block;
	    color: #fff;
	    font-weight: 600;
	    text-decoration: none;
	    padding: 13.5px 5px;
	}
	.mobile-tel:hover{
		color: #fff;
	    text-decoration: none;
	}
	.mobile-tel:before{
		font-family: 'fontello';
	    content: '\e805';
	    font-weight: 400;
	    margin-right: 10px;
	    font-size: 18px;
	}
	header{
		border-bottom: none;

	}
	.userbar{
		display: none;
	}
    /*main {
        padding-top: 149px
    }
    .main-home{
        padding-top: 56px;
    }*/

    div.nav-wrapper nav.hide-nav {
        top: -150px;
    }

    a.logo{
    	left: 50%;
    	transform: translateX(-50%);
    	top: 5px;
        z-index: 2000;
    }

    div.nav-wrapper nav {       
        z-index: 120;
        width: 100%;
        z-index: 120;
        height: 150px;
        margin-bottom: -150px;
        -webkit-transition: all .75s ease;
        -moz-transition: all .75s ease;
        -o-transition: all .75s ease;
        -ms-transition: all .75s ease;
        transition: all .75s ease;
    }

	#nav>li>a{
	    padding: 20px;
	    width: 100%;
	}

    nav.main-nav,
    ul#nav {
        float: none
    }

    #nav>li.hover>ul {
        width: 100%
    }

    #nav>li {
        width: 100%
    }

    .header-wrapper,
    .mini-wrapper {
        display: none
    }

    nav.main-nav #mobile-nav {
        display: block;
        position: relative;
    z-index: 4000;
    }

    .nav-wrapper {
        border-top: 0
    }
    nav.main-nav>.nav-container{
        left: -6000px;
        top: 0px;
        position: absolute;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 3000;
        opacity: 0;
        width: 100%
    }
    ul#nav,
    .nav-slides-container{
        vertical-align: top;
    }


    nav.main-nav>.nav-container>ul#nav {
        display: inline-block;
        background-image: url(../images/navy-background.png);
    	background-size: 80px 80px;
    	padding: 100px 30px 50px;
        width: 50%;
        min-height: 100vh;
    }

    nav.main-nav.hover>.nav-container>ul#nav>li>a {
        overflow: hidden
    }

    nav.main-nav.hover>.nav-container {
        left: 0px;
        opacity: 1;
    }

    nav.main-nav.hover>.nav-container>#mobile-nav {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }
    #nav li a {
        border-left: none;
        padding: 13px 20px;
        padding-left: 0px;
        color: #fff;
        display: block;
        font-size: 24px;
        line-height: 1;
        font-weight: 600;
        text-decoration: none;
        text-align: left;
    }
    #nav>li:last-of-type>a {
    	border-bottom: none;
    }
/*
    #nav li.has-children>a:after {
        color: #fff;
        position: relative;
        left: 4px;
        top: 7px;
        content: "expand_more";
        display: inline-block;
        float: right;
        text-decoration: none;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        font: 24px/1px 'Material Icons';
    }*/

    #nav>li>ul>li>a {
        padding-left: 30px;
    }

    #nav>li>ul>li.hover>ul {
        display: block;
        float: none
    }

    #nav>li>ul>li:hover>ul>li>a,
    #nav>li>ul>li.hover>ul>li>a {
         padding-left: 60px;
    }
/*}*/

#nav>ul{
    display: block;
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top: 5px solid #f47460;
    max-width: 350px;
    float: inherit !important;
}

#nav>ul>li>a{
    color: #fff;
    padding: 5px 100px;
    font-weight: 600;
    font-size: 18px;
    padding-left: 0px;
}
#nav>ul>li:hover>a,
#nav>ul>li.hover>a{
    color: #ffbbb0;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-slides-container{
    width: 50%;
    display: inline-block;
    height: 100vh;
    background-color: #ffbbb0;
    position: fixed;
    top: 0;
}
/*target FireFox*/
@-moz-document url-prefix() {
    .nav-container{
        display: flex;
    }
    #nav{
        flex: 0 1 50%;
    }
    .nav-slides-container{
        position: initial;
        height: auto;
    }
    .single-nav-slide {
        height: 100% !important;
    }
}

@media only screen and (max-width:1060px) {
    #nav>ul>li>a{
        padding: 5px 10px;    
        width: 100%;
        padding-left: 0px;
    }
}

/****** content *****/


@media only screen and (max-width: 400px) {
    #container #content {
        width: 100%;
    }
}


@media only screen and (max-width: 1200px) {
    #container #content {
        padding: 30px 30px 30px;
        width: calc(100% - 250px);
        float: right;
    }

    #container #content.has-side-content {
        width: calc(100% - 250px);
        float: right;
        margin-right: 0px;
    }

    #container #side {
        position: relative;
        padding: 30px 30px 30px;
        width: 100%;
        float: left;
        clear: both;
    }

    #container #content.no-subnav,
    #container #content.no-subnav.has-side-content {
        width: 100%;
        float: right;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 1060px) {
    #container #content {
        padding-bottom: 0px;
    }

    #container #content,
    #container #content.has-side-content,
    #container #content.no-subnav {
        border: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 400px;
    }

    .mini-wrapper,
    .header-wrapper,
    .nav-wrapper,
    .hero-wrapper,
    .content-wrapper,
    .footer-wrapper,
    .legal-wrapper,
    .scroller-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    #container #side {
        padding: 0 15px 15px;
    }
}


.block-wrapper {
    background-size: cover;
}

.inner-limiter {
    max-width: 1100px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-white p,
.text-white a,
.text-white ol li,
.text-white ul li,
.text-white blockquote {
    color: #fff;
}


.slide .cta-wrapper {
    text-align: left;
}


a.cta-button {
    color: #333;
    background-color: transparent;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    padding: 15px 25px 15px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    margin-top: 10px;
    border: 1px solid #333;
    cursor: hand;
    cursor: pointer;
}

a.cta-button:after {
    position: relative;
    left: 0px;
    top: 5px;
    padding-top: 7px;
    margin-top: -5px;
    content: "chevron_right";
    display: inline-block;
    margin-left: 5px;
    font-family: 'Material Icons';
    color: #333;
    font-size: 22px;
    height: 22px;
    width: 13px;
    display: inline-block;
    text-decoration: none;
    line-height: 1px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}


a.cta-button:hover {
    background-color: #333;
    color: #fff;
}

a.cta-button:hover:after {
    color: #fff;
}




.text-white a.cta-button {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.text-white a.cta-button:after {
    color: #fff;
}

.text-white a.cta-button:hover {
    background-color: #fff;
    color: #333;
}

.text-white a.cta-button:hover:after {
    color: #333;
}

.cta-wrapper {
    width: 100%;
    text-align: center;
}




#content img[style*="float: left;"] {
    margin: 0 25px 25px 0 !important;
}

#content img[style*="float: right;"] {
    margin: 0 0 25px 25px !important;
}

@media screen and (max-width: 600px) {
    #content img[style*="float: left;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    #content img[style*="float: right;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}


.userbar {
    padding:0px 15px;
    text-align: right;
    background-image: url(../images/coral-background.png);
    background-size: 80px 80px;
    /*border-bottom: 5px solid #fff;*/
}
.userbar .tel{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    width: 145px;
}
.userbar .tel:hover{
    color: #fff;
    text-decoration: none;
}
.userbar .tel:before{
    font-family: 'fontello';
    content: '\e805';
    font-weight: 400;
    margin-right: 15px;
    font-size: 18px;
    line-height: 1;
}
.userbar .right{
    display: inline-block;
    width: calc(100% - 150px);
}
.userbar .right a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.userbar .right a:hover{
    color: #fff;
    text-decoration: underline;
}
.userbar .right .contact{
    margin-right: 20px;
}
.userbar .right .reserve{
    display: inline-block;
    padding: 12px 30px;
    background-color: #11222c;
}
.userbar .right .reserve:hover{
    text-decoration: none;
    background-color: #fff;
    color: #11222c;
}

/*custom checkmark*/
.checkfield{
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-right: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    cursor: hand;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkfield input{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
}
.checkmark {
    position: absolute;
    top: 1.5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #e3e4e4;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-left: 15px;
}
.checkfield:hover input + .checkmark {
    background-color: #ccc;
}
.checkfield input:checked + .checkmark {
    background-color: #575858;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkfield input:checked + .checkmark:after {
    display: block;
}
.checkfield .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***********************************************
Formated as this:

<label class="checkfield">title
    <input type="checkbox" value="" name=""/>
    <span class="checkmark"></span>
</label>
***********************************************/
.homepage-hero{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 15%;
}
.four-image-container{
    background-image: url(../images/navy-background.png);
    background-size: 80px 80px;
    padding: 50px 15px;
    text-align: center;
    /*border-top: 5px solid #fff;*/
}


.four-block-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.four-block-text{
    padding: 15px;
    color: #fff;
}
.four-image{
    width: calc(25% - 30px);
    margin: 15px 15px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.four-image:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}

.special-container{
	padding: 30px 15px;
	background-image: url(../images/coral-background.png);
    background-size: 80px 80px;
	/*border-top: 5px solid #fff;*/
}
.specials-title{
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	text-align: right;
	width: calc(50% - 15px);
	margin-right: 15px;
	vertical-align: top;
	text-transform: uppercase;
}
.specials-text{
	width: calc(50% - 15px);
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
}
.specials-text p{
	color: #fff;
	margin: 0px;
	line-height: 1.25;
}
.specials-text a:hover{
    color:#fff;
}
.specials-title .title-container{
	max-width: 280px;
	text-align: right;
	float: right
}
.map-container{
	background-image: url(../images/map-background.png);
	background-size: 2156px 1511px;
	background-position: center;
	background-repeat: no-repeat;
	height: 510px;
	position: relative;
	overflow: hidden;
	/*border-top: 5px solid #fff;*/
}
.map-image{
	background-image: url(../images/map.png);
	background-size: 921px 772px;
	background-position: 0px calc(100% - 20px);
	background-repeat: no-repeat;
	height: 510px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
.map-content{
	position: absolute;
	top: 50%;
	left: 885px;
	transform: translateY(-50%);
	z-index: 200;
	text-align: center;
	width: 715px;
}
.map-title{
	color:#fff;
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #666;
}
.map-text p{
	color:#fff;
	margin: 0px;
	font-size: 24px;
	line-height: 1.25;
	text-shadow: 0px 0px 2px #666;
}
.social-container{
    background-image: url(../images/social-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    min-height: 500px;
}

@media only screen and (max-width:470px) {
    .social-container{
        background-image: url(../images/social-bg-mobile.jpg);
    }  
}

.col-1, .col-2, .col-3, .col-4, .col-5{
	display: inline-block;
	vertical-align: top;
}
.col-1{
	width: calc(25% - 16px);
	margin-right: 15px;
    text-align: center;
}
.col-2, .col-3, .col-4{
	width: calc(25% - 36px);
	margin: 0 15px;
}
.col-3{
    padding-left: 100px;
}
.col-4{
    padding-left: 60px;
}
.col-5{
	width: calc(25% - 15px);
	margin-left: 15px;
}
.legal{
	padding: 30px 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.legal a{
	color: #fff;
	margin: 0px 2.5px;
}
.legal a:hover{
	color: #f47460;
}
.col-3 a,
.col-4 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	margin-bottom: 25px;
    text-transform: uppercase;
}
.col-3 a:hover,
.col-4 a:hover{
	color: #f47460;
	text-decoration: none;
}
.footer-logo{
	background-image: url(../images/new-logo.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
	height: 126px;
	margin-bottom: 15px;
    display: block;
    font-size:0;
    color: transparent;
}
.address{
	color: #fff;
	line-height: 1.25;
	font-size: 12px;
	margin-bottom: 15px;
}
.footer-tel{
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	display:block;
	font-size: 18px;
	margin-bottom: 30px;
}
.footer-tel:hover{
	text-decoration: none;
	color: #fff;
}
.gift-image{
	background-image: url(../images/gift.png);
	background-size: 62px 60px;
	background-position: center;
	background-repeat: no-repeat;
	width: 62px;
	height: 60px;
	margin-bottom: 30px;
}
.col-2{
	color:#fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.25;
}
.col-2:hover{
	color:#fff;
	text-decoration: none;
}
.gift-small{
	margin-top: 30px;
	color: #f47460;
	font-size: 14px;
	font-style: italic;
}
.facebook,
.twitter,
.instagram{
	text-decoration: none;
	color: #fff;
}
.facebook:hover,
.twitter:hover,
.instagram:hover{
	text-decoration: none;
	color: #f47460;
}
.facebook:after,
.twitter:after,
.instagram:after{
	font-family: 'fontello';
	font-size: 36px;
}
.facebook:after{
	content: '\66';
	margin-right: 5px;
}
.twitter:after{
	content: '\f30a';
}
.instagram:after{
    content: '\f05e';
}

.facebook span,
.twitter span,
.instagram span,
.tripadvisor span{
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    text-align: left;
    left: 0;
    text-indent: -9999px;
}

.col-5{
	text-align: right;
}
.tripadvisor{
	background-image: url(../images/tripadvisor.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	height: 125px;
	display: block;
	margin-top: 30px;
	max-width: 151px;
	margin-left:auto; 
	margin-right:0; 
}
.col-5 .certificate{
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}


@media only screen and (max-width:1060px) {
    .images-container > div > .four-image{
	    width: calc(33.33% - 30px);
	}
	.images-container > div > .four-image:nth-child(4){
	    display: none;
	}
	.col-1{
        width: 100%;
        margin: 0px 0px 30px;
    }
    .col-2,	.col-3,	.col-4{
		width: calc(50% - 18px);
		margin: 0px 0px 30px;
        padding-left: 0px;
	}
	.col-1,.col-3{
		margin-right: 15px;
	}
	.col-2,.col-4{
		margin-left: 15px;
	}
	.col-1,.col-2, .col-3, .col-4,.col-5{
		text-align: center;
	}
	.tripadvisor{
		margin: 30px auto 0px;
	}
	.col-5{
		width: 100%;
		margin: 0;
	}
	#footer{
	    padding-left: 15px;
    	padding-right: 15px;
    	position: relative;
	}
	.footer-logo,
	.gift-image{
		background-position: center;
		width: 100%;
	}
}
@media only screen and (max-width:1635px) {
	.map-container{
		height: 640px;
	}
	.map-image{
    	background-position: left bottom;
    	height: 318px;
	}
	.map-content{
		top: calc(50% + 30px);
		left: 50%;
		transform: translateX(-50%);
	}
}@media only screen and (max-width:915px) {
	.map-image{
    	background-position: center bottom;
	}
	.map-title{
		margin-bottom: 15px;
	}
	.map-content{
		width: 100%;
		padding: 0px 15px;
	}
	.map-text p{
		font-size: 16px;
		line-height: 1.5;
	}
}
@media only screen and (max-width:800px) {
    .images-container > div > .four-image{
	    width: calc(50% - 15px);
	    margin: 15px 7.5px 15px;
	}
	.images-container > div > .four-image:nth-child(3){
	    display: none;
	}
	.map-image{
    	background-size: 800px 671px;
	}
}
@media only screen and (max-width:600px) {
	.col-1,	.col-2{
		width: 100%;
		margin: 0px 0px 30px;
	}
	.col-1{
		margin-bottom: 75px;
	}
	.col-3{
		padding-left: 0px;
		margin-bottom: 0px;
	}
	.col-4{
		margin-bottom: 0px;
        padding-left: 30px;
	}
    .col-3, .col-4{
        text-align: left;
    }
	.gift-small{
		margin-top: 15px;
	}
	.gift-image{
		margin-bottom: 15px;
	}
	.gift-text{
		padding: 0px 30px;
	}
	.gift-small{
		padding: 0px 60px;
	}
	.footer-tel{
		margin-bottom: 60px;
	}
	.footer-social{
		position: absolute;
		top: 223px;
		left: 50%;
		transform: translateX(-50%);
	}
	.tripadvisor{
		margin: 5px auto 0;
	}
}
@media only screen and (max-width:540px) {
	.specials-title{
		display: block;
		width: 100%;
		margin: 0px;
	}
	.specials-text{
		width: 100%;
		margin: 0px;
		text-align: center;
	}
	.specials-title .title-container{
		text-align: center;
		float: inherit;
		margin: 0px auto 15px;
	}
    
    .images-container > div > .four-image,
    .images-container > div > .four-image:nth-child(3),
    .images-container > div > .four-image:nth-child(4){
	    width: 100%;
	    margin: 15px 0px 15px;
        display: block;
	}
}
@media only screen and (max-width:425px) {
	.break-point{
		display: inline-block;
		margin-top: 10px;
	}
}
.image-container{
	width: 340px;
	display: inline-block;
}
.room-container{
	margin-bottom: 60px;
}
.room-image{
	width: calc(33.33% - 7px);
	height: 80px;
	display: inline-block;
	background-size: cover;
	margin: 0px 5px;
}
#image-0.room-image{
	width: 100%;
	height: 250px;
	margin: 0px 0px 15px;
}
#image-1.room-image{
	margin-left: 0px; 
}
#image-3.room-image{
	margin-right: 0px; 
}
.room-image.none{
	width: 100%;
	height: 250px;
	background-size: 300px 36px;
	margin: 0px;
	background-color: #f47460;
	background-repeat: no-repeat;
	background-position: center;
}
.room-content{
	width: calc(100% - 340px);
	display: inline-block;
	vertical-align: top;
	padding-left: 60px;
}
.room-title{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #11222c;
	margin-bottom: 30px;
}
.room-teaser{
	font-size: 16px; 
	line-height: 1.5;
	color: #666;
	margin-bottom: 60px;
}
.room-gallery{
	width: 340px;
	display: inline-block;
	min-height: 500px;
}
.room-detail-content{
	width: calc(100% - 340px);
	display: inline-block;
	vertical-align: top;
	padding-right: 60px;
}
.room-detail-content .button-3{
	margin-top: 60px;
}

#gallery {
    margin-bottom: 0px;
    border: 2px solid #fff;
    background-color: #fff;
    position: relative;
    max-width: 1400px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    overflow: hidden;
    z-index: 0
}

#gallery .slide {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 350px;
}

@media only screen and (max-width: 1400px) {
    #gallery .slide {
        background-size: cover;
    }
}

#gallery {
    max-width: none;
}

.gallery-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

#gallery-controls {
    max-width: 1400px;
    margin: 0 auto;
}

#gallery-slide-selector>a {
    display: inline-block;
    border: 2px solid #fff;
    width: calc(33.33% - 25px);
    height: 80px;
    background-size: cover;
    background-position: center;
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
}

#gallery-slide-selector>a.on {
    color: white;
    border: 2px solid #f47460;
}

#gallery-current-slide {
    display: none;
}

#gallery-slide-selector {
    display: block;
    text-align: center;
    z-index: 1000;
    opacity: 0.9;
    padding-left: 25px;
    margin: 30px -25px 0px;
}

#gallery-controls {
    position: relative;
    top: 0px;
}

#gallery-overlay {
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#gallery-prev-slide {
    float: left;
    cursor:
    pointer;
    cursor: hand;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    position: relative;
}

#gallery-next-slide {
    float: right;
    cursor: pointer;
    cursor: hand;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    position: relative;
}

#gallery-next-slide:after {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    position: absolute;
   	top:50%;
   	left: 50%;
   	transform: translate(-50%,-50%);
    color: #fff;
    font-size: 60px;
    display: inline-block;
    text-decoration: none;
    line-height: 1px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

#gallery-prev-slide:after {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_left';
   position: absolute;
   	top:50%;
   	left: 50%;
   	transform: translate(-50%,-50%);
    color: #fff;
    font-size: 60px;
    display: inline-block;
    text-decoration: none;
    line-height: 1px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

#gallery-prev-slide:hover,
#gallery-next-slide:hover {
    opacity: 1;
}

@media only screen and (max-width: 800px) {
	.room-gallery,
	.room-detail-content{
		width: 100%;
		padding: 0px;
	}
	.room-gallery .room-image.none,
	#gallery {
	    max-width: 350px;
	    margin: 30px auto 0;
	    display: block;
	}
	#gallery-slide-selector>a{
		width: calc(20% - 25px);
	}
}
@media only screen and (max-width: 500px) {
	#gallery-slide-selector>a{
		width: calc(25% - 15px);
		margin-right: 15px;
	}
}
@media only screen and (max-width: 400px) {
	#gallery-slide-selector>a{
		width: calc(33.33% - 15px);
		margin-right: 15px;
	}
}
.page-title-container{
	padding: 200px 15px 60px;
	background-color: #f47460;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
.event-container{
	margin-bottom: 60px;
}
.event-container .room-content{
	padding-left: 0px;
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.room-content{
		width: 100%;
		padding-left:0px;
		margin-top: 30px;
	}
	.image-container{
		width: 100%;
		max-width: 340px;
		margin: 0px auto;
		display: block;
	}
	.room-container .room-content{
		text-align: center;
	}
	.room-container .room-title,
	.room-container .room-teaser{
		margin-bottom: 15px;
	}
}

  /**********************************/
 /**************social**************/
/**********************************/


.social-wrapper{
    overflow:hidden;float:left;clear:both;width:100%;
    /*background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(31,177,236,1)), color-stop(100%, rgba(61,251,251,1)));
    background: -webkit-linear-gradient(319deg, rgba(31,177,236,1) 0%, rgba(61,251,251,1) 100%);
    background: -o-linear-gradient(319deg, rgba(31,177,236,1) 0%, rgba(61,251,251,1) 100%);
    background: -ms-linear-gradient(319deg, rgba(31,177,236,1) 0%, rgba(61,251,251,1) 100%);
    background: linear-gradient(131deg, rgba(31,177,236,1) 0%, rgba(61,251,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb1ec', endColorstr='#3dfbfb',GradientType=1 );*/
}

.social-posts-container{
    display:flex;
    width:100%;
    clear:both;
    flex-wrap:wrap;
    overflow:hidden;
    padding:35px 0px;
}
/*.social-posts-container#instafeed{
    padding: 40px 10px 50px;
}*/
.social-post{ 
    background-color:#fff;
    flex:calc(25% - 30px) 0 0;
    margin: 15px 15px 20px;
    padding: 25px;
    overflow:hidden;
    position:relative;
    -webkit-box-shadow: 0px 8px 59px -24px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 59px -24px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 59px -24px rgba(0,0,0,0.75);
}

*::-ms-backdrop, .social-post {
    flex-basis: calc(25% - 30px);
}

*::-ms-backdrop, .social-posts-container{
    flex-wrap: inherit;
}

.socialize-container .social-post.instagram-post{
    flex:calc(33% - 154px) 0 0;
    margin: 0px 4px 0px;
    height: 200px;
}
.socialize-container .social-post.instagram-post .social-date,
.socialize-container .social-post.instagram-post .social-text,
.socialize-container .social-post.instagram-post .social-metrics{
    display: none;
}
.social-post.instagram-post .social-icons{
    bottom: 7px;
    right: 7px;
}

.social-post .social-icons{
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #11222c;
    width: 36px;
    text-align: center;
    text-decoration: none;
}
.social-post .social-icons:hover{
    text-decoration: none;
}
.icon-facebook.social-icons:hover {
    color: #3b5998;
}
.icon-twitter.social-icons:hover {
    color: #1da1f2; 
}

.socialize-container .icon-instagram.social-icons{
    color: #fff;
}
.icon-instagram.social-icons:hover{
    color: transparent;
    background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),    
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),   
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),   
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.social-post .social-icons:before{
    font-family: 'fontello';
    font-size:25px;
}

.social-post .social-icons .icons {
    display: none;
}
.icon-facebook.social-icons:before{
    content: '\66';
}
.icon-twitter.social-icons:before{
    content: '\f30a';
}
.social-post .social-icons:hover{
 text-shadow:none;
 text-decoration:none;
}
.social-image{
    background-size:cover;
    background-position:center top;
    height: 200px;
    position:relative;
}
.social-image.video{
    display: block;
}
.social-image.video:after{
    content: '';
    width: 0; 
    height: 0;
    border-left: 50px solid white;
    border-right: 40px solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    top:50%;
    left: calc(50% - 18px);
    transform: translateY(-50%);
    opacity: .75;
}
.social-image.video:hover:after{
    opacity: .9;
}
.social-post.instagram-post .social-image{
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
}

.youtube-post .social-image{background-position:center center;}

.social-text{
    padding: 10px 0px 30px;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    clear: both;
    width: 100%;
    float: left;
    display: inline-block;
    color: #092c58;
}
.socialize-container .social-text{
    padding: 0px 0px 30px;
    margin-top: 0px;
}
.social-date{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #262929;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    display: none;
}
.socialize-container .social-date{
    display: none;
}

.social-text span{display:none;}

/*.social-text a,.social-text a:hover{color:#00aeef;text-decoration:none;}
.social-text a:hover{text-decoration:underline;}*/

.social-metrics{  
  position: absolute;
  bottom: 20px;
    left: 25px;
  text-align: left;
  color: #11222c;
}

.mirror-h{
-moz-transform: scaleX(-1);    /* Gecko */
  -o-transform: scaleX(-1);      /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform: scaleX(-1);         /* Standard */
  filter: FlipH;                 /* IE 6/7/8 */
}

.icon-retweet{
-moz-transform: scaleX(-1);    /* Gecko */
  -o-transform: scaleX(-1);      /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform: scaleX(-1);         /* Standard */
  filter: FlipH;                 /* IE 6/7/8 */
}

.social-metric-icon.share-icon{font-size:20px;position:relative; right: 6px;}

.social-metrics > span{margin-right:8px;font-weight:bold;font-size:14px;}

.social-metric-icon{  
  display:inline-block;position:relative;top:3px; padding-right:5px;
  font-family: 'Material Icons';  
  display: inline-block;text-decoration:none;
  line-height: 1;font-size:16px;font-weight:normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; 
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

/*.social-post:not(.instagram-post):nth-child(4){display:none;}*/

.hidden-text{
    display:none;
}

@media only screen and (max-width: 1200px) {
  .social-post{flex:calc(33.33% - 30px) 0 0;}
  .social-posts-container{;padding:35px 25px;}
  .social-post:nth-child(4){display:none;}
  *::-ms-backdrop, .social-post {
       flex-basis: calc(33.33% - 30px);
   }
}

@media only screen and (max-width: 990px) {
  .social-post{flex:calc(50% - 30px) 0 0;}
  .social-post:nth-child(3){display:none;}
  .social-posts-container{;padding:35px 0px;}
   *::-ms-backdrop, .social-post {
       flex-basis: calc(50% - 30px);
   }
}
@media only screen and (max-width: 650px) {
    .social-post{
        flex: calc(100% - 30px) 0 0;
        margin: 15px;
    }
    *::-ms-backdrop, .social-post {
       flex-basis: calc(100% - 30px);
   }
    .social-post:nth-child(2){display:none;}
}

form.pretty-form .required:after{
    font-family: 'fontello';
    content: '\e80b';
    font-weight: 400;
    color: #f47460;
    font-size: 8px;
    vertical-align: super;
}
form.pretty-form label.required:after{
    margin-left: 3px;
}
form.pretty-form span.required:after{
    margin: 0 2px;
}
.homepage-hero{
    position: relative;
}
.menu{
    position: absolute;
    top:30px;
    left:30px;

}
.reserve{
    position: absolute;
    top:30px;
    right:30px;

}
.hero-social-container{
    position: absolute;
    bottom:30px;
    left:50%;
    transform: translateX(-50%);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
    z-index: 3000;
}
.hero-social-container .twitter:after{
        content: '\f30a';
        font-family: 'fontello';
        font-size: 36px;
}

.main-nav.hover .logo{
    top: -300px;
}

.main-nav.hover,nav.main-nav.hover #mobile-nav{
    height: 50px;
    margin-bottom: -50px;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    transition: all .75s ease;
}
.single-nav-slide{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.nav-slide-content{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nav-slide-title{
    font-size: 44px;
    font-weight:600;
    color:#f47460;
    text-shadow: 0px 0px 12px rgba(0,0,0,.75);
    text-transform: uppercase;
    width: 400px;
}
.nav-slide-teaser{
    font-size: 20px;
    font-weight:500;
    color:#fff;
    margin-top: 30px;
    line-height: 1.25;
    text-shadow: 0px 0px 8px rgba(0,0,0,.75);
    width: 400px;
}
.nav-slide-content .button-2{
    margin-top: 30px;
}
.nav-slides-wrapper {
    margin-left: auto;
    margin-right: auto;
}
#nav-slides {
    background-color: #11222c;
    position: relative;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

#nav-slides .slide {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
}

.nav-slides-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

#nav-slides-controls {
    max-width: 1400px;
    margin: 0 auto;
}

#nav-slides-slide-selector>a {
    display: inline-block;
    border: 2px solid white;
    margin: 2px;
    border-radius: 50%;
    padding: 7px;
}

#nav-slides-slide-selector>a.on {
    background-color: white;
    color: white;
}

#nav-slides-current-slide {
    display: none;
}

#nav-slides-slide-selector {
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    opacity: 0.9;
    width: 100%;
    display: none;
}

#nav-slides-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    z-index: 3000;
}
#nav-slides-prev-slide:before,
#nav-slides-next-slide:before{
    font-family: 'fontello';
    cursor: pointer;
    cursor: hand;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 40px;
    line-height: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.75);
}
#nav-slides-prev-slide:before {
    content: '\e800';
    left: 100px;
}

#nav-slides-next-slide:before {
    content: '\e804';
    right: 100px;
}

#nav-slides-prev-slide:hover:before,
#nav-slides-next-slide:hover:before {
    opacity: 1;
}
@media only screen and (max-width: 1375px) {
    #nav-slides-prev-slide:before {
        left: 15px;
    }

    #nav-slides-next-slide:before {
        right: 15px;
    }
}

@media only screen and (max-width: 1060px) {
    .nav-slides-wrapper {
        margin-top: 0px;
    }

    #nav-slides-controls {
        padding-left: 20px;
        padding-right: 20px;
    }

    #nav-slides .slide-textbox {
        padding-left: 15px;
        margin-left: 0px;
        padding-right: 15px;
    }

    #nav-slides .slide-heading {
        font-size: 30px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1400px) {
    #nav-slides .slide {
        background-size: cover;
    }
}
@media only screen and (max-width:880px) {
    .nav-slides-container{display: none;}
    nav.main-nav>.nav-container>ul#nav{
        width: 100%;
        padding: 75px 15px 15px;
        padding-left: 30px !important;
    }
    #nav-toggle,
    .nav-wrapper .reserve{
        font-size: 24px;
        top: 15px;
    }
    a.logo{
       /* background-size: 283px 34px;
        width:100%;
        height: 34px;*/
        background-position: center;
        top: 5px;
        z-index:2000;
    }
    .page-title-container{
        font-size: 40px;
    }
}
@media only screen and (max-width:480px) {
    #nav>li>a{
        font-size: 16px;
        padding: 10px 0px;
    }
    #nav>ul{
        margin-top: 10px !important;
        padding-top: 10px !important;
        border-top: 5px solid #f47460;
    }
    #nav>ul>li>a{
        font-size: 16px;
        padding: 10px 0px;
    }
}
#gallery.gallery-page, #gallery.gallery-page .slide{
    height: 65vh;
}
#gallery-slide-selector.gallery-page-selector>a{
    width: calc(14% - 22px);
}
@media only screen and (max-width: 1184px){
    #gallery-slide-selector.gallery-page-selector>a{
        width: calc(14% - 23px);
    }
    }
@media only screen and (max-width: 1060px) {
    #gallery.gallery-page, #gallery.gallery-page .slide{
        height: 75vh;
    }
}
@media only screen and (max-width: 800px){
    #gallery.gallery-page{
        max-width: 100%;
    }
    #gallery-slide-selector.gallery-page-selector>a{
        width: calc(20% - 25px);
    }
}
@media only screen and (max-width: 600px){
    #gallery-slide-selector.gallery-page-selector>a{
        width: calc(25% - 25px);
    }
}
@media only screen and (max-width: 500px){
    #gallery-slide-selector.gallery-page-selector>a{
        width: calc(33.3% - 18px);
    }
}
.nav-on{
    overflow: hidden;
    height: 100vh;
}

@media all and (-ms-high-contrast:none)
     {
     /* IE10 */
     .nav-on{
        height: 100vh;
     } 
      /* IE11 */
     *::-ms-backdrop, .nav-on{
        display:none;
     }
}

  /**********************************************/
 /*                SLICK SLIDER                */
/**********************************************/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide .sponsor-logo {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide .sponsor-logo
{
    display: block;
}
.slick-slide.slick-loading .sponsor-logo
{
    display: none;
}
.slick-slide.dragging .sponsor-logo
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.sponsor-logos-container {
  margin: 0 auto;
  padding: 0px 40px;
  width: 100%;
  position: relative;
}
.sponsor-logo{
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
}
.slick-arrow{
    text-decoration: none;
}
.slick-prev:before,
.slick-next:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'fontello';
    font-size: 30px;
    color: #f47460;
    display: block;
    padding: 10px;
}
.slick-prev:before{
    left: 0px;
    content: '\e800';
}
.slick-next:before{
    right: 0px;
    content: '\e804';
}
.slick-prev:hover:before,
.slick-next:hover:before{
    color: #000;
}
.slick-dots{
    display: block;
    position: absolute;
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li{
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap; 
    border: 0;
    width: 20px;
    height: 20px;
    margin: 10px 5px;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}

.slick-dots li button{
    display: block;
    border: 0;
    background-color: transparent;
    font-size: 0px;
    color: #f47460;
    font-weight: 600;
    text-align: center;
    outline: none;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f47460;
    cursor: hand;
    cursor: pointer;
}
.slick-dots li.slick-active button{
    background-color: #10212b;
}
.slick-dots li button .fa{
   position: absolute;
   bottom: -20px;
   left: 50%;
   margin-left: -5px;
   opacity: 0;
   transition: all 0.3s ease;
}
.slick-dots li.slick-active button .fa{
    bottom: -8px;
    opacity: 1;
}
/**********************************************/

.contact-container{
    display: flex;
    flex-direction: row-reverse;
}
.contact-feedback,
.contact-map{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 15px);
}
.contact-feedback{
    margin-right: 15px;
}
.contact-map{
    margin-left: 15px;
    background-image: url(../images/map-background.png);
    background-size: 1078px 755.5px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.contact-map .land{
    background-image: url(../images/map.png);
    background-size: 460.5px 386px;
    background-position: top left;
    background-repeat: no-repeat;
    height: 386px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}
@media only screen and (max-width: 700px){
    .contact-container{
        display: block;
    }
    .contact-feedback{
        margin-right: 0px;
    }
    .contact-map{
        margin-left: 0px;
        height: 300px;
        margin-bottom: 30px;
    }
    .contact-map .land{
        background-position: 0 -120px;
    }
}
@media only screen and (max-width: 340px){
    .contact-map .land{
        background-position: -31px -120px;
    }
}
.location-map{
    height: 840px;
    background-image: url(../images/map-background.png);
    background-size: 2156px 1511px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; 
}
.location-map .land{
    background-image: url(../images/map.png);
    background-size: 921px 772px;
    background-position: top left;
    background-repeat: no-repeat;
    height: 772px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.logos-container{
    margin: 0px -7.5px -15px;
}
.area-logo{
    display: inline-block;
    height: 170px;
    width: calc(25% - 30px);
    margin: 0px 7.5px 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 780px){
    .area-logo{
        width: calc(33.3% - 30px);
    }
}
@media only screen and (max-width: 600px){
    .area-logo{
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 380px){
    .area-logo{
        width:100%;
        margin: 0px 0px 15px;
    }
    .logos-container{
        margin: 0px 0px -15px;
    }
}

.mobile-slide-overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 650px){
    .mobile-slide-overlay{
        display: block;
    }
}

  /*******************/
 /*******************/
/*******************/

.header-message{
    background-color: #f47460;
    padding: 13px 15px;
    text-align:center;
    position: relative;
    z-index: 1000;
}

.header-message a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.header-message a:after{
    font-family: 'fontello';
    font-size: 14px;
    content: '\e804';
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
    text-decoration: none;
    vertical-align: top;
    position: relative;
    top: 3px;
}

.header-message a:hover{
    text-decoration: underline;
    color: #fff;
}

@media only screen and (max-width: 470px){
    .header-message a{
        font-size: 16px;
    }

    .header-message a:after{
        font-size: 10px;
    }
}

.images-container{
    padding: 50px 15px;
    background-color: #729fc0;
    background-image: url(../images/lblue-bg.jpg);
    background-size: 100px 100px;
    background-position: center;
}

.video-container{
    max-width: 800px;
    margin: 15px auto 0;
}


