/*!
Theme Name: Marina Di Valletta
Theme URI: http://underscores.me/
Author: Bison Studio
Author URI: http://bison-studio.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marina-di-valletta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Marina Di Valletta is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #95989A;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #F80000;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

p {
  margin-bottom: 1.5em;
  line-height: 1.85; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
a {
  color: #F80000; }

a:visited {
  color: #F80000; }

a:hover, a:focus, a:active {
  color: #1D0202; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
.site-header .inner-content {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 90%;
  height: 100%;
  padding: 0 10px;
  margin-top: 50px;
  max-width: 1200px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.site-header .inner-content .page-layout {
  width: 100%; }

.site-header .inner-content .right-align {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.main-navigation {
  display: table;
  padding-top: 0; }

.main-navigation .menu-menu-1-container {
  height: auto; }

.main-navigation .menu-menu-1-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.main-navigation .menu-menu-1-container ul li {
  width: 100%;
  font-size: 0.8em;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0); }

@media all and (max-width: 769px) {
  .main-navigation .menu-menu-1-container > ul > li:last-of-type {
    margin-top: 35px; } }

@media all and (max-width: 769px) {
  .main-navigation .menu-menu-1-container > ul > li:last-of-type a {
    padding: 15px 20px;
    text-align: center;
    border: solid 2px #FC5239;
    background-color: #FC5239;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFF;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; } }

.main-navigation .menu-menu-1-container ul li ul {
  padding-left: 30px;
  font-size: 12px;
  padding-top: 10px; }

.main-navigation .menu-menu-1-container ul li:nth-of-type(1) {
  -webkit-transition: all 1s ease-in-out 0.1s;
  -o-transition: all 1s ease-in-out 0.1s;
  transition: all 1s ease-in-out 0.1s; }

.main-navigation .menu-menu-1-container ul li:nth-of-type(2) {
  -webkit-transition: all 1s ease-in-out 0.2s;
  -o-transition: all 1s ease-in-out 0.2s;
  transition: all 1s ease-in-out 0.2s; }

.main-navigation .menu-menu-1-container ul li:nth-of-type(3) {
  -webkit-transition: all 1s ease-in-out 0.3s;
  -o-transition: all 1s ease-in-out 0.3s;
  transition: all 1s ease-in-out 0.3s; }

.main-navigation .menu-menu-1-container ul li:nth-of-type(4) {
  -webkit-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s; }

.main-navigation .menu-menu-1-container ul li:nth-of-type(5) {
  -webkit-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s; }

.main-navigation .menu-menu-1-container ul li:first-of-type {
  margin-top: 0; }

.main-navigation .menu-menu-1-container ul li a {
  text-decoration: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

.main-navigation .menu-menu-1-container ul li a:hover {
  color: #FC5239; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.menu-icon {
  padding: 10px 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 20px;
  right: 5%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.menu-icon .menu-text {
  text-transform: uppercase;
  color: white;
  margin-right: 20px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.7em;
  display: none; }

.menu-icon .menu-text span:before {
  content: "Menu"; }

.menu-icon .inner-icon {
  position: relative;
  height: 20px;
  width: 24px; }

.menu-icon .bar {
  background-color: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.menu-icon .bar#top {
  top: 0; }

.menu-icon .bar#middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.menu-icon .bar#bottom {
  bottom: 0; }

.menu-icon:after {
  content: "";
  display: table;
  table-layout: fixed; }

.menu-icon.menu-close .bar#middle {
  left: 50px;
  opacity: 0; }

.menu-icon.menu-close .bar#top {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.menu-icon.menu-close .bar#bottom {
  -webkit-transform: translateY(50%) rotate(-45deg);
  -ms-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%; }

.menu-icon.menu-close .menu-text span:before {
  content: "Close"; }

/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 50px; }

.hentry.book-now {
  margin-bottom: 0; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.site-header {
  background-color: #393939;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 60px;
  -webkit-transition: height 0.5s cubic-bezier(0.02, 0.79, 0.58, 1) 1s, background-color 0.5s cubic-bezier(0.02, 0.79, 0.58, 1), top 0.5s cubic-bezier(0.02, 0.79, 0.58, 1);
  -o-transition: height 0.5s cubic-bezier(0.02, 0.79, 0.58, 1) 1s, background-color 0.5s cubic-bezier(0.02, 0.79, 0.58, 1), top 0.5s cubic-bezier(0.02, 0.79, 0.58, 1);
  transition: height 0.5s cubic-bezier(0.02, 0.79, 0.58, 1) 1s, background-color 0.5s cubic-bezier(0.02, 0.79, 0.58, 1), top 0.5s cubic-bezier(0.02, 0.79, 0.58, 1);
  top: 0; }

.site-header.sticky, .site-header.solid-header {
  background-color: #393939;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19); }

.site-header.sticky .logo-cont, .site-header.solid-header .logo-cont {
  width: 300px; }

.site-header.hide {
  top: -60px; }

.site-header.menu-active {
  height: 100%;
  -webkit-transition: height 0.5s cubic-bezier(0.02, 0.79, 0.58, 1);
  -o-transition: height 0.5s cubic-bezier(0.02, 0.79, 0.58, 1);
  transition: height 0.5s cubic-bezier(0.02, 0.79, 0.58, 1);
  background-color: #222222; }

.site-header.menu-active .inner-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.02, 0.79, 0.58, 1) 0.5s, visibility 0s ease-in 0.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.02, 0.79, 0.58, 1) 0.5s, visibility 0s ease-in 0.5s;
  transition: opacity 0.5s cubic-bezier(0.02, 0.79, 0.58, 1) 0.5s, visibility 0s ease-in 0.5s; }

.site-header.menu-active .main-navigation ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.site-header.menu-active .main-navigation ul li:nth-of-type(1) {
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s ease-in-out 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s ease-in-out 0.5s;
  -o-transition: opacity 1s 0.5s, transform 1s ease-in-out 0.5s;
  transition: opacity 1s 0.5s, transform 1s ease-in-out 0.5s;
  transition: opacity 1s 0.5s, transform 1s ease-in-out 0.5s, -webkit-transform 1s ease-in-out 0.5s; }

.site-header.menu-active .main-navigation ul li:nth-of-type(2) {
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s ease-in-out 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s ease-in-out 0.6s;
  -o-transition: opacity 1s 0.6s, transform 1s ease-in-out 0.6s;
  transition: opacity 1s 0.6s, transform 1s ease-in-out 0.6s;
  transition: opacity 1s 0.6s, transform 1s ease-in-out 0.6s, -webkit-transform 1s ease-in-out 0.6s; }

.site-header.menu-active .main-navigation ul li:nth-of-type(3) {
  -webkit-transition: opacity 1s 0.7s, -webkit-transform 1s ease-in-out 0.7s;
  transition: opacity 1s 0.7s, -webkit-transform 1s ease-in-out 0.7s;
  -o-transition: opacity 1s 0.7s, transform 1s ease-in-out 0.7s;
  transition: opacity 1s 0.7s, transform 1s ease-in-out 0.7s;
  transition: opacity 1s 0.7s, transform 1s ease-in-out 0.7s, -webkit-transform 1s ease-in-out 0.7s; }

.site-header.menu-active .main-navigation ul li:nth-of-type(4) {
  -webkit-transition: opacity 1s 0.8s, -webkit-transform 1s ease-in-out 0.8s;
  transition: opacity 1s 0.8s, -webkit-transform 1s ease-in-out 0.8s;
  -o-transition: opacity 1s 0.8s, transform 1s ease-in-out 0.8s;
  transition: opacity 1s 0.8s, transform 1s ease-in-out 0.8s;
  transition: opacity 1s 0.8s, transform 1s ease-in-out 0.8s, -webkit-transform 1s ease-in-out 0.8s; }

.site-header.menu-active .main-navigation ul li:nth-of-type(5) {
  -webkit-transition: opacity 1s 0.9s, -webkit-transform 1s ease-in-out 0.9s;
  transition: opacity 1s 0.9s, -webkit-transform 1s ease-in-out 0.9s;
  -o-transition: opacity 1s 0.9s, transform 1s ease-in-out 0.9s;
  transition: opacity 1s 0.9s, transform 1s ease-in-out 0.9s;
  transition: opacity 1s 0.9s, transform 1s ease-in-out 0.9s, -webkit-transform 1s ease-in-out 0.9s; }

.site-header.menu-active .main-navigation ul li:nth-of-type(6) {
  -webkit-transition: opacity 1s 1s, -webkit-transform 1s ease-in-out 1s;
  transition: opacity 1s 1s, -webkit-transform 1s ease-in-out 1s;
  -o-transition: opacity 1s 1s, transform 1s ease-in-out 1s;
  transition: opacity 1s 1s, transform 1s ease-in-out 1s;
  transition: opacity 1s 1s, transform 1s ease-in-out 1s, -webkit-transform 1s ease-in-out 1s; }

.site-header.menu-active .main-navigation ul li:nth-of-type(7) {
  -webkit-transition: opacity 1s 1.1s, -webkit-transform 1s ease-in-out 1.1s;
  transition: opacity 1s 1.1s, -webkit-transform 1s ease-in-out 1.1s;
  -o-transition: opacity 1s 1.1s, transform 1s ease-in-out 1.1s;
  transition: opacity 1s 1.1s, transform 1s ease-in-out 1.1s;
  transition: opacity 1s 1.1s, transform 1s ease-in-out 1.1s, -webkit-transform 1s ease-in-out 1.1s; }

.site-header .container {
  position: relative;
  height: 100%;
  width: 100%; }

.site-header .container .main-navigation {
  height: 100%; }

.site-header .logo-cont {
  width: 300px;
  z-index: 1;
  display: block;
  margin: 0 auto;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s; }

.site-header .logo-cont a {
  display: inline; }

.site-header .logo-cont img {
  width: 300px; }

.hero-footer-main {
  display: none; }

.hero-footer-main a {
  color: white;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.hero-footer-main a:hover {
  color: white; }

.hero-footer-main .contact-cont {
  position: absolute;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px 10px 0 0;
  border: solid 1px rgba(149, 152, 154, 0.5);
  bottom: -100%;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  z-index: 1; }

.hero-footer-main .contact-cont.active {
  bottom: -30px; }

.hero-footer-main .inner-contact {
  padding: 20px; }

.hero-footer-main .inner-contact .head-cont {
  border-bottom: solid 1px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 0.9em;
  padding-bottom: 5px;
  margin-bottom: 20px; }

.hero-footer-main .inner-contact .title {
  color: #FC5239;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  margin-top: 10px; }

#hero-container {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: white;
  position: relative;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 1s;
  -o-transition: background-image 1s;
  transition: background-image 1s; }

#hero-container.home-hero {
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 0; }

#hero-container:after, #hero-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#hero-container.loaded:after {
  opacity: 0; }

#hero-container:before {
  background: black;
  opacity: 0.2;
  z-index: 1; }

#hero-container .inner-hero {
  position: relative;
  z-index: 3;
  width: 100%; }

#hero-container h1 {
  font-size: 1.6em; }

#hero-container h1, #hero-container h2, #hero-container h3, #hero-container h4 {
  color: white;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px; }

#hero-container .border-col {
  padding: 25px;
  border: solid 3px #FC5239;
  width: auto; }

#hero-container .intro-text {
  position: relative; }

#hero-container .intro-text .title {
  max-width: 600px;
  font-size: 1.3em;
  margin: 5px 0; }

#hero-container .intro-text .slide-text {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

#hero-container .intro-text .slide-text.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

#hero-container .intro-desc * {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

#hero-container .request-button {
  display: inline-block; }

#hero-container .request-button .inner-button {
  padding-right: 30px;
  padding-left: 30px; }

#hero-container .request-button h2 {
  display: inline-block; }

#hero-container .gallery-images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#hero-container .gallery-images .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

#hero-container .gallery-images .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

#hero-container .gallery-images .slide-image.active {
  opacity: 1; }

.hero-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: white; }

.hero-footer.left-align {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 25px 0; }

.hero-footer .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hero-footer .number .icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
  background-image: url("../images/icons/phone-hero.svg"); }

.hero-footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.hero-footer .social-icons .social-icon {
  margin-left: 30px;
  margin-bottom: 0;
  padding: 9px 14px; }

.hero-footer .address {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px; }

.hero-footer .number a {
  text-decoration: none;
  color: inherit; }

.sec {
  text-transform: uppercase; }

.sec * {
  font-weight: 300; }

.weather-widget {
  /* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
  font-family: "Montserrat", sans-serif;
  margin-top: 30px;
  /* border: solid 1px #FFFFFF; */
  border-radius: 5px;
  overflow: visible; }

.space-row {
  margin: 0 -10px; }

.space-col {
  padding: 0 10px; }

.sponsor-main-row {
  display: flex; }
  .sponsor-main-row .image-col {
    display: none; }
    @media all and (min-width: 992px) {
      .sponsor-main-row .image-col {
        display: block; } }
  @media all and (min-width: 992px) {
    .sponsor-main-row {
      display: block; } }

.sponsor-row {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #95989A;
  /* padding-left: 15px; */
  margin-bottom: 20px;
  height: 110px; }
  @media all and (min-width: 992px) {
    .sponsor-row {
      padding-right: 15px; } }

.sponsor-row.hublot {
  padding-right: 0; }
  @media all and (min-width: 992px) {
    .sponsor-row.hublot {
      padding-left: 25px; } }

.sponsor-row .row {
  height: 100%;
  align-items: center; }
  .sponsor-row .row .col-1 {
    padding: 0; }

.sponsor-title {
  font-size: 0.75em;
  font-weight: bold;
  color: white;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px; }

.logo-sponsor {
  margin: 0 auto;
  display: block;
  width: 100px;
  /* padding-left: 15px; */ }
  @media all and (min-width: 992px) {
    .logo-sponsor {
      padding-right: 15px; } }

.car-sponsor {
  /* width: 100%; */
  width: 90px; }

.sponsor-row .row {
  display: flex;
  align-items: center !important; }

.watch-outer {
  max-width: 105px;
  max-height: 105px; }

.weather-widget .desc {
  padding-left: 10px;
  text-transform: uppercase;
  position: relative; }

.video-container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  display: none; }

#video-background_youtube_iframe {
  margin-left: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 1710px !important; }

.mejs__overlay-button {
  visibility: hidden !important; }

#video-background #video-background-iframe-overlay {
  background-size: cover;
  background-position: center; }

.notification-bar {
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 50px; }

.notification-bar .inner-cont {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 7px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.6em; }

.notification-bar .inner-cont .icon {
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/attention.svg");
  background-size: cover;
  margin-right: 10px; }

.notification-bar .inner-cont .text {
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  color: white; }

.bg-img {
  background-size: cover;
  background-position: center; }

.overflow-hide {
  overflow: hidden; }

.news-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr [1];
  grid-template-columns: repeat(1, 1fr); }

@media all and (min-width: 768px) {
  .news-grid {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr); } }

@media all and (min-width: 992px) {
  .news-grid {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr); } }

.news-grid .news-block {
  width: 100%;
  margin-bottom: 0; }

