@charset 'UTF-8';
/* -------------------------------- 
	BASE SETUP
-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html,
main {
  /* important */
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #f9f2d9;
}
content {
  position: relative;
}
section {
  margin: 0 auto;
}
section.black {
  background: #000000;
}
section.gray {
  background: #F3F3F3;
}
section.padding {
  padding: 80px 0;
}
.text-left-padding {
  padding: 20px 0 0 10% ;
}
.top-bar-scrollTrigger {
  height: 0;
  width: 100%;
}
a {
  color: #000000;
}
.container {
  width: 100%;
}
.align-center {
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.separator60 {
  height: 60px;
}
.separator10 {
  height: 10px;
}
.separator30 {
  height: 30px;
}
.centered {
  max-width: 950px;
  margin: 0 auto!important;
  text-align: center;
  display: flex;
  flex-direction: column!important;
  align-items: center;
  justify-content: center;
}
.side-padded {
  padding: 0 60px;
}
.full-padded {
  padding: 60px;
}
.u-padded {
  padding: 0 60px 60px 60px;
}
.n-padded {
  padding: 60px 60px 0 60px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .centered {
    margin: 0 30px 20px 30px;
    text-align: center;
  }
  .full-padded {
    padding: 30px;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* -------------------------------- 
	HEADER
-------------------------------- */
.mobile-logo {
  width: 100%;
  height: 80px;
  background: #495c7f;
  position: fixed;
  z-index: 5;
  top: 40px;
  opacity: 0;
  left: 0;
  display: flex!important;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .mobile-logo {
    display: none!important;
    opacity: 0;
  }
}
.mobile-bar {
  position: fixed;
  height: 50px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000000;
  z-index: 9999;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .mobile-bar .offer {
    font-family: 'moderatregular', sans-serif;
    height: 100%;
    font-size: 14px;
    text-align: center;
    color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .mobile-bar .offer a {
    color: #498d8c;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .mobile-bar .offer {
    font-family: 'moderatregular', sans-serif;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.topContainer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  background: #191919;
  z-index: 10;
}
.top-half {
  width: 50%;
  float: left;
  display: flex;
  margin: 0;
  padding: 0;
}
.top-half.top-half-right {
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
.top-half p {
  font-family: 'moderatregular', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: #f3f3f3;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .top-half {
    width: 100%;
  }
}
.topBar {
  width: 100%;
  position: fixed;
  top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
}
.logo-small {
  width: 100px;
  height: auto;
  margin: 0 30px;
  opacity: 0;
}
.logo-small img {
  width: 100%;
  height: auto;
}
.logo-hero {
  position: absolute;
  width: 100%;
  height: 100vh!important;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.logo-hero img {
  width: 60%;
  height: auto;
}
.logo-hero h1 {
  font-size: 1.75rem;
  margin-top: 30px;
  font-family: 'moderatregular', sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #f9f2d9;
  text-align: center;
  text-transform: uppercase;
}
.logo-big {
  width: 60%!important;
  height: auto;
}
.hero-address {
  position: absolute;
  bottom: 40px;
  width: 180px;
  height: auto;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .topBar {
    top: 50px;
    background: rgba(0, 0, 0, 0.6);
  }
  header {
    position: fixed;
    top: 100px;
    height: 30px;
  }
  .logo {
    top: 10px;
    width: 90px;
    margin: 0 auto 0 30px;
  }
}
/* -------------------------------- 
	BUTTONS
-------------------------------- */
.primaryBtn {
  display: block;
  width: 90%;
  max-width: 450px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  color: #f3f3f3;
  background: #c98d0c;
  letter-spacing: 1px;
  padding: 15px 30px;
  border: 1px solid #888;
  margin: 0 auto 20px auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
}
.primaryBtn:hover {
  background: #191919;
  color: #f3f3f3;
}
.secondaryBtn {
  background: #000000;
  color: #f3f3f3;
  border: none;
  font-family: 'moderatregular', sans-serif;
  width: 150px!important;
  padding: 10px 20px;
  margin: 40px 0!important;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.secondaryBtn:hover {
  background: #f3f3f3;
  color: #000000;
}
.readMore {
  display: block;
  font-family: 'moderatregular', sans-serif;
  width: auto;
  max-width: 125px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 0.85em;
  color: #498d8c;
  border-radius: 4px;
  border: 1px solid #498d8c;
  text-transform: uppercase;
  padding: 8px 15px;
  margin: 15px 0;
  transition: background 0.3s;
}
.readMore:hover {
  background: #191919;
  color: #f3f3f3;
}
/* -------------------------------- 
	COMPONENTS
-------------------------------- */
/* FONTS */
@font-face {
  font-family: 'clash_displaymedium';
  src: url('../fonts/clashdisplay-medium-webfont.woff2') format('woff2'), url('../fonts/clashdisplay-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'moderatcondensed_medium';
  src: url('../fonts/moderat-condensed-medium-webfont.woff2') format('woff2'), url('../fonts/moderat-condensed-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'moderatregular';
  src: url('../fonts/moderat-regular-webfont.woff2') format('woff2'), url('../fonts/moderat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.clash {
  font-family: 'clash_displaymedium', sans-serif;
}
.moderatC {
  font-family: 'moderatcondensed_medium', sans-serif;
}
.moderatR {
  font-family: 'moderatregular', sans-serif;
}
p {
  color: #000000;
  font-family: 'moderatregular', sans-serif;
  font-size: 1.225em;
}
h1,
h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: 'moderatregular', sans-serif;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  h1,
  h2 {
    font-size: 1.75rem;
  }
}
h3,
h4 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin: 1rem 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  h3,
  h4 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  h3,
  h4 {
    line-height: 2rem;
  }
}
p,
li {
  line-height: 1.3;
}
/* Mixin */
/* Implementation */
/* Mixin */
/* -------------------------------- 
    SLIDESHOW
-------------------------------- */
#slideshow {
  width: 100%;
  z-index: 3;
}
#slideshow-static {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #slideshow,
  #services,
  #coLiving {
    margin: 0;
  }
}
.imageHolder {
  position: relative;
  width: 100%;
}
.imageHolder .caption {
  position: absolute;
  bottom: -20px;
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
  width: 100%;
  height: 100px;
  background: #191919;
  color: #f3f3f3;
  font-family: 'moderatcondensed_medium', sans-serif;
  letter-spacing: 1px;
  font-size: 2em;
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .imageHolder .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 120px;
    bottom: -30px;
    padding: 0 50px 10px 50px;
    letter-spacing: 1px;
    font-size: 1.5em;
    line-height: 1.225em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .imageHolder .caption {
    bottom: -30px;
  }
  .imageHolder .caption p {
    font-size: 1.75em;
  }
}
/* -------------------------------- 
    HOME SLIDER IMAGES
-------------------------------- */
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6,
.slide7 {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slide1 {
  background: url("../images/hero/50/Hero_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide2 {
  background: url("../images/hero/50/Hero_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide3 {
  background: url("../images/hero/50/Hero_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.slide4 {
  background: url("../images/hero/50/Hero_4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide5 {
  background: url("../images/hero/50/Hero_5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide6 {
  background: url("../images/hero/50/Hero_6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide7 {
  background: url("../images/hero/50/Hero_7.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
/* -------------------------------- 
    RESIDENCES  SLIDER IMAGES
-------------------------------- */
.residences-slide1,
.residences-slide2,
.residences-slide3 {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.residences-slide1 {
  background: url("../images/residences/hero/35/Hero_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.residences-slide2 {
  background: url("../images/residences/hero/35/Hero_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.residences-slide3 {
  background: url("../images/residences/hero/35/Hero_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/* -------------------------------- 
    AMENITIES SLIDER IMAGES
-------------------------------- */
.amenities-slide1,
.amenities-slide2,
.amenities-slide3,
.amenities-slide4 {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.amenities-slide1 {
  background: url("../images/amenities/hero/35/Hero_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.amenities-slide2 {
  background: url("../images/amenities/hero/35/Hero_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.amenities-slide3 {
  background: url("../images/amenities/hero/35/Hero_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.amenities-slide4 {
  background: url("../images/amenities/hero/35/Hero_4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/* -------------------------------- 
    COMMUNITY SLIDER IMAGES
-------------------------------- */
.community-slide1,
.community-slide2,
.community-slide3 {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.community-slide1 {
  background: url("../images/community/hero/30/Hero_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.community-slide2 {
  background: url("../images/community/hero/30/Hero_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.community-slide3 {
  background: url("../images/community/hero/30/Hero_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/* -------------------------------- 
    CO-LIVING SLIDER IMAGES
-------------------------------- */
.co-living-slide1,
.co-living-slide2,
.co-living-slide3 {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.co-living-slide1 {
  background: url("../images/co-living/hero/35/Hero_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.co-living-slide2 {
  background: url("../images/co-living/hero/35/Hero_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.co-living-slide3 {
  background: url("../images/co-living/hero/35/Hero_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/* -------------------------------- 
    CO-LIVING SECOND SLIDER IMAGES
-------------------------------- */
.co-living-slide4,
.co-living-slide5 {
  width: 100%;
  height: 75vh;
  z-index: 1;
}
.co-living-slide4 {
  background: url("../images/co-living/brooke-cagle-g1Kr4Ozfoac-unsplash.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.co-living-slide5 {
  background: url("../images/co-living/drew-farwell-9RLk3ZpulUk-unsplash.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* -------------------------------- 
    GALLERY SLIDER IMAGES
-------------------------------- */
.gallery-slide1,
.gallery-slide2,
.gallery-slide3 {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.gallery-slide1 {
  background: url("../images/gallery/hero/30/Hero_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.gallery-slide2 {
  background: url("../images/gallery/hero/30/Hero_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.gallery-slide3 {
  background: url("../images/gallery/hero/30/Hero_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.servicesCarousel {
  width: 70%;
  margin: 0 auto;
  height: auto;
  min-height: 400px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .servicesCarousel {
    width: 90%;
    margin: 0 auto;
    height: auto;
    min-height: 400px;
  }
}
.serviceCont {
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .serviceCont p {
    font-size: 1.5em;
  }
}
.services1,
.services2,
.services3,
.services4,
.services5 {
  width: 150px!important;
  height: 150px!important;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .services1,
  .services2,
  .services3,
  .services4,
  .services5 {
    width: 200px!important;
    height: 200px!important;
    z-index: 1;
  }
}
.services1 {
  background: url("../images/residences/svgs/FullyFurnished_Icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services1:hover {
  background: url("../images/residences/svgs/FullyFurnished_Icon_HOV.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services2 {
  background: url("../images/residences/svgs/Wifi_Icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services2:hover {
  background: url("../images/residences/svgs/Wifi_Icon_HOV.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services3 {
  background: url("../images/residences/svgs/Security_Icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services3:hover {
  background: url("../images/residences/svgs/Security_Icon_HOV.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services4 {
  background: url("../images/residences/svgs/Cleaning_Icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services4:hover {
  background: url("../images/residences/svgs/Cleaning_Icon_HOV.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services5 {
  background: url("../images/residences/svgs/Staff_Icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.services5:hover {
  background: url("../images/residences/svgs/Staff_Icon_HOV.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.gallery {
  position: relative;
  background: #000000;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.videos {
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* ---- grid ---- */
.grid {
  max-width: 80%;
  padding: 0;
  margin: 40px auto 100px auto;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  margin: 20px auto 10px auto;
}
.grid-item.hidden {
  display: none;
}
.grid-item2 {
  position: relative;
  width: 100%;
  height: auto;
  background: transparent;
}
.grid-item2 img {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .grid {
    max-width: 85%;
    margin: 50px auto;
  }
  .grid-item {
    width: calc(50% - 10px);
    height: auto;
  }
  .grid-item--height2 {
    width: 50%;
    height: auto;
  }
}
/* Original text overlay */
.overlay-message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.grid figure {
  transition: opacity 0.2s ease 3s;
}
.grid figure:hover .gallery-img {
  background-color: #000;
}
.grid figure:hover .overlay-message {
  opacity: 0;
}
figure:hover img {
  cursor: url("images/icon-zoom-white.png"), pointer;
  opacity: 0.5;
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
}
.mfp-figure figure:hover img {
  cursor: pointer;
}
/* portfolio with title */
/* Magnific Popup CSS */
.mfp-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=90);
}
.mfp-black-bg {
  background: rgba(0, 0, 0, 0.7);
}
.mfp-white-bg {
  background: rgba(255, 255, 255, 0.96);
}
.overflow-hidden .mfp-content {
  height: 100%;
}
.overflow-hidden .mfp-iframe-holder .mfp-content {
  height: auto;
}
#search-header .mfp-close {
  background-color: transparent !important;
  color: #484848 !important;
  font-size: 25px !important;
  height: 60px;
  width: 60px;
}
.search-popup {
  cursor: default !important;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-container figure:hover img {
  transform: none;
  opacity: 1;
}
.popup-gallery img,
.lightbox-gallery img,
.image-popup-no-margins img,
.image-popup-vertical-fit img {
  cursor: url("images/icon-zoom.png"), pointer;
}
.portfolio-nav .mfp-close {
  position: inherit;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.search-popup {
  position: initial;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close,
.mfp-image-holder,
.mfp-iframe-holder,
.mfp-close-btn-in,
.mfp-content {
  cursor: url("images/icon-zoom-out.png"), pointer;
}
#popup-form {
  cursor: default;
}
zoom-in .mfp-zoom {
  cursor: url("images/icon-zoom.png"), pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: url("images/icon-zoom-out.png"), pointer;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 18px;
  -webkit-animation-name: initial;
  animation-name: initial;
}
.mfp-iframe-holder .mfp-close,
.mfp-ajax-holder .mfp-close {
  display: none !important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  font-size: 21px;
  cursor: pointer !important;
  position: fixed;
}
.mfp-counter {
  position: absolute;
  top: -13px;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}
.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #000;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #000;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  cursor: default;
  cursor: pointer;
  padding: 15px 0;
  background: #fff;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: normal;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  padding: 0 0 25px;
}
.mfp-title {
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-gallery .mfp-image-holder .mfp-figure .mfp-close {
  display: none;
}
.black {
  color: #000000;
}
p {
  color: #666;
}
.grey {
  background: #498d8c;
}
.darkGray {
  background: #191919;
}
.blackBg {
  background: #000000;
}
.white {
  color: #f3f3f3;
}
.beige {
  color: #f9f2d9 !important;
}
.noBg {
  background: transparent;
}
.liteGray {
  color: #CCC;
}
.yellow {
  background: #c98d0c;
}
.yellowBg {
  background: #c98d0c;
}
.teal {
  color: #498d8c;
}
.tealBg {
  background: #498d8c;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.woff') format('woff'), url('../fonts/fontello/fontello.ttf') format('truetype'), url('../fonts/fontello/fontello.svg#fontello') format('svg');
  font-style: normal;
}
.icon-instagram-1,
.icon-phone-squared,
.icon-facebook-squared,
.icon-angle-left,
.icon-angle-right {
  font-family: fontello;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #000000;
}
.icon-instagram-1.icon-small,
.icon-phone-squared.icon-small,
.icon-facebook-squared.icon-small,
.icon-angle-left.icon-small,
.icon-angle-right.icon-small {
  font-size: 16px;
  margin: 0;
}
.icon-instagram-1.icon-medium,
.icon-phone-squared.icon-medium,
.icon-facebook-squared.icon-medium,
.icon-angle-left.icon-medium,
.icon-angle-right.icon-medium {
  font-size: 28px;
  width: 35px;
  margin: 0;
}
.icon-instagram-1.icon-medium:hover,
.icon-phone-squared.icon-medium:hover,
.icon-facebook-squared.icon-medium:hover,
.icon-angle-left.icon-medium:hover,
.icon-angle-right.icon-medium:hover {
  color: #f9f2d9;
}
.icon-instagram-1.icon-large,
.icon-phone-squared.icon-large,
.icon-facebook-squared.icon-large,
.icon-angle-left.icon-large,
.icon-angle-right.icon-large {
  font-size: 30px;
  margin: 0!important;
}
.icon-instagram-1.icon-large:hover,
.icon-phone-squared.icon-large:hover,
.icon-facebook-squared.icon-large:hover,
.icon-angle-left.icon-large:hover,
.icon-angle-right.icon-large:hover {
  color: #000000;
}
.icon-instagram-1.icon-arrow,
.icon-phone-squared.icon-arrow,
.icon-facebook-squared.icon-arrow,
.icon-angle-left.icon-arrow,
.icon-angle-right.icon-arrow {
  font-size: 30px;
  margin: 0;
  color: #000000 !important;
}
.icon-instagram-1.icon-arrow:hover,
.icon-phone-squared.icon-arrow:hover,
.icon-facebook-squared.icon-arrow:hover,
.icon-angle-left.icon-arrow:hover,
.icon-angle-right.icon-arrow:hover {
  color: #f3f3f3 !important;
}
.icon-angle-right {
  padding-left: 7px;
}
.icon-angle-left {
  padding-left: 5px;
}
.icon-record:before {
  content: '\e801';
}
/* '' */
.icon-location:before {
  content: '\e803';
}
/* '' */
.icon-left-open:before {
  content: '\e804';
}
/* '' */
.icon-right-open:before {
  content: '\e805';
}
/* '' */
.icon-up-open:before {
  content: '\e806';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e807';
}
/* '' */
.icon-phone-squared:before {
  content: '\f098';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}
/* '' */
.icon-instagram-1:before {
  content: '\f32d';
}
/* '' */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------- 

   REVEAL IMAGES

-------------------------------- */
/* -------------------------------- 

   GENERAL CONTAINERS

-------------------------------- */
.full {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .full {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.half {
  position: relative;
  width: 50%;
  height: auto!important;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .half {
    width: 100%!important;
  }
}
.twenty-five {
  width: 25%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .twenty-five {
    width: 100%!important;
  }
}
.third {
  width: 33.3%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .third {
    width: 100%!important;
  }
}
.fourth {
  width: 40%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .third {
    width: 100%!important;
  }
}
.sixty {
  width: 60%;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .sixty {
    width: 100%!important;
  }
}
.sixty-six {
  width: 66%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .sixty-six {
    width: 100%!important;
  }
}
.seventy-five {
  width: 75%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .seventy-five {
    width: 100%!important;
  }
}
.fourth {
  width: 40%;
  height: auto;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .fourth {
    width: 100%!important;
    height: auto;
    margin: 0;
    padding: 0!important;
    text-align: left!important;
  }
}
.blue-bg {
  background: #495c7f;
  color: #f3f3f3 !important;
}
.beige-bg {
  background: #bfbfbf;
}
.gray-bg {
  background: #191919;
}
font-face {
  font-family: "DIN Next W01 Condensed Bold";
  src: url("https://db.onlinewebfonts.com/t/f948b71f29b05d736a9784eae7c0ce42.eot");
  src: url("https://db.onlinewebfonts.com/t/f948b71f29b05d736a9784eae7c0ce42.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/f948b71f29b05d736a9784eae7c0ce42.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/f948b71f29b05d736a9784eae7c0ce42.woff") format("woff"), url("https://db.onlinewebfonts.com/t/f948b71f29b05d736a9784eae7c0ce42.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/f948b71f29b05d736a9784eae7c0ce42.svg#DIN Next W01 Condensed Bold") format("svg");
}
.din {
  font-family: "DIN Next W01 Condensed Bold";
  margin: 0;
  line-height: 1em;
}
/* -------------------------------- 
  C U S T O M
-------------------------------- */
.luca-logo-table {
  width: 110px;
  height: auto;
}
.table-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: 'moderatregular', sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .table-headline {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin: 0;
    padding: 0;
  }
}
.datasource {
  font-family: 'moderatregular', sans-serif;
  font-size: 0.8em;
  color: #000000;
  padding: 0 10px 20px 20px;
}
.compliant {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: right;
  border-bottom: 6px solid #000000;
}
.compliance-logos {
  margin-left: 15px;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .luca-logo-table {
    width: 70px;
    height: auto;
  }
}
.check {
  width: 40px;
  height: 40px;
  background: url("../images/tables/check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cross {
  width: 50px;
  height: 50px;
  background: url("../images/tables/cross.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .check {
    width: 20px;
    height: 20px;
    background: url("../images/tables/check.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cross {
    width: 30px;
    height: 30px;
    background: url("../images/tables/cross.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* -------------------------------- 
	T A B L E S 
-------------------------------- */
.table-container {
  width: 95%;
  margin: 0 auto!important;
  padding: 0!important;
}
.responsive-table {
  margin: 0 auto!important;
  padding: 0!important;
}
.responsive-table li {
  border-radius: 3px;
  margin: 4px!important;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  font-family: 'moderatregular', sans-serif;
}
.responsive-table li:first-child {
  padding-top: 0;
}
.responsive-table li:last-child {
  border-bottom: 1px solid #000000;
}
.responsive-table .table-header {
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid #000000;
}
.responsive-table .table-title {
  font-family: 'moderatregular', sans-serif;
  text-align: center;
  font-size: 1.225em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsive-table .table-subtitle {
  font-family: 'moderatregular', sans-serif;
  color: #f3f3f3;
  letter-spacing: 1px;
  text-align: center;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsive-table .col-1,
.responsive-table .col-2,
.responsive-table .col-3,
.responsive-table .col-4,
.responsive-table .col-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.responsive-table .col-1 {
  flex-basis: 20%;
}
.responsive-table .col-2 {
  flex-basis: 20%;
}
.responsive-table .col-3 {
  flex-basis: 20%;
}
.responsive-table .col-4 {
  flex-basis: 20%;
}
.responsive-table .col-5 {
  flex-basis: 20%;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .table-container {
    width: 100%;
    margin: 60px auto!important;
    padding: 0!important;
  }
  .responsive-table {
    margin: 0 auto!important;
    padding: 0!important;
  }
  .responsive-table li {
    font-size: 0.9em;
    border-radius: 3px;
    margin: 4px!important;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-family: 'moderatregular', sans-serif;
  }
  .responsive-table li:first-child {
    padding-top: 0;
  }
  .responsive-table li:last-child {
    border-bottom: 1px solid #000000;
  }
  .responsive-table li:nth-child(even) {
    background-color: rgba(243, 243, 243, 0.7);
  }
  .responsive-table .table-header {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0;
    background: transparent;
    border-bottom: 1px solid #000000;
  }
  .responsive-table .table-title {
    font-size: 0.8em !important;
    display: flex;
    align-items: center;
  }
  .responsive-table .col-1 {
    flex-basis: 32%;
  }
  .responsive-table .col-2 {
    flex-basis: 17%;
  }
  .responsive-table .col-3 {
    flex-basis: 17%;
  }
  .responsive-table .col-4 {
    flex-basis: 17%;
  }
  .responsive-table .col-5 {
    flex-basis: 17%;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 9999;
  position: absolute;
  top: 50%;
  display: block;
  width: 80px;
  height: auto;
  margin: -50px 0 0 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-next {
  right: 0px;
  left: auto;
  opacity: 1;
  transform: scale(0.7);
}
.slick-prev {
  left: 0px;
  right: auto;
  opacity: 1;
  transform: rotate(180deg) scale(0.7);
}
.slick-next:hover {
  opacity: 1;
}
.slick-prev:hover {
  opacity: 1;
}
.slick-prev:before {
  content: url('../images/svgs/Carousel_Arrow_black.svg');
}
.slick-next:before {
  content: url('../images/svgs/Carousel_Arrow_black.svg');
}
.slick-next:hover:before {
  opacity: 1;
  content: url('../images/svgs/Carousel_Arrow_HOV.svg');
}
.slick-prev:hover:before {
  opacity: 1;
  content: url('../images/svgs/Carousel_Arrow_HOV.svg');
}
/* TABLET */
@media only screen and (min-width: 320px) and (max-width: 959px) {
  .slick-next {
    right: 10px;
    left: auto;
    opacity: 1;
  }
  .slick-prev {
    left: 10px;
    right: auto;
    opacity: 1;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 10px;
  }
  [dir='rtl'] .slick-prev {
    right: -10px;
    left: auto;
  }
  .slick-prev:before {
    content: url('../images/svgs/Carousel_Arrow_black.svg');
  }
  .slick-next:before {
    content: url('../images/svgs/Carousel_Arrow_black.svg');
  }
  [dir='rtl'] .slick-prev:before {
    content: url('arrowPrev.svg');
  }
  [dir='rtl'] .slick-next:before {
    content: url('./arrowNext.svg');
  }
}
/* Dots */
/* Slider */
.slick-slider {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  display: block;
  -moz-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.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;
}
/*==============================================================*/
/*==============================================================*/
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #000000;
}
.datepicker-top-left::before,
.datepicker-top-right::before,
.datepicker-top-left::after,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #000000;
}
.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #000000;
}
.datepicker-bottom-left::before,
.datepicker-bottom-right::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #000000;
}
.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before,
.datepicker-bottom-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: #000000;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #000000;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #000000;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #000000;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #000000;
}
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}
/* -------------------------------- 
  G R I D   G A L L E R Y
-------------------------------- */
.grid {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-item {
  position: relative;
  float: left;
  width: 33%;
  height: auto;
  margin: 0;
}
.grid-item figure {
  border: 1px solid #000000;
  padding: 25px;
  margin: 0px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.grid-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-item.hidden {
  display: none;
}
.grid-item--height2 {
  width: 25%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .grid {
    max-width: 85%;
  }
  .grid-item {
    width: 50%;
    height: auto;
  }
  .grid-item figure {
    padding: 15px;
  }
  .grid-item--height2 {
    width: 50%;
    height: auto;
  }
}
figure {
  margin: 5px;
  position: relative;
  overflow: hidden;
  background: transparent;
}
figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.grid figure:hover {
  background-color: #495c7f;
  transition: all 0.6s, ease 0.5s;
}
figure:hover img {
  cursor: url("images/icon-zoom-white.png"), pointer;
  opacity: 1;
  background: #495c7f;
  transform: scale(1, 1);
  transition: all 0.3s ease 0s;
}
/* -------------------------------- 
  F A Q   A C C O R D I O N 
-------------------------------- */
.faq-content {
  width: 90%;
  padding: 0;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .faq-content.faq-mobile {
    margin: 60px auto;
  }
}
.faq-content p {
  font-family: 'moderatregular', sans-serif !important;
  font-size: 1.65em;
  letter-spacing: 1.5px;
  color: #000000;
}
.faq-content span {
  font-family: 'moderatregular', sans-serif;
  font-size: 1em;
}
.liner {
  width: 100%;
  height: 20px;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
/*Question*/
.question {
  position: relative;
  background: transparent;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0;
  margin: 0;
  width: 100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.answers ul {
  line-height: 1;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0 10px 0 0;
}
.answers ul li {
  margin-top: 0;
  margin-bottom: 2rem;
  position: relative;
  margin-left: 2rem;
  font-family: 'moderatregular', sans-serif;
  color: #000000;
  opacity: 1;
}
.answers ul li::before {
  content: "";
  background-image: url("../images/svgs/list_arrows_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -2rem;
  top: 5px;
}
.questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 0;
}
/*FAQ Toggle*/
.plus {
  position: absolute;
  right: 0;
  margin-right: 20px;
  z-index: 5;
  font-size: 1.75em;
  font-family: 'moderatregular', sans-serif;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.questions {
  display: none;
}
/* -------------------------------- 
  3 D   T O U R 
-------------------------------- */
#tour {
  width: 100%;
  height: 100%;
  min-height: 562px;
  margin: 0 auto;
}
/* -------------------------------- 
  N E W S   M A R Q U E E
-------------------------------- */
.marquee {
  width: auto;
  max-width: 400px;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.marquee a {
  font-family: 'moderatregular', sans-serif;
  color: #f9f2d9;
  font-size: 0.9em;
  display: inline-block;
  padding: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .marquee {
    width: 100%;
    max-width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
  }
}
/* -------------------------------- 
  O F F E R   M O D A L 
-------------------------------- */
.pop-up {
  width: 70%;
  margin: 0 auto;
  height: auto;
  background: white;
  display: flex;
  flex-direction: row!important;
  flex-wrap: wrap!important;
}
.half-offer {
  width: 50%;
  float: left;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .pop-up {
    width: 95%;
  }
  .half-offer {
    width: 100%;
    padding: 40px;
    min-height: auto;
  }
}
.offer {
  text-align: center;
  max-width: 60%;
}
.offer p {
  font-family: 'moderatregular', sans-serif;
  font-size: 1.225em;
  color: #f3f3f3;
}
.offer h3 {
  font-family: 'moderatregular', sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #f3f3f3;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offer {
    max-width: 100%;
  }
  .offer h3 {
    font-size: 1.5em;
  }
}
.pop-up-image {
  background: url('../images/pop-up-thumb.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* -------------------------------- 
  N E W S   M O D A L 
-------------------------------- */
#newsletter-popup {
  width: 300px;
  height: 270px;
  position: fixed;
  background: url('../images/mustard.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  right: 5%;
  padding: 25px!important;
  -webkit-transition: bottom 0.9s ease-out;
  -moz-transition: bottom 0.9s ease-out;
  -o-transition: bottom 0.9s ease-out;
  transition: bottom 0.9s ease-out;
  z-index: 50;
}
@media (max-width: 767px) {
  #newsletter-popup {
    right: auto;
    left: 50%;
    margin-left: -140px;
    width: 280px;
  }
}
#newsletter-popup.close-me {
  bottom: -400px;
}
#newsletter-popup img {
  width: 100%;
  display: block;
  z-index: 51;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 37, 61, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 37, 61, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 37, 61, 0.4);
}
#close-newsletter-popup {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
  background-color: #00253D;
  color: #E1DAD5;
  display: block;
  position: absolute;
  top: -12px;
  right: -10px;
  border: 1px solid #00253D;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 29px;
  text-align: center;
  z-index: 52;
  cursor: pointer;
  padding: 0;
  outline: none;
}
@media (max-width: 767px) {
  #close-newsletter-popup {
    background-color: #E1DAD5;
    color: #00253D;
    border: 1px solid #E1DAD5;
    top: 10px;
    right: 10px;
  }
}
.offer-banner {
  height: 100%;
  width: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.offer-banner h2 {
  text-align: center;
  font-family: 'moderatcondensed_medium', sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #f3f3f3;
  margin: 0 0 10px 0;
}
.offer-banner h4 {
  font-family: 'moderatregular', sans-serif;
  font-size: 1.5em;
  color: #f3f3f3;
}
/* -------------------------------- 
  PHONE BTN
-------------------------------- */
.phone-btn {
  width: 25px;
  height: 25px;
  top: 80px;
  right: 30px;
  position: fixed;
  z-index: 99;
  color: #f3f3f3;
}
.apply {
  display: flex;
  font-family: 'moderatregular', sans-serif;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #f3f3f3 !important;
  padding: 5px 15px!important;
  border: 1px solid #f9f2d9;
  border-radius: 25px;
}
.apply:hover {
  background: #f9f2d9;
  color: #000000 !important;
  text-decoration: none;
  border-bottom: none!important;
}
.btn {
  padding: 0.5rem 1rem;
  border: 1px solid black;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 4rem;
  cursor: pointer;
  margin: 0;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  background-image: url("../images/svgs/button_arrow.svg");
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background-color: #495c7f;
  border: 1px solid #f9f2d9;
  color: #f9f2d9;
}
.btn:hover::after {
  background-image: url("../images/svgs/button_arrow_white.svg");
}
.btn.btnDown::after {
  transform: translateY(-50%) rotate(90deg);
}
.fullPageImg {
  width: 100%;
  aspect-ratio: 5 / 2;
}
.fullPageImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.containedImg {
  width: auto;
  margin: 0 60px;
  aspect-ratio: 5 / 2;
}
.containedImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .fullPageImg {
    width: 100%;
    aspect-ratio: 3 / 2;
  }
  .fullPageImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .containedImg {
    width: auto;
    margin: 0 30px;
    aspect-ratio: 2 / 2;
  }
  .containedImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#m_park_btn {
  color: #495c7f;
  font-family: 'moderatcondensed_medium', sans-serif;
}
#m_transport_btn {
  color: #495c7f;
  font-family: 'moderatcondensed_medium', sans-serif;
}
#m_shop_btn {
  color: #495c7f;
  font-family: 'moderatcondensed_medium', sans-serif;
}
#m_lifestyle_btn {
  color: #495c7f;
  font-family: 'moderatcondensed_medium', sans-serif;
}
#m_rest_btn {
  color: #495c7f;
  font-family: 'moderatcondensed_medium', sans-serif;
}
#restmarkers .nums {
  color: #495c7f;
}
#shopmarkers .nums {
  color: #495c7f;
}
#lifestylemarkers .nums {
  color: #495c7f;
}
#transportmarkers .nums {
  color: #495c7f;
}
#parkmarkers .nums {
  color: #495c7f;
}
#map {
  border: 1px solid #000000;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.map {
  width: 100%;
  margin: 0 auto;
  height: 600px;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .map {
    height: 100vh;
  }
}
#fullmap {
  width: 75%;
  float: right;
  height: 100%;
}
.pois {
  position: absolute;
  width: 25%;
  left: 0;
  font-family: 'moderatcondensed_medium', sans-serif;
  font-size: 18px;
  line-height: 18px;
  height: 100%;
  z-index: 10;
  background: transparent;
  overflow: hidden;
  border-right: 1px solid #495c7f;
}
.poi_btn {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  cursor: pointer;
  width: 100%;
  color: #000000 !important;
  padding: 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #495c7f;
  font-family: 'moderatcondensed_medium', sans-serif;
}
.bnam {
  display: inline-block !important;
  vertical-align: top;
  font-family: 'moderatregular', sans-serif;
  width: 85%;
  color: #FFFFFF;
  line-height: 14px !important;
  margin-top: 0 !important;
  margin-left: 20px;
  font-size: 14px !important;
}
.subss {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.subss:hover {
  opacity: 0.5;
}
.poi_plus {
  position: absolute;
  right: 0;
  top: 0;
}
.map_active .plus {
  display: none !important;
}
.minus {
  display: none !important;
}
.map_active .minus {
  display: block !important;
}
.plus {
  display: block;
}
.plus,
.minus {
  width: 18px;
  margin-top: 0 !important;
}
.sub_menus .subss {
  margin: 0;
  display: block;
}
.nums {
  font-size: 0px;
  font-family: 'moderatcondensed_medium', sans-serif;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
  margin-top: -10px;
}
.sub_menus {
  max-height: 0;
  background: #495c7f;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.map_active .sub_menus {
  max-height: 1000px !important;
}
.sub_padding {
  padding-top: 0px;
  padding-bottom: 20px;
}
.sub_m {
  padding-top: 15px;
  margin-top: 5px;
  width: 100%;
  margin-left: -29px;
  padding-left: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: hidden;
}
.pois_inner_menu {
  box-sizing: border-box;
  padding: 60px 30px;
  max-height: 100%;
  overflow: scroll;
}
@media screen and (max-width: 1052px) {
  .map {
    height: auto;
    border: none;
  }
  #fullmap {
    width: 100%;
    height: 450px;
    float: none;
  }
  .pois {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
  }
  .sub_m {
    margin-left: 0px;
  }
  .poi_btn {
    font-size: 24px;
    line-height: 36px;
    cursor: pointer;
    padding: 15px 10% 10px 8%;
    box-sizing: border-box;
    border-bottom: 2px solid #495c7f;
  }
}
.colivingFlex {
  width: 90%;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .colivingFlex {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.flexChild {
  border: 1px solid black;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.flexChild span {
  border: 1px solid black;
  background-color: #f9f2d9;
  border-radius: 50%;
  padding: 1em;
  display: inline-block;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
}
.flexChild:hover {
  background-color: #495c7f;
}
.flexChild:hover h4 {
  color: #f9f2d9;
}
.flexChild:hover p {
  color: #f9f2d9;
}
.flexChild:hover span {
  color: black;
}
.copyContainer {
  text-align: left;
  padding: 4rem 0 2rem;
  width: 90%;
  margin-inline: auto;
}
.copyContainer h4 {
  margin-bottom: 1rem;
  text-align: left!important;
  text-transform: uppercase;
}
.imageContainer {
  border-top: 1px solid black;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* -------------------------------- 
  NAVIGATION
-------------------------------- */
.homeNav {
  max-width: 100%;
  margin: 0;
  width: auto;
  padding: 0;
  z-index: 10;
}
ul.topnav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 40px;
}
ul.topnav li {
  display: inline-block;
  padding: 0 0.75em;
}
ul.topnav li a {
  font-family: 'moderatregular', sans-serif;
  color: #f3f3f3;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.8em !important;
}
ul.topnav li a.small {
  font-family: 'moderatregular', sans-serif;
  font-size: 11px!important;
}
ul.topnav li a:hover {
  border-bottom: 1px solid #f3f3f3;
}
ul.topnav a.select {
  color: #f3f3f3;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .homeNav {
    display: none;
  }
  #navigation {
    margin-top: 0;
  }
  #navigation li a {
    font-family: 'moderatregular', sans-serif;
    font-size: 0.9em;
  }
}
/* -------------------------------- 
  MAIN NAVIGATION
-------------------------------- */
content {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: auto;
  transition: transform 0.5s;
}
.content {
  background: white;
}
.nav-open content {
  transform: translateX(-280px);
  overflow: hidden;
}
.nav-trigger {
  position: fixed;
  top: 65px;
  right: 30px;
  height: 30px;
  width: 30px;
  text-indent: -60px;
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 999;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 2px;
  width: 40px;
  background: #f3f3f3;
}
.nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}
.nav-trigger span::before,
.nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background 0.3s, transform 0.3s;
}
.nav-trigger span::before {
  transform: translateY(-9px);
}
.nav-trigger span::after {
  transform: translateY(9px);
}
.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: #f3f3f3;
}
.nav-open .nav-trigger span {
  background: transparent;
}
.nav-open .nav-trigger {
  color: #f3f3f3;
}
.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: #f3f3f3;
}
.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
}
.nav-open .overlay {
  opacity: 0.95;
  visibility: visible;
}
.nav-container {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 2.5em;
  background: #495c7f;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transform: scale(0.9);
  transition: all 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
}
.nav-open .nav-container {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: left;
  flex-direction: column;
}
ul.nav li {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.nav a {
  display: block;
  border: none;
  font-family: 'moderatregular', sans-serif;
  padding: 0;
  font-size: 1.75rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f9f2d9;
  transition: transform 0.2s, color 0.2s;
}
.nav a:hover {
  color: #f3f3f3;
  text-decoration: none;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.mobile-footer {
  margin: 20px 0 0 0;
  border-top: 2px solid #f9f2d9;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.nav-social {
  display: flex;
  color: #f9f2d9 !important;
}
.events {
  width: 100%;
}
.infoGridContainerSlider {
  display: grid;
  color: #f9f2d9;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .infoGridContainerSlider {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .infoGridContainerSlider {
    width: 100%;
  }
}
.infoGridContainerSlider .infoGridItemSlider {
  display: flex;
  position: relative;
  border-right: 1px solid black;
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .infoGridContainerSlider .infoGridItemSlider {
    width: 100%!important;
    border-right: 1px solid black;
    min-height: 550px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .infoGridContainerSlider .infoGridItemSlider {
    min-height: 600px;
  }
}
.infoGridContainerSlider .infoGridItemSlider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .infoGridContainerSlider .infoGridItemSlider:before {
    background: rgba(0, 0, 0, 0.8);
  }
}
.infoGridContainerSlider .infoGridItemSlider:first-child {
  border-left: none;
}
.infoGridContainerSlider .infoGridItemSlider img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .infoGridContainerSlider .infoGridItemSlider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    z-index: 1;
  }
}
.infoGridContainerSlider .infoGridItemSlider .topTitle {
  opacity: 0;
  margin: 1em 0 0.5em 0;
  color: #f9f2d9;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .infoGridContainerSlider .infoGridItemSlider .topTitle {
    opacity: 1;
  }
}
.infoGridContainerSlider .infoGridItemSlider span {
  border: 1px solid black;
  padding: 1em;
  border-radius: 50%;
  display: inline-block;
  color: black;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .infoGridContainerSlider .infoGridItemSlider span {
    border: 1px solid #f9f2d9;
    color: #f9f2d9;
  }
}
.infoGridContainerSlider .infoGridItemSlider .bottomTitle {
  color: black;
  position: absolute;
  bottom: 0;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .infoGridContainerSlider .infoGridItemSlider .bottomTitle {
    display: none;
  }
}
.infoGridContainerSlider .infoGridItemSlider .titleWrapper {
  margin: 0;
  padding: 0;
}
.infoGridContainerSlider .infoGridItemSlider:hover img {
  opacity: 0.7;
}
.infoGridContainerSlider .infoGridItemSlider:hover .topTitle {
  opacity: 1;
  transform: translateY(0);
}
.infoGridContainerSlider .infoGridItemSlider:hover ul {
  list-style: none;
}
.infoGridContainerSlider .infoGridItemSlider:hover ul li {
  opacity: 1;
  color: #f9f2d9;
  font-family: 'moderatregular', sans-serif;
  transform: translateY(0);
}
.infoGridContainerSlider .infoGridItemSlider:hover span {
  color: #f9f2d9;
  border: 1px solid #f9f2d9;
}
.infoGridContainerSlider .infoGridItemSlider:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.infoGridContainerSlider .infoGridItemSlider:hover .bottomTitle {
  transform: translateY(-100%);
  opacity: 0;
  color: #f9f2d9;
}
.infoGridContainer {
  display: grid;
  grid-template-columns: 1fr;
  color: #f9f2d9;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .infoGridContainer {
    grid-template-columns: repeat(4, 1fr);
  }
}
.infoGridContainer .infoGridItem {
  display: flex;
  position: relative;
  border-left: 1px solid black;
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .infoGridContainer .infoGridItem {
    min-height: 600px;
  }
}
.infoGridContainer .infoGridItem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
}
.infoGridContainer .infoGridItem:first-child {
  border-left: none;
}
.infoGridContainer .infoGridItem img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.infoGridContainer .infoGridItem .topTitle {
  opacity: 0;
  margin: 1em 0 0.5em 0;
  color: #f9f2d9;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out 0.5s;
}
.infoGridContainer .infoGridItem ul {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.infoGridContainer .infoGridItem ul li {
  margin-top: 0;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 1rem;
  font-family: 'moderatregular', sans-serif;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out 0.75s;
}
.infoGridContainer .infoGridItem ul li:nth-child(2) {
  transition: all 0.5s ease-in-out 1s;
}
.infoGridContainer .infoGridItem ul li:nth-child(3) {
  transition: all 0.5s ease-in-out 1.25s;
}
.infoGridContainer .infoGridItem ul li::before {
  content: "";
  background-image: url("../images/svgs/list_arrows_beige.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -2rem;
  top: 5px;
}
.infoGridContainer .infoGridItem span {
  border: 1px solid black;
  padding: 1em;
  border-radius: 50%;
  display: inline-block;
  color: black;
  transition: all 0.3s ease-in-out;
}
.infoGridContainer .infoGridItem .bottomTitle {
  color: black;
  position: absolute;
  bottom: 0;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.infoGridContainer .infoGridItem .titleWrapper {
  margin: 0;
  padding: 0;
}
.infoGridContainer .infoGridItem:hover img {
  opacity: 0.7;
}
.infoGridContainer .infoGridItem:hover .topTitle {
  opacity: 1;
  transform: translateY(0);
}
.infoGridContainer .infoGridItem:hover ul {
  list-style: none;
}
.infoGridContainer .infoGridItem:hover ul li {
  opacity: 1;
  color: #f9f2d9;
  font-family: 'moderatregular', sans-serif;
  transform: translateY(0);
}
.infoGridContainer .infoGridItem:hover span {
  color: #f9f2d9;
  border: 1px solid #f9f2d9;
}
.infoGridContainer .infoGridItem:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.infoGridContainer .infoGridItem:hover .bottomTitle {
  transform: translateY(-100%);
  opacity: 0;
  color: #f9f2d9;
}
.copyContainer {
  position: relative;
  padding: 2rem;
  z-index: 1;
}
.copyContainer h3,
.copyContainer span {
  font-family: 'moderatregular', sans-serif;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
.accordion {
  width: 90%;
  margin-inline: auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.accordion button {
  text-transform: uppercase;
  border-top: 1px solid #000;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
.accordion button::after {
  content: "";
  position: absolute;
  background-color: black;
  top: 0;
  right: 0;
  width: 1px;
  height: 1rem;
}
.accordion button .plusMinus {
  margin-right: 1rem;
  font-size: 2rem;
}
.accordion button p {
  padding-bottom: 2rem;
}
.accordion ul {
  width: 90%;
  margin-inline: auto;
  line-height: 1.5;
  padding: 0rem 0 2rem 0;
  list-style: none;
}
.accordion ul li {
  position: relative;
  margin-left: 2rem;
  margin-bottom: 1rem;
  font-family: 'moderatregular', sans-serif;
}
.accordion ul li::before {
  content: "";
  background-image: url("../images/svgs/list_arrows_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -2rem;
  top: 5px;
}
.rotate {
  transform: rotate(180deg);
}
.flexSectionContainer {
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.flexSectionContainer.borderBottom {
  border-bottom: 1px solid black;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .flexSectionContainer {
    flex-direction: row;
  }
  .flexSectionContainer.rowReverse {
    flex-direction: row-reverse;
  }
}
.flexSectionCopyContainer,
.flexSectionImageContainer {
  flex: 1;
}
.flexSectionCopyContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flexSectionCopyContainer.flexSectionListContainer {
  align-items: flex-start;
}
.flexSectionImageContainer {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.flexSectionImageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .switch {
    order: 2;
  }
}
.copy {
  width: 90%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .copy {
    width: 90%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 3rem 0;
  }
}
.listCopy {
  padding: 2rem 0;
  width: 90%;
  margin-inline: auto;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .listCopy {
    width: 80%;
  }
}
.listCopy h3 {
  margin-bottom: 2rem;
  line-height: 1em;
}
.listCopy ul {
  list-style: none;
}
.listCopy li {
  border-bottom: 1px solid black;
  padding: 2rem 0;
  position: relative;
  padding-left: 5rem;
}
.listCopy li:first-child {
  border-top: 1px solid black;
}
.listCopy li::before {
  content: "";
  background-image: url("../images/svgs/circle_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.galleryBtn {
  width: fit-content;
  color: black;
}
/*==============================================================*/
/*==============================================================*/
.contactArea {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 130px;
  z-index: 4;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .contactArea {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
    z-index: 4;
  }
}
/*==============================================================*/
/*==============================================================*/
.line {
  height: 1px;
  width: 100%;
  background: #000000;
}
.lineBeige {
  height: 1px;
  width: 100%;
  background: #f9f2d9;
}
.lucaMap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.staticMap {
  margin-top: 20px;
  width: 70%;
  height: 70%;
  background: url('../images/contact/Contact_Map.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.staticMap.beigeMap {
  margin-top: 0;
  background: url('../images/contact/Contact_Map_Beige.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.staticMap:hover {
  background: url('../images/contact/Contact_Map_HOV.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .staticMap {
    width: 90%;
    margin: 0 auto;
    height: 300px;
  }
}
#contact-form {
  width: 100%;
  margin: 0;
  padding: 0 30px 0 30px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #contact-form {
    width: 100%!important;
    margin: 20px auto 0 auto!important;
    padding: 0!important;
  }
}
/*==============================================================*/
/*==============================================================*/
button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-button {
  width: 120px;
  height: 35px;
  margin: 0 auto 40px auto;
  background: transparent;
  font-family: 'moderatregular', sans-serif;
  color: #000000;
  font-size: 0.85em;
  line-height: 1.125em;
  padding: 0;
  border-radius: 30px;
  border: 1px solid black;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  position: relative;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.submit-button.beigeBtn {
  color: #000000;
  background: #f9f2d9;
  font-family: 'moderatregular', sans-serif;
  font-size: 0.85em;
  border: 1px solid #f9f2d9;
}
.submit-button:hover {
  background: #000000;
}
.submit-button:hover p {
  color: #f9f2d9;
}
#btnText {
  text-transform: uppercase;
  line-height: 40px!important;
  margin-top: 20px!important;
}
.activeBtn {
  display: none;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
}
.sending {
  transition: all 1s;
  opacity: 0.6;
  background: #495c7f;
}
.sending p {
  margin: 0 auto;
  transition: 1s;
  font-family: 'moderatregular', sans-serif;
  color: #f3f3f3;
}
/*==============================================================*/
/*==============================================================*/
.form-group {
  position: relative;
  margin: 0;
  padding: 0!important;
  max-width: 100%;
}
.help-block {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  padding: 0;
  height: auto;
  align-items: center;
  justify-content: center;
  text-align: right;
}
.help-block ul {
  margin: 0;
  padding: 0;
}
.help-block li {
  padding: 0;
  font-size: 16px;
  height: 24px;
}
.help-block.with-errors {
  color: inherit;
  text-align: right;
  padding: 2px 10px;
  border-radius: 2px;
  margin: 0;
  font-family: 'moderatregular', sans-serif;
  font-size: 16px;
}
.form-double-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .form-double-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.form-container {
  z-index: 1;
}
label {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'moderatregular', sans-serif;
}
input,
textarea {
  width: 100%;
  padding: 10px!important;
  margin: 4px 0!important;
  font-size: 16px!important;
  font-family: 'moderatregular', sans-serif;
  background: transparent!important;
  border-radius: 30px!important;
  letter-spacing: 0;
  border: 1px solid #000000 !important;
  color: #000000;
}
input.beige,
textarea.beige {
  border: 1px solid #f9f2d9 !important;
}
.contactPage {
  color: #f9f2d9 !important;
}
input[type=button],
input[type=submit],
input[type=reset] {
  font-family: 'moderatregular', sans-serif;
  font-size: 16px;
  max-width: 100px;
  border: none;
  background: transparent;
  color: #000000;
  margin: 20px auto;
  padding: 10px 20px;
  cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  background: #000000;
  color: #f3f3f3;
}
input [type="text"],
input[type="text "],
input[type="email"],
input[type="textarea"],
textarea {
  color: #000000;
  font-family: 'moderatregular', sans-serif;
}
select {
  /* styling */
  background: transparent;
  border: 1px solid black;
  border-radius: 4px;
  display: inline-block;
  font-family: 'moderatregular', sans-serif;
  line-height: 1.5em;
  padding: 0.5em 4.7em 0.8em 1em;
  /* reset */
  margin: 0!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: black;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#message {
  padding: 0;
  font-family: 'moderatregular', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f2d9 !important;
}
#mail-status {
  padding: 12px 20px;
  width: 100%;
  display: none;
  font-size: 1em;
  font-family: 'moderatregular', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f2d9 !important;
}
.error {
  background-color: #F7902D;
  margin-bottom: 10px;
}
.success {
  background-color: #48e0a4;
}
.g-recaptcha {
  position: relative;
  width: auto;
  height: 78px;
  margin-bottom: 20px;
  overflow: hidden;
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* -------------------------------- 
  O F F E R   M O D A L 
-------------------------------- */
.fancybox-close-small {
  background: #f9f2d9;
  width: 60px!important;
  height: 60px!important;
}
.fancybox-close-small img {
  width: 50px;
}
.pop-up {
  width: 45%;
  margin: 0 auto;
  height: auto;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #f9f2d9 !important;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .pop-up {
    padding: 0 20px!important;
  }
}
.modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .pop-up {
    width: 95%;
  }
  .modal {
    width: 90%;
    padding: 40px 10px;
    min-height: auto;
  }
}
.offer {
  text-align: center;
  max-width: 80%;
}
.offer p {
  font-family: 'moderatregular', sans-serif;
  font-size: 1.225em;
  color: #000000;
}
.offer h3 {
  font-family: 'moderatregular', sans-serif;
  font-size: 2.25rem;
  line-height: 1em;
  color: #000000;
}
.offer span {
  font-family: 'moderatregular', sans-serif;
  color: #000000;
  font-size: 1.225em;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offer {
    max-width: 100%;
  }
  .offer h3 {
    line-height: 1.225em;
  }
  .offer p {
    font-size: 1.325rem;
    text-align: left;
  }
}
.pop-up-image {
  background: url('../images/pop-up-offer.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.offerBtn {
  background: #000000;
  color: #f3f3f3;
  font-family: 'moderatregular', sans-serif;
  font-size: 1em;
  border: 1px solid #f3f3f3;
  border-radius: 20px!important;
  width: auto!important;
  padding: 15px 30px;
  margin: 40px auto;
  transition: background 0.3s;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.offerBtn:hover {
  background: #000000 !important;
  transform: scale 1.5;
  color: #f3f3f3 !important;
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offerBtn {
    font-family: 'moderatregular', sans-serif;
    margin: 0 auto 20px auto;
    padding: 10px 20px;
    font-size: 1.5em;
  }
}
footer {
  width: 100%;
  padding: 0 60px;
  height: auto;
  position: relative;
  z-index: 4;
}
.footerAddress p {
  font-family: 'moderatregular', sans-serif;
  font-size: 0.6em;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  footer {
    display: flex;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
  }
  .footerAddress p {
    font-family: 'moderatregular', sans-serif;
    text-align: center;
    font-size: 1em;
    margin-top: 20px;
    text-transform: uppercase;
  }
}
.footerLeft {
  float: left;
  width: 22%;
  padding-top: 10px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footerRight {
  float: right;
  width: 70%;
  padding-top: 10px;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .footerLeft,
  .footerRight {
    float: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footerIcons {
  width: 50%;
  display: flex;
  padding: 0;
  justify-items: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .footerIcons {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.footerLegal {
  text-align: right;
  line-height: 1em;
}
.footerLegal a {
  margin: 0;
  padding: 0 8px;
  font-family: 'moderatregular', sans-serif;
  font-size: 0.6em;
  color: #000000;
  text-transform: uppercase;
  border-right: 1px solid black;
}
.footerLegal a:hover {
  color: gray;
}
.footerLegal p {
  margin: 0;
  font-family: 'moderatregular', sans-serif;
  font-size: 0.6em;
  color: #000000;
  text-transform: uppercase;
}
.greystar {
  padding-left: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .footerLegal {
    text-align: center;
    margin-bottom: 20px;
  }
  .footerLegal a,
  .footerLegal p {
    font-size: 0.85em;
    line-height: 2em;
  }
  .greystar {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
