.exhibition_page .desktop_only {
  display: block;
}

@media (max-width: 768px) {
  .exhibition_page .desktop_only {
    display: none;
  }
}

.exhibition_page .mobile_only {
  display: none;
}

@media (max-width: 768px) {
  .exhibition_page .mobile_only {
    display: block;
  }
}

.exhibition_page .exhibition_top {
}

@media (max-width: 1260px) {
  .exhibition_page .exhibition_top {
  }
}

@media (max-width: 768px) {
  .exhibition_page .exhibition_top {
  }
}

.exhibition_page .exhibition_top .video {
  display: block;
  width: 100%;
}


.exhibition_page .exhibition_top .img_cont {
}

.exhibition_page .exhibition_top .img {
  /*                                                    sidebar margin
    100% of (100% - 6rem) of 100vh - 1em (selecta h1) + 1rem
    = 100% of (100vh - 6rem) - 1em + 1rem
    = 100vh - 6rem - 1em + 1rem
    = 100vh - 5rem - 1em
    - 2rem of title margin
    = 100vh - 7rem - 1em
  */
  height: calc(100vh - 7rem - 1em);
  object-fit: cover;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .exhibition_page .exhibition_top .img {
    height: calc(var(--1svh, 1vh)*50 - 4rem - 0.5em);
  }
}

.exhibition_page .exhibition_top .img.clickable {
  cursor: pointer;
}

.exhibition_page .exhibition_top .title_banner {
  position: relative;
  margin-top: 2rem;
}

.exhibition_page .exhibition_top .title_cont {
  position: relative;
  padding-right: 2rem;
}

@media (max-width: 768px) {
  .exhibition_page .exhibition_top .title_cont {
    padding-right: 1rem;
  }
}

.exhibition_page .exhibition_top .title_cont h1 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}


/*
 * Breadcrumb
 */

.exhibition_page__breadcrumb_cont {
  margin-top: 0.5rem;
}

.exhibition_page__breadcrumb_link {
  text-decoration: none;
  display: inline-block;
}

.exhibition_page__breadcrumb_link:hover {
  opacity: 0.655;
}

.exhibition_page__breadcrumb_sep {
  display: inline-block;
  margin: 0 0.6em;
  user-select: none;
}


.exhibition_page .exhibition_top .second_row {
  margin-top: 3rem;
}

.exhibition_page .exhibition_top .description {
  margin: 0;
}

.exhibition_page .exhibition_top .booking {
  text-align: right;
}

@media (max-width: 768px) {
  .exhibition_page .exhibition_top .booking {
    margin-top: 1.5rem;
  }
}

.exhibition_page.use_tickets_theme .exhibition_top .booking {
  display: none;
}

.exhibition_page.use_tickets_theme .exhibition_top .booking {
  position: static;
  transform: none;
  float: right;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .exhibition_top .booking {
    display: block;
    float: left;
  }
}

.exhibition_page .exhibition_top .booking_button_cont {
}

.exhibition_page.use_tickets_theme .exhibition_top .booking_button_cont {
  float: right;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .exhibition_top .booking_button_cont {
    float: left;
  }
}

.exhibition_page .exhibition_top .faq_cont {
  clear: both;
}

.exhibition_page .exhibition_top .faq_link {
  color: #000;
}

.exhibition_page.use_tickets_theme .exhibition_top .details .faq_cont {
  margin-top: 0.5rem;
  text-align: right;
}

.exhibition_page.use_tickets_theme .exhibition_top .details .booking {
  display: block;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .exhibition_top .details .booking {
    display: none;
  }
}

.exhibition_page .exhibition_top .details {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .exhibition_page .exhibition_top .details {
    margin-top: 2rem;
  }
}

.exhibition_page .exhibition_top .label {
  margin-top: 1rem;
  color: #585858;
}

.exhibition_page .exhibition_top .admission {
  margin-top: 0.5rem;
}


.exhibition_page .exhibition_top .venues_row {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.exhibition_page .exhibition_top .venues_row:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}

.exhibition_page .exhibition_top .venues_title {
  margin: 0;
}

.exhibition_page .exhibition_top .when_col {
  float: left;
  width: 50%;
  padding-right: 0.5rem;
  box-sizing: border-box;
}

.exhibition_page .exhibition_top .location_col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 2rem;
}

@media (max-width: 2560px) {
  .exhibition_page .exhibition_top .location_col {
    padding: 0 1.5rem;
  }
}

@media (max-width: 1260px) {
  .exhibition_page .exhibition_top .location_col {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .exhibition_page .exhibition_top .location_col {
    padding: 0 0.5rem;
  }
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .exhibition_top .hours_col {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.exhibition_page .exhibition_top .hours {
  margin: 0.5rem 0;
  overflow: hidden;
  transition: max-height 300ms;
}

.exhibition_page.use_tickets_theme .exhibition_top .hours {
  min-width: 14rem;
  max-width: 20rem;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .exhibition_top .hours {
    min-width: 0;
  }
}

.exhibition_page .exhibition_top .hours_row {
  margin-bottom: 0.2rem;
  padding-right: 1rem;
}

.exhibition_page .exhibition_top .hours_row:after {
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 768px) {
  .exhibition_page .exhibition_top .hours_row {
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  .exhibition_page .exhibition_top .hours_row:first-child {
    margin-top: 0;
  }
}

.exhibition_page .exhibition_top .days {
  float: left;
  clear: left;
  min-width: 8rem;
}

.exhibition_page .exhibition_top .times {
  float: right;
  clear: right;
  padding-left: 0.5rem;
  min-width: 5em;
}


@media (max-width: 1520px) {
  .exhibition_page .exhibition_top .times {
    clear: both;
    float: left;
    padding-left: 0;
  }

  .exhibition_page.use_tickets_theme .exhibition_top .times {
    clear: none;
    float: right;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 910px) {
  .exhibition_page.use_tickets_theme .exhibition_top .times {
    float: none;
    clear: both;
  }
}

@media (max-width: 550px) {
  .exhibition_page.use_tickets_theme .exhibition_top .times {
    float: none;
    clear: both;
  }
}
.exhibition_page .exhibition_top .member_button {
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  padding: calc(0.6rem - 2px) calc(1.5rem - 2px);
  clear: both;
  float: left;
  margin-top: 0.5rem;
  line-height: 1.414;
  display: block;
}

.exhibition_page .exhibition_top .member_button:hover {
  color: rgba(0,0,0,0.665);
}

.exhibition_page .exhibition_top .booking_button_el {
  display: inline-block;
}

.exhibition_page .exhibition_top .details .member_button {
  margin-top: 1rem;
  clear: both;
  float: right;
}




.exhibition_page.use_tickets_theme .tickets_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 12;
  box-sizing: border-box;
  padding-top: 7rem;
  padding-bottom: 3rem;
  overflow: hidden auto;
  display: none;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .tickets_modal {
    padding-top: 0;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal_right_col {
  padding: 0 1rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .member_button {
  margin-left: 0;
}

.exhibition_page.use_tickets_theme .tickets_modal .close_button {
  width: 3.7rem;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 1rem;
  padding: 1rem 1rem 1rem;
  z-index: 4;
  background: #fff;
}

.exhibition_page.use_tickets_theme .tickets_modal .close_button:hover {
  opacity: 0.655;
}

.exhibition_page.use_tickets_theme .tickets_modal .close_text {
  font-size: 1.1rem;
  display: block;
  position: relative;
  outline: none;
}

.exhibition_page.use_tickets_theme .tickets_modal .nav_icon {
  float: right;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  transition: .25s ease-in-out;
  cursor: pointer;
  top: 0.2rem;
  right: -0.7rem;
  background: url('./images/close_fill_black.svg') center/contain no-repeat;
}


.exhibition_page.use_tickets_theme .tickets_modal .tickets_thumbnail {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  height: auto;
}

.exhibition_page.use_tickets_theme .tickets_modal .mobile_only {
  display: none;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .tickets_modal .mobile_only {
    display: block;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal .desktop_only {
  display: block;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .tickets_modal .desktop_only {
    display: none;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal .ticket_prices_cont:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.exhibition_page.use_tickets_theme .tickets_modal .ticket_prices_cont {
  margin-top: 2rem;
  padding-right: 2rem;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .tickets_modal .ticket_prices_cont {
    padding-right: 1rem;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal .tickets_buttons {
  margin-top: 1rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .tickets_col {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.exhibition_page.use_tickets_theme .tickets_modal .tickets_col:nth-of-type(odd) {
  padding-right: 1rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .tickets_col:nth-of-type(even) {
  padding-left: 1rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .booking_button_cont {
  margin-top: 0;
  float: none;
}

.exhibition_page.use_tickets_theme .tickets_modal .member_button {
  margin-top: 0;
}

.exhibition_page.use_tickets_theme .tickets_modal .description_cont {
  margin-top: 1rem;
  padding-right: 2rem;
}

@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .tickets_modal .description_cont {
    padding-right: 1rem;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal .description_cont:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}


@media (max-width: 768px) {
  .exhibition_page.use_tickets_theme .tickets_modal .booking_button_cont {
    margin-top: 1rem;
  }

  .exhibition_page.use_tickets_theme .tickets_modal .tickets_col {
    width: 100%;
    float: none;
    padding: 0 !important;
    margin-top: 2rem;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal .sias_cont {
  margin-top: 2rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .sias_logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  max-width: 20rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .destination_logo {
  display: inline-block;
  width: 55%;
  height: auto;
  margin-top: 1.5rem;
  margin-left: 1rem;
  max-width: 11rem;
  vertical-align: top;
}

.exhibition_page.use_tickets_theme .tickets_modal .gov_logo {
  display: inline-block;
  width: 22.5%;
  height: auto;
  margin-top: 1.5rem;
  max-width: 4.5rem;
  vertical-align: top;
}


/*
 * booking bar
 */

.exhibition_page .booking_bar {
  position: fixed;
  bottom: 0;
  left: 7rem;
  z-index: 3;
  width: calc(100% - 7rem);
  animation: fadeIn 300ms ease-in;
  box-sizing: border-box;
  transition: transform 400ms, opacity 200ms;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1.3rem;
  user-select: none;
}

@media (max-width: 768px) {
  .exhibition_page .booking_bar {
    left: 2.667rem;
    width: calc(100% - 2.667rem);
    padding: 1rem 1rem 1rem 0.3rem;
  }
}

.controller.is_at_bottom .exhibition_page .booking_bar {
  opacity: 0;
  pointer-events: none;
}

.controller.open .exhibition_page .booking_bar {
  display: none;
}

.exhibition_page .booking_bar .mca_button_text {
  padding-top: 0;
  padding-bottom: 0;
}

.exhibition_page .booking_bar .member_button {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .exhibition_page .booking_bar .member_button {
    right: 1rem;
  }
}

