/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

html, body {
  margin: 0; }

html {
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*flex:1 0 auto;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  overflow: hidden;
  color: #222222;
  font-family: "Averta", sans-serif; }

a {
  text-decoration: none; }

@font-face {
    font-family: 'Averta';
    /*light*/
    font-weight: 300;
    unicode-range: U+000-5FF;
    font-display: swap;
    src: url("../fonts/338AD9_1_0.eot");
    src: url("../fonts/338AD9_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/338AD9_1_0.woff2") format("woff2"), url("../fonts/338AD9_1_0.woff") format("woff"), url("../fonts/338AD9_1_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Averta';
    /*regular*/
    font-weight: 400;
    unicode-range: U+000-5FF;
    font-display: swap;
    src: url("../fonts/338AD9_2_0.eot");
    src: url("../fonts/338AD9_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/338AD9_2_0.woff2") format("woff2"), url("../fonts/338AD9_2_0.woff") format("woff"), url("../fonts/338AD9_2_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Averta';
    /*regular italic*/
    font-weight: 400;
    font-style: italic;
    unicode-range: U+000-5FF;
    font-display: swap;
    src: url("../fonts/338AD9_3_0.eot");
    src: url("../fonts/338AD9_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/338AD9_3_0.woff2") format("woff2"), url("../fonts/338AD9_3_0.woff") format("woff"), url("../fonts/338AD9_3_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Averta';
    /*semi bold*/
    font-weight: 600;
    unicode-range: U+000-5FF;
    font-display: swap;
    src: url("../fonts/338AD9_4_0.eot");
    src: url("../fonts/338AD9_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/338AD9_4_0.woff2") format("woff2"), url("../fonts/338AD9_4_0.woff") format("woff"), url("../fonts/338AD9_4_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Averta';
    /*bold*/
    font-weight: 700;
    unicode-range: U+000-5FF;
    font-display: swap;
    src: url("../fonts/338AD9_0_0.eot");
    src: url("../fonts/338AD9_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/338AD9_0_0.woff2") format("woff2"), url("../fonts/338AD9_0_0.woff") format("woff"), url("../fonts/338AD9_0_0.ttf") format("truetype");
}

/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
body > header {
  /*open menu += 253px*/
  max-width: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  -ms-flex-preferred-size: 39px;
      flex-basis: 39px;
  max-width: 39px;
  margin: 10px 0;
  height: calc(100vh - 20px);
  border-right: 1px solid black;
  position: relative;
  z-index: 100;
  /* @media screen and (min-width: config('breakpoints.h')){
        @include exclude-form-size(30px);
    }*/
  /* handle responsive menu */ }
  @media screen and (min-width: 768px) {
    body > header {
      -ms-flex-preferred-size: 61px;
          flex-basis: 61px;
      max-width: 61px;
      height: calc(100vh - 43px - 20px);
      margin-top: calc(43px + 20px);
      margin-top: 63px;
      height: calc(100vh - 83px);
      margin-bottom: 20px; } }
  @media screen and (min-width: 1200px) {
    body > header {
      -ms-flex-preferred-size: 158px;
          flex-basis: 158px;
      max-width: 158px;
      height: calc(100vh - 43px - 30px);
      margin-top: calc(43px + 30px);
      margin-top: 73px;
      height: calc(100vh - 103px);
      margin-bottom: 30px; } }
  body > header #toggle-menu-box {
    position: fixed;
    top: -999rem;
    left: -999rem;
    visibility: hidden;
    opacity: 0;
    pointer-event: none;
    z-index: -1; }
  body > header label[for="toggle-menu-box"] {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: transparent url(../images/burger.svg) 50% 50% no-repeat;
    background-size: 18px 16px;
    cursor: pointer; }
    @media screen and (min-width: 1200px) {
      body > header label[for="toggle-menu-box"] {
        position: fixed;
        top: -999rem;
        left: -999rem;
        visibility: hidden;
        opacity: 0;
        pointer-event: none;
        z-index: -1; } }
  @media screen and (max-width: 1199px) {
    body > header #toggle-menu-box:checked ~ nav label[for="toggle-menu-box"] {
      background-image: url(../images/burger-close.svg);
      background-size: 20px 20px; }
    body > header #toggle-menu-box:checked ~ nav > ul {
      display: block;
      width: 310px;
      /*margin-left: calc(100% + 1px);*/
      padding-left: 62px;
      /*margin-bottom:-2.5rem;*/
      margin-bottom: -125px;
      text-align: left; }
      body > header #toggle-menu-box:checked ~ nav > ul:before {
        /*position: absolute;*/
        position: fixed;
        content: '';
        width: 250px;
        z-index: -1;
        left: 62px;
        top: 0;
        /*bottom: -11px;*/
        bottom: 0;
        /*margin-left:calc(100% + 1px);*/
        background: white; }
      body > header #toggle-menu-box:checked ~ nav > ul > li {
        margin: 0 2rem 0 20px; } }
    @media screen and (max-width: 1199px) and (max-width: 767px) {
      body > header #toggle-menu-box:checked ~ nav > ul > li {
        margin: 0 2rem 0 10px; } }
  @media screen and (max-width: 1199px) {
        body > header #toggle-menu-box:checked ~ nav > ul > li a {
          padding-left: 0; }
        body > header #toggle-menu-box:checked ~ nav > ul > li + li {
          border-top: 1px solid currentColor; }
    body > header #toggle-menu-box:not(:checked) ~ nav > ul {
      display: none; }
    body > header #toggle-menu-box:not(:checked) ~ nav > .langs {
      display: none; } }
  @media screen and (max-width: 767px) {
    body > header #toggle-menu-box:checked ~ nav > ul {
      margin-bottom: -120px;
      margin-top: 0;
      width: 250px;
      padding-left: 42px; }
      body > header #toggle-menu-box:checked ~ nav > ul:before {
        position: fixed;
        right: 0;
        margin: 0;
        width: 100%;
        left: 42px; } }
  body > header .logo-cell {
    margin: 0;
    display: inline; }
  body > header .logo {
    width: 79.5px;
    /*display:inline-block;*/
    display: block;
    justify-self: flex-start;
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 90%;
    margin: 0 auto; }
    body > header .logo img {
      max-width: 100%;
      display: block; }
  body > header .logo-text {
    margin: 1rem auto;
    display: block;
    font-size: 0;
    color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-indent: -999em;
    overflow: hidden;
    width: 40%;
    max-width: 45px;
    background: url("../images/logo-text-vertical.svg") 50% 50% no-repeat;
    background-size: cover; }
    @media screen and (min-width: 1200px) {
      body > header .logo-text {
        background-image: url("../images/logo-text-horizontal.svg");
        width: 70%;
        max-width: 92px; } }
    body > header .logo-text:before {
      content: '';
      display: block;
      padding-top: calc(100% * 74 / 17); }
      @media screen and (min-width: 1200px) {
        body > header .logo-text:before {
          padding-top: calc(100% * 50 / 69); } }
  body > header ul {
    list-style: none;
    padding: 0; }
  body > header ul ul {
    padding-left: 1rem; }
  body > header nav {
    margin-top: auto; }
    body > header nav a {
      display: block;
      padding: 0.4rem 1rem;
      color: black;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      letter-spacing: 0.5;
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        body > header nav a {
          font-size: 21px;
          padding: 0.6rem 1rem; } }
      @media screen and (min-width: 1200px) {
        body > header nav a {
          font-size: 15px;
          padding: 0.4rem 1rem; } }
      body > header nav a:hover {
        color: #f3d142; }
      body > header nav a.active {
        font-weight: 700;
        /*pointer-events:none;*/ }
        body > header nav a.active:hover {
          color: black; }
    body > header nav .social {
      position: relative;
      border: 0;
      width: 40px;
      margin: 0 auto;
      /*padding: 5px 0;*/
      padding: 20px 0 5px 0; }
      @media screen and (min-width: 1200px) {
        body > header nav .social {
          width: auto;
          margin: auto; }
          body > header nav .social:before {
            content: '';
            border-top: 1px solid black;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 40px;
            margin: auto; } }
      @media screen and (min-width: 768px) {
        body > header nav .social {
          padding: 20px 0 5px 0; } }
      @media screen and (min-width: 1200px) {
        body > header nav .social {
          padding: 20px 0; } }
      body > header nav .social a {
        display: inline-block;
        width: 25px;
        height: 25px;
        padding: 0;
        /*margin:0 5px;*/
        margin: 5px 5px;
        background: transparent url("../images/social-icons.svg") no-repeat;
        background-size: 90px 60px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
        body > header nav .social a.facebook {
          background-position: -3px -2px; }
          body > header nav .social a.facebook:hover {
            background-position: -3px -32px; }
        body > header nav .social a.twitter {
          background-position: -33px -2px; }
          body > header nav .social a.twitter:hover {
            background-position: -33px  -32px; }
        body > header nav .social a.instagram {
          background-position: -63px -2px; }
          body > header nav .social a.instagram:hover {
            background-position: -63px  -32px; }
        @media screen and (min-width: 768px) {
          body > header nav .social a {
            padding: 20px 0 5px 0;
            margin: 5px 5px; } }
        @media screen and (min-width: 1200px) {
          body > header nav .social a {
            padding: 20px 0 0 0;
            margin: 0 5px; } }
    body > header nav .langs {
      font-size: 0;
      line-height: 20px;
      position: fixed;
      left: 50px;
      margin-top: -30px; }
      body > header nav .langs a {
        display: inline-block;
        font-family: "Averta", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: black;
        padding: 0 7px;
        letter-spacing: 0.5px;
        position: relative; }
        body > header nav .langs a:after {
          content: "";
          width: 1px;
          height: 13px;
          position: absolute;
          top: 4px;
          bottom: 0;
          right: 0;
          background-color: black; }
        body > header nav .langs a:first-child {
          padding: 0 7px 0 0; }
        body > header nav .langs a:last-child {
          padding: 0 0 0 7px; }
        body > header nav .langs a:last-child:after {
          content: none; }
        body > header nav .langs a.active {
          color: #f3d142;
          font-weight: 700; }
        body > header nav .langs a:hover {
          color: #f3d142; }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        body > header nav .langs {
          font-size: 16px;
          margin-top: -20px;
          left: 80px; }
          body > header nav .langs a {
            font-size: 16px;
            padding: 0 7px; } }
      @media screen and (min-width: 1200px) {
        body > header nav .langs {
          position: relative;
          left: 0;
          margin-top: 0; } }

/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
.booking-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 43px;
  color: white;
  background-color: white;
  z-index: 1000;
  display: none; }
  .booking-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .booking-form {
      display: block; } }

.master-book-inline {
  height: 20px; }
  @media screen and (min-width: 768px) {
    .master-book-inline {
      /*768px*/
      margin: 13px 0 10px 61px;
      width: calc(100% - 25% + 61px);
      width: calc(100% - 61px); } }
  @media screen and (min-width: 960px) {
    .master-book-inline {
      /*960px*/
      width: 25%;
      width: calc(100% - 25% - 158px + 20px);
      width: calc(100% - 61px); } }
  @media screen and (min-width: 1200px) {
    .master-book-inline {
      /*1200px*/
      margin: 13px 0 10px 158px;
      width: calc(100% - 158px); } }
  @media screen and (min-width: 1600px) {
    .master-book-inline {
      /*1600px*/
      width: 20%;
      width: calc(100% - 20% - 158px + 15px);
      width: calc(100% - 158px); } }

.master-book-inline form {
  position: relative; }

.master-book-inline .form-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 140px; }

.master-book-inline .form-button {
  background-color: #ffdb48;
  position: absolute;
  top: -13px;
  right: 0;
  height: 43px; }

.master-book-inline .form-box {
  line-height: 11px; }

.master-book-inline select,
.master-book-inline input {
  font-family: "Averta", sans-serif;
  font-size: 11px;
  letter-spacing: 0.7px;
  /*color:#606060;*/
  color: #919191;
  /*line-height:15px;*/
  /*padding:3px 5px;*/
  top: 0;
  display: block;
  /*margin:12px 5px 0 5px;*/
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 100%; }

.master-book-inline input {
  line-height: 12px;
  margin: 1px 5px;
  padding: 5px 5px;
  height: 20px;
  position: relative;
  z-index: 1; }

.master-book-inline select:hover,
.master-book-inline input:hover {
  color: #B0953C; }

.master-book-inline .form-button input {
  font-family: "Averta", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: black;
  margin: 0;
  padding: 3px 5px 0 5px;
  height: 43px;
  width: 135px;
  text-align: center; }

.master-book-inline .form-button input:hover {
  color: #606060; }

.master-book-inline .form-box input {
  background-image: url("../images/select-arrow.svg");
  background-position: right 4px;
  background-repeat: no-repeat; }

.master-book-inline .form-box input:hover,
.master-book-inline .form-box input:focus {
  background-position: right -16px; }

.master-book-inline .form-box:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #919191; }

.master-book-inline input {
  color: #919191;
  opacity: 1 !important; }

.master-book-inline input::-webkit-input-placeholder {
  color: #919191;
  opacity: 1 !important; }

.master-book-inline input::-moz-placeholder {
  color: #919191;
  opacity: 1 !important; }

/* firefox 19+ */
.master-book-inline input:-moz-placeholder {
  color: #919191;
  opacity: 1 !important; }

/* Firefox 18- */
.master-book-inline input:-ms-input-placeholder {
  color: #919191;
  opacity: 1 !important; }

/* ie */
.master-book-inline input:hover::-webkit-input-placeholder {
  color: #f3d142;
  opacity: 1 !important; }

.master-book-inline input:hover::-moz-placeholder {
  color: #f3d142;
  opacity: 1 !important; }

/* firefox 19+ */
.master-book-inline input:hover:-moz-placeholder {
  color: #f3d142;
  opacity: 1 !important; }

/* Firefox 18- */
.master-book-inline input:hover:-ms-input-placeholder {
  color: #f3d142;
  opacity: 1 !important; }

/* ie */
.master-book-inline input:focus::-webkit-input-placeholder {
  color: #f3d142; }

.master-book-inline input:focus::-moz-placeholder {
  color: #f3d142; }

/* firefox 19+ */
.master-book-inline input:focus:-moz-placeholder {
  color: #f3d142; }

/* Firefox 18- */
.master-book-inline input:focus:-ms-input-placeholder {
  color: #f3d142; }

/* ie */
.ui-selectmenu-open {
  z-index: 1000; }

.ui-selectmenu-text {
  color: #919191; }

.ui-selectmenu-button:hover .ui-selectmenu-text {
  color: #f3d142; }

.ui-selectmenu-button-open .ui-selectmenu-text {
  color: #f3d142; }

.ui-datepicker {
  width: auto; }

.ui-datepicker .ui-datepicker-header {
  padding: 10px; }

.ui-datepicker-group:first-child {
  border-right: 1px solid #fff; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 49%; }

.ui-datepicker.ui-widget-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px #666;
          box-shadow: 0px 1px 3px #666;
  padding: 0;
  z-index: 1000;
  margin-top: 16px;
  margin-left: -7px;
  z-index: 100 !important; }

.ui-widget-header {
  background-color: #ffffff;
  border: 0; }

.ui-datepicker .ui-datepicker-title {
  font-family: "Averta", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: normal; }

.ui-datepicker-calendar thead {
  background-color: #ffdb48; }

.ui-datepicker th {
  font-family: "Averta", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: black;
  padding: 10px 10px; }

.ui-state-default, .ui-widget-content .ui-state-default {
  background-color: transparent;
  border: 0;
  font-weight: 600;
  color: black;
  text-align: center; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #ffdb48;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block; }

.ui-widget-content .ui-state-hover {
  background: transparent;
  color: #f3d142; }

.ui-state-active, .ui-widget-content .ui-state-active {
  color: #f3d142; }

.ui-state-highlight.ui-state-hover {
  background-color: #f3d142;
  color: black; }

.ui-datepicker-month {
  font-weight: 700; }

.ui-datepicker td {
  line-height: 22px;
  width: 25px;
  height: 25px;
  padding: 3px 5px; }

.ui-widget {
  font-family: "Averta", sans-serif; }

.ui-selectmenu-button.ui-button {
  background-color: transparent;
  border: 0;
  width: 91%; }

.ui-button {
  padding: 4px 5px;
  /*padding:5px 5px 5px 5px;*/
  margin: 0 5px;
  line-height: 12px; }

.ui-selectmenu-text {
  margin-right: 5px;
  line-height: 12px; }

.ui-selectmenu-button.ui-button .ui-icon {
  background-image: none;
  position: relative;
  height: 11px; }

.ui-selectmenu-button.ui-button .ui-icon:before {
  background-image: url("../images/select-arrow.svg");
  background-position: -18px 0;
  background-repeat: no-repeat;
  right: 0;
  top: 0px;
  position: absolute;
  width: 15px;
  height: 11px;
  text-indent: 0;
  content: ""; }

.ui-selectmenu-open {
  -webkit-box-shadow: 0px 2px 3px #888;
          box-shadow: 0px 2px 3px #888; }

.ui-selectmenu-button.ui-button:hover .ui-icon:before {
  background-position: -18px -20px; }

.ui-selectmenu-button-open.ui-button .ui-icon:before {
  background-position: -18px -20px; }

.ui-widget-header .ui-icon {
  background-image: url("../images/calendar-arrow.svg"); }

.ui-datepicker .ui-datepicker-prev {
  left: 0; }

.ui-datepicker .ui-datepicker-next {
  right: 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 10px;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: left -20px; }

.ui-datepicker .ui-datepicker-next span {
  background-position: left 0; }

.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
  right: 0; }

/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
.home-slider, .home-slider article, .size-full, .size-full article, .size-split, .size-split article {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.home-slider article header, .size-full article header, .size-split article header {
  width: 27%;
  line-height: 1.5; }
  .home-slider article header .sub-title, .size-full article header .sub-title, .size-split article header .sub-title {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.5px; }
  .home-slider article header h1, .size-full article header h1, .size-split article header h1, .home-slider article header h2, .size-full article header h2, .size-split article header h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 53px;
    margin: 0; }
    .home-slider article header h1 a, .size-full article header h1 a, .size-split article header h1 a, .home-slider article header h2 a, .size-full article header h2 a, .size-split article header h2 a {
      color: black; }
      .home-slider article header h1 a:hover, .size-full article header h1 a:hover, .size-split article header h1 a:hover, .home-slider article header h2 a:hover, .size-full article header h2 a:hover, .size-split article header h2 a:hover {
        color: #f3d142; }

.home-slider article figure, .size-full article figure, .size-split article figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  margin: 0;
  /*background: transparent url('') 50% 50% no-repeat;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .home-slider article figure img, .size-full article figure img, .size-split article figure img {
    display: none;
    width: 100%; }

.home-slider {
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*height:100%;*/
  height: calc(100% - 10px); }
  @media screen and (min-width: 960px) {
    .home-slider {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap; } }
  @media screen and (min-width: 768px) {
    .home-slider {
      height: calc(100% - 20px); } }
  @media screen and (min-width: 1200px) {
    .home-slider {
      height: calc(100% - 30px); } }
  .home-slider .slider {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0; }
    @media screen and (min-width: 960px) {
      .home-slider .slider {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 75%; } }
    @media screen and (min-width: 1600px) {
      .home-slider .slider {
        width: 80%; } }
    .home-slider .slider .navigate {
      height: 32px;
      top: 50%;
      margin-top: -16px;
      width: 100%;
      opacity: 0; }
      .home-slider .slider .navigate .arrow-default.next {
        left: auto;
        right: 10px; }
      .home-slider .slider .navigate .arrow-default.previous {
        right: auto;
        left: 10px; }
    .home-slider .slider:hover .navigate {
      opacity: 1; }
  .home-slider article {
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 960px) {
      .home-slider article {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .home-slider article a.figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%; }
      @media screen and (min-width: 960px) {
        .home-slider article a.figure {
          width: 75%; } }
  .home-slider header {
    width: auto;
    background: #ffffff;
    padding-right: 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    color: #f3d142;
    font-size: 18px;
    padding-left: 5px; }
    @media screen and (min-width: 960px) {
      .home-slider header {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        position: relative;
        padding-right: 0;
        width: 25%; } }
    @media screen and (min-width: 1600px) {
      .home-slider header {
        width: 20%; } }
    @media screen and (min-width: 768px) {
      .home-slider header {
        font-size: 32px;
        padding-left: 5px; } }
    @media screen and (min-width: 960px) {
      .home-slider header {
        font-size: 32px;
        padding-left: 20px; } }
    @media screen and (min-width: 1200px) {
      .home-slider header {
        font-size: 38px;
        padding-left: 30px; } }
    @media screen and (min-width: 1600px) {
      .home-slider header {
        font-size: 43px; } }
    .home-slider header h1, .home-slider header h2 {
      line-height: 1.1;
      font-size: inherit;
      margin: 0;
      font-weight: 600; }
    .home-slider header p {
      /*display:none;*/
      margin: 0;
      padding: 5px 0 10px 0;
      font-size: 14px;
      line-height: 1.4; }
      @media screen and (min-width: 960px) {
        .home-slider header p {
          display: block; } }
      @media screen and (min-width: 1200px) {
        .home-slider header p {
          font-size: 16px; } }

.intro-text {
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    .intro-text {
      margin-top: 100px; } }
  .intro-text .sub-title {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.5px; }
  .intro-text .main-section {
    max-width: calc(60% + 10px); }
  .intro-text .main-section h1, .intro-text .main-section h2 {
    font-size: 36px;
    line-height: 38px; }
    @media screen and (min-width: 481px) {
      .intro-text .main-section h1, .intro-text .main-section h2 {
        font-size: 41px;
        line-height: 43px; } }
    @media screen and (min-width: 769px) {
      .intro-text .main-section h1, .intro-text .main-section h2 {
        font-size: 50px;
        line-height: 53px; } }
  .intro-text .main-description {
    font-size: 14px;
    line-height: 1.5;
    color: #222222;
    width: calc(60% + 10px);
    padding: 0 50px 0 0;
    /*a {
			color:config('colors.default');text-decoration:underline;
			&:hover {text-decoration:none;}
		}*/ }
    .intro-text .main-description p {
      margin: 0 0 15px 0; }
    .intro-text .main-description a {
      color: #f3d142;
      text-decoration: underline; }
    .intro-text .main-description a:hover {
      text-decoration: none; }
    @media screen and (max-width: 960px) {
      .intro-text .main-description {
        width: 100%;
        padding: 0 20% 0 0; } }
    @media screen and (max-width: 480px) {
      .intro-text .main-description {
        padding: 0 10% 0 0; } }

.size-full {
  margin-top: 50px;
  /*margin-bottom:100px;*/
  padding: 0 0 52px 0 !important;
  /*flex-direction:column;*/
  display: block;
  /*height:470px;
	@media screen and (min-width: config('breakpoints.m') + 1px){
		height:620px;
	}
	@media screen and (min-width: config('breakpoints.l') + 1px){
		height:770px;
	}*/
  margin-left: -10px;
  width: calc(100% + 20px); }
  @media screen and (min-width: 769px) {
    .size-full {
      margin-top: 100px; } }
  .size-full.slider .slick-list {
    position: relative;
    display: block; }
  .size-full.slider .slick-slide {
    /*display:block;*/
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: bottom;
    padding: 0 10px; }
  .size-full article {
    /*flex-direction:column;*/
    /*height:300px;
		@media screen and (min-width: config('breakpoints.m') + 1px){
			height:410px;
		}
		@media screen and (min-width: config('breakpoints.l') + 1px){
			height:750px;
		}*/ }
    .size-full article header {
      /*height:150px;*/
      width: 100%; }
    .size-full article a.figure {
      /*display:flex;
            flex:1 1 auto;*/ }
      .size-full article a.figure figure {
        height: 300px; }
        @media screen and (min-width: 481px) {
          .size-full article a.figure figure {
            height: 410px; } }
        @media screen and (min-width: 769px) {
          .size-full article a.figure figure {
            height: 600px; } }
    .size-full article .header-container {
      /*overflow:hidden;*/
      max-width: 450px; }
      .size-full article .header-container h1, .size-full article .header-container h2 {
        font-size: 36px;
        line-height: 38px; }
        @media screen and (min-width: 481px) {
          .size-full article .header-container h1, .size-full article .header-container h2 {
            font-size: 41px;
            line-height: 43px; } }
        @media screen and (min-width: 769px) {
          .size-full article .header-container h1, .size-full article .header-container h2 {
            font-size: 50px;
            line-height: 53px; } }
    .size-full article p:not(.sub-title) {
      /*height:6em;*/
      /*height:65px;*/
      overflow: hidden;
      margin: 5px 0 15px 0; }
  .size-full.slider .navigate {
    position: absolute;
    margin: 10px 0 0 0;
    bottom: 0;
    height: 42px;
    width: 100%; }
    .size-full.slider .navigate .slick-prev.slick-arrow {
      left: 10px;
      top: 0; }
    .size-full.slider .navigate .slick-next.slick-arrow {
      right: 10px;
      left: auto;
      top: 0; }

.size-split {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  /*margin-bottom:200px;*/
  padding: 0 !important;
  height: auto;
  /*@media screen and (min-width: config('breakpoints.m') + 1px){
		height:410px;
	}*/ }
  @media screen and (min-width: 769px) {
    .size-split {
      margin-top: 200px; } }
  .size-split.slider .slick-list {
    position: relative; }
  @media screen and (max-width: 768px) {
    .size-split {
      padding: 0 0 52px 0 !important;
      margin-left: -10px;
      width: calc(100% + 20px); }
      .size-split.slider .slick-slide {
        /*display:block;*/
        display: table-cell;
        height: 100%;
        float: none;
        vertical-align: bottom;
        padding: 0 10px; } }
  @media screen and (min-width: 769px) {
    .size-split {
      height: 600px; } }
  .size-split article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto; }
    @media screen and (min-width: 768px) {
      .size-split article {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (min-width: 769px) {
      .size-split article {
        height: 600px; } }
    .size-split article header {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 15px;
      width: 100%; }
      .size-split article header h1, .size-split article header h2 {
        font-size: 36px;
        line-height: 38px; }
      @media screen and (min-width: 769px) {
        .size-split article header {
          width: 34%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          border-left: 1px solid currentColor;
          padding-left: 1.4%;
          padding-bottom: 0; }
          .size-split article header h1, .size-split article header h2 {
            font-size: 40px;
            line-height: 42px; } }
      @media screen and (min-width: 1201px) {
        .size-split article header {
          /*width:27%;*/
          /*width:34%;*/ }
          .size-split article header h1, .size-split article header h2 {
            font-size: 50px;
            line-height: 53px; } }
    .size-split article figure {
      margin-right: 1.7%;
      /*height:600px;*/
      height: 300px;
      /*width:100%;*/
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative; }
      @media screen and (max-width: 768px) {
        .size-split article figure {
          width: 100%; } }
      @media screen and (min-width: 481px) {
        .size-split article figure {
          height: 410px; } }
      @media screen and (min-width: 769px) {
        .size-split article figure {
          height: 600px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .size-split article figure a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .size-split article .header-container {
      max-height: none;
      max-width: 450px;
      overflow: hidden; }
      @media screen and (min-width: 769px) {
        .size-split article .header-container {
          max-height: 60%; } }
    .size-split article p:not(.sub-title) {
      margin: 10px 0 10px 0; }
    .size-split article .more {
      font-size: 11px;
      line-height: 11px;
      font-weight: 700;
      padding: 0 0 5px 0;
      letter-spacing: 0.6px;
      color: #f3d142;
      position: relative; }
      .size-split article .more:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 0;
        right: 0;
        background-color: #f3d142; }
      .size-split article .more:hover:after {
        content: none; }
  @media screen and (min-width: 481px) {
    .size-split {
      margin-top: 100px; } }
  @media screen and (max-width: 768px) {
    .size-split.slider .navigate {
      position: absolute;
      margin: 10px 0 0 0;
      bottom: 0;
      height: 42px;
      width: 100%; }
      .size-split.slider .navigate .slick-prev.slick-arrow {
        left: 10px;
        top: 0; }
      .size-split.slider .navigate .slick-next.slick-arrow {
        right: 10px;
        left: auto;
        top: 0; } }
  @media screen and (min-width: 769px) {
    .size-split.slider .navigate {
      width: 34%; } }

.slider {
  position: relative;
  padding-top: 50%;
  overflow: hidden; }
  .slider > article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .slider .more {
    display: inline-block; }
  .slider .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .slider .slick-track {
    height: 100%; }
  .slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slider .navigate {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    width: 27%;
    height: 30%; }
  .slider .slick-arrow {
    position: absolute;
    left: 5.2%;
    top: 0; }
  .slider .slick-prev.slick-arrow {
    top: auto;
    bottom: 0; }

.home-facilities {
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    .home-facilities {
      margin-top: 100px; } }
  .home-facilities .sub-title {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.5px; }
  .home-facilities h1, .home-facilities h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    margin: 0; }
    .home-facilities h1 a, .home-facilities h2 a {
      color: black; }
      .home-facilities h1 a:hover, .home-facilities h2 a:hover {
        color: #f3d142; }
    @media screen and (min-width: 481px) {
      .home-facilities h1, .home-facilities h2 {
        font-size: 52px;
        line-height: 55px; } }
    @media screen and (min-width: 769px) {
      .home-facilities h1, .home-facilities h2 {
        font-size: 70px;
        line-height: 73px; } }
  .home-facilities .list {
    list-style: none;
    padding: 0;
    border-left: 1px solid white;
    margin: 30px 0 0 -12px;
    /*margin:30px 0 0 -1px;*/ }
    @media screen and (min-width: 481px) {
      .home-facilities .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      .home-facilities .list {
        margin: 30px 0 0 -22px; } }
    @media screen and (min-width: 1200px) {
      .home-facilities .list {
        margin: 30px 0 0 -32px; } }
    .home-facilities .list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*margin-bottom:2em;*/
      margin-bottom: 70px;
      margin-right: 2%;
      padding-left: 10px;
      /*margin-left:-1px;*/
      padding-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      @media screen and (min-width: 481px) {
        .home-facilities .list li {
          padding-left: 10px; } }
      @media screen and (min-width: 768px) {
        .home-facilities .list li {
          padding-left: 20px; } }
      @media screen and (min-width: 1200px) {
        .home-facilities .list li {
          padding-left: 30px; } }
      @media screen and (min-width: 481px) {
        .home-facilities .list li {
          width: calc(48% - 10px);
          margin-bottom: 100px;
          border-left: 1px solid currentColor; } }
      @media screen and (min-width: 768px) {
        .home-facilities .list li {
          width: calc(48% - 20px);
          margin-bottom: 100px; } }
      @media screen and (min-width: 1200px) {
        .home-facilities .list li {
          /*width:31.3333%;*/
          width: calc(31.3333% - 30px); } }
      @media screen and (min-width: 1600px) {
        .home-facilities .list li {
          /*width: 23%;*/
          width: calc(23% - 30px); } }
      .home-facilities .list li h2, .home-facilities .list li h3 {
        font-size: 25px;
        line-height: 28px;
        margin: 1em 0 0; }
        @media screen and (max-width: 768px) {
          .home-facilities .list li h2, .home-facilities .list li h3 {
            font-size: 23px;
            line-height: 25px; } }
        .home-facilities .list li h2 a, .home-facilities .list li h3 a {
          color: black; }
          .home-facilities .list li h2 a:hover, .home-facilities .list li h3 a:hover {
            color: #f3d142; }
      .home-facilities .list li .title {
        padding-right: 5%; }
        @media screen and (min-width: 481px) {
          .home-facilities .list li .title {
            padding-right: 5%; } }
        @media screen and (min-width: 768px) {
          .home-facilities .list li .title {
            padding-right: 35%; } }
      .home-facilities .list li .summary {
        padding-right: 5%;
        font-size: 14px;
        line-height: 21px; }
        @media screen and (min-width: 481px) {
          .home-facilities .list li .summary {
            padding-right: 5%; } }
        @media screen and (max-width: 768px) {
          .home-facilities .list li .summary {
            font-size: 13px;
            line-height: 19px;
            padding-right: 20%; } }
        .home-facilities .list li .summary p {
          margin: 10px 0 15px 0; }
  .home-facilities .icon {
    height: 100px; }
    @media screen and (min-width: 768px) {
      .home-facilities .icon {
        height: 135px; } }
    .home-facilities .icon img {
      max-height: 100%;
      display: block; }
  .home-facilities .more {
    margin-top: auto; }
    .home-facilities .more a {
      font-size: 11px;
      line-height: 11px;
      font-weight: 700;
      padding: 10px 0 5px 0;
      letter-spacing: 0.6px;
      color: #f3d142;
      position: relative; }
      .home-facilities .more a:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 0;
        right: 0;
        background-color: #f3d142; }
      .home-facilities .more a:hover:after {
        content: none; }

/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
.main-rooms-info,
.main-detail-text-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 50px 0; }
  @media screen and (min-width: 481px) {
    .main-rooms-info,
    .main-detail-text-cell {
      margin: 0 0 100px 0; } }
  @media screen and (max-width: 960px) {
    .main-rooms-info,
    .main-detail-text-cell {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.room-description,
.main-detail-text {
  font-size: 13px;
  line-height: 23px;
  color: #222222;
  width: calc(50% + 10px);
  padding: 0 50px 0 0; }
  .room-description p,
  .main-detail-text p {
    margin: 0 0 15px 0; }
  .room-description.detail,
  .main-detail-text.detail {
    font-size: 14px;
    width: 50%;
    margin: 0 20% 0 0; }
  @media screen and (max-width: 960px) {
    .room-description,
    .main-detail-text {
      width: 100%;
      padding: 0 20% 0 0;
      line-height: 21px; } }
  @media screen and (max-width: 960px) {
    .room-description.detail,
    .main-detail-text.detail {
      font-size: 14px;
      width: 80%;
      margin: 0;
      padding: 0 50px 0 0; } }
  @media screen and (max-width: 480px) {
    .room-description.detail,
    .main-detail-text.detail {
      width: 100%; } }

.room-facilities {
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  padding: 2px 30px 0 15px;
  margin: 0;
  list-style: none;
  border-left: 1px solid black;
  width: calc(20% - 10px); }
  .room-facilities li {
    margin: 0 0 7px 0;
    color: black; }
    .room-facilities li:last-child {
      margin: 0; }
  @media screen and (max-width: 960px) {
    .room-facilities {
      width: calc(70% - 10px);
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 0;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-gap: 0;
      /*padding:0 30px 0 0;*/
      padding: 0; }
      .room-facilities li {
        border-left: 1px solid black;
        margin: 0 0 0 -1px;
        padding: 4px 10px 4px 15px; }
        .room-facilities li:last-child {
          margin: 0 0 0 -1px; } }
  @media screen and (max-width: 480px) {
    .room-facilities {
      width: 100%;
      border-left: 0;
      border-top: 1px solid black;
      padding: 10px 0 0 0;
      margin-top: 5px;
      -webkit-column-count: 1;
              column-count: 1; }
      .room-facilities li {
        border: 0;
        padding: 4px 10px 4px 0; } }

.room-facilities-detail {
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 50px 0; }
  @media screen and (min-width: 481px) {
    .room-facilities-detail {
      margin: 0 0 100px 0; } }
  .room-facilities-detail ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 0 0 0;
    margin: 0; }
    .room-facilities-detail ul li {
      text-align: center;
      font-size: 13px;
      line-height: 15px;
      margin: 0 50px 50px 0;
      width: 126px; }
      .room-facilities-detail ul li img {
        display: block;
        margin: 0 0 15px 0; }
      @media screen and (max-width: 480px) {
        .room-facilities-detail ul li {
          font-size: 11px;
          line-height: 12px;
          margin: 0 20px 30px 0;
          width: 110px; }
          .room-facilities-detail ul li img {
            width: 90px;
            height: auto;
            margin-left: auto;
            margin-right: auto; } }

h2.room-subsection {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: black; }
  @media screen and (max-width: 480px) {
    h2.room-subsection {
      font-size: 24px;
      line-height: 25px; } }

.room-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .room-list li {
    margin: 0 0 80px 0;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .room-list li {
        width: calc(50% - 10px); } }
  .room-list figure {
    margin: 0 0 15px 0;
    position: relative;
    height: 240px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 481px) {
      .room-list figure {
        height: 410px; } }
    @media screen and (min-width: 769px) {
      .room-list figure {
        height: 430px; } }
    .room-list figure img {
      display: none; }
    .room-list figure a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .room-list figure:hover:after {
      content: "";
      background-color: rgba(255, 219, 72, 0.7);
      background-image: url("../images/arrow-link-over.svg");
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 10px;
      right: 10px;
      left: 10px;
      bottom: 10px;
      pointer-events: none; }
      @media screen and (min-width: 769px) {
        .room-list figure:hover:after {
          top: 15px;
          right: 15px;
          left: 15px;
          bottom: 15px; } }
  .room-list h2 {
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 7px 0;
    color: black; }
    .room-list h2 a {
      color: black; }
      .room-list h2 a:hover {
        color: #f3d142; }
    @media screen and (max-width: 480px) {
      .room-list h2 {
        font-size: 24px;
        line-height: 30px; } }
  @media screen and (max-width: 768px) {
    .room-list .header-container {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .room-list .header-container {
      max-width: 100%; } }
  .room-list .header-container p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
    color: black; }
  .room-list a.more {
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #f3d142;
    position: relative;
    padding: 0 0 5px 0;
    letter-spacing: 0.6px; }
    .room-list a.more:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 1px;
      left: 0;
      right: 0;
      background-color: #f3d142; }
    .room-list a.more:hover:after {
      content: none; }

/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
.main-facilities-info,
.main-description-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 50px 0; }
  @media screen and (min-width: 481px) {
    .main-facilities-info,
    .main-description-cell {
      margin: 0 0 100px 0; } }

.facilities-description,
.main-description {
  font-size: 23px;
  line-height: 30px;
  color: #222222;
  width: calc(60% + 10px);
  padding: 0 50px 0 0;
  /*a {
		color:config('colors.default');text-decoration:underline;
		&:hover {text-decoration:none;}
	}*/ }
  .facilities-description p,
  .main-description p {
    margin: 0 0 15px 0; }
  .facilities-description a,
  .main-description a {
    color: #f3d142;
    text-decoration: underline; }
  .facilities-description a:hover,
  .main-description a:hover {
    text-decoration: none; }
  .facilities-description.detail,
  .main-description.detail {
    font-size: 14px;
    width: 50%;
    margin: 0 20% 0 0; }
  @media screen and (max-width: 960px) {
    .facilities-description,
    .main-description {
      width: 100%;
      padding: 0 20% 0 0;
      font-size: 21px;
      line-height: 27px; } }
  @media screen and (max-width: 480px) {
    .facilities-description,
    .main-description {
      font-size: 13px;
      line-height: 21px;
      padding: 0 10% 0 0; } }

.facilities-list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px 0; }
  @media screen and (min-width: 481px) {
    .facilities-list article {
      margin: 0 0 100px 0; } }
  @media screen and (min-width: 769px) {
    .facilities-list article {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .facilities-list article:nth-child(even) .item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .facilities-list article:nth-child(even) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  @media screen and (min-width: 769px) {
    .facilities-list article:nth-child(even) .item {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 30px; }
    .facilities-list article:nth-child(even) figure {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .facilities-list article:nth-child(odd) .item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .facilities-list article:nth-child(odd) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  @media screen and (min-width: 769px) {
    .facilities-list article:nth-child(odd) .item {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 30px; }
    .facilities-list article:nth-child(odd) figure {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.facilities-list .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 769px) {
    .facilities-list .item {
      width: 50%;
      margin: 0; } }
  @media screen and (min-width: 960px) {
    .facilities-list .item {
      width: 30%; } }

.facilities-list figure {
  width: 100%;
  margin: 0;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 481px) {
    .facilities-list figure {
      height: 410px; } }
  @media screen and (min-width: 769px) {
    .facilities-list figure {
      height: 460px;
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .facilities-list figure {
      height: 460px;
      width: 70%; } }
  .facilities-list figure img {
    display: none; }
  .facilities-list figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .facilities-list figure a:hover:after {
    content: "";
    background-color: rgba(255, 219, 72, 0.7);
    background-image: url("../images/arrow-link-over.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    pointer-events: none; }
    @media screen and (min-width: 769px) {
      .facilities-list figure a:hover:after {
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px; } }

.facilities-list .icon {
  height: 100px;
  margin: 0 0 20px 0;
  display: block;
  width: 100%; }
  @media screen and (min-width: 481px) {
    .facilities-list .icon {
      height: 135px; } }
  .facilities-list .icon img {
    max-height: 100%;
    display: block; }

.facilities-list h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: black;
  margin: 0 0 10px 0;
  /*@media screen and (max-width: config('breakpoints.l')){
			font-size:23px;line-height:25px;
		}*/ }
  @media screen and (max-width: 768px) {
    .facilities-list h2 {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .facilities-list h2 {
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .facilities-list h2 {
      font-size: 24px;
      line-height: 25px; } }
  .facilities-list h2 a {
    color: black;
    display: inline-block; }
    .facilities-list h2 a:hover {
      color: #f3d142; }

.facilities-list .summary {
  font-size: 13px;
  line-height: 21px;
  color: #222222; }
  .facilities-list .summary a {
    color: #f3d142;
    text-decoration: underline; }
  .facilities-list .summary a:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .facilities-list .summary {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .facilities-list .summary {
      max-width: 100%; } }
  .facilities-list .summary p {
    margin: 0 0 15px 0; }
    @media screen and (max-width: 768px) {
      .facilities-list .summary p {
        margin: 0 0 5px 0; } }

.facilities-list .more {
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: black;
  display: block;
  padding: 20px 0 10px 40px;
  margin: auto 0 0 0;
  border-top: 1px solid #222222;
  background-image: url("../images/next-default.svg");
  width: 100%;
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .facilities-list .more:hover {
    color: #f3d142; }
  @media screen and (max-width: 768px) {
    .facilities-list .more {
      display: none; } }

.facilities-list .mobile-more {
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media screen and (max-width: 768px) {
    .facilities-list .mobile-more {
      display: block; } }
  .facilities-list .mobile-more .more {
    border: 0;
    display: block; }

/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
.main-location-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 50px 0; }
  @media screen and (min-width: 481px) {
    .main-location-info {
      margin: 0 0 100px 0; } }

.location-description {
  font-size: 23px;
  line-height: 30px;
  color: #222222;
  width: calc(60% + 10px);
  padding: 0 50px 0 0; }
  .location-description p {
    margin: 0 0 15px 0; }
  .location-description.detail {
    font-size: 14px;
    width: 50%;
    margin: 0 20% 0 0; }
  @media screen and (max-width: 960px) {
    .location-description {
      width: 100%;
      padding: 0 20% 0 0;
      font-size: 21px;
      line-height: 27px; } }
  @media screen and (max-width: 480px) {
    .location-description {
      font-size: 13px;
      line-height: 21px;
      padding: 0 10% 0 0; } }

.location-list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px 0; }
  @media screen and (min-width: 481px) {
    .location-list article {
      margin: 0 0 100px 0; } }
  @media screen and (min-width: 769px) {
    .location-list article {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .location-list article:nth-child(even) .item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .location-list article:nth-child(even) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  @media screen and (min-width: 769px) {
    .location-list article:nth-child(even) .item {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 30px; }
    .location-list article:nth-child(even) figure {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .location-list article:nth-child(odd) .item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .location-list article:nth-child(odd) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  @media screen and (min-width: 769px) {
    .location-list article:nth-child(odd) .item {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 30px; }
    .location-list article:nth-child(odd) figure {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.location-list .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 769px) {
    .location-list .item {
      width: 50%;
      margin: 0; } }
  @media screen and (min-width: 960px) {
    .location-list .item {
      width: 30%; } }

.location-list figure {
  width: 100%;
  margin: 0;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 481px) {
    .location-list figure {
      height: 410px; } }
  @media screen and (min-width: 769px) {
    .location-list figure {
      height: 460px;
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .location-list figure {
      height: 460px;
      width: 70%; } }
  .location-list figure img {
    display: none; }
  .location-list figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .location-list figure a:hover:after {
    content: "";
    background-color: rgba(123, 202, 234, 0.7);
    background-image: url("../images/arrow-link-over.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    pointer-events: none; }
    @media screen and (min-width: 769px) {
      .location-list figure a:hover:after {
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px; } }

.location-list .number {
  font-size: 65px;
  line-height: 50px;
  color: #7bcaea;
  margin: -5px 0 10px 0; }
  @media screen and (max-width: 480px) {
    .location-list .number {
      font-size: 50px;
      line-height: 35px; } }

.location-list h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: black;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 768px) {
    .location-list h2 {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .location-list h2 {
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .location-list h2 {
      font-size: 24px;
      line-height: 25px; } }
  .location-list h2 a {
    color: black;
    display: inline-block; }
    .location-list h2 a:hover {
      color: #7bcaea; }

.location-list .summary {
  font-size: 13px;
  line-height: 21px;
  color: #222222; }
  @media screen and (max-width: 768px) {
    .location-list .summary {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .location-list .summary {
      max-width: 100%; } }
  .location-list .summary p {
    margin: 0 0 15px 0; }
    @media screen and (max-width: 768px) {
      .location-list .summary p {
        margin: 0 0 5px 0; } }

.location-list .more {
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: black;
  display: block;
  padding: 20px 0 10px 40px;
  margin: auto 0 0 0;
  border-top: 1px solid #222222;
  background-image: url("../images/next-default-blue.svg");
  width: 100%;
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .location-list .more:hover {
    color: #7bcaea; }
  @media screen and (max-width: 768px) {
    .location-list .more {
      display: none; } }

.location-list .mobile-more {
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media screen and (max-width: 768px) {
    .location-list .mobile-more {
      display: block; } }
  .location-list .mobile-more .more {
    border: 0;
    display: block; }

.location-sublist article {
  margin: 0 0 150px 0; }

.location-sublist header h2 {
  /*width:50%;*/
  max-width: 50%;
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  color: black;
  margin: 0 0 10px 0; }
  .location-sublist header h2 span.number {
    font-weight: 400;
    color: #7bcaea; }
  @media screen and (max-width: 768px) {
    .location-sublist header h2 {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .location-sublist header h2 {
      max-width: 100%; } }
  .location-sublist header h2 a {
    color: black; }
    .location-sublist header h2 a:hover {
      color: #7bcaea; }

.location-sublist .summary {
  /*width:50%;*/
  max-width: 50%;
  font-size: 14px;
  line-height: 23px;
  color: #222222; }
  @media screen and (max-width: 768px) {
    .location-sublist .summary {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .location-sublist .summary {
      max-width: 100%; } }
  .location-sublist .summary p {
    margin: 0 0 15px 0; }

/*
    returns property from an object using dot notation
    pass object and property-deep-path
*/
/*
    function to use from now on to access properties in $config object
    uses dot syntax
    eg. config('breakpoints.l')
*/
.main-blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 50px 0; }
  @media screen and (min-width: 481px) {
    .main-blog-info {
      margin: 0 0 100px 0; } }

.blog-description {
  font-size: 23px;
  line-height: 30px;
  color: #222222;
  width: calc(60% + 10px);
  padding: 0 50px 0 0; }
  .blog-description p {
    margin: 0 0 15px 0; }
  .blog-description.detail {
    font-size: 14px;
    width: 50%;
    margin: 0 20% 0 0; }
  @media screen and (max-width: 960px) {
    .blog-description {
      width: 100%;
      padding: 0 20% 0 0;
      font-size: 21px;
      line-height: 27px; } }
  @media screen and (max-width: 480px) {
    .blog-description {
      font-size: 13px;
      line-height: 21px;
      padding: 0 10% 0 0; } }

.blog-featured-list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin: -1px 0 0 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 25px 0 25px 0; }
  @media screen and (min-width: 769px) {
    .blog-featured-list article {
      margin: 0 0 100px 0;
      padding: 0;
      border: 0;
      margin: 0 0 50px 0; } }
  @media screen and (min-width: 769px) {
    .blog-featured-list article {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .blog-featured-list article:nth-child(even) .item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .blog-featured-list article:nth-child(even) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  @media screen and (min-width: 769px) {
    .blog-featured-list article:nth-child(even) .item {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 30px; }
    .blog-featured-list article:nth-child(even) figure {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .blog-featured-list article:nth-child(odd) .item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .blog-featured-list article:nth-child(odd) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  @media screen and (min-width: 769px) {
    .blog-featured-list article:nth-child(odd) .item {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 30px; }
    .blog-featured-list article:nth-child(odd) figure {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.blog-featured-list .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 769px) {
    .blog-featured-list .item {
      width: 50%;
      margin: 0; } }
  @media screen and (min-width: 960px) {
    .blog-featured-list .item {
      width: 30%; } }

.blog-featured-list figure {
  width: 100%;
  margin: 0;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 481px) {
    .blog-featured-list figure {
      height: 410px; } }
  @media screen and (min-width: 769px) {
    .blog-featured-list figure {
      height: 460px;
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .blog-featured-list figure {
      height: 460px;
      width: 70%; } }
  .blog-featured-list figure img {
    display: none; }
  .blog-featured-list figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .blog-featured-list figure:hover:after {
    content: "";
    background-color: rgba(255, 219, 72, 0.7);
    background-image: url("../images/arrow-link-over.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    pointer-events: none; }
    @media screen and (min-width: 769px) {
      .blog-featured-list figure:hover:after {
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px; } }

.blog-featured-list .published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: black;
  padding: 0;
  margin: -5px 0 10px 0; }
  .blog-featured-list .published .date {
    font-size: 38px;
    line-height: 30px;
    font-weight: bold; }
  .blog-featured-list .published .right {
    white-space: nowrap;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 0 5px; }
    .blog-featured-list .published .right .month {
      font-size: 12px;
      line-height: 12px;
      position: absolute;
      top: 4px; }
    .blog-featured-list .published .right .day {
      font-size: 12px;
      line-height: 12px;
      color: #f3d142;
      position: absolute;
      bottom: 0; }
  @media screen and (min-width: 769px) {
    .blog-featured-list .published {
      padding: 0 0 10px 0;
      border-bottom: 1px solid #222222;
      margin: -5px 0 10px 0; }
      .blog-featured-list .published .date {
        font-size: 38px;
        line-height: 30px;
        font-weight: bold; } }

.blog-featured-list h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: black;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 768px) {
    .blog-featured-list h2 {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .blog-featured-list h2 {
      max-width: 100%; } }
  .blog-featured-list h2 a {
    color: black;
    display: inline-block; }
    .blog-featured-list h2 a:hover {
      color: #f3d142; }

.blog-featured-list .summary {
  font-size: 14px;
  line-height: 23px;
  color: #222222; }
  @media screen and (max-width: 768px) {
    .blog-featured-list .summary {
      max-width: 70%; } }
  @media screen and (max-width: 480px) {
    .blog-featured-list .summary {
      max-width: 100%; } }
  .blog-featured-list .summary p {
    margin: 0 0 15px 0; }
    @media screen and (max-width: 768px) {
      .blog-featured-list .summary p {
        margin: 0 0 5px 0; } }

.blog-featured-list .more {
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: black;
  display: block;
  padding: 10px 0 10px 40px;
  margin: auto 0 0 0;
  background-image: url("../images/next-default.svg");
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .blog-featured-list .more:hover {
    color: #f3d142; }
  @media screen and (min-width: 769px) {
    .blog-featured-list .more {
      padding: 20px 0 10px 40px;
      margin: auto 0 0 0;
      background-position: left 10px; } }
  @media screen and (max-width: 768px) {
    .blog-featured-list .more {
      display: none; } }

.blog-featured-list .mobile-more {
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .blog-featured-list .mobile-more {
      display: block; } }
  .blog-featured-list .mobile-more .more {
    border: 0;
    display: block; }

.blog-list {
  margin: 0 0 100px 0; }
  .blog-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1px 0 0 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 25px 0 25px 0; }
    @media screen and (min-width: 769px) {
      .blog-list article {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .blog-list .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: wrap;
        -ms-flex: wrap;
            flex: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin: 0 0 10px 0;
    padding-right: 30px; }
    @media screen and (min-width: 769px) {
      .blog-list .item {
        width: 50%;
        margin: 0; } }
    @media screen and (min-width: 960px) {
      .blog-list .item {
        width: 50%; } }
  .blog-list figure {
    width: 100%;
    margin: 0;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media screen and (min-width: 481px) {
      .blog-list figure {
        height: 410px; } }
    @media screen and (min-width: 769px) {
      .blog-list figure {
        height: 400px;
        width: 50%; } }
    @media screen and (min-width: 960px) {
      .blog-list figure {
        height: 220px;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .blog-list figure {
        height: 300px;
        width: 50%; } }
    .blog-list figure img {
      display: none; }
    .blog-list figure a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .blog-list figure:hover:after {
      content: "";
      background-color: rgba(255, 219, 72, 0.7);
      background-image: url("../images/arrow-link-over.svg");
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 10px;
      right: 10px;
      left: 10px;
      bottom: 10px;
      pointer-events: none; }
      @media screen and (min-width: 769px) {
        .blog-list figure:hover:after {
          top: 15px;
          right: 15px;
          left: 15px;
          bottom: 15px; } }
  .blog-list .published {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: black;
    padding: 0;
    margin: -5px 0 10px 0; }
    .blog-list .published .date {
      font-size: 38px;
      line-height: 30px;
      font-weight: bold; }
    .blog-list .published .right {
      white-space: nowrap;
      letter-spacing: 0.5px;
      position: relative;
      margin: 0 0 0 5px; }
      .blog-list .published .right .month {
        font-size: 12px;
        line-height: 12px;
        position: absolute;
        top: 4px; }
      .blog-list .published .right .day {
        font-size: 12px;
        line-height: 12px;
        color: #f3d142;
        position: absolute;
        bottom: 0; }
    @media screen and (min-width: 769px) {
      .blog-list .published {
        padding: 0 0 10px 0;
        /*border-bottom:1px solid config('colors.default');*/
        margin: -5px 0 0 0; }
        .blog-list .published .date {
          font-size: 32px;
          line-height: 25px;
          font-weight: bold; }
        .blog-list .published .right .month {
          font-size: 11px;
          line-height: 11px;
          position: absolute;
          top: 2px; }
        .blog-list .published .right .day {
          font-size: 11px;
          line-height: 11px;
          color: #f3d142;
          position: absolute;
          bottom: 0; } }
  .blog-list h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: black;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 768px) {
      .blog-list h2 {
        max-width: 70%; } }
    @media screen and (max-width: 480px) {
      .blog-list h2 {
        max-width: 100%; } }
    @media screen and (min-width: 769px) {
      .blog-list h2 {
        font-size: 21px;
        line-height: 25px; } }
    .blog-list h2 a {
      color: black;
      display: inline-block; }
      .blog-list h2 a:hover {
        color: #f3d142; }
  .blog-list .summary {
    font-size: 13px;
    line-height: 21px;
    color: #222222; }
    @media screen and (max-width: 768px) {
      .blog-list .summary {
        max-width: 70%; } }
    @media screen and (max-width: 480px) {
      .blog-list .summary {
        max-width: 100%; } }
    .blog-list .summary p {
      margin: 0 0 15px 0; }
      @media screen and (max-width: 768px) {
        .blog-list .summary p {
          margin: 0 0 5px 0; } }
  .blog-list .more {
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: black;
    display: block;
    padding: 10px 0 10px 40px;
    margin: auto 0 0 0;
    background-image: url("../images/next-default.svg");
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .blog-list .more:hover {
      color: #f3d142; }
    @media screen and (min-width: 769px) {
      .blog-list .more {
        padding: 20px 0 10px 40px;
        margin: auto 0 0 0;
        background-position: left 10px; } }
    @media screen and (max-width: 768px) {
      .blog-list .more {
        display: none; } }
  .blog-list .mobile-more {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .blog-list .mobile-more {
        display: block; } }
    .blog-list .mobile-more .more {
      border: 0;
      display: block; }

.detail .published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: black;
  padding: 0 0 20px 0;
  margin: 0px 0 15px 0;
  position: relative; }
  .detail .published .date {
    font-size: 38px;
    line-height: 30px;
    font-weight: bold; }
  .detail .published .right {
    white-space: nowrap;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 0 5px; }
    .detail .published .right .month {
      font-size: 12px;
      line-height: 12px;
      position: absolute;
      top: 4px; }
    .detail .published .right .day {
      font-size: 12px;
      line-height: 12px;
      color: #f3d142;
      position: absolute;
      bottom: 0; }
  .detail .published:after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #222222;
    position: absolute;
    left: 0;
    bottom: 0; }

/*main page layout*/
body > main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 20px);
  padding: 0 10px;
  margin-top: 10px;
  height: calc(100vh - 10px);
  /*@media screen and (min-width: config('breakpoints.h')){
        @include exclude-form-size(30px);
    }*/
  overflow: auto; }
  @media screen and (min-width: 768px) {
    body > main {
      height: calc(100vh - 43px - 20px);
      margin-top: calc(43px + 20px);
      padding: 0 20px; } }
  @media screen and (min-width: 1200px) {
    body > main {
      height: calc(100vh - 43px - 30px);
      margin-top: calc(43px + 30px);
      padding: 0 30px; } }
  body > main footer {
    text-align: center; }
    body > main footer img {
      width: auto;
      max-width: 100%;
      /*min-width:150px;*/
      height: auto; }
    body > main footer .newsletter-subscribe {
      font-size: 20px;
      line-height: 25px;
      font-weight: bold;
      color: #f3d142;
      padding: 15px 0; }
      @media screen and (min-width: 481px) {
        body > main footer .newsletter-subscribe {
          font-size: 30px;
          line-height: 35px;
          padding: 20px 0; } }
      body > main footer .newsletter-subscribe a {
        color: #f3d142;
        padding: 0 50px 0 0;
        background-image: url("../images/newsletter-arrow.svg");
        background-position: right -4px;
        background-repeat: no-repeat; }
        @media screen and (min-width: 481px) {
          body > main footer .newsletter-subscribe a {
            background-position: right 4px; } }
        body > main footer .newsletter-subscribe a:hover {
          color: black;
          background-position: right -44px; }
          @media screen and (min-width: 481px) {
            body > main footer .newsletter-subscribe a:hover {
              background-position: right -36px; } }
    body > main footer ul.footer-menu {
      border-top: 4px solid black;
      padding: 20px 0 0 0;
      margin: 0;
      font-size: 12px;
      line-height: 12px; }
      body > main footer ul.footer-menu li {
        display: block;
        margin-bottom: 10px; }
        body > main footer ul.footer-menu li:last-child {
          margin-bottom: 20px; }
        body > main footer ul.footer-menu li:first-child:after {
          content: none; }
        body > main footer ul.footer-menu li a {
          color: black; }
          body > main footer ul.footer-menu li a:hover {
            color: #f3d142; }
        @media screen and (min-width: 481px) {
          body > main footer ul.footer-menu li {
            display: inline-block;
            margin: 0 15px 20px 15px;
            position: relative; }
            body > main footer ul.footer-menu li:after {
              content: "";
              width: 4px;
              height: 4px;
              background-color: black;
              border-radius: 50%;
              position: absolute;
              left: -19px;
              top: 4px; } }
    body > main footer .footer-address {
      border-top: 2px solid black;
      padding: 20px 0 20px 0; }
      body > main footer .footer-address p {
        margin: 0; }
      body > main footer .footer-address br {
        display: none; }
      body > main footer .footer-address .title {
        display: block;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        margin: 0 0 10px 0; }
      body > main footer .footer-address span {
        display: inline-block;
        font-size: 13px;
        position: relative;
        margin: 0 15px 0 15px; }
        body > main footer .footer-address span p {
          margin: 0; }
        body > main footer .footer-address span b {
          font-weight: 600; }
        body > main footer .footer-address span:after {
          content: "";
          width: 4px;
          height: 4px;
          background-color: black;
          border-radius: 50%;
          position: absolute;
          left: -19px;
          top: 6px; }
        body > main footer .footer-address span.first:after {
          content: none; }
  body > main .footer-logos {
    padding: 20px 0;
    border-top: 2px solid black;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body > main .footer-logos a {
      display: block; }
  body > main .copyright {
    font-size: 14px;
    line-height: 16px;
    color: black;
    padding: 20px 0 10px 0;
    border-top: 4px solid black; }
    body > main .copyright .hotels {
      margin-bottom: 8px; }
    body > main .copyright .group {
      margin-bottom: 8px; }
    body > main .copyright .created {
      font-size: 12px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        body > main .copyright .created {
          margin-bottom: 15px; } }
      @media screen and (min-width: 1200px) {
        body > main .copyright .created {
          margin-bottom: 20px; } }
    body > main .copyright b {
      font-weight: 600; }
    body > main .copyright a {
      color: black; }
      body > main .copyright a:hover {
        color: #f3d142; }

.main-section {
  margin: 10px 0 10px 0; }
  @media screen and (min-width: 768px) {
    .main-section {
      margin: 40px 0 10px 0; } }
  .main-section .sub-title {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.5px; }
  .main-section h1, .main-section h2 {
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #ffdb48;
    text-indent: -0.04em; }
    .main-section h1.blue, .main-section h2.blue {
      color: #7bcaea; }
    @media screen and (max-width: 768px) {
      .main-section h1, .main-section h2 {
        font-size: 65px; } }
    @media screen and (max-width: 480px) {
      .main-section h1, .main-section h2 {
        font-size: 50px; } }
  .main-section .main-text {
    font-size: 13px;
    line-height: 23px;
    color: #222222; }
  .main-section.detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    margin: 10px 0 10px 0; }
    @media screen and (min-width: 768px) {
      .main-section.detail {
        margin: 50px 0 10px 0; } }
    .main-section.detail .sub-title {
      width: 100%; }
    .main-section.detail h1 {
      font-size: 40px;
      line-height: 1;
      color: black;
      width: 80%;
      font-weight: 600; }
      .main-section.detail h1 span.number {
        color: #7bcaea; }
      @media screen and (max-width: 480px) {
        .main-section.detail h1 {
          font-size: 28px;
          width: 100%; } }
  .main-section .back a {
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: black;
    padding-left: 35px;
    background-image: url("../images/arrow-back.svg");
    background-position: left -11px;
    background-repeat: no-repeat; }
    .main-section .back a:hover {
      color: #f3d142;
      background-position: left -51px; }
    @media screen and (max-width: 960px) {
      .main-section .back a {
        position: absolute;
        top: 0;
        right: 0; } }
  .main-section .back.blue a:hover {
    color: #7bcaea;
    background-position: left -91px; }
  @media screen and (max-width: 767px) {
    .main-section .back {
      display: none; } }

.arrow-default {
  background: transparent url() 50% 50% no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  text-indent: -999em;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  border-radius: 50%; }
  .arrow-default.next {
    background-image: url("../images/next-default.svg"); }
  .arrow-default.previous {
    background-image: url("../images/previous-default.svg"); }

.gallery-slider-cell {
  margin: 0 0 40px 0; }
  .gallery-slider-cell .navigate-gallery {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    z-index: 1; }
    .gallery-slider-cell .navigate-gallery .next {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -16px;
      pointer-events: initial; }
    .gallery-slider-cell .navigate-gallery .previous {
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -16px;
      pointer-events: initial; }

.gallery-slider-cell.blue .navigate-gallery .arrow-default.next {
  background-image: url("../images/next-default-blue.svg"); }

.gallery-slider-cell.blue .navigate-gallery .arrow-default.previous {
  background-image: url("../images/previous-default-blue.svg"); }

.gallery-slider-cell .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.gallery-slider-cell .caption {
  display: none; }

.gallery-slider-cell .item img {
  height: 300px;
  border-right: 10px solid #ffffff;
  /*@media screen and (min-width: config('breakpoints.l')){
			height:600px;
		}
		@media screen and (min-width: config('breakpoints.xl')){
			height:700px;
		}*/ }
  @media screen and (min-width: 481px) {
    .gallery-slider-cell .item img {
      height: 410px; } }
  @media screen and (min-width: 769px) {
    .gallery-slider-cell .item img {
      height: 600px; } }

.gallery-slider-cell.blue.small {
  margin: 0; }
  .gallery-slider-cell.blue.small .item img {
    height: 300px;
    border-right: 10px solid #ffffff; }
    @media screen and (min-width: 481px) {
      .gallery-slider-cell.blue.small .item img {
        height: 350px; } }
    @media screen and (min-width: 769px) {
      .gallery-slider-cell.blue.small .item img {
        height: 450px; } }
  .gallery-slider-cell.blue.small .navigate-gallery {
    position: absolute;
    margin: 10px 0 0 0;
    bottom: -52px;
    top: auto;
    height: 42px;
    width: 100%; }
    .gallery-slider-cell.blue.small .navigate-gallery .next {
      position: absolute;
      right: 0; }
    .gallery-slider-cell.blue.small .navigate-gallery .previous {
      position: absolute;
      left: 0; }

.navigate-list {
  position: absolute;
  margin: 10px 0 0 0;
  bottom: -52px;
  height: 42px;
  width: 100%; }
  .navigate-list .next {
    position: absolute;
    right: 10px; }
  .navigate-list .previous {
    position: absolute;
    left: 10px; }

.social {
  font-size: 12px;
  padding: 2px 0 0 15px;
  border-left: 1px solid;
  /*width:25%;*/
  width: 30%;
  /*max-height:200px;*/ }
  .social p {
    margin: 0; }
  .social ul {
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0; }
    .social ul li {
      display: inline-block; }
    .social ul a {
      display: inline-block;
      width: 24px;
      height: 24px;
      padding: 0;
      margin: 0 5px 0 0;
      background: transparent url("../images/social-icons-share.svg") no-repeat;
      background-size: 90px 60px; }
      .social ul a.social-facebook {
        background-position: -3px -2px; }
        .social ul a.social-facebook:hover {
          background-position: -3px -32px; }
      .social ul a.social-twitter {
        background-position: -33px -2px; }
        .social ul a.social-twitter:hover {
          background-position: -33px  -32px; }
      .social ul a.social-instagram {
        background-position: -63px -2px; }
        .social ul a.social-instagram:hover {
          background-position: -63px  -32px; }
  @media screen and (max-width: 480px) {
    .social {
      border-left: 0;
      border-top: 1px solid;
      padding: 10px 0 0 0;
      margin-top: 20px;
      width: auto; }
      .social p, .social ul {
        display: inline-block;
        vertical-align: top; }
      .social p {
        margin-top: 10px;
        margin-right: 10px; }
      .social ul {
        margin-top: 5px; } }

article .social {
  max-height: 200px; }
  @media screen and (max-width: 960px) {
    article .social {
      width: 20%; } }
  @media screen and (max-width: 480px) {
    article .social {
      width: auto;
      margin-top: 10px; } }

.underline {
  position: relative;
  width: 30px;
  height: 21px;
  margin: 0 0 20px 0;
  display: block; }
  .underline:after {
    content: "";
    height: 1px;
    width: 30px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0; }

.main-photo {
  margin: 0 0 40px 0; }
  .main-photo figure {
    margin: 0;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*@media screen and (min-width: config('breakpoints.l') + 1px){
			height:410px;
		}
		@media screen and (min-width: config('breakpoints.xl')){
			height:600px;
		}*/ }
    @media screen and (min-width: 481px) {
      .main-photo figure {
        height: 410px; } }
    @media screen and (min-width: 769px) {
      .main-photo figure {
        height: 600px; } }

.pager {
  font-size: 14px;
  font-weight: 600;
  color: black;
  text-align: right;
  padding: 10px 0 0 0; }
  .pager .pages {
    display: inline-block; }
  .pager a {
    color: black;
    display: inline-block;
    padding: 0 5px; }
    .pager a:hover {
      color: #f3d142; }
    .pager a.active {
      color: #f3d142; }

.room-photo-gallery {
  margin: 0 0 100px 0;
  clear: both;
  width: 100%; }

.cubes-photos {
  margin: 0 -5px 40px;
  overflow: hidden; }
  .cubes-photos .item {
    float: left;
    position: relative; }
    .cubes-photos .item img {
      display: none; }
    .cubes-photos .item:before {
      content: '';
      display: block; }
  .cubes-photos .cell {
    cursor: pointer; }
    .cubes-photos .cell a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 5px solid #fff;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .cubes-photos .cell a:hover:after {
        content: "";
        background-color: rgba(255, 219, 72, 0.7);
        background-image: url("../images/cross-over.svg");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
        pointer-events: none; }
        @media screen and (min-width: 769px) {
          .cubes-photos .cell a:hover:after {
            top: 15px;
            right: 15px;
            left: 15px;
            bottom: 15px; } }
    .cubes-photos .cell .caption {
      display: none; }
    .cubes-photos .cell:nth-child(8n+1) {
      width: 100%; }
    .cubes-photos .cell:nth-child(8n+2) {
      width: 100%; }
    .cubes-photos .cell:nth-child(8n+3) {
      width: 100%; }
    .cubes-photos .cell:nth-child(8n+4) {
      width: 100%; }
    .cubes-photos .cell:nth-child(8n+5) {
      width: 100%; }
    .cubes-photos .cell:nth-child(8n+6) {
      width: 100%; }
    .cubes-photos .cell:nth-child(8n+7) {
      width: 100%; }
    .cubes-photos .cell:nth-child(8n+8) {
      width: 100%; }
    .cubes-photos .cell:nth-child(8n+1):before {
      padding-top: 68%; }
    .cubes-photos .cell:nth-child(8n+2):before {
      padding-top: 68%; }
    .cubes-photos .cell:nth-child(8n+3):before {
      padding-top: 68%; }
    .cubes-photos .cell:nth-child(8n+4):before {
      padding-top: 68%; }
    .cubes-photos .cell:nth-child(8n+5):before {
      padding-top: 68%; }
    .cubes-photos .cell:nth-child(8n+6):before {
      padding-top: 68%; }
    .cubes-photos .cell:nth-child(8n+7):before {
      padding-top: 68%; }
    .cubes-photos .cell:nth-child(8n+8):before {
      padding-top: 68%; }
    @media screen and (min-width: 768px) {
      .cubes-photos .cell:nth-child(8n+1) {
        width: calc(100% / 3); }
      .cubes-photos .cell:nth-child(8n+2) {
        width: calc(100% / 2); }
      .cubes-photos .cell:nth-child(8n+3) {
        width: calc(100% / 6); }
      .cubes-photos .cell:nth-child(8n+4) {
        width: calc(100% / 1.5); }
      .cubes-photos .cell:nth-child(8n+5) {
        width: calc(100% / 3); }
      .cubes-photos .cell:nth-child(8n+6) {
        width: calc(100% / 3); }
      .cubes-photos .cell:nth-child(8n+7) {
        width: calc(100% / 3); }
      .cubes-photos .cell:nth-child(8n+8) {
        width: calc(100% / 3); }
      .cubes-photos .cell:nth-child(8n+1):before {
        padding-top: 68%; }
      .cubes-photos .cell:nth-child(8n+2):before {
        padding-top: 45.2%; }
      .cubes-photos .cell:nth-child(8n+3):before {
        padding-top: 136%; }
      .cubes-photos .cell:nth-child(8n+4):before {
        padding-top: 68%; }
      .cubes-photos .cell:nth-child(8n+5):before {
        padding-top: 68%; }
      .cubes-photos .cell:nth-child(8n+6):before {
        padding-top: 136%; }
      .cubes-photos .cell:nth-child(8n+7):before {
        padding-top: 68%; }
      .cubes-photos .cell:nth-child(8n+8):before {
        padding-top: 68%; } }

.carousel-cell {
  margin: 0 0 100px 0;
  clear: both; }
  .carousel-cell h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 600;
    color: black;
    margin: 0; }
    @media screen and (max-width: 480px) {
      .carousel-cell h2 {
        font-size: 29px;
        line-height: 32px; } }
  .carousel-cell p.subtitle {
    font-size: 14px;
    line-height: 21px;
    color: #222222;
    margin: 0; }
  .carousel-cell .carousel-list {
    margin-left: -10px;
    width: calc(100% + 20px); }
    .carousel-cell .carousel-list article {
      display: table-cell;
      height: 100%;
      float: none;
      padding: 0 10px; }
    .carousel-cell .carousel-list h3 {
      font-size: 24px;
      line-height: 26px;
      font-weight: 600;
      color: black;
      margin: 0 50px 10px 0;
      /*width:calc(100% - 20px);*/ }
      @media screen and (max-width: 480px) {
        .carousel-cell .carousel-list h3 {
          font-size: 20px;
          line-height: 22px; } }
      .carousel-cell .carousel-list h3 a {
        display: inline-block;
        color: black; }
        .carousel-cell .carousel-list h3 a:hover {
          color: #f3d142; }
    .carousel-cell .carousel-list figure {
      height: 240px;
      /*width:calc(100% - 20px);*/
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0; }
      @media screen and (min-width: 769px) {
        .carousel-cell .carousel-list figure {
          height: 350px; } }
      @media screen and (min-width: 1200px) {
        .carousel-cell .carousel-list figure {
          height: 430px; } }
      .carousel-cell .carousel-list figure img {
        display: none; }
      .carousel-cell .carousel-list figure a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .carousel-cell .carousel-list figure a:hover:after {
          content: "";
          background-color: rgba(255, 219, 72, 0.7);
          background-image: url("../images/arrow-link-over.svg");
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          top: 10px;
          right: 10px;
          left: 10px;
          bottom: 10px;
          pointer-events: none; }
          @media screen and (min-width: 769px) {
            .carousel-cell .carousel-list figure a:hover:after {
              top: 15px;
              right: 15px;
              left: 15px;
              bottom: 15px; } }

.carousel-cell.blue .carousel-list h3 a:hover {
  color: #7bcaea; }

.carousel-cell.blue .carousel-list figure a:hover:after {
  background-color: rgba(123, 202, 234, 0.7); }

.carousel-cell.blue .carousel-list .arrow-default.next {
  background-image: url("../images/next-default-blue.svg"); }

.carousel-cell.blue .carousel-list .arrow-default.previous {
  background-image: url("../images/previous-default-blue.svg"); }

.book-now {
  display: none; }
  @media screen and (max-width: 767px) {
    .book-now {
      display: block;
      position: fixed;
      bottom: 0;
      right: 0;
      background-color: #ffdb48;
      font-family: "Averta", sans-serif;
      font-weight: 700;
      font-size: 11px;
      letter-spacing: 0.7px;
      color: black;
      z-index: 100; }
      .book-now a {
        color: black;
        padding: 11px 21px;
        display: block; }
        .book-now a:hover {
          color: #606060; } }

.contact-map-cell {
  width: 100%; }

#map {
  width: calc(100% + 20%);
  height: 400px;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #map {
      width: calc(100% + 10% + 61px + 20px);
      height: 500px; } }
  @media screen and (min-width: 1200px) {
    #map {
      width: calc(100% + 40% + 158px + 10px + 30px + 50px);
      height: 600px; } }

.infoBox {
  margin-left: -100px; }

#map > .point {
  display: none; }

.info-contents {
  width: 250px;
  background: #ffdb48;
  border-radius: 10px;
  color: #fff;
  padding: 1.5em 2.5em 1.5em 1.5em;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.info-contents .title {
  font-weight: bold;
  margin-bottom: 5px; }

.info-contents .address {
  font-size: 12px; }


.covid-link {margin:16px 0;}
.covid-link a {font-size:16px;color:#f3d142;font-weight:700;letter-spacing:0.5px;}
.covid-link a:hover{color:black;}
@media screen and (max-width: 1199px) {
    .covid-link {
        transform: rotate(-90deg);
    }
}


.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}