.reserve-section {
  background: #272727; }

.reserve-section h2 {
  text-align: center !important; }

.reserve-section h2:after {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.restaurant-section {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
  z-index: -1; }

.restaurant-section:before {
  content: none !important; }

.restaurant-section .full-width:before {
  content: none !important; }

.restaurant-section .text-container {
  text-align: center;
  max-width: 500px; }

section {
  padding: 50px 0; }

section.content-column .image-cont {
  height: 600px;
  max-width: 450px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  margin-bottom: 50px; }

section.content-column .flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

section.content-column .flex-col + .flex-col {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

section.content-column.flip .row .flex-col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

section.content-column.flip .row .flex-col + .flex-col {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

section.full-width {
  width: 100%; }

section.full-width:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
  background: -webkit-linear-gradient(left, black, transparent);
  background: -o-linear-gradient(left, black, transparent);
  background: linear-gradient(to right, black, transparent); }

section.full-width .container {
  position: relative; }

section.full-width.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

section.full-width.center-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

section.full-width h1, section.full-width h4 {
  color: white;
  text-transform: uppercase; }

section.full-width .subtext {
  font-weight: normal; }

section.full-width .button .inner-button {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 20px; }

section.white {
  background-color: #fff; }

section.grey:before {
  background-color: #F2F2F2; }

section.black {
  background: #272727; }

section.row {
  padding: 0;
  position: relative; }

section.bg-img {
  min-height: 350px; }

section.red, section.grey, section.dark-grey {
  position: relative; }

section.red:before, section.grey:before, section.dark-grey:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 0; }

section.red:after, section.grey:after, section.dark-grey:after {
  content: "";
  display: table;
  clear: both; }

section.red, section.dark-grey {
  color: white;
  height: 100%; }

section.red:before, section.dark-grey:before {
  background-color: #FC5239; }

section.red:after, section.dark-grey:after {
  content: "";
  display: table;
  clear: both; }

section.red .section-title h2, section.dark-grey .section-title h2 {
  color: white; }

section.red .section-title h2:after, section.dark-grey .section-title h2:after {
  background-color: #fff; }

section.dark-grey:before {
  background-color: #393939; }

section.archive-latest .section-title h2 {
  color: #5C5C5C; }

section.archive-latest .section-title h2:after {
  content: none; }

section.archive-latest .title-link {
  position: relative; }

section.archive-latest .title-link:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  height: 1px;
  background-color: #5C5C5C; }

section.instagram-feed {
  display: none;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: -57px; }

section.instagram-feed #wdi_feed_0 .wdi_pagination {
  display: none; }

section.instagram-feed #wdi_feed_0 .wdi_feed_item {
  width: 33.33%;
  position: relative; }

section.instagram-feed #wdi_feed_0 .wdi_feed_item:nth-of-type(4), section.instagram-feed #wdi_feed_0 .wdi_feed_item:nth-of-type(5) {
  display: none; }

section.instagram-feed #wdi_feed_0 .wdi_photo_wrap {
  padding: 0;
  width: 100%; }

section.instagram-feed #wdi_feed_0 .wdi_photo_wrap_inner {
  border: 0; }

section.instagram-feed #wdi_feed_0 .wdi_feed_container {
  margin-top: 50px;
  border-bottom: 0; }

section.instagram-feed .wdi_hidden {
  display: inline-block !important; }

section.instagram-feed span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif; }

section.instagram-feed a {
  color: inherit; }

section#news {
  position: relative; }

section#news .section-title h2 {
  color: #FC5239; }

section#news .section-title h2:after {
  background-color: #FC5239; }

section#social-bar {
  text-align: center; }

section#social-bar .grey {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

section#social-bar .red {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

section#social-bar .input-field {
  background-color: #fff;
  background: white;
  padding: 10px 30px; }

section#social-bar .input-field input {
  border-bottom: 0 !important; }

section#social-bar .input-field label {
  display: none !important; }

section#social-bar .social-media-feed {
  text-align: left; }

section#social-bar .social-media-feed h2 {
  color: #393939;
  margin-bottom: 50px; }

section#social-bar .social-media-feed .twitter {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px; }

section#social-bar .social-media-feed .feed {
  color: #393939; }

section#social-bar .social-media-feed .feed a {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

section#social-bar .social-media-feed .feed a:hover {
  color: #FC5239; }

section#social-bar .social-media-feed .type {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FC5239; }

section#social-bar .social-media-feed .type .social-icon {
  margin-right: 10px;
  width: 15px; }

section#social-bar .social-media-feed .type .social-icon path {
  fill: #FC5239; }

section#social-bar h2, section#social-bar h4 {
  color: white;
  font-size: 1.6em;
  text-align: left;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase; }

section#social-bar form {
  opacity: 1;
  width: 100%;
  max-width: 300px; }

section#social-bar section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

section#social-bar .social-icons .social-icon {
  margin-bottom: 0;
  margin-top: 20px;
  background-color: transparent;
  border: solid 1px white;
  padding: 11px 11px; }

section#social-bar .social-icons .social-icon svg {
  height: 16px;
  display: block; }

section#social-bar .half-container.right-section {
  height: auto; }

section .section-title h2 {
  position: relative;
  color: #FC5239;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: left; }

section .section-title h2:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #FC5239; }

.gallery-section .gallery-title {
  margin-bottom: 50px; }

.gallery-section .gallery-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px; }

.half-container {
  text-align: left; }

.half-container.right-section .image-cont {
  min-height: 250px; }

.container,
.half-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }

.relative-cont {
  position: relative; }

.narrow-container {
  max-width: 1000px; }

.reserve-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }

.reserve-blocks .reserve-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.reserve-blocks .reserve-block .title {
  text-transform: uppercase;
  color: white;
  margin-bottom: 15px;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif; }

.reserve-blocks .reserve-block .inner-block {
  background-color: #fff;
  margin: 0 5px;
  padding-bottom: 20px; }

.reserve-blocks .reserve-block .inner-block .top-bar {
  padding: 7px 0;
  color: #F80000;
  border-bottom: 1px solid #F2F2F2; }

.reserve-blocks .reserve-block .inner-block .arrow-cont {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: solid 1px #FC5239;
  background-color: #fff;
  cursor: pointer;
  margin: 0 auto;
  position: relative; }

.reserve-blocks .reserve-block .inner-block .arrow-cont:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FC5239; }

.reserve-blocks .reserve-block .inner-block .number {
  position: relative; }

.reserve-blocks .reserve-block .inner-block .number,
.reserve-blocks .reserve-block .inner-block input {
  font-size: 2.6em;
  font-weight: bold;
  padding: 10px 0 !important;
  color: #F80000;
  font-family: "Montserrat", sans-serif; }

.reserve-blocks .reserve-block .inner-block input {
  text-align: center;
  width: 80px;
  border: none; }

.reserve-blocks .reserve-block .inner-block select {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: -100%; }

.reserve-blocks .reserve-block .inner-block select option {
  padding: 5px 10px; }

.reserve-blocks .reserve-block .inner-block .date-fields {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  font-size: 1em; }

.reserve-blocks .reserve-block#size-field {
  display: none; }

.reserve-blocks .reserve-block#size-field .select2-container {
  position: absolute;
  bottom: -30px;
  width: 120px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem !important;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%); }

.reserve-footer {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

.reserve-footer .button {
  margin-bottom: 30px; }

.reserve-footer .bottom-section {
  text-align: center; }

.reserve-footer h3 {
  font-weight: 300;
  font-size: 0.9em; }

.reserve-footer h3.grey a {
  color: white; }

.feature-list {
  font-size: 0.9em; }

.feature-list ul {
  margin: 0;
  padding-left: 20px; }

.feature-list ul li {
  margin-bottom: 10px; }

.feature-list a {
  color: inherit;
  text-decoration: underline; }

.feature-list a:visited {
  color: inherit; }

.feature-height .button {
  display: none; }

.more-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 5px; }

.more-link:hover {
  color: #FC5239; }

.more-link:hover:after {
  width: 120%; }

.more-link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #F80000;
  bottom: 0;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s; }

.discover-images {
  margin-top: 30px; }

.filtering-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 40px; }

.filtering-cont .facetwp-radio {
  background: none;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 1px #F80000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #F80000;
  padding: 10px 25px;
  border-radius: 35px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-size: 0.7em;
  margin-left: 10px; }

.filtering-cont .facetwp-radio.checked {
  color: white;
  background: none;
  background-color: #F80000;
  -webkit-box-shadow: 1px 5px 16px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 5px 16px 1px rgba(0, 0, 0, 0.25); }

.filtering-cont .facetwp-radio .facetwp-counter {
  display: none; }

.text-row .quote {
  color: #F80000;
  font-size: 1.4em;
  padding-right: 50px;
  font-family: "Playfair Display"; }

.text-row .column-2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px; }

.text-row p:first-of-type {
  margin: 0; }

