@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  line-height: 1; }

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; }

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

h1, h2, h3, h4 {
  font-weight: normal; }

b, strong {
  font-weight: normal; }

em {
  font-style: normal; }

::-moz-selection {
  background: #000;
  color: #FFF;
  text-shadow: none; }

::selection {
  background: #000;
  color: #FFF;
  text-shadow: none; }

hr {
  color: #222;
  background-color: #222;
  height: 1px;
  border: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button {
  -webkit-appearance: button;
  cursor: pointer;
  border: none; }

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*  Input Placeholders  */
::-webkit-input-placeholder {
  color: #222;
  opacity: 1; }

input::-moz-placeholder {
  color: #222;
  opacity: 1; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #222;
  opacity: 1; }

/* ie */
input:-moz-placeholder {
  color: #222;
  opacity: 1; }

::-webkit-textarea-placeholder {
  color: #222;
  opacity: 1; }

textarea::-moz-placeholder {
  color: #222;
  opacity: 1; }

/* firefox 19+ */
:-ms-textarea-placeholder {
  color: #222;
  opacity: 1; }

/* ie */
textarea:-moz-placeholder {
  color: #222;
  opacity: 1; }

.wrap__image__container--cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #c9c9c9; }

.wrap__image__wrapper--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.wrap__image__container--ratio-adjust {
  position: relative;
  width: 100%;
  overflow: hidden; }

.wrap__image__container--ratio-adjust:after {
  display: block;
  content: ''; }

.wrap__image__wrapper--ratio-adjust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--ratio-adjust img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.wrap__image__container--self-adjust {
  position: relative;
  width: 100%;
  overflow: hidden; }

.wrap__image__container--self-adjust:after {
  display: block;
  content: ''; }

.wrap__image__wrapper--self-adjust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--self-adjust img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

@font-face {
  font-family: 'saol';
  src: url("fonts/Saol Display Light.eot");
  src: url("fonts/Saol Display Light.eot?#iefix") format("embedded-opentype"), url("fonts/Saol Display Light.woff") format("woff"); }

@font-face {
  font-family: 'saol-italic';
  src: url("fonts/Saol Display Light Italic.eot");
  src: url("fonts/Saol Display Light Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Saol Display Light Italic.woff") format("woff"); }

@font-face {
  font-family: 'surt';
  src: url("fonts/Surt-Light.eot");
  src: url("fonts/Surt-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Surt-Light.woff") format("woff"); }

@font-face {
  font-family: 'surt-italic';
  src: url("fonts/Surt-LightOblique.eot");
  src: url("fonts/Surt-LightOblique.eot?#iefix") format("embedded-opentype"), url("fonts/Surt-LightOblique.woff") format("woff"); }

@font-face {
  font-family: 'surt-bold';
  src: url("fonts/Surt-SemiBold.eot");
  src: url("fonts/Surt-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Surt-SemiBold.woff") format("woff"); }

.wrap__image__container--cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #c9c9c9; }

.wrap__image__wrapper--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.wrap__image__container--ratio-adjust {
  position: relative;
  width: 100%;
  overflow: hidden; }

.wrap__image__container--ratio-adjust:after {
  display: block;
  content: ''; }

.wrap__image__wrapper--ratio-adjust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--ratio-adjust img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.wrap__image__container--self-adjust {
  position: relative;
  width: 100%;
  overflow: hidden; }

.wrap__image__container--self-adjust:after {
  display: block;
  content: ''; }

.wrap__image__wrapper--self-adjust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--self-adjust img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: unset !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.loaded {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-size: 100%; }

body {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.015rem;
  font-family: 'surt' , sans-serif; }

body.noscroll {
  overflow: hidden; }

a {
  cursor: pointer;
  text-decoration: none; }

a:hover {
  opacity: 0.5; }

p {
  line-height: 1.5; }

* strong {
  font-family: 'surt-bold' , sans-serif; }

::selection {
  background: gray;
  /* WebKit/Blink Browsers */ }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

main {
  padding-top: 94px; }

.button {
  height: 70px;
  line-height: 70px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800; }

.content__title {
  width: 90%;
  margin: 100px auto;
  font-family: 'saol';
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  color: black; }

.content__title p {
  line-height: 1; }

.section--gold .content__title {
  color: white; }

@media all and (max-width: 700px) {
  main {
    padding-top: 70px; }
  .content__title {
    font-size: 3rem; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  z-index: 10;
  padding: 10px 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.header__logo {
  display: block;
  height: 100%;
  padding: 5px 0; }

.header__logo img {
  height: 4rem; }

.header__lang {
  display: block;
  font-size: 1.2rem; }

.header__navigation div {
  display: inline-block; }

.header__navigation {
  line-height: 60px; }

.header__navigation li {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 1vw; }

.header__navigation a {
  color: white; }

.header__navigation a.header__lang {
  color: gray; }

@media all and (max-width: 700px) {
  header {
    display: none; } }

.header__mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  z-index: 10;
  padding: 10px 2vw;
  align-items: center;
  justify-content: space-between; }

.nav__mobile {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc( 100vh - 70px);
  background-color: black;
  display: none; }

.nav__mobile li, .nav__mobile .nav__ul li, .nav__mobile .header__lang {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  line-height: 50px; }

.header__left__mobile .header__logo img {
  height: 3rem; }

.nav__mobile a {
  color: white; }

.nav__mobile a.header__lang {
  color: white; }

@media all and (max-width: 700px) {
  .header__mobile {
    display: flex; } }

.burger {
  display: block;
  position: relative;
  top: 0;
  right: 2vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: rgba(255, 255, 255, 0); }

.burger:focus {
  outline: none; }

.burger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: white; }

.burger span::before,
.burger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  content: ""; }

.burger span::before {
  top: -12px; }

.burger span::after {
  bottom: -12px; }

/* active state, i.e. menu open */
.footer__info {
  width: 100%;
  background-color: black;
  padding: 4vw 2vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px; }

.footer__info__header {
  color: white;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 30px; }

.footer__info__subscribe {
  width: 50%; }

.footer__info__connect, .footer__info__contact {
  width: 25%; }

.footer__info__contact__text {
  font-size: 1rem;
  color: white; }

.footer__nav {
  width: 100%;
  background-color: black;
  padding: 10px 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.footer__nav__ul {
  line-height: 60px; }
  .footer__nav__ul li {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 1vw; }
  .footer__nav__ul a {
    color: white; }

.footer__info__connect__link {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px; }

@media all and (max-width: 700px) {
  .footer__info {
    width: 100%;
    background-color: black;
    padding: 8vw 0;
    display: block;
    text-align: center; }
  .footer__info__subscribe, .footer__info__connect, .footer__info__contact {
    width: 90%;
    margin: 0 auto 60px; }
  .footer__nav {
    width: 100%;
    background-color: black;
    padding-bottom: 50px;
    display: block;
    text-align: center; }
  .footer__nav__ul {
    line-height: 40px; }
    .footer__nav__ul li {
      display: block;
      font-size: 1.2rem;
      margin-right: 1vw; }
    .footer__nav__ul a {
      color: white; } }

.footer__info__subscribe form {
  padding-right: 120px; }

.footer__info__subscribe input {
  background-color: black;
  border: 1px solid white;
  outline: none;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 40px;
  color: white; }

.footer__info__subscribe input::placeholder {
  color: white;
  text-transform: uppercase; }

.footer__info__subscribe input[type="submit"] {
  background: white;
  color: black;
  padding: 0 40px;
  width: auto; }

.footer__info__subscribe input[type="submit"]::placeholder {
  font-family: 'surt';
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: black;
  text-transform: uppercase; }

@media all and (max-width: 700px) {
  .footer__info__subscribe input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .footer__info__subscribe form {
    padding-right: 0px;
    text-align: center; }
  .footer__info__subscribe input {
    width: 100%;
    text-align: center;
    padding-left: 0; }
  .footer__info__subscribe input[type="submit"] {
    width: 100%;
    text-align: center; } }

.awards {
  width: 100%;
  background-color: white;
  overflow: hidden; }

.award {
  display: inline-block;
  width: 12vw;
  margin: 2vw 2vw;
  position: relative; }

.award img {
  line-height: 400px;
  filter: saturate(0); }

.award:hover img {
  filter: saturate(1); }

@media all and (max-width: 700px) {
  .award {
    display: inline-block;
    width: 25vw;
    margin: 2vw 2vw;
    position: relative; } }

.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  cursor: pointer;
  background-color: white; }

.intro.zoom {
  transform: scale(1.4);
  transition: transform 0.7s; }

.intro__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.intro__slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.intro__slide__inner {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.intro__slide__inner__text {
  font-size: 8vw;
  color: white;
  font-family: 'Saol';
  text-shadow: 2px 2px 9px #000000; }

.intro__slide__inner__sub {
  font-size: 2vw;
  color: white;
  margin-top: 4vw;
  text-shadow: 2px 2px 9px #000000; }

@media all and (max-width: 700px) {
  .intro__slide__inner {
    left: 0;
    width: 100%; }
  .intro__slide__inner__text {
    font-size: 10vw; }
  .intro__slide__inner__sub {
    font-size: 4vw;
    color: white;
    margin-top: 4vw; } }

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: background-color 300ms linear; }

#background.gold {
  background-color: #b6a27c;
  transition: background-color 300ms linear; }

.section__booking {
  position: fixed;
  width: 100%;
  height: 100vh;
  transition: transform 0.2s;
  transform: scale(1.4);
  z-index: 99;
  display: none; }

.section__booking.show {
  display: block; }

.section__booking__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #b6a27c; }

.section__booking.zoom-in {
  transform: scale(1);
  transition: transform 0.2s; }

.section__booking__content__header {
  width: 100%;
  margin: 0 auto 40px;
  font-family: 'saol';
  font-size: 5rem;
  text-align: center;
  color: white; }

.booking__form {
  width: 100%;
  text-align: center; }

.booking__form__item {
  display: inline-block;
  width: 28%;
  margin: 0 1%; }

.booking__form__item input, .booking__form__item button {
  outline: none;
  border: none;
  padding: 0;
  color: white;
  width: 100%;
  text-align: center; }

.booking__form__item input {
  border: 1px solid white;
  background-color: transparent; }

.booking__form__item button {
  color: #b6a27c; }

.booking__form__item input::placeholder {
  color: white;
  opacity: 0.5; }

.btn__booking__terms {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center; }

.btn__booking__terms a {
  color: white; }

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  cursor: pointer; }

.close:after {
  content: '';
  height: 100px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 28px; }

.close:before {
  content: '';
  height: 100px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 28px; }

.booking__snip {
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9;
  transform: translateY(-150px);
  transition: 200ms; }

.booking__snip.down {
  transform: translateY(0px);
  transition: 200ms; }

.booking__snip .booking__form__item {
  width: 30%; }

.booking__snip .booking__form__item input, .booking__snip .booking__form__item button {
  width: 94%;
  height: 70px; }
  


@media all and (max-width: 700px) {
  .booking__snip {
    display: none; } }

.section__form {
  margin: 0 auto;
  background-color: #b6a27c;
  padding: 40px 0; }

.section__form__title {
  color: white; }

.section__form .nf-form-title {
  display: none; }

.section__form .nf-field-label {
  display: none; }

.section__form form {
  position: relative;
  margin: 0 auto;
  width: 70%; }

.section__form .nf-field-element input {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #b6a27c;
  border: 1px solid white;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  outline: none;
  text-align: center;
  color: white; }

.section__form input::placeholder {
  color: white; }

.section__form .nf-field-element input[type="button"] {
  display: block;
  width: auto;
  margin: 0 auto;
  background-color: white;
  color: #b6a27c;
  padding: 0 20px;
  cursor: pointer; }

.section__form .nf-field-element input[type="button"]:hover {
  background-color: #b6a27c;
  border: 1px solid white;
  color: white; }

@media all and (max-width: 700px) {
  .section__form form {
    position: relative;
    margin: 0 auto;
    width: 90%; } }

.fullscreen__image {
  width: 100%;
  height: calc(100vh - 200px);
  background-color: yellow; }

.section__list {
  width: 100%;
  padding: 40px 2vw; }

.section__list .section__list__item {
  position: relative; }
  .section__list .section__list__item:not(:last-of-type) {
    border-bottom: 1px solid black; }

.section__list.section--gold .section__list__item {
  position: relative; }
  .section__list.section--gold .section__list__item:not(:last-of-type) {
    border-bottom: 1px solid white; }

.section__list .section__list__item {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-family: 'surt';
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: black;
  line-height: 1.2; }

.section__list.section--gold .section__list__item {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-family: 'surt';
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: white;
  line-height: 1.2; }

.section__mixed__header p {
  line-height: 1.2; }

.section__mixed__header em {
  font-family: 'saol-italic'; }

.section__mixed__text {
  width: 60%;
  margin: 100px auto;
  font-size: 1.3rem;
  text-align: center; }

.section__mixed__link {
  width: 100%;
  margin: 100px auto;
  text-align: center; }

.section__mixed__link a {
  display: inline-block;
  padding: 0 30px;
  background-color: black;
  color: white;
  border: 1px solid white; }

.section__mixed__link a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: black;
  opacity: 1;
  border: 1px solid black; }

