@font-face {
  font-family: 'SaolDisplay';
  src: url("fonts/SaolDisplay-Medium.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sohne-Kraftig';
  src: url("fonts/Sohne-Kraftig.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sohne-Leichtm';
  src: url("fonts/Sohne-Leicht.otf");
  font-weight: normal;
  font-style: normal; }
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #707070; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

iframe {
  display: block;
  width: 100%;
  border: 0; }

div.iframe iframe {
  position: absolute;
  top: -15px;
  left: 0;
  height: calc(100vw * 1.405); }

a {
  color: inherit;
  text-decoration: none; }

button {
  -webkit-appearance: none; }

.img-fluid {
  max-width: 100%; }

/* defaults end */
body {
  font-family: 'Sohne-Leichtm';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  background: #EBE3D7; }

.hamburger {
  padding: 5px; }

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #707070;
  height: 2px;
  border-radius: 0px;
  width: 100%; }

.hamburger-inner:before {
  top: -6px; }

.hamburger-inner:after {
  bottom: -6px; }

.hamburger-box {
  width: 24px;
  height: 18px;
  margin-top: 5px; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #707070; }

/* PAGE STYLES */
h1, h2, h3, h4, h5 {
  font-family: 'SaolDisplay';
  line-height: 1.2;
  color: #000;
  text-transform: none;
  margin: 0; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 60px; }
  h2.mid {
    font-size: 75px; }
  h2.large {
    font-size: 100px; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 28px;
  margin-bottom: 10px; }
  h4 b {
    font-family: 'Sohne-Kraftig'; }

h5 {
  font-size: 18px; }

p {
  margin: 0;
  line-height: 1.7; }

p.small {
  font-size: 20px;
  line-height: 1.5; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.video_mobile {
  display: none; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.header {
  position: fixed;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  background: #EBE3D7;
  -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
  z-index: 10; }
  .header .logo {
    width: 450px; }
  .header .menu {
    margin-bottom: 30px; }
    .header .menu ul {
      text-align: center; }
      .header .menu ul li {
        font-family: 'SaolDisplay';
        font-size: 20px;
        display: inline-block;
        margin: 0 40px; }
  .header .my_btn {
    line-height: 40px;
    border: 1px solid black;
    cursor: pointer; }
    .header .my_btn a:hover {
      color: inherit; }
    .header .my_btn:hover {
      color: #fff;
      background: #000; }
  .header .notice {
    display: none; }

.article-home .header .notice {
  display: block; }

.mute_container {
  position: absolute;
  width: 45px;
  top: 45px;
  right: 2%;
  cursor: pointer;
  z-index: 5; }
  .mute_container img {
    width: 100%; }
  .mute_container .mute {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    z-index: 2; }
  .mute_container.unmuted .unmute {
    opacity: 0; }
  .mute_container.unmuted .mute {
    opacity: 1;
    z-index: 1; }

.my_btn {
  font-family: 'SaolDisplay';
  line-height: 60px;
  padding: 0 30px;
  font-size: 26px;
  color: #fff;
  background: #000;
  cursor: pointer; }
  .my_btn:hover {
    color: #fff; }

.register_btn {
  display: none;
  position: fixed;
  top: 45%;
  transform: translate(0, -50%) rotate(-90deg);
  right: -65px;
  z-index: 10; }

.home.cn .register_btn {
  right: -32px; }

.register_form .container {
  position: relative; }
  .register_form .container .thank_you_message {
    display: none;
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    background: #EBE3D7; }
    .register_form .container .thank_you_message h2 {
      position: absolute;
      z-index: 2;
      width: 100%;
      text-align: center;
      top: 50%;
      transform: translate(0, -50%); }
.register_form .form {
  position: relative;
  padding-top: 70px;
  margin: 0 auto;
  transition: all 0.4s; }
  .register_form .form input[type="text"],
  .register_form .form input[type="search"],
  .register_form .form input[type="tel"],
  .register_form .form input[type="number"],
  .register_form .form input[type="email"],
  .register_form .form input[type="password"],
  .register_form .form textarea,
  .register_form .form select {
    width: 100%;
    font-family: 'SaolDisplay';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 35px;
    color: #000;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #707070;
    outline: none; }
  .register_form .form textarea {
    line-height: 1.3; }
  .register_form .form input[type="text"]::placeholder,
  .register_form .form input[type="search"]::placeholder,
  .register_form .form input[type="tel"]::placeholder,
  .register_form .form input[type="number"]::placeholder,
  .register_form .form input[type="email"]::placeholder,
  .register_form .form input[type="password"]::placeholder,
  .register_form .form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */ }
  .register_form .form input[type="text"]:-ms-input-placeholder,
  .register_form .form input[type="search"]:-ms-input-placeholder,
  .register_form .form input[type="tel"]:-ms-input-placeholder,
  .register_form .form input[type="number"]:-ms-input-placeholder,
  .register_form .form input[type="email"]:-ms-input-placeholder,
  .register_form .form input[type="password"]:-ms-input-placeholder,
  .register_form .form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  .register_form .form input[type="text"]::-ms-input-placeholder,
  .register_form .form input[type="search"]::-ms-input-placeholder,
  .register_form .form input[type="tel"]::-ms-input-placeholder,
  .register_form .form input[type="number"]::-ms-input-placeholder,
  .register_form .form input[type="email"]::-ms-input-placeholder,
  .register_form .form input[type="password"]::-ms-input-placeholder,
  .register_form .form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }
  .register_form .form select {
    background: url(../img/arrow_down.png) no-repeat;
    background-size: 30px;
    background-position: right center;
    cursor: pointer; }
  .register_form .form legend, .register_form .form label {
    font-family: 'SaolDisplay';
    font-size: 20px; }
  .register_form .form .missing input[type="text"],
  .register_form .form .missing input[type="search"],
  .register_form .form .missing input[type="tel"],
  .register_form .form .missing input[type="number"],
  .register_form .form .missing input[type="email"],
  .register_form .form .missing input[type="password"],
  .register_form .form .missing textarea {
    border-bottom: 1px solid red; }
    .register_form .form .missing input[type="text"]::placeholder,
    .register_form .form .missing input[type="search"]::placeholder,
    .register_form .form .missing input[type="tel"]::placeholder,
    .register_form .form .missing input[type="number"]::placeholder,
    .register_form .form .missing input[type="email"]::placeholder,
    .register_form .form .missing input[type="password"]::placeholder,
    .register_form .form .missing textarea::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: red;
      opacity: 1;
      /* Firefox */ }
    .register_form .form .missing input[type="text"]:-ms-input-placeholder,
    .register_form .form .missing input[type="search"]:-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]:-ms-input-placeholder,
    .register_form .form .missing input[type="number"]:-ms-input-placeholder,
    .register_form .form .missing input[type="email"]:-ms-input-placeholder,
    .register_form .form .missing input[type="password"]:-ms-input-placeholder,
    .register_form .form .missing textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: red; }
    .register_form .form .missing input[type="text"]::-ms-input-placeholder,
    .register_form .form .missing input[type="search"]::-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]::-ms-input-placeholder,
    .register_form .form .missing input[type="number"]::-ms-input-placeholder,
    .register_form .form .missing input[type="email"]::-ms-input-placeholder,
    .register_form .form .missing input[type="password"]::-ms-input-placeholder,
    .register_form .form .missing textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: red; }
  .register_form .form .missing select {
    color: red;
    border-color: red; }
  .register_form .form .agent_name_field {
    display: none; }
  .register_form .form .checkbox {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 25px; }
    .register_form .form .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .checkbox label {
      padding-left: 35px;
      position: relative;
      cursor: pointer;
      text-transform: none; }
    .register_form .form .checkbox label:before {
      position: absolute;
      top: 2px;
      display: block;
      left: -5px;
      width: 22px;
      content: "";
      height: 22px;
      margin-left: 5px;
      border-width: 1px;
      border-radius: 50%;
      border-style: solid;
      border-color: #454343;
      border-image: initial;
      background: transparent; }
    .register_form .form .checkbox input[type="radio"]:checked + label::before,
    .register_form .form .checkbox input[type="checkbox"]:checked + label::before {
      background: #000; }
    .register_form .form .checkbox.missing label:before {
      border-color: red; }
    .register_form .form .checkbox:last-of-type {
      margin-right: 0; }
  .register_form .form .warning-message,
  .register_form .form .error-message {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: red; }
  .register_form .form .thank_you_message {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 10px);
    opacity: 0;
    z-index: -1;
    text-align: center;
    transition: all 0.4s;
    background: #000; }
    .register_form .form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
    .register_form .form .thank_you_message h2 {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
    .register_form .form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 24px; }
  .register_form .form.completed .thank_you_message {
    opacity: 1;
    z-index: 2; }
  .register_form .form.submit-in-progress .my_btn img {
    display: inline-block;
    opacity: 1; }
.register_form .my_btn {
  font-family: 'SaolDisplay';
  font-size: 32px;
  padding: 0 30px;
  text-transform: none; }
  .register_form .my_btn img {
    display: none;
    vertical-align: middle;
    width: 25px;
    margin-left: 5px;
    opacity: 0;
    transition: all 0.3s; }
.register_form .disclaimer p {
  font-size: 14px; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #EBE3D7;
  z-index: 11;
  display: none; }
  .policy_popup h3 {
    margin-bottom: 40px; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    text-align: left; }
  .policy_popup p {
    font-size: 20px;
    margin-bottom: 30px; }
  .policy_popup .main_logo {
    width: 500px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    max-width: 1350px;
    padding: 10px 20px;
    margin: 0 auto; }
  .policy_popup .inner_content::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer; }

.show_message {
  text-decoration: underline;
  cursor: pointer; }

.full_slider .my_slide {
  position: relative; }
  .full_slider .my_slide .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 21%, rgba(28, 28, 28, 0.55) 48%, rgba(0, 0, 0, 0.2) 76%, rgba(255, 255, 255, 0.043855042) 100%); }
    .full_slider .my_slide .caption p {
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      text-align: center; }
.full_slider .slick-dots {
  margin-top: 25px;
  text-align: center; }
  .full_slider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    background: #707070;
    width: 15px;
    height: 15px;
    border-radius: 50%; }
    .full_slider .slick-dots li button {
      font-size: 0;
      opacity: 0; }
    .full_slider .slick-dots li.slick-active {
      background: #fff; }

.points_of_interest .point h3 {
  margin-bottom: 20px; }
.points_of_interest .point p {
  margin-bottom: 40px; }

.footer p {
  font-size: 14px; }
.footer img.logo {
  width: 100%;
  max-width: 320px; }

/* PAGE STYLES END */
.location_map .map_list {
  padding: 40px 50px;
  background: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 2; }
  .location_map .map_list .transport_lines {
    position: absolute;
    bottom: 40px;
    left: 49%;
    transform: translate(-50%, 0); }
.location_map p.title {
  font-family: 'Sohne-Kraftig';
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .location_map p.title.yellow {
    color: #CAA371; }
  .location_map p.title.purple {
    color: #767496; }
  .location_map p.title.blue {
    color: #4669A6; }
  .location_map p.title.green {
    color: #697967; }
  .location_map p.title.red {
    color: #AB5654; }
.location_map ol {
  padding-left: 20px;
  list-style-type: decimal; }
  .location_map ol li {
    list-style-type: decimal;
    font-size: 15px;
    margin-bottom: 10px; }

.excursions .my_slider_container {
  position: relative; }
  .excursions .my_slider_container .my_slide {
    background: #707070; }
    .excursions .my_slider_container .my_slide .image {
      width: 45%; }
    .excursions .my_slider_container .my_slide .info {
      position: relative;
      width: 55%;
      padding: 60px 30px 60px 55px;
      padding-top: 80px; }
      .excursions .my_slider_container .my_slide .info p.number {
        font-family: 'SaolDisplay';
        font-size: 100px;
        line-height: 1;
        color: #fff; }
      .excursions .my_slider_container .my_slide .info p.text {
        font-family: 'SaolDisplay';
        font-size: 40px;
        line-height: 1.2;
        color: #fff; }
  .excursions .my_slider_container .slider_arrow {
    position: absolute;
    cursor: pointer; }
    .excursions .my_slider_container .slider_arrow.arrow_right {
      top: 40%;
      transform: translate(0, -50%);
      right: 20px; }
    .excursions .my_slider_container .slider_arrow.arrow_left {
      top: 53%;
      transform: translate(0, -50%);
      right: 50px; }
  .excursions .my_slider_container h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff; }

.transit_map {
  position: relative; }
  .transit_map .legend {
    position: absolute;
    right: 5%;
    bottom: 3%;
    width: 24%;
    text-align: right; }
    .transit_map .legend img {
      width: 70%;
      margin-bottom: 20px; }
    .transit_map .legend p {
      font-size: 12px; }

#gallery .filter h4 {
  margin-bottom: 5px; }
#gallery .disclaimer {
  padding: 10px 0;
  text-align: right; }
  #gallery .disclaimer p {
    font-size: 12px; }
#gallery .gallery_main_slider_container {
  position: relative; }
  #gallery .gallery_main_slider_container .slick-slide img {
    width: 100%;
    max-height: 53.097561vw;
    object-fit: cover;
    object-position: center; }
  #gallery .gallery_main_slider_container .arrow {
    position: absolute;
    bottom: calc(4% + 15px);
    width: 60px;
    cursor: pointer; }
    #gallery .gallery_main_slider_container .arrow.arrow_left {
      position: absolute;
      left: calc(50% - 60px);
      transform: translate(-100%, 0); }
    #gallery .gallery_main_slider_container .arrow.arrow_right {
      position: absolute;
      right: calc(50% - 60px);
      transform: translate(100%, 0); }
  #gallery .gallery_main_slider_container .counter {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, 0); }
    #gallery .gallery_main_slider_container .counter p {
      font-family: 'SaolDisplay';
      font-size: 30px;
      color: #fff; }
      #gallery .gallery_main_slider_container .counter p span.current {
        font-size: 40px; }
#gallery a[data-fancybox] {
  display: block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden; }
#gallery .gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(1);
  transition: all .4s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  #gallery .gallery-img:hover {
    transform: scale(1.1); }
#gallery .filter h4 {
  cursor: pointer; }
  #gallery .filter h4 span {
    position: relative; }
    #gallery .filter h4 span:after {
      content: '';
      position: absolute;
      bottom: -1px;
      width: 0;
      left: 0;
      height: 1px;
      background: #000;
      transition: all 0.4s; }
#gallery .filter h4:hover span:after,
#gallery .filter h4.active span:after {
  width: 100%; }

#community .community_map_container {
  position: relative; }
  #community .community_map_container .number {
    position: absolute;
    width: 21px;
    height: 21px;
    border: 1px solid #000;
    background: #fff; }
    #community .community_map_container .number p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Sohne-Kraftig';
      font-size: 12px;
      color: #000; }
    #community .community_map_container .number.dark {
      border: 1px solid #fff;
      background: #000; }
      #community .community_map_container .number.dark p {
        color: #fff; }
    #community .community_map_container .number:nth-child(1) {
      top: 23%;
      left: 10.5%; }
    #community .community_map_container .number:nth-child(2) {
      top: 28.5%;
      left: 10%; }
    #community .community_map_container .number:nth-child(3) {
      top: 38%;
      left: 10.5%; }
    #community .community_map_container .number:nth-child(4) {
      top: 43.1%;
      left: 11.7%; }
    #community .community_map_container .number:nth-child(5) {
      top: 49.3%;
      left: 9.7%; }
    #community .community_map_container .number:nth-child(6) {
      top: 33%;
      left: 17.7%; }
    #community .community_map_container .number:nth-child(7) {
      top: 47%;
      left: 15.7%; }
    #community .community_map_container .number:nth-child(8) {
      top: 59%;
      left: 16%; }
    #community .community_map_container .number:nth-child(9) {
      top: 49%;
      left: 23%; }
    #community .community_map_container .number:nth-child(10) {
      top: 51%;
      left: 31%; }
    #community .community_map_container .number:nth-child(11) {
      top: 45%;
      left: 61.5%; }
    #community .community_map_container .number:nth-child(12) {
      top: 34%;
      left: 43%; }
    #community .community_map_container .number:nth-child(13) {
      top: 43%;
      left: 41%; }
    #community .community_map_container .number:nth-child(14) {
      top: 52%;
      left: 47.5%; }
    #community .community_map_container .number:nth-child(15) {
      top: 44%;
      left: 58%; }
    #community .community_map_container .number:nth-child(16) {
      top: 45%;
      left: 67.7%; }
    #community .community_map_container .number:nth-child(17) {
      top: 40.5%;
      left: 72%; }
    #community .community_map_container .number:nth-child(18) {
      top: 27%;
      left: 48%; }
    #community .community_map_container .number:nth-child(19) {
      top: 29%;
      left: 63%; }
    #community .community_map_container .number:nth-child(20) {
      top: 30.5%;
      left: 69%; }
    #community .community_map_container .number:nth-child(21) {
      top: 26.5%;
      left: 71%; }
    #community .community_map_container .number:nth-child(22) {
      top: 34%;
      left: 71.5%; }
    #community .community_map_container .number:nth-child(23) {
      top: 29%;
      right: 24%; }
    #community .community_map_container .number:nth-child(24) {
      top: 20%;
      right: 24.5%; }
    #community .community_map_container .number:nth-child(25) {
      top: 23%;
      left: 12.5%; }
    #community .community_map_container .number:nth-child(26) {
      top: 22%;
      left: 78.5%; }
    #community .community_map_container .number:nth-child(27) {
      top: 21%;
      right: 17%; }
    #community .community_map_container .number:nth-child(28) {
      top: 29%;
      right: 16%; }
    #community .community_map_container .number:nth-child(29) {
      top: 30%;
      right: 18.5%; }
    #community .community_map_container .number:nth-child(30) {
      top: 30%;
      right: 14%; }
    #community .community_map_container .number:nth-child(31) {
      bottom: 27%;
      left: 11.5%; }
  #community .community_map_container .label {
    font-family: 'SaolDisplay';
    line-height: 1.2;
    color: #fff;
    margin: 0;
    position: absolute; }
    #community .community_map_container .label.label_1 {
      top: 5%;
      left: 3%; }
    #community .community_map_container .label.label_2 {
      bottom: 60px;
      right: 68%; }
    #community .community_map_container .label.label_3 {
      bottom: 60px;
      left: 45%;
      color: #000; }

#floorplan_page .types h3 {
  opacity: 0.6;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  cursor: pointer; }
#floorplan_page .types h3.active,
#floorplan_page .types h3:hover {
  opacity: 1;
  border-bottom: 2px solid #000; }
#floorplan_page .floorplans table {
  font-size: 21px;
  width: 100%; }
  #floorplan_page .floorplans table th {
    font-family: 'Sohne-Kraftig'; }
  #floorplan_page .floorplans table tbody:hover tr {
    transition: 0.3s all;
    opacity: 0.4; }
  #floorplan_page .floorplans table tbody tr:hover {
    opacity: 1; }
  #floorplan_page .floorplans table tr {
    height: 90px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #707070;
    cursor: pointer; }
    #floorplan_page .floorplans table tr td, #floorplan_page .floorplans table tr th {
      text-align: center;
      vertical-align: middle; }
    #floorplan_page .floorplans table tr td:first-of-type,
    #floorplan_page .floorplans table tr th:first-of-type {
      text-align: left; }
    #floorplan_page .floorplans table tr td:last-of-type,
    #floorplan_page .floorplans table tr th:last-of-type {
      text-align: right;
      width: 120px; }
  #floorplan_page .floorplans table .my_btn {
    line-height: 45px;
    padding: 0 25px;
    font-size: 22px;
    letter-spacing: 1px; }

#floorplan_details .details_container .name {
  font-family: 'Sohne-Kraftig';
  font-size: 60px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px; }
#floorplan_details .details_container .size {
  font-family: 'Sohne-Leichtm';
  font-size: 40px;
  line-height: 1.3;
  text-align: left; }
  #floorplan_details .details_container .size span {
    font-size: 20px; }
#floorplan_details .floorplans table tr td:first-of-type,
#floorplan_details .floorplans table tr th:first-of-type {
  text-align: center; }
#floorplan_details .floorplans table tr td:last-of-type,
#floorplan_details .floorplans table tr th:last-of-type {
  width: 250px; }
#floorplan_details .floorplans table tr td:nth-of-type(5),
#floorplan_details .floorplans table tr th:nth-of-type(5) {
  width: 180px; }
#floorplan_details .floorplans table .my_btn {
  padding: 0 20px;
  font-size: 20px; }
#floorplan_details .img_container {
  position: relative; }
#floorplan_details .zoom_icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7); }
  #floorplan_details .zoom_icon img {
    width: 30px;
    display: block; }

/** Register Popup */
html.no-scroll, body.no-scroll {
  overflow: hidden !important; }

.booking-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: none;
  overflow-y: auto; }
  .booking-popup > .container {
    min-height: 380px; }
  .booking-popup form {
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 20px; }
  .booking-popup .main {
    max-height: 95dvh;
    margin-top: 2vh;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0); }
  .booking-popup .close_icon {
    position: absolute;
    top: 15px;
    width: 30px;
    height: auto;
    right: 15px;
    cursor: pointer;
    z-index: 9; }

.register-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: block;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8); }
  .register-popup > .container {
    min-height: 380px; }
  .register-popup form {
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 20px; }
  .register-popup .main {
    max-height: 95dvh;
    margin-top: 2vh;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0); }
  .register-popup .close_icon {
    position: absolute;
    top: 15px;
    width: 30px;
    height: auto;
    right: 15px;
    cursor: pointer;
    z-index: 9; }

#visit-popup {
  padding: 90px 20px; }
  #visit-popup .inner {
    max-width: 970px;
    margin: 0 auto; }
    #visit-popup .inner .logo {
      max-width: 80%; }
    #visit-popup .inner hr {
      margin: 30px 0; }
    #visit-popup .inner h2 {
      text-align: center;
      line-height: 1.1; }
    #visit-popup .inner p {
      font-size: 40px; }
      #visit-popup .inner p a {
        text-decoration: underline; }
    #visit-popup .inner p.small {
      font-size: 34px; }
    #visit-popup .inner b {
      font-family: 'Sohne-Kraftig'; }
  #visit-popup .close_icon {
    top: 10px;
    width: 30px;
    height: auto;
    right: 10px; }

@media (max-width: 991px) {
  #visit-popup .close_icon {
    right: 5px;
    top: 5px;
    width: 30px;
    height: auto; } }
.register-overlay,
.visit-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9); }

.visit-overlay {
  display: none; }

.notice {
  padding: .45em 1em;
  width: 100%;
  text-align: center;
  background: #000;
  letter-spacing: .05em;
  color: white;
  font-size: 20px; }
  .notice a {
    text-decoration: underline; }

body.article-floorplan_page .has-image .fancybox__image {
  width: 100vw !important;
  height: calc(100vh - 150px) !important;
  max-width: 100vw !important;
  max-height: calc(100vh - 150px) !important;
  background: #EBE3D7; }
body.article-floorplan_page .fancybox__caption {
  line-height: 0.375;
  text-transform: uppercase; }

/* two promos */
.line {
  height: 1px;
  background: #000; }

/* two promos end */
/* RESPONSIVE */
@media (max-width: 1800px) {
  h1 {
    font-size: 60px; }

  h2 {
    font-size: 56px; }
    h2.mid {
      font-size: 68px; }

  p {
    font-size: 22px; }

  .register_form .form .checkbox {
    margin-right: 25px; }

  .header {
    padding-top: 20px; }
    .header .logo {
      width: 20vw; }
    .header .menu ul li {
      font-size: 17px;
      margin: 0 20px; } }
@media (max-width: 1600px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 50px; }
    h2.mid {
      font-size: 55px; }

  .masthead h3 {
    font-size: 34px; }

  h3 {
    font-size: 32px; }

  .my_btn {
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px; }

  .register_form .form {
    padding-top: 40px; }

  #visit-popup {
    padding: 80px 20px; }
    #visit-popup .inner {
      max-width: 850px; }
      #visit-popup .inner .logo {
        max-width: 90%; }
      #visit-popup .inner p {
        font-size: 34px; }
      #visit-popup .inner p.small {
        font-size: 28px; }

  .location_map .map_list .transport_lines {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 10px; }
  .location_map p.title {
    font-size: 14px; }
  .location_map ol li {
    font-size: 14px;
    margin-bottom: 5px; }

  .excursions .my_slider_container {
    position: relative; }
    .excursions .my_slider_container .my_slide {
      background: #707070; }
      .excursions .my_slider_container .my_slide .info p.number {
        font-size: 80px; }
      .excursions .my_slider_container .my_slide .info p.text {
        font-size: 32px; }

  .transit_map .legend img {
    width: 65%;
    margin-bottom: 15px; }
  .transit_map .legend p {
    font-size: 11px; } }
@media (max-width: 1250px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 40px; }
    h2.mid {
      font-size: 50px; }
    h2.large {
      font-size: 80px; }

  p {
    font-size: 20px; }

  h3 {
    font-size: 32px; }

  h4 {
    font-size: 24px; }

  .register_form .form {
    padding-top: 40px; }

  .points_of_interest .point p {
    font-size: 18px;
    margin-bottom: 30px; }

  .header .logo {
    width: 30vw; }
  .header .menu ul li {
    margin: 0 10px;
    font-size: 16px; }

  .location_map .items div {
    width: 50%; }
  .location_map .items ul {
    margin-bottom: 15px; }

  .transit_map .legend img {
    bottom: -2%; }
  .transit_map .legend p {
    font-size: 8px; }

  #community .community_map_container .number {
    width: 19px;
    height: 19px; }
    #community .community_map_container .number p {
      font-size: 11px; }

  #floorplan_page .floorplans .table_slide {
    overflow-x: scroll; }
  #floorplan_page .floorplans table {
    font-size: 18px; }
    #floorplan_page .floorplans table .my_btn {
      line-height: 40px;
      padding: 0 15px;
      font-size: 20px;
      letter-spacing: 2px; }

  #floorplan_details .details_container .name {
    font-size: 40px; }
  #floorplan_details .details_container .size {
    font-size: 30px; }
    #floorplan_details .details_container .size span {
      font-size: 15px; } }
@media (max-width: 991px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 36px; }
    h2.mid {
      font-size: 40px; }
    h2.large {
      font-size: 60px; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 24px; }

  p {
    font-size: 16px; }

  .notice {
    position: relative; }

  .header .menu ul li {
    margin: 0 5px;
    font-size: 14px; }
    .header .menu ul li:first-of-type {
      margin-left: 0; }
    .header .menu ul li:last-of-type {
      margin-right: 0; }
    .header .menu ul li .my_btn {
      line-height: 36px; }

  #visit-popup {
    padding: 60px 20px; }
    #visit-popup .inner {
      max-width: 850px; }
      #visit-popup .inner .logo {
        max-width: 90%; }
      #visit-popup .inner p {
        font-size: 30px; }
      #visit-popup .inner p.small {
        font-size: 26px; }

  .notice {
    font-size: 16px; }

  .points_of_interest .point p {
    font-size: 16px; }

  .full_slider .my_slide {
    position: relative; }
    .full_slider .my_slide .caption p {
      font-size: 14px; }
  .full_slider .slick-dots {
    margin-top: 20px; }
    .full_slider .slick-dots li {
      margin: 0 12px;
      width: 12px;
      height: 12px; }

  .register_form .form {
    padding-top: 25px; }
  .register_form .my_btn {
    font-size: 28px; }

  .my_btn {
    line-height: 54px;
    font-size: 16px; }

  .excursions .my_slider_container .my_slide .info {
    padding: 180px 30px 30px 30px; }

  #gallery .gallery_main_slider_container .arrow {
    width: 45px; }
  #gallery .gallery_main_slider_container .counter p {
    font-size: 20px; }
    #gallery .gallery_main_slider_container .counter p span.current {
      font-size: 30px; }

  #community .community_map_container .number {
    width: 16px;
    height: 16px; }
    #community .community_map_container .number p {
      font-size: 8px; }

  #floorplan_page .floorplans table {
    font-size: 14px; }

  p.small {
    font-size: 16px; } }
@media (max-width: 767.5px) {
  h2.large {
    font-size: 46px; }

  .container {
    max-width: 100%; }

  .header .logo {
    max-width: 55%;
    width: 45vw; }
  .header .menu {
    display: none;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%; }
    .header .menu ul li {
      margin: 0 auto 8px;
      display: block; }
      .header .menu ul li:last-of-type {
        margin-bottom: 0; }
      .header .menu ul li.my_btn {
        display: none; }

  #visit-popup {
    padding: 60px 20px; }
    #visit-popup .inner .logo {
      max-width: 100%; }
    #visit-popup .inner hr {
      margin: 20px 0; }
    #visit-popup .inner p {
      font-size: 24px; }
    #visit-popup .inner p.small {
      font-size: 21px; }
    #visit-popup .close_icon {
      top: 15px;
      right: 15px; }

  .mute_container {
    width: 35px;
    top: 10px; }

  h2 {
    font-size: 30px; }
    h2.mid {
      font-size: 36px; }

  h3 {
    font-size: 24px; }

  p {
    font-size: 14px; }

  .my_btn {
    line-height: 40px; }

  .points_of_interest .point p {
    margin-bottom: 20px; }

  .register_form .form input[type="text"],
  .register_form .form input[type="search"],
  .register_form .form input[type="tel"],
  .register_form .form input[type="number"],
  .register_form .form input[type="email"],
  .register_form .form input[type="password"],
  .register_form .form select {
    font-size: 18px;
    line-height: 46px;
    margin-bottom: 30px; }
  .register_form .form legend {
    font-size: 18px; }
  .register_form .disclaimer p {
    font-size: 12px; }
  .register_form .my_btn {
    font-size: 20px; }

  .location_map .map_list {
    padding: 40px 30px;
    width: 380px;
    max-width: 100%;
    margin: 0 auto; }
  .location_map ol li {
    font-size: 13px; }
  .location_map .items div {
    width: 100%; }

  .excursions .my_slider_container .my_slide .image {
    width: 100%;
    height: 300px; }
  .excursions .my_slider_container .my_slide .info {
    width: 100%;
    padding: 40px 30px 50px 30px;
    padding-top: 130px; }
    .excursions .my_slider_container .my_slide .info p.number {
      font-size: 60px; }
    .excursions .my_slider_container .my_slide .info p.text {
      font-size: 30px; }
  .excursions .my_slider_container .slider_arrow.arrow_left {
    top: auto;
    bottom: 160px; }
  .excursions .my_slider_container .slider_arrow.arrow_right {
    top: auto;
    bottom: 205px; }

  .transit_map .legend {
    position: relative;
    right: auto;
    bottom: auto;
    width: 75%;
    margin-left: auto; }
    .transit_map .legend img {
      width: 50%; }

  #gallery .filter h4 {
    margin-bottom: 15px; }

  #community .community_map_container .number {
    width: 10px;
    height: 10px; }
    #community .community_map_container .number p {
      font-size: 5px; }
  #community .community_map_container .label.label_2 {
    bottom: 5px; }
  #community .community_map_container .label.label_3 {
    bottom: 5px; }

  #floorplan_details .details_container .name {
    font-size: 30px; }
  #floorplan_details .details_container .size {
    font-size: 26px; }
    #floorplan_details .details_container .size span {
      font-size: 14px; }

  .hide-mob {
    display: none; } }
@media (max-width: 800px) and (orientation: portrait) {
  .register-popup .main,
  .booking-popup .main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }
.line-height-0 {
  line-height: 0; }

.stickyButton {
  z-index: 110;
  position: fixed;
  right: 0px;
  top: 20vw;
  transform: rotate(270deg);
  transform-origin: right bottom; }

.stickyButton a.cbtn {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #707070;
  font-size: 1.25rem;
  padding: 1rem 2rem;
  font-family: 'SaolDisplay';
  line-height: 0; }

.stickyButton.pop {
  position: absolute;
  transform: none;
  transform-origin: unset;
  max-width: 350px; }

.stickyButton.pop .close_icon {
  position: absolute;
  top: 10px;
  width: 30px;
  height: auto;
  right: 10px;
  cursor: pointer; }

@media (max-width: 768.5px) {
  .notice h1 {
    font-size: 1.25rem; }

  .notice span {
    font-size: 0.85rem;
    line-height: 1.3; } }
@media (max-width: 576.5px) {
  .notice h1 {
    font-size: 1.15rem; }

  .notice span {
    font-size: 0.75rem;
    line-height: 1.2; }

  .stickyButton {
    top: 210px; }

  .stickyButton a.cbtn {
    font-size: 0.75rem;
    padding: 0.65rem 1rem; }

  .stickyButton.pop {
    max-width: 220px; }

  .stickyButton.pop .close_icon {
    width: 20px; } }
@media (max-width: 767.5px) {
  .header {
    padding-top: 17px; }

  .header .logo {
    /* outline: 1px dotted red; */
    z-index: 99999;
    position: relative; }

  .hamburger-contact-row {
    /* outline: 1px dotted red; */
    position: absolute;
    top: 7px;
    left: 10px;
    width: calc(100% - 10px); } }
@media (max-width: 500px) {
  .header {
    padding-top: 24px; }

  .hamburger-contact-row {
    padding: 0px;
    left: 0px; }

  .hamburger-contact-row button.contact {
    font-size: 9px;
    line-height: 1;
    padding: 5px 10px; } }

/*# sourceMappingURL=my_style.css.map */