.text-row p {
  margin-top: 0; }

.page-nav {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  padding-top: 50px;
  padding-bottom: 50px; }

.page-nav.sticky {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  padding: 20px 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  z-index: 9999; }

.page-nav.sticky ul {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px; }

.page-nav ul {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  list-style-type: none;
  border-bottom: solid 1px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: padding-top 0.5s, padding-bottom 0.5s, background-color 0.5s;
  -o-transition: padding-top 0.5s, padding-bottom 0.5s, background-color 0.5s;
  transition: padding-top 0.5s, padding-bottom 0.5s, background-color 0.5s; }

.page-nav ul li.active-menu {
  color: #F80000; }

.page-nav ul li {
  padding-top: 10px; }

.page-nav ul a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.page-nav ul a:hover {
  color: #FC5239; }

.pages-container .sub-page-cont {
  display: none; }

.pages-container .sub-page-cont:first-of-type {
  display: block; }

.icon-cont {
  width: 30px;
  height: 30px;
  margin-right: 15px; }

.icon-cont.location-marker {
  border-radius: 50%;
  border: 2px solid white;
  padding: 4px;
  width: 20px;
  height: 20px; }

.icon-cont.location-marker .location-icon {
  background-color: white; }

.icon-cont .icon {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #b9b9b9; }

.icon-cont .icon.location-icon {
  -webkit-mask-image: url("../images/icons/location-marker.svg");
  mask-image: url("../images/icons/location-marker.svg"); }

.icon-cont .icon.instagram {
  -webkit-mask-image: url("../images/icons/instagram.svg");
  mask-image: url("../images/icons/instagram.svg"); }

.icon-cont .icon.twitter {
  -webkit-mask-image: url("../images/icons/twitter.svg");
  mask-image: url("../images/icons/twitter.svg"); }

.icon-cont .icon.facebook {
  -webkit-mask-image: url("../images/icons/facebook.svg");
  mask-image: url("../images/icons/facebook.svg"); }

#guestNumber {
  background: white; }

.datepicker {
  border: none; }

#ui-datepicker-div {
  width: 220px;
  background: white;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #95989A;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  display: none;
  z-index: 3 !important; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
  font-size: 0.8em; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-calendar {
  text-align: center; }

.ui-datepicker-calendar thead {
  color: #393939; }

.ui-datepicker-calendar a {
  text-decoration: none; }

table thead {
  font-weight: bold; }

table tr {
  height: 30px; }

select {
  background: white !important;
  background-image: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; }

.contact-row .contact-field {
  width: 100%; }

.contact-row .contact-field .contact-card p {
  margin-bottom: 0; }

.contact-row .contact-field .contact-card .contact-item {
  margin-top: 20px; }

.contact-row .contact-field .contact-card .contact-item span {
  color: #FC5239;
  font-weight: 300;
  font-size: 0.8em;
  text-transform: uppercase; }

.contact-row .contact-field .contact-card .contact-item p {
  margin-top: 0; }

.contact-row .contact-field .contact-card .contact-item p a {
  color: inherit; }

.contact-row .contact-field:last-of-type {
  margin-top: 50px; }

.contact-row .social-icons {
  padding: 0;
  margin-top: 50px;
  text-align: left;
  width: 100%; }

.contact-row h1, .contact-row h2, .contact-row h3 {
  color: #393939; }

#map {
  height: 400px;
  margin-bottom: -100px; }

.remove-margin {
  margin-bottom: -50px; }

.social-icons {
  text-align: center; }

.social-icons .social-icon {
  display: inline-block;
  background-color: #393939;
  padding: 10px 14px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.social-icons .social-icon:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.social-icons .social-icon:last-of-type {
  margin-right: 0; }

.social-icons .social-icon svg {
  height: 12px; }

.logo-overlay.form-overlay {
  opacity: 0.05;
  background-image: url("../images/MDV-header-grey.svg");
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px); }

.row > * {
  width: 100%; }

@media all and (min-width: 768px) {
  .reserve-blocks .reserve-block#size-field {
    display: block; }
  .filtering-cont {
    padding-right: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .page-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    padding-bottom: 0; }
  .page-nav ul li {
    padding-top: 0; }
  section.instagram-feed #wdi_feed_0 .wdi_feed_item {
    width: 20%; }
  section.instagram-feed #wdi_feed_0 .wdi_feed_item:nth-of-type(4), section.instagram-feed #wdi_feed_0 .wdi_feed_item:nth-of-type(5) {
    display: inline-block; }
  section.content-column .text-cont {
    padding-left: 50px; }
  section.content-column.flip .text-cont {
    padding-left: 0;
    padding-right: 50px; }
  section.content-column.flip .image-cont {
    margin-bottom: 0; }
  section.content-column.flip .row .flex-col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  section.content-column.flip .row .flex-col + .flex-col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .feature-height .feature-list {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s; }
  .feature-height .feature-list.active {
    max-height: 99999px; }
  .feature-height .feature-list.active:after {
    content: none;
    opacity: 0; }
  .feature-height .button {
    display: block;
    margin-top: 20px; }
  .feature-height .button .inner-button {
    border-color: white; } }

.button a {
  text-decoration: none; }

.button a:hover .inner-button {
  background-color: #FC5239;
  color: white; }

.button.full-width {
  width: 100%; }

.button .inner-button {
  padding: 15px 0;
  text-align: center;
  border: solid 2px #FC5239;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FC5239;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.button.solid .inner-button {
  background-color: #FC5239;
  color: white; }

.facetwp-facet {
  margin-bottom: 0 !important; }

.filtering-cont .facetwp-radio.reset-filter {
  display: none; }

.news-filter .facetwp-facet {
  margin-bottom: 30px;
  margin-top: 30px; }