.section__mixed__slideshow {
  width: 96%;
  margin: 0 auto; }

.section--gold .section__mixed__link a {
  background-color: white;
  color: #b6a27c; }

.section--gold .section__mixed__link a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  opacity: 1;
  border: 1px solid white; }

@media all and (max-width: 700px) {
  .section__mixed__header {
    width: 90%;
    margin: 100px auto;
    font-size: 4rem; }
  .section__mixed__text {
    width: 90%;
    margin: 80px auto;
    font-size: 1.3rem; }
  .section__mixed__slideshow {
    width: 100%;
    margin: 0 auto; } }

.slide {
  width: 100%;
  height: 45vw; }

.tns-nav > [aria-controls] {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: black;
  border: 0;
  opacity: 0.5; }

.tns-nav > [aria-selected="true"] {
  background: black;
  opacity: 1; }

.slider__nav {
  text-align: center;
  padding: 30px 0; }

.slider__nav__item {
  display: inline-block;
  color: black; }

.section--gold .tns-nav > [aria-controls] {
  background: white;
  opacity: 0.5; }

.section--gold .tns-nav > [aria-selected="true"] {
  background: white;
  opacity: 1; }

@media all and (max-width: 700px) {
  .slide {
    width: 100%;
    height: 70vh; } }

.section__text {
  width: 100%;
  background-color: #b6a27c;
  padding: 100px 10vw;
  color: white; }

.section__text h2 {
  font-family: 'surt';
  font-size: 3rem;
  padding: 40px 0; }

.section__text p {
  font-family: 'surt';
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: white;
  line-height: 1.8rem; }

.section__breadcrumb {
  width: 100%;
  text-align: center;
  color: black; }

.section__breadcrumb h2 {
  padding: 80px 0 0px; }

.section {
  display: block; }

.section--gold * {
  color: white; }
  
  
  
  
    
  
/**************************** UPDATE 03.01.2019 ****************************/ 

* {
	font-weight:normal !important;
} 

.intro__slide__inner__text {
	text-shadow: 0px 0px 10px #000;
}

.intro__slide__inner__sub {
	text-shadow: 0px 0px 10px #000;
}

.content__title {
	margin-bottom:70px;
	margin-top:80px;
	max-width:800px;
	line-height:1;
}

.content__title p {
	line-height:1;
}

.section__mixed__text {
	max-width:1000px;
	margin-top:70px;
	width:65%;
}

@media all and (max-width: 700px) {
	.section__mixed__text {
		width:90%;
	}
}

.slider__nav {
	padding-bottom:0px;
}

.footer__info__subscribe input,
.footer__info__subscribe input[type="submit"] {
	padding-left:30px;
	padding-right:30px;
	line-height:initial;
}

.footer__info__subscribe form {
	padding-right:200px;
}

@media all and (max-width: 700px) {
	.footer__info__subscribe form {
		padding-right:0px;
	}
}

.footer__info__subscribe input[type="submit"] {
	width:100%;
	text-align:center;
	cursor:pointer;
}

.footer__info__subscribe input[type="submit"]:hover {
	color:white;
	background:none;
	border:1px solid white;
}

.booking__form__submit button {
	background:white !important;
}

.booking__form__submit .button {
	line-height:initial !important;
}

.footer__info {
	min-height:0px;
	padding-bottom:2vw;
}

.fullscreen__image {
	height:calc(100vh - 150px);
}

.section__breadcrumb h2 {
	padding-top:40px;
}

.header__navigation li,
.footer__info__header,
.footer__info__contact__text,
.footer__nav,
h2,
.header__lang {
	font-weight:normal;
	font-family: 'surt' , sans-serif;
	font-size: 1.3rem;
}

.nf-form-cont * {
	color:white;
}

.nf-form-cont textarea {
	border:1px solid white;
	background:none;
	color:white;
	padding:30px;
	margin-top:8px;
	text-transform:uppercase;
	text-align:center;
}

.nf-form-cont input[type="submit"],
.nf-form-cont input[type="button"] {
	color: #b6a27c;
}

.nf-form-cont input[type="submit"]:hover,
.nf-form-cont input[type="button"]:hover {
	color:white;
}

.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"]{
	padding:0px 30px 0px 30px;
}

.nf-form-cont .nf-form-fields-required {
	font-weight:normal;
	font-family: 'surt' , sans-serif;
	font-size: 1rem;
	margin-bottom:5px;
}

.nf-error-required-error {
	font-weight:normal;
	font-family: 'surt' , sans-serif;
	font-size: 1rem;
	margin-top:10px;
	color:white;
}

.nf-form-cont .nf-before-form-content {
	text-align:center;
	margin-bottom:20px;
	display:none;
}

.nf-form-cont select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:1px solid white;
	padding:0px 30px 0px 30px;
	color:white;
	background:none;
	border-radius:0px;
	height:70px !important;
	font-weight:normal;
	font-family: 'surt-bold' , sans-serif;
	font-size:1rem;
	text-transform:uppercase;
	text-align:center;
	text-align-last:center;
}

.nf-error-field-errors {
	font-weight:normal;
	font-family: 'surt' , sans-serif;
	font-size: 1rem;
	margin-top:10px;
	text-align:center;
	color:white;
}

.nf-error-invalid-email {
	font-weight:normal;
	font-family: 'surt' , sans-serif;
	font-size: 1rem;
	margin-top:10px;
	color:white;
}

.nf-error-msg, .ninja-forms-req-symbol {
	color:white !important;
}

input,
button,
.button,
textarea,
.booking__form,
.booking__form * {
	font-weight:normal;
	font-family:'surt-bold', sans-serif !important;
	font-size:1rem;
}

.section__booking__content__header {
	margin-bottom:80px;
}

.label-hidden .nf-field-description {
	display:none;
}

.nf-field-description {
	text-align:center;
	margin-bottom:10px;
}

.nf-field-description * {
text-align:center;
}

.nf-form-cont hr {
	background-color:white;
	margin:20px 0px 20px 0px;
}

#mc_embed_signup * {
 color:white;
}

#mc_embed_signup input[type="email"] {
	height:70px;
}

#mc_embed_signup input[type="checkbox"] {
	width:auto;
	margin-right:10px;
}

#mc_embed_signup input[type="submit"] {
	color:black;
}

#mc_embed_signup input[type="submit"]:hover {
	color:white;
}
  
/**************************** UPDATE END ****************************/ 
