/* ----------------------------------------------------------------------------------
    Marian Goodman Gallery
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
  Layout
---------------------------------------------------------------------------------- */

html {
  background-color: #fff;
}
body {
  padding: 0;
  min-width: 320px;
}

body.overlay-open,
body.blockscroll {
  overflow: hidden;
}
.hidden {
  display: none;
}
/*Still let screen reader read hidden h1 for accessibility*/
h1.hidden {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap !important; /* added line */
  display: block;
  visibility: visible;
  margin: 0 !important;
  padding: 0 !important;
}
.mobile-only {
  display: none;
}

#top_nav_section {
  display: none !important;
}

#header {
  pointer-events: none;
  position: fixed;
  z-index: 3200;
  top: 0;
  /* opacity: 0; */
  left: 0;
  right: 0;
  /* transform: translate3d(0, -100px, 0); */
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    padding 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 800ms ease-in-out, border 800ms ease-in-out,
    background 800ms ease-in-out;
}
body:not(.overlay-open):not(.popup-open):not(.roomview-active)
  .page-top
  .hero-section-visible
  #header,
body:not(.overlay-open):not(.popup-open):not(.roomview-active).hero-panel-first:not(.hero-transparent-header)
  #header {
  background: #fff;
}

body:not(.overlay-open):not(.popup-open):not(.roomview-active)
  .page-top
  #header.special_notice_active {
  padding-top: 20px;
}
@media screen and (max-width: 1150px) {
}

#special_notice {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 9px 20px 7px;
  text-align: center;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    padding 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 800ms ease-in-out, background 800ms ease-in-out,
    border-color 500ms ease-in-out;
  transform: translateY(-100px);
  display: none;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  letter-spacing: 0;
}
#special_notice a,
#special_notice a:visited {
  color: #fff;
  text-decoration: underline;
}
body:not(.overlay-open):not(.popup-open):not(.roomview-active)
  .page-top
  #special_notice {
  transform: translateY(0);
}
#header.special_notice_active #special_notice {
  display: block;
}

#header:after,
#popup_content:after,
.search-overlay:after,
.header-fill {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: block;
  border-bottom: 1px solid #eaeaea;
  content: "";
  transition: opacity 400ms ease-in-out;
  opacity: 0;
}
#header:after,
.header-fill {
  transition: opacity 400ms ease-in-out;
  opacity: 1;
}
.header-fill {
  display: none;
  z-index: 2;
  pointer-events: none;
}
.header-fill.active {
  display: block;
}
#popup_content:after {
  height: 120px;
  z-index: 1300;
  position: fixed;
}
.search-overlay:after {
  height: 120px;
  z-index: 1001;
  position: fixed;
}
#header .inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1740px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
  /* overflow: hidden; */
}
#header .inner:after {
  display: block;
  clear: both;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  content: "";
  transition: opacity 800ms ease-in-out;
  opacity: 1;
}
.main_slideshow_full_bleed #header .inner:after {
  border: none;
}

#header #header_main_inner {
  overflow: visible;
  z-index: 1;
  padding: 22px 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    padding 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 800ms ease-in-out, border 800ms ease-in-out,
    background 800ms ease-in-out;
  z-index: 3;
  pointer-events: none;
}
#header #header_main_inner * {
  pointer-events: auto;
}
body.roomview-active #header #header_main_inner,
body.page-popup-active #header #header_main_inner,
body.overlay-open #header #header_main_inner,
body #container_outer.page-top #header #header_main_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main_slideshow_full_bleed #header:after,
#container_outer.page-scrolled #header:after,
.popup-scrolled #popup_content:after,
.popup-scrolled .search-overlay:after,
.page-top #popup_content:after {
  opacity: 1;
}
body #container.hero-section-visible #header.dropdown-nav-hover:after,
body #container #header.dropdown-nav-hover:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
body #container #header.dropdown-nav-hover:after {
  transition: opacity 200ms linear;
}
body.cms-frontend-toolbar-active #header {
  top: 28px;
}
#header * {
  pointer-events: auto;
}
body.first-load-complete #header,
body.splash-main-content-in #header {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body.tabbing-detected #header {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body.tabbing-detected #header #main_header {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    padding 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 800ms ease-in-out, border 800ms ease-in-out,
    background 800ms ease-in-out !important;
}
body.splash-open #header,
body .scrolling-down #header:not(.page-header-subsections),
body #container.footer-visible2 #header,
body
  .scrolling-down
  #container.hero-section-visible
  #header.page-header-subsections,
body.page-transition-active.xloader-incoming-type-standard:not(.browser-msedge)
  #header {
  opacity: 0;
  transform: translate3d(0, -120px, 0);
  background: rgba(255, 255, 255, 0);
  transition: transform 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96) opacity 300ms
    linear;
}

@media screen and (max-width: 767px) {
  body .scrolling-down #header {
    opacity: 0;
    transform: translate3d(0, -120px, 0);
    background: rgba(255, 255, 255, 0);
  }
}
body.page-transition-active #dropdown_nav {
  opacity: 0 !important;
  height: 0 !important;
  transition: opacity 400ms linear,
    height 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
/*body #container.hero-section-visible #header:not(.dropdown-nav-hover):after,*/
body:not(.main_slideshow_full_bleed)
  #container_outer.page-top
  #header:not(.dropdown-nav-hover):after,
body.sc_quick_cart_widget_animate #header:after,
body.sc_quick_cart_widget_animate #container_outer.page-scrolled #header:after,
body.roomview-active #container_outer.page-scrolled #header:after {
  opacity: 0;
}
body.main_slideshow_full_bleed
  #container_outer.page-top
  #header:not(.dropdown-nav-hover):after {
  border-bottom: none;
}
body.roomview-active .scrolling-down #header:not(.page-header-subsections),
body.roomview-active #header,
body.page-popup-active #header {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 800ms ease-in-out, background 800ms ease-in-out;
}

body.active-init #container #header .inner:after,
body.overlay-open #container #header .inner:after,
body.page-popup-active #header .inner:after {
  opacity: 0 !important;
}
body.active-init #container #header:after,
body.overlay-open #container #header:after,
body.page-popup-active #header:after {
  opacity: 0 !important;
  transition: opacity 400ms linear !important;
}
body.overlay-open #container #header {
  transition: none !important;
}

/* Header with sections -------------------------- */

#header #main_header {
  transform: translate3d(0, 0, 0);
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    padding 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 800ms ease-in-out, border 800ms ease-in-out,
    background 800ms ease-in-out;
}
.scrolling-down #header #main_header {
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}
.roomview-active .scrolling-down #header #main_header {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#header #page_header {
  display: none;
}

@media screen and (min-width: 900px) {
  #header.page-header-subsections {
  }
  #header #page_header {
    display: flex;
    justify-content: space-between;
    transform: translate3d(0, 100px, 0);
    transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
      padding 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
      opacity 800ms ease-in-out, border 800ms ease-in-out,
      background 800ms ease-in-out;
    opacity: 0;
    pointer-events: none;
    padding: 22px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #header #page_header.custom_page_header {
    display: flex;
  }
  #header #page_header .page_menu_wrapper {
  }
  #header #page_header .page_menu {
    float: right;
    padding: 5px 0 9px;
    margin: 0 0 0 20px;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    font-family: "Apercu", Sans-Serif;

    color: #111;
    font-size: 1.1rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;

    text-indent: -9999px;
    width: 20px;
    background: url(/images/menu.png) center center no-repeat;
    background-size: 20px auto;
    box-sizing: content-box;
    border: 0;
  }
  .scrolling-down #header.page-header-subsections #header_main_inner {
    padding-top: 15px;
    padding-bottom: 22px;
  }
  .scrolling-down #header #page_header {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
  }
  .tabbing-detected #header #page_header {
    visibility: hidden !important;
  }
  #header #page_header h2 {
    float: left;
    font-size: 3rem;
    line-height: 3.4rem;
    margin: 0;
    padding-top: 3px;
    transition: color 800ms ease-in-out;
  }
  #container.hero-section-visible #header #page_header h2 {
    color: #111;
  }
}

/* Header dropdown nav -------------------------- */

.dropdown_menu_mask {
  display: none;
  position: fixed;
  z-index: 2100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.content-type-reversed .dropdown_menu_mask {
  background: rgba(0, 0, 0, 0.8);
}
.dropdown-nav-active .dropdown_menu_mask {
  display: block;
}
.dropdown-nav-animate .dropdown_menu_mask {
  opacity: 1;
}
#dropdown_nav {
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 1;
  transition: height 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 800ms ease-in-out;
  border-top: 1px solid rgba(185, 150, 103, 0);
  overflow: auto;
  max-height: calc(100vh - 111px);
}
.content-type-reversed #dropdown_nav {
  color: #fff;
}
.dropdown-nav-active #dropdown_nav {
  border-color: rgba(185, 150, 103, 0.2);
}
.dropdown-nav-active #header {
  border-color: rgba(185, 150, 103, 0) !important;
}
#dropdown_nav .dropdown_nav_item {
  display: none;
  transition: opacity 200ms ease-in-out;
  opacity: 0;
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner {
  max-width: 1980px;
  width: 100%;
  padding: 40px 150px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
#dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner .standard_grid .item {
  margin-bottom: 0;
  padding-bottom: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 500ms linear,
    transform 500ms cubic-bezier(0.18, 1, 0.21, 1);
}
#dropdown_nav
  .dropdown_nav_item
  .dropdown_nav_item_inner
  .standard_grid
  .item
  .image
  .image_inner {
  width: 100%;
  transition: width 500ms cubic-bezier(0.18, 1, 0.21, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#dropdown_nav
  .dropdown_nav_item
  .dropdown_nav_item_inner
  .standard_grid
  .item
  .image
  .image_inner
  img {
  height: 100%;
  max-width: none;
}
#dropdown_nav
  .dropdown_nav_item.animate
  .dropdown_nav_item_inner
  .standard_grid
  .item {
  opacity: 1;
  transform: none;
}
#dropdown_nav
  .dropdown_nav_item.animate
  .dropdown_nav_item_inner
  .standard_grid
  .item
  .image
  .image_inner {
  width: 100%;
}
#dropdown_nav
  .dropdown_nav_item.animate-out
  .dropdown_nav_item_inner
  .standard_grid
  .item {
  transform: none;
  opacity: 0;
}
#dropdown_nav
  .dropdown_nav_item.active
  .dropdown_nav_item_inner
  .standard_grid
  .item.visible.animate-from-bottom:nth-of-type(2) {
  transition-delay: 50ms;
}
#dropdown_nav
  .dropdown_nav_item.active
  .dropdown_nav_item_inner
  .standard_grid
  .item.visible.animate-from-bottom:nth-of-type(3) {
  transition-delay: 100ms;
}
#dropdown_nav
  .dropdown_nav_item.active
  .dropdown_nav_item_inner
  .standard_grid
  .item.visible.animate-from-bottom:nth-of-type(4) {
  transition-delay: 150ms;
}
#dropdown_nav
  .dropdown_nav_item.active
  .dropdown_nav_item_inner
  .standard_grid
  .item.visible.animate-from-bottom:nth-of-type(5) {
  transition-delay: 200ms;
}
#dropdown_nav
  .dropdown_nav_item.active
  .dropdown_nav_item_inner
  .standard_grid
  .item.visible.animate-from-bottom:nth-of-type(6) {
  transition-delay: 250ms;
}
#dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner .filter_panel {
  width: 100%;
}
#dropdown_nav
  .dropdown_nav_item
  .dropdown_nav_item_inner
  .standard_grid
  .item
  .list_content_header {
  margin-bottom: 0;
  min-height: 0;
}

#dropdown_nav
  .dropdown_nav_item.dropdown_nav_item_condensed
  .dropdown_nav_item_inner
  .standard_grid
  .item {
  width: 16.66%;
  padding-right: 20px;
}

#dropdown_nav .dropdown_nav_item.active {
  display: block;
}
#dropdown_nav .dropdown_nav_item.active.animate {
  opacity: 1;
}

#header #header_main_inner #header_items_outer {
  float: right;
  pointer-events: none;
}
#header #header_main_inner #header_items_outer * {
  pointer-events: auto;
}
#header_items_outer #top_nav,
#header_items_inner {
  float: left;
}
#header #header_items_inner {
  margin-top: 3px;
}
#header #header_main_inner #header_items_outer #header_items_inner {
  pointer-events: none;
}
#header #header_main_inner #header_items_outer #header_items_inner * {
  pointer-events: auto;
}
#logo {
  float: left;
  position: relative;
  z-index: 10000;
  cursor: pointer;
  transition: transform 500ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 500ms ease-in-out;
  width: 346px;
  height: 14px;
  margin: 14px 0 0;
}
#logo a {
  display: block;
  text-indent: -9999px;
  width: 346px;
  height: 14px;
  background: url("/images/logo.png") 0 center no-repeat;
  background-size: auto 14px;
}
body.overlay-open #logo,
body.overlay-open #logo {
}
body.nav-overlay-open.overlay-open #logo,
body.nav-overlay-open.overlay-open #logo {
}

body.hero-transparent-header:not(.overlay-open):not(.page-popup-active):not(.roomview-active)
  #container_outer:not(.page-scrolled)
  #logo
  a,
body.hero-transparent-header:not(.overlay-open):not(.page-popup-active):not(.roomview-active)
  #container_outer:not(.page-scrolled)
  #search_menu,
body.hero-transparent-header:not(.overlay-open):not(.page-popup-active):not(.roomview-active)
  #container_outer:not(.page-scrolled)
  #menu {
  filter: brightness(10) saturate(0);
  transform: translate3d(0, 0, 0);
}

body.hero-transparent-header:not(.overlay-open):not(.page-popup-active):not(.roomview-active)
  #container_outer:not(.page-scrolled)
  #header
  .inner:after,
body.hero-transparent-header:not(.overlay-open):not(.page-popup-active):not(.roomview-active)
  #container_outer:not(.page-scrolled)
  #header
  .header-fill {
  opacity: 0;
  pointer-events: none;
}

body.hero-transparent-header:not(.overlay-open):not(.page-popup-active):not(.roomview-active)
  #container_outer:not(.page-scrolled)
  #header
  #top_nav
  ul
  li
  a:after {
  border-bottom: 1px solid #fff;
}

body.overlay-open #menu,
body.overlay-open #enquire,
body.overlay-open #search_menu,
body.overlay-open #basket,
body.overlay-open #appointment_button,
body.overlay-open #wishlist,
body.overlay-open #top_nav,
body.page-popup-active #menu,
body.page-popup-active #enquire,
body.page-popup-active #search_menu,
body.page-popup-active #basket,
body.page-popup-active #appointment_button,
body.page-popup-active #wishlist,
body.page-popup-active #top_nav,
body.roomview-active #menu,
body.roomview-active #enquire,
body.roomview-active #search_menu,
body.roomview-active #basket,
body.roomview-active #appointment_button,
body.roomview-active #wishlist,
body.roomview-active #top_nav,
body.sc_quick_cart_widget_animate #menu,
body.sc_quick_cart_widget_animate #enquire,
body.sc_quick_cart_widget_animate #search_menu,
body.sc_quick_cart_widget_animate #basket,
body.sc_quick_cart_widget_animate #appointment_button,
body.sc_quick_cart_widget_animate #wishlist,
body.sc_quick_cart_widget_animate #top_nav,
body.sc_wishlist_quick_cart_widget_animate #menu,
body.sc_wishlist_quick_cart_widget_animate #enquire,
body.sc_wishlist_quick_cart_widget_animate #search_menu,
body.sc_wishlist_quick_cart_widget_animate #basket,
body.sc_wishlist_quick_cart_widget_animate #appointment_button,
body.sc_wishlist_quick_cart_widget_animate #wishlist,
body.sc_wishlist_quick_cart_widget_animate #top_nav {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}

#appointment_button {
  float: right;
  padding: 0;
  margin: -7px 0 0 15px;
  letter-spacing: 0;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  background: #111;
  border-radius: 1px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out,
    background 400ms ease-in-out;
  user-select: none;
  cursor: default;
  overflow: visible !important;
  outline-color: #999;
  border: 0;
}
#appointment_button:before {
  display: none !important;
}
#appointment_button .appointment_button_label > div {
  padding: 8px 7px 7px;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 800ms ease-in-out;
  opacity: 0;
  font-weight: 800 !important;
  font-size: 12px;
}
#appointment_button .appointment_button_label > div:nth-of-type(2),
#appointment_button .appointment_button_label > div:nth-of-type(3),
#appointment_button .appointment_button_label > div:nth-of-type(4) {
  position: absolute;
  top: 0;
  left: 0;
}
#appointment_button .appointment_button_label > div.active {
  opacity: 1;
}
#appointment_button .appointment_button_options {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  min-width: 100%;
  opacity: 0;
  transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  pointer-events: none !important;
}
#appointment_button .appointment_button_options * {
  pointer-events: none !important;
}
#appointment_button:hover .appointment_button_options,
#appointment_button:focus .appointment_button_options,
#appointment_button.open .appointment_button_options {
  pointer-events: auto !important;
  opacity: 1;
}
#appointment_button:hover .appointment_button_options *,
#appointment_button:focus .appointment_button_options *,
#appointment_button.open .appointment_button_options * {
  pointer-events: auto !important;
}
#appointment_button .appointment_button_options .appointment_button_option {
  dispaly: block;
  border: 1px solid #ddd;
  border-width: 1px 1px 0 1px;
}
#appointment_button
  .appointment_button_options
  .appointment_button_option:first-child {
  border-top: 0;
}
#appointment_button
  .appointment_button_options
  .appointment_button_option:last-child {
  border-bottom: 1px solid #ddd;
}
#appointment_button .appointment_button_options a {
  display: block;
  padding: 9px 7px 7px;
  text-align: center;
  transition: background 400ms ease-in-out;
}
#appointment_button .appointment_button_options a,
#appointment_button .appointment_button_options a:visited {
  color: #111;
}
#appointment_button .appointment_button_options a:hover {
  background: #eee;
}

#scroll_to_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-indent: -9999px;
  height: 30px;
  width: 30px;
  z-index: 9999;
  border-radius: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  background: url(/images/arrow_up.png) center center no-repeat #fff;
  background-size: auto 11px;
  cursor: pointer;
  display: none;
  transition: opacity 400ms linear;
  opacity: 0;
}
#container_outer.page-long-scroll #scroll_to_top {
  opacity: 1;
}

#menu {
  float: left;
  padding: 7px 16px 9px;
  margin: 0 0 0 20px;
  cursor: pointer;
  text-align: center;
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;

  color: #111;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
  display: none;

  text-indent: -9999px;
  width: 20px;
  background: url(/images/menu.png) center center no-repeat;
  background-size: 20px auto;
  box-sizing: content-box;
}
#menu span {
  position: relative;
  z-index: 2;
  transition: color 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
#menu:hover span {
  color: #fff;
}
#menu:hover:after {
  transform: translate3d(0, 0, 0);
}

#basket {
  float: left;
  position: relative;
  z-index: 1900;
  padding: 0;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: normal;
  color: #111;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;

  display: none;
}
#basket #store_cart_widget {
  display: block !important;
  opacity: 1 !important;
  visibility: visible;
  height: 18px;
  margin-left: 22px;
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: background-image 400ms linear;
}
#basket #store_cart_widget:before,
#basket #store_cart_widget:after {
  display: block;
  float: left;
  content: "";
  width: 17px;
  height: 18px;
  margin-top: 0;
  margin-right: 6px;
  background: url(/images/basket.png) left 0 no-repeat;
  background-size: 17px auto;
  transition: background-image 400ms linear;
}
#basket #store_cart_widget:after {
  display: none;
}
#basket #store_cart_widget.empty:before {
  display: none;
}
#basket #store_cart_widget.empty:after {
  display: block;
}
#basket #scw_items {
  float: left;
}
#basket #store_cart_widget {
  opacity: 0;
}
#basket #store_cart_widget.empty .scw_total_items {
  opacity: 0 !important;
  padding: 0;
  margin: 0;
  width: 0;
  visibility: hidden;
}
#basket .scw_total_items {
  padding: 2px;
  display: block;
  line-height: 13px;
  background-color: #da291c;
  color: #fff;
  border-radius: 100%;
  min-width: 11px;
  height: 11px;
  text-align: center;
  position: absolute;
  font-size: 9px;
  bottom: -5px;
  right: -3px;
}
#basket #store_cart_widget.active.empty .scw_total_items {
  opacity: 0;
}
#basket #store_cart_widget.active.empty .scw_total_items:after {
  content: "0";
}
#basket .scw_label {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transform: translate(0, 0);
  transition: padding 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 300ms linear;
}
#basket a {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: -3px;
  bottom: -5px;
  display: block;
}
#basket .label_basket {
  display: none;
}

#wishlist {
  float: left;
  position: relative;
  z-index: 1900;
  padding: 4px 0 9px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
  color: #ffffff;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;

  display: none !important;
}
.content-type-reversed .hero-section-not-visible #wishlist {
  color: #151515;
}
#wishlist #wishlist_cart_widget {
  display: block !important;
  opacity: 1 !important;
  visibility: visible;
  height: 18px;
  margin-left: 22px;
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
#wishlist #wishlist_cart_widget:before {
  display: block;
  float: left;
  content: "";
  height: 18px;
  width: 18px;
  background: url(/images/wishlist.png) left 4px no-repeat;
  background-size: 13px auto;
  transition: background-image 400ms linear;
}
.content-type-reversed
  .hero-section-not-visible
  #wishlist
  #wishlist_cart_widget:before {
  background-image: url(/images/wishlist_reverse.png);
}
#wishlist #wcw_items {
  float: left;
}
#wishlist #wishlist_cart_widget {
  opacity: 0;
}
#wishlist #wishlist_cart_widget.empty {
  opacity: 0 !important;
  padding: 0;
  margin: 0;
  width: 0;
  visibility: hidden; /*important so it can't be tabbed to when empty*/
}
#wishlist .wcw_total_items {
}
#wishlist #wishlist_cart_widget.active .wcw_total_items {
}
#wishlist #wishlist_cart_widget.active.empty .wcw_total_items {
}
#wishlist .wcw_label {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transform: translate(0, 0);
  transition: padding 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 300ms linear;
}
#wishlist a {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
}
#wishlist .label_basket {
  display: none;
}

#enquire {
  float: right;
  border: 2px solid #ffffff;
  margin: 0 0 0 25px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  position: relative;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
}
#enquire:after {
  content: "";
  display: block;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, -101%, 0);
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
#enquire a {
  padding: 7px 22px 9px;
  display: block;
  position: relative;
  z-index: 2;
  transition: color 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
#enquire:hover a {
  color: #fff;
}
#enquire:hover:after {
  transform: translate3d(0, 0, 0);
}

#search_menu {
  float: left;
  margin: 1px 0 0 14px;
  cursor: pointer;
  width: 18px;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
  text-indent: -200px;
  overflow: hidden;
}
#search_menu:after {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  transition: background 400ms ease-in-out;
  background: url(/images/search.png) center center no-repeat;
  background-size: 18px auto;
}
#header_items_outer {
  padding: 8px 0 0;
}
#top_nav,
#page_header ul,
#page_header button,
.navigation {
  margin: 0 auto;
  z-index: 0;
  width: auto;
  text-align: center;
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;

  color: #333;
  font-size: 1.1rem;
  letter-spacing: 2.1px;
  text-transform: uppercase;

  -webkit-font-smoothing: antialiased;
  position: relative;
  float: right;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
}
#page_header ul {
  padding: 2px 0 0;
}
#header #page_header.custom_page_header {
  padding-top: 14px;
  padding-bottom: 14px;
  align-items: center;
  justify-content: center;
  min-height: 76px;
}
#header #page_header.custom_page_header ul {
  text-transform: none;
  letter-spacing: 0.8px;
  font-size: 13px;
  float: none !important;
  display: inline-block;
  line-height: 25px;
}
#header #page_header.custom_page_header ul li a {
  padding: 0;
}
#page_header button {
  font-size: 1.05rem;

  font-size: 1.5rem;
  line-height: 2.6rem;
  padding-top: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#page_header.no-heading h2 {
  display: none;
}
#page_header.no-heading ul {
  float: left;
}
#top_nav {
  font-size: 1.5rem;
}
.hero-section-visible #top_nav {
  color: #ffffff;
}
#top_nav ul,
#page_header ul,
.navigation ul {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#top_nav ul li,
#page_header ul li,
.navigation ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
}
#page_header ul li {
  margin: 0 0 0 14px;
}
#page_header ul li:first-child {
  margin-left: 0;
}
#page_header ul li.no-label {
  display: none;
}
#top_nav ul li:first-child,
#page_header ul li:first-child,
.navigation ul li:first-child {
  margin-left: 0;
}
#top_nav ul li:last-child,
#page_header li:last-child,
.navigation ul li:last-child {
  margin-right: 0;
}
#top_nav ul li a,
#page_header li a,
.navigation ul li a {
  display: block;
  position: relative;
  padding: 2px 0 8px;
  cursor: pointer;
  line-height: 1.6rem;
}
#top_nav ul li a,
#top_nav ul li a:visited,
#page_header ul li a,
#page_header ul li a:visited,
.navigation ul li a,
.navigation ul li a:visited {
  color: #333;
}
body.hero-transparent-header
  #container_outer:not(.page-scrolled)
  #top_nav
  ul
  li
  a,
body.hero-transparent-header
  #container_outer:not(.page-scrolled)
  #top_nav
  ul
  li
  a:visited {
  color: #fff;
}

#top_nav ul li a:after,
#page_header ul li a:after,
.navigation ul li a:after,
.navigation ul li button:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid #999;
  position: absolute;
  bottom: 0%;
  right: 0;
  left: auto;
  transition: width 400ms ease-in-out;
}
.device-desktop #top_nav ul li:hover a:after,
#top_nav ul li.active a:after,
.device-desktop #page_header ul li:hover a:after,
#page_header ul li.active a:after,
.device-desktop .navigation ul li:hover a:after,
.navigation ul li.active a:after,
.navigation ul li.active button:after,
.navigation ul li:hover button:after {
  width: 100%;
  width: calc(100% - 2px);
  left: 0;
  right: auto;
}

.scroll-container {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.scroll-container.is-active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.scroll-container .scroll-container-inner {
  width: 100%;
  pointer-events: none;
  background: #fff;
  /* Note - this animation is intentionally slower than the splash screen to give a rubber band effect */
  transition: opacity 1000ms ease-in-out, background 800ms ease-in-out,
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1);
}
.scroll-container .scroll-container-inner * {
  pointer-events: auto;
}
.scroll-container .scroll-container-inner .faux_footer {
  pointer-events: none;
}

.pageload-content-area {
  min-height: 100vh;
  transition: opacity 800ms ease-in-out,
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1);
  position: relative;
}
/*
        .pageload-content-area:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            display: block;
            content: '';
            background: #000;
            transition: opacity 1000ms ease-in-out;
            pointer-events: none;
            z-index: 99999;
        }
    */

/*archimedes overrides*/

body .button {
  background: none;
  height: auto;
}

body .button a {
  background: none;
  float: none;
  margin-right: 0;
  height: auto;
  padding: 16px 45px 15px;
}

#cookie_notification_message {
  line-height: 1.2em;
}

#cookie_notification_accept.button {
  min-width: max-content;
}

/* Page transitions
        ----------------------------------------------------------- */
/* 
        Website performance - added .first-load-complete 
        Website performance - disabled
        */
/* body.browser-js-enabled.first-load-complete .pageload-content-area,
        body.browser-js-enabled.first-load-complete #canvas_wrapper_background {
            opacity: 0;
        } */
body.splash-main-content-in .pageload-content-area,
body.first-load-complete .pageload-content-area,
body.splash-main-content-in #canvas_wrapper_background,
body.first-load-complete #canvas_wrapper_background {
  opacity: 1;
}

/* While splash screen is loading */
body.browser-js-enabled.main-content-hide .scroll-container-inner {
  opacity: 0;
  transition: none;
}

/* State to return to after splash screen */
body.browser-js-enabled.splash-init .scroll-container-inner {
  height: 100vh;
  width: 100vw;
  transform-origin: center center;
  transition: opacity 1000ms ease-in-out,
    transform 1200ms cubic-bezier(0.45, 0, 0.27, 1);
}
body.browser-js-enabled.splash-init .footer {
  display: none;
}

/* Skip splash screen */
body.skip-splash-screen .scroll-container-inner,
body.skip-splash-screen #canvas_wrapper_background {
  transform: translate(0, 0);
  transition: none;
}

/*
                    New content_load_adjacent method
                        body.page-transition .pageload-content-area.pageload-old-content-area {
                            z-index: 0;
                            transition: none !important;
                            transform: none !important;
                        }
                            body.page-transition .pageload-content-area.pageload-old-content-area:after {
                                opacity: 1;
                            }

                        body .pageload-content-area.pageload-new-content-area {
                            position: fixed;
                            top: 0;
                            left: 0;
                        }
                            body.loader-active .pageload-content-area.pageload-new-content-area {
                                transform: translateX(100vw);
                            }
                            body.page-transition .pageload-content-area.pageload-new-content-area {
                                z-index: 1;
                                transform: translateX(0);
                            }
                */

body.page-transition-active .footer {
  display: none;
}
body.page-transition-active.xloader-incoming-type-standard
  .scroll-container-inner
  .pageload-content-area {
  width: 100vw;
  transform: translate(0, -10vw);
  transition: opacity 800ms ease-in-out,
    transform 1200ms cubic-bezier(0.45, 0, 0.27, 1);
}
body.page-transition-active.xloader-incoming-type-standard
  .scroll-container-inner
  .pageload-content-area:after {
  opacity: 1;
}
body.page-transition-active.page-transition2.xloader-incoming-type-standard
  .scroll-container-inner,
body.page-transition-active.ajax-loading-complete.xloader-incoming-type-standard
  .scroll-container-inner {
  transform: translate(0, 0);
  opacity: 0;
  transition: none;
}
body.page-transition-active.page-transition2.xloader-incoming-type-standard
  .scroll-container-inner
  .pageload-content-area,
body.page-transition-active.ajax-loading-complete.xloader-incoming-type-standard
  .scroll-container-inner
  .pageload-content-area {
  transform: translate(0, 0);
  transition: none;
}
body.page-transition-active.page-transition.loader-incoming-type-standard
  .scroll-container-inner {
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
body.page-transition-active.page-transition2.page-transition.loader-incoming-type-standard
  .scroll-container-inner {
  opacity: 0;
  transition: none;
}

/* Inner page element transitions
            ----------------------------------------------------------- 
            body.page-transition .image {
                transition: opacity 800ms ease-in-out, transform 800ms cubic-bezier(.86,.01,.14,.99) !important;
                transform: translate(-100%, 0);
            }

            body.page-transition #hero {
                overflow: hidden;
            }
            body.page-transition #hero .slide .image {
                transform: none;
                transition: opacity 800ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1), max-width 800ms ease-in-out !important;
                transform: translateX(90%);
                opacity: 0;
            }
            body.page-transition h1 {
                transition: opacity 800ms ease-in-out, transform 800ms cubic-bezier(.86,.01,.14,.99) !important;
                transform: translate(-200%, 0);
            }
            */

body.page-transition .artwork_detail .content h1 {
  transform: none;
}
body.page-transition .artwork_detail .image {
  transform: none;
}

.footer {
  background: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
body.fixed-footer #footer {
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
}
body.fixed-footer .footer-visible #footer {
  visibility: visible;
}
body.page-transition #footer,
body.page-artwork-detail-standard #footer,
body.fixed-footer.page-artwork-detail-standard #footer {
  display: none !important;
}
body.page-artwork-detail-standard #main_content,
body.fixed-footer.page-artwork-detail-standard #main_content {
  margin-bottom: 0 !important;
}

.footer a,
.footer a:visited {
}
.footer .prelude {
  margin: 0 0 22px;
}
.footer .prelude.prelude_empty {
  visibility: hidden;
}
.footer h3 {
  margin: 0 0 12px;
  font-size: 2.2rem;
  line-height: 2.5rem;
}
.footer .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1660px;
}
.footer .wrapper {
  padding: 150px 0;
  width: 100%;
}
.footer .wrapper {
  padding: 40px 0;
}
body.fixed-footer .footer .wrapper {
  padding: 150px 0;
  width: 100%;
}
.footer .main {
  clear: none;
  display: block;
  margin: 0 -75px 0 0;
}
.footer .main .group {
  width: 25%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 75px 0 0;
  vertical-align: top;
}
.footer .main .item {
  width: 100%;
  margin: 0 0 40px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .main .item .content {
  color: #757575;
  font-size: 1.3rem;
}
.footer .main .item .content p {
  margin: 0;
}
.footer .main .item .content a,
.footer .main .item .content a:visited {
  color: #757575;
  display: inline-block;
}
.footer .main .item .content > div {
  margin: 0 0 25px;
}

.footer .aside {
  clear: both;
  display: block;
  margin: 0 -75px 75px 0;
  text-align: center;
}
.footer .aside .item {
  width: 33.33%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 75px 0 0;
  vertical-align: top;
  text-align: left;
}

.footer .social_media_links {
  margin: 0 0 20px -7px;
  text-align: left;
}
.footer .social_media_links .social_links_item {
  float: none;
  margin: 0 5px;
  display: inline-block;
}

.footer .credit {
  /*border-top: 1px solid #eaeaea;*/
}
.footer .credit .inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .credit .inner .footer_logo {
  background: url("/images/logo.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 346px;
  height: 14px;
  float: left;
  margin: 4px 0 0;
}
.footer .credit .inner .footer_item {
  display: inline-block;
  vertical-align: middle;

  margin: 0 0 0 25px;
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;
  font-size: 0.9rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.footer .credit .inner .footer_item:first-child {
  margin-left: 0;
}
.footer .credit .inner .footer_item.artlogic {
  display: none;
}
.footer .credit,
.footer .credit a,
.footer .credit a:visited {
  color: #757575;
}

.footer .credit .footer_links {
  flex-grow: 1;
  text-align: center;
}
.footer .credit .footer_additional {
  float: right;
}

/* Mailing list signup ----------------------------------------------------------- */

.footer .mailing_list_signup {
  padding: 0 0 0;
  margin: 0 0 20px;
  clear: both;
}
.footer .mailing_list_signup .prelude:after {
  margin-bottom: 20px;
}
.footer .mailing_list_signup .error {
  color: #f30000;
}
.footer .mailing_list_signup .terms_and_conditions {
  clear: both;
}
.footer .mailing_list_signup .form_row {
  width: 100%;
  position: relative;
  border: none;
  margin: 0 0 25px;
}
.footer .mailing_list_signup form .form_row input[type="text"] {
  background: transparent;
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
  padding: 2px 60px 10px 0;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .mailing_list_signup .form_row input:-webkit-autofill,
.footer .mailing_list_signup .form_row input:-webkit-autofill:hover,
.footer
  .mailing_list_signup
  .form_row
  input:-webkit-autofill:focus
  .footer
  .mailing_list_signup
  .form_row
  input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  background: #fff;
  -webkit-text-fill-color: #111;
  border-color: #111;
}
.footer .mailing_list_signup form .form_row input[type="text"].active {
  color: #fff;
}
.footer .mailing_list_signup .form_row button {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 30px;
  width: 47px;
  background: url("/images/arrow_right.png") center center no-repeat;
  background-size: 47px auto;
  display: block;
  text-indent: -100px;
}

#container {
  margin: 0;
  padding-top: 0;
  opacity: 1;
  transition: padding 500ms cubic-bezier(0.09, 0.39, 0.02, 0.99),
    opacity 300ms linear, background 5000ms linear;
}
body.first-load-complete #container {
  opacity: 1;
  margin-top: 0;
  padding-top: 0;
}
body.navigation-open #container {
  opacity: 0;
}

#container h1.hidden {
  overflow: hidden;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------------------------------------
  Classes
---------------------------------------------------------------------------------- */

/* Artwork detail
    --------------------------------------------------------------------------------@-- */

.artwork_detail {
  z-index: 5;
  position: relative;
  min-height: 105vh;
}
#popup_content .artwork_detail {
  min-height: 100vh;
}

.subsection-artworks-detail-view {
  background: #f9f4f1;
}

.pagination_controls {
  height: 0;
}
.pagination_controls > div,
.pagination_controls > button {
  position: fixed;
  z-index: 6;
  top: 85px;
  left: 10px;
  width: 40px;
  height: 80vh;
  cursor: pointer;
  text-indent: -200px;
  background: url("/images/arrow_left.png") 50% center no-repeat;
  background-size: 11px auto;
  opacity: 0.85;
  transition: opacity 400ms ease-in-out,
    transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  overflow: hidden;
}
.pagination_controls > div.pagination_controls_next,
.pagination_controls > button.pagination_controls_next {
  right: 10px;
  left: auto;
  background: url("/images/arrow_right.png") 50% center no-repeat;
  background-size: 11px auto;
}
/* PERFORMANCE ISSUE - causes footer to repaint */
.pagination_controls > div:hover,
.pagination_controls > button:hover {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tabbing-detected .pagination_controls > button:focus {
  z-index: 100;
  outline-offset: -3px;
}
.pagination_controls > div.pagination_controls_next:hover,
.pagination_controls > button.pagination_controls_next:hover {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.pagination_controls > div a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#popup_box .pagination_controls > div a {
  outline-offset: -3px;
}
.browser-msie #popup_box .pagination_controls > div a:focus {
  border: 2px solid black;
}
.pagination_controls > div.disabled,
.pagination_controls > button.disabled {
  display: none;
}
body.user-distraction-free .pagination_controls,
body.user-distraction-free .pagination_controls > div,
body.user-distraction-free .pagination_controls > button,
body.user-distraction-free .pagination_controls > div a {
  opacity: 0;
  pointer-events: none;
}

/* Style variants ----------------------------------- */

.artwork_detail.artwork_detail_style_dark .artwork_detail_main {
  background: #262522;
}
.artwork_detail.artwork_detail_style_hero .artwork_detail_main {
  background: #262522;
}
.artwork_detail.has_hero_image .artwork_detail_main {
  background: transparent;
}

.artwork_detail .footer {
  clear: both;
  float: left;
  width: 100%;
}
.artwork_detail .artwork_detail_main {
  min-height: 100vh;
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  position: relative;
  background: #f9f4f1;
  background: none !important;
  z-index: 1;
  position: relative;
  transition: background 600ms ease-in-out;
}
.artwork_detail .artwork_detail_main:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.artwork_hero_image_container_outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.artwork_hero_image_container.image_lazy_load {
  background: #262522;
  transition: opacity 600ms ease-in-out,
    transform 800ms cubic-bezier(0.75, 0.01, 0.3, 0.99);
}
.content-not-reversed .artwork_hero_image_container.active {
  max-height: 50px;
  opacity: 0;
}
.artwork_hero_image_container .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  transition: opacity 600ms ease-in-out,
    transform 800ms cubic-bezier(0.75, 0.01, 0.3, 0.99);
  background: center 0 no-repeat;
  background-size: cover;
}
.artwork_hero_image_container.active .image {
  opacity: 1;
}
.artwork_hero_image_container.loading .image {
  opacity: 0;
}
.artwork_hero_image_container img {
  visibility: hidden;
}

.artwork_detail .draginner {
  transition: transform 250ms ease-in-out;
}
.artwork_detail.dragging .draginner {
  transition: none;
}
.artwork_detail .image_container {
  float: right;
  width: 60%;
  height: 100vh;
  position: relative;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 150px 80px 100px 0;
  padding: 0;
  transition: width 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.artwork_detail.detail_variant_contact .image_container {
  position: static;
  width: 50%;
}
.artwork_detail .image_container .object_content {
  position: fixed;
  top: 150px;
  left: 80px;
  right: 0;
  bottom: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: top 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    left 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    right 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    bottom 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.footer-visible .artwork_detail .image_container .object_content,
.page-enquiry-visible .artwork_detail .image_container .object_content {
  bottom: 0;
  height: 100vh;
  top: auto;
  position: absolute;
}
.artwork_detail .image {
  max-width: 100%;
  height: 100%;
  text-align: center;
}
.artwork_detail .images .image_wrap {
  position: absolute;
  top: 150px;
  left: 80px;
  bottom: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: top 1000ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    left 1000ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    right 1000ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    bottom 1000ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
/* Half-bleed image, right aligned but full height to the edge */
.artwork_detail .images .image.image_half_bleed .image_wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* How do we right align half bleed images? */
.artwork_detail .images .image.image_half_bleed .image_wrap .image_inner {
}
/* Trying a cover effect */
.artwork_detail .images .image.image_half_bleed .image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artwork_detail .image .image_inner {
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  text-align: right;
  align-items: center;
  justify-content: center;
}
body.browser-msie .artwork_detail .image .image_inner {
  display: block;
}

/*
                        Click first to zoom option
                            .artwork_detail .image:after {
                                position: absolute;
                                top: 0;
                                left: 0;
                                bottom: 0;
                                right: 0;
                                z-index: 1;
                                display: block;
                                content: '';
                                cursor: pointer;
                            }
                                .user-distraction-free .artwork_detail .image.super_zoom_enabled:after {
                                    cursor: zoom-in;
                                }
                                .artwork_detail.zoom-active .image:after {
                                    display: none;
                                }
                        */

.artwork_detail .image img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.artwork_detail.dragging .image img {
  pointer-events: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.artwork_detail .images {
  position: absolute;
  top: 175px;
  left: 0;
  right: 60px;
  bottom: 70px;

  transition: top 1000ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    left 1000ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    right 1000ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    bottom 1000ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.artwork_detail .images .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto !important;
}
.artwork_detail .images .image.image_hero_placeholder {
  opacity: 0 !important;
  transition: opacity 200ms ease-in-out;
}
.roomview-active .artwork_detail .images .image:not(.roomview-image-slide) {
  display: none !important;
}
.roomview-active .artwork_detail .images .image.roomview-image-slide {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.roomview-active
  .artwork_detail
  .images
  .image.roomview-image-slide
  .image_inner {
  overflow: visible !important;
}
.artwork_detail .content_container_alternative {
  float: left;
  width: 60%;
  min-height: 100vh;
  position: relative;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 175px 150px 100px 150px;
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition-delay: 400ms;
}
.artwork_detail .content_container {
  float: left;
  width: 40%;
  min-height: 100vh;
  position: relative;
  z-index: 5;
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 150px 80px 100px 60px;
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition-delay: 400ms;
}
.artwork_detail.detail_variant_contact .content_container_alternative {
  padding-top: 180px;
  padding-right: 100px;
  width: 50%;
}
.artwork_detail.detail_variant_contact .content_container {
  padding-left: 50px;
  padding-top: 180px;
  width: 50%;
}

/* View in a room
            ----------------------------------------------------------- */

.wall {
  background: none;
}
.wall-texture:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/images/roomview/skirting.jpg");
  background-size: 100% 100%;
}
.wall .wall-texture {
  opacity: 0.6;
}
.roomview-object.furniture-type-ac_bench {
  width: 919px;
  /*width: 1102px;*/
  height: 227px;
  background-image: url(/images/roomview/bench.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translate(-50%, 135px);
  transform: translate(-50%, 149px);
}
@media screen and (max-width: 600px) {
  .roomview-object.furniture-type-ac_bench {
    transform: translate(-30%, 135px);
    transform: translate(-30%, 149px);
  }
}
.floor {
}
.floor::before {
}
.floor::after {
}

.roomview-active #popup_box .close {
  opacity: 0 !important;
}
.roomview-active .artwork_detail .pagination_controls,
.roomview-active #popup_box .pagination_controls {
  opacity: 0 !important;
}
.roomview-active .artwork_detail .content_container {
  opacity: 0 !important;
  transition: opacity 400ms ease-in-out !important;
  pointer-events: none;
}
.roomview-active .artwork_detail .content_container * {
  pointer-events: none;
}

.roomview-active .zoomImg {
  display: none !important;
}

/* Distraction free mode */

.user-distraction-free .artwork_detail .image_container {
  width: 100% !important;
  transition: width 1200ms cubic-bezier(0.65, 0.06, 0.19, 0.96) !important;
}
.user-distraction-free .artwork_detail .images .image.image_hero_placeholder {
  opacity: 1 !important;
}
.user-distraction-free .artwork_hero_image_container .image {
  opacity: 0;
}
.user-distraction-free .artwork_detail .image_container .object_content,
.user-distraction-free .artwork_detail .images,
.user-distraction-free .image_wrap {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transition: top 1200ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    left 1200ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    right 1200ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    bottom 1200ms cubic-bezier(0.65, 0.06, 0.19, 0.96) !important;
}
.user-distraction-free .artwork_detail .content_container {
  transform: translateX(50vw) !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  transition: transform 1200ms cubic-bezier(0.65, 0.06, 0.19, 0.96) !important;
  transition-delay: 0 !important;
}

/* No caption mode */

.artwork_detail.no-caption .content_container {
  display: none;
}
.artwork_detail.no-caption .image_container {
  width: 100% !important;
}
.artwork_detail.no-caption .images .image.image_hero_placeholder {
  opacity: 1 !important;
}
.artwork_detail.no-caption .artwork_hero_image_container .image {
  opacity: 0;
}
.artwork_detail.no-caption .image_container .object_content,
.artwork_detail.no-caption .images,
.artwork_detail.no-caption .image_wrap {
  top: 70px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 30px !important;
}
.artwork_detail.no-caption .images .image {
  height: 100% !important;
}
.artwork_detail.no-caption .content_container {
  transform: translateX(-50vw) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transition-delay: 0 !important;
}

.artwork_detail.no-caption .image_container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.artwork_detail .content {
  width: 100%;
  align-self: center;
}
.artwork_detail .content .prelude {
  margin: 0 0 25px;
  width: 100%;
}
.artwork_detail .content .heading_title {
  display: inline-block;
  vertical-align: middle;
}
.artwork_detail .content h1,
.cms_artwork_detail_title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin: 0 0 15px;
  position: relative;
  /*
                        padding: 20px 0 0;
                        border-top: 1px solid #eaeaea;
                        */
}
.artwork_detail.has-prelude .content h1 {
  border: 0;
  padding-top: 0;
}
.artwork_detail .content h1 .heading_subtitle,
.cms_artwork_detail_subtitle {
  font-size: 2.5rem;
  line-height: 3.2rem;
  padding: 10px 0 0;
}
.cms_artwork_detail_subtitle {
  padding-top: 0 !important;
}
.artwork_detail .artwork_details {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 0 0 30px;
  clear: both;
}
.artwork_detail .artwork_details .subheading {
  margin: 0 0 25px;
}
.artwork_detail .artwork_details .detail_subtitle {
  margin: 0 0 25px;
}
.artwork_detail .artwork_details .subtitle {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px;
}
.artwork_detail .artwork_details > div {
  margin: 0 0 0;
}
.artwork_detail .fallback_cart_wrapper {
  margin: 0 0 20px;
}
.artwork_detail .description {
  padding-top: 15px;
  margin-bottom: 10px;
}
.artwork_detail .artwork_detail_add_to_cart_wrapper {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  margin: 0 0 30px;
}
.artwork_detail .artwork_detail_add_to_cart_wrapper .store_items_container {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.artwork_detail .artwork_detail_add_to_cart_wrapper .wishlist_content {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-top: -4px;
  margin-left: -4px;
  display: none;
}
.artwork_detail .artwork_detail_add_to_cart_wrapper .tools {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  clear: none;
  padding: 0;
  margin: 0;
}
.artwork_detail .artwork_detail_add_to_cart_wrapper .tools .link {
  margin: 0;
}
.artwork_detail .bottom {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.artwork_detail .price {
  padding-top: 0;
  margin: 0;
}
.artwork_detail .tools_above {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 0;
  padding: 13px 0 0;
  position: relative;
}
.artwork_detail .additional_caption {
  padding: 10px 0 0;
  clear: both;
}
.artwork_detail .tools {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 40px 0 0;
  position: relative;
}
.artwork_detail .tools > div {
  margin: 0 0 20px 0;
  width: 100%;
  clear: both;
}
.artwork_detail .tools .enquire_link {
}

.artwork_detail .secondary_images {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0 0;
}
.artwork_detail .secondary_images .link {
  padding-top: 9px;
  clear: both;
}
.artwork_detail .image_gallery_multiple_thumbnails {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 0;
  margin: 20px 0 0;
}
.artwork_detail .image_gallery_multiple_thumbnails ul {
  display: block;
  margin: 0 -10px 0 0;
  padding: 0;
  list-style: none;
}
.artwork_detail .image_gallery_multiple_thumbnails ul li {
  float: left;
  width: 25%;
  min-width: 40px;
  max-width: 90px;
  margin: 0;
  padding: 0 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.artwork_detail .image_gallery_multiple_thumbnails ul li a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.artwork_detail .image_gallery_multiple_thumbnails ul li a img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.artwork_detail
  .image_gallery_multiple_thumbnails
  ul
  li.slide_has_video
  a:before {
  background: url(/images/video_icon.png) center center no-repeat
    rgba(0, 0, 0, 0.4);
  background-size: 46px;
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.artwork_detail .image_gallery_multiple_thumbnails ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 400ms ease-in-out;
  opacity: 0;
}
.device-desktop
  .artwork_detail
  .image_gallery_multiple_thumbnails
  ul
  li
  a:hover:after {
  opacity: 1;
}

.artwork_detail .artwork_detail_additional {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  padding: 150px 70px 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
.artwork_detail .artwork_detail_additional .content {
  width: 60%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 70px 0 0;
}
.artwork_detail .artwork_detail_additional .content .section {
  width: 100%;
  clear: both;
  margin: 0 0 50px;
}
.artwork_detail .artwork_detail_additional .content h3 {
  margin: 0 0 40px;
}
.artwork_detail .artwork_detail_additional .content .description {
  margin: 0 0 40px;
}

/*  Artwork detail video alternative ---------------------------------------------------------------------------------- */

.artwork_detail.artwork_detail_type_video {
}
.artwork_detail.artwork_detail_type_video .image_container {
  padding: 150px 150px 0;
  width: 100%;
  min-height: 0 !important;
  height: calc(100vh - 175px);
}
.artwork_detail.artwork_detail_type_video .images {
  right: 150px;
  left: 150px;
  bottom: 0;
}
.artwork_detail.artwork_detail_type_video .image {
  position: relative;
}
.artwork_detail.artwork_detail_type_video .video_embed_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.artwork_detail.artwork_detail_type_video
  .video_embed_wrapper
  .fluid-width-video-wrapper {
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.artwork_detail.artwork_detail_type_video .video_embed_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.artwork_detail.artwork_detail_type_video .content_container {
  padding: 30px 150px;
  width: 100%;
  float: left;
  min-height: 0;
}
.artwork_detail.artwork_detail_type_video .content_container .content,
#popup_box
  .artwork_detail.artwork_detail_type_video
  .content_container
  .content {
  padding: 0;
  height: auto;
  display: block;
  min-height: 0;
}
.artwork_detail.artwork_detail_type_video .content_container .content .area {
  float: left;
  width: 100%;
  max-width: 700px;
}
.artwork_detail.artwork_detail_type_video .content_container .content .area h1 {
  margin: 0 0 20px;
}
.artwork_detail.artwork_detail_type_video .content_container .content .tools {
  float: right;
}

/*  Hero slideshow
    ---------------------------------------------------------------------------------- */

#hero {
  position: static;
  /* max-width: 1570px; 1480px without border-box */
  padding: 165px 75px 45px;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  max-width: 1740px;
  box-sizing: border-box;
}

#hero_slideshow {
  position: static;
  padding: 45px 25px;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  max-width: 1740px;
  box-sizing: border-box;
}

.scroll_section_top.section_index_2 #hero,
.scroll_section_top.section_index_2 #hero_slideshow {
  padding-top: 25px;
}

.hero-inner {
  display: flex;
  flex-direction: row-reverse;
}

.hidden-off-screen,
.hidden-off-screen #hero,
.hidden-off-screen #hero_slideshow {
  /* This was causing issues on some of the galleries machines, hidden-off-screen would always be on the element so it would not be visible... Unresolved issue. */
  visibility: hidden;
  opacity: 0;
  pointer-events: none !important;
}
.hidden-off-screen #hero *,
.hidden-off-screen #hero_slideshow * {
  pointer-events: none !important;
}
.tabbing-detected .hidden-off-screen #hero,
.tabbing-detected .hidden-off-screen #hero_slideshow {
  visibility: visible !important;
  opacity: 1 !important;
}

#hero_slideshow_progress,
#homepage_slideshow_progress {
  display: none;
}

#hero .content,
#hero_slideshow .content {
  float: left;
  display: flex;
  flex-direction: column;
  width: 33.33%;
  flex-shrink: 0;
  padding: 18vh 75px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-height: 800px) {
  #hero .content,
  #hero_slideshow .content {
    padding-top: 14vh;
  }
}
@media screen and (max-width: 1300px) {
  #hero .content,
  #hero_slideshow .content {
    padding-top: 50px;
  }
}
#hero .slide .content,
#hero_slideshow .slide .content {
  padding-bottom: 70px;
}

.tabbing-detected #hero .slide .content,
.tabbing-detected #hero_slideshow .slide .content {
  padding-left: 3px;
}
#hero .content .content_header,
#hero_slideshow .content .content_header {
  flex-grow: 1;
}
#hero .content .content_header h1,
#hero .content .content_header .faux_h1,
#hero .content .content_header h2 {
  margin: 0 0 30px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 7rem;
  line-height: 7rem;
  text-align: left;
  padding: 15px 0 0;
  border-top: 1px solid #eaeaea;
}

#hero_slideshow .content .content_header h1,
#hero_slideshow .content .content_header .faux_h1,
#hero_slideshow .content .content_header h2 {
  margin: 0 0 30px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 7rem;
  line-height: 7rem;
  text-align: left;
  padding: 15px 0 0;
  border-top: 1px solid #eaeaea;
}

#hero .content .content_header h1.text-length-2,
#hero .content .content_header .faux_h1.text-length-2,
#hero .content .content_header h2.text-length-2,
#hero_slideshow .content .content_header h1.text-length-2,
#hero_slideshow .content .content_header .faux_h1.text-length-2,
#hero_slideshow .content .content_header h2.text-length-2 {
  font-size: 4.2rem;
  line-height: 4.2rem;
}
#hero .content .content_header h1.text-length-3,
#hero .content .content_header .faux_h1.text-length-3,
#hero .content .content_header h2.text-length-3,
#hero_slideshow .content .content_header h1.text-length-3,
#hero_slideshow .content .content_header .faux_h1.text-length-3,
#hero_slideshow .content .content_header h2.text-length-3 {
  font-size: 3.7rem;
  line-height: 3.7rem;
}
#hero .content .content_header h1.text-length-4,
#hero .content .content_header .faux_h1.text-length-4,
#hero .content .content_header h2.text-length-4,
#hero_slideshow .content .content_header h1.text-length-4,
#hero_slideshow .content .content_header .faux_h1.text-length-4,
#hero_slideshow .content .content_header h2.text-length-4 {
  font-size: 3.2rem;
  line-height: 3.2rem;
}
#hero .content .content_header.has_subheading h1,
#hero .content .content_header.has_subheading .faux_h1,
#hero_slideshow .content .content_header.has_subheading h1,
#hero_slideshow .content .content_header.has_subheading .faux_h1 {
  margin: 0 0 10px;
}
#hero .content .content_header .subheading,
#hero_slideshow .content .content_header .subheading {
  font-size: 2.7rem;
  line-height: 3.1rem;
}
#hero .content .content_header .subtitle,
#hero_slideshow .content .content_header .subtitle {
  color: #111;
}
#hero .content .content_header .prelude:after,
#hero_slideshow .content .content_header .prelude:after {
  display: none;
}
#hero .content .content_header .additional_content,
#hero_slideshow .content .content_header .additional_content {
  padding: 60px 0 0;
}
#hero .content .content_header .description,
#hero_slideshow .content .content_header .description {
  margin: 0 0 20px;
}
#hero .content .content_header .bottom,
#hero_slideshow .content .content_header .bottom {
  color: #111;
}

#hero .hero_image_wrapper,
#hero_slideshow .hero_image_wrapper {
  float: right;
  box-sizing: border-box;
  width: 100%;
}
#hero .hero_slideshow_wrapper,
#hero_slideshow .hero_slideshow_wrapper {
  position: absolute;
  right: 45px;
  bottom: 45px;
  top: 130px;
  left: 35%;
}
#hero .hero_image_wrapper,
#hero_slideshow .hero_image_wrapper {
  position: relative;
}
/*fix ie11 bug with slideshows height collapsing due to flexbox*/
.browser-msie:not(.section-home):not(.page-shop) #hero .hero_image_wrapper,
.browser-msie:not(.section-home):not(.page-shop)
  #hero_slideshow
  .hero_image_wrapper {
  position: static;
}
#hero .hero_slideshow_wrapper,
#hero_slideshow .hero_slideshow_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero .slide .image,
#hero_slideshow .slide .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: max-width 800ms cubic-bezier(0.45, 0, 0.27, 1),
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1), opacity 400ms ease-in-out;
  opacity: 0;
}

/* Hero mask ------------------------------- */

#hero .image:after,
#hero .video_background:after,
#hero_slideshow .video_background:after,
#hero_slideshow .image:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
#hero .image:before,
#hero_slideshow .image:before,
#hero_slideshow .video_background:before #hero .video_background:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

/* Hero slideshow 
    ---------------------------------------------------------------------------------- */

.main_slideshow_toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 33.33%;
  padding: 0 75px 0 0;
  box-sizing: border-box;
}

.main_slideshow_quick_nav {
  margin: 0;
  float: left;
  width: 100%;
  font-size: 1rem;
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0;
  margin: 20px 0 0;
}
.main_slideshow_quick_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_slideshow_quick_nav ul li {
  float: left;
  display: block;
  margin: 0 20px 0 0;
}
.main_slideshow_quick_nav ul li button {
  text-transform: uppercase;
}
.main_slideshow_quick_nav ul li:not(.active) button .visually-hidden {
  visibility: hidden;
}

.hero_nav {
  margin: 0;
}
.hero_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero_nav ul li {
  width: 100%;
  display: block;
  margin: 0 0 2px;
}
.hero_nav ul li button {
  display: block;
  cursor: pointer;
}

.main_slideshow_pagination,
.homepage_slideshow_pagination {
  font-weight: normal;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid #eaeaea;
  width: 100%;
  padding: 15px 0 0;
  margin: 20px 0 0;
}
.slideshow-controls-hidden .main_slideshow_pagination,
.slideshow-controls-hidden .homepage_slideshow_pagination {
  display: none;
}
.main_slideshow_pagination .page_numbers,
.homepage_slideshow_pagination .page_numbers {
  text-align: center;
  white-space: nowrap;
  padding: 0 0 0;
  display: block;
  vertical-align: middle;
  float: left;
}
.main_slideshow_pagination .page_numbers div,
.homepage_slideshow_pagination .page_numbers div {
  display: inline-block;
  padding: 0 2px;
}
.main_slideshow_pagination .page_buttons,
.homepage_slideshow_pagination .page_buttons {
  float: right;
  margin-top: -13px;
  white-space: nowrap;
  margin-right: -10px;
}
.main_slideshow_pagination .prev,
.homepage_slideshow_pagination .prev {
  margin: 0 auto;
  width: 44px;
  height: 44px;
  background: url("/images/arrow_left.png") center center no-repeat;
  background-size: 11px auto;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}
.main_slideshow_pagination .next,
.homepage_slideshow_pagination .next {
  margin: 0 auto;
  width: 44px;
  height: 44px;
  background: url("/images/arrow_right.png") center center no-repeat;
  background-size: 11px auto;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}

#main_slideshow_wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
}

#main_slideshow,
#homepage_slideshow {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
#main_slideshow .slide,
#homepage_slideshow .slide {
  width: 100%;
}
#main_slideshow .slide_inner,
#homepage_slideshow .slide_inner {
  position: static;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
}
#main_slideshow .slide_inner,
#homepage_slideshow .slide_inner {
  max-width: 1660px;
}

#main_slideshow .slide .image,
#homepage_slideshow .slide .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  z-index: 1001;
  opacity: 0;
  transition: opacity 400ms ease-in-out,
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1);
}
#main_slideshow .slide .image:after,
#homepage_slideshow .slide .image:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  transition: max-width 800ms cubic-bezier(0.45, 0, 0.27, 1),
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1), opacity 400ms ease-in-out;
  opacity: 0;
}
/* website performance */
#main_slideshow .slide:first-child .image,
#main_slideshow .slide.cycle-slide-active .image {
}
#main_slideshow .slide .image_inner,
#homepage_slideshow .slide .image_inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main_slideshow .slide .image_media,
#homepage_slideshow .slide .image_media,
#homepage_slideshow
  .slide
  .video_background
  #main_slideshow
  .slide
  .video_background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main_slideshow .slide .additional_content {
  opacity: 0;
}
#main_slideshow .slide.has_caption .image_media,
#homepage_slideshow .slide.has_caption .image_media {
  bottom: 40px;
}
#main_slideshow .slide .caption {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: none;
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
  font-size: 12px;
  background: #fff;
  line-height: 16px;
}

/* Slideshow permanent variants */

.cycle-single-slide #main_slideshow_progress,
.cycle-single-slide #homepage_slideshow_progress {
  display: none;
}
.cycle-single-slide .main_slideshow_pagination,
.cycle-single-slide .homepage_slideshow_pagination {
  display: none;
}

/* Slideshow cycle active functions */

#main_slideshow.slide-active,
#homepage_slideshow.slide-active {
}

/* Slideshow animation start */

#main_slideshow.slide-begin,
#homepage_slideshow.slide-begin {
}
#main_slideshow.slide-begin
  .slide
  .content
  .content_header
  .top_caption
  .top_caption_additional:after,
#homepage_slideshow.slide-begin
  .slide
  .content
  .content_header
  .top_caption
  .top_caption_additional:after {
  width: 150px;
}
#hero #main_slideshow.slide-begin .slide.cycle-slide-active .image,
#hero_slideshow
  #homepage_slideshow.slide-begin
  .slide.cycle-slide-active
  .image {
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
#hero #main_slideshow.slide-begin .slide .image .image_inner,
#hero_slideshow #homepage_slideshow.slide-begin .slide .image .image_inner {
  transform: translate(0%, 0);
  transition: opacity 700ms ease-in-out,
    transform 1200ms cubic-bezier(0, 0.73, 0.27, 1) !important;
  transition-delay: 200ms;
}
#hero #main_slideshow.slide-begin .slide .image:after,
#hero_slideshow #homepage_slideshow.slide-begin .slide .image:after {
  width: 0;
  opacity: 1;
  right: auto;
  left: 0;
  transition: width 700ms cubic-bezier(0.45, 0, 0.27, 1) !important;
}

body.splash-screen-end-section
  #hero
  #main_slideshow.slide-begin
  .slide
  .image
  .image_inner,
body.splash-screen-end-section
  #hero
  #main_slideshow.slide-begin
  .slide
  .image:after,
body.splash-screen-end-section
  #hero_slideshow
  #homepage_slideshow.slide-begin
  .slide
  .image
  .image_inner,
body.splash-screen-end-section
  #hero_slideshow
  #homepage_slideshow.slide-begin
  .slide
  .image:after {
  transition: none !important;
}

/* Slideshow reset animations in transition */

#hero #main_slideshow.slide-reset .slide .image .image_inner,
#hero_slideshow #homepage_slideshow.slide-reset .slide .image .image_inner {
  transform: translate(6%, 0);
  transition: none;
}

/* Slideshow animation end */

#main_slideshow .slide.slide-end {
}
#main_slideshow.slide-end .slide .content {
  opacity: 0 !important;
  transition: opacity 200ms ease-in-out,
    transform 400ms cubic-bezier(0.45, 0, 0.27, 1);
}
#hero #main_slideshow.slide-end .slide .image,
#hero_slideshow #homepage_slideshow.slide-end .slide .image {
  /*opacity: 0 !important;
                                transform: translate(-50%, 0px) scale(1.2) !important;*/
  transform-origin: 50% 50% !important;
  transition: opacity 400ms ease-in-out,
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1) !important;
}
#hero #main_slideshow.slide-end .slide .image .image_inner,
#hero_slideshow #homepage_slideshow.slide-end .slide .image .image_inner {
  opacity: 0 !important;
  transform: translate(-10%, 0px);
  transition: opacity 700ms ease-in-out,
    transform 1200ms cubic-bezier(0.45, 0, 0.27, 1) !important;
}
#hero #main_slideshow.slide-end .slide .image:after,
#hero_slideshow #homepage_slideshow.slide-end .slide .image:after {
  width: 100%;
  opacity: 1;
  left: auto;
  right: 0;
  transition: width 700ms cubic-bezier(0.45, 0, 0.27, 1) !important;
}

/* Hero slideshow nav
    ---------------------------------------------------------------------------------- */

#main_slideshow_progress,
#homepage_slideshow_progress {
  display: none;
}
#main_slideshow_nav,
#homepage_slideshow_nav {
  width: 100%;
  box-sizing: border-box;
  max-width: 2280px;
  max-width: 1660px;
  padding: 30px 45px;
  padding-left: 75px;
  padding-right: 75px;
  margin: 0 auto;
}
#hero #main_slideshow_nav,
#hero_slideshow #homepage_slideshow_nav {
  display: none;
}
#main_slideshow_nav .inner {
  overflow: hidden;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
}
#main_slideshow_nav .records_list_slider {
  margin-right: -40px;
  width: auto;
  overflow: hidden;
}
#main_slideshow_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  width: 100%;
}
.tabbing-detected #main_slideshow_nav .records_list_inner:focus {
  background-color: #ffff80;
}
#main_slideshow_nav ul li {
  display: inline-block;
  width: 38%;
  user-select: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 400ms;
  padding: 0 40px 0 0;
  box-sizing: border-box;
  white-space: normal;
}
#main_slideshow_nav ul li.active,
#main_slideshow_nav ul li.is-selected {
  opacity: 1;
}
#main_slideshow_nav ul li .item_inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
#main_slideshow_nav ul li .image {
  width: 30%;
  max-width: 160px;
  position: relative;
  background: #eee;
  margin: 0;
  min-height: auto !important;
}
#main_slideshow_nav ul li .image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
#main_slideshow_nav ul li .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main_slideshow_nav ul li .content {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  text-align: center;
}
.tabbing-detected #main_slideshow_nav ul li .content:focus {
  background-color: #ffff80;
  outline-offset: -3px;
}
#main_slideshow_nav ul li .content .prelude {
  margin: 0 0 10px;
}
#main_slideshow_nav ul li .content .prelude .location:last-child {
  margin: 0;
}
#main_slideshow_nav ul li .content h3 {
  font-size: 4.2rem;
  line-height: 4.4rem;
  margin: 0;
  text-align: center;
  transition: transform 1000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform-origin: 50% 0;
  transform: scale(0.6);
}
#main_slideshow_nav ul li.is-selected .content h3 {
  /*font-size: 4.2rem;
                                line-height: 4.2rem;*/
  transform: scale(1);
}
#main_slideshow_nav ul li .content .subheading {
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 0;
  text-align: center;
  transition: opacity 1000ms cubic-bezier(0.18, 1, 0.21, 1),
    transform 1000ms cubic-bezier(0.18, 1, 0.21, 1),
    margin 1000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform-origin: 50% 0;
  transform: scale(0.6);
  margin-top: -15px;
  transform: scale(1);
  margin-top: 0;
  opacity: 0;
}
#main_slideshow_nav ul li.is-selected .content .subheading {
  /*font-size: 4.2rem;
                                line-height: 4.2rem;*/
  transform: scale(1);
  margin-top: 0;
  opacity: 1;
}
#main_slideshow_nav ul li .content .subtitle {
  text-align: center;
  transition: opacity 1000ms cubic-bezier(0.18, 1, 0.21, 1),
    transform 1000ms cubic-bezier(0.18, 1, 0.21, 1),
    margin 1000ms cubic-bezier(0.18, 1, 0.21, 1);
  opacity: 0;
  color: #111;
  padding: 5px 0 0;
}
#main_slideshow_nav ul li.is-selected .content .subtitle {
  opacity: 1;
}

/* Hero slideshow full-feature variant - e.g. Home
    ---------------------------------------------------------------------------------- */

.section-home .scroll_section.scroll_section_top {
  min-height: 0;
}
.section-home .feature_panels section.panel_index_1 {
  padding-top: 50px;
}
#hero.hero_full_feature,
#hero_slideshow.hero_full_feature {
  padding-bottom: 0;
  min-height: 0;
  /*
            max-width: none;
            padding-left: 45px;
            padding-right: 45px;
        */
}
.section-home #hero.hero_full_feature #main_slideshow_progress,
.section-home #hero.hero_full_feature .main_slideshow_pagination,
.section-home #hero_slideshow.hero_full_feature #homepage_slideshow_progress,
.section-home #hero_slideshow.hero_full_feature .homepage_slideshow_pagination {
  display: none;
}
#hero.hero_full_feature #main_slideshow_wrapper,
#hero_slideshow.hero_full_feature #main_slideshow_wrapper {
  position: relative;
  padding-top: 46%;
}
#hero.hero_full_feature #main_slideshow,
#hero_slideshow.hero_full_feature #homepage_slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero.hero_full_feature #main_slideshow .slide,
#hero_slideshow.hero_full_feature #homepage_slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero.hero_full_feature #main_slideshow .homepage_slideshow_slide_content,
#hero_slideshow.hero_full_feature
  #homepage_slideshow
  .homepage_slideshow_slide_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  padding: 0;
  box-sizing: border-box;
}
#hero.hero_full_feature #main_slideshow .homepage_slideshow_slide_link,
#hero_slideshow.hero_full_feature
  #homepage_slideshow
  .homepage_slideshow_slide_link {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#hero.hero_slides_format {
}
#hero.hero_slides_format .hero_image_wrapper,
#hero_slideshow.hero_slides_format .hero_image_wrapper {
  width: 66.66%;
}

/* Hero full width - e.g. About
    ---------------------------------------------------------------------------------- */

#hero.hero_full_width {
  padding-left: 75px;
  padding-right: 75px;
}
#hero.hero_full_width .hero-inner {
  display: block;
  position: relative;
}
#hero.hero_full_width .hero_image_wrapper,
#hero.hero_full_width .hero_image_faux {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
#hero.hero_full_width .hero_slideshow_wrapper {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#hero.hero_full_width .hero_slideshow_wrapper:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background: #c52f24;
  opacity: 0.9;
}
#hero.hero_full_width .content {
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#hero.hero_full_width .content .content_header {
  max-width: 820px;
  color: #fff;
  flex-grow: 0;
}

#hero.hero_full_width .content .hero_content_additional {
  display: none;
}
#hero.hero_full_width .content h2 {
  font-size: 8rem;
  line-height: 8.2rem;
  border: 0;
  text-align: center;
}
#hero.hero_full_width .content .prelude {
  color: #fff;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 400px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#hero.hero_full_width .content .caption {
  color: #fff;
  text-align: center;
  max-width: 500px;
  padding: 30px 0 0;
  margin: 0 auto;
  line-height: inherit;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
#hero.hero_full_width .content .caption:after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  margin: 20px auto 0 auto;
  vertical-align: middle;
  background: url(/images/arrow_down_reverse.png) center center no-repeat;
  background-size: auto 11px;
}

/* Hero full bleed slidshow - e.g. viewing rooms
    ---------------------------------------------------------------------------------- */

#hero.hero_full_bleed_slideshow {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .special_notice_active #hero.hero_full_bleed_slideshow {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  #hero.hero_full_bleed_slideshow .hero-inner {
    min-height: 300px !important;
  }
  #hero.hero_full_bleed_slideshow #main_slideshow .slide_inner {
    min-height: 300px !important;
  }
}
#hero.hero_full_bleed_slideshow .hero-inner {
  display: block;
  position: relative;
}
#hero.hero_full_bleed_slideshow .hero_image_wrapper,
#hero.hero_full_bleed_slideshow .hero_image_faux {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
#hero.hero_full_bleed_slideshow .hero_slideshow_wrapper {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
}
#hero.hero_full_bleed_slideshow .hero_slideshow_wrapper:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  z-index: 1002;
  opacity: 0.6;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
#hero.hero_full_bleed_slideshow #main_slideshow .slide .image,
#hero.hero_full_bleed_slideshow #main_slideshow .slide .image .image_inner,
#hero.hero_full_bleed_slideshow #homepage_slideshow .slide .image,
#hero.hero_full_bleed_slideshow #homepage_slideshow .slide .image .image_inner {
  opacity: 1 !important;
  transform: none !important;
}
#hero.hero_full_bleed_slideshow #main_slideshow .slide .image:after,
#hero.hero_full_bleed_slideshow #homepage_slideshow .slide .image:after {
  display: none !important;
}
#hero.hero_full_bleed_slideshow .media_wrapper .image_media img {
  opacity: 1 !important;
  transform: none !important;
}
#hero.hero_full_bleed_slideshow .media_wrapper .image_media {
  width: 110%;
  -webkit-animation: kenburns 40s ease-out forwards; /* Safari 4+ */
  -moz-animation: kenburns 40s ease-out forwards; /* Fx 5+ */
  -o-animation: kenburns 40s ease-out forwards; /* Opera 12+ */
  animation: kenburns 40s ease-out forwards; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes kenburns {
  0% {
    transform: scale(1.2) translateX(5%);
  }
  100% {
    transform: scale(1) translateX(-5%);
  }
}
@-moz-keyframes kenburns {
  0% {
    transform: scale(1.2) translateX(5%);
  }
  100% {
    transform: scale(1) translateX(-5%);
  }
}
@-o-keyframes kenburns {
  0% {
    transform: scale(1.2) translateX(5%);
  }
  100% {
    transform: scale(1) translateX(-5%);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1.2) translateX(5%);
  }
  100% {
    transform: scale(1) translateX(-5%);
  }
}

#hero.hero_full_bleed_slideshow .content {
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
  z-index: 2000;
}
#hero.hero_full_bleed_slideshow .content .content_header {
  max-width: 820px;
  color: #fff;
  flex-grow: 0;
  padding: 45px 55px;
}

#hero.hero_full_bleed_slideshow .content .hero_content_additional {
  position: absolute;
  bottom: 40px;
  right: 50px;
}
#hero.hero_full_bleed_slideshow .content .hero_content_additional .hero_nav {
  display: none;
}
#hero.hero_full_bleed_slideshow
  .content
  .hero_content_additional
  .main_slideshow_pagination {
  border: 0;
  color: #fff;
}
#hero.hero_full_bleed_slideshow
  .content
  .hero_content_additional
  .main_slideshow_pagination
  .prev {
  background-image: url("/images/arrow_left_reverse.png");
  width: 30px;
}
#hero.hero_full_bleed_slideshow
  .content
  .hero_content_additional
  .main_slideshow_pagination
  .next {
  background-image: url("/images/arrow_right_reverse.png");
  width: 30px;
}
#hero.hero_full_bleed_slideshow
  .content
  .hero_content_additional
  .main_slideshow_pagination
  .page_numbers {
  margin-right: 11px;
}
#hero.hero_full_bleed_slideshow .content h1 {
  font-size: 6rem;
  line-height: 5.8rem;
  border: 0;
  text-align: left;
}
#hero.hero_full_bleed_slideshow .content h1:last-child {
  margin-bottom: 0;
}
#hero.hero_full_bleed_slideshow .content h2 {
  font-size: 8rem;
  line-height: 8.2rem;
  border: 0;
  text-align: center;
}
#hero.hero_full_bleed_slideshow .content .prelude {
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#hero.hero_full_bleed_slideshow .content .caption {
  margin: 0;
  font-size: 14px;
  max-width: 600px;
}

/* Hero centered text only
    ---------------------------------------------------------------------------------- */

#hero.hero_centered_text {
}
#hero.hero_centered_text .hero-inner {
  display: block;
  width: 100%;
  min-height: 0 !important;
}
#hero.hero_centered_text .content {
  display: block;
  width: 100%;
  padding: 30px 0 25px;
}
#hero.hero_centered_text .content .content_header h1,
#hero.hero_centered_text .content .content_header .faux_h1,
#hero.hero_centered_text .content .content_header h2 {
  text-align: center;
  border: 0;
  font-size: 4.5rem;
  line-height: 5rem;
}
.hero_centered_text .hero_nav ul {
  text-align: center;
}
.hero_centered_text .hero_nav ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px;
  float: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.hero_centered_text .hero_nav ul li.no-label {
  display: none;
}
.hero_centered_text .hero_nav ul li a,
.hero_centered_text .hero_nav ul li button {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*  Media wrappers
    ---------------------------------------------------------------------------------- */

.media_wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: block;
}
.media_wrapper .video_fallback_button {
  display: none;
}

#hero .media_wrapper .image_media img,
#hero_slideshow .media_wrapper .image_media img {
  opacity: 1;
  position: absolute;
}

.media_wrapper .image_media {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: block;
  transition: opacity 600ms ease-in-out;
}
.media_wrapper.media_has_video .image_media {
  opacity: 0;
}
.media_wrapper.media_has_video.show_fallback .image_media {
  opacity: 1;
}
.media_wrapper .image_media img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.media_wrapper.image_uncropped .image_media img {
  object-fit: contain;
}
.browser-msie .media_wrapper .image_media img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.media_wrapper .slideshow {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: block;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
.media_wrapper.show_slideshow .slideshow {
  opacity: 1;
}
.media_wrapper .video_background {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: opacity 1400ms ease-in-out;
}
.media_wrapper.has_caption .video_background {
  bottom: 45px;
}
.media_wrapper.has_caption .caption {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media_wrapper.media_has_video .video_background {
  display: block;
}
.media_wrapper.video_can_start .video_background {
  opacity: 1;
}
.media_wrapper .video_background video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 1;
  display: none;
  position: relative;
  z-index: 0;
  font-family: "object-fit: cover;";
}
.visible .media_wrapper .video_background video {
  display: block;
  position: relative;
  z-index: 1;
}

/*  Scroll sections
    ---------------------------------------------------------------------------------- */

#feature_panel_section_heading {
  opacity: 0;
  transition: opacity 400ms ease-in-out,
    transform 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  pointer-events: none;
  width: 100%;
  transform: translateY(150px);
  position: absolute;
  max-width: 2280px;
  width: 100%;
  padding: 0 100px 0;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  transform: translateY(0);
  position: fixed;
  top: 50%;
  z-index: 2;
}
#feature_panel_section_heading * {
  pointer-events: none;
  transition: none;
}
#feature_panel_section_heading.visible {
  opacity: 1;
}
#feature_panel_section_heading_content {
  text-align: center;
  transform: translateY(-55%);
  padding: 0;
}

#feature_panel_section_nav {
  display: none !important;

  width: 100%;
  position: fixed;
  top: 0;
  left: 52px;
  z-index: 2;

  transform-origin: 0%;
  transform: rotate(90deg);
  width: 100vh;
  text-align: right;

  font-family: Arial;
  font-weight: bold;
  /*font-weight: normal;*/
  /*color: #ffffff;*/
  font-size: 1.4rem;
  line-height: 2rem;

  margin: 0;
  transition: opacity 400ms ease-in-out;
}
#feature_panel_section_nav.nav-hidden {
  display: none;
}
.hero-section-active #feature_panel_section_nav,
.hero-section-active #feature_panel_section_nav * {
  pointer-events: none;
}
#feature_panel_section_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  text-align: center;
}
#feature_panel_section_nav ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  border-bottom: 2px solid transparent;
  transition: border 300ms ease-in-out;
  cursor: pointer;
  transition: transform 400ms cubic-bezier(0.45, 0, 0.27, 1),
    opacity 400ms ease-in-out;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#feature_panel_section_nav ul li.no-label {
  margin: 0;
}
#feature_panel_section_nav ul li:nth-of-type(2) {
  transition-delay: 50ms;
}
#feature_panel_section_nav ul li:nth-of-type(3) {
  transition-delay: 100ms;
}
#feature_panel_section_nav ul li:nth-of-type(4) {
  transition-delay: 150ms;
}
#feature_panel_section_nav ul li:nth-of-type(5) {
  transition-delay: 200ms;
}
.hero-section-visible #feature_panel_section_nav,
.hero-section-visible #feature_panel_section_nav * {
  pointer-events: auto;
}
.hero-section-visible #feature_panel_section_nav ul li,
.scroll-section-setup #feature_panel_section_nav ul li,
.footer-visible #feature_panel_section_nav ul li {
  opacity: 0;
  transform: translate3d(0, 70px, 0);
}
.footer-visible #feature_panel_section_nav {
}
#feature_panel_section_nav ul li a {
  display: block;
}
#feature_panel_section_nav ul li a:after {
  display: block;
  clear: both;
  content: "";
  width: 0;
  margin: 6px 0 0;
  border-bottom: 1px solid #000;
  transition: width 300ms ease-in-out, border 300ms ease-in-out;
}
#feature_panel_section_nav ul li a:hover:after {
  width: 100%;
  transition: width 300ms ease-in-out;
}
#feature_panel_section_nav ul li.active a:after {
  width: 100%;
  /*border-color: #ffffff;*/
}

.scroll_section {
  width: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  transition: background 800ms ease-in-out;
}
.scroll_section.scroll_section_top {
  transition: background 400ms ease-in-out;
}
.hero-section-animate .scroll_section.scroll_section_top {
}
.scroll_section.scroll_section_banner {
  padding: 170px 0 0;
  overflow: hidden;
}
.scroll_section.scroll_section_banner > .inner {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.scroll_section.scroll_section_banner section {
  margin-bottom: 50px;
}
.scroll_section.scroll_section_banner section h2 {
  width: 100%;
  margin: 0 0 20px;
  font-size: 3.5rem;
  line-height: 3.7rem;
}
.scroll_section.scroll_section_banner section .area_wrapper:after {
  border-bottom: 1px solid #eaeaea;
  content: "";
  display: block;
  clear: both;
  margin: 30px 0 0;
}

.scroll_section.scroll_section_panels {
  padding: 0 0 0;
  min-height: 100vh;
  overflow: unset;
}
.scroll_section.scroll_section_panels > .inner {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.scroll_section.scroll_section_panels.section_index_1 > .inner,
.scroll_section.scroll_section_standard.section_index_1 > .inner {
  /*padding-top: 150px;*/
}
.scroll_section .heading_wrapper {
  margin: 0 0 50px;
  padding: 20px 0 0;
}
.scroll_section .heading_wrapper:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
.scroll_section .heading_wrapper h1 {
  font-size: 35px;
  line-height: 38px;
  float: left;
}

.scroll_section.scroll_section_standard > .inner {
  max-width: 2280px;
  width: 100%;
  padding: 75px 150px 0;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroll_section.scroll_section_panels.scroll_section_panels_above {
  min-height: 0;
}
.scroll_section.scroll_section_panels.scroll_section_panels_above section {
  margin-bottom: 0 !important;
}

.feature_panels_anchor {
  clear: both;
}

/* Map widget
    ---------------------------------------------------------------------------------- */

.map_basic_wrapper {
  display: block;
  text-align: center;
  clear: both; /*
            border-top: 1px solid rgba(185,150,103,0.25);*/
  transition: background 800ms ease-in-out;
}
.map_basic_inner {
  display: block;
  /*
                padding: 0 100px 150px;
                */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#map_area {
  width: 100%;
  min-height: 700px;
}

/* Page enquiry widget
    ---------------------------------------------------------------------------------- */

.page_enquiry_widget {
  display: block;
  clear: both;
  border-top: 1px solid rgba(185, 150, 103, 0.25);
  transition: background 800ms ease-in-out;
}
.page_enquiry_widget .form_wrapper {
  display: block;
  padding: 45px 75px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1660px;
  opacity: 0;
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 4000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.page_enquiry_widget.visible .form_wrapper {
  opacity: 1;
}
.page_enquiry_widget .page_enquiry_above {
  margin: 0 0 10px;
  font-size: 2.8rem;
  line-height: 2.6rem;
}
.page_enquiry_widget .prelude {
  text-align: center;
  margin: 0 0 20px;
}
.page_enquiry_widget h2 {
  padding: 10px 40px 0 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 22%;
  width: 100%;
  font-size: 3rem;
  line-height: 4rem;
  float: left;
}
.page_enquiry_widget .content {
  padding: 14px 40px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 33%;
  width: 100%;
  float: left;
}

.page_enquiry_widget .field_wrapper {
  float: right;
  width: 40%;
}

.page_enquiry_widget_field {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  border: 1px solid rgba(185, 150, 103, 0.25);
  font-size: 1.5rem;
  line-height: 2rem;
  color: #111;
  font-weight: bold;
  padding: 0;
  margin: 0;
  position: relative;
}
.page_enquiry_widget_field label {
  display: none;
}
.page_enquiry_widget_field input {
  border: 0;
  outline: none;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 20px 95px 18px 18px;
  color: #111;
  font-weight: 200;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1px 0;
}
.page_enquiry_widget_field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  color: #111;
  -webkit-text-fill-color: #111;
}
body.device-handheld .page_enquiry_widget_field input {
  font-size: 16px;
}
.page_enquiry_widget_field .page_enquiry_widget_submit {
  float: right;
  width: 35px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  /*overflow: hidden;*/
}
.page_enquiry_widget_field .page_enquiry_widget_submit .loader {
  display: block;
  width: 80px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.page_enquiry_widget_field .page_enquiry_widget_submit button {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 59px;
  background: url("/images/arrow_right.png") center center no-repeat;
  background-size: 11px auto;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: background 400ms ease-in-out;
  outline-offset: -3px;
  outline-color: #111;
  cursor: pointer;
}
.page_enquiry_widget_field .page_enquiry_widget_submit.loading button {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.page_enquiry_widget_field .page_enquiry_widget_submit .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55px;
  overflow: hidden;
  z-index: 5;
  transition: transform 400ms cubic-bezier(0.75, 0.01, 0.3, 0.99);
  transform: translateY(-100%);
}
.page_enquiry_widget_field .page_enquiry_widget_submit.loading .loader {
  transform: translateY(0);
}
.page_enquiry_widget_field .page_enquiry_widget_submit.loading .loader svg {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 15px;
  left: 0;
}
.page_enquiry_widget_field
  .page_enquiry_widget_submit.loading
  .loader
  svg
  .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color4 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color4 6s ease-in-out infinite;
  stroke-linecap: round;
}
.page_enquiry_widget .page_enquiry_message_below {
  color: #717171;
  font-size: 1.15rem;
  line-height: 2rem;
  text-align: left;
  display: none;
}
.page_enquiry_widget .page_enquiry_message_below a {
  text-decoration: underline;
}

.page_enquiry_widget .social_media_links_wrapper {
  border-top: 1px solid rgba(185, 150, 103, 0.25);
}
.page_enquiry_widget .social_media_links {
  display: block;
  float: none;
  padding: 25px 75px;
  width: auto;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1660px;
  opacity: 0;
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 4000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.page_enquiry_widget.visible .social_media_links {
  opacity: 1;
}
.page_enquiry_widget .social_media_links .social_links_item {
  margin: 0 25px 0 0;
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;
  color: #111;
  font-size: 1.02rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.page_enquiry_widget .social_media_links .social_links_item a {
  width: auto;
  height: 30px;
}
.page_enquiry_widget .social_media_links .social_links_item .social_media_icon {
  text-indent: 0;
  width: auto;
  height: 30px;
}
.page_enquiry_widget
  .social_media_links
  .social_links_item
  .social_media_icon:before {
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.page_enquiry_widget.artist_cta_form {
}
.page_enquiry_widget.artist_cta_form form {
  width: auto;
  margin-right: -75px;
}
.page_enquiry_widget.artist_cta_form .contact_form_header {
  width: 50%;
  float: left;
  text-align: left;
  box-sizing: border-box;
  padding-right: 75px;
}
.page_enquiry_widget.artist_cta_form .contact_form_header .prelude,
.page_enquiry_widget.artist_cta_form .contact_form_header h2 {
  text-align: left;
}
.page_enquiry_widget.artist_cta_form
  .contact_form_header
  .terms_and_conditions {
  max-width: 450px;
}
.page_enquiry_widget.artist_cta_form .field_wrapper {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-right: 75px;
}

/*  Filters
    ---------------------------------------------------------------------------------- */

.records_grid.no-results-found {
  min-height: 100px;
}
.records_grid.no-results-found:after {
  content: "Sorry, no results were found";
  padding: 50px 0;
  text-align: center;
  display: block;
}

.filters_panel {
  clear: both;
  text-align: center;
  margin: 0 0 50px;
}
.filters_panel #responsive-filter-controls {
  display: none;
}
.filters_inner {
  padding: 0 75px 0;
  margin: 0 auto;
}
#filterpanel_form_wrapper {
  display: block;
  margin-right: -40px;
}
.fp-modules {
  display: flex;
}
.fp-footer {
  display: none;
}

/*  General module styles
        ------------------------------ */

.filters_panel .fp-module {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding: 0 40px 0 0;
}
.filters_panel .fp-module.fp-module-clear-filters {
  display: none;
  border: 0 !important;
  padding: 10px 30px;
}
.filters_panel.filters-selected .fp-module.fp-module-clear-filters {
  display: inline-block;
}
.filters_panel .fp-module-content-inner {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  display: block;
}
.filters_panel .fp-module-content ul li {
  margin-bottom: 5px;
  line-height: 2.2rem;
}
.filters_panel .fp-module-content ul li:last-of-type {
  margin-bottom: 0;
}
.filters_panel .fp-module-content ul li a:before {
  font: normal normal normal 20px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-size: 10px;
  display: inline-block;
  color: #ccc;
  margin: 0 10px 0 0;
  display: none;
}
.filters_panel
  .fp-module-content
  ul
  li
  input[type="checkbox"]:checked
  + a:before,
.filters_panel .fp-module-content ul li.active a:before {
  color: #111;
}

/*  Layout style - Dropdown
        -------------------------------------------------------------- */

.filters_panel.filters_layout_dropdown #filterpanel_form_wrapper {
  margin-right: 0;
}
.heading_wrapper .filters_panel.filters_layout_dropdown {
  float: right;
  clear: right;
}
.heading_wrapper #sub_nav + .filters_panel.filters_layout_dropdown {
  clear: right;
  padding-top: 30px;
}
.filters_panel.filters_layout_dropdown .fp-modules {
  display: block;
}
.filters_panel.filters_layout_dropdown .fp-module {
  width: auto;
  padding-right: 0;
  margin-right: 20px;
}
.filters_panel.filters_layout_dropdown .fp-module.active {
  background: #f6f6f6;
}

.filters_panel.filters_layout_dropdown .fp-legend {
  position: relative;
  padding-right: 12px;
  cursor: pointer;
  color: #777;
  text-align: center;
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;
  color: #333;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.filters_panel.filters_layout_dropdown .fp-module.active .fp-legend {
  color: #111;
}
.filters_panel.filters_layout_dropdown .fp-legend:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-5%);
  margin-top: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #969696;
}
.filters_panel.filters_layout_dropdown .fp-module.active .fp-legend:after {
  border-top: 3px solid #111;
}
.device-desktop
  .filters_panel.filters_layout_dropdown
  .fp-module:hover
  .fp-legend:after,
.filters_panel.filters_layout_dropdown .fp-module.open .fp-legend:after {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  border-top: 3px solid #111;
}

.filters_panel.filters_layout_dropdown .fp-module-content {
  position: absolute;
  display: block;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
  padding: 0;
  text-align: left;
  left: 0;
  background: #fff;
  border: 1px solid #e1e1e1;
  z-index: 50;
  top: 51px;
  box-sizing: border-box;
  transform: translate3d(0, -20px, 0);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}
.filters_panel.filters_layout_dropdown .fp-module-content-inner {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 18px 20px 10px;
  box-sizing: border-box;
  display: block;
  float: left;
}
.device-desktop
  .filters_panel.filters_layout_dropdown
  .fp-module:hover
  .fp-module-content,
.filters_panel.filters_layout_dropdown .fp-module.open .fp-module-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.filters_panel.filters_layout_dropdown .fp-module-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filters_panel.filters_layout_dropdown .fp-module-content ul li {
  white-space: nowrap;
}
.filters_panel.filters_layout_dropdown .fp-module-content ul li:last-of-type {
  margin-bottom: 0;
}

.filters_panel.filters_layout_dropdown .fp-module-content ul li a,
.filters_panel.filters_layout_dropdown .fp-module-content ul li a:visited {
  color: #666;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.filters_panel.filters_layout_dropdown .fp-module-content ul li.active a,
.filters_panel.filters_layout_dropdown
  .fp-module-content
  ul
  li.active
  a:visited {
  color: #111;
  border-color: #111;
}

.filters_panel.filters_layout_dropdown .fp-module-content.filters-years {
  min-width: 240px;
}
.filters_panel.filters_layout_dropdown .fp-module-content.filters-years ul li {
  float: left;
  width: 33.33%;
}

.filters_panel.filters_layout_dropdown .fp-module .fp-textfield-wrapper {
  width: 220px;
}

.filters_panel.filters_layout_dropdown .fp-categories-list li a {
  color: #969696;
}
.device-desktop
  .filters_panel.filters_layout_dropdown
  .fp-categories-list
  li:hover
  a,
.filters_panel.filters_layout_dropdown .fp-categories-list li.active a {
  color: #111;
}

#filterpanel_form_wrapper {
  border: none;
  display: inline-block;
}
.filters_panel.filters_layout_dropdown .fp-module {
  border: 1px solid #e5e5e5;
  margin: 0;
  margin-right: -1px;
  margin-bottom: -1px;
}
.filters_panel.filters_layout_dropdown .fp-legend {
  padding: 10px 30px 10px 20px;
  margin: 0;
  min-width: 160px;
}
.filters_panel.filters_layout_dropdown .fp-legend:after {
  right: 10px;
}
.filters_panel.filters_layout_dropdown .active .fp-legend:after {
  color: #111;
}

.filters_panel.filters_layout_dropdown .fp-module-content {
  min-width: calc(100% + 2px);
  margin-left: -1px;
  left: 0;
  right: auto;
  transform: none;
  top: 51px;
  overflow: auto;
  max-height: 400px;
}
.filters_panel.filters_layout_dropdown .fp-module .fp-textfield-wrapper {
  width: 100%;
}

/*  Feature panels
    ---------------------------------------------------------------------------------- */

section.panel_type_203 h2 {
  font-size: 3.1rem;
  line-height: 3.5rem;
  margin: 0 0 20px;
}

.feature_panels section {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0;
  margin: 0 0 25px;
}
.feature_panels section.panel_borders_both .area_wrapper:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
}
.feature_panels section.panel_borders_both .area_wrapper:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.feature_panels section.panel_borders_above .area_wrapper:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
}
.feature_panels section.panel_borders_below .area_wrapper:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}
.feature_panels section.panel_borders_both .panel_heading,
.feature_panels section.panel_borders_above .panel_heading,
.feature_panels section.panel_borders_below .panel_heading,
.feature_panels section.panel_borders_noborder .panel_heading {
  border-top: 0 !important;
}
.feature_panels section.panel_index_1 {
  padding-top: 50px;
}
.feature_panels section:last-child {
  margin-bottom: 60px;
}
.feature_panels section {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0;
  margin: 0 0 25px;
}

.feature_panels section.panel_type_219,
.feature_panels section.panel_type_202 {
  overflow: hidden;
}
.feature_panels section.panel_type_218.background_color_applied,
.feature_panels section.panel_type_219.background_color_applied,
.feature_panels section.panel_type_202.background_color_applied,
.panel_type_218 section.panel_type_202.background_color_applied {
  padding: 60px 0;
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  /* right: 50%; */
  margin-left: -50vw;
  /* margin-right: -50vw; */
  width: 100vw;
  clear: both;
}
.feature_panels section.panel_type_218.background_color_applied {
  padding-bottom: 20px;
}
.feature_panels section.panel_hero + section.background_color_applied {
  margin-top: -60px;
}
.feature_panels
  .feature_panels_anchor.previous_panel_has_bg
  + section.panel_hero,
.feature_panels section.background_color_applied + section.panel_hero {
  margin-top: -40px;
}

.feature_panels section.panel_type_218.light_text,
.feature_panels section.panel_type_219.light_text,
.feature_panels section.panel_type_202.light_text,
.feature_panels section.panel_type_206.light_text {
  color: #fff;
}
.feature_panels section.light_text .list_caption_wrapper .button a,
.feature_panels section.light_text .list_caption_wrapper .button button,
.feature_panels section.light_text .enquire_button_wrapper a,
.feature_panels section.light_text .enquire_link_custom button,
.feature_panels section.light_text .enquire_link_custom button a {
  color: #fff;
}
.feature_panels section.light_text .button a:before,
.feature_panels section.light_text .button button:before,
.feature_panels section.light_text .enquire_link_custom button:before,
.feature_panels section.light_text .button > span:not(.loader):before,
.feature_panels
  section.light_text
  button:not(.store_item_add_to_cart):not(.clear_button_styles):before {
  filter: brightness(20);
}

.feature_panels section.panel_type_219.background_color_applied .area_wrapper,
.feature_panels section.panel_type_202.background_color_applied .area_wrapper {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  box-sizing: border-box;
}
.scroll_section.section_index_1
  .feature_panels
  section.panel_index_1:not(.panel_hero) {
  padding: 200px 0 0;
}

.scroll_section.section_index_1
  .feature_panels
  section.panel_index_1.panel_type_3001:not(.panel_hero) {
  padding: 0;
}

.scroll_section.section_index_1
  .feature_panels
  section.panel_index_1.panel_hero {
  padding-top: 90px; /*bit of a fudge - just enough to roll under nicely without a gap*/
  margin-top: 0;
}
.scroll_section.section_index_1
  .feature_panels
  section.panel_index_1.panel_hero.hero_under_site_header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.scroll_section.section_index_1
  .feature_panels
  section.panel_index_1.panel_hero.feature_variant_5 {
  padding-top: 0; /*Full height panel is right under the header */
}
.feature_panels section .area_wrapper {
  padding: 0 40px 0;
  margin: 0 auto;
}
.subsection-blog-detail .feature_panels section:not(.panel_index_1) {
  padding-top: 0;
}
.subsection-blog-detail .feature_panels section .area_wrapper {
  padding-top: 0;
}
.feature_panels section .panel_heading_splash {
  display: none;
}
.feature_panels section .list-ajax-load-previous-wrapper {
  margin: 0 0 75px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.feature_panels section .list-ajax-load-previous-wrapper .button {
  float: none;
  display: inline-block;
}
.feature_panels section .list-ajax-load-previous-wrapper .button span:before {
  background-image: url(/images/arrow_left.png);
}
.feature_panels
  section
  .list-ajax-load-previous-wrapper
  .button:hover
  span:before {
  background-image: url(/images/arrow_left_reverse.png) !important;
}
.feature_panels section .panel_footer {
  width: 100%;
  padding-top: 0;
  margin: 0 0 75px;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.feature_panels section .records_grid .panel_footer {
  padding-right: 75px;
}
.feature_panels section.panel_type_records_slider .panel_footer {
  padding-right: 0;
}
.feature_panels section .panel_footer .button {
  display: inline-block;
  float: none;
}
.feature_panels section .panel_footer .button button {
  border: none;
  outline-offset: -8px;
  z-index: 6;
}
.browser-msie.tabbing-detected
  .feature_panels
  section
  .panel_footer
  .button
  button:focus {
  border: 2px solid black;
}
.feature_panels section .panel_heading {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  margin: 0 0 50px;
  padding: 25px 0 0;
  text-align: left;

  border-top: 1px solid #eaeaea;

  transform: translate3d(0, 0, 0);

  user-select: none;
}
.feature_panels section .panel_heading.panel_heading_hidden {
  display: none;
}
.feature_panels section .panel_heading .prelude {
  float: left;
  clear: left;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}
.feature_panels
  section
  .panel_heading
  .prelude
  + div:not(.pagination_controls) {
  padding-top: 20px;
}
.feature_panels section .panel_heading .prelude:after {
  display: none;
}
.feature_panels section .panel_heading h1 {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 40px;
}
.feature_panels section .panel_heading h2 {
  float: left;
  clear: left;
}
.feature_panels section .panel_heading h2:not(.prelude) {
  font-size: 3.2rem;
  line-height: 3.4rem;
}
.feature_panels section .panel_heading .content {
  float: left;
  clear: left;
  max-width: 650px;
}

.feature_panels section.has_filters .panel_heading {
  float: left;
  width: auto;
}
.feature_panels section.has_filters .records_grid {
  clear: both;
}
.feature_panels section .panel_filters {
  width: auto;
  float: right;
  margin: 0 0 50px;
}
.panel_filters {
}
.panel_filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel_filters ul li {
  margin: 0 0 0 20px;
  float: left;
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;
  color: #111;
  font-size: 1.02rem;
  line-height: 2rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.panel_filters ul li:first-child {
  margin-left: 0;
}
.panel_filters ul li a {
  display: block;
  position: relative;
  padding: 0 0 9px;
  cursor: pointer;
}
.panel_filters ul li a:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid rgba(185, 150, 103, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 400ms ease-in-out;
}
.panel_filters ul li:hover a:after,
.panel_filters ul li.active a:after {
  width: 100%;
}
.panel_filters ul li a,
.panel_filters ul li a:visited {
  color: inherit;
}

/* Year filters
                            ------------------------------------------- */

.panel_filters.panel_filters_years ul li {
  float: left;
  width: 33%;
  clear: none;
}

/* Click dropdown filters
                            ------------------------------------------- */

.panel_filters.panel_filters_click_dropdown {
}
.panel_filters.panel_filters_click_dropdown button {
  display: block;
  overflow: visible;
  visibility: visible;
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;
  color: #111;
  font-size: 1.02rem;
  line-height: 2rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0 0 20px;
  width: 100%;
  text-align: left;
}
.panel_filters.panel_filters_click_dropdown button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -3px);
  right: 15px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #111;
  pointer-events: none;
}
.panel_filters.panel_filters_click_dropdown button .current_selected_filter {
  color: #666;
  float: right;
}
.panel_filters.panel_filters_click_dropdown ul {
  min-width: 170px;
  background: #fff;
  max-height: 0;
  opacity: 0;
  max-height: none;
  transition: max-height 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 400ms linear;
  overflow: visible;
  visibility: hidden;
}
.panel_filters.panel_filters_click_dropdown.active ul {
  opacity: 1;
  visibility: visible;
}
.panel_filters.panel_filters_click_dropdown ul li {
}

.panel_footer {
  display: block;
}
.panel_footer.panel_footer_revealable_link {
  margin: 0 75px 75px 0;
  text-align: center;
}
.panel_footer.panel_footer_revealable_link .button {
  display: inline-block;
  float: none;
  min-width: 210px;
}
.panel_footer.panel_footer_revealable_link .button a,
.panel_footer.panel_footer_revealable_link .button button {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.panel_footer.panel_footer_revealable_link .button button {
  border: none;
}
.panel_footer.panel_footer_revealable_link .button button:focus {
  outline-offset: -8px;
}
.browser-msie .panel_footer.panel_footer_revealable_link .button button:focus {
  background-color: #ffff80;
}
.panel_footer.panel_footer_revealable_link:before {
  display: block;
  display: none;
  content: "";
  height: 2px;
  background: #ffffff;
  margin: 15px 0 30px;
  width: 33.33%;
  max-width: 100px;
  transition: width 1100ms ease-in-out;
}
.panel_footer.panel_footer_revealable_link.disabled {
  display: none;
}

.panel_type_205 a {
  display: inline-block;
}
.tabbing-detected .panel_type_218 .pagination_controls_previous:focus,
.tabbing-detected .panel_type_218 .pagination_controls_next:focus {
  background-color: #ffff80;
}

/* Heading panel
        ---------------------------------------------------------------------------------- */

.feature_panels section.heading_panel {
  margin-bottom: 50px;
}
.feature_panels section.heading_panel h1 {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 3.5rem;
  line-height: 3.7rem;
}
.feature_panels section.heading_panel h2 {
  margin: 0;
}
.feature_panels section.heading_panel .panel_filters {
  margin: 0;
}

/* Filters panel
        ---------------------------------------------------------------------------------- */

.feature_panels section.filters_panel {
  margin-bottom: 60px;
  padding-top: 0;
}
.feature_panels section.filters_panel.panel_index_1 {
  padding-top: 60px;
}

/* Filters panel - primed for filter results but hidden in the meantime
        ---------------------------------------------------------------------------------- */

.feature_panels section.panel_filter_results_pending {
  display: none;
}

/*  Custom enquiries panel
        ---------------------------------------------------------------------------------- */

.feature_panels section.panel_custom_enquiries {
  margin: 0 0 75px;
}
.feature_panels section.panel_custom_enquiries .area_wrapper {
  margin: 0 -75px 0 0;
  display: block;
}
.feature_panels section.panel_custom_enquiries .enquiry_form {
  width: 66.66%;
  max-width: 642px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 75px 0 0;
}
.feature_panels section.panel_custom_enquiries .enquiry_text {
  width: 33.33%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 75px 0 0;
}
.feature_panels
  section.panel_custom_enquiries
  .enquiry_text
  .content
  .description {
  margin-bottom: 15px;
}
.feature_panels section.panel_custom_enquiries .enquiry_text .content .columns {
  margin-bottom: 15px;
}

/* Feature panel type 3 - hero parallax heading
    ----------------------------------------------------------- */

.feature_panels .panel_hero {
  position: static;
  width: 100%;
  margin-bottom: 60px;
}
.feature_panels .panel_hero.hero_layout_variant_padded {
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  float: none;
  overflow: hidden;
}
.feature_panels .panel_hero.inview_element {
  opacity: 0;
}
.feature_panels .panel_hero.inview_element.visible {
  opacity: 1;
  transition: opacity 1000ms linear;
}

.feature_panels.cms-frontend-list-editable .cms-frontend-list-item.panel_hero {
  position: static;
}
.layout-animation-enabled .feature_panels .panel_hero {
  transform: none;
  opacity: 1;
}
.feature_panels .panel_hero .hero_heading > h2,
.feature_panels .panel_hero .hero_heading > a > h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 6.2rem;
  line-height: 1.2em;
}
.feature_panels .panel_hero .hero_heading .subtitle {
  padding: 15px 0 0;
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
}
.feature_panels .panel_hero .hero_heading .description,
.feature_panels .panel_hero .hero_heading .description * {
  color: #fff;
}
.feature_panels .panel_hero .hero_heading :last-child,
.feature_panels .panel_hero .hero_heading .description :last-child {
  margin-bottom: 0;
}
.feature_panels
  .panel_hero:not(.fullscreen-slide-image-light)
  .hero_heading
  .button
  a {
  border: 0;
}
.feature_panels .panel_hero .hero_section_placeholder {
  height: 400px;
  display: block;
}
.feature_panels .panel_hero .enquire_button_container {
  padding: 30px 0 0;
}
.feature_panels .panel_hero .hero_section {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  box-sizing: border-box;
  background: transparent;
  -moz-transition: background 0.35s ease-in-out;
  -webkit-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}
.feature_panels .panel_hero.hero_layout_variant_padded .hero_section {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
}
.feature_panels .panel_hero .hero_section a {
  outline-color: yellow !important;
}
.feature_panels .panel_hero .hero_section.parallax-loaded {
  background: transparent !important;
}
/*.feature_panels .panel_hero .hero_section:after {
                content: '';
                text-indent: -9999px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 30;
            }*/
.feature_panels .panel_hero .hero_section > a {
  display: block;
}
.feature_panels .panel_hero .hero_section .inner {
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 50;
  min-height: 400px;
  max-width: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.feature_panels .panel_hero.panel_height_defined .hero_section .inner {
  min-height: 250px;
}
@media screen and (min-width: 1420px) {
  .feature_panels .panel_hero:not(.panel_height_defined) .hero_section .inner {
    min-height: 550px;
  }
}
.feature_panels .panel_hero .hero_section .panel_hero_image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.6;
}
.feature_panels
  .panel_hero.inview_element
  .hero_section:not(.parallax-element)
  .panel_hero_image {
  transform: scale(1.2);
}
.feature_panels
  .panel_hero.inview_element.visible
  .hero_section:not(.parallax-element)
  .panel_hero_image {
  transform: scale(1);
  transition: transform 4500ms cubic-bezier(0.18, 1, 0.21, 1);
}
.feature_panels .panel_hero .hero_section.parallax-disabled .panel_hero_image,
.device-handheld .feature_panels .panel_hero .hero_section .panel_hero_image {
  background-attachment: scroll;
}
@supports (clip-path: inset(0)) {
  .device-handheld .feature_panels .panel_hero .hero_section.parallax-element,
  .feature_panels .panel_hero .hero_section.parallax-element {
    clip-path: inset(0);
  }
  .device-handheld
    .feature_panels
    .panel_hero
    .hero_section.parallax-element
    .panel_hero_image,
  .feature_panels .panel_hero .hero_section.parallax-element .panel_hero_image {
    position: fixed;
    top: 0;
    left: 0;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .feature_panels .panel_hero .hero_section .panel_hero_image {
    background-attachment: scroll;
  }
}

.feature_panels .panel_hero .button a {
  border: 0;
}
.feature_panels .panel_hero .hero_section .hero_image_toolbar {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51;
  padding: 25px;
  display: flex;
  color: #222;
}
.feature_panels
  .panel_hero
  .hero_section
  .hero_image_toolbar
  .hero_image_caption {
  font-size: 1em;
  line-height: 1.4em;
  float: left;
  width: 100%;
  max-width: 100%;
}
.feature_panels
  .panel_hero
  .hero_section
  .hero_image_toolbar
  .enquire_button_container {
  float: right;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
.feature_panels
  .panel_hero
  .hero_section
  .hero_image_toolbar
  .enquire_button_container
  .button {
  margin: 0;
  float: right;
  align-self: flex-end;
}
.feature_panels
  .panel_hero
  .hero_section
  .hero_image_toolbar
  .enquire_button_container
  .button
  a {
  border: 1px solid #dedede;
  font-family: Theinhardt, Sans-Serif;
  font-weight: 300;
  line-height: 22px;
}
.feature_panels .panel_hero .hero_image_responsive {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: center center no-repeat #333;
  background-size: cover;
}
.parallax-disabled #hero_image_responsive,
.disable-parallax #hero_image_responsive,
.parallax-disabled .hero_image_responsive,
.feature_panels .panel_hero .parallax-disabled .hero_image_responsive,
.feature_panels
  .records_list.image_list
  ul
  li.panel_hero
  .parallax-disabled
  .hero_image_responsive {
  display: block;
}
.feature_panels .panel_hero .hero_image_responsive span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  background: center center no-repeat #333;
  background-size: cover;
}
body.device-handheld .feature_panels .panel_hero .hero_image_responsive {
  display: block;
}
.feature_panels .panel_hero .hero_heading {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 80px 80px;
  text-align: center;
  max-width: 900px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.feature_panels .panel_hero.panel_content_alignment_left .hero_heading {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.feature_panels .panel_hero.panel_content_alignment_center .hero_heading {
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.feature_panels .panel_hero.panel_content_alignment_right .hero_heading {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
.feature_panels .panel_hero .hero_heading a,
.feature_panels .panel_hero .hero_heading a:visited {
  text-decoration: none;
}
.feature_panels .panel_hero .hero_heading > h2,
.feature_panels .panel_hero .hero_heading > a > h2 {
  width: 100%;
  margin: 0 auto 22px;
  max-width: 1280px;
}
.feature_panels .panel_hero .hero_heading .subtitle {
  padding: 15px 0 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.feature_panels .panel_hero .hero_heading .description {
  max-width: 100%;
  width: 100%;
  padding: 15px 0 0;
  margin: 0 auto;
  max-width: 1280px;
  font-size: 1.5rem;
}
.feature_panels .panel_hero .hero_heading .description * {
}
.feature_panels .panel_hero .hero_heading span:first-child {
  padding-top: 0;
}
.feature_panels .panel_hero .hero_heading .enquire_button_container .button {
  border-color: #fff;
}
.feature_panels .panel_hero .hero_heading .enquire_button_container .button a,
.feature_panels
  .panel_hero.fullscreen-slide-image-light
  .hero_heading
  .enquire_button_container
  .button:hover
  a {
  color: #fff;
}
.feature_panels
  .panel_hero
  .hero_heading
  .enquire_button_container
  .button:not(.store_item_add_to_cart):not(button):before {
  background: #fff;
}
.feature_panels
  .panel_hero:not(.fullscreen-slide-image-light)
  .hero_heading
  .enquire_button_container
  .button
  a:before {
  filter: invert(1);
}
.feature_panels
  .panel_hero.fullscreen-slide-image-light
  .hero_heading
  .enquire_button_container
  .button:not(.store_item_add_to_cart):not(button):before {
  background: #222;
}
.feature_panels .panel_hero.fullscreen-slide-image-light .hero_heading > h2,
.feature_panels .panel_hero.fullscreen-slide-image-light .hero_heading > a > h2,
.feature_panels
  .panel_hero.fullscreen-slide-image-light
  .hero_heading
  .subtitle,
.feature_panels
  .panel_hero.fullscreen-slide-image-light
  .hero_heading
  .description,
.feature_panels
  .panel_hero.fullscreen-slide-image-light
  .hero_heading
  .description
  *,
.feature_panels
  .panel_hero.fullscreen-slide-image-light
  .hero_section
  .hero_image_toolbar,
.feature_panels
  .panel_hero.fullscreen-slide-image-light
  .hero_heading
  .enquire_button_container
  .button
  a,
.feature_panels
  .panel_hero
  .hero_heading
  .enquire_button_container
  .button
  a:hover {
  color: #222;
}

.feature_panels
  .panel_hero.fullscreen-slide-image-light
  .hero_heading
  .enquire_button_container
  .button {
  border-color: #222;
}

.feature_panels .panel_hero.panel_content_alignment_left .hero_heading {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
  margin: 0;
}
.feature_panels .panel_hero.panel_content_alignment_left .hero_heading * {
  text-align: left;
}
.feature_panels .panel_hero.panel_content_alignment_center .hero_heading {
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.feature_panels .panel_hero.panel_content_alignment_center .hero_heading * {
  text-align: center;
}
.feature_panels .panel_hero.panel_content_alignment_right .hero_heading {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
  margin: 0 0 0 auto;
}
.feature_panels .panel_hero.panel_content_alignment_right .hero_heading * {
  text-align: right;
}

.feature_panels .panel_hero .hero_video_background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.feature_panels .panel_hero .hero_video_background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 999;
  background: #000;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion) {
  .feature_panels .panel_hero .hero_video_background video {
    display: none;
  }
}

@supports (clip-path: inset(0)) {
  .feature_panels .panel_hero .parallax-element .hero_video_background {
    clip-path: inset(0);
  }
  .feature_panels .panel_hero .parallax-element .hero_video_background video {
    position: fixed;
    top: 0;
    left: 0;
  }
}

/*  Basic page layout format
    ---------------------------------------------------------------------------------- */

.content_basic_layout {
  padding: 150px 150px;
  max-width: 1123px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content_basic_layout .heading_wrapper {
  margin: 0 0 40px;
}
.content_basic_layout .heading_wrapper:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
.content_basic_layout h1 {
  font-size: 3.8rem;
  line-height: 4.2rem;
  display: block;
  margin: 0 0 20px;
}
.content_basic_layout h2 {
  font-size: 3rem;
  line-height: 3.4rem;
}
.content_basic_layout h3 {
  font-size: 2.6rem;
  line-height: 3rem;
}
.content_basic_layout .subtitle {
  display: block;
  clear: both;
  margin: 0 0 20px;
}
.content_basic_layout .prelude {
  width: 33.33%;
}
.content_basic_layout .heading_image {
  margin: 0 0 40px;
}

/*  Basic text
    ---------------------------------------------------------------------------------- */

.basic_text {
  width: 100%;
  clear: both;
  margin: 0 0 20px;
}
.basic_text .content {
  margin: 0 auto;
  float: none;
}
/* Also adjust the heading above to the same width */
.feature_panels section.panel_type_221 .panel_heading {
  margin-left: auto;
  margin-right: auto;
  float: none;
  max-width: 800px;
}

.panel_type_221.panel_style_background_full,
.panel_type_221.panel_style_background_full_reverse {
  background: rgb(0 0 0 / 4%);
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.panel_type_221.panel_style_background_full .area_wrapper:before,
.panel_type_221.panel_style_background_full .area_wrapper:after,
.panel_type_221.panel_style_background_full_reverse .area_wrapper:before,
.panel_type_221.panel_style_background_full_reverse .area_wrapper:after {
  display: none !important;
}
.panel_type_221.panel_style_background_full_reverse {
  background: #333;
  color: #fff;
}
.panel_type_221.panel_style_background_full_reverse * {
  color: #fff;
}

/*  Text columns
    ---------------------------------------------------------------------------------- */

.panel_type_222 .page_enquiry_widget {
  border-top: 0;
  margin: 0 0 50px;
}
.panel_type_222 .page_enquiry_widget .form_wrapper {
  padding: 0;
}
.scroll_section.section_index_1
  .feature_panels
  section.panel_index_1.panel_type_222 {
  padding-top: 150px;
}
.scroll_section.section_index_1
  .feature_panels
  section.panel_index_1.panel_type_222
  .page_enquiry_widget {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}

/*  Text columns
    ---------------------------------------------------------------------------------- */

.text_columns_outer {
  border-top: 1px solid #eaeaea;
}
.text_columns {
  margin: 0 -75px 100px 0;
  display: block;
  padding-top: 90px;
}
.text_columns .content a,
.content .artwork_details.news_details a:not(.links_simple_anchor) {
  font-weight: bold;
  text-decoration: underline;
  color: #531fff;
}
.text_columns .content a:hover,
.text_columns .content a:focus,
.content .artwork_details.news_details a:not(.links_simple_anchor):hover,
.content .artwork_details.news_details a:not(.links_simple_anchor):focus {
  color: #bb1122;
}
.text_columns .content a:visited,
.content .artwork_details.news_details a:not(.links_simple_anchor):visited {
  color: #884488;
}
.text_columns .aside {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 75px 0 0;
  transform: translate3d(0, 150px, 0) skewY(0);
  opacity: 0;
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}
.text_columns.no-aside .aside {
  display: none;
}
.text_columns .intro_content {
  margin: 0 0 40px;
}
.text_columns .content_image_1 {
  margin-left: -150px;
  margin-bottom: 80px;
  margin-right: 90px;
}
.text_columns .content_image_1 img {
  display: block;
}
.text_columns .aside .pull_quote {
}
.text_columns .content {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66%;
  padding: 0 75px 0 0;
  transform: translate3d(0, 150px, 0) skewY(0);
  opacity: 0;
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}
.text_columns .content_image_2 {
  margin-right: -150px;
}
.text_columns .content_image_2 img {
  display: block;
}
.text_columns .content_main {
  margin: 0;
  padding: 0;
}
.text_columns .content_initial_text.no_heading {
  padding: 0 0 0;
}
.text_columns .content_initial_text,
.basic_text .content_initial_text {
  display: block;
  transition: all 600ms ease-in-out;
}
.text_columns .content_initial_text .inner,
.basic_text .content_initial_text .inner {
  display: block;

  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}
.text_columns .content_initial_text.disable_columns .inner,
.basic_text .content_initial_text.disable_columns .inner {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.text_columns .extended_text_show .content_initial_text,
.basic_text .extended_text_show .content_initial_text {
  max-height: 0;
  overflow: hidden;
  display: none;
}
.text_columns .content_extended_text,
.basic_text .content_extended_text {
  display: block;
  transition: all 2000ms cubic-bezier(0.18, 1, 0.21, 1), visibility 0ms;
  visibility: visible;
}
.text_columns .content_extended_text .inner,
.basic_text .content_extended_text .inner {
  display: block;
}
.text_columns .extended_text_hidden .content_extended_text,
.basic_text .extended_text_hidden .content_extended_text {
  opacity: 0;
  transform: translateY(200px);
  transition: none;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.text_columns .extended_text_show .content_reveal_more_link,
.basic_text .extended_text_show .content_reveal_more_link {
  display: none;
}

.text_columns.animate-from-bottom .content,
.text_columns.animate-from-bottom .aside {
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}
.text_columns.animate-from-top .content,
.text_columns.animate-from-top .aside {
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -150px, 0);
}
.text_columns.visible .content {
  transform: none;
  opacity: 1;
  transition-delay: 200ms;
}
.text_columns.visible .aside {
  transform: none;
  opacity: 1;
}

/*  Text and vertical slideshow
    ---------------------------------------------------------------------------------- */

.panel_type_232 {
}
.feature_panels section.panel_type_232 .area_wrapper {
  width: auto;
  margin: 0 0 90px 0;
  position: relative;
  /*transform: translate3d(0, 50px, 0);*/
  /*opacity: 0;*/
  /*transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);*/
}
.feature_panels section.panel_type_232 .area_wrapper .inner {
  display: block;
}

.feature_panels
  section.panel_type_232.panel_style_3.panel_theme_wide
  .area_wrapper {
  padding: 0 100px 0 11px;
}
.feature_panels
  section.panel_type_232.panel_style_4.panel_theme_wide
  .area_wrapper {
  padding: 0 11px 0 100px;
}
.feature_panels section.panel_type_232 .inview_element {
  opacity: 0;
  transform: translate3d(0, 150px, 0);
}
.feature_panels section.panel_type_232 .inview_element.animate-from-bottom {
  transform: translate3d(0, 150px, 0);
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.feature_panels section.panel_type_232 .inview_element.animate-from-top {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -150px, 0);
}
.feature_panels section.panel_type_232 .inview_element.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.panel_type_232 .inview_element:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.panel_type_232 > a {
  display: block;
  align-items: center;
  width: 100%;
}
.panel_type_232 .area {
  width: 50%;
  max-width: 700px;
  padding: 0 0;
  padding-right: 0;
  padding-left: 90px;
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 auto;
  position: sticky;
  top: 110px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  min-height: calc(100vh - 110px);
}
.feature_panels section.panel_type_232.panel_style_2 .area_wrapper .area,
.feature_panels section.panel_type_232.panel_style_4 .area_wrapper .area {
  padding-right: 90px;
  padding-left: 0;
}
.panel_type_232 .prelude {
  margin: 0 0 20px;
}
.panel_type_232 .content {
  margin: 0 0 50px;
  padding: 0;
}
.panel_type_232 .enquire_button_container {
  width: 100%;
}
.panel_type_232 .button {
  float: none;
  display: inline-block;
}

.panel_type_232.panel-content-alignment-center .area,
.panel_type_232.panel-content-alignment-center .area * {
  text-align: center;
}
.panel_type_232.panel-content-alignment-right .area,
.panel_type_232.panel-content-alignment-right .area * {
  text-align: right;
}

.panel_type_232 .image {
  width: 50%;
  min-height: 10px;
  float: left;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: auto;
}
.panel_type_232 .image .image_section_outer {
  padding: 0 0 15vh;
}
.panel_type_232 .image .image_section_outer:last-child {
  padding-bottom: 0;
}
.panel_type_232 .image .image_section {
  display: flex;
  align-items: center;
  padding: 0;
}
.panel_type_232 .image img {
  max-width: 100%;
  max-height: none;
  margin: 0 auto;
  display: block;
  transition: transform 500ms ease-out;
}

.panel_type_232.panel_style_2 .image {
  float: right;
}
.panel_type_232.panel_style_2 .area {
  float: left;
}

/*  Slideshow transition 2 - fade between slides
            ---------------------------------------------------------------------------------- */

.panel_type_232.slideshow-transition-2 {
}
.panel_type_232.slideshow-transition-2 .area_mobile {
  transform: translate(0, 0);
  backface-visibility: hidden;
}
.panel_type_232.slideshow-transition-2 .image {
  top: 0;
  position: sticky;
}
.panel_type_232.slideshow-transition-2 .image .image_section {
  box-sizing: border-box;
  height: 100vh;
  padding: 0;
}
.panel_type_232.slideshow-transition-2 .image .image_section img {
  max-height: calc(100vh - 60px);
}

.panel_type_232.slideshow-transition-2.initialised .image > .image_section {
  display: none !important;
}
.panel_type_232.slideshow-transition-2:not(.initialised)
  .image
  .vertical_slideshow_duplicate {
  display: none !important;
}

.panel_type_232.slideshow-transition-2 .image .vertical_slideshow_duplicate {
  position: block;
  height: 100vh;
  position: relative;
}
.panel_type_232.slideshow-transition-2
  .image
  .vertical_slideshow_duplicate
  .image_section {
  transition: opacity 500ms linear;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.panel_type_232.slideshow-transition-2
  .image
  .vertical_slideshow_duplicate
  .image_section.active {
  opacity: 1;
}

.panel_type_232.slideshow-transition-2.slideshow-effect-blur
  .image
  .vertical_slideshow_duplicate
  .image_section {
  transition: opacity 600ms linear, -webkit-filter 800ms linear,
    filter 800ms linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.panel_type_232.slideshow-transition-2.slideshow-effect-blur
  .image
  .vertical_slideshow_duplicate
  .image_section.active {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/*  Basic records grid styles
    ---------------------------------------------------------------------------------- */

.records_no_results {
  text-align: center;
  padding: 50px 50px 50px 0;
  margin: 0 0 50px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  background: #ede5d9;
}

.records_grid {
  transition: transform 500ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 500ms ease-in-out;
}
.records_grid.filter_transition {
  transform: translateY(100px);
  opacity: 0;
}

._resize_processing {
  transition: none !important;
}

/*  Standard grid
    ---------------------------------------------------------------------------------- */

.standard_grid {
  width: auto;
  margin: 0 -75px 0 0;
}
.standard_grid .item {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 75px 50px 0;
  display: inline-block;
  vertical-align: top;
  transform: translate3d(0, 150px, 0) skewY(0);
  opacity: 0;
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .standard_grid.records_grid_columns_2 .item,
  .standard_grid.records_grid_columns_2.tile_grid .group {
    width: 50%;
  }
  .standard_grid.records_grid_columns_3 .item,
  .standard_grid.records_grid_columns_3.tile_grid .group {
    width: 33.33%;
  }
  .standard_grid.records_grid_columns_4 .item,
  .standard_grid.records_grid_columns_4.tile_grid .group {
    width: 25%;
    padding-right: 30px;
  }
  .standard_grid.records_grid_columns_4,
  .standard_grid.records_grid_columns_4.tile_grid {
    margin-right: -30px;
  }
}
.standard_grid .item:hover {
  position: relative;
  z-index: 2;
}
/* Tile list variant ------------------------ */
.standard_grid.tile_grid .group {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 75px 0 0;
  display: inline-block;
  vertical-align: top;
}
.standard_grid.tile_grid .group .item {
  width: 100%;
  padding: 0 0 55px 0;
}
.standard_grid.tile_grid.record_count_2 .tile_grid_formatted {
  text-align: center;
}
.standard_grid.tile_grid.record_count_2 .group {
  width: 50%;
}
.standard_grid.tile_grid.record_count_2
  .tile_grid_formatted
  .group:nth-child(3) {
  display: none !important;
}

.standard_grid .item.animate-from-bottom {
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}
.standard_grid .item.animate-from-top {
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -150px, 0) skewY(-0);
}
.standard_grid .item.visible {
  opacity: 1;
  transform: none;
}
.standard_grid .item.revealable {
  display: none;
}
.standard_grid .item .image {
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  min-height: 100px;
  /*overflow: hidden;*/
}
.standard_grid .item.no_caption .image {
  margin-bottom: 0;
}
body.browser-msie .standard_grid .item .image {
  display: block;
}
.standard_grid .item .image img {
  max-width: 100%;
  width: 100%;
  display: block;
  align-self: flex-end;
  transition: transform 500ms ease-out, opacity 400ms linear;
}
.standard_grid .item .image a {
  width: 100%;
}
.standard_grid .item .prelude {
  margin: 0 0 10px;
}
.standard_grid .item h3 {
  font-size: 3rem;
  line-height: 3.4rem;
}
.standard_grid .item .subtitle {
  margin: 0 0 10px;
}
.standard_grid .item .content {
  margin: 0 0 20px;
  padding: 0 0 0 0;
  /*color: #fff;*/
  line-height: 2.3rem;
  text-align: center;
}
.standard_grid .item .content a {
  display: inline-block;
}
.standard_grid .item .content h3 {
  text-align: center;
}

/*  Four col grid format
        ---------------------------------------------------------------------------------- */

.standard_grid.standard_grid_high_volume {
  margin-right: -40px;
}
.standard_grid.standard_grid_high_volume .item {
  width: 25%;
  padding: 0 40px 40px 0;
}
.standard_grid.standard_grid_high_volume .item .content,
.standard_grid.standard_grid_high_volume .item .content h2,
.standard_grid.standard_grid_high_volume .item .content h3 {
  text-align: left;
}
.standard_grid.standard_grid_high_volume .item .content h3 {
  margin: 0 0 30px;
}
.standard_grid.standard_grid_high_volume .item .content .section {
  margin: 0 0 20px;
  min-height: 23px;
}
.standard_grid.standard_grid_high_volume .item .content .section:nth-child(4) {
  min-height: 130px;
}

.subsection-contact-content .standard_grid.standard_grid_high_volume .item .content .section:nth-child(4) {
  min-height: 20px;
}
.standard_grid.standard_grid_high_volume .item .content .section:nth-child(5) {
  min-height: 48px;
}
@media screen and (max-width: 1500px) {
  .standard_grid.standard_grid_high_volume
    .item
    .content
    .section:nth-child(4) {
    min-height: 155px;
  }

  .subsection-contact-content .standard_grid.standard_grid_high_volume
    .item
    .content
    .section:nth-child(4) {
    min-height: 20px;
  }
}
@media screen and (max-width: 1340px) {
  .standard_grid.standard_grid_high_volume
    .item
    .content
    .section:nth-child(4) {
    min-height: 170px;
  }
}
@media screen and (max-width: 1120px) {
  .standard_grid.standard_grid_high_volume
    .item
    .content
    .section:nth-child(4) {
    min-height: 220px;
  }
  .standard_grid.standard_grid_high_volume
    .item
    .content
    .section:nth-child(5) {
    min-height: 71px;
  }
}
@media screen and (max-width: 1000px) {
  .standard_grid.standard_grid_high_volume
    .item
    .content
    .section:nth-child(4) {
    min-height: 242px;
  }
}
.standard_grid.standard_grid_high_volume .item .content .section:last-child {
  margin-bottom: 0;
}
.standard_grid.standard_grid_high_volume .panel_footer {
  padding-right: 40px;
}

/*  Two col grid format
        ---------------------------------------------------------------------------------- */

.standard_grid.standard_grid_low_volume {
}
.standard_grid.standard_grid_low_volume .item {
  width: 50%;
}
.standard_grid.standard_grid_low_volume .item .content {
  text-align: left;
}

.content_details {
}
.content_details_group {
  padding: 20px 0 0;
  margin: 0 -40px 0 0;
  clear: both;
}
.content_details_item {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 40px 0 0;
  width: 50%;
  vertical-align: top;
}

/*  Square grid variant
        ---------------------------------------------------------------------------------- */

.standard_grid.square_grid {
  margin-right: -40px;
  display: flex;
  justify-content: center;
}
.standard_grid.square_grid .item {
  width: 25%;
  padding: 0 40px 75px 0;
}
.standard_grid.square_grid .item .image {
  width: 100%;
  padding-top: 65.38%;
  position: relative;
  min-height: 0;
}
.standard_grid.square_grid .item .image img {
  position: absolute;
}
.standard_grid.square_grid .item .content {
  padding-right: 0;
  margin: 0;
}
.standard_grid.square_grid .item .content :last-child {
  margin-bottom: 0;
}
.standard_grid.square_grid .item h3 {
  font-size: 2.4rem;
  line-height: 3rem;
}

.standard_grid.square_grid .item.navigation_item {
  border-left: 1px solid rgba(185, 150, 103, 0.2);
  display: flex;
  align-items: center;
}
.navigation-lists-only .standard_grid.square_grid .item.navigation_item {
  align-items: start;
}
.standard_grid.square_grid .item.navigation_item .navigation_inner {
  padding-left: 40px;
  padding-bottom: 15px;
  width: 100%;
}
.standard_grid.square_grid .item.navigation_item .navigation_inner .prelude {
  margin: 0 0 20px;
}
.standard_grid.square_grid .item.navigation_item .navigation_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*  Aligned grid variant (bottom-aligned uncropped)
        ---------------------------------------------------------------------------------- */

.standard_grid.aligned_grid .item {
}
@media screen and (min-width: 768px) {
  .standard_grid.aligned_grid .item .image {
    padding-top: 100%;
    min-height: 0 !important;
    height: auto;
    width: 100%;
    position: relative;
  }
  .standard_grid.aligned_grid .item .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
}

/*  Condensed variant
        ---------------------------------------------------------------------------------- */

.standard_grid.standard_grid_condensed .item {
  padding-bottom: 50px;
}
.standard_grid.standard_grid_condensed .item h3 {
  min-height: 0;
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 2.8rem;
}
.standard_grid.standard_grid_condensed .item .bottom {
  margin: 0;
}

/*  Text grid
    ---------------------------------------------------------------------------------- */

.text_grid {
  width: auto;
  margin: 0 -75px 0 0;
  padding: 0 0 75px;
}
.text_grid .item {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 75px 0 0;
  display: inline-block;
  vertical-align: top;
}
.text_grid .item h3 {
  margin: 0 0 50px;
}
.text_grid .item .content {
  font-size: 15px;
  line-height: 32px;
}

/*  Overlay grid
    ---------------------------------------------------------------------------------- */
.feature_panels section.panel_type_2030 {
  overflow: hidden;
}

.standard_grid.overlay_grid .item {
  width: 50%;
}
.standard_grid.overlay_grid .item .image::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.standard_grid.overlay_grid .item .image a,
.standard_grid.overlay_grid .item .image span.no-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.standard_grid.overlay_grid .item .image {
  margin: 0;
  overflow: hidden;
}
.standard_grid.overlay_grid .item .image img {
  filter: brightness(0.85);
  transition: transform 2000ms cubic-bezier(0.18, 1, 0.21, 1),
    filter 2000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.standard_grid.overlay_grid .item .image:hover img {
  filter: brightness(0.6);
  transform: scale(1.1);
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    filter 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.standard_grid.overlay_grid .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.standard_grid.overlay_grid .item .list_caption_wrapper {
  width: calc(100% - 75px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.standard_grid.overlay_grid .item .list_caption_wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 50px;
  box-sizing: border-box;
}
.standard_grid.overlay_grid .item .subtitle {
  font-size: 15px;
}
.standard_grid.overlay_grid .item h2,
.standard_grid.overlay_grid .item .subtitle {
  color: #fff;
  position: relative;
}
.standard_grid.overlay_grid .item .caption > a h2 .charouter {
  display: block;
}
.standard_grid.overlay_grid .item .caption > a h2 .charouter span {
  position: relative;
}
.standard_grid.overlay_grid .item .caption > a h2 .charouter span::before {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0%;
  right: 0;
  left: auto;
  transition: width 400ms ease-in-out;
}
.standard_grid.overlay_grid
  .item
  .caption:hover
  > a
  h2
  .charouter
  span::before {
  width: 100%;
  width: calc(100% - 2px);
  left: 0;
  right: auto;
}

/*  Instagram grid
    ---------------------------------------------------------------------------------- */

/*  Artworks grid
    ---------------------------------------------------------------------------------- */

.works_grid {
  width: auto;
  margin: 0 -75px 0 0;
}
.works_grid .item {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 75px 75px 0;
  display: inline-block;
  vertical-align: top;
  transform: translate3d(0, 150px, 0) skewY(0);
  opacity: 0;
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}

/*  Aligned grid variant (bottom-aligned uncropped)
            ---------------------------------------------------------------------------------- */

.works_grid.aligned_grid .item {
}
.works_grid.aligned_grid .item .image {
  align-items: flex-end;
}

/* Tile list variant ------------------------ */
.works_grid.tile_grid .group {
  box-sizing: border-box;
  width: 33%;
  padding: 0 75px 0 0;
  display: inline-block;
  vertical-align: top;
}
.works_grid.tile_grid .group .item {
  width: 100%;
  padding: 0 0 75px 0;
}
/* Blog image list variant */
.subsection-blog-detail .works_grid.tile_grid {
  margin-right: -35px;
}
.subsection-blog-detail .works_grid.tile_grid .group {
  padding-right: 35px;
}
/* Uneven tile list variant ------------------------ */
/* This should probably have a variant class - at the moment this applies to all tile grids */
.works_grid.tile_grid .group:nth-of-type(1) {
  padding-top: 40px;
}
.works_grid.tile_grid .group:nth-of-type(2) {
  padding-top: 80px;
}
.works_grid.tile_grid .group:nth-of-type(3) {
  padding-top: 0;
}
.works_grid .item.animate-from-top {
  transform: translate3d(0, -150px, 0) skewY(-0);
}
.works_grid .item.visible {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.works_grid .item:nth-of-type(2),
.works_grid .item:nth-of-type(5) {
  transition-delay: 150ms;
}
.works_grid .item:nth-of-type(3),
.works_grid .item:nth-of-type(6) {
  transition-delay: 300ms;
}
.works_grid .item.revealable {
  display: none;
}
.works_grid .item .image {
  width: 100%;
  margin: 0;
  display: flex;
  /*overflow: hidden; commented out because it was hiding focus outline needed for accessibility*/
  margin: 0 0 20px 0;
}
body.browser-msie .works_grid .item .image {
  display: block;
}
.works_grid .item .image img {
  max-width: 100%;
  display: block;
  align-self: flex-end;
  transition: transform 500ms ease-out, opacity 400ms ease-in-out;
}
.works_grid .item .caption {
  line-height: 2.3rem;
}
.works_grid .item .caption a {
  display: inline-block;
}
.works_grid .item .bottom .caption p {
  margin-bottom: 0;
}
.works_grid .item .prelude {
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.works_grid .item .prelude:after {
  display: none;
}
.works_grid .item h3 {
  margin: 0 0 22px;

  font-size: 2.6rem;
  line-height: 3rem;
}

/*  Large grid
    ---------------------------------------------------------------------------------- */

.full_grid {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}
.full_grid .item {
  width: auto;
  margin: 0 0 75px 0;
  position: relative;
}
.full_grid .item .area {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
}
.full_grid .item .area .prelude {
  margin: 0 0 20px;
}
.full_grid .item .area h3 {
  text-align: center;
}
.section-viewing-room .full_grid .item .area h3 {
  font-size: 2.6rem;
}
.full_grid .item .area .content {
  margin: 0 0 20px;
}
.full_grid .item .area .align_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.full_grid .item .image {
  width: 100%;
  margin: 0 0 40px;
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  transform: translate3d(0, 150px, 0) skewY(0);
  opacity: 0;
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.full_grid .item.animate-from-bottom .image {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.full_grid .item.animate-from-top .image {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -150px, 0) skewY(-0);
}
.full_grid .item .image.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.full_grid .item .image img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.full_grid.image_uncropped .item .image {
  max-height: 80vh !important;
  min-height: 0 !important;
}
.full_grid.image_uncropped .item .image img {
  width: auto;
  max-height: 80vh !important;
  margin: 0 auto;
}

/* Horizontal scroll grid
    --------------------------------------------------------------------------------*/

.records_grid.standard_grid_artworks.horizontal_scroll_grid {
}
.feature_panels section.panel_type_2002 {
  /*overflow: hidden;*/
}
.feature_panels section.panel_type_2002 .area_wrapper {
  box-sizing: border-box;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.records_grid.standard_grid_artworks.horizontal_scroll_grid {
}
.records_grid.standard_grid_artworks.horizontal_scroll_grid .group {
  display: flex;
  position: absolute;
  height: 100vh;
  align-items: baseline;
}
.records_grid.standard_grid_artworks.horizontal_scroll_grid .group .item {
  box-sizing: border-box;
  min-width: 40vw;
}
.records_grid.standard_grid_artworks.horizontal_scroll_grid .group .item img {
  /*max-height: 30vw;*/
}
.records_grid.standard_grid_artworks.horizontal_scroll_grid {
  overflow: hidden;
  min-height: 100vh;
}

/* Records slider panel
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_type_215 .page-track-scroll-container {
  position: static;
}
.feature_panels section.panel_type_215 .panel_heading {
  padding-right: 0;
}

.panel_type_215.panel_style_background_full,
.panel_type_215.panel_style_background_full_reverse {
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.panel_type_215.panel_style_background_full_reverse {
  background: #333;
  color: #fff;
}
.panel_type_215.panel_style_background_full_reverse * {
  color: #fff;
}
.panel_type_215.panel_style_background_full .area_wrapper:after,
.panel_type_215.panel_style_background_full_reverse .area_wrapper:after {
  display: none !important;
}

/* Images slider panel
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_type_219 .page-track-scroll-container {
  position: static;
}
.feature_panels section.panel_type_219 .panel_heading {
  padding-right: 0;
  margin-bottom: 25px;
}

/* Events list
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_type_207 .list-preview-scroll-container {
}
.feature_panels section.panel_type_207 .panel_heading {
  margin: 0;
}

/* 2x feature large
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_type_217 {
  overflow: hidden;
}
.feature_panels section.panel_type_217 .area_wrapper {
}
.feature_panels section.panel_type_217 h2 {
  margin: 0 0 20px;
}
.feature_panels section.panel_type_217 .subtitle {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px;
}

.feature_panels section.panel_type_217 .image1_container {
  float: left;
  width: 50%;
  box-sizing: border-box;
  min-height: 500px;
  position: relative;
  padding-right: 80px;
  margin-bottom: 150px;
}
.feature_panels section.panel_type_217 .image1_container .image {
  width: 100%;
  max-height: 700px;
  height: 80vh;
  z-index: 0;
  left: 0;
  top: 0;
  transform: translateY(20px);
  opacity: 0;
}
.feature_panels section.panel_type_217 .image1_container .image img {
  display: block;
  float: right;
  max-width: none;
  max-height: 100%;
}
.feature_panels section.panel_type_217 .image1_container .area_content {
  float: right;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  transform: translateY(150px);
  opacity: 0;
}
.feature_panels section.panel_type_217 .image2_container {
  float: right;
  width: 50%;
  box-sizing: border-box;
  min-height: 500px;
  position: relative;
  padding-right: 80px;
  margin-bottom: 150px;
}
.feature_panels section.panel_type_217 .image2_container .image {
  width: 100%;
  max-height: 700px;
  height: 80vh;
  z-index: 0;
  right: 0;
  top: 0;
  transform: translateY(20px);
  opacity: 0;
}
.feature_panels section.panel_type_217 .image2_container .image img {
  display: block;
  float: left;
  max-width: none;
  max-height: 100%;
}
.feature_panels section.panel_type_217 .image2_container .area_content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  transform: translateY(150px);
  opacity: 0;
}

.feature_panels section.panel_type_217 .visible .image_container .image {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.feature_panels section.panel_type_217 .visible .image_container .area_content {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.feature_panels section.panel_type_217 .visible .image_container .image,
.feature_panels section.panel_type_217 .visible .image_container .area_content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*  Full bleed / hero panel
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_type_214 {
  margin: 0 0 40px;
}
.full_bleed_panel {
  width: 100%;
  float: left;
  margin: 0 0 60px;
  position: relative;
  background: #111;
}
section:last-child .full_bleed_panel {
  margin-bottom: 0;
}
.full_bleed_panel .item {
  z-index: 100;
  width: 100%;
}
.full_bleed_panel .image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.full_bleed_panel .image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 0;
  transition: transform 400ms ease-out, opacity 400ms ease-in-out;
  transform: scale(1.2);
  opacity: 0;
}
.full_bleed_panel.visible .image img {
  transform: scale(1);
  opacity: 1;
  transition: transform 3000ms ease-out, opacity 3000ms ease-out;
}
.full_bleed_panel .image:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.full_bleed_panel .area {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.full_bleed_panel .area .area_inner {
  max-width: 1980px;
  width: 100%;
  padding: 0 100px 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
}
.full_bleed_panel .area .area_inner > * {
  max-width: 450px;
}
.full_bleed_panel .area .area_inner h2 {
  font-size: 8rem;
  line-height: 9rem;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
}
.full_bleed_panel .area .area_inner h3 {
  margin: 0 0 20px;
  font-size: 4.5rem;
  line-height: 5rem;
}
.full_bleed_panel .area .area_inner .subtitle {
  margin: 0 0 20px;
}
.full_bleed_panel .area .area_inner .prelude {
  margin: 0 0 20px;
}
.full_bleed_panel .area .area_inner .prelude:not(.prelude_main):after {
  display: none;
}
.full_bleed_panel .area .area_inner .prelude.prelude_main {
  margin: 0 0 60px;
}
.full_bleed_panel .area .area_inner .buttons {
  margin: 60px 0 0;
}
.full_bleed_panel .area .area_inner .button {
}
.full_bleed_panel .pagination_controls {
  z-index: 101;
  opacity: 0;
  transition: opacity 400ms linear;
}
.full_bleed_panel:hover .pagination_controls {
  opacity: 1;
}
.full_bleed_panel.single-slide .pagination_controls {
  display: none;
}
.full_bleed_panel .pagination_controls > div,
.full_bleed_panel .pagination_controls > button {
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 101;
}

.feature_variant_2 .full_bleed_panel .area .area_inner,
.feature_variant_3 .full_bleed_panel .area .area_inner {
  text-align: center;
}
.feature_variant_2 .full_bleed_panel .area .area_inner *,
.feature_variant_3 .full_bleed_panel .area .area_inner * {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  max-width: none;
}
.feature_variant_2 .full_bleed_panel .area .area_inner h3,
.feature_variant_3 .full_bleed_panel .area .area_inner h3 {
  font-size: 6.5rem;
  line-height: 7rem;
}

/*  Full bleed slideshow
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_type_218 {
  margin: 0 0 40px;
}
.full_bleed_panel_slideshow {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
  position: relative;
}
.full_bleed_slideshow_caption_area {
  padding: 0 40px;
  line-height: 2.3rem;
  text-align: center;
}
.full_bleed_slideshow_caption_area > div {
  padding: 20px 0;
}
.full_bleed_slideshow_caption_area .list_caption_wrapper {
  text-align: center;
}
.full_bleed_slideshow_caption_area .list_caption_wrapper .artist {
  font-weight: bold;
}
.full_bleed_slideshow_caption_area
  .list_caption_wrapper
  .title_and_year
  .title {
  font-style: italic;
}
.full_bleed_slideshow_caption_area .button {
  margin-top: 10px;
  display: inline-block;
  float: none;
}
.full_bleed_panel_slideshow_content {
  position: relative;
}
.full_bleed_panel_slideshow .image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.full_bleed_panel_slideshow.image_do_not_crop .image {
  left: 30px;
  right: 30px;
  width: auto;
}
.full_bleed_panel_slideshow .image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 0;
  transition: transform 400ms ease-out, opacity 400ms ease-in-out;
  transform: scale(1.05);
  opacity: 0;
}
.full_bleed_panel_slideshow.image_do_not_crop .image img {
  object-fit: contain;
}
.full_bleed_panel_slideshow.visible .image img {
  transform: scale(1);
  opacity: 1;
  transition: transform 1500ms ease-out, opacity 500ms ease-out;
}
.full_bleed_panel_slideshow .image:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 22%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 22%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 22%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  display: none;
}

.full_bleed_panel_slideshow .image .video_embed_wrapper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.full_bleed_panel_slideshow .image .video_embed_wrapper iframe {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.full_bleed_panel_slideshow .area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48.33vw;
  min-height: 0;
  max-height: 805px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.full_bleed_panel_slideshow .area .area_inner {
  padding: 75px 150px;
  max-width: 2280px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.full_bleed_panel_slideshow .area .area_inner h2 {
  font-size: 8rem;
  line-height: 9rem;
  text-align: center;
  color: #fff !important;
}
.full_bleed_panel_slideshow .area .area_inner .prelude {
  color: #fff !important;
}
.full_bleed_panel_slideshow .area .area_inner .prelude:after {
  background: #fff !important;
}

.full_bleed_panel_slideshow .image_gallery_multiple_container {
}
.full_bleed_panel_slideshow
  .image_gallery_multiple_container
  .pagination_controls {
  position: absolute;
  top: auto;
  right: 20px;
  left: auto;
  bottom: 0;
  width: 80px;
  height: 120px;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.full_bleed_panel_slideshow:hover
  .image_gallery_multiple_container
  .pagination_controls {
  opacity: 1;
}
.full_bleed_panel_slideshow
  .image_gallery_multiple_container
  .pagination_controls
  > div,
.full_bleed_panel_slideshow
  .image_gallery_multiple_container
  .pagination_controls
  > button {
  height: 100%;
  top: 0;
  width: 40px;
  position: absolute;
}
.full_bleed_panel_slideshow:not(.image_do_not_crop)
  .image_gallery_multiple_container
  .pagination_controls
  > button {
  background-image: url(/images/arrow_left_reverse.png);
}
.full_bleed_panel_slideshow:not(.image_do_not_crop)
  .image_gallery_multiple_container
  .pagination_controls
  > button:focus {
  background-image: url(/images/arrow_left.png);
}
.full_bleed_panel_slideshow
  .image_gallery_multiple_container
  .pagination_controls
  > button {
  left: 0;
}
.full_bleed_panel_slideshow:not(.image_do_not_crop)
  .image_gallery_multiple_container
  .pagination_controls
  > button.pagination_controls_next {
  background-image: url(/images/arrow_right_reverse.png);
}
.full_bleed_panel_slideshow:not(.image_do_not_crop)
  .image_gallery_multiple_container
  .pagination_controls
  > button.pagination_controls_next:focus {
  background-image: url(/images/arrow_right.png);
}
.full_bleed_panel_slideshow
  .image_gallery_multiple_container
  .pagination_controls
  > button.pagination_controls_next {
  right: 0;
  left: auto;
}
.full_bleed_slideshow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: auto !important;
}

.full_bleed_panel_slideshow.image_do_not_crop
  .image_gallery_multiple_container
  .pagination_controls {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 20px;
  left: 20px;
  bottom: auto;
  width: auto;
  height: 0;
  opacity: 1;
}
.full_bleed_panel_slideshow.image_do_not_crop
  .image_gallery_multiple_container
  .pagination_controls
  > div,
.full_bleed_panel_slideshow.image_do_not_crop
  .image_gallery_multiple_container
  .pagination_controls
  > button {
  height: 40px;
}

/*
                    .full_bleed_slideshow:after {
                        position: absolute;
                        z-index: 101;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        width: 100%;
                        content: '';
                        display: block;
                        opacity: 0;
                        transition: opacity 400ms ease-in-out;
                        background: linear-gradient(0deg, rgba(0,0,0,0.34637605042016806) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 100%);
                    }
                    .full_bleed_panel_slideshow:hover .full_bleed_slideshow:after {
                        opacity: 1;
                    }
                    */
.full_bleed_slideshow .slide {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.full_bleed_slideshow .slide a {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.full_bleed_slideshow .slide .caption {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 60px 40px 40px;
  margin: 0;
  line-height: 18px;
  color: #fff;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
.full_bleed_slideshow .slide .caption a,
.full_bleed_slideshow .slide .caption a:visited {
  color: #fff;
}

/*  Large grid
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_type_204 {
}

.large_grid {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}
.large_grid .item {
  width: auto;
  margin: 0 0 75px 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.large_grid .item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.large_grid .item .area {
  width: 45%;
  max-width: 530px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}
.large_grid .item > a {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row;
}
.large_grid .item .area .content {
  margin: 0 0 20px;
  padding: 0 0 0 0;
  text-align: center;
}
.large_grid .item .area .prelude {
  margin: 0 0 20px;
  text-align: center;
}
.large_grid .item .area h2 {
  margin: 0 0 30px;
  font-size: 5rem;
  line-height: 5.8rem;
  text-align: center;
}
.large_grid .item .area.has_subtitle h2 {
  margin: 0 0 5px;
}
.large_grid .item .area .subheading {
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.large_grid .item .area .content {
  margin: 0 0 20px;
  padding: 0 0 0 0;
}
.large_grid .item .image {
  width: 55%;
  float: right;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.large_grid .item .image img {
  max-width: none;
  margin: 0;
  display: block;
  transition: transform 500ms ease-out;
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Animations ------------------------ */

.large_grid .item .area {
  transform: translate3d(0, 150px, 0);
  opacity: 0;
  transition: transform 8000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.large_grid .item.animate-from-bottom .area {
  transition: transform 8000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.large_grid .item.animate-from-top .area {
  transition: transform 8000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -150px, 0);
}
.large_grid .item.visible .area {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.large_grid .item .image {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.large_grid .item.animate-from-bottom .image {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.large_grid .item.animate-from-top .image {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -50px, 0);
}
.large_grid .item.visible .image {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Cascade grid panel 
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_type_2022 {
  padding-top: 0;
}
.feature_panels section.panel_type_2022 .area_wrapper {
  padding-top: 0;
}

/*  Multi image feature - Store features etc
    ---------------------------------------------------------------------------------- */

.multi_image_feature {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}
.multi_image_feature .item {
  width: auto;
  margin: 0 -75px 75px 0;
  position: relative;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.multi_image_feature .item.animate-from-bottom {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.multi_image_feature .item.animate-from-top {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -50px, 0);
}
.multi_image_feature .item.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.multi_image_feature .item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.multi_image_feature .item .image {
  width: 66.66%;
  float: left;
  padding-right: 75px;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
}
.multi_image_feature .item .image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  transition: transform 500ms ease-out;
}

.multi_image_feature .item .area {
  width: 33.33%;
  padding-right: 75px;
  float: right;
  vertical-align: top;
  box-sizing: border-box;
}
.multi_image_feature .item .area .image {
  padding: 0;
  margin: 0 0 45px;
  width: 100%;
}
.multi_image_feature .item.no-caption .area .image {
  margin: 0 0 75px;
}
.multi_image_feature .item .area .area_content {
  clear: both;
}
.multi_image_feature .item .area .content {
  margin: 0 0 20px;
  padding: 0 30px 0 0;
}
.multi_image_feature .item .area .content .caption_heading {
  line-height: 2.3rem;
}
.multi_image_feature .item .area .content .caption {
  line-height: 2.3rem;
}
.multi_image_feature .item .area h3 {
  font-size: 27px;
  line-height: 34px;
}
.multi_image_feature .item .area .align_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*  Medium grid
    ---------------------------------------------------------------------------------- */

.medium_grid {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}
.medium_grid .item {
  width: auto;
  min-height: 280px;
  display: flex;
  align-items: center;
  margin: 0 0 75px 0;
  position: relative;
  transform: none;
  opacity: 0;
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.medium_grid .item.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.medium_grid .item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.medium_grid .item {
  display: flex;
  align-items: center;
  width: 100%;
}
.medium_grid .item a {
  display: inline-block;
  width: 100%;
}
.medium_grid .item .area {
  width: 40%;
  max-width: 530px;
  padding-right: 20px;
  padding-left: 60px;
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
.medium_grid .item .area .prelude {
  margin: 0 0 20px;
}
.medium_grid .item .area h3 {
  text-align: center;
}
.exhibition-list-wrapper .medium_grid .item .area h3,
.art-fairs-list-wrapper .medium_grid .item .area h3 {
  font-size: 5rem;
  line-height: 5rem;
  margin: 0 0 10px;
}
.medium_grid .item .area .subheading {
  text-align: center;
}
.medium_grid .item .area .content {
  margin: 0 0 20px;
  padding: 0;
}
.medium_grid .item .area .bottom + .buttons {
  padding-top: 28px;
}
.medium_grid .item .area .buttons {
  text-align: center;
}
.medium_grid .item .area .buttons .button,
.medium_grid .item .area .buttons > .store_item,
.medium_grid .item .area .buttons > .store_item_group {
  display: inline-block;
  float: none;
  margin: 0 5px;
}
.medium_grid .item .area .additional_date {
  padding: 20px 0 0;
}

.medium_grid .item .image {
  width: 60%;
  min-height: 10px;
  float: left;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  transform: translate3d(0, 150px, 0) skewY(0);
  opacity: 0;
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.medium_grid .item.animate-from-bottom .image {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.medium_grid .item.animate-from-top .image {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -150px, 0) skewY(-0);
}
.medium_grid .item.visible .image {
  opacity: 1;
  transform: none;
}
.medium_grid .item .image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  transition: transform 500ms ease-out;
}

/*  Text and image panel
    ---------------------------------------------------------------------------------- */

.panel_type_206 {
}
.panel_type_206.panel_style_background_full,
.panel_type_206.panel_style_background_full_reverse {
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}
.panel_type_206.panel_style_background_full_reverse {
  background: #333;
  color: #fff;
}
.panel_type_206.panel_style_background_full_reverse * {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.feature_panels
  section.panel_type_206.panel_style_background_full
  .area_wrapper,
.feature_panels
  section.panel_type_206.panel_style_background_full_reverse
  .area_wrapper {
  margin-bottom: 0;
}
.panel_type_206.panel_style_background_text .area .area_inner,
.panel_type_206.panel_style_background_text_reverse .area .area_inner {
  background: #f3f3f3;
  padding: 55px;
}
.panel_type_206.panel_style_background_text_reverse .area .area_inner {
  background: #333;
  color: #fff;
}
.panel_type_206.panel_style_background_text_reverse .area .area_inner * {
  color: #fff;
}
.feature_panels section.panel_type_206 .area_wrapper {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0 50px 0;
  position: relative;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.feature_panels section.panel_type_206.panel_style_2 .area_wrapper {
  flex-direction: row-reverse;
}
.feature_panels section.panel_type_206 .inview_element.animate-from-bottom {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
.feature_panels section.panel_type_206 .inview_element.animate-from-top {
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -50px, 0);
}
.feature_panels section.panel_type_206 .inview_element.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.panel_type_206 .inview_element:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.panel_type_206 > a {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.panel_type_206 .area {
  width: 50%;
  padding-right: 0;
  padding-left: 50px;
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
}
.feature_panels section.panel_type_206.panel_style_2 .area_wrapper .area {
  padding-right: 50px;
  padding-left: 0;
}
.panel_type_206 .area .area_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.panel_type_206 .area_inner2 {
  max-width: 630px;
  width: 100%;
}
.panel_type_206.panel_content_alignment_left_center .area .area_inner {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
  margin: 0;
}
.panel_type_206.panel_content_alignment_left_center .area .area_inner * {
  text-align: left;
}
.panel_type_206.panel_content_alignment_center_center .area .area_inner {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.panel_type_206.panel_content_alignment_center_center .area .area_inner * {
  text-align: center;
}
.panel_type_206.panel_content_alignment_right_center .area .area_inner {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.panel_type_206.panel_content_alignment_right_center .area .area_inner * {
  text-align: right;
}
.panel_type_206.panel_content_alignment_left_top .area .area_inner {
  display: flex;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
  margin: 0;
}
.panel_type_206.panel_content_alignment_left_top .area .area_inner * {
  text-align: left;
}
.panel_type_206.panel_content_alignment_center_top .area .area_inner {
  display: flex;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
}
.panel_type_206.panel_content_alignment_center_top .area .area_inner * {
  text-align: center;
}
.panel_type_206.panel_content_alignment_right_top .area .area_inner {
  display: flex;
  align-items: flex-start;
  text-align: right;
  justify-content: flex-end;
}
.panel_type_206.panel_content_alignment_right_top .area .area_inner * {
  text-align: right;
}
.panel_type_206 .prelude {
  margin: 0 0 20px;
}
.panel_type_206 .content {
  margin: 0 0 20px;
  padding: 0;
}
.panel_type_206.panel_style_background_text .area .area_inner .content,
.panel_type_206.panel_style_background_text_reverse .area .area_inner .content {
  margin-bottom: 0;
}
.panel_type_206 .content :last-child {
  margin-bottom: 0;
}

.panel_type_206 .content .prelude {
  margin-bottom: 10px;
  display: block;
}
.panel_type_206 .content .artwork_title {
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.panel_type_206 .image {
  width: 50%;
  min-height: 10px;
  float: left;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
}
.tabbing-detected .panel_type_206 .image {
  overflow: visible;
}
.tabbing-detected .panel_type_206 .image a {
  display: block;
}
.panel_type_206 .image img {
  max-width: 100%;
  max-height: 50vw;
  max-height: 70vh;
  margin: 0 auto;
  display: block;
  transition: transform 500ms ease-out;
}

.panel_type_206 .image_container {
  width: 50%;
  min-height: 10px;
  float: left;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
.panel_type_206 .images {
  width: 100%;
}
.panel_type_206 .images .image {
  width: 100%;
}
.panel_type_206 .images .image_outer {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.panel_type_206 .images .image .image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.panel_type_206 .images .image .image_inner img {
  max-height: 100%;
}
.panel_type_206 .image_container .pagination_controls {
}
.panel_type_206 .image_container .pagination_controls > div,
.panel_type_206 .image_container .pagination_controls > button {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
}
.panel_type_206
  .image_container
  .pagination_controls
  > button.pagination_controls_previous {
  left: -40px;
}
.panel_type_206
  .image_container
  .pagination_controls
  > button.pagination_controls_next {
  right: -40px;
}
/*
                    .panel_type_206 .image_container .pagination_controls > div,
                    .panel_type_206 .image_container .pagination_controls > button {
                        position: static;
                        float: left;
                        width: 25px;
                        margin: 0 0 0 10px;
                        height: 20px;
                        transform: none;
                        opacity: 1;
                    }
                    .panel_type_206 .image_container .pagination_controls > button.pagination_controls_next {
                        float: right;
                    }
                    .panel_type_206 .image_container .pagination_controls > button.pagination_controls_prev,
                    .panel_type_206 .image_container .pagination_controls > button.pagination_controls_next {
                        opacity: 0.3;
                        pointer-events: none;
                    }
                */

/* Animations
    ---------------------------------------------------------------------------------- */

.ani-group .ani-in,
.records_grid .item .ani-in,
#main_slideshow .ani-in,
#homepage_slideshow .ani-in {
  opacity: 0;
  /*transform: translateY(20px);*/
  transform: translate3d(0, 20px, 0);
  transition: transform 300ms ease-in, opacity 300ms ease-in;
}
.ani-group.animate-from-top .ani-in,
.records_grid .item.animate-from-top .ani-in,
#main_slideshow .ani-in,
#homepage_slideshow .ani-in {
  /*transform: translateY(-20px);*/
  transform: translate3d(0, -20px, 0);
}
.records_grid.large_grid .item .ani-in {
  transform: translate3d(0, 40px, 0);
}
.records_grid.large_grid .item.animate-from-top .ani-in {
  transform: translate3d(0, -40px, 0);
}
.flickity_fade.inview_element.visible .item.is-selected .ani-group .ani-in,
.ani-group.visible .ani-in,
.ani-group.animate-from-top.visible .ani-in,
.records_grid .item.visible .ani-in,
.records_grid .item.animate-from-top.visible .ani-in,
#main_slideshow.slide-begin .ani-in,
#homepage_slideshow.slide-begin .ani-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1200ms cubic-bezier(0, 0, 0.2, 1),
    opacity 1200ms cubic-bezier(0, 0, 0.2, 1);
}
.flickity_fade.inview_element.visible
  .item.is-selected
  .ani-group
  .ani-in:first-child,
.ani-group.visible .ani-in:first-child,
.records_grid .item.visible .ani-in:first-child,
#main_slideshow.slide-begin .ani-in:first-child,
#homepage_slideshow.slide-begin .ani-in:first-child {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.flickity_fade.inview_element.visible
  .item.is-selected
  .ani-group
  .ani-in:nth-child(2),
.ani-group.visible .ani-in:nth-child(2),
.records_grid .item.visible .ani-in:nth-child(2),
#main_slideshow.slide-begin .ani-in:nth-child(2),
#homepage_slideshow.slide-begin .ani-in:nth-child(2) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.flickity_fade.inview_element.visible
  .item.is-selected
  .ani-group
  .ani-in:nth-child(3),
.ani-group.visible .ani-in:nth-child(3),
.records_grid .item.visible .ani-in:nth-child(3),
#main_slideshow.slide-begin .ani-in:nth-child(3),
#homepage_slideshow.slide-begin .ani-in:nth-child(3) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.flickity_fade.inview_element.visible
  .item.is-selected
  .ani-group
  .ani-in:nth-child(4),
.ani-group.visible .ani-in:nth-child(4),
.records_grid .item.visible .ani-in:nth-child(4),
#main_slideshow.slide-begin .ani-in:nth-child(4),
#homepage_slideshow.slide-begin .ani-in:nth-child(4) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.flickity_fade.inview_element.visible
  .item.is-selected
  .ani-group
  .ani-in:nth-child(5),
.ani-group.visible .ani-in:nth-child(5),
.records_grid .item.visible .ani-in:nth-child(5),
#main_slideshow.slide-begin .ani-in:nth-child(5),
#homepage_slideshow.slide-begin .ani-in:nth-child(5) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.flickity_fade.inview_element.visible
  .item.is-selected
  .ani-group
  .ani-in:nth-child(6),
.ani-group.visible .ani-in:nth-child(6),
.records_grid .item.visible .ani-in:nth-child(6),
#main_slideshow.slide-begin .ani-in:nth-child(6),
#homepage_slideshow.slide-begin .ani-in:nth-child(6) {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

#main_slideshow.slide-reset .ani-in,
#homepage_slideshow.slide-reset .ani-in {
  -webkit-transition-delay: none !important;
  transition: none !important;
}

/* Lazy load
    ---------------------------------------------------------------------------------- */

.image_lazy_load {
  position: relative;
}
.image_lazy_load:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.03);
  transition: opacity 400ms ease-in-out, background 400ms ease-in-out;
  content: "";
  display: block;
}
.content-type-reversed .image_lazy_load:before {
  background: rgba(255, 255, 255, 0.02);
}
.image_lazy_load img {
  transition: opacity 400ms ease-in-out;
}
.image_lazy_load img.zoomImg {
  transition: none;
}
.image_lazy_load img.init_img {
  max-width: 100%;
  width: 100%;
}
.image_lazy_load.loaded img.init_img {
  display: none;
}
.image_lazy_load.loading img {
  opacity: 0;
  transition: none;
}
.image_lazy_load.loading:before {
  opacity: 1;
}
.image_lazy_load .loader {
  display: none;
}
.image_lazy_load.loading .loader {
  display: block;
}
.image_lazy_load.loading svg {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  display: block;
}
.image_lazy_load.loading svg .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color-dark 6s ease-in-out infinite;
  stroke-linecap: round;
}
.content-type-reversed .image_lazy_load.loading svg .path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: rgba(255, 255, 255, 0.4);
  }
  40% {
    stroke: rgba(255, 255, 255, 0.4);
  }
  66% {
    stroke: rgba(255, 255, 255, 0.4);
  }
  80%,
  90% {
    stroke: rgba(255, 255, 255, 0.4);
  }
}
@keyframes color {
  100%,
  0% {
    stroke: rgba(255, 255, 255, 0.4);
  }
  40% {
    stroke: rgba(255, 255, 255, 0.4);
  }
  66% {
    stroke: rgba(255, 255, 255, 0.4);
  }
  80%,
  90% {
    stroke: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes color-dark {
  100%,
  0% {
    stroke: rgba(185, 150, 103, 0.5);
  }
  40% {
    stroke: rgba(185, 150, 103, 0.3);
  }
  66% {
    stroke: rgba(185, 150, 103, 0.5);
  }
  80%,
  90% {
    stroke: rgba(185, 150, 103, 0.3);
  }
}
@keyframes color-dark {
  100%,
  0% {
    stroke: rgba(185, 150, 103, 0.5);
  }
  40% {
    stroke: rgba(185, 150, 103, 0.3);
  }
  66% {
    stroke: rgba(185, 150, 103, 0.5);
  }
  80%,
  90% {
    stroke: rgba(185, 150, 103, 0.3);
  }
}
@-webkit-keyframes color2 {
  100%,
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #ccc;
  }
  80%,
  90% {
    stroke: #ccc;
  }
}
@keyframes color2 {
  100%,
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #ccc;
  }
  80%,
  90% {
    stroke: #ccc;
  }
}
@-webkit-keyframes color3 {
  100%,
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%,
  90% {
    stroke: #fff;
  }
}
@keyframes color3 {
  100%,
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%,
  90% {
    stroke: #fff;
  }
}

@-webkit-keyframes color4 {
  100%,
  0% {
    stroke: #111;
  }
  40% {
    stroke: #111;
  }
  66% {
    stroke: #111;
  }
  80%,
  90% {
    stroke: #111;
  }
}
@keyframes color4 {
  100%,
  0% {
    stroke: #111;
  }
  40% {
    stroke: #111;
  }
  66% {
    stroke: #111;
  }
  80%,
  90% {
    stroke: #111;
  }
}

/*  Misc
    ---------------------------------------------------------------------------------- */

.video_embed_wrapper {
  position: relative;
}
.video_embed_wrapper .video_embed_functions {
  display: none;
}

.text_blocks {
  display: block;
}
.text_blocks .block {
  display: block;
  margin: 0 0 15px;
}

.columns {
  margin: 0 -25px 0 0;
  display: block;
}
.columns:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
}
.columns .column {
  float: left;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 25px 25px 0;
}
.columns .column .content {
  color: rgba(255, 255, 255, 0.5);
}
.columns .column .content > div {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.5);
}
.columns .column .content p {
  margin: 0 0 15px;
}

.link,
.content_read_more_link {
  font-size: 1.3rem;
}
.link a:before,
a.link:before,
.link > button:before,
.content_read_more_link a:before,
.link > span:before,
.content_read_more_link span:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url(/images/arrow_right.png) center center no-repeat;
  background-size: 11px auto;
}
.link .roomview-button a:before {
  display: none;
}
.link .roomview-button .artlogic-social-icon-eye-thin {
  background: url(/images/roomview/icon.png) center center no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 13px;
  margin-top: 0;
  margin-right: 7px;
}
.roomview-photo-button .button-text {
  padding-top: 2px;
}

.links .link {
  display: inline-block;
  margin: 0 25px 0 0;
  vertical-align: top;
}

.content_read_more_link {
  clear: both;
  display: block;
  padding-top: 20px;
}
.content_reveal_more_link {
  clear: both;
  display: block;
  padding-top: 30px;
}

.links_simple ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.links_simple ul li {
  display: block;
  margin: 0 0 8px;
}
.links_simple ul li a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url(/images/arrow_right.png) center center no-repeat;
  background-size: 11px auto;
}

.fallback_cart_wrapper {
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  padding: 5px 6px 4px 8px;
  white-space: nowrap;
  text-align: center;
  border-radius: 1px;
}
.fallback_cart_wrapper.sold_out {
  background-color: #a50f0f;
}
.fallback_cart_wrapper.sold_out .price.sold_out {
}
.fallback_cart_wrapper .link a,
.fallback_cart_wrapper .link span {
  color: #fff;
}
.fallback_cart_wrapper .price,
.fallback_cart_wrapper .link {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 0.9rem;
  font-weight: normal;
}
.fallback_cart_wrapper .price:last-child,
.fallback_cart_wrapper .link:last-child {
  margin-right: 0;
}
.fallback_cart_wrapper .link {
  display: block;
  clear: both;
  width: 100%;
  cursor: pointer;
}
.fallback_cart_wrapper .link span {
  display: block;
  font-size: 0.9rem;
}
.fallback_cart_wrapper .price {
  display: block;
  clear: both;
  width: 100%;
}
.fallback_cart_wrapper .price.sold_out {
  display: block;
  clear: both;
  width: 100%;
  line-height: 1.3rem;
}

.featured_context .fallback_cart_wrapper {
  float: left;
  padding: 12px;
}
.featured_context .fallback_cart_wrapper .link span {
  font-size: 2.1rem;
  padding: 10px 15px 9px 15px;
}

.caption_heading {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.caption {
  line-height: 2.3rem;
  margin: 0 0 10px;
}

.list_caption_wrapper {
  width: 100%;
  text-align: center;
  transition: color 400ms linear;
}
.list_caption_wrapper:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.list_caption_wrapper .content,
.list_caption_wrapper .caption {
  float: left;
  width: 100%;
  text-align: center;
}
.list_caption_wrapper .price {
  margin-bottom: 10px;
}
.list_caption_wrapper .caption a {
  display: inline-block;
}
.list_caption_wrapper h3 {
  margin: 0 0 22px;

  font-size: 2.6rem;
  line-height: 3.2rem;
  text-align: center;
}
.list_caption_wrapper.has_subtitle h3 {
  margin: 0 0 6px;
  min-height: 0;
}
.list_caption_wrapper .subtitle {
  clear: both;
  width: 100%;
  padding: 0 0 0;
}
.list_caption_wrapper .bottom {
  clear: both;
  width: 100%;
}
.list_caption_wrapper .bottom > div {
  display: inline-block;
  margin: 0 20px 0 0;
}
.list_caption_wrapper .buttons {
  float: none;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.3rem;
}
.list_caption_wrapper .buttons > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.list_caption_wrapper .buttons > div:first-child {
  margin-left: 0;
}
.list_caption_wrapper .buttons > div.wishlist_content {
  margin-left: 3px;
  display: none;
}
.list_caption_wrapper .buttons .cart_content .store_item {
  margin-top: -10px;
}

/* Artworks list caption variant */
.standard_grid_artworks .list_caption_wrapper,
.xx-panel_type_219 .records_list_slider .list_caption_wrapper {
  text-align: center;
  padding: 20px 0 0;
  border-top: 1px solid #eaeaea;
}

section.panel_type_219 .list_caption_wrapper {
  text-align: center;
}

section.panel_type_219 .list_caption_wrapper .button {
  display: inline-block;
  float: none;
}

/* Artworks list caption variant */
.panel_type_219.hide_captions
  .records_list_slider
  .list_caption_wrapper:not(.enable_enquire_buttons) {
  display: none;
}
.panel_type_219.hide_captions .records_list_slider .list_caption_wrapper {
  border-top: 0;
  padding-top: 0;
  text-align: center;
}
.panel_type_219.hide_captions
  .records_list_slider
  .list_caption_wrapper
  .caption {
  display: none;
}
.panel_type_219.hide_captions
  .records_list_slider
  .list_caption_wrapper
  .button {
  float: none;
  display: inline-block;
}
.standard_grid_artworks .list_caption_wrapper .content,
.standard_grid_artworks .list_caption_wrapper .caption,
.panel_type_219 .records_list_slider .list_caption_wrapper .content,
.panel_type_219 .records_list_slider .list_caption_wrapper .caption {
  /*text-align: left;*/
}
.standard_grid_artworks .list_caption_wrapper .caption .artist,
.panel_type_219 .records_list_slider .list_caption_wrapper .caption .artist {
  font-weight: bold;
  letter-spacing: 0;
}
.standard_grid_artworks .list_caption_wrapper .caption .title_and_year .title,
.panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .caption
  .title_and_year
  .title {
  font-style: italic;
}

.bottom {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 200;
  color: #757575;
}
.price {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 200;
  margin: 0 0 20px;
}
.price + .additional_caption_below_price {
  margin-top: -11px;
}
.detail_subtitle {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 200;
}
.label {
  font-size: 1.3rem;
  line-height: 2.1rem;
  transform: translate3d(0, 0, 0);
  margin: 0 0 30px;
}

.status_divider {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: bold;
}

.terms_and_conditions {
  color: #757575;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.terms_and_conditions a,
.terms_and_conditions a:visited {
  text-decoration: underline;
  color: #757575;
}

.image .caption {
  padding: 20px 0 0;
  margin: 0 auto;
  text-align: center;
}
.image .caption .price {
  font-size: 1.2rem;
}
.image .caption .button {
  display: inline-block;
  margin: 0 auto;
  float: none;
}

.subtitle {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 200;
  color: #757575;
  margin: 0 0 20px;
}
.content-type-reversed .subtitle,
.content-reversed .subtitle {
  color: #757575;
}
.subtitle .dates,
.subtitle .location {
  display: inline-block;
  margin: 0 15px 0 0;
}

.list_content_header {
  display: block;
  margin: 0 0 30px;
}

.list_content_header h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  margin: 0 0 5px;
}

.list_content_header:last-child {
  margin-bottom: 0;
}
.list_content_header h3 {
  margin: 0 0 5px;
}
.list_content_header .subtitle {
  margin: 0 0 10px;
}
#continue_shopping_button a,
.continue_shopping_link {
  outline-offset: -8px;
}
.browser-msie.tabbing-detected #continue_shopping_button a:focus,
.browser-msie.tabbing-detected .continue_shopping_link:focus {
  border: 3px solid black;
  background-color: yellow;
}

.prelude {
  font-weight: normal;
  transform: translate3d(0, 0, 0);
  font-family: "Apercu", Sans-Serif;
  color: #111;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.prelude > div {
  display: inline-block;
  margin: 0 15px 0 0;
}
.prelude > div:last-child {
  margin: 0;
}
.prelude.prelude_no_text {
  display: none;
}
.prelude:after {
  display: block;
  clear: both;
  margin: 10px 0 0;
  width: 100%;
  background: #eaeaea;
  opacity: 1;
  content: "";
  height: 1px;
  transition: transform 1100ms ease-in-out;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.prelude.prelude_no_text:after {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.visible .prelude:after,
.records_grid.standard_grid .prelude:after {
  transform: scaleX(1);
  transition-delay: 200ms;
}

.prelude_heading:after {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  background: #fff;
  content: "";
  height: 1px;
  margin: -1px 0 0 20px;
  transition: transform 1100ms ease-in-out;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.content-type-reversed #container .prelude_heading:after {
  background: #151515;
}
.visible .prelude_heading:after {
  transform: scaleX(1);
  transition-delay: 200ms;
}

/* Forms
    ----------------------------------------------------------- */

form {
  margin: 0;
  padding: 0;
}
form .form_row .g-recaptcha {
  margin: 0 0 10px;
}
form .form_row {
  display: block;
  clear: both;
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
form .form_row:after {
  display: block;
  content: "";
  border-bottom: 1px solid #eaeaea;
}
form .form_row.form_row_mailinglist:after {
  display: none;
}
form .form_row_submit {
  border: 0;
}
form .form_row.error_row {
  border: 0;
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #f30000;
  transition: all 400ms ease-in-out;
}
form .form_row.error_row.active {
  opacity: 1;
  max-height: 100px;
  padding: 0 0 10px;
}

form .form_row_types {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
form .form_row_types ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
form .form_row_types ul li {
  float: left;
  margin: 0 15px 0 0;
  color: rgba(255, 255, 255, 0.5);
  transition: color 200ms ease-in-out;
  cursor: pointer;
  line-height: 2.2rem;
}
form .form_row_types ul li.active {
  color: rgba(255, 255, 255, 1);
}

form .form_row label {
  display: none;
}
/*
            form#save_checkout_delivery_form .form_row label,
            form .form_row label[for="cardholder-name"] {
                display: block !important;
                position: absolute !important;
                height: 1px !important; 
                width: 1px !important;
                overflow: hidden !important;
                clip: rect(1px 1px 1px 1px); 
                clip: rect(1px, 1px, 1px, 1px);
                white-space: nowrap !important; 
            }
            */
#quick_contact_widget form .form_row fieldset label,
#contact_enquiry_form form .form_row fieldset label {
  display: inline-block;
}
form .form_row .checkbox_container {
  float: left;
  clear: both;
  width: 100%;
  cursor: pointer;
  padding-left: 4px;
}
form .form_row .checkbox_container input {
  display: none;
}
form .form_row .checkbox_container label {
  display: block;
  float: left;
  padding: 0 0 0 25px;
  margin: 5px 0 10px;
  position: relative;
}
form .form_row .checkbox_container label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  height: 15px;
  width: 15px;
  border: 1px solid #666;
  border-radius: 2px;
}
form .form_row .checkbox_container label:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 2px;
  height: 11px;
  width: 15px;
  background: url("/images/tick.svg") 0 0 no-repeat;
  background-size: auto 11px;
  opacity: 0;
  transform: scale(0.2);
  transition: opacity 400ms ease-in-out,
    transform 800ms cubic-bezier(0.12, 1.93, 0.58, 1);
}
form .form_row .checkbox_container input:checked + label:before {
  transform: scale(1);
  opacity: 1;
}
form .form_row input[type="text"],
form .form_row input[type="email"],
form .form_row input[type="tel"],
form .form_row textarea,
form .form_row select {
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #666;
  padding: 10px 0px;
  outline: none;
  border-radius: 0;
  resize: none;
}
form .form_row input[type="text"]#cardholder-name {
  color: #333;
  font-weight: 500;
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3em;
}
body.tabbing-detected form .form_row input[type="text"]#cardholder-name {
  outline: none !important;
}
#sc_checkout_payment_form .sc_field_row {
  line-height: 1.3em;
}
#stripe-card-button {
  outline-offset: -8px;
}
.browser-msie.tabbing-detected #stripe-card-button:focus {
  background-color: #ffff80;
  outline: 3px solid black;
}
form .form_row.error input[type="text"],
form .form_row.error input[type="email"],
form .form_row.error input[type="tel"],
form .form_row.error textarea,
form .form_row.error select,
form .form_row.error .checkbox_container label {
  color: #f30000;
}
form .form_row input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  color: #111;
  -webkit-text-fill-color: #111;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Stops mobile safari from zooming-in when you focus on a field */
  .device-handheld form .form_row input,
  .device-handheld form .form_row textarea,
  .device-handheld form .form_row select {
    font-size: 16px;
  }
}

form .form_row textarea {
  min-height: 100px;
}
form .form_row input.active,
form .form_row textarea.active,
form .form_row select.active {
  color: #111;
}

form .form_radio_button_container {
}
form .form_radio_button_container input {
  display: inline-block;
  margin: 0 10px 0 0;
}
form .form_radio_button_container label {
  display: inline-block;
  width: auto;
  margin: 0 25px 0 0;
}

form .form_row fieldset {
  padding: 0 0 5px;
}
form .form_row fieldset legend {
  display: block;
  margin: 0 0 0;
  float: left;
  width: 100%;
}
form .form_row fieldset label {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 20px 4px 5px;
}
form .form_row fieldset input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
}

.select_container {
  position: relative;
}
.select_container:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -3px);
  right: 15px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #111;
  pointer-events: none;
}

form .form_row.error,
form .form_row.error input[type="text"],
form .form_row.error input[type="email"],
form .form_row.error input[type="tel"],
form .form_row.error textarea,
form .form_row.error select {
  color: red;
}

form .button {
  margin-top: 12px;
}

/* Enquire icon
    --------------------------------------------------------------------------------- */

.enquire_link.xenquire_link_icon {
  text-indent: -200px;
  overflow: hidden;
  width: 14px;
  height: 31px;
  padding: 1px 0 0;
  text-indent: 0;
  width: auto;
  color: #111;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 300ms linear, background 400ms linear;
}
/*
            body.content-type-reversed .enquire_link.enquire_link_icon {
                background-image: url(/images/enquire_reversed.png);
            }
            .enquire_link_icon:hover {
                transform: scale(0.8);
            }
        */

/* Wishlist button
    --------------------------------------------------------------------------------- */

.wishlist_button {
  overflow: hidden;
  clear: both;
  position: relative;
  border: none;
  color: #151515;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 4px;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2rem;
  width: 14px;
}
.content-type-reversed .wishlist_button {
  color: #151515;
}
.wishlist_button .store_item_controls {
  transition: transform 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 300ms linear;
  display: inline-block;
  padding: 5px 15px 5px 0;
}
.wishlist_button.active .store_item_controls {
  opacity: 0;
  pointer-events: none;
}
.wishlist_button
  .store_item_controls
  .store_item_add_container
  a.add_to_wishlist:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(/images/wishlist.png) 0 0 no-repeat;
  background-size: 13px 12px;
  width: 13px;
  height: 12px;
  margin: 0 5px 0 0;
  transform: scale(1);
  transition: transform 300ms cubic-bezier(0.14, 0.86, 0.3, 1.51),
    opacity 300ms linear;
}
.wishlist_button.active
  .store_item_controls
  .store_item_add_container
  a.add_to_wishlist:before {
  transform: scale(0);
}
.content-type-reversed
  .wishlist_button
  .store_item_controls
  .store_item_add_container
  a.add_to_wishlist:before,
.content-type-reversed-popup
  .wishlist_button
  .store_item_controls
  .store_item_add_container
  a.add_to_wishlist:before {
  background-image: url(/images/wishlist_reverse.png);
}
#hero
  .wishlist_button
  .store_item_controls
  .store_item_add_container
  a.add_to_wishlist:before {
  background-image: url(/images/wishlist.png);
}
.wishlist_button:hover
  .store_item_controls
  .store_item_add_container
  a.add_to_wishlist:before {
  transform: scale(0.8);
}
.wishlist_button .store_item_controls .store_item_add_container {
  display: inline-block;
  vertical-align: middle;
}
.wishlist_button .store_item_remove_container {
  transition: transform 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 300ms linear;
  display: block !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 15px 5px 4px;
  opacity: 0;
}
.wishlist_button .store_item_remove_container,
.wishlist_button .store_item_remove_container * {
  pointer-events: none;
}
.wishlist_button.active .store_item_remove_container,
.wishlist_button.active .store_item_remove_container * {
  pointer-events: auto;
}
.wishlist_button.active .store_item_remove_container {
  opacity: 1;
}
.store_item_remove_from_wishlist {
  cursor: pointer;
}
.wishlist_button
  .store_item_remove_container
  .store_item_remove_from_wishlist
  span:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(/images/wishlist_active.png) 0 0 no-repeat;
  background-size: 13px 12px;
  width: 13px;
  height: 12px;
  margin: 5px 5px 0 0;
  transform: scale(0);
  transition: opacity 300ms linear;
  position: absolute;
  left: 0;
  top: 0;
}
.wishlist_button.active
  .store_item_remove_container
  .store_item_remove_from_wishlist
  span:before {
  transform: scale(1);
  transition: transform 800ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 300ms linear;
}
.wishlist_button .store_item_remove_from_wishlist {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.wishlist_button .store_item_remove_from_wishlist > span {
  text-indent: -200px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-left: 18px;
}
.wishlist_button .store_item_remove_from_wishlist > span:after {
  content: "Saved";
  text-indent: 0;
  display: block;
  position: absolute;
  top: 0;
}

/* Featured context ----------------------- */

.featured_context .wishlist_button {
  width: auto;
}
.featured_context .wishlist_button.active .store_item_controls {
  transform: translateX(-100%);
}
.featured_context .wishlist_button .store_item_remove_container {
  transform: translateX(100%);
}
.featured_context .wishlist_button.active .store_item_remove_container {
  transform: translateX(0);
}

/*  Store item
    ---------------------------------------------------------------------------------- */

.store_item {
  overflow: hidden;
  clear: both;
  position: relative;
  border: none;
  float: left;
  padding: 0 0;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: color 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    border 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96), background 300ms linear;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  min-width: 85px;
  border: 1px solid #eaeaea;
  color: #111;
}
.store_item:before {
  content: "";
  pointer-events: none;
  background: #da291c;
  position: absolute;
  top: -50px;
  left: -40px;
  right: 0;
  z-index: 0;
  bottom: -50px;
  width: 0;
  transform: translate3d(0, 0, 0) rotate(15deg);
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    width 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.device-desktop .store_item:not(.store_item_sold_out):hover:before {
  width: calc(100% + 40px);
  transform: none;
}
.device-desktop .store_item:not(.store_item_sold_out):hover {
  border-color: #da291c;
  color: #fff;
}
.device-desktop
  .store_item:not(.store_item_sold_out):hover
  .store_item_controls:after {
  background-image: url(/images/basket_reverse.png);
}
.store_item .title {
  display: none;
}
.store_item .quantity {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.store_item .variant {
  font-size: 11px;
  line-height: 20px;
  font-weight: normal;
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.store_item .price {
  float: none;
  display: block;
  margin: 0;
  position: relative;
  z-index: 5;
  white-space: nowrap;

  pointer-events: none;

  padding: 6px 8px 3px 32px;
  line-height: 20px;

  font-size: 11px;
  line-height: 20px;

  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.store_item .price.sold_out_dynamic {
  padding-left: 16px;
  background: #8a8a8a;
}
.store_item.active .price,
.store_item.store_item_adding .price {
  transform: translate3d(0, 46px, 0);
}
.device-desktop .store_item:not(.store_item_sold_out):hover .price {
  transform: translate3d(0, 46px, 0);
}
.store_item .delivery_info {
  float: left;
  margin: 0;
  padding: 15px 0 11px;
  line-height: 1.8rem;
  color: #e62330;
}
.store_item .store_item_controls {
  float: left;
  margin: 0;
}
.store_item .store_item_remove_container {
  opacity: 1 !important;
}
.store_item .store_item_remove_container .store_item_remove_from_cart {
  display: none !important;
}

.store_item .store_item_controls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
.store_item_multiple_button:after,
.store_item .store_item_controls:after {
  position: absolute;
  top: 7px;
  left: 10px;
  display: block;
  content: "";
  background: url("/images/basket.png") 0 0 no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 17px;
  transition: background 300ms linear, opacity 300ms linear;
}
.store_item.store_item_adding .store_item_controls:after {
  opacity: 0;
}
.store_item .store_item_add_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.store_item .store_item_add_to_cart span {
  opacity: 0 !important;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 40px;

  width: 65px;
  padding: 6px 0px 4px;
  line-height: 20px;

  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.store_item .store_item_add_to_cart:after {
  content: "Buy";
  display: block !important;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  width: 65px;
  padding: 6px 15px 5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transform: translate3d(0, 46px, 0);
}
.device-desktop
  .store_item:not(.store_item_sold_out):not(.store_item_adding):hover
  .store_item_add_to_cart:after {
  transform: translate3d(0, 0, 0);
}
.store_item.store_item_adding .store_item_add_to_cart:after,
.store_item.active .store_item_add_to_cart:after {
  transform: translate3d(0, -46px, 0);
}
.device-desktop
  .store_item:not(.store_item_sold_out):hover
  .store_item_add_to_cart
  span {
  transform: translate3d(0, -46px, 0);
}
.store_item .store_item_remove_container {
  display: block !important;
  position: absolute;
  pointer-events: none;
  transform: translate3d(0, 46px, 0);
  top: 0;
  right: 0;
  padding: 6px 9px 9px 0;
  line-height: 20px;

  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.store_item .store_item_remove_container,
.store_item .store_item_remove_container * {
  pointer-events: none;
}

.store_item.active .store_item_add_to_cart span {
  transform: translate3d(0, -46px, 0);
}
body .store_item.active:not(.store_item_adding) .store_item_remove_container {
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  white-space: nowrap;
}
.store_item .store_item_remove_container {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
.store_item .store_item_remove_container .store_item_total_number {
  display: none;
}
.store_item.active:not(.store_item_sold_out):hover
  .store_item_remove_container {
  transform: translate3d(0, 46px, 0);
}
.store_item.active .store_item_remove_container * {
  pointer-events: none;
}

/* Featured context ----------------------- */

.featured_context .store_item {
  display: block;
  float: left;
  margin: 0 0 0;
  padding: 10px 10px;
  font-size: 1.7rem;
  font-weight: normal;
  min-width: 140px;
}
.featured_context .store_item_group {
  text-align: center;
}
.featured_context .store_item_group .store_item_multiple_button {
  font-size: 14px;
  line-height: 21px;
  padding: 16px 22px 13px 52px;
  float: left;
}
.featured_context .store_item_group .store_item_group_options {
  top: 52px;
  min-width: 300px;
}
.featured_context .store_item .variant {
  font-size: 14px;
  line-height: 21px;
}
.featured_context .store_item .price {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
}
.featured_context .store_item .store_item_remove_container,
.featured_context .store_item .store_item_add_to_cart:after {
  transform: translate3d(0, 65px, 0);
  padding: 16px 22px 13px 42px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  line-height: 21px;
}
.featured_context .store_item .store_item_controls:after,
.featured_context .store_item_multiple_button:after {
  top: 50%;
  left: 22px;
  margin-top: -8px;
}
.featured_context .store_item_group .store_item .variant {
  min-width: 80px;
  padding-left: 42px;
}
.featured_context .store_item_group .store_item .store_item_remove_container {
  padding-right: 18px;
}

.store_item_group {
  position: relative;
  z-index: 200;
}
.store_item_group .store_item_multiple_button {
  display: block;
  border: 1px solid #eaeaea;
  padding: 6px 8px 3px 37px;
  color: #111;
  position: relative;
  text-align: left;
  font-size: 11px;
  line-height: 20px;
  font-weight: normal;
  cursor: default;
  user-select: none;
}
.store_item_group .store_item_group_options {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms linear, max-height 400ms ease-in-out;
  margin-top: -1px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #fff;
}
.records_list_slider .store_item_group .store_item_group_options {
  top: auto;
  bottom: 30px;
}
.store_item_group:hover .store_item_group_options,
.store_item_group.active .store_item_group_options {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  max-height: 220px;
  overflow: auto;
}
.store_item_group .store_item {
  width: 100%;
  border-bottom-width: 0;
}
.store_item_group .last_item .store_item {
  border-bottom-width: 1px;
}
.store_item_group .store_item .variant {
  float: left;
  padding: 6px 8px 3px 37px;
  min-width: 30px;
  text-align: left;
}
.store_item_group .store_item .price {
  float: right;
  padding-left: 0;
}
.store_item_group .store_item .store_item_remove_container {
  float: right;
  padding-right: 7px;
  width: auto;
}
.store_item_group
  .store_item
  .store_item_remove_container
  .store_item_total_number {
  display: inline;
}
.featured_context .store_item_group .store_item .store_item_remove_container,
.featured_context .store_item_group .store_item .store_item_add_to_cart:after,
.store_item_group .store_item .store_item_remove_container,
.store_item_group .store_item .store_item_add_to_cart:after {
  text-align: right;
}

/*  Buttons
    ---------------------------------------------------------------------------------- */

.enquire_link_custom {
  overflow: hidden !important;
}

.button,
.enquire_link_custom,
button:not(.store_item_add_to_cart):not(.clear_button_styles):not(.roomview-zoom-button) {
  float: left;
  display: block;
  position: relative;
  background: transparent;
  overflow: hidden;
  font-family: inherit;
  outline: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  transition: background 400ms linear, border 400ms linear;
  padding: 0;

  color: #111;
  border: 1px solid #eaeaea;
  background: transparent;
}

.panel_type_219 .records_list_slider .list_caption_wrapper .buttons .button {
  background-color: red;
}

.dynamic-page-colors .button,
.dynamic-page-colors .enquire_link_custom,
.dynamic-page-colors
  button:not(.store_item_add_to_cart):not(.clear_button_styles):not(.roomview-zoom-button) {
  color: inherit;
  border-color: inherit;
}

.store_item_add_to_cart {
  color: inherit;
  background: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  width: 100%;
  outline-offset: -3px;
}
.browser-msie.tabbing-detected .store_item_add_to_cart:focus {
  border: 3px solid black;
}
.button em.qty {
  display: inline-block;
  background: #333;
  border-radius: 50px;
  height: 22px;
  width: 22px;
  vertical-align: top;
  transition: transform 400ms cubic-bezier(0.75, 0.01, 0.3, 0.99),
    opacity 400ms ease-in-out, color 400ms ease-in-out,
    background 400ms ease-in-out;
  transform: scale(0.5);
  opacity: 0;
  font-style: normal;
  color: #fff;
  margin-top: -4px;
  margin-left: 8px;
  font-size: 1rem;
  line-height: 2.3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-indent: -1px;
}
.filters_active .button em.qty {
  transform: scale(1);
  opacity: 1;
}
.button:hover em.qty {
  transform: scale(1.2);
  background: #f9f4f1;
  color: #222;
}

.enquire_link_custom button,
.button a,
.button button,
.button > span:not(.loader),
button:not(.store_item_add_to_cart):not(.clear_button_styles):not(.roomview-zoom-button) {
  float: left;
  color: #111;

  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 2rem;

  padding: 16px 45px 15px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: color 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    border 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96), background 300ms linear;
}

.dynamic-page-colors .enquire_link_custom button,
.dynamic-page-colors .button a,
.dynamic-page-colors .button button,
.dynamic-page-colors .button > span:not(.loader),
.dynamic-page-colors
  button:not(.store_item_add_to_cart):not(.clear_button_styles):not(.roomview-zoom-button) {
  color: inherit;
}
.enquire_link_custom {
  float: none;
  display: inline-block;
  overflow: visible;
}
button:not(.store_item_add_to_cart):not(.clear_button_styles) a,
button:not(.store_item_add_to_cart):not(.clear_button_styles):not(.roomview-zoom-button)
  span {
  padding: 0;
}

.button a:before,
.button button:before,
.enquire_link_custom button:before,
.button > span:not(.loader):before,
button:not(.store_item_add_to_cart):not(.clear_button_styles):before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url(/images/arrow_right.png) center center no-repeat;
  background-size: 11px auto;
  transition: background 400ms linear;
}
.button_smaller.button a {
  padding: 18px 45px;
}

.button:not(.store_item_add_to_cart):not(button):before,
.enquire_link_custom:before {
  content: "";
  pointer-events: none;
  background: #555;
  position: absolute;
  top: -80px;
  left: -60px;
  right: 0;
  bottom: -80px;
  width: 0;
  transform: translate3d(0, 0, 0) rotate(15deg);
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    width 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}

.device-desktop .button:not(.store_item_add_to_cart):not(button):hover,
.button.loading:not(.store_item_add_to_cart):not(button),
.enquire_link_custom:hover {
  border-color: #555;
}

.device-desktop .button:not(.store_item_add_to_cart):not(button):hover:before,
.button.loading:not(.store_item_add_to_cart):not(button):before,
.enquire_link_custom:hover:before {
  width: calc(100% + 60px);
  transform: none;
}

.device-desktop .button:not(.store_item_add_to_cart):not(button):hover a,
.device-desktop .button:not(.store_item_add_to_cart):not(button):hover button,
.device-desktop
  .button:not(.store_item_add_to_cart):not(button):hover
  > span:not(.loader),
.enquire_link_custom:hover button,
#manage_cookie_preferences_popup_box #cookie_preferences_form .button:hover a {
  color: #fff;
}

.device-desktop .button:not(.store_item_add_to_cart):not(button):hover a:before,
.device-desktop
  .button:not(.store_item_add_to_cart):not(button):hover
  button:before,
.device-desktop
  .button:not(.store_item_add_to_cart):not(button):hover
  > span:not(.loader):before,
.enquire_link_custom:hover button:before {
  background-image: url(/images/arrow_right_reverse.png);
}

/* CMS animated button */
/* retain old one above for backwards compatibility */

.cms_animated_button {
  --button-color: #111111;

  display: block;
  position: relative;
  background: transparent;
  overflow: hidden;
  font-family: inherit;
  outline: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  text-decoration: none !important;

  float: left;
  color: var(--button-color) !important;

  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 2rem;

  padding: 16px 45px 15px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  margin: auto;
  width: fit-content;

  transition: 
    color 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    border 300ms cubic-bezier(0.65, 0.06, 0.19, 0.96), 
    background 300ms linear;
}

.cms_animated_button * {
  padding: 0;
  margin: 0;
  color: inherit;
}

.cms_animated_button:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 11px;
  height: 9px;
  vertical-align: middle;
  background: url(/images/arrow_right.png) center center no-repeat;
  background-size: 11px auto;
  transition: background 400ms linear;
}

.cms_animated_button:after {
  content: "";
  pointer-events: none;
  background: #555;
  position: absolute;
  top: -80px;
  left: -60px;
  right: 0;
  bottom: -80px;
  width: 0;
  transform: translate3d(0, 0, 0) rotate(15deg);
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    width 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  z-index: -1;
}

.device-desktop .cms_animated_button:hover {
  --button-color: #ffffff;

  border-color: #555;
}

.device-desktop .cms_animated_button:hover:after {
  width: calc(100% + 60px);
  transform: none;
}

.device-desktop .cms_animated_button:hover:before {
  background-image: url(/images/arrow_right_reverse.png);
}

/* Button alt */

.button.alt,
.button.button_prominent {
  background: #444;
  border-color: #444;
}
.button.alt a,
.button.alt
  button:not(.store_item_add_to_cart):not(.clear_button_styles):not(.roomview-zoom-button),
.button.button_prominent a {
  color: #fff;
}
.button.alt a:before,
.button.alt button:before,
.button.button_prominent a:before {
  background-image: url(/images/arrow_right_reverse.png);
}

/* Button small */

.list_caption_wrapper .button a,
.list_caption_wrapper .button button,
.enquire_button_wrapper a,
.enquire_link_custom button,
.enquire_link_custom button a {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  line-height: 2rem;
  padding: 4px 7px 3px;
  z-index: 6;
}
.enquire_button_wrapper {
  display: inline-block;
  float: none;
}
.enquire_button_container {
  padding: 20px 0 0;
}

/* Button basket */

.button.button_basket {
  padding: 5px 0;
}

.tabbing-detected .button a:focus {
  outline-offset: -3px;
}

.tabbing-detected .list_caption_wrapper .button a:focus {
  outline-offset: -2px;
}

.tabbing-detected .panel_footer .button a:focus {
  outline-offset: -10px;
}

.tabbing-detected .artwork_detail_main .button a:focus {
  outline-offset: -10px;
}

body.browser-msie.tabbing-detected .button a:focus {
  border: 3px solid black;
}

.featured_context .button.button_basket a {
  padding-left: 32px;
  padding-right: 35px;
  z-index: 6;
}
.featured_context .button.button_basket a:before {
  margin-top: -3px;
  margin-right: 15px;
}
.button.button_basket a:before {
  background: url(/images/basket.png) left 0 no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 18px;
}
.device-desktop
  .button:not(.store_item_add_to_cart):not(button).button_basket:hover
  a:before {
  background-image: url(/images/basket_reverse.png);
}
.list_caption_wrapper .button.button_basket a:before {
  background-size: 14px auto;
  margin-right: 5px;
}

/* Button loaders */

.button.loading {
  pointer-events: none;
}
.button.loading a,
.button.loading button {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.button.loading:after {
  transform: translateX(100px);
}

.button .loader,
button .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  min-width: 0;
  z-index: 5;
  padding: 0 !important;
  transition: top 400ms ease-in-out;
}
.button.loading .loader,
button.loading .loader {
  top: 50%;
}

.button.loading .loader svg,
button.loading .loader svg {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 20px;
  width: 20px;
}
.button.loading .loader svg .path,
button.loading .loader svg .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color3 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color3 6s ease-in-out infinite;
  stroke-linecap: round;
}

/* -----------------------------------------------------------
   Notify panel / slide-in panel
----------------------------------------------------------- */

.notify_panel {
  display: none;
  position: fixed;
  z-index: 4001;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 435px;
  width: 60vw;
  background: #fff;
  transition: all 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transform: translate3d(60vw, 0, 0);
  opacity: 1;
}
body.cms-frontend-toolbar-active .notify_panel {
  top: 28px;
}
.notify_panel.active {
  display: block;
}
.notify_panel.active.animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.notify_panel_mask {
  display: none;
  transition: background 700ms ease-in-out;
}
.notify_panel_content_scrollable .notify_panel_content {
  position: absolute;
  top: 87px;
  bottom: 138px;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.sc_quick_cart_widget_active,
body.sc_wishlist_quick_cart_widget_active {
  overflow: hidden;
}
body.sc_quick_cart_widget_active .notify_panel_mask,
body.sc_wishlist_quick_cart_widget_active .notify_panel_mask,
body.active-init .notify_panel_mask {
  position: fixed;
  display: block;
  z-index: 3000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
body.sc_quick_cart_widget_active.sc_quick_cart_widget_animate
  .notify_panel_mask,
body.sc_wishlist_quick_cart_widget_active.sc_wishlist_quick_cart_widget_animate
  .notify_panel_mask,
body.active-init.overlay-open .notify_panel_mask {
  opacity: 1;
}
body.sc_quick_cart_widget_animate #main_content,
body.sc_wishlist_quick_cart_widget_animate #main_content {
  transform: translate3d(-15vw, 0, 0);
}
.notify_panel .notify_panel_header {
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  clear: both;
  padding: 32px 30px 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notify_panel .notify_panel_header h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin: 0 0 20px;
  text-align: left;
  margin: 0;
}
.notify_panel .notify_panel_header .description {
  line-height: 2rem;
}
.notify_panel h3 {
  margin: 0;
  font-size: 3rem;
  line-height: 3.4rem;
}
.notify_panel_close {
  position: fixed;
  top: 37px;
  right: 27px;

  padding: 0 18px 0 0;
  margin: 0 0 0 25px;
  z-index: 1200;
  cursor: pointer;
  color: #111;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  line-height: 20px;
  text-transform: uppercase;
  -moz-transition: opacity 2s cubic-bezier(0.18, 1, 0.21, 1);
  -o-transition: opacity 2s cubic-bezier(0.18, 1, 0.21, 1);
  -webkit-transition: opacity 2s cubic-bezier(0.18, 1, 0.21, 1);
  transition: opacity 2s cubic-bezier(0.18, 1, 0.21, 1);
}
.notify_panel_close:after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  height: 11px;
  width: 11px;
  background: url(/images/close.png) 0 0 no-repeat;
  transition: background 400ms ease-in-out;
  background-size: 11px auto;
}
.notify_panel .notify_panel_content {
  display: block;
  clear: both;
}
.notify_panel .notify_panel_items {
  float: left;
  width: 100%;
}
.notify_panel .notify_panel_content form {
  padding: 20px;
}
.notify_panel .notify_panel_content ul {
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
}
.notify_panel .notify_panel_content ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  max-height: 500px;
}
.notify_panel .notify_panel_content ul li:last-child {
  margin: 0 0 40px;
}
.notify_panel .notify_panel_content ul li.hide {
  transition: max-height 500ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    padding 500ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  max-height: 0;
  padding: 0;
  transition-delay: 500ms;
}
.notify_panel .notify_panel_content ul li.hide .item_inner {
  transition: transform 500ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transform: translate3d(-100%, 0, 0);
}
.notify_panel .notify_panel_content ul li .item_inner {
  display: block;
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px;
}
.notify_panel .notify_panel_content ul li .item_image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 25px;
  padding: 28px;
}
.notify_panel .notify_panel_content ul li .item_image a {
  display: block;
}
.notify_panel .notify_panel_content ul li .item_image img {
  max-height: 215px;
  margin: 0 auto;
  display: block;
}
.notify_panel .notify_panel_content ul li .item_content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.notify_panel .notify_panel_content .items_list:after {
  display: none;

  margin: 20px;
  clear: both;
  float: left;
  font-size: 1.3rem;
  line-height: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  clear: both;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 20px;
  content: "Please note: Items in your basket are not reserved. Please complete your order to secure the purchase of the item.";
}
.notify_panel .notify_panel_content ul li .content {
  float: left;
  width: 70%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notify_panel .notify_panel_content ul li .item_content .sqcw_item_error,
.notify_panel .notify_panel_content ul li .item_unavailable {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #f30000;
  margin: 0 0 10px;
  display: none;
}
.notify_panel
  .notify_panel_content
  ul
  li.sqcw_max_qty_error
  .sqcw_item_content
  .sqcw_item_error,
.notify_panel .notify_panel_content ul li .sqcw_item_unavailable {
  display: block;
}
.notify_panel .notify_panel_content ul li .item_content .item_details {
  width: 100%;
  display: block;
}
.notify_panel .notify_panel_content ul li .item_content .item_details a {
  display: block;
}
.notify_panel .notify_panel_content ul li .item_content .item_details .title,
.notify_panel .notify_panel_content ul li .content .title,
.notify_panel .notify_panel_content ul li .content .artist,
.notify_panel .notify_panel_content ul li .details,
.notify_panel .notify_panel_content ul li .content .content_type {
  display: block;
  margin: 0 0 10px;
  line-height: 1.8rem;
}
.notify_panel .notify_panel_content ul li .item_content .item_details .title {
  /*
                                font-family: 'EBGaramond', Sans-Serif;
                                font-weight: 200;
                                font-size: 2.4rem;
                                line-height: 2.8rem;
                            */
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(185, 150, 103, 0.25);
}
.notify_panel .notify_panel_content ul li .content .content_type {
  margin: 0;
}
.notify_panel .notify_panel_content ul li .content .artist {
  margin: 0;
}
.notify_panel .notify_panel_content ul li .content .title em {
  font-style: normal;
}
.notify_panel .notify_panel_content ul li .item_content .item_details .details,
.notify_panel .notify_panel_content ul li .content {
  display: none;
}
.notify_panel
  .notify_panel_content
  ul
  li
  .item_content.wqcw_item_content
  .item_details
  .details {
  display: block;
  margin: -5px 0 12px;
  color: rgba(255, 255, 255, 0.5);
}
.notify_panel .notify_panel_content ul li .content {
  margin: 0;
}
.notify_panel .notify_panel_content ul li .item_content .item_tools {
  width: 100%;
  display: block;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 20px 0 0;
  position: relative;
  box-sizing: border-box;
}
.notify_panel
  .notify_panel_content
  ul
  li
  .item_content
  .item_tools
  .sqcw_cell_singleprice {
  display: none;
}
.notify_panel
  .notify_panel_content
  ul
  li
  .item_content
  .item_tools
  .sqcw_cell_quantity {
  float: left;
  line-height: 1.8rem;
  margin: 0 20px 0 0;
}
.notify_panel
  .notify_panel_content
  ul
  li
  .sqcw_item_content
  .sqcw_item_tools
  .sqcw_cell_quantity
  .qty {
  padding: 0 4px;
}
.notify_panel
  .notify_panel_content
  ul
  li
  .sqcw_item_content
  .sqcw_item_tools
  .sqcw_cell_quantity
  .qty:after {
  /*content: 'x';
                                    display: inline-block;
                                    padding: 0 8px;
                                    text-transform: lowercase;
                                    */
}
.notify_panel
  .notify_panel_content
  ul
  li
  .sqcw_item_content
  .sqcw_item_tools
  .sqcw_cell_quantity
  .sqcw_item_qty_label {
  display: none;
}
.notify_panel
  .notify_panel_content
  ul
  li
  .sqcw_item_content
  .sqcw_item_tools
  .sqcw_cell_quantity
  .decrease_qty.disabled,
.notify_panel
  .notify_panel_content
  ul
  li
  .sqcw_item_content
  .sqcw_item_tools
  .sqcw_cell_quantity
  .increase_qty.disabled {
  opacity: 0.3;
}

.notify_panel
  .notify_panel_content
  ul
  li
  .sqcw_item_content
  .sqcw_item_tools
  .sqcw_cell_total {
  float: right;
  line-height: 1.8rem;
  color: #111;
  font-weight: normal;
}
.notify_panel
  .notify_panel_content
  ul
  li
  .item_content
  .item_tools
  .item_remove {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.notify_panel
  .notify_panel_content
  ul
  li
  .item_content
  .item_tools
  .item_remove
  a {
  display: block;
  text-align: left;
  text-indent: -100px;
  overflow: hidden;
  height: 25px;
  width: 25px;
  margin-right: -8px;
  background: url(/images/close.png) center center no-repeat;
  background-size: 11px auto;
}
.notify_panel .notify_panel_content .notify_panel_empty {
  display: block;
  padding: 30px 50px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  position: absolute;
  top: 50%;
  left: 28px;
  right: 28px;
  transform: translateY(-50%);
  white-space: nowrap;
}

.notify_panel .notify_panel_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  padding: 0;
}
.notify_panel .notify_panel_footer #sqcw_total {
  display: none;
  float: left;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notify_panel .notify_panel_footer #sqcw_total .sqcw_total_label {
  float: left;
  color: #757575;
  padding: 0 20px 0 0;
}
.notify_panel .notify_panel_footer #sqcw_total .sqcw_total_price {
  float: right;
}
.notify_panel .notify_panel_footer #sqcw_total .sqcw_total_price_currency {
  padding-right: 6px;
}
.notify_panel .notify_panel_footer #wqcw_total {
  display: block;
  float: left;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notify_panel .notify_panel_footer #wqcw_total .wqcw_total_label {
  float: left;
  color: #757575;
  padding: 0 20px 0 0;
}
.notify_panel .notify_panel_footer #wqcw_total #wqcw_item_count {
  float: left;
  color: #fff;
}
.notify_panel .notify_panel_footer #wqcw_checkout,
.notify_panel .notify_panel_footer #sqcw_checkout {
  float: none;
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #fff;
}
.notify_panel .notify_panel_footer .sqcw_checkout_button {
  display: block;
  width: 100%;
  float: none;
}
.notify_panel .notify_panel_footer .sqcw_checkout_button a {
  width: 100%;
  text-align: center;
  padding: 30px;
  outline-offset: -8px;
}
.browser-msie.tabbing-detected
  .notify_panel
  .notify_panel_footer
  .sqcw_checkout_button
  a:focus {
  background-color: yellow;
  color: black;
  border: 2px solid black;
}

/* -----------------------------------------------------------
   Shopping cart / Checkout
----------------------------------------------------------- */

.section-shop .scroll_section_top {
  margin-bottom: 40px;
}

#sc_processing_payment {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200000;
  display: none;
}
.section-shop.page-param-basket.sc-payment-processing #sc_processing_payment {
  display: block;
}
#sc_processing_payment div.arpromptfade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200000;
  opacity: 0.6;
}
#sc_processing_payment div#arprompt {
  z-index: 200001;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#sc_processing_payment div.arprompt .arpromptmessage {
  margin: 0;
}

.section-shop.page-param-basket #header #basket,
.section-shop.page-param-basket #header #wishlist,
.section-wishlist.page-param-basket #header #basket,
.section-wishlist.page-param-basket #header #wishlist {
  display: none;
}
.subsection-store-basket {
  padding-left: 75px;
  padding-right: 75px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1660px;
}
.section-shop .subsection-store-basket,
.section-wishlist .subsection-store-basket {
  margin: 0 auto;
}
.section-shop .subsection-store-basket:after,
.section-wishlist .subsection-store-basket:after {
  height: 0;
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.section-shop .subsection-store-basket #content_module,
.section-wishlist .subsection-store-basket #content_module {
  float: left;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 200px 100px 50px 0;
}
.section-shop .subsection-store-basket #sidebar,
.section-wishlist .subsection-store-basket #sidebar {
  float: right;
  clear: none;
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 200px 0 50px 0;
  background: rgba(255, 255, 255, 0.05);
}
.section-shop .subsection-store-basket h2,
.section-wishlist .subsection-store-basket h2,
.section-shop .subsection-store-basket h3,
.section-wishlist .subsection-store-basket h3 {
  margin: 0 0 40px;
  font-size: 3.5rem;
  line-height: 4.2rem;
}
.section-shop .subsection-store-basket #content_module > h2 {
}
#sc_checkout_content #shipping_container #shipping_zones_container h3,
#sc_checkout_content #shipping_container #shipping_options_container h3 {
  font-size: 13px;
}
#sc_checkout_content .divider {
  height: 40px;
}

#sc_coupon_container {
}
#sc_coupon_container.active .form:before {
  font: normal normal normal 20px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  margin: 5px 16px 0 2px;
  color: #a3d940;
  float: left;
}
#sc_coupon_container .form .inputField {
  float: left;
  width: 200px;
  margin: 0 16px 0 0;
  min-height: 33px;
}
#sc_coupon_container .form .button {
  float: left;
  clear: none;
  margin: 0;
}
#sc_contents_container {
}
#sc_contents_container #sc_reserve_note {
  float: left;
  clear: both;
  padding: 15px 0 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
#sc_contents_container #sc_vat_note {
  float: left;
  clear: both;
  padding: 30px 0 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
#sc_contents_container #sc_totalweight {
  float: left;
  display: none;
  padding: 15px 0 0;
}
#sc_contents_container #sc_vat_note {
  display: none;
}
#shopping_cart_information,
#wishlist_information {
  width: 100%;
}
#shopping_cart_information .sc_cell_item,
#wishlist_information .sc_cell_item {
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(185, 150, 103, 0.25);
}
#shopping_cart_information .sc_cell_item .image,
#wishlist_information .sc_cell_item .image {
  float: left;
  padding: 0 40px 0 0;
  width: 40%;
  max-width: 350px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#shopping_cart_information .sc_cell_item .image img,
#wishlist_information .sc_cell_item .image img {
  max-height: 350px;
  display: block;
  margin: 0 auto;
}
#shopping_cart_information .sc_cell_item .content,
#wishlist_information .sc_cell_item .content {
  float: left;
  width: 60%;
}
#shopping_cart_information .sc_cell_item .content a {
  display: inline-block;
}
#shopping_cart_information .sc_cell_item .content .title,
#wishlist_information .sc_cell_item .content .title {
  display: block;
  font-family: "EBGaramond", Sans-Serif;
  font-weight: 200;
  text-align: left;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0 0 20px;
}
#shopping_cart_information .sc_cell_item .content .details,
#wishlist_information .sc_cell_item .content .details {
  display: block;
  color: #757575;
  margin: 0 0 20px;
}
#shopping_cart_information .sc_cell_item .content .tools,
#wishlist_information .sc_cell_item .content .tools {
  display: block;

  color: #111;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
}

#shopping_cart_information .sc_cell_quantity,
#wishlist_information .sc_cell_quantity {
  float: right;
  padding-top: 2px;
}
#shopping_cart_information .sc_cell_quantity .decrease_qty,
#shopping_cart_information .sc_cell_quantity .increase_qty,
#wishlist_information .sc_cell_quantity .decrease_qty,
#wishlist_information .sc_cell_quantity .increase_qty {
  float: left;
  font-size: 1.8rem;
  font-weight: 200;
}
#shopping_cart_information .sc_cell_quantity .decrease_qty.disabled,
#wishlist_information .sc_cell_quantity .decrease_qty.disabled {
  color: #757575;
  cursor: default;
}

#shopping_cart_information .sc_cell_quantity .qty,
#wishlist_information .sc_cell_quantity .qty {
  float: left;
  padding: 0 8px;
}
#shopping_cart_information .sc_cell_singleprice,
#wishlist_information .sc_cell_singleprice {
  display: none;
}
#shopping_cart_information .sc_cell_total .currency,
#wishlist_information .sc_cell_total .currency {
  font-size: 1.5rem;
  margin: 0 6px 0 0;
}
#shopping_cart_information .sc_cell_total,
#wishlist_information .sc_cell_total {
  float: left;
  padding-left: 0;
  font-size: 2.3rem;
}

#shopping_cart_information .sc_cell_unavailable,
#wishlist_information .sc_cell_unavailable {
  color: red;
  font-weight: bold;
}
#shopping_cart_information td .sc_cell_error_message,
#wishlist_information td .sc_cell_error_message {
  color: red;
  font-weight: bold;
}
#shopping_cart_information .sc_cell_remove .remove,
#wishlist_information .sc_cell_remove .remove {
  display: block;
  float: right;
  text-align: left;
  text-indent: -100px;
  margin-left: 20px;
  overflow: hidden;
  height: 20px;
  width: 14px;
  margin-right: -2px;
  background: url(/images/close.png) center center no-repeat;
  background-size: 11px auto;
}

#sc_checkout_container {
}
#sc_checkout_container .terms_and_conditions {
  padding: 25px 0 0;
  clear: both;
}
#sc_checkout_container #sc_demo_note {
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #151515;
}
#sc_checkout_content {
}
#sc_checkout_content .divider {
  display: none;
}
#sc_checkout_content .sc_subtotal_label,
#sc_checkout_content .sc_discount_label,
#sc_checkout_content .sc_vat_total_label,
#sc_checkout_content .sc_shipping_total_label,
#sc_checkout_content .sc_order_total_label {
  float: left;
  width: 140px;
  color: #111;
}
#sc_checkout_content #sc_subtotal,
#sc_checkout_content #sc_discount,
#sc_checkout_content #sc_vat_total,
#sc_checkout_content #sc_shipping_total,
#sc_checkout_content #sc_order_total {
  padding: 0 0 0;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0 0 25px;
  padding: 0 0 16px;
  color: #111;
  border-bottom: 1px solid #eaeaea;
}
#sc_checkout_content #sc_subtotal {
  padding-top: 10px;
}
#sc_total_price_container .currency {
  font-size: 15px;
}
#sc_total_price_container .sub_total,
#sc_total_price_container .shipping_cost,
#sc_total_price_container .total_vat_amount {
  font-size: 15px;
}
#sc_checkout_content #sc_order_total {
  margin-bottom: 0;
}
#sc_checkout_content .order_total_wrapper {
}
#sc_total_price_container .order_total {
  font-size: 35px;
}
#sc_checkout_content .currency {
  padding-right: 5px;
}
#sc_checkout_content #shipping_container {
  margin: 0;
  padding: 20px 0 0;
  clear: both;
  position: relative;
  overflow: hidden;
  clear: both;
}
#sc_checkout_container #shipping_container #shipping_container_loader {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  display: block;
  transition: opacity 400ms ease-in-out;
  opacity: 0;
}
#sc_checkout_container
  #shipping_container.shipping_options_loading
  #shipping_container_loader {
  opacity: 1;
  left: 50%;
}
#sc_checkout_container
  #shipping_container.shipping_options_loading
  #shipping_container_loader
  svg {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 30px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 30px;
}
#sc_checkout_container
  #shipping_container.shipping_options_loading
  #shipping_container_loader
  svg
  .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
#sc_checkout_container #shipping_container:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  /* left; 0; */
  right: 0;
  height: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 400ms ease-in-out;
}
#sc_checkout_container #shipping_container.shipping_options_loading:after {
  display: block;
  height: auto;
  opacity: 1;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
}
#sc_checkout_content #shipping_container #shipping_zones_container,
#sc_checkout_content #shipping_container #shipping_options_container {
  display: none;
  margin: 0 0 15px;
  padding: 0 0;
}
#sc_checkout_content #shipping_container #shipping_zones_container.active,
#sc_checkout_content #shipping_container #shipping_options_container.active {
  display: block;
}
#sc_checkout_content #shipping_container #shipping_zones_container h3,
#sc_checkout_content #shipping_container #shipping_options_container h3 {
  margin: 0 0 10px;
}
#sc_checkout_button {
  clear: both;
}
#sc_checkout_container .button {
  float: left;
  display: inline;
}
#sc_checkout_container #sc_next_step_button a {
  outline-offset: -8px;
}
.browser-msie.tabbing-detected
  #sc_checkout_container
  #sc_next_step_button
  a:focus {
  background-color: #ffff80;
}
#sc_checkout_container .proceed_to_payment {
  display: none;
  position: relative;
}
#sc_checkout_container .proceed_to_payment.active,
#sc_checkout_container .proceed_to_payment.loading,
#sc_checkout_container .proceed_to_payment.placeholder {
  display: block;
}
#sc_checkout_container .proceed_to_payment #stripe_loader {
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -15px;
  z-index: 5;
}
#sc_checkout_container .proceed_to_payment #stripe_loader svg {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 30px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 30px;
}
#sc_checkout_container .proceed_to_payment #stripe_loader svg .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
#sc_checkout_container .proceed_to_payment #stripe_button_container {
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  opacity: 0.3;
  z-index: 10;
  position: relative;
  height: 45px;
}
#sc_checkout_container .proceed_to_payment.active #stripe_button_container {
  opacity: 1;
}
#sc_checkout_container
  .proceed_to_payment.placeholder
  #stripe_button_container {
  opacity: 0.4;
}
#sc_checkout_container .proceed_to_payment.placeholder button {
  cursor: default;
}
#sc_checkout_content #sc_terms_box {
  margin: 30px 0 10px;
  position: relative;
}
#sc_checkout_content #sc_terms_box input {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
}
#sc_checkout_content #sc_terms_box label {
  display: inline-block;
  padding: 0 0 0 25px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #757575;
}
#sc_checkout_content .required_field_label {
  padding: 20px 0 0;
}
#sc_checkout_content #sc_checkout_button {
  clear: both;
  min-height: 80px;
  position: relative;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#sc_checkout_content
  #sc_checkout_button.sc_terms_unconfirmed
  #stripe_button_container,
#sc_checkout_content
  #sc_checkout_button.sc_fields_unconfirmed
  #stripe_button_container {
  opacity: 0.3;
}
#sc_checkout_content
  #sc_checkout_button.sc_terms_unconfirmed
  .proceed_to_payment,
#sc_checkout_content
  #sc_checkout_button.sc_shipping_unconfirmed
  .proceed_to_payment,
#sc_checkout_content
  #sc_checkout_button.sc_fields_unconfirmed
  .proceed_to_payment {
  pointer-events: none;
}
#sc_checkout_content #sc_checkout_button.sc_terms_unconfirmed:after,
#sc_checkout_content #sc_checkout_button.sc_shipping_unconfirmed:after,
#sc_checkout_content #sc_checkout_button.sc_fields_unconfirmed:after {
  content: ".";
  text-indent: -100px;
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 1000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

#basket_footer {
}
#basket_footer #store_payment_logos {
  clear: both;
  float: left;
  width: 100%;
}
#basket_footer #store_payment_logos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
#basket_footer #store_payment_logos ul li {
  float: left;
  margin: 0 10px 0 0;
  text-indent: -100px;
  height: 32px;
  width: 52px;
  background: 0 0 no-repeat;
}
#basket_footer #store_payment_logos ul li.wp_worldpay {
  background-image: url(/lib/worldpay/images/worldpay.jpg);
  width: 100px;
}
#basket_footer #store_payment_logos ul li.wp_visa {
  background-image: url(/lib/images/payment/visa-curved-32px.png);
}
#basket_footer #store_payment_logos ul li.wp_mastercard {
  background-image: url(/lib/images/payment/mastercard-curved-32px.png);
}
#basket_footer #store_payment_logos ul li.wp_amex {
  background-image: url(/lib/images/payment/american-express-curved-32px.png);
}
#basket_footer #store_payment_logos ul li.wp_paypal {
  background-image: url(/lib/images/payment/paypal-curved-32px.png);
}
#basket_footer #store_payment_logos ul li.wp_stripe {
  background-image: url(/lib/images/payment/powered-by-stripe.png);
  width: 120px;
  background-position: center;
}

.sc_warning,
#sc_demo_note,
.sc_demo_note {
  clear: both;
  font-size: inherit;
  border: 1px solid #ffd503;
  background: #f7f3de;
  color: #151515;
  clear: both;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 20px;
  line-height: inherit;
  max-width: 600px;
}
.sc_warning h3,
.sc_demo_note h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 0 0 10px;
}

#sc_dev_mode_box {
  display: inline-block;
  padding: 0 0 0;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #111;
}
#sc_dev_mode_box h4 {
  font-size: 2.1rem;
  margin: 0 0 15px;
}

/* Checkout 2.0 compatability
            ----------------------------------------------------- */

#sc_checkout_container.submitting,
#sc_checkout_container form.submitting,
#sc_checkout_payment_form.submitting {
  pointer-events: none !important;
}
#sc_checkout_container.submitting *,
#sc_checkout_container form.submitting *,
#sc_checkout_payment_form.submitting * {
  pointer-events: none !important;
}

#sc_checkout_container .sc_field_group {
  margin: 0 0 40px;
  clear: both;
  float: left;
  width: 100%;
}
#sc_checkout_container h3.subheading {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0 0 20px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-family: inherit;
  color: #555;
  position: relative;
}
#sc_checkout_container h3.subheading:before {
  border-bottom: 1px solid #eaeaea;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  right: 0;
  z-index: 0;
}
#sc_checkout_container h3.subheading span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

#sc_checkout_container form .form_row label {
  display: block;
  margin-bottom: 5px;
  float: left;
  width: 32%;
  box-sizing: border-box;
  padding: 10px 20px 0 0;
}
#sc_checkout_container .form_row > select,
#sc_checkout_container .select_container,
#sc_checkout_container .inputField {
  padding: 10px 10px;
  border: 1px solid #eaeaea;
  float: left;
  width: 68%;
  box-sizing: border-box;
  line-height: 2.4rem;
}
#sc_checkout_container .select_container {
  border: 0;
  padding: 0;
}
#sc_checkout_container .select_container select {
  padding: 10px 10px;
  border: 1px solid #eaeaea;
  line-height: 2.4rem;
}
#sc_checkout_container form .form_row:after {
  display: none;
}

#sc_checkout_container .button {
  width: 100%;
  text-align: center;
  margin: 0;
}
#sc_checkout_container .button a {
  float: none;
  width: 100%;
  display: block;
}

#sc_checkout_back_button {
  padding: 25px 0 0;
  margin: 0 0 20px;
}
#sc_checkout_back_button .link a:before {
  background-image: url(/images/arrow_left.png);
}

.required_field_label {
  color: #777;
}

#cardholder-name.inputField::placeholder {
  color: #aaa;
}

/* Store confirmation
    ---------------------------------------- */

.subsection-store-basket .subsection-confirmation {
}
.subsection-store-basket .subsection-confirmation .content_basic_layout h1 {
  width: 100%;
  float: none;
  margin: 0 0 40px;
}
.subsection-store-basket .subsection-confirmation .divider {
  height: 0;
}
.subsection-store-basket .subsection-confirmation .sc_confirmation_body {
  margin: 0 0 50px;
}
.subsection-store-basket .subsection-confirmation .sc_warning,
.subsection-store-basket .subsection-confirmation .sc_demo_note {
  margin: 0 0 50px;
}

/* Stripe button
    ---------------------------------------- */

.stripe-button-el {
  /* Default stripe button styles, including these here for the placeholder button */
  overflow: hidden;
  display: inline-block;
  visibility: visible !important;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  /* END Default stripe button styles */

  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  background: none !important;
  box-shadow: none !important;
  outline: none;
  padding: 0 !important;
  border: 0 !important;
}
.stripe-button-el:before {
  display: none !important;
}
.stripe-button-el span {
  /* Default stripe button styles, including these here for the placeholder button */
  display: block;
  position: relative;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* END Default stripe button styles */

  border: 2px solid #ffffff !important;
  color: #fff !important;
  font-size: 1.1rem !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  line-height: 2rem !important;
  font-weight: normal !important;
  font-family: "Apercu", Sans-Serif !important;
  -webkit-font-smoothing: antialiased !important;
  color: #fff !important;
  background: #444 !important;
  padding: 30px 50px 30px !important;
  cursor: pointer !important;
  min-width: 160px !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-align: center !important;
  position: relative !important;
  transition: color 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-align: center !important;
  height: auto !important;
  border: 0 !important;
}
.stripe-button-el span:before {
  font-family: FontAwesome;
  content: "\f023";
  position: absolute;
  right: 20px;
}

/* Share links
    ----------------------------------------------------------- */

.share_links {
  clear: both;
  position: relative;
  z-index: 5;
  padding: 15px 0 0;
}
.share_links .link {
  display: none;
}
.share_links .link a {
  outline: none;
  display: none;
}
.share_links .share_options .social_links_item {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
}
.share_links .share_options .social_links_item .social_media_icon:before {
  color: #111;
  font-size: 17px;
}
/*
            .share_links .share_options {
                width: 0;
                opacity: 0;
                position: absolute;
                top: 16px;
                left: 0;
                transition: width 600ms cubic-bezier(.65,.06,.19,.96), opacity 400ms ease-in-out;
                white-space: nowrap;
                overflow: hidden;
                padding: 6px 0 0;
                cursor: default;
            }
                .share_links.active .share_options {
                    width: 130px;
                    opacity: 1;
                }
                .share_links .share_options_inner {
                    position: relative;
                    background: #111;
                    border: 2px solid #111;
                    padding: 5px;
                    height: 22px;
                }
                .share_links .share_options:after {
                    top: -2px;
                    left: 23px;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: transparent;
                    border-bottom-color: #111;
                    border-width: 4px;
                    margin-left: -4px;
                }
                .share_links .share_options .social_links_item {
                    display: inline-block;
                    float: none;
                }
                .share_links .share_options .social_links_item .social_media_icon:after {
                    color: #fff;
                    font-size: 16px;
                }
                .share_links .share_options .social_links_item .social_media_icon:hover:after {
                    
                }
        */

/* Position top -------------- */

.share_links.position_top .share_options {
  bottom: 26px;
  top: auto;
  padding: 0 0 6px;
}
.share_links.position_top .share_options:after {
  bottom: 0;
  top: auto;
  left: 23px;
  border-color: transparent;
  border-top-color: #ffffff;
  border-width: 3px;
  margin-left: -3px;
}

/* Social media icons
    ----------------------------------------------------------- */

/* Icons ----------------------------------------------------------- */

.social_media_links {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
}
.social_links_item {
  margin: 0 15px 0 0;
  width: auto;
  height: auto;
  float: left;
}
.social_links_item:last-child {
  margin-right: 0;
}
.social_links_item a {
  position: relative;
  width: 22px;
  height: 22px;
  float: left;
  text-indent: -100px;
}
.social_media_label {
  display: none;
}
.social_media_icon {
  float: left;
  text-indent: -200px;
  text-align: center;
  border: 0;
  background: none;
  margin: 0;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
}
.social_media_icon:before {
  display: block;
  width: 100%;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  line-height: 23px;
  float: left;
  text-rendering: auto;
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 200ms ease-in-out, background 200ms ease-in-out,
    transform 400ms cubic-bezier(0.2, 1.1, 0.78, 0.99);
  color: #111;
  text-align: center;
  text-indent: 0;
}
.social_media_icon:hover:before {
}
.social_media_icon.facebook:before {
  content: "\f09a";
}
.social_media_icon.twitter:before {
  content: "\f099";
}
.social_media_icon.instagram:before {
  content: "\f16d";
}
.social_media_icon.pinterest:before {
  content: "\f231";
}
.social_media_icon.tumblr:before {
  content: "\f173";
}
.social_media_icon.wechat:before {
  content: "\f1d7";
}
.social_media_icon.youtube:before {
  content: "\f167";
}
.social_media_icon.artsy:before {
  content: "";
  background: url(/images/artsy.svg) center center no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background 400ms ease-in-out;
  display: block;
}

/* Pageload loader
    ----------------------------------------------------------- */

#preloader #loader_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  z-index: 10000;
  height: 4px;
  width: 100% !important;
  transition: opacity 400ms ease-in-out;
}
body.cms-frontend-toolbar-active #preloader #loader_wrapper {
  top: 28px;
}
#preloader #splash_loader_icon {
  display: none;
}
#preloader #loader {
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  width: 100% !important;
  overflow: hidden;
  background-color: transparent !important;
}
#preloader #loader:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: auto;
  height: 1px;
  background-color: #c52f24;
  animation: loading2 3200ms cubic-bezier(0.87, 0.17, 0.18, 0.85) infinite;
  transition: background 400ms ease-in-out;
}

body.splash-loader-active #preloader #loader_wrapper #loader {
  display: none;
}

/* Basic states
                ------------------------------------------- */

body.browser-js-enabled #preloader {
  display: block;
}
body.first-load-complete #preloader {
  display: none;
  height: 4px;
  bottom: auto;
}
body.first-load-complete #preloader_mask {
  height: 0;
  display: none;
}
body.first-load-complete.loader-active #preloader {
  display: block;
}

/* Ajax page loading
                ------------------------------------------- */

#preloader #loader {
  opacity: 0;
  transition: opacity 800ms ease-in-out, width 400ms ease-in-out;
  -webkit-transition: opacity 800ms ease-in-out, width 400ms ease-in-out;
}
body.ajax-loading #preloader #loader {
  opacity: 1;
}
body.ajax-loading-complete #preloader {
  opacity: 0;
  transition: opacity 800ms ease-in-out, width 400ms ease-in-out;
  -webkit-transition: opacity 800ms ease-in-out, width 400ms ease-in-out;
}

/* Splash screen
                ------------------------------------------- */

body.splash-loader-active {
  overflow: hidden;
}

body.splash-loader-active.splash-screen-in #preloader {
  cursor: pointer;
}

body.splash-loader-active.loader-active #preloader #loader_wrapper {
  opacity: 0;
}
body.splash-loader-active.loader-active
  #preloader.loading-bar-start
  #loader_wrapper {
  opacity: 1;
}

@keyframes loading2 {
  from {
    width: 0;
    opacity: 0.8;
  }
  50% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  to {
    left: 100%;
    width: 100%;
    opacity: 0.4;
  }
}

/* Popups (extended details, artworks)
    ----------------------------------------------------------- */

body.content-swipe,
body.page-popup-active {
  overflow: hidden;
}
body.content-swipe #popup_box,
body.content-swipe #popup_content {
  overflow: hidden;
}
#popup_container {
}
#popup_container:after {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  display: block;
  content: "";
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: opacity 400ms ease-in-out;
}
.page-popup-visible #popup_container:after {
  opacity: 1;
  transition: opacity 1000ms ease-in-out;
}
#popup_overlay {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1100;
}
#popup_box {
  margin: 0 auto;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
}
#popup_box .inner {
  float: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1660px;
  overflow: hidden;
  min-height: 100vh;
}
#popup_box .close {
  position: fixed;
  position: absolute;
  top: 42px;
  right: 75px;
  border: 2px solid transparent;
  padding: 7px 0 9px 0;
  margin: 0 0 0 25px;
  z-index: 1200;
  color: #111;
  cursor: pointer;
  color: #111;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  line-height: 20px;
  text-transform: uppercase;
  -moz-transition: opacity 2s cubic-bezier(0.18, 1, 0.21, 1);
  -o-transition: opacity 2s cubic-bezier(0.18, 1, 0.21, 1);
  -webkit-transition: opacity 2s cubic-bezier(0.18, 1, 0.21, 1);
  transition: opacity 2s cubic-bezier(0.18, 1, 0.21, 1);
}
.browser-msie #popup_box .close {
  z-index: 1300;
}
#popup_box .close a {
  display: block;
  padding-right: 18px;
}
#popup_box .close a:after {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  height: 11px;
  width: 11px;
  background: url(/images/close.png) 0 0 no-repeat;
  transition: background 400ms ease-in-out;
  background-size: 11px auto;
}
#popup_content {
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}

/* Hide the pagination controls which are within the ajax page content */
#popup_content .artwork_detail .pagination_controls {
  display: none;
}

/* Effects ----------------------------------------------------------- */

#popup_container {
  display: none;
}

/* .loader-incoming-type-popup #popup_container */
.page-popup-active #popup_container {
  display: block;
}

#popup_overlay {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;

  transform: translateY(100vh) skewY(0);
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  opacity: 1;
}
/*.loader-incoming-type-popup.ajax-loading #popup_overlay */
.page-popup-visible #popup_overlay {
  opacity: 1;
  transform: translateY(0);
}
#popup_box .close {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
  transition: transform 0.6s cubic-bezier(0.87, 0.17, 0.18, 0.85),
    opacity 0.8s ease-in-out;
  -webkit-transform: translate3d(200px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.87, 0.17, 0.18, 0.85),
    opacity 0.8s ease-in-out;
}
/*.loader-incoming-type-popup.ajax-loading #popup_box .close */
.page-popup-visible #popup_box .close {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
body.overlay-open.page-popup-visible #popup_box .close {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
}
#popup_box .pagination_controls {
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.87, 0.17, 0.18, 0.85),
    opacity 0.8s ease-in-out;
}
/*.loader-incoming-type-popup.ajax-loading #popup_box .close */
.page-popup-visible #popup_box .pagination_controls {
  opacity: 1;
}
#popup_content {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
/* .loader-incoming-type-popup.ajax-loading #popup_content */
.page-popup-visible #popup_content {
  opacity: 1;
}

#popup_content .image_container {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.9);
  transition: transform 400ms cubic-bezier(0.86, 0.01, 0.14, 0.99),
    opacity 400ms ease-in-out;
}
.page-popup-visible #popup_content .image_container {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#popup_content .content_container {
  opacity: 0;
  transform: translate3d(0, 100px, 0) skewY(0);
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 400ms ease-in-out;
}
.page-popup-visible #popup_content .content_container {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 1000ms ease-in-out;
}

/* Standard artworks ----------------------------------------------------------- */

#popup_content .content_basic_layout {
  transition: transform 600ms cubic-bezier(0.86, 0.01, 0.14, 0.99),
    opacity 600ms ease-in-out;
  transform: translate3d(0, 600px, 0);
  opacity: 0;
}
.page-popup-visible #popup_content .content_basic_layout {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Previous / Next animation ----------------------------------------------------------- */

body.page-popup-transition #popup_box .artwork_hero_image_container {
  opacity: 0;
}
body.page-popup-transition.page-popup-transition2
  #popup_box
  .artwork_hero_image_container {
  opacity: 0;
}

body.page-popup-transition #popup_box .artwork_detail .image_container {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
body.page-popup-transition.page-popup-transition2
  #popup_box
  .artwork_detail
  .image_container {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
body.page-popup-transition #popup_box .artwork_detail .content_container {
  opacity: 0;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 400ms ease-in-out;
  transform-origin: center top;
  transform: translate3d(0, -20px, 0);
}
body.page-popup-transition.page-popup-transition2
  #popup_box
  .artwork_detail
  .content_container {
  transform: translate3d(0, 80px, 0) skewY(0);
  transition: none;
}
body.page-popup-transition
  #popup_box
  .artwork_detail
  .content_container
  .label {
}
body.page-popup-transition.page-popup-transition2
  #popup_box
  .artwork_detail
  .content_container
  .label {
  width: 0;
}

body.page-popup-transition-initial
  #popup_box
  .pagination_controls
  .artwork_detail
  .pagination_controls_previous,
body.page-popup-transition-initial
  #popup_box
  .pagination_controls
  .artwork_detail
  .pagination_controls_next {
  opacity: 0;
}

/* ----------------------------------------------------------------------------------
  Page specific
---------------------------------------------------------------------------------- */

/* WeChat
    ---------------------------------------------------------------------------------- */

.section-wechat .content_basic_layout {
  max-width: 700px;
}

/* Mailing list
    ---------------------------------------------------------------------------------- */

.section-mailing-list .page_enquiry_widget {
  min-height: 100vh;
  display: flex;
}
.section-mailing-list .page_enquiry_widget form {
  align-self: center;
}

/* Home
    ---------------------------------------------------------------------------------- */

.scroll-container .scroll-container-inner .page-track-scroll-container,
.scroll-container .scroll-container-inner .page-track-scroll-container * {
  pointer-events: none;
}
.scroll-container
  .scroll-container-inner
  .page-track-scroll-container
  .page-track-item
  * {
  pointer-events: auto;
}

#main_content {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  min-height: 100vh;
}
.section-home #main_slideshow_pagination,
.section-home #homepage_slideshow_pagination {
  display: none;
}

/*  Artists
    ---------------------------------------------------------------------------------- */

.feature_panels section.scroll_section_artist_track {
  padding: 0;
  width: 100%;
}
section.scroll_section_artist_list_grid .image_list ul li a {
  display: block;
}
section.scroll_section_artist_list_grid .image_list ul li {
  width: 25%;
}
section.scroll_section_artist_list_grid .image_list ul li .image {
  width: 100%;
  max-height: none !important;
}
section.scroll_section_artist_list_grid .image_list ul li .image.loaded img {
  width: 100%;
  max-height: 100% !important;
}
section.scroll_section_artist_list_grid .image_list ul li .image a:after {
  padding-top: 100%;
  content: "";
  display: block;
  width: 100%;
}

/* Exhibitions 
    ---------------------------------------------------------------------------------- */

.exhibition-list-wrapper .scroll_section_panels .inner {
  padding: 0 75px 0;
  margin: 0 auto;
}
.exhibition-list-wrapper .feature_panels {
  width: 85%;
  float: right;
}
.exhibition-list-wrapper .feature_panels section .area_wrapper {
  padding: 0;
}
.exhibition-list-wrapper .feature_panels_sidebar_outer {
  width: 100%;
  position: static;
  max-width: 1510px;
  transition: opacity 400ms linear;
}
.exhibition-list-wrapper
  .feature_panels_sidebar_fixed
  .feature_panels_sidebar_outer {
  position: fixed;
}
.tabbing-detected
  .exhibition-list-wrapper
  .feature_panels_sidebar_fixed
  .feature_panels_sidebar_outer {
  position: static;
}
.footer-visible
  .exhibition-list-wrapper
  .feature_panels_sidebar_fixed
  .feature_panels_sidebar_outer {
  opacity: 0;
  pointer-events: none;
}
.exhibition-list-wrapper .feature_panels_sidebar {
  width: 15%;
  padding: 200px 75px 0 0;
  box-sizing: border-box;
  float: left;
}
.exhibition-list-wrapper .feature_panels_sidebar .panel_filters {
  margin: 0 0 40px;
  padding: 22px 0 0;
  border-top: 1px solid #eaeaea;
  float: left;
  width: 100%;
  clear: both;
}
.exhibition-list-wrapper
  .feature_panels_sidebar
  .panel_filters:not(.panel_filters_click_dropdown)
  h3 {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.exhibition-list-wrapper .feature_panels_sidebar .panel_filters:last-child {
  border-bottom: none;
}
.exhibition-list-wrapper .feature_panels_sidebar .panel_filters ul li {
  float: left;
  margin: 0 0 10px;
  clear: both;
  width: 100%;
}
.exhibition-list-wrapper .feature_panels_sidebar .panel_filters ul li a {
  padding: 0 0 2px;
  float: left;
}
.exhibition-list-wrapper
  .feature_panels_sidebar
  .panel_filters.panel_filters_years
  ul
  li {
  float: left;
  clear: none;
  width: 33.33%;
}

.exhibition-list-wrapper
  .feature_panels_sidebar
  .panel_filters.panel_filters_years
  ul
  li.full_width {
    width: 100%;
}

.exhibition-list-wrapper .feature_panels section {
}
.exhibition-list-wrapper .feature_panels section:first-child {
  padding-top: 0;
  border-top: none;
}

.exhibition-list-wrapper .feature_panels section .panel_filters ul {
  column-count: 5;
}
.exhibition-list-wrapper .feature_panels section .panel_filters ul li {
  width: 100%;
  margin: 0;
  display: inline-block;
}
.exhibition-list-wrapper .feature_panels section .panel_filters ul li a {
  display: inline-block;
  padding-bottom: 16px;
}
.exhibition-list-wrapper .feature_panels section .panel_filters ul li a,
.exhibition-list-wrapper
  .feature_panels
  section
  .panel_filters
  ul
  li
  a:visited {
  color: #757575;
}
.feature_panels section .panel_filters ul li:hover a,
.feature_panels section .panel_filters ul li.active a,
.feature_panels section .panel_filters ul li:hover a:visited,
.feature_panels section .panel_filters ul li.active a:visited {
  color: #111;
}
.exhibition-list-wrapper .feature_panels section .panel_filters ul li a:after {
  display: none;
}

/* Galleries
    ---------------------------------------------------------------------------------- */

.subsection-locations-wrapper {
}
.subsection-locations-wrapper .basic_text .content {
  margin-bottom: 40px;
}
.subsection-locations-wrapper .basic_text .content_read_more_link {
  text-align: center;
}
.subsection-locations-wrapper .feature_panels section:after {
  display: none;
}
.subsection-locations-wrapper .list_content_header {
  min-height: 0;
  margin-bottom: 10px;
}

.subsection-locations-wrapper .basic_text {
  margin-bottom: 30px;
}
.subsection-locations-wrapper .feature_panels section:before {
  display: none !important;
}

/* Art fairs
    ---------------------------------------------------------------------------------- */

@media screen and (min-width: 1024px) {
  .section-art-fairs #hero .content .content_header h1 {
    font-size: 6rem;
    line-height: 6.2rem;
  }
}

/* About
    ---------------------------------------------------------------------------------- */

.section-about .feature_panels section.panel_index_1 {
  padding-top: 45px;
}

/*  Contact
    ---------------------------------------------------------------------------------- */

.section-contact #footer .main_inner {
  display: none;
}
.section-contact .footer .inner {
  min-height: 0;
}
.section-contact .footer .wrapper {
  padding: 0;
  min-height: 0;
}
.section-contact .footer .credit {
  border: none;
}

.section-contact .panel_custom_enquiry .area_wrapper:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 55px;
  padding: 0;
}

.section-contact .feature_panels section {
  margin-bottom: 0;
}
.section-contact .feature_panels section.panel_custom_enquiry {
  margin: 0 0 40px;
}
#contact_enquiry_form button {
  outline-offset: -8px;
}
body.browser-msie.tabbing-detected #contact_enquiry_form button:focus {
  border: 3px solid black;
}
.instagram_grid .standard_grid .item .image {
  overflow: visible;
}
.instagram_grid .standard_grid .item a {
  display: inline-block;
}
.instagram_grid .panel_footer a {
  outline-offset: -8px;
}
body.browser-msie.tabbing-detected .instagram_grid .panel_footer a:focus {
  border: 3px solid black;
}

/*  Error page
    ---------------------------------------------------------------------------------- */

.section-pagenotfound #main_content {
  padding: 120px 50px 0;
}

/*  Viewing room
    ---------------------------------------------------------------------------------- */

.section-viewing-room.page-param-id-9
  #top_nav
  ul
  li.topnav-label-viewing-room.active
  a:after {
  width: 0 !important;
}
.section-viewing-room.page-param-id-9
  #top_nav
  ul
  li.topnav-label-in-focus
  a:after {
  width: calc(100% - 2px) !important;
}

.section-viewing-room .record_id_5 .hero_nav {
  display: none !important;
}

.section-viewing-room .record_id_6 .caption .artist,
.section-viewing-room .record_id_6 .list_caption_wrapper .artist {
  display: none !important;
}

.section-viewing-room .record_id_5 .list_caption_wrapper,
.section-viewing-room .record_id_5 .list_caption_wrapper .caption,
.section-viewing-room .record_id_6 .list_caption_wrapper,
.section-viewing-room .record_id_6 .list_caption_wrapper .caption,
.section-viewing-room .record_id_10 .list_caption_wrapper,
.section-viewing-room .record_id_10 .list_caption_wrapper .caption,
.section-viewing-room .record_id_above_10 .list_caption_wrapper,
.section-viewing-room .record_id_above_10 .list_caption_wrapper .caption {
  text-align: center !important;
}
.section-viewing-room .record_id_5 .list_caption_wrapper .button,
.section-viewing-room .record_id_6 .list_caption_wrapper .button,
.section-viewing-room .record_id_10 .list_caption_wrapper .button,
.section-viewing-room .record_id_above_10 .list_caption_wrapper .button {
  display: inline-block;
  float: none;
}

.section-viewing-room
  .record_id_8
  .standard_grid_artworks
  .list_caption_wrapper
  .content,
.section-viewing-room
  .record_id_8
  .standard_grid_artworks
  .list_caption_wrapper
  .caption,
.section-viewing-room
  .record_id_8
  .panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .content,
.section-viewing-room
  .record_id_8
  .panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .caption,
.section-viewing-room
  .record_id_8
  .full_bleed_slideshow_caption_area
  .list_caption_wrapper,
.section-viewing-room
  .record_id_above_10
  .standard_grid_artworks
  .list_caption_wrapper
  .content,
.section-viewing-room
  .record_id_above_10
  .standard_grid_artworks
  .list_caption_wrapper
  .caption,
.section-viewing-room
  .record_id_above_10
  .panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .content,
.section-viewing-room
  .record_id_above_10
  .panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .caption,
.section-viewing-room
  .record_id_above_10
  .full_bleed_slideshow_caption_area
  .list_caption_wrapper {
  text-align: center;
}
.section-viewing-room
  .record_id_8
  .standard_grid_artworks
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_8
  .standard_grid_artworks
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_8
  .panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_8
  .panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_8
  .full_bleed_slideshow_caption_area
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_above_10
  .standard_grid_artworks
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_above_10
  .standard_grid_artworks
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_above_10
  .panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_above_10
  .panel_type_219
  .records_list_slider
  .list_caption_wrapper
  .button,
.section-viewing-room
  .record_id_above_10
  .full_bleed_slideshow_caption_area
  .list_caption_wrapper
  .button {
  display: inline-block;
  float: none;
}

.section-viewing-room .basic_text .content_initial_text .inner {
  width: 650px;
  max-width: 100%;
  margin: auto;
}

.panel_id_553.panel_type_records_slider
  .records_list_slider
  .pagination_controls {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .panel_type_records_slider
    .records_list_slider
    .pagination_controls
    > button.pagination_controls_prev {
    left: -25px !important;
  }
  .panel_type_records_slider
    .records_list_slider
    .pagination_controls
    > button.pagination_controls_next {
    right: -25px !important;
  }
}

.feature_panels section.panel_type_218.panel_id_268 {
}
.panel_id_268 .full_bleed_panel_slideshow {
  margin-bottom: 0;
}
.panel_id_268 .full_bleed_slideshow_caption_area .list_caption_wrapper {
  text-align: center;
}
.panel_id_268 .full_bleed_slideshow_caption_area .list_caption_wrapper .button {
  float: none;
  display: inline-block;
  margin-top: 0;
}

.feature_panels section.panel_type_218.panel_id_283 {
  margin-bottom: 0;
}
.panel_id_283 .full_bleed_panel_slideshow {
  margin-bottom: 0;
}
.panel_id_283 .full_bleed_slideshow_caption_area .list_caption_wrapper {
  text-align: center;
}
.panel_id_283 .full_bleed_slideshow_caption_area .list_caption_wrapper .button {
  float: none;
  display: inline-block;
  margin-top: 0;
}

.panel_id_285 .records_list_slider .item .image:after {
  padding-top: 70%;
}

.panel_id_413 .records_list_slider .item .image:after {
  padding-top: 70%;
}

.panel_id_354 .records_list_slider .item .image:after {
  padding-top: 70%;
}

/*  Overrides
    ---------------------------------------------------------------------------------- */

.feature_panels section.panel_id_538 .area_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.panel_id_538 .full_grid.image_uncropped .item .image {
  max-height: none !important;
}
.panel_id_538 .full_grid.image_uncropped .item .image img {
  max-height: none !important;
}

/*  Artists
    ---------------------------------------------------------------------------------- */

.subsection-artist-list-standard {
}
.subsection-artist-list-standard .artist_name {
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;
  color: #111;
  font-size: 1.32rem;
  line-height: 1.7rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.scroll_section_artist_list_combined .column_list {
  margin: 0 0 40px;
  padding-top: 30px;
}
.scroll_section_artist_list_combined .column_list ul {
  margin-right: -15px;
}

.hero-section-active
  .subsection-artist-list-standard
  #feature_panel_section_nav
  ul
  li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.subsection-artist-list-standard #feature_panel_section_nav ul li a {
  font-size: 1.5rem;
}
.hero-section-active
  .subsection-artist-list-standard
  #feature_panel_section_nav,
.hero-section-active
  .subsection-artist-list-standard
  #feature_panel_section_nav
  * {
  pointer-events: auto;
}
.scroll-section-setup
  .subsection-artist-list-standard
  #feature_panel_section_nav
  ul
  li {
  opacity: 0;
  transform: translate3d(0, -70px, 0);
}

.artist_list_section_list .artist_list_group {
  margin: 0;
  /*margin: 0 0 50px;*/
}

.artist_list_section {
}
.artist_list_section.disabled {
  display: none;
}
.artist_list_section.active {
  margin: 0;
  display: block;
  opacity: 0;
  transform: translateY(100px);
}
.artist_list_section.animate {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}

#artist_list_grid_selector {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 50px;
  float: left;
}
#artist_list_grid_selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#artist_list_grid_selector ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
  color: #111;
  font-size: 1.02rem;
  line-height: 2rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  float: left;
  cursor: pointer;
  position: relative;
  padding: 6px 0 6px;
  margin: 0 0 0 15px;
}
#artist_list_grid_selector ul li:first-child {
  margin-left: 0;
}
#artist_list_grid_selector ul li:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid #888;
  position: absolute;
  bottom: 0%;
  left: 0;
  transition: width 400ms ease-in-out;
}
.device-desktop #artist_list_grid_selector ul li:hover:after,
#artist_list_grid_selector ul li.active:after {
  width: 100%;
}
#artist_list_grid_selector ul li button {
  font-weight: normal;
  color: #111;
  font-size: 1.32rem;
  line-height: 2rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.column_list {
  display: block;
  width: 100%;
  /* IMPORTANT - needs width 100% for IE!!!  but this is breaking the rhs margin now... 
        margin: 0 -30px 0 0;*/
  margin: 0;
}
.column_list ul {
  padding: 0;
  list-style: none;
  display: block;
  /*
            -webkit-column-count: 4;
            -moz-column-count: 4;
            column-count: 4;
            */
  width: 25%;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  transform: translate3d(0, 120px, 0);
  opacity: 0;
  transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}
.column_list ul.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.column_list ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 0 2em 0;
  font-size: 1.32rem;
  line-height: 1.7rem;
}
.column_list ul li a {
  display: block;
  width: 100%;
}

.image_list {
  display: block;
}
.image_list ul {
  margin: 0 -20px 0 0;
  padding: 0;
  list-style: none;
  display: block;
}
.image_list ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px 40px 0;
  transform: translate3d(0, 50px, 0) skewY(0);
  opacity: 0;
}
.image_list ul li a {
  display: inline-block;
}
.image_list ul li.animate-from-bottom {
  transition: transform 2000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}
.image_list ul li.animate-from-top {
  transition: transform 2000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: translate3d(0, -50px, 0) skewY(-0);
}
.image_list ul li.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.image_list ul li .image {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
.image_list ul li .image img {
  max-width: 100%;
  display: block;
}
.image_list ul li .image .video {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  overflow: hidden;
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.image_list ul li.video-reveal .image .video {
  opacity: 1;
}
.image_list ul li .image video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
}
.device-handheld .image_list ul li .image .video,
.device-handheld .image_list ul li .image video {
  display: none;
}
.image_list ul li h3 {
  width: 100%;
  clear: both;
  display: block;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.image_list ul li .subtitle {
  margin: 0 0 5px;
}

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
------------- Horizontal slider
---------------------------------------------------------------------------
-------------------------------------------------------------------------*/

/* Flickity records slider*/

.records_list_slider {
  overflow: visible;
  width: 100%;
  position: relative;
  clear: both;
}
.records_list_slider .records_list_slider_content {
  width: 100%;
  overflow: hidden;
}
.tabbing-detected .records_list_slider .records_list_slider_content,
.tabbing-detected .flickity-viewport {
  overflow: visible;
}
.records_list_slider .records_list_inner {
  margin: 0 -75px 0 0;
  overflow: visible;
}
.tabbing-detected .records_list_slider .records_list_inner:focus {
  background-color: #ffff80;
  outline: none !important;
}
.panel_type_records_slider .area_wrapper {
  overflow: hidden;
}
.tabbing-detected .panel_type_records_slider .area_wrapper {
  overflow: visible;
}
.panel_type_records_slider a {
  display: inline-block;
}
.panel_type_records_slider .panel_heading {
  width: 100%;
  margin: 0 0 85px;
  text-align: center;
  position: relative;
}

.panel_type_records_slider .panel_heading .pagination_controls {
  float: none;
  position: absolute;
  top: 50%;
  width: 100%;
  right: 0;
  pointer-events: none;
}

.panel_type_records_slider .panel_heading .pagination_controls > div,
.panel_type_records_slider .panel_heading .pagination_controls > button {
  position: static;
  float: left;
  width: 25px;
  margin: 0 0 0 10px;
  height: 20px;
  transform: none;
  opacity: 1;
}
.panel_type_records_slider
  .panel_heading
  .pagination_controls
  > button.pagination_controls_next {
  float: right;
}
.panel_type_records_slider.slider_disabled .panel_heading .pagination_controls {
  display: none !important;
}
.panel_type_records_slider.slider_first
  .panel_heading
  .pagination_controls
  > button.pagination_controls_prev,
.panel_type_records_slider.slider_last
  .panel_heading
  .pagination_controls
  > button.pagination_controls_next {
  opacity: 0.3;
  pointer-events: none;
}
.panel_type_records_slider
  .panel_heading.simplified_heading
  .pagination_controls {
  float: right;
  position: relative;
  width: auto;
  top: auto;
  right: auto;
  left: auto;
  display: block;
  padding: 0 0 0;
  margin-top: -10px;
  display: none;
}
.panel_type_records_slider
  .panel_heading.simplified_heading
  .pagination_controls
  > div,
.panel_type_records_slider
  .panel_heading.simplified_heading
  .pagination_controls
  > button {
  margin: 0;
}

.panel_type_records_slider .records_list_slider .pagination_controls {
  width: 100%;
  height: 0;
}
.panel_type_records_slider .records_list_slider .pagination_controls > button {
  left: -40px;
  top: 0;
  bottom: 60px;
  position: absolute;
  height: auto;
}
.panel_type_records_slider
  .records_list_slider
  .pagination_controls
  > button:disabled {
  opacity: 0;
  pointer-events: none;
}
.panel_type_records_slider
  .records_list_slider
  .pagination_controls
  > button.pagination_controls_next {
  left: auto;
  right: -40px;
}
@media screen and (min-width: 1700px) {
  .panel_type_records_slider
    .records_list_slider
    .pagination_controls
    > button.pagination_controls_prev {
    left: -50px;
  }
  .panel_type_records_slider
    .records_list_slider
    .pagination_controls
    > button.pagination_controls_next {
    right: -50px;
  }
}

.records_list_slider .item {
  width: 33.3%;
  vertical-align: top;
  padding: 0 75px 0 0;
  box-sizing: border-box;
  transform: translate3d(0, 50px, 0) skewY(0);
  opacity: 0;
  transition: transform 5000ms cubic-bezier(0.18, 1, 0.21, 1),
    opacity 5000ms cubic-bezier(0.18, 1, 0.21, 1);
}
@media screen and (min-width: 1024px) {
  .records_list_slider.records_grid_columns_2 .item {
    width: 50%;
  }
  .records_list_slider.records_grid_columns_3 .item {
    width: 33.33%;
  }
  .records_list_slider.records_grid_columns_4 .item {
    width: 25%;
    padding-right: 30px;
  }
  .records_list_slider.records_grid_columns_4 .records_list_inner {
    margin-right: -30px;
  }
}
.records_list_slider:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .records_list_slider.records_list_slider_columns_2 .item {
    width: 50%;
  }
  .records_list_slider.records_list_slider_columns_3 .item {
    width: 33.33%;
  }
  .records_list_slider.records_list_slider_columns_4 .item {
    width: 25%;
    padding-right: 30px;
  }
  .records_list_slider.records_list_slider_columns_4 .records_list_inner {
    margin-right: -30px;
  }

  .records_list_inner.item-count-1 .flickity-slider,
  .records_list_inner.item-count-2 .flickity-slider {
    text-align: center;
  }
  .records_list_inner.item-count-1 .flickity-slider .item,
  .records_list_inner.item-count-2 .flickity-slider .item {
    position: static !important;
    float: none;
    display: inline-block;
  }
}
.records_list_slider .item.visible,
.records_list_slider.visible .item {
  transform: none;
  opacity: 1;
}
.records_list_slider .item .image {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0 0 20px;
  transition: height 500ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    min-height 500ms cubic-bezier(0.65, 0.06, 0.19, 0.96);

  display: block;
  position: relative;
  min-height: 0 !important;
  height: auto !important;
}
.records_list_slider .item .image:after {
  width: 100%;
  padding-top: 100%;
  content: "";
  display: block;
}
.records_list_slider .item .image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
body.browser-msie .records_list_slider .item .image > div {
  display: block;
}
.records_list_slider .item .image a {
  display: block;
  width: 100%;
}
.records_list_slider .item .image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.records_list_slider .item .prelude {
  margin: 0 0 10px;
}

/* Page track list
    ----------------------------------------------------------- */

.page-track-wrapper {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  clear: both;
}
.scrolling .page-track-item {
  pointer-events: none;
}
.page-track-item .video {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  overflow: hidden;
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.page-track-item .video-reveal .video {
  opacity: 1;
}
.page-track-item img {
  position: relative;
  z-index: 10;
}

.site-wrapper {
  height: 100vh;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.page-track-scroll-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 100;
}
.page-track-scroll-container .progress-track {
  content: "";
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: #3333ed;
  z-index: 99999999;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}

.page-track-scroll-container .page-track {
  position: relative;
  /*overflow-x: auto;
            overflow-y: hidden;*/
  background: transparent;
  height: 100%;
  /*touch-action: pan-y;*/
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Calibre;
  font-weight: normal;
}
/*.page-track-scroll-container .page-track.page-track-left {
                overflow-y: visible;
                overflow-x: visible;
            }*/
.records_list.image_track.clearwithin {
  height: 100vh;
  width: 100%;
}
.records_list.image_track::before,
.records_list.image_track::after {
  content: "";
  position: fixed;
  z-index: 102;
  display: block;
  height: 100vh;
  pointer-events: none;
  width: 15vw;
}

.page-track-scroll-container .page-track td {
  vertical-align: top;
  text-align: left;
  line-height: inherit;
}

.item-label {
  position: absolute;
  left: -7px;
  top: 0;
}
.item-label-inner {
  transform: rotate(90deg);
  transform-origin: 0 0;
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
.label-number {
  padding-right: 10px;
  color: #aaa;
}

.page-track-list.animating .page-track.page-track-right,
.page-track-list.animating .page-track.page-track-left {
  -webkit-transition: transform 0.8s cubic-bezier(0.18, 1, 0.21, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.18, 1, 0.21, 1);
  transition: transform 0.8s cubic-bezier(0.18, 1, 0.21, 1);
}
body.dragging .page-track-list .page-track.page-track-right a {
  pointer-events: none;
}
body.dragging .cursor-area {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
body.dragging .page-track-list {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.page-track-scroll-container .page-track-frame {
  overflow: hidden;
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 100;
  padding: 0;
}
.page-track-scroll-container .page-track-frame.page-track-frame-text {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-track-scroll-container .slideshow-placeholder {
  width: 125vw;
}
.page-track-scroll-container .page-track-item {
  width: 22vw;
  width: auto;
  min-width: 200px;
  height: 100vh;
  padding: 0 80px 0 0;
  pointer-events: auto;
  /* box-sizing: border-box; */
  /* display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            text-align: center; */
  position: relative;
}

.page-track-scroll-container .page-track-item.first {
  padding: 0 80px 0 150px;
}
.page-track-scroll-container td:last-child .page-track-item {
  padding-right: 150px;
}

/*.page-track-scroll-container .page-track-item-text {
            opacity: 0.1;
            -webkit-transition: opacity 0.8s cubic-bezier(.18, 1, .21, 1);
            -moz-transition: opacity 0.8s cubic-bezier(.18, 1, .21, 1);
            transition: opacity 0.8s cubic-bezier(.18, 1, .21, 1);
        }
        .page-track-scroll-container .page-track-item-text.active {
            opacity: 1.0;
        }
        */
.page-track-scroll-container .page-track-item.pull-down {
  padding: 23vh 15% 13vh 15%;
}
.page-track-scroll-container .page-track-item.pull-up {
  padding: 13vh 15% 23vh 15%;
}
.page-track-scroll-container .page-track-item {
}
.page-track-scroll-container .page-track-item.skew-down {
  padding-top: 24vh;
  padding-bottom: 20vh;
}
.page-track-scroll-container .page-track-item.skew-up {
  padding-bottom: 27vh;
  padding-top: 13vh;
}
.page-track-scroll-container .page-track-item .inner {
  width: auto;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
  /*
            max-height: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            text-align: center;
            */
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 75px;
}
.page-track-scroll-container .page-track-item a {
}
.page-track-scroll-container .image-wrapper {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  z-index: 4;
  position: relative;
  display: inline-block;
  -webkit-animation-name: Floating;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  /* opacity: 0; */
  /*will-change: opacity;*/
}
.page-track-scroll-container .image-wrapper.visible {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.page-track-scroll-container .page-track-item .image-outer {
  position: relative;
}

.page-track-scroll-container .page-track-item .item-overlay {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}
.page-track-scroll-container .page-track-item .image {
  display: block;
  line-height: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 57vh;
}
.page-track-scroll-container .image-wrapper img {
  float: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  max-width: none;
  width: auto;
}
.page-track-item.hidden-off-screen .image-wrapper img {
  visibility: hidden;
}
.page-track-scroll-container .image-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
}

.page-track-scroll-container .page-track-item h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin: 0 0 5px;
}
.page-track-scroll-container .page-track-item .prelude {
  text-align: left;
  width: 100%;
  display: block;
  margin: 0 0 10px;
}
.page-track-scroll-container .page-track-item .subtitle {
  text-align: left;
  width: 100%;
  display: block;
  margin: 0 0 5px;
}

.page-track-scroll-container .page-track-item .title-wrapper {
  text-align: left;
  width: 100%;
  z-index: 5;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.page-track-scroll-container .page-track-item .title-wrapper.visible {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.page-track-scroll-container .page-track-item .year {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(90deg) translate(50%, 50%);
  -moz-transform: rotate(90deg) translate(50%, 50%);
  -ms-transform: rotate(90deg) translate(50%, 50%);
  -o-transform: rotate(90deg) translate(50%, 50%);
  transform: rotate(90deg) translate(50%, 50%);
  color: #fff;
  position: absolute;
  left: -17px;
  top: -26px;
  font-family: "__Orator-Oblique__", "Courier New", Courier, sans-serif;
  font-size: 1.55rem;
  line-height: 2rem;
  font-weight: 200;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 200;
  color: #ffffff;
  margin: 0;
}
.page-track-scroll-container .page-track-item .year-inner {
  opacity: 0;
  display: inline-block;
  transform: translate(-60px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-track-scroll-container .page-track-item.active .year-inner {
  opacity: 1;
  transform: translate(0, 0);
}
.page-track-scroll {
  width: 120px;
  /*max-width: 250px;*/
  position: absolute;
  top: 0;
  bottom: 50px;
  z-index: 200;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
}
.page-track-scroll:before {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  display: block;
}
.page-track-scroll:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  right: 0;
  content: "Scroll";
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 10px;
  margin-left: -3px;
}
.page-track-scroll.page-track-scroll-prev {
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(
    left,
    rgba(23, 23, 23, 0.65) 0%,
    rgba(23, 23, 23, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(23, 23, 23, 0.65) 0%,
    rgba(23, 23, 23, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(23, 23, 23, 0.65) 0%,
    rgba(23, 23, 23, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  width: 220px;
}
.page-track-scroll.page-track-scroll-prev:after {
  display: none;
}
.page-track-scroll.page-track-scroll-next {
  right: 0;
  transition: opacity 400ms ease-in-out;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(
    left,
    rgba(23, 23, 23, 0) 0%,
    rgba(23, 23, 23, 0.65) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(23, 23, 23, 0) 0%,
    rgba(23, 23, 23, 0.65) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(23, 23, 23, 0) 0%,
    rgba(23, 23, 23, 0.65) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}
.page-track-scroll.page-track-scroll-prev:before {
  background: url(/images/arrow_left.png) center center no-repeat;
  background-size: auto 7px;
}
.page-track-scroll.page-track-scroll-next:before {
  background: url(/images/arrow_right.png) center center no-repeat;
  background-size: auto 7px;
}
.page-track-scroll.page-track-scroll-next .cursor {
  margin-left: -90px;
}
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  pointer-events: none;
  cursor: none;
}
.cursor.hide,
.cursor-area:hover .cursor.hide {
  display: none;
  visibility: none;
}
/*.page-track-scroll:hover .cursor {
                display: block;
            }*/
.cursor-area {
  cursor: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cursor-area:hover .cursor {
  display: block;
}
.cursor.cursor-down {
  margin-top: -90px;
  margin-left: -7px;
}
/*.cursor-area.hero-cursor {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }*/
.scroll-prompt {
  position: fixed;
  width: 100%;
  bottom: 4vw;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 1.9rem;
  color: #3c3c3c;
  letter-spacing: 0.08rem;
  line-height: 6.9rem;
  bottom: 4vh;
  display: none;
  font-family: "Fifty Regular", Sans-Serif;
  animation: scrollpulse 7s infinite;
}
@keyframes scrollpulse {
  0% {
    color: #1d1d1d;
  }
  50% {
    color: #555;
  }
  100% {
    color: #1d1d1d;
  }
}

.page-track-background-slides {
  position: fixed;
  z-index: 0;
  will-change: opacity;
}
.page-track-background-slide {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background-position: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.page-track-background-slide.visible {
  opacity: 0.11;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.page-track-list-container {
  display: none;
  overflow: hidden;
}
.page-track-list-container .records_list ul li .content h2,
.page-track-list-container .subtitle,
.page-track-list-container .link.read_more_link {
  color: #fff;
}

/* Fallback mode --------------------- */

.page-track-wrapper.track-scroller-disabled {
  height: auto;
}
.track-scroller-disabled .page-track-scroll-container {
  height: auto;
}

.device-desktop .track-scroller-disabled .page-track-scroll-prev,
.device-desktop .track-scroller-disabled .page-track-scroll-next {
  visibility: visible;
  transition: opacity 400ms ease-in-out;
  opacity: 0;
}
.device-handheld .track-scroller-disabled.start .page-track-scroll-next {
  visibility: visible;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
  pointer-events: none !important;
}
.device-handheld .page-track-scroll-container .image-wrapper img {
  pointer-events: none !important;
}
.device-desktop
  .page-track-wrapper.track-scroller-disabled:hover
  .page-track-scroll-prev,
.device-desktop
  .page-track-wrapper.track-scroller-disabled:hover
  .page-track-scroll-next {
  opacity: 1;
}
.device-desktop
  .page-track-wrapper.track-scroller-disabled.scrolled:not(.start)
  .page-track-scroll-prev,
.device-desktop
  .page-track-wrapper.track-scroller-disabled.scrolled:not(.start)
  .page-track-scroll-next,
.device-desktop
  .page-track-wrapper.track-scroller-disabled.start
  .page-track-scroll-prev {
  opacity: 0;
  pointer-events: none;
}
.device-desktop
  .page-track-wrapper.track-scroller-disabled.click-scrolled:not(.start)
  .page-track-scroll-prev,
.device-desktop
  .page-track-wrapper.track-scroller-disabled.click-scrolled:not(.start)
  .page-track-scroll-next {
  opacity: 1;
  pointer-events: auto;
}

.track-scroller-disabled
  .scroll-container
  .scroll-container-inner
  .page-track-scroll-container,
.track-scroller-disabled
  .scroll-container
  .scroll-container-inner
  .page-track-scroll-container
  *,
.scroll-container
  .scroll-container-inner
  .track-scroller-disabled
  .page-track-scroll-container,
.scroll-container
  .scroll-container-inner
  .track-scroller-disabled
  .page-track-scroll-container
  * {
  pointer-events: auto;
}
.track-scroller-disabled .page-track-scroll-container .page-track-item {
  height: auto;
}
.track-scroller-disabled .page-track-scroll-container .page-track {
  -webkit-user-drag: auto;
}
.track-scroller-disabled .records_list.image_track.clearwithin {
  height: auto;
  overflow: hidden;
}
.track-scroller-disabled .page-track-scroll-container .page-track-frame {
  height: auto;
  margin-bottom: -20px; /* Hides overflow:auto scrollbar */
  position: static;
}
.track-scroller-disabled
  .page-track-scroll-container
  .page-track-frame
  .page-track {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-bottom: 20px;
  transform: none !important;
}

.scroll-indicator {
  position: absolute;
  bottom: 55px;
  left: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.07);
  display: block;
  width: 170px;
  transform: translateX(-50%);
  transition: background 400ms linear, opacity 400ms ease-in-out;
}
.track-scroller-disabled .scroll-indicator {
  display: none !important;
}
.scroll-indicator-active-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 0;
}
.scroll-indicator-active-bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  height: 100%;
  background: #fff;
  display: block;
  width: 36px;
  transition: background 400ms linear;
}

body.content-type-reversed .scroll-indicator {
  background: rgba(0, 0, 0, 0.07);
}
body.content-type-reversed .scroll-indicator-active-bar::after {
  background: #151515;
}

/* Protected path login
    --------------------------------------- */

.loader_simple {
  background: url(/lib/archimedes/images/loader.gif) center center no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  text-indent: -9999px;
}

.protected-path-login-mode #header {
  z-index: 110000;
  background: #fff;
}
body.protected-path-login-mode
  #container_outer.page-top
  #header
  #header_main_inner {
  padding-top: 45px;
  padding-bottom: 45px;
}

.privacy_policy_form_msg {
  color: #757575;
  font-size: 1.1rem;
  line-height: 2.1rem;
  padding-top: 20px;
}
.privacy_policy_form_msg a {
  text-decoration: underline;
}

#protected_path_login {
  position: relative;
  z-index: 99999;
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.protected_path_background_image {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #111;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 1000ms ease-in-out;
}
#protected_path_login.protected_path_hide .protected_path_background_image {
  opacity: 0;
}
.protected_path_background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
}
#protected_path_login > .inner {
  min-height: 100vh;
  width: 100%;
  padding: 160px 60px 60px;
  box-sizing: border-box;
}
#protected_path_login.protected_path_hide {
}
#protected_path_login:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: #f1f1f1;
  transition: transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 1000ms ease-in-out;
}
#protected_path_login.protected_path_hide:after {
  opacity: 0;
}
#protected_path_login #protected_path_login_container {
  position: relative;
  z-index: 20;
}
#protected_path_login.protected_path_hide #protected_path_login_container {
  transition: transform 800ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 400ms ease-in-out;
  opacity: 0;
  transform: translateY(200px);
}
#protected_path_login .inner > div {
  width: 300px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  padding: 20px;
  margin: 0 auto;
}
#protected_path_login .error_container {
  clear: both;
}
#protected_path_login label {
  display: block;
  clear: both;
  color: #444;
  font-size: 18px;
  margin-bottom: 10px;
}
#protected_path_login #username,
#protected_path_login #password,
#protected_path_login .protected_path_field_row input[type="text"],
#protected_path_login .protected_path_field_row input[type="email"] {
  padding: 5px;
  border: 1px solid #ccc;
  font-weight: normal;
  width: 278px;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: inherit;
}
#protected_path_login .protected_path_form_main_image {
  clear: both;
  margin: 0 0 20px;
}
#protected_path_login .protected_path_form_main_image img {
  display: block;
}
#protected_path_login .protected_path_form_description {
  clear: both;
  margin: 0 0 20px;
}
.protected_path_login .privacy_policy_form_msg {
  clear: both;
  margin: 20px 0 0;
}

#protected_path_login #protected_path_login_form {
  max-height: 1000px;
}
#protected_path_login.protected_path_loading #protected_path_login_form {
  opacity: 0;
  overflow: hidden;
  transition: max-height 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 400ms ease-in-out;
  max-height: 0;
}
#protected_path_login.protected_path_loading.protected_path_checking_status
  #protected_path_login_form {
  transition: none;
}
#protected_path_login.protected_path_check_email #protected_path_login_form {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
}
#protected_path_login_content {
  min-height: 70px;
  position: relative;
  clear: both;
}
#protected_path_login .protected_path_form_status {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  transition: max-height 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    opacity 400ms ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}
#protected_path_login .protected_path_form_status_inner {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}
#protected_path_login.protected_path_loading
  .protected_path_form_status.protected_path_form_status_checking {
  max-height: 100px;
  opacity: 1;
  visibility: visible;
}
#protected_path_login.protected_path_loading.protected_path_checking_status
  .protected_path_form_status.protected_path_form_status_checking {
  transition: none;
}
#protected_path_login .protected_path_form_status .loader_simple {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#protected_path_login .protected_path_form_status .status_icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-size: 26px;
  color: #91ca57;
  transition: transform 1000ms cubic-bezier(0, 1.77, 0.6, 0.99);
  transform: scale(0);
}
#protected_path_login .protected_path_form_status .status_message {
  display: inline-block;
  vertical-align: middle;
}
#protected_path_login .protected_path_form_status .status_message h4 {
  margin: 0 0 0;
  font-size: 2.4rem;
  line-height: 2.6rem;
}

#protected_path_login
  .protected_path_form_status.protected_path_form_check_email {
  position: static;
  max-height: 0;
}
#protected_path_login.protected_path_check_email
  .protected_path_form_status.protected_path_form_check_email {
  max-height: 300px;
  opacity: 1;
}
#protected_path_login.protected_path_check_email
  .protected_path_form_status.protected_path_form_check_email
  .status_icon {
  transform: scale(1);
  transition-delay: 300ms;
}

#protected_path_login {
}
#protected_path_login > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#protected_path_login #container,
#protected_path_login #protected_path_login_container {
  max-width: 600px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #f7f7f7;
  border: 0;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
}
#protected_path_login #protected_path_login_container {
  margin-bottom: 60px;
}
#protected_path_login h1 {
  margin: 0 0 5px;
  padding: 0 0 0;
  font-size: 3.2rem;
  line-height: 4.2rem;
}
#protected_path_login .protected_path_form_main_image {
  margin-left: -20px;
  margin-right: -20px;
  height: 200px;
  overflow: hidden;
}
#protected_path_login .protected_path_form_main_image img {
  object-fit: cover;
  object-position: center center;
  display: block;
  height: 100%;
  width: 100%;
}
#protected_path_login .privacy_policy_form_msg {
  padding: 0;
  max-width: 438px;
}
#protected_path_login .f_mailinglist_container {
  margin: 0;
}
#protected_path_login .f_mailinglist_container:after {
  display: none;
}
#protected_path_login .f_mailinglist_container label {
  display: inline-block;
  width: auto;
  border: none;
  padding: 0;
  margin: 2px 20px 0 5px;
  float: none;
}
#protected_path_login .protected_path_field_row {
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  margin: 0 0 15px;
  clear: both;
}
#protected_path_login label {
  display: block;
  clear: both;
  font-weight: 200;
  color: #585858;
  font-size: 1.25rem;
  float: left;
  width: 25%;
  padding: 10px;
  line-height: 42px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;

  display: none;
}
#protected_path_login #username,
#protected_path_login #password,
#protected_path_login .protected_path_field_row input[type="text"],
#protected_path_login .protected_path_field_row input[type="email"] {
  border: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-appearance: none;
  width: 75%;

  width: 100%;
  padding: 8px 16px;

  font-size: 1.3rem;
  line-height: 3.8em;
  letter-spacing: 0.5px;

  float: left;
  outline: none;
  margin: 0;
}
#protected_path_login
  .protected_path_field_row
  input::-webkit-input-placeholder {
  color: #666;
}

#protected_path_login .error_container {
  border: 1px solid #ffe000;
  background: #fff9cb;
  color: #dd9700;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 10px;
  display: block;
  clear: both;
}
#protected_path_login .button {
  margin-top: 10px;
}
#protected_path_login .button a {
  float: left;
}

#protected_path_login .link {
  float: right;
  padding: 21px 0 0;
}

#protected_path_buttons_container {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

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

/* OVERLAYS
------------------------------------------------------------------- */

.splash-container,
.enquire-overlay,
.mailing-overlay,
.content-overlay,
.search-overlay,
.nav-overlay,
.filter-overlay {
  pointer-events: none;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 2500;
  height: 100vh;
  /* opacity: 0; */
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 100vw;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
body.cms-frontend-toolbar-active .splash-container,
body.cms-frontend-toolbar-active .enquire-overlay,
body.cms-frontend-toolbar-active .mailing-overlay,
body.cms-frontend-toolbar-active .content-overlay,
body.cms-frontend-toolbar-active .search-overlay,
body.cms-frontend-toolbar-active .nav-overlay,
body.cms-frontend-toolbar-active .filter-overlay {
  top: 28px;
}
body.cms-frontend-toolbar-active #popup_box .close {
  top: 58px;
}
.active-init .splash-container {
  display: flex;
}
.active-init .enquire-overlay,
.active-init .mailing-overlay,
.active-init .content-overlay,
.active-init .search-overlay,
.active-init .nav-overlay,
.active-init .filter-overlay {
  display: flex;
}
.splash-container.active,
.enquire-overlay.active,
.mailing-overlay.active,
.content-overlay.active,
.search-overlay.active,
.nav-overlay.active,
.filter-overlay.active {
  pointer-events: auto;
}

.splash-bg,
.overlay-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 400;
  /* opacity: 0; */
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 100vw;
  left: 0;
  top: 0;
}

/*Fix IE11 bug which made the overlay go full width of screen*/
body.browser-msie .overlay-bg {
  position: absolute;
}

.overlay-bg {
  height: 0;
  background: #fff;
  -webkit-transition: background 600ms,
    height 600ms cubic-bezier(0.45, 0, 0.27, 1), width 600ms ease-in-out;
  transition: background 600ms, height 600ms cubic-bezier(0.45, 0, 0.27, 1),
    width 600ms ease-in-out;
}
.overlay-bg.open {
  background: #fff;
  height: 100vh;
  -webkit-transition: background 0.35s,
    height 300ms cubic-bezier(0.45, 0, 0.27, 1),
    width 300ms cubic-bezier(0.45, 0, 0.27, 1);
  transition: background 0.35s, height 300ms cubic-bezier(0.45, 0, 0.27, 1),
    width 300ms cubic-bezier(0.45, 0, 0.27, 1);
}
body.page-transition-active .nav-overlay.active .overlay-bg,
body.page-transition .nav-overlay.active .overlay-bg {
  height: 100vh !important;
  width: 0 !important;
  transition-delay: 400ms;
}
body.page-transition-active .nav-overlay.active .overlay-container-inner {
  visibility: visible;
  -webkit-transition: transform 600ms cubic-bezier(0.45, 0, 0.27, 1);
  transition: transform 600ms cubic-bezier(0.45, 0, 0.27, 1);
  transform: translateX(-100vw);
}
body.page-transition-active .nav-wrapper ul li {
  opacity: 1;
  transform: translateX(0);
}

.filter-reveal,
.nav-reveal,
.enquire-reveal,
.search-reveal {
  position: relative;
  z-index: 9999;
}
.overlay-close-button,
.filter-close-button,
.nav-close-button,
.mailing-close-button,
.enquire-close-button,
.mailing-close-button,
.search-close-button,
.roomview-close {
  position: absolute;
  top: 50px;
  right: 74px;
  padding: 7px 0 9px 0;
  margin: 0 0 0 25px;
  z-index: 1200;
  cursor: pointer;
  color: #111;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  line-height: 20px;
  text-transform: uppercase;
  padding-right: 18px;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  transform: translate3d(200px, 0, 0);
  transition: transform 0.6s cubic-bezier(0.87, 0.17, 0.18, 0.85),
    opacity 0.8s ease-in-out;
  -webkit-transform: translate3d(200px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.87, 0.17, 0.18, 0.85),
    opacity 0.8s ease-in-out;
}
.roomview-close {
  padding: 0;
  z-index: 99999;
}
body.roomview-active .roomview-close {
  z-index: 99999;
}
.roomview-close a {
  padding: 7px 0 9px 0;
}
.roomview-close a {
  padding-right: 18px;
}
.overlay.active .overlay-close-button,
.overlay.active .filter-close-button,
.overlay.active .nav-close-button,
.overlay.active .enquire-close-button,
.overlay.active .mailing-close-button,
.overlay.active .search-close-button,
body.roomview-active .roomview-close {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.overlay.active .enquire-close-button {
  top: 45px;
  right: 35px;
}
.roomview-close {
  position: fixed;
  width: auto;
  transform: translate3d(200px, 0, 0);
  display: block;
}
.roomview-close::before {
  display: none !important;
}
.roomview-close a {
  display: block;
  height: auto;
  text-indent: 0;
  position: static;
}
.roomview-close::after {
  display: none;
}
.overlay-close-button:after,
.filter-close-button:after,
.nav-close-button:after,
.enquire-close-button:after,
.mailing-close-button:after,
.search-close-button:after,
.roomview-close a:after {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  height: 11px;
  width: 11px;
  background: url(/images/close.png) 0 0 no-repeat;
  transition: background 400ms ease-in-out;
  background-size: 11px auto;
}

.overlay-container-inner {
  visibility: hidden;
  min-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1000;
  width: 100vw;
  padding: 150px 100px 100px;
  box-sizing: border-box;
}
.overlay.active .overlay-container-inner {
  visibility: visible;
}

.enquire-contact-wrapper,
.search-wrapper,
.nav-wrapper,
.nav-contact-wrapper {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  min-height: 400px;
  position: relative;
  padding-left: 35px;
  color: #fff;
}
.nav-wrapper {
  min-height: 0;
}

.filter-wrapper {
  display: block;
}
.filter-wrapper a,
.filter-wrapper a:visited {
  color: #757575;
}
.filter-wrapper .filter-group {
  opacity: 0;
  transform: translateY(200px);
  transition: all 1200ms cubic-bezier(0.03, 0.42, 0.145, 1.005);
}
.filter-wrapper .filter-group.visible {
  opacity: 1;
  transform: translateY(0);
}
.animate-out .filter-wrapper .filter-group {
  opacity: 0;
  transform: translateY(-200px);
  transition: all 300ms ease-in-out;
}
.filter-wrapper .filter-group ul li a {
  transition: color 500ms ease-in-out;
}
.filter-wrapper .filter-group ul li:hover a {
  color: #ccc;
}

.nav-contact-module-inner,
.contact-details {
  opacity: 0;
  transform: translateY(100px);
}
.enquire-input-wrapper .enquiry_form {
  opacity: 0;
  transform: translateY(50px);
}
.nav-contact-module.visible .nav-contact-module-inner,
.visible .nav-contact-module-inner,
.visible .contact-details,
.enquire-input-wrapper.visible .enquiry_form {
  -webkit-transition: transform 900ms cubic-bezier(0.03, 0.54, 0.14, 0.99),
    opacity 400ms linear;
  transition: transform 900ms cubic-bezier(0.03, 0.54, 0.14, 0.99),
    opacity 400ms linear;
  opacity: 1;
  transform: translateY(0);
}
.animate-out .nav-contact-module .nav-contact-module-inner {
  -webkit-transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transform: translateY(0);
}

/* Splash overlay
    --------------------------------------------- */

.splash-container {
  pointer-events: auto;
  z-index: 6000;
}
.first-load-complete:not(.splash-init) .splash-container {
  display: none;
}

.splash-container:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
}
.splash-container.start:before {
  opacity: 1;
  transition: opacity 1000ms ease-in-out;
}
.splash-container.end:before {
  opacity: 0;
}

.splash-bg {
  width: 100%;
  height: 100vh;
  transform: translateY(100%);
  background: #fff;
  transition: opacity 3000ms ease-in-out,
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1);
}
.splash-bg.open {
  transform: translateY(0);
  transition: height 800ms cubic-bezier(0.45, 0, 0.27, 1),
    background 400ms ease-in-out, transform 800ms cubic-bezier(0.45, 0, 0.27, 1);
}
.end .splash-bg {
  transform: translateY(-100%);
}

.splash-container-inner {
  width: 100%;
  height: 100vh;
  padding: 0 125px;
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 1001;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: opacity 400ms ease-in-out,
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1);
}
body.splash-open .splash-container-inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1000ms ease-in-out,
    transform 800ms cubic-bezier(0.45, 0, 0.27, 1);
}
body.splash-open .splash-container.end .splash-container-inner {
  opacity: 0;
}

.splash-container #logo_splash {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  margin: -40px 0 0;
  z-index: 2;
  height: 21px;
  transform: translateY(-40px);
  transition: opacity 400ms ease-in-out;
  text-indent: -9999px;
}
.splash-container #logo_splash .mgg-logo {
  margin: 5px auto 0;
  transition: transform 3000ms cubic-bezier(0, 0.21, 0, 1),
    opacity 400ms cubic-bezier(0.18, 1, 0.21, 1);
  background: url("/images/logo_large.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 21px;
  max-width: 587px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.splash-open .splash-container.start #logo_splash {
  opacity: 1;
  transition: opacity 1200ms ease-in-out;
  opacity: 1;
  transform: scale(1);
  transition: transform 1000ms cubic-bezier(0, 0.21, 0, 1),
    opacity 400ms cubic-bezier(0.18, 1, 0.21, 1);
  transition-delay: 400ms;
}
.first-load-complete .splash-container #logo_splash {
  transform: none;
}

.location-wrapper {
  position: absolute;
  width: 500px;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  transform: translateX(-50%);
  text-align: center;
}
.location-item {
  margin: 0 17px;
  font-weight: normal;
  font-family: "Apercu", Sans-Serif;

  color: #111;
  font-size: 1.02rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;

  transform: translateY(30px);
  display: inline-block;
  opacity: 0;
}
.location-item.visible {
  transform: translateY(0);
  opacity: 1;
  -moz-transition: -moz-transform 2s cubic-bezier(0.18, 1, 0.21, 1),
    opacity 1s cubic-bezier(0.18, 1, 0.21, 1);
  -o-transition: -o-transform 2s cubic-bezier(0.18, 1, 0.21, 1),
    opacity 1s cubic-bezier(0.18, 1, 0.21, 1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.18, 1, 0.21, 1),
    opacity 1s cubic-bezier(0.18, 1, 0.21, 1);
  transition: transform 2s cubic-bezier(0.18, 1, 0.21, 1),
    opacity 1s cubic-bezier(0.18, 1, 0.21, 1);
}

/* Transition logo
    --------------------------------------------------------- */

/*
    .transition-mask {
        background: #fff;
        height: 0;
        display: none;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 6001;
        width: 100%;
        transform: skewY(8deg) translateY(5vh);
        transition: opacity 800ms ease-in-out, height 650ms cubic-bezier(.45,0,.27,1), transform 650ms cubic-bezier(.45,0,.27,1), background 800ms ease-in-out;
    }
        body.page-transition-active .transition-mask {
            display: block;
        }
        body.page-transition-custom.loader-incoming-type-standard .transition-mask { 
            height: 100vh;
            transform: none;
        }
        body.page-transition-active.page-popup-active .transition-mask { 
            display: none;
        }
        
    .transition-mask2 {
        background: rgba(0,0,0,0.4);
        height: 100vh;
        display: none;
        opacity: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 6000;
        width: 100%;
        transition: opacity 1000ms ease-in-out, height 600ms cubic-bezier(.45,0,.27,1), background 800ms ease-in-out;
    }
        body.page-transition-active .transition-mask2 {
            display: block;
        }
        body.page-transition-custom.loader-incoming-type-standard .transition-mask2 { 
            opacity: 1;
        }
        body.page-transition-active.page-popup-active .transition-mask2 { 
            display: none;
        }
    .transition-logo { 
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 6002;
        background: none;
        letter-spacing: 0;
        font-size: 30px;
        line-height: 30px;
        height: auto;
        width: 100%;
        max-width: none;
        text-transform: uppercase;
        font-weight: 200;
        display: none;
        letter-spacing: 30px;
        margin: 0;
        text-align: center;
        margin: -15px 0 0 -0;
        transform: scale(1);
        transition: transform 5000ms cubic-bezier(0,.21,0,1) , opacity 2000ms cubic-bezier(.18, 1, .21, 1);
        
        display: none !important;
    }
        /*
            .browser-safari .transition-logo {
                font-weight: 300;
            }
            .transition-logo span { 
                position: absolute;
                display: block;
                text-align: center;
                width: 100%;
                opacity: 0;
            }
            .transition-logo .mgg-logo { 
                margin: 5px auto 0;
                width: 138px;
                height: 50px;
                opacity: 0;
                position: relative;
                transform: scale(0.9);
                transition: transform 3000ms cubic-bezier(0,.21,0,1) , opacity 400ms cubic-bezier(.18, 1, .21, 1);
                background: url('/images/logo.png') 0 0 no-repeat;
                background-size: auto 14px;
                width: 346px;
                height: 14px;
            }
                body.page-transition-active .transition-logo,
                body.page-transition-active .transition-logo { 
                    display: block;
                }
                              
                body.page-transition-custom.loader-incoming-type-standard .transition-logo .mgg-logo {
                    opacity: 1;
                    transform: scale(1);
                    transition: transform 2000ms cubic-bezier(0,.21,0,1) , opacity 400ms cubic-bezier(.18, 1, .21, 1);
                    transition-delay: 400ms;
                }
                    body.page-transition-custom.loader-incoming-type-standard .transition-logo .mgg-logo-1 {
                        animation: logo-rotate-1 400ms ease-in-out forwards;
                        animation-delay: 1800ms;
                        
                        animation: logo-rotate-1 500ms cubic-bezier(1,.01,1,1) forwards;
                        animation-delay: 600ms;
                    }
                    body.page-transition-custom.loader-incoming-type-standard .transition-logo .mgg-logo-2 {
                        animation: logo-rotate-2 400ms ease-in-out forwards;
                        animation-delay: 2100ms;
                        
                        
                        animation: logo-rotate-2 500ms cubic-bezier(0,-0.03,0,1) forwards;
                        animation-delay: 1000ms;
                    }  
                    @keyframes logo-rotate-1 {
                        0% {
                        }
                        50% {
                            opacity: 1;
                        }
                        100% {
                            transform: rotateY(-180deg);
                            opacity: 0;
                        }
                    }
                    @keyframes logo-rotate-2 {
                        0% {
                            transform: rotateY(180deg);
                        }
                        30% {
                            opacity: 0;
                        }
                        100% {
                            transform: rotateY(0);
                            opacity: 1;
                        }
                    }    
                                        
                body.page-transition-active.page-popup-active .transition-logo { 
                    display: none;
                }
                body.ajax-loading-complete .transition-logo span { 
                    display: none !important;
                }
            
        body.page-transition-active.loader-incoming-type-standard #preloader {
            display: none !important;
        }
        body.page-transition .transition-logo,
        body.page-transition2 .transition-logo,
        body.ajax-loading .transition-logo,
        body.ajax-loading-complete .transition-logo {
            opacity: 1;
            transform: none;
        }

                .transition-logo .transition-logo-desktop {
                    display: block;
                    text-indent: 15px;
                }
                .transition-logo .transition-logo-mobile {
                    display: none;
                }
                    body.page-transition-active.loader-incoming-type-standard .transition-logo .transition-logo-desktop span.active { 
                        opacity: 1;
                    }
                    body.page-transition-active.loader-incoming-type-standard .transition-logo .transition-logo-mobile span.active { 
                        opacity: 1;
                    }

                    body.page-transition-active.loader-incoming-type-standard .transition-logo .transition-logo-mobile span {
                        letter-spacing: 0;
                        font-weight: bold;
                        font-size: 70px;
                    }
            */

/* Mailing overlay
    --------------------------------------------- */

.mailing-overlay {
  z-index: 3100;
}
.active-init .mailing-overlay {
  display: block;
}
.mailing-overlay .overlay-bg {
  opacity: 0.65;
}
.mailing-overlay .overlay-container-inner {
  height: 100vh;
  overflow: auto;
  padding: 0;
}
.mailing-overlay .mailing-input-wrapper {
  opacity: 0;
  transform: translateY(100px);
  max-width: 715px;
  margin: 0 auto;

  box-sizing: border-box;

  display: flex;
  align-items: center;
  overflow: visible;
  min-height: 100vh;
  height: auto;

  padding: 100px 0 120px;
}
.mailing-overlay .mailing-input-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
}

#mailinglist_signup {
  display: block;
  background: #fff;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
#mailinglist_signup .prelude {
  margin: 0 0 20px;
}
#mailinglist_signup .variant_standard_content {
  display: block;
}
#mailinglist_signup.variant_prints .variant_standard_content {
  display: none;
}
#mailinglist_signup .variant_prints_content {
  display: none;
}
#mailinglist_signup.variant_prints .variant_prints_content {
  display: block;
}

#mailinglist_signup h3 {
  margin: 0 0 10px;
}
#mailinglist_signup .subtitle {
  margin: 0 0 10px;
}
#mailinglist_signup form .form_row {
  border: none;
}
#mailinglist_signup form .form_row input[type="text"] {
  font-size: 1.6rem;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

#mailinglist_signup .form_checkboxes_wrapper {
  padding: 20px 0 0;
}
#mailinglist_signup .mailing_list_checkboxes_label {
  font-size: 1.9rem;
  line-height: 2.4rem;
  margin: 0 0 10px;
}
#mailinglist_signup .form_checkboxes {
  float: left;
  width: 100%;
  padding: 0;
}
#mailinglist_signup .form_checkboxes .form_checkbox_item {
  margin: 0 25px 10px 0;
  float: left;
  width: auto;
}

#mailinglist_signup .terms_and_conditions {
  padding: 20px 0 0;
  max-width: 420px;
  clear: both;
}
#mailinglist_signup .error_row {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #f30000;
  transition: all 400ms ease-in-out;
  padding-bottom: 20px;
}

/* Navigation overlay
    --------------------------------------------- */

.nav-overlay {
  z-index: 3100;
}
.protected-path-login-mode .nav-overlay {
  z-index: 200001;
}
body.active-init.protected-path-login-mode .notify_panel_mask {
  z-index: 200000;
}
body.active-init.protected-path-login-mode #search_menu {
  display: none !important;
}
.nav-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-wrapper ul li {
  display: block;
  color: #111;
  font-weight: 200;
  text-align: left;
  margin: 0;
  margin: 0 0 20px;
  font-size: 1.15rem;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  opacity: 0;
  transform: translateX(150px);
}
.nav-wrapper ul li a {
  padding: 6px 0;
  display: block;
}
.nav-wrapper ul li a,
.nav-wrapper ul li a:visited {
  color: #111;
  transition: color 400ms ease-in-out;
}
.nav-wrapper ul li a:hover {
}
.nav-wrapper ul li.visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s cubic-bezier(0.03, 0.42, 0.145, 1.005),
    color 600ms ease-in-out;
}
.animate-out .nav-wrapper ul li {
  transform: translateX(0);
  transition: all 0.8s cubic-bezier(0.03, 0.42, 0.145, 1.005),
    color 600ms ease-in-out;
}

/* Search overlay
    --------------------------------------------- */

.search-overlay {
  z-index: 3100;
}
.search-overlay .overlay-container-inner {
  padding-left: 75px;
  padding-right: 75px;
}
#sw_form {
  position: absolute;
  top: 50%;

  z-index: 1200;
  width: 100%;
  max-width: 620px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  transition: top 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    max-width 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96),
    transform 600ms cubic-bezier(0.65, 0.06, 0.19, 0.96), opacity 400ms linear;

  top: 36px;
  right: 180px;
  max-width: 320px;
}
.search-overlay.active #sw_form {
  opacity: 1;
}
#sw_form form .form_row {
  margin: 0;
  padding: 0;
  border: 0;
}
#sw_form form .form_row input[type="text"] {
  padding: 7px 25px 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #333;
  padding: 16px 95px 18px 0;
  outline-color: transparent !important;
}
.tabbing-detected #sw_form form .form_row input[type="text"] {
  outline-color: black !important;
}
#sw_form form .form_row input[type="text"]::-webkit-input-placeholder,
#sw_form form .form_row input[type="text"]::placeholder {
  color: #555;
}
#sw_form #sw_field_search_button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 25px 0 18px 18px;
  width: 11px;
  height: 12px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
  transition: opacity 400ms ease-in-out;
  text-indent: -9999px;
  cursor: pointer;
}
#sw_form #sw_field_search_button:after {
  content: "";
  display: block;
  width: 15px;
  height: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: background 400ms ease-in-out;
  background: url(/images/search.png) 0 0 no-repeat;
  background-size: 15px auto;
  transform: translate(-50%, -50%);
}
.search-loading #sw_form #sw_field_search_button {
  opacity: 0;
}
#sw_form form .loader {
  display: none;
}
.search-loading #sw_form form .loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -10px 0 0 -10px;
  display: block;
}
.search-loading #sw_form form .loader svg {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0 0 -10px;
  display: block;
}
.search-loading #sw_form form svg .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color4 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color4 6s ease-in-out infinite;
  stroke-linecap: round;
}

.search-wrapper {
  max-width: 2280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  color: inherit;
}
.search-wrapper .prelude {
}
.search-wrapper h2,
.search-wrapper h3 {
}
.search-overlay .standard_grid .item.search-grid-no-results {
}
.standard_grid .item.search-grid-no-results h3 {
}
.search-wrapper .caption {
}
.search-wrapper .notify_panel_footer {
  display: none;
}
.search-results-active .search-wrapper .notify_panel_footer {
  display: block;
}

/* Enquire overlay
    --------------------------------------------- */
/* The enquire overlay is more of a slide-in menu */

.enquire-overlay {
  width: 40%;
  min-width: 320px;
  left: auto;
  right: 0;
  align-items: left;
  z-index: 4000;
}
.active-init .enquire-overlay {
  display: block;
}
.enquire-overlay .overlay-bg {
  height: 100vh;
  width: 100%;
  background: #fff;
  transform: translateX(110%) skewX(6deg);
  -webkit-transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.enquire-overlay .overlay-bg.open {
  height: 100vh;
  width: 100%;
  transform: translateX(0);
  -webkit-transition: transform 800ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: transform 800ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.enquire-overlay .overlay-container-inner {
  width: 100%;
  height: 100vh;
  padding: 95px 45px 140px;
}

.enquire-input-wrapper {
  padding: 0;
  width: 100%;
  vertical-align: top;
}
.enquire-input-wrapper .enquiry_form {
}
.enquire-input-wrapper .enquiry_form h3 {
  /*font-size: 2.6rem;
                line-height: 3.2rem;*/
}
/* Form variants -------------------------------------- */

/* Register your interest -------------------------------------- */
.enquire-input-wrapper .enquiry_form .enquiry-type-fields-event-interest {
  display: none;
}
.enquire-input-wrapper
  .enquiry_form.enquiry-type-event-interest
  .enquiry-type-fields-event-interest {
  display: block;
}
.enquire-input-wrapper
  .enquiry_form.enquiry-type-event-interest
  .enquiry-type-fields-standard {
  display: none;
}

.enquire-input-wrapper .enquiry_form .notify_panel_items {
  clear: both;
}
.enquire-input-wrapper .enquiry_form .notify_panel_items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.enquire-input-wrapper .enquiry_form .notify_panel_items ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.enquire-input-wrapper .enquiry_form .notify_panel_items ul li:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.enquire-input-wrapper .enquiry_form .notify_panel_items ul li .image {
  width: 35%;
  /*padding-top: 35%;*/
  width: 100px;
  height: auto;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.enquire-input-wrapper .enquiry_form .notify_panel_items ul li .image div {
  display: block;
  text-align: center;
}
body.browser-msie
  .enquire-input-wrapper
  .enquiry_form
  .notify_panel_items
  ul
  li
  .image
  div {
  display: block;
}
.enquire-input-wrapper .enquiry_form .notify_panel_items ul li .image div img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.enquire-input-wrapper .enquiry_form .notify_panel_items ul li .content {
  width: 65%;
  float: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.enquire-input-wrapper
  .enquiry_form
  .notify_panel_items
  ul
  li
  .content
  .prelude {
  margin: 0 0 8px;
}
.enquire-input-wrapper .enquiry_form .notify_panel_items ul li .content h3,
.enquire-input-wrapper
  .enquiry_form
  .notify_panel_items
  ul
  li
  .content
  .artist {
  margin: 0;
  font-size: 1.3rem;
  line-height: inherit;
  font-family: inherit;
  font-weight: bold;
}
.enquire-input-wrapper .enquiry_form form .form_row {
}
.enquire-input-wrapper .enquiry_form form .form_row input[type="text"],
.enquire-input-wrapper .enquiry_form form .form_row textarea,
.enquire-input-wrapper .enquiry_form form .form_row select {
  color: #757575;
  font-weight: 200;
}
.enquire-input-wrapper .enquiry_form form .form_row input.active,
.enquire-input-wrapper .enquiry_form form .form_row textarea.active,
.enquire-input-wrapper .enquiry_form form .form_row select.active {
  color: #111;
}
.enquire-input-wrapper .enquiry_form form .button,
.enquire-input-wrapper .enquiry_form form .button a,
.enquire-input-wrapper .enquiry_form form .button button {
  width: 100%;
}
.enquire-input-wrapper .enquiry_form form .button a,
.enquire-input-wrapper .enquiry_form form .button button {
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
  z-index: 6;
}
.tabbing-detected
  .enquire-input-wrapper
  .enquiry_form
  form
  .button
  button:focus {
  outline-offset: -8px;
}
.browser-msie.tabbing-detected
  .enquire-input-wrapper
  .enquiry_form
  form
  .button
  button:focus {
  border: 2px solid Yellow;
}
.enquire-input-wrapper .enquiry_form form .terms_and_conditions {
  clear: both;
  padding: 25px 0 0;
}
.enquire-contact-wrapper {
  width: 50%;
  vertical-align: top;
}

/* Content overlay
    --------------------------------------------- */
/* This overlay is used for content previews which show on the current page - e.g. Hub */

.content-overlay {
  position: fixed;
  width: 60%;
  max-width: 900px;
  right: 0;
  left: auto;
  align-items: left;
  transition: opacity 800ms ease-in-out,
    transform 1200ms cubic-bezier(0.45, 0, 0.27, 1);
}
.active-init .content-overlay {
  display: block;
}
.content-overlay:before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 1201;
  transition: opacity 800ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* Enquiry form open when content overlay is open */
.quick_contact_widget_active .content-overlay.active {
  transform: translateX(10vw);
}
.quick_contact_widget_active .content-overlay.active:before {
  opacity: 1;
}
.content-overlay .overlay-close-button {
  color: #fff;
  padding: 7px 27px 9px 0;
}
.content-overlay .overlay-close-button:after {
  display: block;
}
.content-overlay .overlay-bg {
  height: 100vh;
  width: 100%;
  background: #fff;
  transform: translateX(100%);
  -webkit-transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.content-overlay .overlay-bg.open {
  height: 100vh;
  width: 100%;
  background: #fff;
  transform: translateX(0);
  -webkit-transition: transform 800ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: transform 800ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.content-overlay .overlay-container-inner {
  width: 100%;
  height: 100vh;
  padding: 0;
}
.content-overlay-wrapper {
  padding: 0;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.content-overlay .overlay-container-inner .image_area {
  width: 100%;
  clear: both;
  height: 40vh;
  opacity: 0;
  transform: translateY(0);
  overflow: hidden;
}
.content-overlay-wrapper.visible .image_area {
  -webkit-transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  opacity: 1;
  transform: translateY(0);
}
.animate-out .content-overlay-wrapper .image_area {
  -webkit-transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transform: translateY(0);
}
.content-overlay .overlay-container-inner .image_area img {
  display: block;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  transition: transform 2000ms cubic-bezier(0.18, 1, 0.21, 1);
  transform: scale(1.2);
}
.content-overlay .overlay-container-inner .visible .image_area img {
  transform: none;
}
.content-overlay .overlay-container-inner .content_area {
  padding: 50px 50px 100px;
  opacity: 0;
  transform: translateY(100px);
  box-sizing: border-box;
  height: 60vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content-overlay-wrapper.visible .content_area {
  -webkit-transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  opacity: 1;
  transform: translateY(0);
}
.animate-out .content-overlay-wrapper .content_area {
  -webkit-transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transform: translateY(0);
}
.content-overlay .overlay-container-inner .content_area .header_area {
  float: left;
  margin: 0;
}
.content-overlay .overlay-container-inner .content_area h1 {
  font-size: 3.3rem;
  line-height: 3.8rem;
  margin: 0 0 15px;
  padding: 0;
}
.content-overlay .overlay-container-inner .content_area .subtitle {
  margin: 0;
}
.content-overlay .overlay-container-inner .content_area .tools {
  float: right;
  margin: 0;
}
.content-overlay .overlay-container-inner .content_area .content {
  float: right;
  padding: 40px 0 0;
}
.content-overlay .overlay-container-inner .content_area .links {
  padding: 30px 0 0;
}

/* Responsive nav overlay
    --------------------------------------------- */

.nav-overlay {
  width: 50%;
  max-width: 600px;
  min-width: 320px;
  left: auto;
  right: 0;
  align-items: left;
  z-index: 3100;
}
.active-init .nav-overlay {
  display: block;
}
.nav-overlay .overlay-bg {
  height: 100vh;
  width: 100%;
  background: #fff;
  transform: translateX(110%) skewX(6deg);
  -webkit-transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: transform 400ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.nav-overlay .overlay-bg.open {
  height: 100vh;
  width: 100%;
  transform: translateX(0);
  -webkit-transition: transform 800ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: transform 800ms cubic-bezier(0.65, 0.06, 0.19, 0.96);
}
.nav-overlay .overlay-container-inner {
  width: 100%;
  height: 100vh;
  padding: 95px 45px 140px;
}

.nav-overlay .overlay-container-outer {
  overflow: auto;
  width: 100%;
  height: 100vh;
}
.nav-overlay .overlay-container-inner {
  display: flex;
  padding-left: 115px;
  padding-right: 115px;
}
.nav-wrapper {
  width: 100%;
  padding: 0;
}
.nav-contact-module {
  position: relative;
  padding-left: 40px;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  margin-bottom: 8vh;
  margin-right: -30px;
}
.nav-contact-module.last {
  margin-bottom: 0;
}
.nav-contact-module h3 {
  font-size: 15px;
  font-weight: normal;
  color: #eee;
  margin: 0 0 20px 0;
  line-height: 18px;
}
.nav-contact-column {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  width: 45%;
  vertical-align: top;
}
.nav-contact-column.address-column {
  width: 55%;
}
.nav-contact-column span {
  margin-bottom: 20px;
  display: block;
}
.contact-details {
  display: block;
}

.send-button {
  opacity: 0;
}
.visible .send-button {
  opacity: 1;

  -webkit-transition: all 3s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 3s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition-delay: 0.5s;
}

.overlay .vert-label {
  opacity: 0;
}
.overlay .visible .vert-label {
  opacity: 1;
  -webkit-transition: all 3s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 3s cubic-bezier(0.03, 0.42, 0.145, 1.005);
}
.overlay.animate-out .vert-label {
  -webkit-transition: all 2s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 2s cubic-bezier(0.03, 0.42, 0.145, 1.005);
}
.overlay.animate-out .nav-contact-module .nav-contact-module-inner {
  -webkit-transition: all 2s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transition: all 2s cubic-bezier(0.03, 0.42, 0.145, 1.005);
}
.overlay.animate-out .nav-contact-module::before,
.overlay.animate-out .enquire-input-wrapper::before,
.overlay.animate-out .enquire-contact-wrapper::before {
  height: 0;
  -webkit-transition-delay: 0.5s; /* Safari */
  transition-delay: 0.5s;
  -moz-transition: height 3s cubic-bezier(0.18, 1, 0.21, 1);
  -o-transition: height 3s cubic-bezier(0.18, 1, 0.21, 1);
  -webkit-transition: height 3s cubic-bezier(0.18, 1, 0.21, 1);
  transition: height 3s cubic-bezier(0.18, 1, 0.21, 1);
}

/* Prompt ----------------------------------------- */

div.arpromptfade {
  position: absolute;
  background-color: #111;
}
div.arprompt {
  width: 400px;
  position: absolute;
  background-color: #fff;
  text-align: left;
  padding: 25px;
}
div.arprompt .arpromptclose {
  position: absolute;
  z-index: 1900;
  top: 25px;
  right: 25px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  height: 17px;
  width: 17px;
  background: url(/images/close.png) 0 0 no-repeat;
  background-size: 11px auto;
  transition: background-image 400ms linear;
  text-indent: -100px;
  overflow: hidden;
  cursor: pointer;
}
div.arprompt .arpromptmessage {
  margin: 0 0 25px;
  padding: 0 25px 0 0;
  color: #222;
}
div.arprompt .arpromptmessage h2 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
div.arprompt .arpromptmessage h2,
div.arprompt .arpromptmessage h3,
div.arprompt .arpromptmessage h4 {
  color: #222;
}
div.arprompt .arpromptbuttons {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
}

/* RoomView --------------------------------------- */

.roomview-artwork-switched img.roomview-active-element {
  opacity: 0 !important;
}
body.roomview-active #header .inner:after {
  opacity: 0 !important;
}
body.roomview-active #main_content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
body:not(.roomview-artwork-switched)
  .roomview-active
  .roomview-scene-wrapper
  img.placeholder-artwork {
  opacity: 0;
  transition: none;
}
body.roomview-artwork-switched
  .roomview-active
  .roomview-scene-wrapper
  img.placeholder-artwork {
  opacity: 1;
}
.roomview-running .zoomImg {
  display: none !important;
}
.roomview-running .artwork_detail .draginner {
  transform: none !important;
  transition: none !important;
}
.roomview-running #popup_content .image_container {
  transform: none !important;
  transition: none !important;
}
.roomview-active .artwork_detail .content_container {
  opacity: 0 !important;
  transition: opacity 400ms ease-in-out !important;
  pointer-events: none;
}
.roomview-active .artwork_detail .content_container * {
  pointer-events: none;
}
.roomview-zoom-footer {
  /*display:  none !important;*/
  pointer-events: auto !important;
}
@media screen and (max-width: 900px) {
  .roomview-zoom-footer {
    display: none !important;
  }
}

.roomview-active #popup_content:after {
  display: none !important;
}

body.browser-safari .roomview-scene-wrapper img,
body.browser-safari .roomview-scene-wrapper img.placeholder-artwork {
  filter: none !important;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2) !important;

  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

#cookie_notification_accept.button {
  background: #111;
  border: 0;
}
#cookie_notification_accept.button a,
#cookie_notification_accept.button a:visited {
  display: block;
  color: #fff;
  font-size: 15px;
}
#cookie_notification_accept.button a:before {
  color: #fff;
  filter: invert(1) brightness(2);
}

.section-art-basel-nearby-exhibitions-and-events
  .scroll_section.section_index_1,
.section-newsletter .scroll_section.section_index_1 {
  min-height: 0;
}
@media screen and (max-width: 1279px) {
  .section-art-basel-nearby-exhibitions-and-events
    .scroll_section.section_index_1
    .feature_panels
    section.panel_index_1:not(.panel_hero),
  .section-newsletter
    .scroll_section.section_index_1
    .feature_panels
    section.panel_index_1:not(.panel_hero) {
    padding-top: 45px;
  }
}

.panel_type_201 {
  overflow: hidden;
}

.controls {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1000;
}

.controls button {
  color: white;
}

.controls .video-control-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /*border: none !important;*/
  font-family: FontAwesome !important;
  padding: 7px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 1000px !important;
  text-align: center !important;
}

.video-control-icon:before {
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

.works-by {
  font-weight: normal;
  color: #111;
  font-size: 1.02rem;
  line-height: 2rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.works-by-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 50px 0 50px;
  float: left;
}

.artist_list_group .column_list ul {
  margin-bottom: -25px;
}

.artist_list_group .image_list ul {
  margin-bottom: -40px;
}

.section-viewing-room
  .feature_panels
  section.panel_type_218.background_color_applied,
.section-viewing-room
  .feature_panels
  section.panel_type_219.background_color_applied,
.section-viewing-room
  .feature_panels
  section.panel_type_202.background_color_applied,
.section-viewing-room
  .panel_type_218
  section.panel_type_202.background_color_applied {
  padding: 0;
}

.section-viewing-room .feature_panels section.panel_type_221 {
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-viewing-room .feature_panels section.panel_type_221 .basic_text {
  margin: 0;
}
.section-viewing-room
  .scroll_section.section_index_1
  .feature_panels
  section.panel_index_1.panel_hero.hero_under_site_header {
  margin: 0;
}

.subsection-artist-list-standard .feature_panels section .panel_heading {
  border: none;
  padding: 0;
  margin: 3em 0;
}

.page-param-id-29 .cms_gray {
  color: white;
}

.page-param-id-29.section-viewing-room .pagination_controls {
  height: 0;
  filter: invert(1);
}

.exhibition-list-wrapper .button a {
  padding: 9px 45px 8px;
}

.panel_type_203 {
  line-height: 2.3rem;
}

/* Hide inquire button and social share links on product pages */
.page-shop .artwork_detail .tools {
  display: none;
}

/* --------------------------------------------------------------------- */
/* CMS ALIGNMENT UTILITY CLASSES*/

.cms_align_left {
  float: left;
}

.cms_align_middle {
  float: none;
}

.cms_align_right {
  float: right;
}

.text_columns .intro_content.mobile-only img {
  width: 100%;
  object-fit: cover;
}