.news-filter .filtering-cont .facetwp-radio {
  border: 0;
  padding: 0;
  color: #898989;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

.news-filter .filtering-cont .facetwp-radio:hover {
  color: #FC5239; }

.news-filter .filtering-cont .facetwp-radio:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 1px;
  background-color: #FC5239;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

.news-filter .filtering-cont .facetwp-radio:last-of-type {
  margin-left: 20px; }

.news-filter .filtering-cont .facetwp-radio.checked {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FC5239; }

.news-filter .filtering-cont .facetwp-radio.checked:after {
  width: 100%; }

@media all and (min-width: 768px) {
  .filtering-cont .facetwp-radio.reset-filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

.berthing-card {
  color: white;
  position: relative;
  padding: 30px 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block; }

.berthing-card:after, .berthing-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.berthing-card:after {
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #FC5239;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.berthing-card:before {
  background-color: rgba(0, 0, 0, 0.4); }

.berthing-card .inner-berthing-card {
  position: relative;
  z-index: 2;
  width: 90%;
  padding: 0 10px;
  margin: 0 auto; }

.berthing-card .inner-berthing-card h3 {
  text-transform: uppercase;
  color: white;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

.berthing-card .inner-berthing-card p {
  font-size: 0.8em;
  line-height: 1.5;
  color: white; }

.berthing-card .inner-berthing-card .inner-button {
  font-size: 0.7em;
  padding: 12px 0; }

.berthing-card .inner-berthing-card .title-cont {
  padding-bottom: 15px;
  position: relative;
  letter-spacing: 1px;
  font-size: 0.8em; }

.berthing-card .inner-berthing-card .title-cont:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s; }

.news-block {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.news-block:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.news-block a {
  text-decoration: none; }

.news-block .image-block {
  height: 200px; }

.news-block .text-block {
  height: 200px;
  padding: 20px;
  background-color: #fff; }

.news-block .text-block .title {
  height: 56px; }

.news-block .text-block .category {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #FC5239;
  letter-spacing: 1px; }

.news-block .text-block .location {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

.news-block .text-block .excerpt {
  color: #95989A;
  font-size: 0.9em;
  margin-top: 10px; }

.news-block .text-block .location,
.news-block .text-block .event-date {
  font-size: 0.9em;
  color: #95989A; }

.news-block .text-block .event-marker {
  width: 10px;
  height: 10px;
  border: solid 1px #95989A;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px; }

.news-block .text-block .end-event .event-marker {
  background-color: #95989A; }

.news-block .text-block h2 {
  color: #393939;
  font-weight: 600;
  font-size: 1.2em; }

#map {
  height: 400px; }

.attraction-block {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }

.attraction-block .title,
.attraction-block .type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1; }

.attraction-block .secondary {
  font-family: "Montserrat", sans-serif;
  color: #F80000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.8em; }

.attraction-block .type {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  padding-left: 5px; }

.attraction-block .type:before {
  content: "-";
  padding-right: 5px; }

.attraction-block h2 {
  color: #393939;
  font-size: 1.3em;
  margin-bottom: 10px; }

.attraction-block p {
  margin: 0; }

.attraction-block .text-container {
  margin-bottom: 20px;
  padding-right: 20px; }

.attraction-block .image-block {
  height: 200px; }

.sunny {
  position: relative;
  width: 7rem;
  height: 7rem; }

.sunny:before,
.partly_cloudy__sun:before {
  content: "";
  position: absolute;
  height: 80%;
  width: 80%;
  top: 10%;
  right: 10%;
  border-radius: 50%;
  z-index: 2;
  background-color: #f1c40f;
  background-image: -webkit-radial-gradient(#f1c40f, #f39c12);
  background-image: -o-radial-gradient(#f1c40f, #f39c12);
  background-image: radial-gradient(#f1c40f, #f39c12);
  -webkit-box-shadow: 0 0 25px #917508;
  box-shadow: 0 0 25px #917508; }

.sunny:after,
.partly_cloudy__sun:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  background-color: #f39c12;
  will-change: opacity, transform;
  animation: fadeIn 2s linear infinite reverse, scaleDown 2s linear infinite reverse; }

.cloudy {
  position: relative;
  width: 7rem;
  height: 7rem; }

.cloudy:before,
.partly_cloudy__cloud:before,
.rainy__cloud:before,
.thundery__cloud:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 40%;
  top: 30%;
  right: 0%;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  z-index: 2;
  background-color: #f1c40f;
  background-image: -webkit-radial-gradient(#ecf0f1, #bdc3c7);
  background-image: -o-radial-gradient(#ecf0f1, #bdc3c7);
  background-image: radial-gradient(#ecf0f1, #bdc3c7);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); }

.cloudy:after,
.partly_cloudy__cloud:after,
.rainy__cloud:after,
.thundery__cloud:after {
  content: "";
  position: absolute;
  height: 60%;
  width: 70%;
  top: 10%;
  right: 30%;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  z-index: 1;
  background-color: #f39c12;
  background-image: -webkit-radial-gradient(#ecf0f1, #bdc3c7);
  background-image: -o-radial-gradient(#ecf0f1, #bdc3c7);
  background-image: radial-gradient(#ecf0f1, #bdc3c7);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); }

.partly_cloudy {
  position: relative;
  width: 7rem;
  height: 7rem; }

.partly_cloudy__sun {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.partly_cloudy__cloud {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 40%;
  z-index: 2;
  will-change: transform;
  -webkit-animation: translateUp 2s linear infinite alternate;
  animation: translateUp 2s linear infinite alternate; }

.rainy,
.thundery {
  position: relative;
  width: 7rem;
  height: 7rem; }

.rainy__cloud,
.thundery__cloud {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2; }

.rainy__cloud:before,
.thundery__cloud:before {
  background-image: -webkit-radial-gradient(#95a5a6, #7f8c8d);
  background-image: -o-radial-gradient(#95a5a6, #7f8c8d);
  background-image: radial-gradient(#95a5a6, #7f8c8d); }

.rainy__cloud:after,
.thundery__cloud:after {
  background-image: -webkit-radial-gradient(#95a5a6, #7f8c8d);
  background-image: -o-radial-gradient(#95a5a6, #7f8c8d);
  background-image: radial-gradient(#95a5a6, #7f8c8d); }

.rainy__rain,
.thundery__rain {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden; }

.rainy__rain:before,
.thundery__rain:before {
  content: "";
  position: absolute;
  height: 80%;
  width: 20%;
  top: 20%;
  right: 50%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#94cdd1));
  background-image: -webkit-linear-gradient(transparent, #94cdd1);
  background-image: -o-linear-gradient(transparent, #94cdd1);
  background-image: linear-gradient(transparent, #94cdd1);
  will-change: opacity, transform;
  -webkit-animation: fadeIn 1s ease-out infinite reverse, scaleUp 1s ease-out infinite;
  animation: fadeIn 1s ease-out infinite reverse, scaleUp 1s ease-out infinite; }

.rainy__rain:after,
.thundery__rain:after {
  content: "";
  position: absolute;
  height: 60%;
  width: 20%;
  top: 40%;
  right: 20%;
  z-index: 1;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#94cdd1));
  background-image: -webkit-linear-gradient(transparent, #94cdd1);
  background-image: -o-linear-gradient(transparent, #94cdd1);
  background-image: linear-gradient(transparent, #94cdd1);
  will-change: opacity, transform;
  -webkit-animation: fadeIn 2s ease-out .4s infinite reverse, scaleUp 2s ease-out .4s infinite;
  animation: fadeIn 2s ease-out .4s infinite reverse, scaleUp 2s ease-out .4s infinite; }

.thundery__cloud:before {
  background-image: -webkit-radial-gradient(#4d5656, #393c3c);
  background-image: -o-radial-gradient(#4d5656, #393c3c);
  background-image: radial-gradient(#4d5656, #393c3c);
  -webkit-animation: thunder 4s linear .02s infinite alternate;
  animation: thunder 4s linear .02s infinite alternate; }

.thundery__cloud:after {
  background-image: -webkit-radial-gradient(#4d5656, #393c3c);
  background-image: -o-radial-gradient(#4d5656, #393c3c);
  background-image: radial-gradient(#4d5656, #393c3c);
  -webkit-animation: thunder 4s linear infinite alternate;
  animation: thunder 4s linear infinite alternate; }

.thundery__rain:before {
  -webkit-animation: fadeIn .5s ease-out infinite reverse, scaleUp .5s ease-out infinite;
  animation: fadeIn .5s ease-out infinite reverse, scaleUp .5s ease-out infinite; }

.thundery__rain:after {
  -webkit-animation: fadeIn .75s ease-out .2s infinite reverse, scaleUp .75s ease-out .2s infinite;
  animation: fadeIn .75s ease-out .2s infinite reverse, scaleUp .75s ease-out .2s infinite; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes translateUp {
  0% {
    -webkit-transform: translatey(15%);
    transform: translatey(15%); }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0); } }

@keyframes translateUp {
  0% {
    -webkit-transform: translatey(15%);
    transform: translatey(15%); }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0); } }

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scaley(0);
    transform: scaley(0); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@keyframes scaleUp {
  0% {
    -webkit-transform: scaley(0);
    transform: scaley(0); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@-webkit-keyframes thunder {
  0% {
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff; }
  2% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  49% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  50% {
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff; }
  52% {
    -webkit-box-shadow: 0 0 25px #f7db6e;
    box-shadow: 0 0 25px #f7db6e; }
  53% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  69% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  70% {
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff; }
  71% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  75% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  76% {
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff; }
  77% {
    -webkit-box-shadow: 0 0 25px #a8d3f0;
    box-shadow: 0 0 25px #a8d3f0; }
  78% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  100% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; } }

@keyframes thunder {
  0% {
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff; }
  2% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  49% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  50% {
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff; }
  52% {
    -webkit-box-shadow: 0 0 25px #f7db6e;
    box-shadow: 0 0 25px #f7db6e; }
  53% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  69% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  70% {
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff; }
  71% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  75% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  76% {
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff; }
  77% {
    -webkit-box-shadow: 0 0 25px #a8d3f0;
    box-shadow: 0 0 25px #a8d3f0; }
  78% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; }
  100% {
    -webkit-box-shadow: 0 0 25px #303636;
    box-shadow: 0 0 25px #303636; } }

.weather-widget {
  color: #b9b9b9; }

.weather-widget .icon {
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
  height: 100%; }

.weather-widget .icon.wind {
  -webkit-mask-image: url("../images/icons/wind.svg");
  mask-image: url("../images/icons/wind.svg"); }

.weather-widget .icon.clear-day, .weather-widget .icon.clear-night {
  -webkit-mask-image: url("../images/icons/sun.svg");
  mask-image: url("../images/icons/sun.svg"); }

.weather-widget .icon.rain, .weather-widget .icon.snow, .weather-widget .icon.sleet {
  -webkit-mask-image: url("../images/icons/rain.svg");
  mask-image: url("../images/icons/rain.svg"); }

.weather-widget .icon.fog {
  -webkit-mask-image: url("../images/icons/haze.svg");
  mask-image: url("../images/icons/haze.svg"); }

.weather-widget .icon.cloudy {
  -webkit-mask-image: url("../images/icons/cloud.svg");
  mask-image: url("../images/icons/cloud.svg"); }

.weather-widget .icon.partly-cloudy-day {
  -webkit-mask-image: url("../images/icons/cloudy-day.svg");
  mask-image: url("../images/icons/cloudy-day.svg"); }

.weather-widget .icon.partly-cloudy-night {
  -webkit-mask-image: url("../images/icons/cloud-night.svg");
  mask-image: url("../images/icons/cloud-night.svg"); }

.weather-widget .icon.wind-main {
  -webkit-mask-image: url("../images/icons/wind-main.svg");
  mask-image: url("../images/icons/wind-main.svg"); }

.weather-widget .icon.wind-direction {
  -webkit-mask-image: url("../images/icons/wind-direction.svg");
  mask-image: url("../images/icons/wind-direction.svg"); }

.weather-widget .icon.temp {
  -webkit-mask-image: url("../images/icons/temperature.svg");
  mask-image: url("../images/icons/temperature.svg"); }

.weather-widget .icon.sunrise {
  -webkit-mask-image: url("../images/icons/sunrise.svg");
  mask-image: url("../images/icons/sunrise.svg"); }

.detailed-weather {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #95989A;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #5E5E5E;
  display: none;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  -webkit-transition: visibility 0s ease-in 0.5s, opacity 0.5s ease-in-out;
  -o-transition: visibility 0s ease-in 0.5s, opacity 0.5s ease-in-out;
  transition: visibility 0s ease-in 0.5s, opacity 0.5s ease-in-out; }

.detailed-weather.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s ease-in 0s, opacity 0.5s ease-in-out;
  -o-transition: visibility 0s ease-in 0s, opacity 0.5s ease-in-out;
  transition: visibility 0s ease-in 0s, opacity 0.5s ease-in-out; }

.detailed-weather .row .col {
  padding-left: 15px;
  padding-right: 15px; }

.detailed-weather .desc {
  padding-left: 0; }

.detailed-weather .title-section h2 {
  margin-top: 0;
  color: #F80000; }

.detailed-weather .icon-section {
  margin: 0 auto; }

.detailed-weather .icon-section .icon {
  padding-right: 20px; }

.detailed-weather .icon-section .temp {
  font-size: 2em;
  font-family: "Montserrat", sans-serif; }

.detailed-weather .icon-cont {
  margin: 0 auto 5px; }

.detailed-weather .icon-cont .icon {
  background-color: #fff; }

.detailed-weather .temp-details {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 100%; }

.detailed-weather .temp-details .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.detailed-weather .temp-details .desc {
  text-transform: uppercase;
  font-size: 0.6em;
  color: #fff;
  font-weight: bold; }

.detailed-weather .temp-details .value {
  font-size: 1em;
  line-height: 1;
  color: #fff;
  margin-top: 5px; }

.detailed-weather .full-weather-link {
  color: white;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: lighter;
  margin-top: 15px; }

.stage-cont {
  position: relative;
  overflow: hidden;
  width: 100%; }

.stage-cont .inner-stage-cont {
  width: 9999px; }

.stage-cont .inner-stage-cont:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.contact-stage {
  width: 100% !important; }

.contact-stage .inner-stage-cont {
  width: 100%; }

.contact-stage .inner-stage-cont .form-button {
  float: left; }

input:focus,
select:focus {
  outline: none; }

.stage {
  float: left;
  opacity: 0;
  padding-bottom: 30px;
  padding-top: 10px;
  overflow: hidden; }

.stage h2 {
  margin-top: 0;
  margin-bottom: 20px; }

.stage:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.stage .input-field {
  margin-bottom: 30px;
  position: relative; }

.stage .input-field:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.stage .input-field .datepicker {
  border: 1px solid #ccc; }

.stage .input-field input,
.stage .input-field .select2-container {
  width: 100% !important;
  height: 40px; }

.stage .input-field input.field-error,
.stage .input-field .select2-container.field-error {
  border-color: #FC5239 !important; }

.stage .input-field .select2-container {
  width: 100% !important;
  outline: none !important; }

.stage .input-field .select2-container .select2-container--open:parent + label {
  top: -10px !important;
  opacity: 1 !important; }

.stage .input-field .select2-container:focus {
  outline: none !important; }

.stage .input-field .select2-container .select2-selection--single {
  outline: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding: 0 !important;
  border-color: #7E7E7E !important;
  position: relative;
  z-index: 1;
  background: transparent !important;
  height: 100%; }

.stage .input-field .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px; }

.stage .input-field label {
  color: #393939;
  font-weight: 300;
  font-size: 0.8em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.stage .input-field label.active {
  top: -10px !important;
  opacity: 1 !important; }

.stage .input-field > label {
  color: #393939;
  font-size: 0.7em;
  font-family: "Montserrat", sans-serif;
  font-weight: normal; }

.stage .input-field input[type="checkbox"],
.stage .input-field input[type="radio"] {
  width: auto;
  height: auto; }

.stage .input-field .radio-cont {
  margin-top: 5px;
  margin-bottom: 50px; }

.stage .input-field .radio-cont label {
  margin-right: 20px;
  position: relative;
  cursor: pointer; }

.stage .input-field .radio-cont input[type="radio"] {
  opacity: 0;
  margin-right: 5px; }

.stage .input-field .radio-cont input[type="radio"] + span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 14px;
  background-image: url("../images/filter-unselected.png");
  background-size: cover; }

.stage .input-field .radio-cont input[type="radio"]:checked + span:after {
  background-image: url("../images/filter-selected.png"); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 9000s ease-in-out 0s;
  -o-transition: background-color 9000s ease-in-out 0s;
  transition: background-color 9000s ease-in-out 0s; }

.step {
  border-radius: 8px;
  margin-bottom: 5px;
  border: solid 1px #393939;
  overflow: hidden;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.step:hover {
  opacity: 1; }

.step.active {
  opacity: 1;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19); }

.step.active .step-number {
  border-color: #393939;
  background-color: #393939; }

.step.active .step-number span {
  color: #FC5239; }

.step.valid {
  opacity: 1;
  border-color: #393939; }

.step.valid .step-number {
  border-color: #1ba747;
  background-color: #1ba747; }

.step.valid .step-number span {
  color: white; }

.step.valid .inner-step {
  color: #1ba747; }

.step .step-number {
  border: solid 1px;
  margin-right: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.step .step-number span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.step .inner-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  padding: 15px 20px;
  font-weight: 300;
  background-color: #fff; }

.radio-cont input[type="checkbox"] {
  opacity: 0; }

.radio-cont input[type="checkbox"] + span {
  position: relative;
  padding-left: 5px; }

.radio-cont input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url(../images/filter-unselected.png); }

.radio-cont input[type="checkbox"]:checked + span:after {
  background-image: url(../images/filter-selected.png); }

.form-button,
.form-button-style {
  float: right;
  background-color: #393939;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.form-button:hover,
.form-button-style:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.form-button.left-button,
.form-button-style.left-button {
  float: left; }

.form-button.form-submit .inner-button,
.form-button-style.form-submit .inner-button {
  padding: 10px 70px; }

.form-button a:hover .inner-button,
.form-button-style a:hover .inner-button {
  background-color: transparent; }

.form-button .inner-button,
.form-button-style .inner-button {
  border: none;
  padding: 10px 30px; }

.form-button .inner-button span,
.form-button-style .inner-button span {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: white; }

.back-link.form-button {
  background-color: #fff;
  border: solid 1px #9F9F9F; }

.back-link.form-button:hover .inner-button {
  background-color: transparent; }

.back-link.form-button .inner-button span {
  color: #393939; }

.back-link a {
  position: relative;
  color: #393939; }

.back-link a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #393939;
  bottom: -1px;
  left: 0; }

.field-container .half-field {
  width: 100%; }

.transit-dates {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.cta-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.form-error {
  margin-top: 15px;
  height: 25px; }

input,
textarea {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding: 0 !important;
  border-color: #7E7E7E !important;
  position: relative;
  z-index: 1;
  background: transparent !important; }

input:focus,
textarea:focus {
  outline: none;
  border-color: #0D65BE !important; }

input:focus + label,
textarea:focus + label {
  top: -10px !important;
  opacity: 1 !important; }

input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  color: #7E7E7E; }

textarea {
  padding-top: 20px !important; }

.booked-venue {
  margin-top: 50px; }

.booked-venue:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.form-text-cont {
  width: 100%;
  margin-bottom: 50px; }

.form-text-cont.notify-text {
  margin-bottom: 0; }

.form-text-cont h2,
.form-text-cont h3,
.form-text-cont h4 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: left; }

.form-text-cont h4 {
  font-size: 0.9em;
  margin-bottom: 0;
  color: #7E7E7E; }

.form-intro {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 25px; }

.form-intro p {
  margin-top: 0; }

.form-intro h1 {
  margin-bottom: 0px; }

.form-intro h2 {
  margin-bottom: 0; }

.form-intro h1,
.form-intro h2 {
  color: #393939; }

#boatSizes {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  /* padding: 10px !important; */
  border-color: #7E7E7E !important;
  position: relative;
  z-index: 1;
  background: transparent !important;
  height: 40px;
  width: 100%; }

#boatSizes.field-error {
  border-color: #FC5239 !important; }

#boatSizes + label {
  opacity: 1;
  top: -10px; }

.card-input {
  margin: 30px 0; }

.card-input .card {
  width: 100%;
  padding: 15px;
  text-align: center;
  border: solid 1px #D3D3D3;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }

.card-input .card.disabled {
  opacity: 0.3; }

.card-input .card:not(.disabled):hover {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19); }

.card-input .card:not(.disabled).active {
  border-color: #0EA01F; }

.card-input .card .icon {
  height: 50px;
  margin-bottom: 15px;
  background-color: #bebebe;
  -webkit-mask-size: 50px 100%;
  mask-size: 50px 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center; }

.card-input .card .icon.sailing {
  -webkit-mask-image: url("../images/icons/sailing.svg");
  mask-image: url("../images/icons/sailing.svg"); }

.card-input .card .icon.motor {
  -webkit-mask-image: url("../images/icons/motor.svg");
  mask-image: url("../images/icons/motor.svg"); }

.card-input .card .icon.multihull {
  -webkit-mask-image: url("../images/icons/multihull.svg");
  mask-image: url("../images/icons/multihull.svg"); }

.card-input .card .icon.annual {
  -webkit-mask-image: url("../images/icons/annual.svg");
  mask-image: url("../images/icons/annual.svg"); }

.card-input .card .icon.lease {
  -webkit-mask-image: url("../images/icons/lease.svg");
  mask-image: url("../images/icons/lease.svg"); }

.card-input .card .icon.summer {
  -webkit-mask-image: url("../images/icons/weather.svg");
  mask-image: url("../images/icons/weather.svg"); }

.card-input .card .icon.transit {
  -webkit-mask-image: url("../images/icons/transit.svg");
  mask-image: url("../images/icons/transit.svg"); }

.card-input .card .text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase; }

.file-download .inner-file-download {
  position: relative;
  background-color: #393939;
  border-radius: 10px;
  padding: 50px 80px; }

.file-download .inner-file-download.active:after {
  display: none; }

.file-download .inner-file-download:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(57, 57, 57, 0.9);
  top: 0;
  left: 0; }

.file-download .inner-file-download .file-download-link {
  background-color: #fff;
  border-radius: 10px;
  height: 200px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.file-download .inner-file-download .file-download-link .file-icon {
  margin: 0 auto; }

.file-download .inner-file-download .file-download-link .icon {
  height: 100px;
  width: 100px;
  background-image: url("../images/icons/file.svg"); }

.file-download .inner-file-download .text-cont {
  text-align: center; }

.file-download .inner-file-download h2,
.file-download .inner-file-download a {
  margin: 0;
  text-align: center;
  color: white; }

.file-download .inner-file-download a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.file-download .inner-file-download a:hover {
  color: #FC5239; }

.stage-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }

.stage-timeline:after,
.stage-timeline .timeline-slider {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E8E8E8; }

.stage-timeline .timeline-slider {
  width: 0%;
  z-index: 1;
  background-color: #FC5239;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s; }

.stage-timeline .stage-timeslot {
  height: 15px;
  width: 15px;
  background-color: #E8E8E8;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s; }

.stage-timeline .stage-timeslot.active {
  background-color: #FC5239; }

.file-download .inner-file-download {
  position: relative;
  background-color: #393939;
  border-radius: 10px;
  padding: 50px 80px; }

.file-download .inner-file-download.active:after {
  display: none; }

.file-download .inner-file-download:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0; }

.file-download .inner-file-download .file-download-link {
  background-color: #fff;
  border-radius: 10px;
  height: 200px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.file-download .inner-file-download .file-download-link .file-icon {
  margin: 0 auto; }

.file-download .inner-file-download .file-download-link .icon {
  height: 100px;
  width: 100px;
  background-image: url("../images/icons/file.svg"); }

.file-download .inner-file-download .text-cont {
  text-align: center; }

.file-download .inner-file-download h2,
.file-download .inner-file-download a {
  margin: 0;
  text-align: center;
  color: white; }

.file-download .inner-file-download a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.file-download .inner-file-download a:hover {
  color: #FC5239; }

.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mc4wp-form-fields .input-field + .input-field {
  padding: 0 !important;
  margin-left: 10px; }

.mc4wp-form-fields .input-field + .input-field input {
  background: #393939 !important;
  color: white !important;
  padding: 14px 30px !important;
  border-radius: 0 !important;
  font-size: 1rem !important; }

section.instagram-feed .wdi_hidden {
  display: none !important; }

footer {
  background-color: #393939;
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em; }

footer .view img {
  width: 100%;
  max-width: none; }

footer .inner-footer {
  padding: 50px 0; }

footer .row > * {
  width: auto; }

footer .upper-footer {
  border-bottom: solid 1px white; }

footer .site-navigation {
  padding: 20px 0; }

footer .site-navigation ul {
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

footer .site-navigation ul li {
  margin-right: 20px; }

footer .site-navigation ul li a {
  color: white; }

footer .social-icons .social-icon {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-right: 15px;
  margin-top: 20px;
  margin-left: 10px; }

footer .social-icons .social-icon:last-of-type {
  margin-right: 0; }

footer .social-icons .social-icon svg {
  height: 16px;
  display: block; }

.bison-footer {
  width: 80px;
  margin: 0 auto; }

@media all and (min-width: 768px) {
  footer .site-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.uncover-anim {
  position: relative;
  overflow: hidden; }

.uncover-anim.transparent-back:before {
  background-color: transparent; }

.uncover-anim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.uncover-anim section:before {
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

.uncover-anim.loaded section:before {
  width: 100%; }

.uncover-anim.loaded .logo-overlay {
  opacity: 0.05;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: opacity 1s ease-in-out 0.5s;
  -o-transition: opacity 1s ease-in-out 0.5s;
  transition: opacity 1s ease-in-out 0.5s; }

.uncover-load {
  max-width: 0;
  overflow: hidden;
  position: relative; }

.uncover-load .uncover-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #F2F2F2; }

.enter-right:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.text-load {
  overflow: hidden; }

.text-load > * {
  opacity: 0; }

.text-load.loaded > * {
  -webkit-animation-name: enter-top-text;
  animation-name: enter-top-text;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.loaded .fade-up > * {
  -webkit-animation-name: enter-top-text;
  animation-name: enter-top-text;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.loaded .uncover-load {
  -webkit-animation-name: uncover-load;
  animation-name: uncover-load;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.loaded .uncover-load.full-width {
  -webkit-animation-name: uncover-load-wide;
  animation-name: uncover-load-wide; }

.loaded .uncover-load.overlay-image {
  -webkit-animation-name: uncover-load-image;
  animation-name: uncover-load-image; }

.loaded .uncover-load .uncover-overlay {
  -webkit-animation-name: uncover-load-overlay;
  animation-name: uncover-load-overlay;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fade-up > * {
  opacity: 0; }

@media all and (max-width: 768px) {
  .loaded .fade-up > * {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .loaded .uncover-load {
    -webkit-animation: none;
    animation: none;
    max-width: calc(100% - 5px); }
  .loaded .uncover-load.full-width {
    -webkit-animation: none;
    animation: none;
    max-width: 100%; }
  .loaded .uncover-load.overlay-image {
    -webkit-animation: none;
    animation: none;
    max-width: 110%; }
  .loaded .uncover-load .uncover-overlay {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-webkit-keyframes uncover-load {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%;
    max-width: calc(100% - 5px); } }

@keyframes uncover-load {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%;
    max-width: calc(100% - 5px); } }

@-webkit-keyframes uncover-load-wide {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%; } }

@keyframes uncover-load-wide {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%; } }

@-webkit-keyframes uncover-load-image {
  0% {
    max-width: 0; }
  100% {
    max-width: 110%; } }

@keyframes uncover-load-image {
  0% {
    max-width: 0; }
  100% {
    max-width: 110%; } }

@-webkit-keyframes uncover-load-overlay {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes uncover-load-overlay {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-webkit-keyframes enter-top-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes enter-top-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes enter-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes enter-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.site-header .button {
  display: none; }

@media all and (min-width: 768px) {
  section {
    padding: 100px 0; }
  .form-button .inner-button,
  .form-button-style .inner-button {
    padding: 10px 70px; }
  .field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .field-container .half-field {
    width: 48%; }
  .card-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .card-input .card {
    width: 110px;
    margin-right: 15px; }
  .menu-icon {
    right: 0; }
  .menu-icon .menu-text {
    display: block; }
  .form-text-cont.list-text {
    width: 50%;
    float: left;
    padding-left: 50px; }
  .list-stage-cont:not(.book-form-cont) {
    width: 50%;
    float: left; }
  .site-header {
    background-color: transparent; }
  .site-header.menu-active {
    height: 100%;
    background-color: #393939; }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%; }
  .site-header .button {
    margin-right: 60px;
    display: block; }
  .site-header .button .inner-button {
    padding: 10px 30px;
    font-size: 0.7em; }
  .site-header .container .logo-cont {
    margin: 0; }
  .site-header .container .main-navigation .menu-menu-1-container ul:after {
    content: "";
    clear: both;
    display: table; }
  .site-header .container .main-navigation .menu-menu-1-container ul li {
    font-size: 1.4em; }
  .site-header .container .main-navigation .menu-menu-1-container ul li ul {
    margin-bottom: 15px;
    padding-left: 50px;
    display: block;
    font-size: inherit; }
  .site-header .container .main-navigation .menu-menu-1-container ul li ul li {
    width: 50%;
    float: left;
    margin-top: 15px;
    font-size: 0.55em; }
  .site-header .hero-footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hero-footer-main {
    margin-top: 70px;
    padding-top: 40px;
    border-top: solid 1px; }
  .weather-widget {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  #hero-container.home-hero {
    padding-bottom: 30px; }
  #hero-container .hero-footer {
    margin-top: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #hero-container .hero-footer.left-align {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0; }
  #hero-container .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #hero-container .row,
  #hero-container .hero-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #hero-container .contact-button-res {
    display: none; }
  #hero-container h1 {
    font-size: 2em; }
  .detailed-weather {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .detailed-weather .temp-details .desc,
  .detailed-weather .temp-details .value {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
  .detailed-weather .icon-cont .icon {
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
  .detailed-weather .full-weather-link {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
  .detailed-weather .full-weather-link:hover {
    color: #FC5239; }
  .detailed-weather:hover .temp-details .desc,
  .detailed-weather:hover .temp-details .value {
    color: white; }
  .detailed-weather:hover .icon-cont .icon {
    background-color: #fff; }
  .page-layout .row.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .page-layout .row.align-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .page-layout .row > .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .page-layout .row > .col-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .page-layout .row > .col-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  .page-layout .row > .col-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4; }
  section .row section,
  section .row .flex-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  section .row .grey {
    height: 100%; }
  .form-background {
    background-image: url("../images/form-bg.jpg");
    background-size: cover;
    position: fixed;
    width: 50%;
    height: 100%;
    background-position: center; }
  .left-align {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .half-container {
    max-width: 600px;
    margin: 0; }
  .half-container.left-section {
    float: right;
    padding-right: 100px; }
  .half-container.right-section {
    float: left;
    height: 100%;
    padding-left: 100px; }
  .half-container.right-section .image-cont {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
    width: 110%;
    left: 0;
    height: 350px;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19); }
  .half-container.extend {
    max-width: none;
    width: 100%;
    padding: 0; }
  .third-two {
    -webkit-box-flex: 2 !important;
    -ms-flex: 2 !important;
    flex: 2 !important; }
  .third-two .half-container {
    max-width: 440px;
    padding-right: 50px; }
  .third-three {
    -webkit-box-flex: 4 !important;
    -ms-flex: 4 !important;
    flex: 4 !important; }
  .third-four {
    -webkit-box-flex: 4 !important;
    -ms-flex: 4 !important;
    flex: 4 !important; }
  .right-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .reserve-footer {
    text-align: right; }
  .reserve-footer .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px; }
  .reserve-footer .right-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    padding-left: 10px; }
  .col.right-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .center-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .space-out {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .berthing-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .berthing-info .right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .berthing-card {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 5px; }
  .berthing-card:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.35); }
  .berthing-card:hover:after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    opacity: 1; }
  .berthing-card:hover .inner-berthing-card h3 {
    color: #FC5239; }
  .berthing-card:hover .inner-berthing-card .title-cont:after {
    background-color: #FC5239; }
  .berthing-card:hover .desc-cont {
    max-height: 500px; }
  .berthing-card:hover .desc-cont p,
  .berthing-card:hover .desc-cont .button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .berthing-card .desc-cont {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
  .berthing-card .desc-cont p,
  .berthing-card .desc-cont .button {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s; }
  .discover-images .images {
    position: relative;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); }
  .discover-images .images .image:first-of-type {
    width: 80%;
    float: right; }
  .discover-images .images .image:last-of-type {
    width: 60%; }
  .discover-images .images .image:last-of-type img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    z-index: -1;
    opacity: 0.7; }
  .facetwp-template {
    padding-right: 50px; }
  .facetwp-template.news-main-cont {
    padding-right: 0; }
  .map-col {
    height: 80vh;
    position: -webkit-sticky;
    position: sticky;
    top: 70px; }
  .map-col #map {
    height: 100%; }
  .news-block {
    width: 33.33%;
    margin-right: 20px; }
  .news-block:nth-of-type(3n) {
    margin-right: 0; }
  .contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contact-row .contact-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%; }
  .contact-row .contact-field .contact-card p {
    margin-bottom: 0; }
  .contact-row .contact-field:last-of-type {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @-webkit-keyframes uncover-load {
    0% {
      max-width: 0; }
    100% {
      max-width: calc(33.33% - 5px); } }
  @keyframes uncover-load {
    0% {
      max-width: 0; }
    100% {
      max-width: calc(33.33% - 5px); } } }

/*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }
