body, html {
  padding: 0;
  margin: 0;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

body {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
}
body img {
  max-width: 100%;
  height: auto;
}

#hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 500;
  padding: 100px 20px 20px;
  background-image: url("dist/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #hero {
    background-image: url("dist/hero-bg@2x.jpg");
  }
}
@media (max-width: 580px) {
  #hero {
    padding-top: 80px;
  }
}
#hero .buttons {
  padding-left: 0;
}
@media (max-width: 500px) {
  #hero .buttons {
    width: 100%;
  }
}
#hero .buttons li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 500px) {
  #hero .buttons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  #hero .buttons li a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 500px) {
  #hero .buttons li a {
    padding: 10px;
  }
  #hero .buttons li a img {
    max-width: 20px;
  }
}
@media (max-width: 512px) {
  #hero img.logo {
    max-width: 260px;
  }
}
#hero #hero-bg-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  opacity: 0;
  z-index: 1;
}
#hero #hero-bg-underlay.active {
  opacity: 1;
}
#hero > *:not(.hero-bg) {
  position: relative;
  z-index: 5;
}
#hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  z-index: 2;
}
#hero .hero-bg.active {
  opacity: 1 !important;
}
#hero #header {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 580px) {
  #hero #header {
    top: 0;
  }
}
#hero #header .book-menu {
  position: relative;
}
#hero #header .book-menu ul {
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.4s ease-in-out;
  transition: max-width 0.4s ease-in-out;
}
@media (max-width: 890px) {
  #hero #header .book-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}
#hero #header .book-menu ul.open {
  max-width: 500px;
}
#hero #header .book-menu ul li {
  display: block;
}
#hero #header .book-menu ul li + li {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
@media (max-width: 890px) {
  #hero #header .book-menu ul li + li {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
#hero #header a {
  text-decoration: none;
  color: #fff;
}
#hero #header a.book-button {
  background: rgba(0, 0, 0, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.51);
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "din-condensed";
  padding: 13px 27px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hero #header a.book-button:hover, #hero #header a.book-button.active {
  background: #000;
}
#hero #header h1 {
  font-family: "din-condensed";
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -0.6px;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 410px) {
  #hero #header a {
    padding: 10px 13px;
  }
}
@media (max-width: 380px) {
  #hero #header h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
#hero h2 {
  color: #fff;
  margin: 30px 0 20px;
  font-family: "din-condensed";
  font-weight: normal;
}
@media (max-width: 639px) {
  #hero h2 {
    text-align: center;
  }
}
#hero h2 + p {
  margin-top: 0;
}
@media (min-width: 640px) {
  #hero h2 br {
    display: none;
  }
}
#hero p {
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.39px;
  line-height: 25px;
  max-width: 854px;
  margin: 20px 0 10px;
}
@media (max-width: 512px) {
  #hero p {
    font-size: 16px;
    line-height: 20px;
  }
}
#hero p + p {
  margin-top: 10px;
}

#map-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
}
#map-view #top {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100%;
  max-width: 1850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 20px;
  pointer-events: none;
}
@media (max-width: 580px) {
  #map-view #top {
    top: 0;
  }
}
#map-view #top h2 {
  margin: 0;
  font-family: "din-condensed";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  color: #35571A;
  letter-spacing: -0.75px;
  line-height: 30px;
}
@media (max-width: 500px) {
  #map-view #top h2 {
    font-size: 23px;
    line-height: 23px;
  }
}
#map-view #top h2 a {
  color: #35571A;
  text-decoration: none;
  pointer-events: all;
}
#map-view #top .buttons a {
  pointer-events: all;
}
#map-view #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map-view #map .mapboxgl-popup-content {
  padding: 20px;
  -webkit-box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1);
}
#map-view #map .mapboxgl-popup-content #previous-button, #map-view #map .mapboxgl-popup-content #next-button {
  position: absolute;
  top: 50%;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 900;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.11);
}
#map-view #map .mapboxgl-popup-content #previous-button.inactive, #map-view #map .mapboxgl-popup-content #next-button.inactive {
  pointer-events: none;
  opacity: 0.7;
}
#map-view #map .mapboxgl-popup-content #next-button {
  right: -10px;
}
#map-view #map .mapboxgl-popup-content #next-button img {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#map-view #map .mapboxgl-popup-content #previous-button {
  left: -10px;
}
#map-view #map .mapboxgl-popup-content #previous-button span img {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#map-view #map .mapboxgl-popup-content img {
  display: block;
}
#map-view #map .mapboxgl-popup-content video {
  max-width: 100%;
  height: auto;
}
#map-view #map .mapboxgl-popup-content .mapboxgl-popup-close-button {
  background: #fff;
  background-image: url("dist/close-icon.svg");
  color: rgba(0, 0, 0, 0);
  background-size: 20px 19px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#map-view #map .mapboxgl-popup-content #fullscreen {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
#map-view #map #image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  padding: 20px;
}
#map-view #map #image-modal #overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map-view #map #image-modal #previous-button, #map-view #map #image-modal #next-button {
  position: absolute;
  top: 50%;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 900;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#map-view #map #image-modal #previous-button.inactive, #map-view #map #image-modal #next-button.inactive {
  pointer-events: none;
  opacity: 0.7;
}
#map-view #map #image-modal #next-button {
  right: 20px;
}
#map-view #map #image-modal #next-button img {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#map-view #map #image-modal #previous-button {
  left: 20px;
}
#map-view #map #image-modal #previous-button span img {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#map-view #map #image-modal #close-button {
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
}
#map-view #map #image-modal #close-button img {
  display: block;
}
#map-view #map #image-modal #fullscreen {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
#map-view #map #image-modal > img, #map-view #map #image-modal > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

#tour-view {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 29;
}
#tour-view #tour-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}
#tour-view #tour-overlay .overlay-content {
  max-width: 600px;
}
#tour-view #tour-overlay .overlay-content h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: "din-condensed";
  font-weight: normal;
}
#tour-view #tour-overlay .overlay-content p {
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.39px;
  line-height: 25px;
}
#tour-view #tour-overlay .overlay-content a {
  display: block;
  background: #436a2b;
  padding: 18px 20px;
  color: #fff;
  text-decoration: none;
  font-family: "din-condensed";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  max-width: 150px;
  margin: 0 auto;
}
#tour-view #top {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100%;
  max-width: 1850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 20px;
}
@media (max-width: 580px) {
  #tour-view #top {
    top: 0;
  }
}
#tour-view #top h2 {
  margin: 0;
  font-family: "din-condensed";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  color: #35571A;
  letter-spacing: -0.75px;
  line-height: 30px;
}
@media (max-width: 500px) {
  #tour-view #top h2 {
    font-size: 23px;
    line-height: 23px;
  }
}
#tour-view #top h2 a {
  color: #35571A;
  text-decoration: none;
}
#tour-view #tour-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tour-view #overview-map {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 309px;
  -webkit-box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.3);
  height: 309px;
}
@media (max-width: 1050px) {
  #tour-view #overview-map {
    width: auto;
    right: 20px;
    height: 190px;
  }
}
#tour-view #image {
  position: absolute;
  top: 110px;
  right: calc(50vw - 170px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 27px;
  width: calc(100vw - 400px);
  z-index: 20;
  -webkit-box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1050px) {
  #tour-view #image {
    top: 270px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100vw - 80px);
  }
}
@media (max-width: 800px) {
  #tour-view #image {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#tour-view #image img, #tour-view #image video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 800px) {
  #tour-view #image img, #tour-view #image video {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#tour-view #countdown {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
@media (max-width: 590px) {
  #tour-view #countdown {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    bottom: 80px;
  }
}
#tour-view #countdown .play-button, #tour-view #countdown .pause-button {
  opacity: 0;
  position: absolute;
  display: none;
  cursor: pointer;
  z-index: 10;
  top: 2px;
  left: 2px;
}
#tour-view #countdown:not(.paused):hover .pause-button {
  opacity: 1;
  display: block;
}
#tour-view #countdown:not(.paused):hover .play-button {
  opacity: 0;
  display: none;
}
#tour-view #countdown:not(.paused):hover span {
  opacity: 0;
}
#tour-view #countdown.paused .play-button {
  opacity: 1;
  display: block;
}
#tour-view #countdown.paused span {
  opacity: 0;
}
#tour-view #countdown span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-family: "din-condensed";
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
  color: #FFFFFF;
  letter-spacing: 0;
  -webkit-transform: translate(-50%, -50%) translateY(-5px) translateX(0px);
          transform: translate(-50%, -50%) translateY(-5px) translateX(0px);
  font-variant-numeric: tabular-nums;
}
#tour-view #tour-progress-bar-container {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 20px;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  z-index: 500;
}
#tour-view #tour-progress-bar-container #tour-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 0%;
  background: #ffc43c;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  .buttons {
    padding-left: 20px;
  }
}
.buttons li + li {
  margin-left: 20px;
}
.buttons a {
  display: block;
  background: rgba(67, 106, 43, 0.78);
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-family: "din-condensed";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.buttons a svg {
  position: absolute;
  top: 0;
  right: 3px;
  max-width: 16px;
}
@media (max-width: 500px) {
  .buttons a {
    text-align: center;
  }
}
.buttons a span {
  text-transform: uppercase;
}
.buttons a:hover {
  font-weight: bold;
  background: #436a2b;
}
.buttons a.active {
  background: rgba(113, 171, 78, 0.78);
}
.buttons a img {
  margin-right: 10px;
}
@media (max-width: 580px) {
  #top .buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 10px;
  }
  #top .buttons a img {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */