.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }



.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'platform-bold';
  src: url("../fonts/platform-bold.otf"); }

@font-face {
  font-family: 'platform-bold-italic';
  src: url("../fonts/platform-bolditalic.otf"); }

@font-face {
  font-family: 'platform-hairline';
  src: url("../fonts/platform-hairline.otf"); }

@font-face {
  font-family: 'platform-hairline-italic';
  src: url("../fonts/platform-hairlineitalic.otf"); }

@font-face {
  font-family: 'platform-light';
  src: url("../fonts/platform-light.otf"); }

@font-face {
  font-family: 'platform-light-italic';
  src: url("../fonts/platform-lightitalic.otf"); }

@font-face {
  font-family: 'platform-medium';
  src: url("../fonts/platform-medium.otf"); }

@font-face {
  font-family: 'platform-medium-italic';
  src: url("../fonts/platform-mediumitalic.otf"); }

@font-face {
  font-family: 'platform-regular';
  src: url("../fonts/platform-regular.otf"); }

@font-face {
  font-family: 'platform-regular-italic';
  src: url("../fonts/platform-regularitalic.otf"); }

body {
  font-size: 12px; }

h3 {
  font-weight: bold;
  font-size: 1.17em; }

.blog_item .subpage-link {
  cursor: pointer;
  -ms-flex-wrap: initial;
      flex-wrap: initial; }
  .blog_item .subpage-link .thumbnail {
    margin: 0 9px 0.5em 0; }

.subpage-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .subpage-link .thumbnail {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .subpage-link .article-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .subpage-link .more-link {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.blogcategories {
  padding: 0 20px; }
  .blogcategories ul {
    padding-left: 20px; }
  .blogcategories h2 {
    margin-top: 0; }

html {
  height: 100%;
  overflow: hidden; }

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  font-family: 'platform-regular' , 'Arial';
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01"; }

.addres-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 650px) {
    .addres-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .addres-box .address {
    border-right: 1px solid #fff;
    padding: 0 1rem;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%; }
    @media screen and (max-width: 650px) {
      .addres-box .address {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        border-right: 0; } }
    .addres-box .address p {
      color: #000;
      font-size: 24px;
      letter-spacing: 1px;
      font-family: 'platform-medium', 'Arial'; }
  .addres-box .opening-times {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    padding: 0 1rem; }
    @media screen and (max-width: 650px) {
      .addres-box .opening-times {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .addres-box .opening-times p {
      margin-bottom: 20px;
      font-family: 'platform-medium', 'Arial';
      font-size: 24px;
      letter-spacing: 1px;
      color: #000; }
      .addres-box .opening-times p:last-child {
        margin-bottom: 0; }

.content-header {
  letter-spacing: 1px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01"; }

section:not(.site-header__section) {
  height: 50px;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative; }
  section:not(.site-header__section) .content {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  section:not(.site-header__section).active-section {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    section:not(.site-header__section).active-section .content {
      opacity: 1; }
    section:not(.site-header__section).active-section .close-content-area {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }

.logo {
  height: 127px;
  position: relative;
  z-index: 10;
  width: 142px;
  display: block; }
  @media screen and (min-width: 1800px) {
    .logo {
      height: 160px; }
      .logo svg {
        height: 267px;
        width: 181px; } }
  @media screen and (max-width: 500px) {
    .logo {
      height: 60px;
      width: 68px; }
      .logo svg {
        height: 100px;
        width: 68px; } }

.wrap {
  box-sizing: border-box;
  max-width: 1154px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
  margin-top: 1rem; }

.box {
  margin-bottom: 1rem; }

.content {
  padding: 0;
  position: absolute;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0; }

.content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media screen and (max-width: 700px) {
  .active-content-section .content__container {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .active-content-section section:not(.site-header__section) {
    height: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; } }

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000; }
  .black-overlay.overlay-10 {
    opacity: 0.1; }
  .black-overlay.overlay-20 {
    opacity: 0.2; }
  .black-overlay.overlay-30 {
    opacity: 0.3; }
  .black-overlay.overlay-40 {
    opacity: 0.4; }
  .black-overlay.overlay-50 {
    opacity: 0.5; }

.site-header {
  padding: 40px; }
  @media screen and (max-width: 960px) {
    .site-header {
      padding: 20px; } }

.site-header__section {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: auto; }
  .site-header__section .content {
    border-top: 0; }

.logo-description {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.active-content-section .site-header__section {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.active-content-section .logo-description {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.previous-slide, .next-slide {
  position: absolute;
  z-index: 5;
  top: calc(50% - 75px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none; }
  @media screen and (max-width: 650px) {
    .previous-slide, .next-slide {
      display: block; } }

.previous-slide {
  left: 0; }

.next-slide {
  right: 0; }

.slider-navigation {
  position: absolute;
  z-index: 5;
  top: calc(50% - 75px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px; }
  @media screen and (max-width: 960px) {
    .slider-navigation {
      right: 20px; } }
  @media screen and (max-width: 650px) {
    .slider-navigation {
      display: none; } }
  .slider-navigation li {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border: 2px solid #FF004A;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: background-color, border-color 0.2s ease;
    transition: background-color, border-color 0.2s ease;
    position: relative; }
    .slider-navigation li:before {
      opacity: 0;
      content: attr(data-description);
      display: block;
      position: absolute;
      right: 100%;
      margin-right: 15px;
      top: 50%;
      white-space: nowrap;
      color: #fff;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .slider-navigation li:last-child {
      margin-bottom: 0; }
    .slider-navigation li:hover {
      background-color: #FF004A;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
    .slider-navigation li.active {
      background-color: #fff;
      border-color: #fff;
      -webkit-transition: background-color, border-color 0.2s ease;
      transition: background-color, border-color 0.2s ease; }
      .slider-navigation li.active:before {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }

.plan-your-visit {
  background-color: #FF004A;
  color: #fff; }
  .plan-your-visit header {
    background-color: #FF004A;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    .plan-your-visit header:hover {
      background-color: #ce004a;
      -webkit-transition: background-color 0.1s ease;
      transition: background-color 0.1s ease;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }

.knowledge {
  background-color: #B0B8BB;
  color: #fff; }
  .knowledge header {
    background-color: #B0B8BB;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .knowledge header:hover {
      background-color: #767a7B;
      -webkit-transition: background-color 0.1s ease;
      transition: background-color 0.1s ease;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }

.about-naturalis {
  background-color: #fff;
  color: #fff; }
  .about-naturalis header {
    color: #000;
    background-color: #fff;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .about-naturalis header:hover {
      color: #B0B8BB;
      -webkit-transition: background-color 0.1s ease;
      transition: background-color 0.1s ease;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .about-naturalis header:hover #svg-close {
        stroke: #B0B8BB; }
  .about-naturalis #svg-close {
    stroke: #000; }

.language-toggle__link {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #B0B8BB;
  z-index: 10;
  color: #fff;
  text-decoration: none;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .language-toggle__link:hover {
    background-color: #767a7B;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

.close-content-area {
  height: 50px;
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.image-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .image-slider li {
    position: absolute;
    background-position: top center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease; }
    .image-slider li.active {
      opacity: 1;
      -webkit-transition: opacity 1.2s ease;
      transition: opacity 1.2s ease; }

.bgl-logo {
  position: absolute;
  z-index: 10;
  right: 40px;
  bottom: 150px;
  padding-bottom: 70px; }
  .bgl-logo svg {
    width: 199px; }
  @media screen and (max-width: 960px) {
    .bgl-logo {
      right: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    .bgl-logo svg {
      width: 96px; } }
  @media screen and (max-height: 700px) {
    .bgl-logo {
      padding-bottom: 50px; } }
  @media screen and (max-height: 650px) {
    .bgl-logo {
      padding-bottom: 25px; } }
  @media screen and (max-width: 960px) {
    .bgl-logo {
      padding-bottom: 50px; } }
  @media screen and (max-width: 500px) {
    .bgl-logo {
      padding-bottom: 25px; } }

.btn {
  letter-spacing: 1px;
  text-transform: lowercase;
  text-decoration: none;
  background-color: #FF004A;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  font-family: 'platform-medium', 'Arial';
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  display: inline-block;
  padding: 0 17px;
  font-size: 24px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .btn:hover {
    background-color: #ce004a;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

.slide-content {
  color: #fff;
  position: absolute;
  z-index: 5;
  bottom: 150px;
  padding-bottom: 70px;
  left: 40px;
  right: 50px; }
  .slide-content .btn {
    margin-top: 32px; }
    @media screen and (max-width: 500px) {
      .slide-content .btn {
        margin-top: 16px; } }
  @media screen and (max-height: 700px) {
    .slide-content {
      padding-bottom: 50px; } }
  @media screen and (max-height: 650px) {
    .slide-content {
      padding-bottom: 25px; } }
  @media screen and (max-width: 960px) {
    .slide-content {
      left: 20px;
      right: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 500px) {
    .slide-content {
      padding-bottom: 25px; } }

.map__img {
  display: block;
  width: 100%; }

.plan-your-visit__menu a {
  line-height: 42px;
  text-decoration: underline;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'platform-medium', 'Arial';
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  font-size: 36px; }

.address__table {
  color: #000;
  font-size: 28px;
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: 'platform-medium', 'Arial';
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01"; }

.block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .block-list li {
    padding: 0 15px; }
  .block-list .block-content-wrapper {
    margin-bottom: 34px;
    padding: 50px 20px 27px 20px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative; }
    .block-list .block-content-wrapper:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.75;
      z-index: 0;
      background-image: -webkit-linear-gradient(2deg, #000000 25%, transparent 85%);
      background-image: linear-gradient(88deg, #000000 25%, transparent 85%); }
  .block-list p {
    margin-top: 5px;
    width: 80%; }
  .block-list .block-content {
    position: relative;
    z-index: 10; }
  .block-list .btn {
    margin-top: 10px; }
  .block-list .button {
    position: relative;
    z-index: 10; }

@media screen and (max-width: 900px) {
  .block-list--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.block-list--two li {
  width: 50%; }
  @media screen and (max-width: 900px) {
    .block-list--two li {
      width: 100%;
      max-width: 450px; } }
  @media screen and (max-width: 600px) {
    .block-list--two li p {
      display: none; } }

.block-list--two .block-content-wrapper {
  padding-top: 16%; }

@media screen and (max-width: 600px) {
  .block-list--three {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.block-list--three li {
  width: 33.3333%; }
  @media screen and (max-width: 900px) {
    .block-list--three li {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .block-list--three li {
      width: 100%;
      max-width: 280px; } }

.block-list--three .block-content-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 15%; }

h1 {
  font-family: 'platform-medium', 'Arial';
  font-size: 48px;
  letter-spacing: 1px; }
  @media screen and (max-width: 700px) {
    h1 {
      font-size: 28px; } }
  @media screen and (max-width: 320px) {
    h1 {
      font-size: 18px; } }

h2 {
  font-family: 'platform-light', 'Arial';
  font-size: 48px; }
  @media screen and (max-width: 700px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-width: 320px) {
    h2 {
      font-size: 18px; } }

p {
  font-size: 21px;
  line-height: 27px;
  font-family: 'arial'; }

