@keyframes fly-in {
  0% {
    opacity: 0;
    transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.3);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.3);
  }
  20% {
    transform: scale(1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.PoiComponent {
  min-height: 100vh;
}

@media (min-width: 48em) {
  .Page {
    margin-top: 8.3rem;
  }
}

.PageContent {
  position: relative;
}

@media (max-width: 47.9375em) {
  .PageAside {
    margin-top: 3rem;
  }
}

@media (max-width: 47.9375em) {
  .Breadcrumbs {
    display: none;
  }
}

@media (min-width: 48em) {
  .Breadcrumbs {
    max-width: 129rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
  }
  .Breadcrumbs:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 48em) {
  .ImagesContainer {
    margin-bottom: 5.2rem;
  }
}

.PageArticle {
  padding-top: .7rem;
}

@media (min-width: 48em) {
  .PageArticle-content {
    position: relative;
    top: -9px;
  }
}

@media (min-width: 48em) {
  .ImagesContainer + .PageArticle-content {
    top: 0;
  }
}

.Callout {
  margin-bottom: 5rem;
}

.ContentFooter {
  height: 3rem;
  margin-bottom: 4rem;
  margin-top: 3.2rem;
  position: relative;
}

@media (min-width: 37.5em) {
  .ContentFooter {
    margin-bottom: 8rem;
  }
}

.ContentFooter-text {
  left: 0;
  padding-bottom: .6rem;
  padding-top: .8rem;
  position: absolute;
  top: 0;
}

.ContentFooter-share {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 37.4375em) {
  .ContentBlock {
    font-size: 18px !important;
  }
}

.ContentBlock + .ContentBlock {
  margin-top: 3.4em;
}

@media (max-width: 47.9375em) {
  .EssentialInfo {
    border-bottom: 1px solid #e4e4e4;
    margin: 2rem 2rem 0;
  }
}

@media (max-width: 47.9375em) {
  .EssentialInfo > .SidebarSection:first-of-type {
    border-top: 0 !important;
  }
}

@media (min-width: 48em) {
  [data-hide-map="true"] .SidebarSection--address .StaticMap {
    opacity: 0 !important;
  }
}

@media (max-width: 47.9375em) {
  .ContactBar {
    border-bottom: 1px solid #e4e4e4;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 1.81818em;
    padding-top: 1.81818em;
  }
}

@media (min-width: 48em) {
  .ContactBar {
    display: none !important;
  }
}

.Narrative {
  margin-bottom: 3.7rem;
}

.Narrative::after {
  clear: both;
  content: " ";
  display: table;
}

@media (min-width: 48em) {
  .Narrative {
    margin-bottom: 9rem;
  }
}

.ContentSection + .ContentSection {
  margin-top: 7rem;
}

@media (max-width: 37.4375em) {
  .ContentSection-nearbyPlaces .ContentHeader {
    border-bottom: 0 !important;
    margin-bottom: 2.3rem !important;
    padding-bottom: 0 !important;
  }
}

.ContentSection-relatedTour {
  margin-bottom: 4rem;
  margin-top: 3.2rem;
  position: relative;
}

@media (min-width: 37.5em) {
  .ContentSection-relatedTour {
    margin-bottom: 8rem;
  }
}

@media (max-width: 47.9375em) {
  .NearbyPlaces {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}

.no-js .NearbyPlaces-mapContainer {
  display: none;
}

.no-js .NearbyPlaces-list {
  float: none;
  width: 100%;
}

@media (max-width: 47.9375em) {
  .Availability {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 47.9375em) {
  .Booking {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (min-width: 48em) {
  .Booking {
    margin-bottom: 4rem;
    margin-top: .7rem;
  }
}

@media (max-width: 47.9375em) {
  .Booking .Booking-button {
    bottom: .8rem;
    left: .8rem;
    position: fixed;
    right: .8rem;
    z-index: 9000;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.3);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.3);
  }
  20% {
    transform: scale(1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ad-page-top {
  margin: 0 auto;
  display: table;
  text-align: center;
}

.PageContainer {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
}

.PageContainer:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 48em) and (max-width: 67.4375em) {
  .PageContainer {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 67.5em) and (max-width: 88.0625em) {
  .PageContainer {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

.Page {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
}

.Page:after {
  content: " ";
  display: block;
  clear: both;
}

.PageHeader {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.9rem;
}

.PageHeader:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 47.9375em) {
  .PageHeader {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 37.4375em) {
  .PageHeader {
    margin-top: 4.9rem;
  }
}

@media (min-width: 37.5em) {
  .PageHeader {
    margin-bottom: 6.3rem;
  }
}

.PageContent::after {
  clear: both;
  content: " ";
  display: table;
}

@media (max-width: 47.9375em) {
  .PageArticle {
    margin-bottom: 6.20155%;
  }
}

@media (min-width: 48em) {
  .PageArticle {
    float: right;
    margin-right: 6.20155%;
    width: 59.68992%;
  }
}

.PageArticle-header, .PageArticle-content {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
}

.PageArticle-header:after, .PageArticle-content:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 47.9375em) {
  .PageArticle-header, .PageArticle-content {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (min-width: 75em) {
  .Page--detail .PageArticle {
    margin-left: 6.20155%;
    margin-right: 6.20155%;
    width: 62.0155%;
  }
}

@media (min-width: 88.125em) {
  .Page--detail .PageArticle {
    margin-left: 8.52713%;
    margin-right: 6.20155%;
    width: 59.68992%;
  }
}

@media (min-width: 75em) {
  .Page--detail .PageArticle-content {
    margin-left: 13.75%;
    margin-right: 2.32558%;
    width: 78.75%;
  }
}

@media (min-width: 88.125em) {
  .Page--detail .PageArticle-content {
    margin-left: 14.28571%;
    width: 81.81818%;
  }
}

@media (min-width: 75em) {
  .Page--list .PageArticle {
    margin-right: 6.20155%;
    width: 68.21705%;
  }
}

@media (min-width: 88.125em) {
  .Page--list .PageArticle {
    margin-right: 8.52713%;
    width: 65.89147%;
  }
}

@media (min-width: 48em) {
  .PageAside {
    float: right;
    width: 34.10853%;
  }
}

@media (min-width: 75em) {
  .PageAside {
    width: 25.5814%;
  }
}

@media (min-width: 88.125em) {
  .PageAside {
    margin-left: 2.32558%;
    width: 23.25581%;
  }
}

@media (max-width: 47.9375em) {
  .ImageCarousel + .PageAside {
    border-top: 0;
  }
}

.PageFooter {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11rem;
  margin-top: 15rem;
}

.PageFooter:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 47.9375em) {
  .PageFooter {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
