/* Theme Name: Champagne Room
 * Theme URI: https://www.thekeystonegroup.com.au/venue/champagne-room/
 * Description: A responsive site featuring 
 * Version: 1.0
 * Author: Straight Out Digital
 * Author URI: http://straightoutdigital.com.au/
 * License: GNU General Public License v2 or later
 * License URI: License.txt
 * Tags: Responsive */
@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400i");
@import url("https://fonts.googleapis.com/css?family=Questrial");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  background-color: #f9efef;
  position: relative;
  padding: 0;
  color: #000;
  height: 100%;
  font-weight: 300;
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  display: block;
  border: 0;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 400;
  font-family: "Lora", serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ddbf92;
}

h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 640px) {
  h1 {
    font-size: 1.5625rem;
    line-height: 1.4;
  }
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 4px;
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.4;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
}

h1 + p {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media (max-width: 640px) {
  h1 + p {
    margin-top: 1.5625rem;
  }
}

h2 + p {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media (max-width: 640px) {
  h2 + p {
    margin-top: 1.5625rem;
  }
}

h3 + p {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (max-width: 640px) {
  h3 + p {
    margin-top: 0.9375rem;
  }
}

p + h3 {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

p,
ul,
ol,
li,
a {
  line-height: 1.9;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #113b5e;
}

p,
ul,
ol {
  margin-bottom: 20px;
}

p:last-child,
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 20px;
}

ul li {
  list-style: outside disc;
  padding-bottom: 10px;
}

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

blockquote {
  padding-left: 45px;
  position: relative;
  display: block;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}

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

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

::-moz-selection {
  background-color: #113b5e;
  color: #ddbf92;
}

::selection {
  background-color: #113b5e;
  color: #ddbf92;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
  background-color: transparent;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  line-height: 48px;
  color: #113b5e;
  border: 1px solid #113b5e;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

select {
  background-image: url(images/arrow-select.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 14px;
}

*:focus {
  outline: none;
  border: none;
}

select:focus {
  border: 1px solid #113b5e;
}

input:focus {
  border: 1px solid #113b5e;
}

textarea:focus {
  border: 1px solid #113b5e;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  padding: 10px;
  background-color: transparent;
  color: #113b5e;
  border: 1px solid #113b5e;
  width: 100%;
  height: 200px;
}

input[type="submit"] {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  background-color: #113b5e;
  border: 1px solid #113b5e;
  color: #fff;
  padding: 0 45px;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
}

input[type="submit"]:hover {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #113b5e;
}

::-webkit-input-placeholder {
  color: #ddbf92;
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
:-moz-placeholder {
  color: #ddbf92;
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
::-moz-placeholder {
  color: #ddbf92;
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
:-ms-input-placeholder {
  color: #ddbf92;
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
label {
  color: #113b5e;
}

.wrapper {
  max-width: 1060px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media (max-width: 768px) {
  .wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 640px) {
  .wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.row {
  margin-left: -45px;
  margin-left: -2.8125rem;
  margin-right: -45px;
  margin-right: -2.8125rem;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
@media (max-width: 768px) {
  .row {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media (max-width: 640px) {
  .row {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}

.centered-row {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
.centered-row:before, .centered-row:after {
  content: "";
  display: table;
}
.centered-row:after {
  clear: both;
}
@media (max-width: 768px) {
  .centered-row {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 640px) {
  .centered-row {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
@media (max-width: 768px) {
  .column,
  .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 640px) {
  .column,
  .columns {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media (max-width: 1024px) {
  .column .column {
    padding-left: 0;
    padding-right: 0;
  }
}

.padding-large {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media (max-width: 1024px) {
  .padding-large {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
}
@media (max-width: 640px) {
  .padding-large {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.no-padding {
  padding: 0 !important;
}

.small-1 {
  width: 8.33333%;
}

.small-2 {
  width: 16.66667%;
}

.small-3 {
  width: 25%;
}

.small-4 {
  width: 33.33333%;
}

.small-5 {
  width: 41.66667%;
}

.small-6 {
  width: 50%;
}

.small-7 {
  width: 58.33333%;
}

.small-8 {
  width: 66.66667%;
}

.small-9 {
  width: 75%;
}

.small-10 {
  width: 83.33333%;
}

.small-11 {
  width: 91.66667%;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }
}
.valign {
  position: absolute;
  z-index: 5;
  text-align: center;
  top: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50.1%) translateY(-50.1%);
      -ms-transform: translateX(-50.1%) translateY(-50.1%);
          transform: translateX(-50.1%) translateY(-50.1%);
  -webkit-transform: translate3d(-50.1%, -50.1%, 0);
          transform: translate3d(-50.1%, -50.1%, 0);
  width: 100%;
  padding: 0 25px;
}

.valign-horizontal {
  position: absolute;
  z-index: 5;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 25px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #113b5e;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.admin-bar .pace .pace-progress {
  top: 32px;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
.nav-icon {
  display: none;
}

@media (max-width: 1024px) {
  .nav-icon {
    overflow: visible;
    padding: 0;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    display: block;
    float: right;
    position: absolute;
    right: 25px;
    top: 33px;
    z-index: 998;
    width: 23px;
    height: 20px;
  }
  .nav-icon__wrapper {
    position: relative;
    display: inline-block;
  }
  .nav-icon__inner {
    position: absolute;
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: none;
    transition: none;
    outline: 1px solid transparent;
    left: 0;
    background-color: #ddbf92;
  }
  .nav-icon__inner:after, .nav-icon__inner:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    outline: 1px solid transparent;
    left: 0;
    background-color: #ddbf92;
  }
  .nav-icon__inner:before {
    top: -7px;
  }
  .nav-icon__inner:after {
    top: 7px;
  }

  .nav-icon.is-active .nav-icon__inner {
    background-color: transparent;
  }
  .nav-icon.is-active .nav-icon__inner:before {
    -webkit-transform: translateY(7px) rotateZ(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotateZ(-45deg);
    background-color: #ddbf92;
  }
  .nav-icon.is-active .nav-icon__inner:after {
    -webkit-transform: translateY(-7px) rotateZ(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotateZ(45deg);
    background-color: #ddbf92;
  }
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
  background-color: rgba(17, 59, 94, 0.9);
  pointer-events: none;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: auto;
}
.modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-48%) translateX(-50%);
      -ms-transform: translateY(-48%) translateX(-50%);
          transform: translateY(-48%) translateX(-50%);
  width: 82%;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  max-width: 970px;
  padding: 0;
  max-height: 85vh;
  overflow-y: auto;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  cursor: default;
  visibility: hidden;
  overflow: auto;
  pointer-events: none;
  z-index: 9999;
}
@media (max-width: 768px) {
  .modal-inner {
    width: 82%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
.modal-inner.is-active {
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-close {
  background-image: url(images/icon-close.png);
  background-repeat: no-repeat;
  position: fixed;
  top: 45px;
  right: 45px;
  height: 20px;
  width: 20px;
  z-index: 999;
  cursor: pointer;
}

.error-404 {
  text-align: center;
}

.article__headline {
  text-align: center;
  color: #113b5e;
  padding: 60px 25px;
  padding: 3.75rem 1.5625rem;
  border-bottom: 1px solid #ddbf92;
}
.article__headline:before, .article__headline:after {
  content: "";
  display: table;
}
.article__headline:after {
  clear: both;
}
@media (max-width: 640px) {
  .article__headline {
    padding-bottom: 2.8125rem;
    padding-top: 2.8125rem;
    font-size: 1.875rem;
  }
}
.article__inner {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media (max-width: 640px) {
  .article__inner {
    padding-bottom: 2.8125rem;
    padding-top: 2.8125rem;
  }
}

.post {
  max-width: 795px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post:before, .post:after {
  content: "";
  display: table;
}
.post:after {
  clear: both;
}
.post__inner {
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  border-bottom: 1px solid #ddbf92;
}
@media (max-width: 640px) {
  .post__inner {
    margin-bottom: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
.post:last-child .post__inner {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.post__image {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media (max-width: 640px) {
  .post__image {
    margin-bottom: 1.875rem;
  }
}
.post__image img {
  width: 100%;
  height: auto;
}
.post__headline {
  color: #113b5e;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.post__meta {
  color: #113b5e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.post__link {
  color: #113b5e;
  display: inline-block;
}
.post__link:after {
  content: "";
  display: block;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.post__link:hover:after {
  background-color: #113b5e;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.page__headline {
  background-color: #113b5e;
  color: #f9efef;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 45px 0;
  padding: 2.8125rem 0;
  text-align: center;
}

.contact-venue__headline {
  color: #113b5e;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .contact-venue__headline {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
    letter-spacing: 3px;
  }
}
.contact-venue-items {
  padding: 0;
  margin: 0 0 45px 0;
}
.contact-venue-item {
  color: #113b5e;
  list-style: none;
}
.contact-venue-item__link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.contact-venue-item__link:hover {
  border-color: #113b5e;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .contact-form {
    margin-top: 2.8125rem;
  }
}
.contact-form input[type="submit"] {
  float: right;
  width: 300px;
}
@media (max-width: 768px) {
  .contact-form input[type="submit"] {
    width: 100%;
  }
}

.contact-location {
  width: 100%;
}

.contact-location-wrapper {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.contact-location-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.contact-transport {
  background-color: #fcf9f7;
}

.contact-transport-content {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
.contact-transport-content:before, .contact-transport-content:after {
  content: "";
  display: table;
}
.contact-transport-content:after {
  clear: both;
}
@media (max-width: 768px) {
  .contact-transport-content {
    margin-bottom: 2.8125rem;
  }
}
.contact-transport-content:last-child {
  margin-bottom: 0;
}
.contact-transport-content__headline {
  color: #113b5e;
}
@media (max-width: 768px) {
  .contact-transport-content__headline {
    margin-bottom: 1.5625rem;
  }
}
.contact-transport-content__description {
  color: #113b5e;
}
.contact-transport-content__description h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.contact-transport-content__description h3 + p {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.menu-carousel:after {
  content: "flickity";
  display: none;
}
.menu-carousel .flickity-page-dots,
.menu-carousel .flickity-prev-next-button.next,
.menu-carousel .flickity-prev-next-button.previous {
  display: none;
}
.menu-carousel__item {
  width: 100%;
}

.menu-intro {
  margin-top: 90px;
  margin-top: 5.625rem;
  position: relative;
}
.menu-intro:before, .menu-intro:after {
  content: "";
  display: table;
}
.menu-intro:after {
  clear: both;
}
@media (max-width: 768px) {
  .menu-intro {
    margin-top: 2.8125rem;
  }
}
.menu-intro-inner:after {
  content: "";
  display: block;
  height: 100%;
  background-color: #113b5e;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .menu-intro-inner:after {
    height: 0;
  }
}
.menu-intro__headline {
  color: #113b5e;
  font-family: "Lora", serif;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
.menu-intro__description {
  padding-right: 45px;
  padding-right: 2.8125rem;
}
@media (max-width: 1024px) {
  .menu-intro__description {
    padding-right: 0;
    padding-bottom: 2.8125rem;
  }
}
.menu-intro__description p {
  color: #113b5e;
}
.menu-intro__link {
  display: block;
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media (max-width: 1024px) {
  .menu-intro__link {
    padding-left: 0;
  }
}
.menu-intro__link span {
  display: inline-block;
  color: #113b5e;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.menu-intro__link span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.menu-intro__link span:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #113b5e;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.menu-intro__link span:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.menu-intro__link span:hover:before {
  width: 0%;
  background: #113b5e;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.menu-intro__additional {
  border-bottom: none !important;
  color: #113b5e;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-family: "PT Serif", sans-serif !important;
  padding-left: 10px;
  padding-left: 0.625rem;
}
.menu-intro__additional:before {
  content: " / " !important;
  display: inline-block !important;
  padding-right: 10px !important;
  padding-right: 0.625rem !important;
  position: static !important;
  width: auto !important;
}
.menu-intro__additional:after {
  display: none !important;
}

.menu-gallery {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media (max-width: 768px) {
  .menu-gallery {
    padding-right: 0;
    padding-left: 0;
  }
}
.menu-gallery__item {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media (max-width: 768px) {
  .menu-gallery__item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.menu-gallery__image {
  width: 100%;
  height: auto;
}

.menu-booking {
  text-align: center;
}
.menu-booking__button {
  background-color: transparent;
  border: 1px solid #113b5e;
  color: #113b5e;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.3s ease-in-out, color 0.1s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.3s ease-in-out, color 0.1s ease-in-out;
}
.menu-booking__button:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.menu-booking__button:hover {
  background-color: #113b5e;
  color: #fff;
  border-color: #113b5e;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.3s ease-in-out, color 0.1s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.3s ease-in-out, color 0.1s ease-in-out;
}

.menu-venue-details {
  position: relative;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .menu-venue-details {
    margin-top: 2.8125rem;
  }
}
.menu-venue-details .venue {
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 0;
}
.menu-venue-details .venue-content-item,
.menu-venue-details .venue-content-item__link,
.menu-venue-details .venue-content__headline,
.menu-venue-details .venue-hours__headline,
.menu-venue-details .venue-hours-item {
  color: #113b5e;
}

.function-intro {
  padding: 90px 0;
  padding: 5.625rem 0;
  background-color: #113b5e;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.function-intro:before, .function-intro:after {
  content: "";
  display: table;
}
.function-intro:after {
  clear: both;
}
@media (max-width: 1024px) {
  .function-intro {
    padding: 2.8125rem 0;
  }
}
.function-intro__headline {
  color: #f9efef;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media (max-width: 1024px) {
  .function-intro__headline {
    margin-bottom: 1.5625rem;
  }
}
.function-intro__link {
  display: block;
  color: #ddbf92;
  font-family: "PT Serif", sans-serif;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.function-intro__link:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: 0px -26px;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 0px;
  position: absolute;
}
.function-intro__link span {
  display: inline-block;
  margin-left: 50px;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.function-intro__link span:hover {
  border-color: #ddbf92;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.function-intro__text {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  .function-intro__text {
    border-left: none;
    margin-top: 1.5625rem;
  }
}
.function-intro__text p {
  color: #f9efef;
}

.function-items:before, .function-items:after {
  content: "";
  display: table;
}
.function-items:after {
  clear: both;
}
@media (max-width: 1024px) {
  .function-items {
    padding-top: 0;
  }
}
.function-items .flickity-prev-next-button.next {
  background-color: #113b5e;
  top: inherit;
  bottom: 20px;
  right: 20px;
}
.function-items .flickity-prev-next-button.next:before {
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #ddbf92;
  height: 30px;
  position: absolute;
  left: 0;
  top: 10px;
}
.function-items .flickity-prev-next-button.previous {
  background-color: #113b5e;
  top: inherit;
  bottom: 20px;
  right: 70px;
  left: inherit;
}

.function-item {
  margin-bottom: 135px;
  margin-bottom: 8.4375rem;
}
@media (max-width: 1024px) {
  .function-item {
    margin-bottom: 4.0625rem;
  }
}
.function-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .function-item:last-child {
    margin-bottom: 2.1875rem;
  }
}
.function-item__content {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media (max-width: 1024px) {
  .function-item__content {
    margin-top: 3.4375rem;
  }
}
.function-item__title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #113b5e;
}
.function-item__capacity {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.function-item__label {
  width: 60%;
  float: left;
  color: #113b5e;
  margin-bottom: 10px;
}
.function-item__value {
  width: 40%;
  float: right;
  color: #113b5e;
  margin-bottom: 10px;
}
.function-item__text {
  position: relative;
}
@media (max-width: 1024px) {
  .function-item__text {
    border-left: none;
    margin-top: 1.5625rem;
  }
}
.function-item__enquiry {
  color: #113b5e;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.function-item__enquiry:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.function-item__enquiry:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #113b5e;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.function-item__enquiry:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.function-item__enquiry:hover:before {
  width: 0%;
  background: #113b5e;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.function-item__text p {
  color: #113b5e;
}
.function-item__media {
  position: relative;
}
@media (max-width: 1024px) {
  .function-item__media .large-12 {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .function-item .virtual-tour__link {
    display: none;
  }
}
@media (max-width: 640px) {
  .function-item .flickity-prev-next-button.previous,
  .function-item .flickity-prev-next-button.next {
    display: none;
  }
}

.function-carousel:after {
  content: "flickity";
  display: none;
}
.function-carousel__item {
  width: 100%;
}
.function-carousel__image {
  width: 100%;
}
.function .flickity-page-dots {
  display: none;
}
@media (max-width: 640px) {
  .function .flickity-page-dots {
    display: block;
  }
}

.event-intro {
  background-color: #113b5e;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.event-intro__headline {
  color: #f9efef;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .event-intro__headline {
    margin-bottom: 1.5625rem;
  }
}
.event-intro__text {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .event-intro__text {
    border-left: 0;
  }
}
.event-intro__text p {
  color: #f9efef;
}

.event-special {
  position: relative;
}
@media (max-width: 768px) {
  .event-special {
    padding-bottom: 3.75rem;
  }
}
.event-special:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #113b5e;
  bottom: 0;
  position: absolute;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
@media (max-width: 768px) {
  .event-special:after {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}
.event-special-content__headline {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 45px;
  width: 70%;
  float: left;
}
@media (max-width: 640px) {
  .event-special-content__headline {
    width: 100%;
    float: none;
    margin-bottom: 1.5625rem;
  }
}
.event-special .pagination {
  width: 30%;
  float: right;
  margin-top: 0;
  text-align: right;
}
@media (max-width: 640px) {
  .event-special .pagination {
    display: none;
  }
}
.event-special .pagination .pagination--previous {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -315px -69px;
  cursor: pointer;
}
.event-special .pagination .pagination--next {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -295px -18px;
  cursor: pointer;
}
.event-special .pagination .pagination--next:before {
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #e86074;
  height: 30px;
  position: absolute;
  left: 0;
  top: 10px;
}
.event-special .flickity-page-dots {
  display: none;
}
@media (max-width: 640px) {
  .event-special .flickity-page-dots {
    display: block;
  }
}

.event-list {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .event-list {
    padding-top: 2.8125rem;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .event-list {
    padding-top: 1.5625rem;
  }
}

.event-carousel:after {
  content: "flickity";
  display: none;
}
.event-carousel .carousel--item {
  width: 100%;
  margin-top: 0;
}
.event-carousel .flickity-page-dots {
  display: none;
}
@media (max-width: 1024px) {
  .event-carousel .flickity-page-dots {
    display: block;
    bottom: 0px;
  }
}
.event-carousel .flickity-prev-next-button.next {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -305px -280px;
  position: absolute;
  right: -20px;
  top: 40%;
}
@media (max-width: 1024px) {
  .event-carousel .flickity-prev-next-button.next {
    display: none;
  }
}
.event-carousel .flickity-prev-next-button.previous {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -310px -220px;
  position: absolute;
  left: -20px;
  top: 40%;
}
@media (max-width: 1024px) {
  .event-carousel .flickity-prev-next-button.previous {
    display: none;
  }
}

.event {
  overflow: hidden;
}

@media (max-width: 768px) {
  .event-content {
    margin-top: 1.5625rem;
  }
}

.event-content__headline {
  color: #113b5e;
}
@media (max-width: 1024px) {
  .event-content__headline {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
}

.event-content__link {
  color: #113b5e;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-top: 25px;
}
.event-content__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.event-content__link:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #113b5e;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.event-content__link:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.event-content__link:hover:before {
  width: 0%;
  background: #113b5e;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.header {
  background-color: #113b5e;
  position: relative;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.header:before, .header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.header-inner {
  max-width: 1060px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
@media (max-width: 1024px) {
  .header-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.header-logo {
  width: 20%;
  float: left;
}
.header-logo__link {
  display: block;
  position: relative;
  z-index: 5;
}
.header-logo__link img {
  height: 48px;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (max-width: 1024px) {
  .header-logo__link img {
    margin-top: 0;
    margin-bottom: 0.9375rem;
  }
}
.header-navigation {
  width: 80%;
  float: left;
}
@media (max-width: 1024px) {
  .header-navigation {
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: fixed;
    z-index: 998;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    top: -100%;
    background-color: #113b5e;
    height: 100vh;
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-position: center 5%;
    background-size: 120px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
    overflow: scroll;
  }
  .header-navigation.is-active {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.1s;
    transition: opacity 0.3s, visibility 0.1s;
  }
}

.home .header {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 0;
}
.home .header-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.home .header-navigation {
  width: 100%;
}
.home .navigation {
  width: 50%;
  text-align: center;
}
@media (max-width: 1024px) {
  .home .navigation {
    width: 100%;
    text-align: left;
  }
}
.home .navigation.navigation--contact {
  width: 25%;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media (max-width: 1024px) {
  .home .navigation.navigation--contact {
    width: 100%;
    padding: 0;
  }
}
.home .navigation.navigation--contact .booking {
  background-color: transparent;
  border: 1px solid #ddbf92;
  color: #ddbf92;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
}
.home .navigation.navigation--contact .booking:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.home .navigation.navigation--contact .booking:hover {
  background-color: #ddbf92;
  border: 1px solid #ddbf92;
  color: #113b5e;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
}
.home .navigation.navigation--contact .booking:hover:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
@media (max-width: 1024px) {
  .home .navigation.navigation--contact .booking {
    background-color: #ddbf92;
    color: #113b5e;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 45px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    margin-left: 25px;
    margin-right: 25px;
    display: block;
  }
  .home .navigation.navigation--contact .booking:hover {
    width: -webkit-calc(100% -50px);
    width: calc(100% -50px);
    background-color: #ddbf92;
    color: #113b5e;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 45px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    margin-left: 25px;
    margin-right: 25px;
    display: block;
  }
}
.home .navigation.navigation--social {
  width: 25%;
  text-align: left;
}
@media (max-width: 1024px) {
  .home .navigation.navigation--social {
    display: none;
  }
}
.home .navigation__link {
  color: #ddbf92;
  padding: 40px 20px 26px;
  padding: 2.5rem 1.25rem 1.625rem;
}
@media (max-width: 1366px) {
  .home .navigation__link {
    padding: 2.5rem 0.9375rem 1.625rem;
  }
}
@media (max-width: 1024px) {
  .home .navigation__link {
    padding: 0.9375rem 1.5625rem 0.9375rem;
  }
}
.home .navigation__sub-menu {
  border: none;
}

.navigation {
  width: 65%;
  float: left;
  text-align: left;
  padding: 0;
  margin: 0;
  z-index: 5;
}
@media (max-width: 1024px) {
  .navigation {
    width: 100%;
    float: none;
  }
}
.navigation.navigation--social {
  width: 25%;
  float: left;
  text-align: left;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.navigation.navigation--social .instagram {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -265px -135px;
  padding: 0;
  margin: 32px 3px 16px;
  margin: 2rem 0.1875rem 1rem;
  width: 20px;
  height: 20px;
}
.navigation.navigation--social .facebook {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -265px -30px;
  padding: 0;
  margin: 32px 3px 16px;
  margin: 2rem 0.1875rem 1rem;
  width: 20px;
  height: 20px;
}
.navigation.navigation--contact {
  width: 35%;
  float: right;
  text-align: right;
}
.navigation.navigation--contact .navigation__item {
  float: right;
}
@media (max-width: 1024px) {
  .navigation.navigation--contact .navigation__item {
    float: none;
  }
}
@media (max-width: 1024px) {
  .navigation.navigation--contact {
    width: 100%;
    text-align: center;
    float: none;
    margin-top: 1.5625rem;
  }
}
.navigation.navigation--contact .booking {
  font-family: "PT Serif", sans-serif;
  color: #ddbf92;
  padding-right: 0;
  padding-left: 0;
  padding-top: 34px;
  padding-top: 2.125rem;
}
@media (max-width: 1024px) {
  .navigation.navigation--contact .booking {
    background-color: #ddbf92;
    color: #113b5e;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 45px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    margin-left: 25px;
    margin-right: 25px;
    display: block;
  }
}
@media (max-width: 1024px) {
  .navigation.navigation--contact .telephone {
    text-align: center;
    float: none;
  }
}
.navigation__item {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .navigation__item {
    display: block;
    text-align: left;
  }
}
.navigation__item--parent:hover .navigation__sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.4s ease-in-out;
}
.navigation__item--parent .is-open + .navigation__sub-menu {
  max-height: 400px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.navigation__link {
  font-weight: 400;
  color: #ddbf92;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  padding: 35px 15px 25px;
  padding: 2.1875rem 0.9375rem 1.5625rem;
  -webkit-transition: color 0.2s ease-in-out, opacity 0.1s ease-in-out;
  transition: color 0.2s ease-in-out, opacity 0.1s ease-in-out;
}
@media (max-width: 1024px) {
  .navigation__link {
    padding: 0.9375rem 1.5625rem 0.9375rem;
  }
}
.navigation__link:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: color 0.2s ease-in-out, opacity 0.1s ease-in-out;
  transition: color 0.2s ease-in-out, opacity 0.1s ease-in-out;
}

.navigation__sub-menu {
  position: absolute;
  background-color: #f9efef;
  top: 75px;
  z-index: 99;
  padding: 10px 0;
  margin: 0;
  width: 200px;
  -webkit-transform: translateX(-32%);
      -ms-transform: translateX(-32%);
          transform: translateX(-32%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.2s ease-in-out;
  border: 1px solid #113b5e;
}
@media (max-width: 1024px) {
  .navigation__sub-menu {
    position: static;
    padding: 0 20px;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    opacity: 1;
    visibility: visible;
  }
}
.navigation__sub-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #f9efef;
  margin-bottom: -5px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .navigation__sub-menu:before {
    display: none;
  }
}
.navigation__sub-menu__item {
  list-style: none;
  text-align: center;
  padding: 0;
}
@media (max-width: 1024px) {
  .navigation__sub-menu__item {
    text-align: left;
  }
}
.navigation__sub-menu__link {
  color: #113b5e;
  padding: 10px;
  display: block;
}
@media (max-width: 1024px) {
  .navigation__sub-menu__link {
    color: #ddbf92;
  }
}

.footer {
  background-color: #1e4966;
  text-align: right;
  position: relative;
  padding: 80px 45px 60px;
  padding: 5rem 2.8125rem 3.75rem;
}
.footer:before, .footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer-logo {
  width: 50%;
  float: left;
  position: relative;
  padding: 0;
  margin: -10px auto 0;
}
@media (max-width: 1024px) {
  .footer-logo {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .footer-logo {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.footer-logo__image {
  margin: 0 auto;
}
.footer-logo__link {
  display: block;
}
.footer-logo__link img {
  height: 65px;
}
.footer-navigation {
  width: 25%;
  float: left;
  text-align: left;
}

.navigation--footer {
  max-width: 300px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .navigation--footer {
    display: none;
  }
}
.navigation--footer .navigation__item {
  display: inline-block;
}
.navigation--footer .navigation__link {
  padding: 0 20px 10px 0;
  padding: 0 1.25rem 0.625rem 0;
  color: #ddbf92;
  font-family: "PT Serif", sans-serif;
}

.home .navigation--footer {
  text-align: left;
  width: 100%;
}

.footer-booking a {
  background-color: transparent;
  border: 1px solid #ddbf92;
  color: #ddbf92;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.footer-booking a:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.footer-booking a:hover {
  background-color: #ddbf92;
  border: 1px solid #ddbf92;
  color: #113b5e;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.footer-booking a:hover:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
@media (max-width: 1024px) {
  .footer-booking a {
    display: none;
  }
}

.footer-contact {
  text-align: right;
  list-style: none;
  float: right;
  width: 25%;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .footer-contact {
    display: none;
  }
}
.footer-contact__item {
  display: inline-block;
  line-height: 1;
  padding: 0;
}
.footer-contact__item.email {
  display: block;
}
.footer-contact__item.telephone:after {
  content: " | ";
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.footer-contact__link {
  color: #fff;
  padding: 0 0 10px 0;
  padding: 0 0 0.625rem 0;
}
.footer-contact__item.social {
  display: inline-block;
}
.footer-contact__item.social .facebook {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -190px -2px;
  padding: 0;
  margin: 0;
  top: 4px;
  background-size: 250px;
  width: 20px;
  height: 20px;
}
.footer-contact__item.social .instagram {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -190px -79px;
  padding: 0;
  margin: 0;
  top: 5px;
  background-size: 250px;
  width: 20px;
  height: 20px;
}
.footer-contact__item.social .twitter {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -190px -155px;
  padding: 0;
  margin: 0;
  top: 4px;
  background-size: 250px;
  width: 20px;
  height: 20px;
}

.secondary-footer {
  background-color: #113b5e;
}
.secondary-footer:before, .secondary-footer:after {
  content: "";
  display: table;
}
.secondary-footer:after {
  clear: both;
}
@media (max-width: 640px) {
  .secondary-footer {
    height: 180px;
    position: relative;
  }
}
.secondary-footer__logo {
  width: 20%;
  float: left;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media (max-width: 640px) {
  .secondary-footer__logo {
    width: 50%;
    margin-top: 15px;
  }
}
.secondary-footer__logo--image {
  max-height: 70px;
}
.secondary-footer .navigation--secondary {
  width: 60%;
  float: left;
  text-align: center;
  color: #ddbf92;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .secondary-footer .navigation--secondary {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ddbf92;
    width: 100%;
    padding: 0.625rem 0;
  }
}
.secondary-footer .navigation--secondary .navigation__item {
  padding: 0;
  color: #fff;
  display: inline-block;
  border-top: none;
}
.secondary-footer .navigation--secondary .navigation__item:after {
  content: "|";
  display: inline-block;
  color: #ddbf92;
}
@media (max-width: 640px) {
  .secondary-footer .navigation--secondary .navigation__item:after {
    content: "";
  }
  .secondary-footer .navigation--secondary .navigation__item:after:first-child:after {
    content: "|";
    color: #ddbf92;
  }
}
.secondary-footer .navigation--secondary .navigation__link {
  color: #ddbf92;
  margin: 32px 15px 24px;
  margin: 2rem 0.9375rem 1.5rem;
  padding: 0 0 4px 0;
  padding: 0 0 0.25rem 0;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.secondary-footer .navigation--secondary .navigation__link:hover {
  opacity: 1;
  border-color: #ddbf92;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
@media (max-width: 640px) {
  .secondary-footer .navigation--secondary .navigation__link {
    margin: 0;
    padding: 0.625rem;
  }
}
.secondary-footer .navigation--secondary .copyright {
  padding-left: 15px;
  padding-left: 0.9375rem;
  font-size: 14px;
  color: #ddbf92;
}
@media (max-width: 640px) {
  .secondary-footer .navigation--secondary .copyright {
    display: block;
    text-align: center;
  }
}
.secondary-footer .navigation--secondary .copyright:after {
  content: "";
}
.secondary-footer-website {
  width: 20%;
  float: left;
  text-align: right;
  padding: 25px 45px 0 0;
  padding: 1.5625rem 2.8125rem 0 0;
}
@media (max-width: 640px) {
  .secondary-footer-website {
    width: 50%;
    margin-top: 15px;
  }
}
.secondary-footer-website a {
  color: #ddbf92;
  font-size: 14px;
}

.banner {
  position: relative;
  height: 650px;
  max-height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: height 0.16s ease-in-out;
  transition: height 0.16s ease-in-out;
  overflow: hidden;
}
@media (max-width: 640px) {
  .banner {
    height: 500px !important;
    min-height: auto;
  }
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 19, 33, 0.8);
}
.banner .banner-logo {
  top: 45%;
}
.banner .banner-logo__image {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .banner .banner-logo__image {
    max-width: 320px;
  }
}
.banner .virtual-tour {
  width: 100%;
}
.banner .virtual-tour__link {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: inherit;
  top: 65%;
  width: 132px;
}
@media (max-width: 640px) {
  .banner .virtual-tour__link {
    display: none;
  }
}
.banner .banner__link {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -305px -120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  margin: 45px auto 0;
  cursor: pointer;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.banner-modal__link {
  color: #ddbf92;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: inherit;
  top: 65%;
  width: 132px;
  position: absolute;
}
.banner-modal__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.banner-modal__link:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #ddbf92;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.banner-modal__link:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.banner-modal__link:hover:before {
  width: 0%;
  background: #ddbf92;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 640px) {
  .banner-modal__link {
    display: none;
  }
}
.banner .banner-modal-inner {
  max-width: 800px;
  margin: 0 auto;
  height: auto;
}
.banner .banner-modal-inner.is-active {
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.banner .banner-modal-inner iframe {
  width: 100%;
  border: 5px solid #fff;
}

.intro {
  background-color: #fcf9f7;
}
.intro-content__headline {
  text-align: right;
  padding-right: 65px;
  padding-right: 4.0625rem;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 1024px) {
  .intro-content__headline {
    text-align: left;
    margin-bottom: 1.5625rem;
  }
}
.intro-content__headline:after {
  content: "";
  display: block;
  height: 250px;
  width: 1px;
  background-color: #ddbf92;
  position: absolute;
  -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
          transform: rotate(16deg);
  top: -37px;
  right: 10px;
}
@media (max-width: 1024px) {
  .intro-content__headline:after {
    display: none;
  }
}
.intro-content__text p {
  color: #113b5e;
}
.intro-content__text a {
  color: #113b5e;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.intro-content__text a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.intro-content__text a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #113b5e;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.intro-content__text a:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.intro-content__text a:hover:before {
  width: 0%;
  background: #113b5e;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.intro-content__text a + a {
  margin-left: 10px;
}

.menu-link {
  margin: 90px 0;
  margin: 5.625rem 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .menu-link {
    margin: 2.8125rem 0;
  }
}
.menu-link a {
  background-color: transparent;
  border: 1px solid #113b5e;
  color: #113b5e;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.menu-link a:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.menu-link a:hover {
  background-color: #113b5e;
  border: 1px solid #113b5e;
  color: #f9efef;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.menu-link a:hover:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}

.menu-links {
  background-color: #fcf9f7;
  padding-top: 160px;
  padding-top: 10rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .menu-links {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.menu-link-item {
  text-align: center;
  display: inline-block;
  margin-left: 4%;
  margin-right: 4%;
}
@media (max-width: 1024px) {
  .menu-link-item {
    margin-bottom: 1.5625rem;
  }
}
.menu-link-item__link {
  background-color: #fcf9f7;
  border: 1px solid #ddbf92;
  color: #ddbf92;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  font-family: "Lora", serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  width: 100%;
  display: block;
  padding: 0 35px;
  padding: 0 2.1875rem;
  font-style: normal;
}
.menu-link-item__link:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.menu-link-item__link:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-link-item__link:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-link-item__link:before {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background-color: #ddbf92;
  position: absolute;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  bottom: 110%;
  left: 55%;
  right: 40%;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1024px) {
  .menu-link-item__link:before {
    display: none;
  }
}
.menu-link-item__link:after {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background-color: #ddbf92;
  position: absolute;
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  top: 110%;
  left: 40%;
  right: 55%;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1024px) {
  .menu-link-item__link:after {
    display: none;
  }
}

.full-width-image {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .full-width-image {
    height: 200px;
  }
}

.modal-inner .gform_wrapper {
  max-width: 1345px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 0;
  text-align: left;
  position: relative;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
.modal-inner .gform_wrapper:before, .modal-inner .gform_wrapper:after {
  content: "";
  display: table;
}
.modal-inner .gform_wrapper:after {
  clear: both;
}
.modal-inner .gform_heading {
  width: 30%;
  float: left;
  color: #ddbf92;
}
@media (max-width: 1024px) {
  .modal-inner .gform_heading {
    width: 100%;
    float: none;
  }
}
.modal-inner .gform_title {
  font-size: 30px;
  font-size: 1.875rem;
}
.modal-inner .gform_body {
  width: 60%;
  float: right;
  color: #ddbf92;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media (max-width: 1024px) {
  .modal-inner .gform_body {
    width: 100%;
    float: none;
  }
}
.modal-inner .gform_footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 1024px) {
  .modal-inner .gform_footer {
    right: 0;
  }
}
.modal-inner .gform_button {
  background-color: transparent;
  color: #ddbf92;
}
.modal-inner .gform_button:hover {
  background-color: #ddbf92;
}
.modal-inner label {
  color: #ddbf92;
}
.modal-inner input,
.modal-inner select,
.modal-inner textarea {
  border-color: #ddbf92;
  color: #ddbf92;
}
.modal-inner textarea {
  height: 260px;
}
.modal-inner select {
  background-image: url(images/arrow-select-white.png);
}
.modal-inner .validation_error {
  width: 60%;
  float: right;
}
@media (max-width: 1024px) {
  .modal-inner .validation_error {
    width: 100%;
    float: none;
  }
}

.booking-form {
  background-color: #fff;
  width: 100%;
  padding: 25px 25px;
  padding: 1.5625rem 1.5625rem;
  max-height: auto;
  max-width: 400px;
}
@media (max-width: 640px) {
  .booking-form {
    max-width: 320px;
  }
}
.booking-form__headline {
  text-transform: uppercase;
  letter-spacing: 4px;
}
.booking-form__content {
  width: 100%;
}
.booking-form__form {
  text-align: center;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
.booking-form__form iframe {
  max-width: 100%;
}
.booking-form__description {
  font-size: 12px;
  color: #113b5e;
}

.single-event:before, .single-event:after {
  content: "";
  display: table;
}
.single-event:after {
  clear: both;
}
@media (max-width: 768px) {
  .single-event {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .single-event__content:before {
    content: attr(data-title);
    display: block;
    padding: 2.1875rem 0;
    font-size: 1.5625rem;
    color: #113b5e;
    font-family: "Lora", serif;
  }
}
.single-event__details {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media (max-width: 768px) {
  .single-event__details {
    margin-top: 2.8125rem;
  }
}
.single-event__headline {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .single-event__headline {
    display: none;
  }
}
.single-event__text a {
  color: #113b5e;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.single-event__text a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.single-event__text a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #113b5e;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.single-event__text a:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.single-event__text a:hover:before {
  width: 0%;
  background: #113b5e;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.single-event__meta .label {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #113b5e;
}
.single-event__meta .date {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  color: #113b5e;
}
.single-event__media img {
  width: 100%;
  height: auto;
}
.single-event__link {
  background-color: transparent;
  border: 1px solid #113b5e;
  color: #113b5e;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  margin-top: 45px;
  margin-top: 2.8125rem;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1rem;
}
.single-event__link:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}
.single-event__link:hover {
  background-color: #113b5e;
  border: 1px solid #113b5e;
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1rem;
}
.single-event__link:hover:hover:after {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.05s ease-in-out, border-color 0.1s ease-in-out;
}

.event-list {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  position: relative;
}
.event-list:before, .event-list:after {
  content: "";
  display: table;
}
.event-list:after {
  clear: both;
}
@media (max-width: 1024px) {
  .event-list {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
.event-list__item {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
  display: block;
}
.event-list__item:before, .event-list__item:after {
  content: "";
  display: table;
}
.event-list__item:after {
  clear: both;
}
.event-list__item:hover .event-list__overlay {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.event-list__item:hover .event-list__text {
  -webkit-transform: rotateX(0deg) translateZ(0);
          transform: rotateX(0deg) translateZ(0);
  opacity: 1;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media (max-width: 768px) {
  .event-list__item {
    margin-top: 1.5625rem;
    margin-bottom: 2.1875rem;
  }
}
.event-list__headline {
  color: #113b5e;
}
.event-list__media {
  position: relative;
}
@media (max-width: 768px) {
  .event-list__media {
    padding-left: 0;
  }
}
.event-list__overlay {
  position: absolute;
  margin: 5%;
  background-color: #113b5e;
  width: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.event-list__overlay:hover {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
@media (max-width: 768px) {
  .event-list__overlay {
    position: static;
    opacity: 1;
    background-color: transparent;
    margin: 0;
  }
}
.event-list__text {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 100%;
  -webkit-transform: rotateX(-25deg) translateY(55%);
          transform: rotateX(-25deg) translateY(55%);
  transition: transform 0.3s cubic-bezier(0.08, 0.03, 0.22, 0.87), opacity 0.3s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.3s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  opacity: 0;
}
@media (max-width: 768px) {
  .event-list__text {
    position: static;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.event-list__text:after {
  content: "";
  display: block;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -300px -175px;
  right: 10%;
  position: absolute;
  bottom: -12px;
}
@media (max-width: 768px) {
  .event-list__text:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(images/sprites.png);
    background-image: url(images/sprites.svg);
    background-size: 350px 350px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background-position: -295px -22px;
    position: absolute;
    right: 0;
  }
}
.event-list__title {
  color: #ddbf92;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  .event-list__title {
    color: #113b5e;
    font-size: 1.25rem;
    margin-top: 1.5625rem;
  }
}
.event-list__date {
  color: #f9efef;
  display: inline-block;
}
@media (max-width: 768px) {
  .event-list__date {
    color: #113b5e;
  }
}
.event-list__excerpt {
  color: #f9efef;
  display: inline-block;
}
@media (max-width: 768px) {
  .event-list__excerpt {
    color: #113b5e;
  }
}
.event-list__image {
  width: 100%;
  height: auto;
}
.event-list__footer {
  padding-top: 30px;
  padding-top: 1.875rem;
  border-top: 1px solid #113b5e;
}
.event-list__footer .back-to-top {
  margin-top: 15px;
  margin-top: 0.9375rem;
  color: #113b5e;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.event-list__footer .back-to-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.event-list__footer .back-to-top:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #113b5e;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.event-list__footer .back-to-top:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.event-list__footer .back-to-top:hover:before {
  width: 0%;
  background: #113b5e;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.event-list__footer .load-more {
  position: absolute;
  bottom: 0;
  right: 45px;
  right: 2.8125rem;
  border: 1px solid #113b5e;
  color: #113b5e;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;
}
@media (max-width: 640px) {
  .event-list__footer .load-more {
    right: 1.5625rem;
  }
}
.event-list__footer .load-more:hover {
  background-color: #113b5e;
  color: #f9efef;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;
}

.home .function {
  background-color: #f9efef;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home .function {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 768px) {
  .home .function {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 640px) {
  .home .function {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.home .flickity-page-dots {
  margin: 0 auto;
  width: 60%;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .home .flickity-page-dots {
    display: block;
  }
}
.home .function .row {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .home .function .row {
    margin-right: -2.8125rem;
    margin-right: -2.8125rem;
  }
}
@media (max-width: 768px) {
  .home .function .row {
    margin-right: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media (max-width: 640px) {
  .home .function .row {
    margin-right: -1.5625rem;
    margin-right: -1.5625rem;
  }
}
.home .function-carousel {
  padding-right: 30px;
  padding-right: 1.875rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .home .function-carousel {
    height: auto !important;
    overflow: visible;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (max-width: 768px) {
  .home .function-carousel {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 640px) {
  .home .function-carousel {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.home .function-carousel-item {
  margin-right: 30px;
  position: relative;
  text-align: center;
  width: 650px;
}
@media (max-width: 1024px) {
  .home .function-carousel-item {
    width: 100%;
    margin-right: 0;
  }
}
.home .function-carousel-item:hover .function-carousel-item__overlay {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.home .function-carousel-item:hover .function-carousel-item__link {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home .function-carousel-item:hover .function-carousel-item__title {
  -webkit-transform: rotateX(0deg) translateZ(0);
          transform: rotateX(0deg) translateZ(0);
  opacity: 1;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.home .function-carousel-item__image {
  width: 100%;
  height: auto;
}
.home .function-carousel-item__overlay {
  position: absolute;
  background-color: #113b5e;
  margin: 6%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .home .function-carousel-item__overlay {
    opacity: 1;
    background-color: transparent;
    position: static;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .home .function-carousel-item__inner {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: left;
    padding: 0;
  }
}
.home .function-carousel-item__title {
  color: #ddbf92;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  -webkit-transform: rotateX(-5deg) translateY(50%);
          transform: rotateX(-5deg) translateY(50%);
  transition: transform 0.4s cubic-bezier(0.08, 0.03, 0.22, 0.87), opacity 0.4s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.4s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  display: block;
  opacity: 0;
}
@media (max-width: 1024px) {
  .home .function-carousel-item__title {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    color: #113b5e;
    text-align: left;
    font-size: 1.5625rem;
  }
}
.home .function-carousel-item__link {
  font-family: "PT Serif", sans-serif;
  color: #f9efef;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f9efef;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .home .function-carousel-item__link {
    opacity: 1;
    color: #113b5e;
    padding: 0;
  }
}

.function-content {
  background-color: #fcf9f7;
  padding: 4%;
  float: right;
  position: relative;
  height: 500px;
}
@media (max-width: 1024px) {
  .function-content {
    height: auto !important;
    background-color: transparent;
    padding: 0 2.1875rem 2.8125rem;
  }
}
@media (max-width: 768px) {
  .function-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 640px) {
  .function-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.function-content__headline {
  color: #ddbf92;
  letter-spacing: 4px;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media (max-width: 1024px) {
  .function-content__headline {
    margin-bottom: 1.5625rem;
  }
}
.function-content__text p {
  color: #113b5e;
}
.function-content__link {
  color: #113b5e;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-top: 45px;
  margin-top: 2.8125rem;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  float: left;
  padding-bottom: 5px;
  position: absolute;
  bottom: 10%;
}
.function-content__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.function-content__link:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #113b5e;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.function-content__link:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.function-content__link:hover:before {
  width: 0%;
  background: #113b5e;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 1024px) {
  .function-content__link {
    position: relative;
    display: inline-block;
  }
}
.function-content .pagination {
  display: block;
  float: right;
  margin-left: 45px;
  margin-left: 2.8125rem;
  margin-top: 39px;
  margin-top: 2.4375rem;
  position: absolute;
  bottom: 7%;
  right: 10%;
}
@media (max-width: 1024px) {
  .function-content .pagination {
    display: none;
  }
}
.function-content .pagination .pagination--previous {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -315px -69px;
  cursor: pointer;
}
.function-content .pagination .pagination--previous:hover {
  opacity: 0.8;
}
.function-content .pagination .pagination--next {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -295px -16px;
  cursor: pointer;
}
.function-content .pagination .pagination--next:hover {
  opacity: 0.8;
}
.function-content .pagination .pagination--next:before {
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #ddbf92;
  height: 30px;
  position: absolute;
  left: 0;
  top: 10px;
}

/* Weekly Specials Carousel
 */
.special {
  background-color: #f9efef;
  overflow: hidden;
}
@media (max-width: 640px) {
  .special {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
}
.special-inner {
  margin-left: 0;
}
@media (max-width: 768px) {
  .special-inner {
    margin-left: -1.5625rem;
  }
}
.special .large-8 {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media (max-width: 768px) {
  .special .large-8 {
    padding-left: 1.5625rem;
    height: auto !important;
  }
}

.special-content {
  background-color: #fff;
  padding: 4%;
  position: relative;
}
@media (max-width: 1024px) {
  .special-content {
    background-color: transparent;
    padding: 2.8125rem 2.8125rem 2.8125rem;
    height: auto !important;
  }
}
@media (max-width: 640px) {
  .special-content {
    padding: 0rem 1.5625rem 2.8125rem;
  }
}
.special-content__headline {
  color: #113b5e;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media (max-width: 640px) {
  .special-content__headline {
    margin-bottom: 1.5625rem;
  }
}
.special-content__text p {
  color: #113b5e;
}
.special-content__link {
  color: #113b5e;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-top: 45px;
  margin-top: 2.8125rem;
  display: block;
  float: left;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  bottom: 9%;
}
.special-content__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.special-content__link:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #113b5e;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.special-content__link:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.special-content__link:hover:before {
  width: 0%;
  background: #113b5e;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 1024px) {
  .special-content__link {
    position: relative;
  }
}

.special-carousel-item {
  width: 300px;
  padding-left: 0;
  padding-right: 30px;
  padding-right: 1.875rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 640px) {
  .special-carousel-item {
    width: 100%;
    padding-right: 0;
  }
}
.special-carousel-item__inner {
  position: relative;
}
.special-carousel-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: rgba(232, 96, 116, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.special-carousel-item__overlay:hover {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.special-carousel-item__title {
  color: #ddbf92;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1;
}
.special-carousel-item__text {
  margin-top: 90px;
  margin-top: 5.625rem;
}
.special-carousel-item__text:after {
  content: "";
  display: block;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -300px -175px;
  position: absolute;
  bottom: 45px;
}
.special-carousel-item__text p {
  color: #ddbf92;
}

@media (max-width: 1024px) {
  .special--fullwidth {
    padding: 1.875rem 1.5625rem;
  }
}
@media (max-width: 640px) {
  .special--fullwidth {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .special--fullwidth .special-carousel {
    margin-bottom: 2.8125rem;
  }
}
.special--fullwidth .flickity-page-dots {
  display: none;
}
@media (max-width: 640px) {
  .special--fullwidth .flickity-page-dots {
    display: block;
    bottom: -45px;
  }
}
.special--fullwidth .special-carousel-item {
  width: 400px;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media (max-width: 640px) {
  .special--fullwidth .special-carousel-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.special--fullwidth .pagination {
  display: block;
  float: right;
  margin-top: 39px;
  margin-top: 2.4375rem;
  position: absolute;
  right: 10%;
  bottom: 7%;
}
@media (max-width: 1024px) {
  .special--fullwidth .pagination {
    display: none;
  }
}
.special--fullwidth .pagination .pagination--previous {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -315px -69px;
  cursor: pointer;
}
.special--fullwidth .pagination .pagination--next {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -295px -18px;
  cursor: pointer;
}
.special--fullwidth .pagination .pagination--next:before {
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #e86074;
  height: 30px;
  position: absolute;
  left: 0;
  top: 10px;
}

.virtual-tour {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 95%;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .virtual-tour {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media (max-width: 640px) {
  .virtual-tour {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 107%;
  }
}
.virtual-tour.is-active {
  opacity: 1;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.virtual-tour iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.virtual-tour__close {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -85px 3px;
  background-size: 300px;
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #113b5e;
  width: 30px;
  height: 30px;
  z-index: 25;
}
.virtual-tour__link {
  color: #fff;
  font-family: "PT Serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
  bottom: 30px;
  right: 180px;
  position: absolute;
}
.virtual-tour__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.virtual-tour__link:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.virtual-tour__link:hover:after {
  width: 0;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out;
}
.virtual-tour__link:hover:before {
  width: 0%;
  background: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.venue {
  background-color: #fcf9f7;
}

.venue:before, .venue:after {
  content: "";
  display: table;
}
.venue:after {
  clear: both;
}

.venue-content {
  text-align: center;
  position: relative;
}
.venue-content:after {
  content: "";
  display: block;
  height: 260px;
  width: 1px;
  background-color: #ddbf92;
  position: absolute;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  top: -50px;
  right: -10px;
}
@media (max-width: 1024px) {
  .venue-content:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .venue-content {
    margin-bottom: 1.5625rem;
  }
}
.venue-content__headline {
  color: #ddbf92;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 4px;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.venue-content-items {
  padding: 0;
  margin: 0;
}
.venue-content-item {
  list-style: none;
  color: #113b5e;
  padding-bottom: 2px;
}
.venue-content-item__link {
  color: #113b5e;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.venue-content-item__link:hover {
  border-color: #113b5e;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.venue-hours {
  text-align: center;
  padding: 0 10%;
}
@media (max-width: 1024px) {
  .venue-hours {
    padding: 0 5%;
  }
}
@media (max-width: 640px) {
  .venue-hours {
    margin-top: 1.5625rem;
  }
}
.venue-hours__headline {
  color: #ddbf92;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 4px;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.venue-hours-items {
  padding: 0;
  margin: 0;
}
.venue-hours-item {
  list-style: none;
  color: #113b5e;
  padding-bottom: 2px;
}
.venue-hours-item:before, .venue-hours-item:after {
  content: "";
  display: table;
}
.venue-hours-item:after {
  clear: both;
}
.venue-hours-item__label {
  display: inline-block;
}
.venue-hours-item__value {
  display: inline-block;
}

@media (max-width: 640px) {
  main.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.home .banner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  main.home .intro {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  main.home .full-width-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  main.home .menu-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  main.home .function {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  main.home .event {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  main.home .venue {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-slider img {
  width: 100%;
  height: auto;
}

.carousel-cell {
  width: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
  position: absolute;
  top: 47%;
  border: none;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-prev-next-button .arrow {
  display: none;
}

.flickity-prev-next-button.no-svg {
  color: white;
}

.flickity-prev-next-button.next {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -198px -17px;
  right: 0;
  position: absolute;
}

.flickity-prev-next-button.previous {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/sprites.png);
  background-image: url(images/sprites.svg);
  background-size: 350px 350px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-position: -200px -70px;
  left: 0;
  position: absolute;
}

.flickity-prev-next-button:disabled {
  opacity: 0.4;
  cursor: default;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -30px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #113b5e;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}

.gform_heading {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.gform_title {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media (max-width: 640px) {
  .gform_title {
    margin-bottom: 1.5625rem;
  }
}

.gform_description {
  line-height: 1.7;
}

.gform_confirmation_message {
  color: #fff;
  line-height: 1.7;
  text-align: center;
}

.gsection {
  display: none;
}

.gform_fields {
  margin: 0;
  padding: 0;
  width: 100%;
}
.gform_fields .gfield_label {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  display: block;
}
.gform_fields .gfield {
  list-style: none;
  padding: 0;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 1.25rem 0rem;
  float: left;
  width: 100%;
}
.gform_fields .gfield-half {
  width: 48%;
  float: left;
  margin-right: 4%;
}
@media (max-width: 640px) {
  .gform_fields .gfield-half {
    width: 100%;
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
.gform_fields .gfield-half-right {
  width: 48%;
  float: right;
  margin-right: 0;
}
@media (max-width: 640px) {
  .gform_fields .gfield-half-right {
    width: 100%;
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
.gform_fields .ginput_container_date .ginput_container_date {
  width: 29%;
  float: left;
  margin-right: 6%;
}
.gform_fields .ginput_container_date .ginput_container_date:last-child {
  margin-right: 0;
}
.gform_fields .gfield_date_month,
.gform_fields .gfield_date_day {
  width: 29%;
  float: left;
  margin-right: 6%;
}
.gform_fields .gfield_date_year {
  width: 29%;
  float: right;
}

.validation_error {
  background-color: #930A0A;
  color: #fff;
  padding: 15px;
  padding: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  line-height: 1.2;
}

.validation_message {
  background-color: #930A0A;
  color: #fff;
  padding: 10px 10px 8px;
  padding: 0.625rem 0.625rem 0.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.2;
  position: relative;
  float: left;
  width: 100%;
}
.validation_message:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #930A0A;
  margin-bottom: -5px;
  position: absolute;
  top: -10px;
  left: 20px;
  margin: 0 auto;
}

.gform_wrapper.two-column_wrapper ul.one-half {
  margin-left: 6%;
  width: 47%;
  float: left;
}
@media (max-width: 640px) {
  .gform_wrapper.two-column_wrapper ul.one-half {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
}

.gform_wrapper.two-column_wrapper ul.one-half.first {
  margin-left: 0;
  float: left;
}
@media (max-width: 640px) {
  .gform_wrapper.two-column_wrapper ul.one-half.first {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

.select {
  position: relative;
  max-width: 200px;
  outline: none;
}
.select .value {
  display: block;
  position: relative;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #1f202a;
  padding: 8px 10px;
  border-bottom: 1px solid #d1d2dd;
  cursor: pointer;
  overflow-x: hidden;
  white-space: nowrap;
}
.select::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -2px 0;
  width: 0px;
  height: 0px;
  content: "";
  border-width: 4px;
  border-style: solid;
  border-color: #d1d2dd transparent transparent;
}

.select:focus .value {
  border-bottom: 1px solid #e3af43;
}

.select .list {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  background: #fff;
  opacity: 0;
  outline: none;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 9999;
}

.select .list.open {
  height: auto;
  opacity: 1;
}

.select .list .filter {
  display: none;
  padding: 8px 10px;
}

.select .list .filter input {
  width: 100%;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #1f202a;
  border: none;
  border-bottom: 1px solid #eaeaea;
  outline: none;
  margin: 0;
  padding: 0 0 5px;
}

.select .list ul {
  display: block;
  margin: 0;
  padding: 0;
}

.select .list ul li {
  display: block;
  list-style: none;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #1f202a;
  padding: 8px 10px;
  cursor: pointer;
}

.select .list ul li:hover,
.select .list ul li.hovered {
  color: #fff;
  background: #e3af43;
}

.select.large .filter {
  display: block;
}

.select.large .list ul {
  max-height: 200px;
  overflow-y: scroll;
}
