/* ----------------------------------------------------------------------------------
    Flowers 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;
}
body.captcha-verify-mode {
    overflow: initial;
}
.hidden {
    display: none;
}
.mobile-only {
    display: none;
}

#top_nav_section {
    display: none !important;
}

.captcha_container {
    overflow: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
}

#header {
    pointer-events: none;
    position: fixed;
    z-index: 3200;
    top: 0;
    opacity: 0;
    height: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100px, 0);
    transition: transform 600ms cubic-bezier(.65,.06,.19,.96), padding 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, border 800ms ease-in-out, background 800ms ease-in-out;
}
body:not(.splash-loader-active) .page-top-proximity #header,
body:not(.splash-loader-active) .page-short #header {
    position: relative;
    top: 0;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: none !important;
}
body.cms-frontend-toolbar-active .page-top-proximity #header,
body.cms-frontend-toolbar-active .page-short #header {
    top: 0;
}
.page-top-proximity #header #header_main_inner,
.page-short #header #header_main_inner,
.page-top-proximity #header #main_header,
.page-top-proximity #header #page_header {
    transition: none !important;
}
    #header .inner:after,
    #popup_content:after,
    .search-overlay:after {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(251, 250, 249, 0.9);
        display: block;
        /*border-bottom: 1px solid #eaeaea;*/
        content: '';
        transition: opacity 400ms ease-in-out;
        opacity: 0;
    }
    .protected-path-login-mode #header .inner:after {
        background: rgba(255, 255, 255, 1) !important;
        opacity: 1 !important;
    }
    body.roomview-active #header .inner:after{
        background: rgba(251, 250, 249, 0);
    }
    
    #popup_content:after,
    .search-overlay:after {
        height: 120px;
        z-index: 1300;
        position: fixed;
        pointer-events: none;
    }
    #popup_content:after {
        display: none;
    }
    #header .inner {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 2660px;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        pointer-events: none;
        /*background:#fbfaf9;*/
    }
    /*#container_outer.page-scrolled #header {*/
    /*    background:transparent;*/
    /*}*/
    #header #header_main_inner {
        overflow: visible;
        z-index: 1;
        padding: 22px 0 30px;
        padding: 9px 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
        transition: transform 600ms cubic-bezier(.65,.06,.19,.96), padding 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, border 800ms ease-in-out, background 800ms ease-in-out;
    
        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,
    body #container_outer.page-short #header #header_main_inner,
    body #container_outer .hero-section-visible #header #header_main_inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #header .inner:after,
    #container_outer.page-scrolled:not(.page-top-proximity):not(.page-short) #header .inner:after,
    .x-popup-scrolled #popup_content:after,
    .page-top #popup_content:after,
    .popup-scrolled .search-overlay: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(.65,.06,.19,.96), padding 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, border 800ms ease-in-out, background 800ms ease-in-out !important;
    }
    body.content-load-waiting #header,
    body :not(.page-top-proximity):not(.page-short) .hero-section-visible #header,
    body .scrolling-down:not(.page-short) #header:not(.page-header-subsections),
    body .scrolling-down #container.hero-section-visible #header.page-header-subsections,
    body.page-transition-active.xloader-incoming-type-standard:not(.browser-msedge) #header,
    body.page-popup-active.popup-scrolled #header {
        opacity: 0;
        transform: translate3d(0, -120px, 0);
        background: rgba(255,255,255,0);
        transition: transform 300ms cubic-bezier(.65,.06,.19,.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(.65,.06,.19,.96);
    }
    /*body #container.hero-section-visible #header:not(.dropdown-nav-hover):after,*/
    /*body #container_outer.page-top #header:not(.dropdown-nav-hover) .inner:after,*/
    body.sc_quick_cart_widget_animate #header .inner:after,
    body.sc_quick_cart_widget_animate #container_outer.page-scrolled #header .inner:after,
    body.roomview-active #container_outer.page-scrolled #header .inner:after {
        opacity: 0;
    }
    body.roomview-active .scrolling-down #header:not(.page-header-subsections),
    body.roomview-active #header,
    body.page-popup-active.popup-not-scrolled #header {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: transform 600ms cubic-bezier(.65,.06,.19,.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 .inner:after,
    body.overlay-open #container #header .inner:after,
    body.page-popup-active #header .inner: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(.65,.06,.19,.96), padding 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, border 800ms ease-in-out, background 800ms ease-in-out;
    }
        .scrolling-down:not(.page-short):not(.page-top-proximity) #header #main_header {
            transform: translate3d(0, -100px, 0);
            opacity: 0;
        }
        .roomview-active .scrolling-down #header #main_header {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
        .scrolling-down.page-top #header #main_header {
            transition: none;
        }
        
        #header.page-header-subsections {
            
        }
            #header #page_header {
                display: block;
                transform: translate3d(0, 100px, 0);
                transition: transform 600ms cubic-bezier(.65,.06,.19,.96), padding 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, border 800ms ease-in-out, background 800ms ease-in-out;
                opacity: 0;
                pointer-events: none;
                padding: 21px 0 20px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                box-sizing: border-box;
            }
                .scrolling-down #header.page-header-subsections #header_main_inner {
                    padding-top: 15px;
                    padding-bottom: 10px;
                }
                .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: 2.5rem;
                    line-height: 3.4rem;
                    margin: 0;
                    transition: color 800ms ease-in-out;
                }
                    #header #page_header h2 div {
                        display: inline-block;
                    }
                    #header #page_header h2 .h1_subheading {
                        font-weight: 100;
                        padding-left: 8px;
                    }
                #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(.65,.06,.19,.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(.18, 1, .21, 1);
            }
            #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner .standard_grid .item .image .image_inner {
                width: 100%;
                transition: width 500ms cubic-bezier(.18, 1, .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;
        margin-left: 14px;
    }
    #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(.65,.06,.19,.96), opacity 500ms ease-in-out;
        width: 130px;
        height: 22px;
        margin: 14px 0 0;
    }
        #logo a {
            display: block;
            width: 130px;
            height: 22px;
            background-size: auto 14px;
        }
        #logo svg {
            display: block;
            width: 130px;
            height: 22px;
            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.overlay-open #menu,
    body.overlay-open #enquire,
    body.overlay-open #search_menu,
    body.overlay-open #basket,
    body.overlay-open #mailinglist_signup_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 #mailinglist_signup_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 #mailinglist_signup_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 #mailinglist_signup_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 #mailinglist_signup_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);
    }

    #mailinglist_signup_button {
        float: right;
        padding: 0;
        margin: 4px 0 0 15px;
        padding: 0 4px;
        cursor: pointer;
        font-size: 1.3rem;
        line-height: 2rem;
        color: #fff;
        background: #111;
        border-radius: 1px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        position: relative;
        overflow: hidden;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, background 400ms ease-in-out;
        
        display: none !important;
    }

    #menu {
        float: left;
        padding: 7px 16px 9px;
        margin: 0 0 0 20px;
        cursor: pointer;
        text-align: center;
        font-weight: normal;
        font-family: 'Calibre', 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(.65,.06,.19,.96);
        }
        #menu:hover span {
            color: #fff;
        }
        #menu:hover:after {
            transform: translate3d(0, 0, 0);
        }
    
    #basket {
        float: left;
        position: relative;
        z-index: 1900;
        padding: 4px 0 0;
        font-size: 1.3rem;
        line-height: 2.0rem;
        font-weight: normal;
        color: #111;
        display: block;
        -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;
        
    }
            #basket #store_cart_widget {
                display: block !important;
                opacity: 1 !important;
                visibility: visible;
                margin: 0 0 0 14px;
                height: 18px;
                transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
                transition: background-image 400ms linear;
            }
                    #basket #store_cart_widget:before,
                    #basket #store_cart_widget:after {
                        display: block;
                        float: left;
                        content: '';
                        width: 14px;
                        height: 18px;
                        margin-top: 0;
                        margin-right: 0;
                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxMyAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5CYWc8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkhlYWRlci1yZXZlcnNlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1NzcuMDAwMDAwLCAtNDguMDAwMDAwKSIgc3Ryb2tlPSIjMzMzMzMzIj4gICAgICAgICAgICA8ZyBpZD0iQmFnIj4gICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU3OC4wMDAwMDAsIDQ5LjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTAuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIHBvaW50cz0iMCAxMi41NzM5NzQ2IDAuNjc5NzM3OTM5IDIuNzc4MDc2MTcgMTAuMTA0MzE2OCAyLjc3ODA3NjE3IDExIDEyLjU3Mzk3NDYiPjwvcG9seWdvbj4gICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMy41LDIuNzc4MDc2MTcgQzMuNSwtMC45MjYwMjUzOTEgNy4xMTc0MzE2NCwtMC45MjYwMjUzOTEgNy4xMTc0MzE2NCwyLjc3ODA3NjE3IiBpZD0iUGF0aC0yIj48L3BhdGg+ICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) left 0 no-repeat;
                        background-size: 14px 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;
                        position: absolute;
                        height: 18px;
                        width: 18px;
                    }
                    
            #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: #333;
                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(.65,.06,.19,.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: 6px 0 9px;
        font-size: 1.3rem;
        line-height: 2.0rem;
        font-weight: bold;
        color: #ffffff;
        display: block;
        -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;
    }
            .content-type-reversed .hero-section-not-visible #wishlist {
                color: #151515;
            }
            #wishlist #wishlist_cart_widget {
                display: block !important;
                opacity: 1 !important;
                visibility: visible;
                width: 18px;
                height: 18px;
                margin: 0 0 0 16px;
                position: relative;
                transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
            }
                    #wishlist #wishlist_cart_widget:before {
                        display: block;
                        float: left;
                        content: '';
                        height: 18px;
                        width: 18px;
                        background: 0 0 no-repeat;
                        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNSAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5IZWFydDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iSGVhZGVyLXJldmVyc2VkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU1MS4wMDAwMDAsIC00OS4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPiAgICAgICAgICAgIDxnIGlkPSJIZWFydCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU1Mi4wMDAwMDAsIDUwLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi44NTE2MzI1NSwxMi40NzMxNDQ1IEM0LjAwMzUwMDU0LDkuNTM5MjkzMDggMi4wMjQyMzM3MSw3LjU0ODI0NDkgMC45MTM4MzIwNjcsNi41IEMtMC43NTE3NzAzOTcsNC45Mjc2MzI2NSAtMC4zNTEzNDIyMTIsMCAzLjg4MjczMjMxLDAgQzQuODEwNDkxNzIsMC4wNTM2MDI0MzA2IDUuODAwMTI1MTQsMC42NTQ1MTM4ODkgNi44NTE2MzI1NSwxLjgwMjczNDM3IiBpZD0iUGF0aC0zIj48L3BhdGg+ICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi45ODg5MDk2LDEyLjQ3MzE0NDUgQzEwLjE0MDc3NzYsOS41MzkyOTMwOCA4LjE2MTUxMDc5LDcuNTQ4MjQ0OSA3LjA1MTEwOTE1LDYuNSBDNS4zODU1MDY2OCw0LjkyNzYzMjY1IDUuNzg1OTM0ODcsMCAxMC4wMjAwMDk0LDAgQzEwLjk0Nzc2ODgsMC4wNTM2MDI0MzA2IDExLjkzNzQwMjIsMC42NTQ1MTM4ODkgMTIuOTg4OTA5NiwxLjgwMjczNDM3IiBpZD0iUGF0aC0zLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuNTYzMDkzLCA2LjIzNjU3Mikgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtOS41NjMwOTMsIC02LjIzNjU3MikgIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
                        background-size: 14px auto;
                        width: 14px;
                        height: 13px;
                        transition: background-image 400ms linear;
                    }
                    #wishlist #wcw_items {
                        float: left;
                        position: absolute;
                        height: 18px;
                        width: 18px;
                    }
            #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 {
                padding: 2px;
                display: block;
                line-height: 13px;
                background-color: #333;
                color: #fff;
                border-radius: 100%;
                min-width: 11px;
                height: 11px;
                font-weight: 500;
                text-align: center;
                position: absolute;
                font-size: 9px;
                bottom: -2px;
                right: -2px;
                pointer-events: none !important;
            }
                #wishlist #wcw_total_items * {
                    pointer-events: none !important;
                }
            #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(.65,.06,.19,.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(.65,.06,.19,.96);
        }
        #enquire a {
            padding: 7px 22px 9px;
            display: block;
            position: relative;
            z-index: 2;
            transition: color 400ms cubic-bezier(.65,.06,.19,.96);
        }
        #enquire:hover a {
            color: #fff;
        }
        #enquire:hover:after {
            transform: translate3d(0, 0, 0);
        }


    #search_menu {
        float: left;
        margin: 3px 0 0 14px;
        cursor: pointer;
        width: 18px;
        height: 19px;
        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: 19px;
            position: absolute;
            bottom: 0;
            left: 0;
            top: 0;
            right: 0;
            transition: background 400ms ease-in-out;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNiAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2ggaWNvbjwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iSGVhZGVyLXJldmVyc2VkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYwMS4wMDAwMDAsIC00OC4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPiAgICAgICAgICAgIDxnIGlkPSJTZWFyY2gtaWNvbiI+ICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MDIuMDAwMDAwLCA0OS4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI1LjUiIGN5PSI1LjUiIHI9IjUuNSI+PC9jaXJjbGU+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTAgTDE0LDE0IiBpZD0iTGluZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) center center no-repeat;
            background-size: 16px 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-family: 'Calibre', Sans-Serif;
        
        color: #333;   
        font-size: 1.55rem;     
        letter-spacing: 0.35px;
        
        position: relative;
        float: right;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
    }
    #top_nav {
        font-size: 1.7rem;
    }
        .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 20px;
        }
        #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.topnav-filepath-zh {
            margin-left: 22px;
            font-size: 1.4rem;
        }
        #top_nav ul li a,
        #page_header li a,
        .navigation ul li a {
            display: block;
            position: relative;
            padding: 10px 2px 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;
        }
        #top_nav ul li a:after,
        #page_header ul li a:after,
        #page_header ul li button: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,
        #page_header ul li.active button: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%;
            left: 0;
            right: auto;
        }
        
        #page_header ul {
            padding: 4px 0 0;
        }


.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(.45,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(.45,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;
        }
    */


        /* Page transitions
        ----------------------------------------------------------- */

        body.browser-js-enabled .pageload-content-area,
        body.browser-js-enabled #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(.45,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(.45,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: #fbfaf9;
    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 32px;
    }
        .footer .prelude:after {
            background: #E2DFDC;
        }
        .footer .prelude.prelude_empty {
            visibility: hidden;
        }
    .footer h3 {
        margin: 0 0 12px;
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    .footer .inner {
        margin: 0 auto;
        padding: 0 75px;
        margin: 0 auto;
        box-sizing: border-box;
        max-width: 2660px;
    }
    .footer .wrapper { 
        padding: 80px 0 0;
        width: 100%;
    }
    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: #565656;
                }
                .footer .main .item .content p {
                    margin: 0;
                }
                .footer .main .item .content a,
                .footer .main .item .content a:visited {
                    color: #565656;
                    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_item {
            display: inline-block;
            vertical-align: middle;

            margin: 0 0 0 15px;
            font-size: 1.3rem;
            -webkit-font-smoothing: antialiased;
        }
        .footer .credit .inner .footer_item:first-child {
            margin-left: 0;
        }
        .footer .credit .inner .footer_item.artlogic {
            
        }
        .footer .credit,
        .footer .credit a,
        .footer .credit a:visited {
            color: #757575;
        }
        
        .footer .credit .footer_links {
            text-align: center;
            float: left;
        }
        .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(.09,.39,.02,.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;
        overflow: hidden;
    }

    .subsection-artworks-detail-view {
        background: #f9f4f1;
    }
    .pagination_controls {
        height: 0;
    }
        .pagination_controls > div,
        .pagination_controls > button {
            position: fixed;
            z-index: 6;
            top: 85px;
            left: 20px;
            width: 40px;
            height: 80vh;
            cursor: pointer;
            text-indent: -200px;
            background-image: url('/images/arrow_left.png');
            background-position:  50% center;
            background-repeat: no-repeat;
            background-size: 11px auto;
            opacity: 0.85;
            transition: opacity 400ms ease-in-out, transform 600ms cubic-bezier(.65,.06,.19,.96);
            overflow: hidden;
        }
            .pagination_controls > div.pagination_controls_next,
            .pagination_controls > button.pagination_controls_next {
                right: 20px;
                left: auto;
                background-image: url('/images/arrow_right.png');
                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);
            }
            .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: 2660px;
            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(.75,.01,.3,.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(.75,.01,.3,.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(.65,.06,.19,.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(.65,.06,.19,.96),left 400ms cubic-bezier(.65,.06,.19,.96),right 400ms cubic-bezier(.65,.06,.19,.96),bottom 400ms cubic-bezier(.65,.06,.19,.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(.65,.06,.19,.96), left 1000ms cubic-bezier(.65,.06,.19,.96),right 1000ms cubic-bezier(.65,.06,.19,.96),bottom 1000ms cubic-bezier(.65,.06,.19,.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;
                        }
                        .artwork_detail .image .image_inner .video_embed_wrapper {
                            width: 100%;
                            height: 100%;
                            user-select: auto !important;
                            pointer-events: auto !important;
                        }
                            .artwork_detail .image .image_inner .video_embed_wrapper * {
                                user-select: auto !important;
                                pointer-events: auto !important;
                            }
                            .artwork_detail .image .image_inner .video_embed_wrapper iframe {
                                max-height: 100%;
                                max-width: 100%;
                            }
                        
                        @media screen and (min-width: 901px) {
                            .artwork_detail .image .image_inner .video_embed_wrapper .fluid-width-video-wrapper {
                                height: 100%;
                                width: 100%;
                                padding: 0 !important;
                            }
                        }

                    /*
                        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: 150px;
                    left: 0;
                    right: 75px;
                    bottom: 70px;


                    transition: top 1000ms cubic-bezier(.65,.06,.19,.96), left 1000ms cubic-bezier(.65,.06,.19,.96),right 1000ms cubic-bezier(.65,.06,.19,.96),bottom 1000ms cubic-bezier(.65,.06,.19,.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;
                    }
            .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(.65,.06,.19,.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 75px;
                transition: transform 400ms cubic-bezier(.65,.06,.19,.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 .image .image_inner {
                overflow: visible !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(.65,.06,.19,.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(.65,.06,.19,.96),left 1200ms cubic-bezier(.65,.06,.19,.96),right 1200ms cubic-bezier(.65,.06,.19,.96),bottom 1200ms cubic-bezier(.65,.06,.19,.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(.65,.06,.19,.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 {
                    top: 95px !important;
                    left: 80px !important;
                    right: 80px !important;
                    bottom: 40px !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 {
                        font-size: 2.8rem;
                        line-height: 2.8rem;
                        margin: 0 0 35px;
                        position: relative;
                        border-top: 1px solid #eaeaea;
                    }
                        .artwork_detail.has-prelude .content h1 { 
                            border: 0;
                            padding-top: 0;
                        }
                        .artwork_detail .content h1 .heading_subtitle {
                            font-weight: 200;
                            padding: 0;
                        }
                    .artwork_detail .ecommerce_panel {
                        display: block;
                        float: left;
                        width: 100%;
                        margin: 0 0 30px;
                        padding: 0 0 30px;
                        clear: both;
                        border-bottom : 1px solid #eaeaea;
                    }
                        .artwork_detail .ecommerce_panel .product_info {
                            margin: 0 0 20px;
                        }
                        .artwork_detail .ecommerce_panel .product_info .meta_info {
                            font-size: 1.6rem;
                            line-height: 2rem;
                            margin: 0 0 20px;
                            color: #777;
                        }
                        .artwork_detail .ecommerce_panel .product_info .meta_info .author {
                            color: #222;
                        }
                        .artwork_detail .ecommerce_panel .product_info .price {
                            font-size: 2.0rem;
                            letter-spacing: 1px;
                            line-height: 2.0rem;
                            color: #222;
                        }
                        
                    .artwork_detail .ecommerce_tools {
                        display: block;
                        float: left;
                        width: 100%;
                        clear: both;
                    }
                        .artwork_detail .ecommerce_tools .store_item {
                            display: inline-block;
                            float: none;
                            vertical-align: middle;
                            margin: 0 18px 0 0;
                        }
                        .artwork_detail .ecommerce_tools .wishlist_content {
                            display: inline-block;
                            float: none;
                            vertical-align: middle;
                            margin: 2px 18px 0 -3px;
                        }
                        .artwork_detail .ecommerce_tools .link {
                            display: inline-block;
                            float: none;
                            vertical-align: middle;
                            margin: 0 18px 0 0;
                        }
                    
                    .artwork_detail .artwork_details {
                        display: block;
                        width: 100%;
                        min-height: 200px;
                        margin: 0 0 30px;
                        clear: both;
                        
                        text-align: justify;
                        -webkit-hyphens: auto;
                        -moz-hyphens: auto;
                        hyphens: auto;
                    }
                        .artwork_detail .artwork_details .subheading {
                            margin: 0 0 25px;
                        }
                        .artwork_detail .artwork_details .detail_subtitle {
                            margin: 0 0 25px;
                        }
                        .artwork_detail .artwork_details .detail_subtitle > .additional_caption {
                            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 30px;
                        }
                        .artwork_detail .artwork_details > div:last-child {
                            margin: 0 0 0;
                        }
                        .artwork_detail .artwork_details .price {
                            font-size: 2.1rem;
                        }
                        .artwork_detail .fallback_cart_wrapper {
                            margin: 0 0 20px;
                        }
                    .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;
                        }
                        .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 20px 0 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 .tools {
                        display: block;
                        float: left;
                        width: 100%;
                        margin: 0 0 20px;
                        padding: 40px 0 0;
                        position: relative;
                    }
                        .artwork_detail .tools > div:not(.button) {
                            margin: 0 0 0;
                            width: 100%;
                            clear: both;
                        }
                        .artwork_detail .tools .enquire_link {
                            
                        }
                       
                    .artwork_detail .secondary_images {
                        display: block;
                        float: left;
                        width: 100%;
                        margin: 0 0 50px;
                    }
                        .roomview-button-custom {
                            
                        }
                        .artwork_detail .image_gallery_multiple_thumbnails {
                            display: block;
                            float: left;
                            width: 100%;
                            margin: 0 0 30px;
                        }
                        .artwork_detail .image_gallery_multiple_thumbnails {
                            display: block;
                            float: left;
                            width: 100%;
                            padding: 30px 0 0;
                            margin: 0 0 30px;
                        }
                            .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;
                                    top: 0;
                                    left: 0;
                                    object-fit: cover;
                                    width: 100%;
                                    height: 100%;
                                }
                                .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: 33.33%;
                }
                    .artwork_detail.artwork_detail_type_video .content_container .content .area h1 {
                        font-size: 22px;
                        line-height: 28px;
                        margin: 0 0 20px;
                    }
                .artwork_detail.artwork_detail_type_video .content_container .content .tools {
                    float: right;
                }





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


    #hero {
        position: relative;
        /* max-width: 1570px; 1480px without border-box */
        padding: 110px 75px 0;
        margin: 0 auto;
        z-index: 0;
        overflow: hidden;
        background: #f4f4f1;
        background: #fbfaf9;
        max-width: 2660px;
        /*min-height: calc(100vh - 35px);*/
        box-sizing: border-box;
    }
    
    .hero-inner {
        display: flex;
        flex-direction: row-reverse;
        min-height: calc(100vh - 110px - 40px) !important;
    }

    .hidden-off-screen,
    .hidden-off-screen #hero {
        /* 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 * {
            pointer-events: none !important;
        }
        .tabbing-detected .hidden-off-screen #hero {
            visibility: visible!important;
            opacity: 1!important;
        }
        
        #hero_slideshow_progress {
            display: none;
        }
        
            #hero .content {
                float: left;
                display: flex;
                flex-direction: column;
                width: 37%;
                flex-shrink: 0;
                padding: 40px 75px 120px 0;
                box-sizing: border-box;
                position: relative;
                z-index: 100;
            }
            @media screen and (max-height: 800px) {
                
            }
            @media screen and (max-width: 1300px) {
                #hero .content {
                    padding-top: 20px;
                }
            }
            #hero .slide .content {
                padding-bottom: 130px;
            }
                .tabbing-detected #hero .slide .content {
                    padding-left: 3px;
                }
                #hero .content .content_header {
                    flex-grow: 1;
                    display: flex;
                    align-items: center;
                }
                    #hero .content .content_header_inner {
                        width: 100%;
                    }
                    #hero .content .content_header .prelude {
                        font-size: 1.7rem;
                    }
                    #hero .content .content_header h1,
                    #hero .content .content_header .faux_h1,
                    #hero .content .content_header h2 {
                        margin: 0 0 50px;
                        width: 100%;
                        max-width: 100%;
                        padding: 0;
                        font-size: 7.2rem;
                        line-height: 6.5rem;
                        font-weight: 100;
                        text-align: left;
                        padding: 20px 0 0;
                        border-top: 1px solid #E0DEDD;
                    }
                    .subsection-artist-detail #hero .content .content_header h1 {
                        padding-top: 0;
                        border-top: 0;
                    }
                    #hero .content .content_header .h1_subheading {
                        font-size: 2.8rem;
                        line-height: 3.1rem;
                        font-weight: 300;
                    }
                    #hero .content .content_header h1.text-length-limit-active .h1_subheading,
                    #hero .content .content_header .faux_h1.text-length-limit-active .h1_subheading,
                    #hero .content .content_header h2.text-length-limit-active .h1_subheading {
                        font-size: 2.5rem;
                        line-height: 3.1rem;
                    }
                    #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 {
                        font-size: 6.2rem;
                        line-height: 5.5rem;
                    }
                    #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 {
                        font-size: 5.2rem;
                        line-height: 4.5rem;
                    }
                    #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 {
                        font-size: 4.2rem;
                        line-height: 4.5rem;
                    }
                    /*
                        #hero .content .content_header.has_subheading h1,
                        #hero .content .content_header.has_subheading .faux_h1 {
                            margin: 0 0 5px;
                        }
                    */
                    #hero .content .content_header .subheading {
                        font-size: 2.5rem;
                        line-height: 3.1rem;
                        margin: 0 0 50px;
                    }
                    #hero .content .content_header .subtitle {
                        color: #111;
                        font-size: 1.8rem;
                    }
                    #hero .content .content_header .prelude:after {
                        display: none;
                    }
                    #hero .content .content_header .additional_content {
                        padding: 60px 0 0;
                    }
                    #hero .content .content_header .description {
                        margin: 0 0 20px;
                    }
                    #hero .content .content_header .caption {
                        font-size: 2.1rem;
                        line-height: 2.2rem;
                    }
                    #hero .content .content_header .bottom {
                        font-size: 1.7rem;
                        line-height: 3rem;
                        color: #111;
                    }

            
            #hero .hero_image_wrapper {
                float: right;
                box-sizing: border-box;
                width: 100%;
            }
                #hero .hero_slideshow_wrapper {
                    position: absolute;
                    z-index: 201;
                    top: 90px;
                    left: 38%;
                    right: 0;
                    bottom: 0; 
                    background: #f6f5f3;
                }
                    /*fix ie11 bug with slideshows height collapsing due to flexbox*/
                    .browser-msie:not(.section-home):not(.page-shop) #hero .hero_image_wrapper {
                        position: static;
                    }
                #hero .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(.45,0,.27,1), transform 800ms cubic-bezier(.45,0,.27,1), opacity 400ms ease-in-out;
                    opacity: 0;
                }
                
            /* Hero mask ------------------------------- */
            
            #hero .image:after,
            #hero .video_background:after {
                content: '';
                display: block;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 3;
                pointer-events: none;
                
                display: none !important;
            }
            #hero .image: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;
                
                display: none !important;
            }
    
    
    /* Hero slideshow 
    ---------------------------------------------------------------------------------- */
        
        .main_slideshow_toolbar,
        .hero_content_additional {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 200;
            width: 38%;
            padding: 0 50px 0 50px;
            box-sizing: border-box;
            background: #fff;
        }
        
        .main_slideshow_quick_nav,
        .hero_nav {
            margin: 0;
            float: left;
            width: 100%;
            font-size: 1.5rem;
            padding: 35px 0 23px;
            min-height: 36px;
        }
            .hero_nav .scroll_to_content {
                float: left;
                line-height: 20px;
            }
                .hero_nav .scroll_to_content:before {
                    content: '';
                    width: 20px;
                    height: 20px;
                    background: url('/images/arrow_down.png') center center no-repeat;
                    background-size: auto 11px;
                    display: inline-block;
                    vertical-align: middle;
                    text-indent: -9999px;
                    margin: -3px 10px 0 0;
                }
            .main_slideshow_quick_nav ul,
            .hero_nav ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }
            .main_slideshow_quick_nav ul li,
            .hero_nav ul li {
                float: left;
                display: block;
                margin: 0 20px 5px 0;
                line-height: 2.6rem;
            }
            .main_slideshow_quick_nav ul li.no-label,
            .hero_nav ul li.no-label {
                display: none;
            }
            .main_slideshow_quick_nav ul li button,
            .hero_nav ul li button {
                
            }
            .main_slideshow_quick_nav ul li:not(.active) button .visually-hidden,
            .hero_nav ul li:not(.active) button .visually-hidden {
                visibility: hidden;
            }
    
        #hero .slideshow_pagination {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 300;
            width: auto;
            padding: 30px;
        }
    
        #main_slideshow_wrapper {
            position: static;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            bottom: 0;
            z-index: 0;
        }
    
            #main_slideshow {
                width: 100%;
                position: static !important;
                overflow: hidden;
                transition: height 200ms ease-in-out;
            }
                @media screen and (min-width: 1024px) {
                    #main_slideshow {
                        height: calc(100vh - 110px - 40px) !important;
                    }
                }
                #main_slideshow .slide.cycle-sentinel {
                    display: none !important;
                }
                #main_slideshow .slide {
                    width: 100%;
                    /*position: static !important;
                    display: none !important;*/
                    height: 100%;
                    min-height: calc(100vh - 110px - 40px);
                }
                /*
                #main_slideshow .slide.cycle-slide-active {
                    display: block !important;
                }
                */
                    #main_slideshow .slide_inner {
                        position: static;
                        margin: 0 auto;
                        z-index: 0;
                        overflow: hidden;
                        background: transparent;
                        box-sizing: border-box;
                        display: flex;
                        flex-direction: row-reverse;
                        min-height: calc(100vh - 110px - 40px);
                        
                        /*padding: 110px 75px 0;*/
                        padding: 85px 75px 0;
                        margin: 0 auto;
                        min-height: 100vh;
                    }
                            #main_slideshow .slide_inner {
                                max-width: 2660px;
                            }
                    
                    #main_slideshow .slide .image {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        transform: none;
                        z-index: 1001;
                        opacity: 1;
                        transition: opacity 400ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
                        overflow: visible;
                    }
                        /*
                        #main_slideshow .slide .image:after {
                            width: 100%;
                            content: '';
                            display: block;
                            position: absolute;
                            top: 0;
                            left: 0;
                            bottom: 0;
                            right: 0;
                            z-index: 2;
                            background: #fbfaf9;
                            background: #f6f5f3;
                            transition: max-width 800ms cubic-bezier(.45,0,.27,1), transform 800ms cubic-bezier(.45,0,.27,1), opacity 400ms ease-in-out;
                            opacity: 0;
                        }
                        */
                        #main_slideshow .slide .image_inner,
                        #hero .hero_slideshow_wrapper.has-caption .image_inner {
                            width: 100%;
                            position: absolute;
                            z-index: 5;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                        }
                            #main_slideshow .slide .image_inner:after,
                            #hero .hero_slideshow_wrapper.has-caption .image_inner:after {
                                content: '';
                                display: block;
                                bottom: 0;
                                left: 0;
                                right: 0;
                                width: 100%;
                                height: 200px;
                                position: absolute;
                                z-index: 7;
                                opacity: 0.6;
                                /* 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(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
                                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
                                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
                            }
                            /* Mask asked to be removed by the client on the homepage slideshow - Emily 23/1/2020 */
                            .section-home #main_slideshow .slide .image_inner:after {
                                display: none;
                            }
                        #main_slideshow .slide .image_media,
                        #main_slideshow .slide .video_background,
                        #hero .hero_slideshow_wrapper .image {
                            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 {
                            bottom: 40px;
                        }
                        #main_slideshow .slide .caption,
                        #hero .hero_slideshow_wrapper .caption {
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            box-sizing: border-box;
                            max-width: 550px;
                            position: absolute;
                            z-index: 10;
                            margin: 0;
                            padding: 30px 110px 25px 30px;
                            text-align: left;
                            font-size: 14px;
                            line-height: 20px;
                            color: #fff;
                            text-align: left;
                        }
                        #hero .hero_slideshow_wrapper .caption {
                            max-width: none;
                            padding-right: 30px;
                        }
                        
    
                    /* Slideshow permanent variants */
    
                        .cycle-single-slide #main_slideshow_progress {
                            display: none;
                        }
                        .cycle-single-slide .main_slideshow_pagination {
                            display: none;
                        }
    
                    /* Slideshow cycle active functions */
    
                        #main_slideshow.slide-active {
    
                        }
                        
                    /* Slideshow animation start */
    
                        /*
                        #main_slideshow.slide-begin {
    
                        }
                            #main_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 {
                                opacity: 1;
                                transition: opacity 400ms ease-in-out;
                            }
                            #hero #main_slideshow.slide-begin .slide .image .image_inner {
                                    transform: translate(0%, 0);
                                    transform: scale(1.05);
                                    transition: opacity 700ms ease-in-out, transform 1200ms cubic-bezier(0,.73,.27,1) !important;
                                transition-delay: 200ms;
                            }
                            #hero #main_slideshow.slide-begin .slide .image:after {
                                width: 0;
                                opacity: 1;
                                right: auto;
                                left: 0;
                                transition: width 700ms cubic-bezier(.45,0,.27,1) !important;
                            }
                            */
    
                        
                    /* Slideshow reset animations in transition
                
                        #hero #main_slideshow.slide-reset .slide .image .image_inner {
                            transform: translate(6%, 0);
                            transform: scale(1);
                            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(.45,0,.27,1);
                            }
                            #hero #main_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(.45,0,.27,1) !important;
                            }
                                #hero #main_slideshow.slide-end .slide .image .image_inner {
                                    opacity: 0 !important;
                                    transition: opacity 400ms ease-in-out;
                                        transform: translate(-10%, 0px);
                                        transform: scale(1.10);
                                        transition: opacity 700ms ease-in-out, transform 1200ms cubic-bezier(.45,0,.27,1) !important;
                                }
                                #hero #main_slideshow.slide-end .slide .image:after {
                                    width: 100%;
                                    opacity: 1;
                                    left: auto;
                                    right: 0;
                                    transition: width 700ms cubic-bezier(.45,0,.27,1) !important;
                                }
                            */


    /* Request to move caption below hero
    ---------------------------------------------------------------------------------- */
    #hero {
        overflow: visible;
    }
    #main_slideshow .slide .caption, 
    #hero .hero_slideshow_wrapper .caption {
        transform: translateY(100%);
        color:#010101;
        padding: 12px 110px 25px 0;
    }
    .scroll_section.scroll_section_top {
        margin-bottom:50px;
    }
    #main_slideshow .slide .image_inner:after, 
    #hero .hero_slideshow_wrapper.has-caption .image_inner:after {
        display:none;
    }
    .text_columns .intro_content {
        margin: 0 0 40px;
        display: none;
    }
    

    /* Hero slideshow nav
    ---------------------------------------------------------------------------------- */
    
    #main_slideshow_progress {
        display: none;
    }
    #main_slideshow_nav {
        width: 100%;
        box-sizing: border-box;
        max-width: 2280px;
        max-width: 2660px;
        padding: 30px 45px;
        padding-left: 75px;
        padding-right: 75px;
        margin: 0 auto;
    }
    #hero #main_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(.18, 1, .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: 3.0rem;
                            margin: 0;
                            text-align: center;
                            transition: opacity 1000ms cubic-bezier(.18, 1, .21, 1), transform 1000ms cubic-bezier(.18, 1, .21, 1), margin 1000ms cubic-bezier(.18, 1, .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(.18, 1, .21, 1), transform 1000ms cubic-bezier(.18, 1, .21, 1), margin 1000ms cubic-bezier(.18, 1, .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 {
        margin-top: 50px;   
    }
    #hero.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 {
            display: none;
        }
        #hero.hero_full_feature #main_slideshow_wrapper {
            position: relative;
            padding-top: 46%;
        }
            #hero.hero_full_feature #main_slideshow {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
                #hero.hero_full_feature #main_slideshow .slide {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                }
                #hero.hero_full_feature #main_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 {
                    display: inline-block;
                    height: 100%;
                    width: 100%;
                }
                    
                
        
    #hero.hero_slides_format {
        
    }
        #hero.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: static;
        }
        #hero.hero_full_width .hero_image_wrapper, 
        #hero.hero_full_width .hero_image_faux {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            
        }
        #hero.hero_full_width .hero_slideshow_wrapper {
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
        }
        #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: 8.0rem;
                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;
                }
        
    

    /*  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 {
                    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;
                        }
                .image .media_wrapper .caption {
                    width: 100%;
                    position: absolute;
                    z-index: 1;
                    bottom: 0;
                    left: 0;
                    padding: 20px 30px;
                    color: #fff;
                    text-align: left;
                    font-size: 1.3rem;
                }
                .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.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(.18, 1, .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: 2.0rem;

        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(.45,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%;
        z-index: 210;
        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;
            min-height: calc(100vh - 110px - 40px);
        }
        .hero-section-animate .scroll_section.scroll_section_top {
            
        }
        .scroll_section.scroll_section_panels {
            padding: 0 0 0;
            overflow: hidden;
        }
        .scroll_section.scroll_section_panels > .inner {
            width: 100%;
            max-width: 1660px;
            max-width: 2660px;
            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;
        }


    /* 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;
                background: #fbfaf9;
            }


    /* 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: flex;
                align-items: center;
                padding: 45px 75px;
                margin: 0 auto;
                box-sizing: border-box;
                max-width: 2660px;
                opacity: 0;
                transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 4000ms cubic-bezier(.18, 1, .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 .content {
                max-width: 300px;
                padding: 0 40px 0 0;
                margin: 0;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                max-width: 33.33%;
                width: 100%;
                float: left;
            }
                .page_enquiry_widget h2 {
                    font-size: 3.0rem;
                    line-height: 3.7rem;
                    max-width: 300px;
                    margin: 0 0 8px;
                }
                .page_enquiry_widget .area {
                    max-width: 300px;
                }
                .page_enquiry_widget .area.title-not-visible {
                    font-size: 1.8rem;
                    line-height: 2.7rem;
                }

            .page_enquiry_widget .field_wrapper {
                float: none;
                width: 40%;
                margin: 0 auto;
                padding: 0 0 0;
            }
            
            .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: 2.0rem;
                color: #111;
                font-weight: bold;
                padding: 0;
                margin: 0;
                position: relative;
                overflow: hidden;
            }
                .page_enquiry_widget_field label {
                    display: none;
                }
                .page_enquiry_widget_field input {
                    border: 0;
                    outline: none;
                    font-size: 1.4rem;
                    line-height: 2.0rem;
                    padding: 20px 95px 18px 18px;
                    color: #111;
                    font-weight: 300;
                    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(.75,.01,.3,.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 {
                padding: 18px 0 0;
                width: 33.33%;
            }
                .page_enquiry_widget .social_media_links {
                    display: block;
                    float: right;
                    width: auto;
                    margin: 0 auto;
                    box-sizing: border-box;
                    opacity: 0;
                    transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 4000ms cubic-bezier(.18, 1, .21, 1);
                }
                    .page_enquiry_widget.visible .social_media_links {
                        opacity: 1;
                    }
                    .page_enquiry_widget .social_media_links .social_links_item {
                        margin: 0 15px 0 0;
                        font-weight: normal;
                        font-family: 'Calibre', Sans-Serif;
                        color: #111;
                        font-size: 1.02rem;
                        letter-spacing: 2.5px;
                        text-transform: uppercase;
                        -webkit-font-smoothing: antialiased;
                        position: relative;
                    }
                    .page_enquiry_widget .social_media_links .social_links_item:last-child {
                        margin: 0;
                    }
                    .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: -9999px;
                        width: 22px;
                        height: 22px;
                    }
                    .page_enquiry_widget .social_media_links .social_links_item .social_media_icon:before {
                        width: 22px;
                        height: 22px;
                        margin: 0;
                        display: inline-block;
                        vertical-align: middle;
                        float: none;
                        text-indent: 0;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }
     
            
            
            
            
            .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: 33.33%;
                    box-sizing: border-box;
                    padding-right: 75px;
                }


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

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

        .filters_panel {
            clear: both;
        }
        .filters_panel #responsive-filter-controls {
            display: none;
        }
        .filters_panel-inner {
            
        }
        #filterpanel_form_wrapper {
            display: block;
            margin-right: -40px;
        }
        .fp-modules {
            display: flex;
        }
        .fp-footer {
            display: none;
        }
        
        /* Visually hide the sumbit ---- trggering with js 
        ---------------------------------------------------*/
        .filters_panel .fp-module.fp-module--submit {
            visibility: hidden;
            position: absolute;
        }       
        
        
        /* Show submit button
        ---------------------------------------------------*/
        .filters_panel.filters_enable_submit_button .fp-footer {
            display: block;
        }
        
        /* Text field
        ---------------------------------------------------*/
        .filters_panel .fp-module .fp-textfield-wrapper {
            position: relative;
            display: block;
        }
            .filters_panel .fp-module .fp-textfield {
                border: 0;
                border-bottom: 1px solid #ddd;
                padding: 10px 30px 10px 0;
                width: 100%;
                box-sizing: border-box;
            }
                body:not(.tabbing-detected) .filters_panel .fp-module .fp-textfield:focus {
                    outline: none;
                }
            .filters_panel .fp-module .fp-textfield-wrapper .fp-keyword-submit {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                text-decoration: none;
            }
        
        /* Visually hide the checkboxes
        ---------------------------------------------------*/
        .filters_panel .fp-module .fp-checkbox {
            visibility: hidden;
            position: absolute;
        }
        .filters_panel .fp-module input[type=checkbox] + label {
          color: #777;
          cursor:pointer;
        } 
        .filters_panel .fp-module input[type=checkbox]:checked + label {
            color: #111;
        } 
        
            /*  General resets
            ------------------------------ */
            .filters_panel legend {
                padding: 0;
                display: inline-block;
                width: auto;
                float: none;
                margin: 0 0 12px;
            }
             .filters_panel fieldset {
                border: 0;
                padding: 0.01em 0 0 0;
                margin: 0;
                min-width: 0;
            }
            body:not(:-moz-handler-blocked)  .filters_panel fieldset {
                display: table-cell;
            }
            .filters_panel ul {
                list-style-type: none;
                padding: 0;
            }
            
        /*  General module styles
        ------------------------------ */
        
        .filters_panel .fp-module {
            display: inline-block;
            vertical-align: top;
            text-align: left;
            position: relative;
            box-sizing: border-box;
            width: 25%;
            padding: 0 40px 0 0;
        }
        .filters_panel .fp-clear-filters {
            float: right;
            padding: 5px 0 0;
            display: none;
        }
            .filters_panel .filters_active .fp-clear-filters {
                display: 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 label: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;
            }  
            .filters_panel .fp-module-content ul li input[type=checkbox]:checked + label:before {
                color: #111;
            }  
            
        .filters_panel .fp-module.fp-module.fp-module--keyword {
            margin-top: -5px;
            position: relative;
        }
            .filters_panel .fp-module.fp-module.fp-module--keyword input[type="text"] {
                background: transparent;
                border: 0;
                padding: 10px 30px 8px 2px;
                font-size: 1.5rem;
                line-height: 2.2rem;
                transition: border 400ms linear, color 400ms linear;
                width: 150px;
                float: left;
                color: #777;
                border-bottom: 1px solid rgba(255,255,255,0);
                outline-width: 0;
            }
            body.tabbing-detected .filters_panel .fp-module.fp-module.fp-module--keyword input[type="text"] {
                outline-width: 2px;
            }
                .filters_panel .fp-module.fp-module.fp-module--keyword input[type="text"]:hover,
                .filters_panel .fp-module.fp-module.fp-module--keyword input[type="text"]:focus {
                    border-bottom: 1px solid #eaeaea;
                    color: #333;
                }
                .filters_panel .fp-module.fp-module.fp-module--keyword input[type="text"].active {
                    border-bottom: 1px solid #eaeaea;
                    color: #333;
                }
            .filters_panel .fp-module.fp-module.fp-module--keyword .fp-module-submit {
                position: absolute;
                right: -5px;
                float: left;
                opacity: 0;
                transition: opacity 400ms linear;
            }
            .filters_panel .fp-module.fp-module.fp-module--keyword.active .fp-module-submit,
            .filters_panel .fp-module.fp-module.fp-module--keyword input[type="text"]:focus .fp-module-submit {
                opacity: 1;
            }
                .filters_panel .fp-module.fp-module.fp-module--keyword .fp-module-button-submit {
                    position: relative;
                    text-indent: -9999px;
                    width: 40px;
                    height: 40px;
                }
                    .filters_panel .fp-module.fp-module.fp-module--keyword .fp-module-button-submit:after {
                        content: '';
                        display: block;
                        width: 18px;
                        height: 19px;
                        padding: 9px;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        top: 0;
                        right: 0;
                        transition: background 400ms ease-in-out;
                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNiAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2ggaWNvbjwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iSGVhZGVyLXJldmVyc2VkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYwMS4wMDAwMDAsIC00OC4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPiAgICAgICAgICAgIDxnIGlkPSJTZWFyY2gtaWNvbiI+ICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MDIuMDAwMDAwLCA0OS4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI1LjUiIGN5PSI1LjUiIHI9IjUuNSI+PC9jaXJjbGU+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTAgTDE0LDE0IiBpZD0iTGluZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) center center no-repeat;
                        background-size: 14px auto;
                    }
        
            
        /*  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: 30px;
            }
                .filters_panel.filters_layout_dropdown .fp-module:last-child {
                    margin-right: 0;
                }
                
            .filters_panel.filters_layout_dropdown .fp-module .fp-module-button {
                padding: 5px 0 0;
            }
            
            .filters_panel.filters_layout_dropdown .fp-legend {
                position: relative;
                padding-right: 12px;
                font-size: 1.5rem;
                line-height: 2.2rem;
                cursor: pointer;
                color: #333;
            }
                .filters_panel.filters_layout_dropdown .fp-module.active .fp-legend {
                    color: #333;
                }
            .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;
                }
                .filters_panel.filters_layout_dropdown .fp-module:hover .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;
                overflow: auto;
                max-height: 70vh;
                z-index: 50;
                top: 35px;
                box-sizing: border-box;
                transform: translate3d(0,0,0);
                transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
            }
            @media (prefers-reduced-motion: reduce) {
                .filters_panel.filters_layout_dropdown .fp-module-content {
                    transition: none !important;
                }
            }
            .filters_panel.filters_layout_dropdown .fp-module-content::after {
                content: '';
                position: absolute;
                z-index: 40;
                top: 0;
                left: 3px;
                width: calc(100% - 6px);
                height: 100%;
                background: #f3e5e5;
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
            }   
            .filters_panel.filters_layout_dropdown .fp-module-content-inner {
                position: relative;
                z-index: 50;
                width: 100%;
                height: 100%;
                background: #fff;
                padding: 18px 20px 14px 17px;
                box-sizing: border-box;
                display: block;
            }
                .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 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 .fp-textfield-wrapper {
                width: 220px;
            }  
    
            .filters_panel.filters_layout_dropdown .fp-categories-list li a {
                color: #969696;
            }
            .filters_panel.filters_layout_dropdown .fp-categories-list li:hover a,
            .filters_panel.filters_layout_dropdown .fp-categories-list li.active a {
                color: #111;
            }
            
    
    /*cookie banner and archimedes overrides*/
        
        body .button {
            background: none;
            height: auto;
            margin-top: 0;
        }
        
        body .button a {
            background: none;
            height: auto;
            width: auto;
            margin-right: 0;
            padding: 17px 45px 15px;
        }
        
        #cookie_notification_message {
            line-height: 1.2em;
        }
        
        #cookie_notification_accept.button {
            min-width: max-content;
        }





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

    .feature_panels section {
        float: left;
        width: 100%;
        position: relative;
        padding: 0 0 0;
        margin: 0 0 25px;
    }
        .feature_panels section.panel_index_1 {
            
        }
        .feature_panels section:last-child {
            margin-bottom: 60px;
        }
        .feature_panels section {
            float: left;
            width: 100%;
            position: relative;
            z-index: 0;
            padding: 0 0 0;
            margin: 0 0 25px;
        }
        .feature_panels section.heading_panel {
            z-index: 1;
        }
        
        .scroll_section.section_index_1 .feature_panels section.panel_index_1 {
            margin-top: 140px;
        }
        .scroll_section.section_index_2 .feature_panels section.panel_index_1 {
            margin: 60px 0 0;
        }
        
        .feature_panels section .area_wrapper {
            padding: 0 100px 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 .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 .link {
                display: inline-block;
                float: none;
                vertical-align: middle;
                margin: 0 40px 0 0;
            }
            .feature_panels section .panel_footer .button {
                display: inline-block;
                float: none;
                vertical-align: middle;
            }
            .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_footer .list-ajax-load-more-wrapper .list-ajax-load-less {
                display: none;
            }
                .feature_panels section .panel_footer .list-ajax-load-more-wrapper.ajax-items-loaded .list-ajax-load-less {
                    display: inline-block;
                }
                
        .feature_panels section .panel_heading,
        #filters_panel_exhibitions {
            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;
        }
        #filters_panel_exhibitions {
            margin-bottom: 0;
        }
            .feature_panels section .panel_heading .prelude {
                margin: 0 0 20px;
                float: left;
                clear: left;
            }
                .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_title {
            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);
        }

        @media screen and (min-width: 1200px) {
            .scroll_section_panels_sidebar_heading .feature_panels section.has_panel_heading .area_wrapper {
                padding-left: 300px;
            }
            .scroll_section_panels_sidebar_heading .feature_panels section.has_panel_heading .panel_heading {
                position: absolute;
                z-index: 5;
                top: 0;
                left: 0;
                width: 225px;
                padding-left: 75px;
                text-align: right;
            }
            .scroll_section_panels_sidebar_heading .feature_panels section .panel_heading .prelude {
                float: none;
                width: 100%;
            }
            
            .scroll_section_panels_sidebar_heading .records_list_slider:before {
                background: #fff;
                position: absolute;
                z-index: 2;
                top: 0;
                bottom: 0;
                left: -300px;
                width: 300px;
                content: '';
                display: block;
            }
        }
        
                            .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;
                            }
                            .feature_panels section.hidden_heading .panel_filters {
                                float: left;
                            }
                            .panel_filters {
                                
                            }
                                .panel_filters ul {
                                    list-style: none;
                                    padding: 0;
                                    margin: 0;
                                }
                                .panel_filters ul li {
                                    margin: 0 0 0 20px;
                                    float: left;
                                }
                                    .panel_filters ul li:first-child {
                                        margin-left: 0;
                                    }
                                .panel_filters ul li a,
                                .panel_filters.panel_filters_nav ul li button {
                                    display: block;
                                    position: relative;
                                    padding: 0 0 0;
                                    cursor: pointer;
                                }
                                .panel_filters ul li a:after,
                                .panel_filters.panel_filters_nav ul li button:after {
                                    content: '';
                                    display: block;
                                    width: 0;
                                    border-bottom: 1px solid #999;
                                    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,
                                .panel_filters.panel_filters_nav ul li:hover button:after,
                                .panel_filters.panel_filters_nav ul li.active button: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: 'Calibre', Sans-Serif;
                                    color: #111;
                                    font-size: 1.02rem;
                                    line-height: 2.0rem;
                                    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(.65,.06,.19,.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 .area_wrapper:before {
                content: '';
                height: 0;
                width: 100%;
                display: block;
                /*border-top: 1px solid #eaeaea;*/
                /*margin-bottom: 15px;*/
            }
            .feature_panels section.heading_panel h1,
            .feature_panels section.heading_panel h2 {
                float: left;
                margin: 0;
                padding: 0;
                font-size: 3.5rem;
                line-height: 3.7rem;
            }
            .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;
                    }


    /*  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 h1:last-child {
                    margin-bottom: 0;
                }
                .content_basic_layout h2 {
                    font-size: 3.0rem;
                    line-height: 3.4rem;
                }
                .content_basic_layout h3 {
                    font-size: 2.6rem;
                    line-height: 3.0rem;
                }
                .content_basic_layout .subtitle {
                    display: block;
                    clear: both;
                    margin: 0 0 20px;
                }
            .content_basic_layout .heading_image {
                margin: 0 0 40px;
            }
        
        
    /*  Basic text
    ---------------------------------------------------------------------------------- */
    
    .basic_text {
        width: 100%;
        clear: both;
        margin: 0 0 50px;
    }
        .basic_text .content {
            margin: 0 auto;
            float: none;
            max-width: 800px;
        }
        .panel_style_2 .basic_text .content {
            margin: 0;
            max-width: 900px;
        }


    /*  Text columns
    ---------------------------------------------------------------------------------- */
    
    .text_columns_outer {
        float: left;
        clear: both;
        width: 100%;
    }
    .text_columns {
        margin: 0 -75px 100px 0;
        display: block;
    }
        .text_columns .content a,
        .content .artwork_details.news_details a:not(.links_simple_anchor) {
            border-bottom: 1px solid #777;
        }
        .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 {
            
        }
        .text_columns .content a:visited,
        .content .artwork_details.news_details a:not(.links_simple_anchor):visited {
            
        }
        .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, 0, 0) skewY(0);
            opacity: 0;
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .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 .aside .content_sections {
                line-height: 2.3rem;
            }
                .text_columns .aside .item {
                    margin: 0 0 30px;
                }
                .text_columns .aside h3 {
                    font-size: 2.2rem;
                    line-height: 2.6rem;
                }
                .text_columns .aside .link {
                    padding-top: 5px;
                }
            
        .text_columns .content {
            float: right;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /*width: 66.66%;*/
            width: calc(62% + 180px); /*align with hero image*/
            padding: 0 75px 0 0;
            transform: translate3d(0, 0, 0) skewY(0);
            opacity: 0;
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .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 {
                display: block;
                transition: all 600ms ease-in-out;
            }
                .text_columns .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;*/
                    
                    -webkit-hyphens: auto;
                    -moz-hyphens: auto;
                    hyphens: auto;
                    
                    text-align: justify;
                }
                .text_columns .extended_text_show .content_initial_text {
                    max-height: 0;
                    overflow: hidden;
                    display: none;
                }
            .text_columns .content_extended_text {
                display: block;
                transition: all 2000ms cubic-bezier(.18, 1, .21, 1);
            }
                .text_columns .content_extended_text .inner {
                    display: block;
                }
                .text_columns .extended_text_hidden .content_extended_text {
                    opacity: 0;
                    transform: translateY(200px);
                    transition: none;
                    height: 0;
                    overflow: hidden;
                }
                .text_columns .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(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .text_columns.animate-from-top .content,
        .text_columns.animate-from-top .aside {
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -0, 0);
        }
        .text_columns.visible .content  {
            transform: none;
            opacity: 1;
            transition-delay: 200ms;
        }
        .text_columns .aside  {
            position: absolute;
            z-index: 5;
            top: 50px;
            left: 0;
            width: 225px;
            padding-left: 75px;
            text-align: right;
            padding: 0 0 0 75px;
        }
        .text_columns.visible .aside  {
            transform: none;
            opacity: 1;
        }
        
        

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

    .records_no_results {
        text-align: center;
        padding: 50px;
        margin: 0 90px 50px 0;
        box-sizing: border-box;
        display: block;
        background: rgba(244, 242, 241, 1);
    }

    .records_grid {
        transition: transform 500ms cubic-bezier(.65,.06,.19,.96), opacity 500ms ease-in-out;
    }
        .records_grid.filter_transition {
            transform: translateY(100px);
            opacity: 0;
        }
        
    ._resize_processing {
        transition: none !important;
    }


    /*  Video grid
    ---------------------------------------------------------------------------------- */

    .video_grid {
        width: auto;
        margin: 0 -90px 0 0;
    }
        .video_grid .item {
            box-sizing: border-box;
            width: 50%;
            padding: 0 90px 50px 0;
            display: inline-block;
            vertical-align: top;
            transform: translate3d(0, 0, 0) skewY(0);
            will-change: opacity;
            opacity: 0;
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
            position: relative;
            z-index: 1;
        } 
        .video_grid .item.animate-from-bottom {
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .video_grid .item.animate-from-top {
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -0, 0) skewY(-0);
        }
        .video_grid .item.visible {
            opacity: 1;
            transform: none;
        }
        .video_grid .item .image {
            margin: 0 0 20px;
        }
        

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

    .standard_grid {
        width: auto;
        clear: both;
        margin: 0 -90px 0 0;
    }
        .standard_grid .item {
            box-sizing: border-box;
            width: 33.33%;
            padding: 0 90px 50px 0;
            display: inline-block;
            vertical-align: top;
            transform: translate3d(0, 0, 0) skewY(0);
            will-change: opacity;
            opacity: 0;
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
            position: relative;
            z-index: 1;
        } 
        .standard_grid .item.hidden {
            display: none;
        }
        .standard_grid .item.force_show {
            transform: none !important;
            transition: none !important;
            display: inline-block !important;
        }
        .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 90px 0 0;
                display: inline-block;
                vertical-align: top;
            }
            .standard_grid.tile_grid .group .item {
                width: 100%;
                padding: 0 0 55px 0;
            }
            
            @media screen and (min-width: 1024px) {
                .standard_grid.tile_grid.records_grid_item_count_2 .group:nth-of-type(3) {
                    display: none;
                }
                .standard_grid.tile_grid.records_grid_item_count_2 .group {
                    width: 40%;
                }
                .standard_grid.tile_grid.records_grid_item_count_2 .tile_grid_formatted {
                    text-align: center;
                }
            }
            
        .standard_grid .item.animate-from-bottom {
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .standard_grid .item.animate-from-top {
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -0, 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 25px;
                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%;
                    width: auto;
                    max-height: 550px;
                    display: block;
                    align-self: flex-end;
                    transition: transform 500ms ease-out, opacity 400ms linear;
                }
            .standard_grid .item .image a {
                width: 100%;
            }
            .standard_grid .item .list_content_header {
                margin: 0;
            }
            .standard_grid .item .prelude {
                margin: 0 0 14px;
            }
            .standard_grid .item h3 {
            	font-size: 2.2rem;
            	line-height: 2.2rem;
            }
            .standard_grid .item .subtitle {
                margin: 0 0 10px;
                font-size: 1.9rem;
                line-height: 2rem;
                font-weight: 200;
                letter-spacing: 0;
            }
            .standard_grid .item h3 + .subtitle {
                margin-top: -5px;
            }
            .standard_grid .item .list_caption_wrapper {
                display: block;
            }
            .standard_grid .item .list_caption_wrapper .buttons {
                margin: 0;
                padding: 0;
            }
            .standard_grid .item .content {
                margin: 0 0 10px;
                padding: 0 0 0 0;
                /*color: #fff;*/
                line-height: 1.8rem;
                text-align: left;
            }
                .standard_grid .item .content a {
                    display: block;
                }
                .standard_grid .item .content h3 {
                    text-align: left;
                }
            
            
        /*  Aligned grid - square images
        ---------------------------------------------------------------------------------- */
        
        .standard_grid.aligned_grid .item .image:after {
            content: '';
            display: block;
            padding-top: 100%;
            width: 100%;
        }
        .standard_grid.aligned_grid .item .image img {
            position: absolute;
            align-self: center;
            max-height: 100%;
            max-width: 100%;
            width: auto;
            margin: 0 auto;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
        }
            @media screen and (min-width: 1024px) {
                .standard_grid.aligned_grid.records_grid_item_count_2 .item:nth-of-type(3) {
                    display: none;
                }
                .standard_grid.aligned_grid.records_grid_item_count_2 .item {
                    width: 40%;
                }
                .standard_grid.aligned_grid.records_grid_item_count_2 {
                    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;
            }
            .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: 3.0rem;
            }
        
        .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 {
                
            }
                .standard_grid.aligned_grid .item .image {
                    align-items: flex-end;
                }

        /*  Condensed detail grid
        ---------------------------------------------------------------------------------- */

            .standard_grid.detail_grid .item {
                width: 50%;
            }
                .standard_grid.detail_grid .item .image {
                    width: 50%;
                    display: inline-block;
                    vertical-align: middle;
                }
                .standard_grid.detail_grid .item .list_caption_wrapper {
                    width: 50%;
                    display: inline-block;
                    vertical-align: top;
                    box-sizing: border-box;
                    padding: 0 0 0 30px;
                }
                .standard_grid.detail_grid .item h3 {
                    font-size: 2.3rem;
                    line-height: 2.2rem;
                    margin: 0 0 13px;
                }
                .standard_grid.detail_grid .item .subtitle {
                    font-size: 1.5rem;
                    line-height: 2.0rem;
                    font-weight: 300;
                }

        /*  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: 2.0rem;
                    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;
            }

    /*  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, 0, 0) skewY(0);
            will-change: opacity;
            opacity: 0;
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .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, -0, 0) skewY(-0);
        }
        .works_grid .item.visible {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .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: 3.0rem;
            }



    /*  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: 37%;
                display: block;
                vertical-align: top;
                text-align: left;
                box-sizing: border-box;
            }
                .full_grid .item .area .prelude {
                    margin: 0 0 20px;
                }
                .full_grid .item .area h3 {
                    text-align: left;
                }
                .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, 0, 0) skewY(0);
                will-change: opacity;
                opacity: 0;
                transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            }
                .full_grid .item.animate-from-bottom .image {
                    transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                }
                .full_grid .item.animate-from-top .image {
                    transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                    transform: translate3d(0, -0, 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;
                }
            @media screen and (min-width: 1200px) {
                .full_grid .item .multiple_video {
                    display: flex;
                    margin-right: -40px;
                }
                    .full_grid .item .multiple_video .image {
                        padding-right: 40px;
                    }
            }



    /*  Full width feature
    ---------------------------------------------------------------------------------- */

    .full_feature {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }
        .full_feature .item {
            margin: 0 0 75px 0;
            will-change: opacity;
            position: relative;
            width: 100%;
        }
        .full_feature .item.force_show {
            display: block !important;
        }
            .full_feature .item .area {
                width: 37%;
                margin: 0 auto;
                display: block;
                vertical-align: top;
                text-align: left;
                box-sizing: border-box;
                background: #fbfaf9;
                position: absolute;
                bottom: -20px;
                right: 50px;
                padding: 25px 70px 18px 25px; /* 70px to push away from arrow buttons*/
            }
                .full_feature .item .area .slideshow_pagination {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                    z-index: 15;
                    width: auto;
                }
                    .full_feature .item .area .slideshow_pagination .page_numbers {
                        display: none;
                    }
                .full_feature .item .area a {
                    display: block;
                    position: relative;
                    z-index: 10;
                }
                .full_feature .item .area .prelude {
                    margin: 0 0 15px;
                }
                .full_feature .item .area .prelude:after {
                    background: #E2DFDC;
                }
                .full_feature .item .area h3 {
                    text-align: left;
                    margin: 0 0 5px !important;
                    font-size: 2.5rem;
                    line-height: 2.5rem;
                }
                .full_feature .item .area h3:last-child {
                    margin-bottom: 0;
                }
                .full_feature .item .area .subtitle {
                    color: #333;
                    margin: 0 0 6px;
                }
                .full_feature .item .area .bottom {
                    color: #333;
                    margin: 0;
                }
                .full_feature .item .area .list_content_header {
                    margin: 0;
                }
                .full_feature .item .area .content {
                    margin: 0 0 20px;
                }
                .full_feature .item .area .align_bottom {
                    width: 100%;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                }
                .full_feature .item .area .buttons {
                    width: 100%;
                }
                    .full_feature .item .area .buttons .price {
                        margin: 3px 10px 0 0;
                    }
                    .full_feature .item .area .buttons > div {
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 4px;
                    }
                    .full_feature .item .area .store_item {
                        border-color: #E2DFDC;
                    }
            .full_feature .item .image {
                width: 100%;
                margin: 0 0 0;
                display: block;
                box-sizing: border-box;
                vertical-align: top;
                overflow: hidden;
                transform: translate3d(0, 0, 0) skewY(0);
                
                will-change: opacity;
                /*background: #fbfaf9;*/
                opacity: 1;
                transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            }

                .full_feature .item.animate-from-bottom .image {
                    transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                }
                .full_feature .item.animate-from-top .image {
                    transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                    transform: translate3d(0, -0, 0) skewY(-0);
                }
                .full_feature .item .image.visible {
                    opacity: 1;
                    transform: translate3d(0, 0, 0);
                }
                .full_feature .item .image img {
                    max-width: 100%;
                    width: auto;
                    display: block;
                }
                
            @media screen and (min-width: 1024px) {
                .full_feature.custom_layout_two_column {
                    margin-right: -0;
                    width: auto;
                    float: none;
                }
                    .full_feature.custom_layout_two_column .item {
                        width: 50%;
                        padding: 0 0 0 0;
                        box-sizing: border-box;
                        display: inline-block;
                    }
                    .full_feature.custom_layout_two_column .item .area {
                        right: 100px;
                    }
            
                .section-shop .full_feature.custom_layout_two_column .item .area h3 {
                    
                }
                .section-shop .full_feature.custom_layout_two_column .item .area {
                    left: 50px;
                    right: auto;
                    padding-top: 20px;
                    padding-bottom: 8px;
                }
                .section-shop.no-page-params .scroll_section.section_index_1 .feature_panels section.panel_index_1 {
                    margin-top: 120px;
                }
                
            }
                


    /* 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;
    }


    /* 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;
    }


    /* 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: 2.0rem;
            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(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            }
            .feature_panels section.panel_type_217 .visible .image_container .area_content {
                transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .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: 8.0rem;
                        line-height: 9.0rem;
                        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: 7.0rem;
        }
                    
                    


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

    .feature_panels section.panel_type_218 {
        margin: 0 0 40px;
    }
        .full_bleed_panel_slideshow {
            width: 100%;
            float: left;
            margin: 0;
            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 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;
                    opacity: 0;
                }
                    .full_bleed_panel_slideshow.visible .image img {
                        transform: scale(1);
                        opacity: 1;
                        transition: transform 3000ms ease-out, opacity 1000ms 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 .area {
                position: relative;
                z-index: 1;
                width: 100%;
                height: 75vh;
                min-height: 600px;
                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: 8.0rem;
                    line-height: 9.0rem;
                    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 .image_gallery_multiple_container .pagination_controls > button {
                            background-image: url(/images/arrow_left_reverse.png);
                            left: 0;
                        }
                        .full_bleed_panel_slideshow .image_gallery_multiple_container .pagination_controls > button.pagination_controls_next {
                            background-image: url(/images/arrow_right_reverse.png);
                            right: 0;
                            left: auto;
                        }
                    .full_bleed_slideshow {
                        position: absolute;
                        z-index: 0;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        width: 100%;
                        overflow: hidden;
                    }
                    .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 .caption {
                                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 */
                                visibility: hidden
                                
                            }
                                .full_bleed_slideshow .slide .caption a,
                                .full_bleed_slideshow .slide .caption a:visited {
                                    color: #fff;
                                }
                        

                .full_bleed_slideshow_caption {
                    clear: both;
                    display: block;
                    padding: 20px 40px;
                    min-height: 70px;
                    margin-bottom: 30px;
                }


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

    .feature_panels section.panel_type_204 {

    }
        .feature_panels section.panel_type_204 .area_wrapper {
            padding-right: 0;
            padding-left: 0;
            max-width: none;
        }

    .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 30px 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 30px 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, 0, 0);
                            will-change: opacity;
                            opacity: 0;
                            transition: transform 8000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                        }
                        .large_grid .item.animate-from-bottom .area {
                            transition: transform 8000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                        }
                        .large_grid .item.animate-from-top .area {
                            transition: transform 8000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                            transform: translate3d(0, -0, 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(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                        }
                        .large_grid .item.animate-from-bottom .image {
                            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                        }
                        .large_grid .item.animate-from-top .image {
                            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .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(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
        .multi_image_feature .item.animate-from-bottom {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
        .multi_image_feature .item.animate-from-top {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .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;
            display: flex;
            align-items: center;
            margin: 0 0 75px 0;
            position: relative;
            transform: none;
            opacity: 0;
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .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;
                    font-size: 3.4rem;
                    line-height: 3.4rem;
                }
                .exhibition-list-wrapper .medium_grid .item .area h3,
                .art-fairs-list-wrapper .medium_grid .item .area h3 {
                    font-size: 5.0rem;
                    line-height: 5.0rem;
                    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 .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 .image {
                width: 60%;
                min-height: 10px;
                float: left;
                box-sizing: border-box;
                vertical-align: top;
                overflow: hidden;
                transform: translate3d(0, 0, 0) skewY(0);
                opacity: 0;
                transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            }
                .medium_grid .item.animate-from-bottom .image {
                    transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                }
                .medium_grid .item.animate-from-top .image {
                    transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
                    transform: translate3d(0, -0, 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 {
        
    }
        .feature_panels section.panel_type_206 .area_wrapper {
            width: auto;
            display: flex;
            align-items: center;
            margin: 0 0 50px 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_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(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
        .feature_panels section.panel_type_206 .inview_element.animate-from-top {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .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: center;
                width: 100%;
            }
            .panel_type_206 .area {
                width: 40%;
                max-width: 530px;
                padding-right: 0;
                padding-left: 75px;
                float: left;
                vertical-align: top;
                box-sizing: border-box;
                margin: 0 auto;
            }
            .feature_panels section.panel_type_206.panel_style_2 .area_wrapper .area {
                padding-right: 75px;
                padding-left: 0;
            }
                .panel_type_206 .prelude {
                    margin: 0 0 20px;
                }
                .panel_type_206 .content {
                    margin: 0 0 20px;
                    padding: 0;
                    text-align: justify;
                    -webkit-hyphens: auto;
                    -moz-hyphens: auto;
                    hyphens: auto;
                }
            .panel_type_206 .image {
                width: 60%;
                min-height: 10px;
                float: left;
                box-sizing: border-box;
                vertical-align: top;
                overflow: hidden;
            }
                .panel_type_206 .image img {
                    max-width: 100%;
                    max-height: calc(90vh - 70px);
                    margin: 0 auto;
                    display: block;
                    transition: transform 500ms ease-out;
                }
               
                
    /* Animations
    ---------------------------------------------------------------------------------- */

        .ani-group .ani-in,
        .records_grid .item .ani-in,
        #main_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 {
        	/*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 {
        	opacity: 1.0;
        	transform: translate3d(0, 0, 0);
        	transition: transform 1200ms cubic-bezier(0.0, 0.0, 0.2, 1), opacity 1200ms cubic-bezier(0.0, 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 {
        	-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) {
        	-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) {
        	-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) {
        	-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) {
        	-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) {
        	-webkit-transition-delay:1500ms;
        	transition-delay: 1500ms;
        }
        
        #main_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: #fbfaf9;
        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:not(.loaded) img {
        height: 0;
    }
    .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: 20px;
            height: 20px;
            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(0,0,0,0.5);
              }
              40% {
                stroke: rgba(0,0,0,0.3);
              }
              66% {
                stroke: rgba(0,0,0,0.5);
              }
              80%,
              90% {
                stroke: rgba(0,0,0,0.3);
              }
            }
            @keyframes color-dark {
              100%,
              0% {
                stroke: rgba(0,0,0,0.5);
              }
              40% {
                stroke: rgba(0,0,0,0.3);
              }
              66% {
                stroke: rgba(0,0,0,0.5);
              }
              80%,
              90% {
                stroke: rgba(0,0,0,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.4rem;
    }
        .link a: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-custom a:before {
            background: url(/images/roomview/icon.png) center center no-repeat;
            background-size: 18px auto;
            width: 18px;
            height: 13px;
            margin-top: -3px;
        }
        .link.link_back a:before,
        .link.link_back > button:before,
        .link.link_back span:before {
            background-image: url(/images/arrow_left.png);
        }

    .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{
            color: #111;
            font-size: 1.4rem;
            line-height: 1.5rem;
            letter-spacing: 0.6px;
        }
        
        .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;
        background: #fff;
        padding: 6px 6px 4px 0;
        white-space: nowrap;
        text-align: center;
        border-radius: 1px;
    }
        .fallback_cart_wrapper.sold_out {
            
        }
            .fallback_cart_wrapper.sold_out .price.sold_out {
                
            }
        .fallback_cart_wrapper .link a,
        .fallback_cart_wrapper .link span {
            
        }
        .fallback_cart_wrapper .price,
        .fallback_cart_wrapper .link {
            display: inline-block;
            margin: 0 20px 0 0;
            font-size: 15px;
            font-weight: 300;
        }
        .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: 1.4rem;
        }
        .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: 1.8rem;
        margin: 0 0 10px;
    }
    
    .list_caption_wrapper {
        width: 100%;
        text-align: left;
        transition: color 400ms linear;
        display: flex;
    }
        .list_caption_wrapper .content,
        .list_caption_wrapper .caption {
            float: left;
            width: 100%;
            text-align: left;
        }
        .list_caption_wrapper .caption:last-child {
            margin-bottom: 0;
        }
        .list_caption_wrapper .caption p {
            margin: 0;
        }
        .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: left;
        }
            .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 .button_custom {
            margin: 20px 0 0;
        }
        .list_caption_wrapper .bottom {
            clear: both;
            width: 100%;
            line-height: 2.0rem;
        }
            .list_caption_wrapper .bottom > div {
                
            }
        .list_caption_wrapper .buttons {
            float: left;
            white-space: nowrap;
            line-height: 1.3rem;
            padding: 0 0 0 20px;
            margin: -3px 0 0;
        }
            .list_caption_wrapper .buttons > div {
                display: inline-block;
                vertical-align: middle;
            }
            .list_caption_wrapper .buttons > div:first-child {
                margin-left: 0;
            }
                    .list_caption_wrapper .buttons > div.cart_content .store_items_container {
                        margin-right: 9px;
                    }
                    .list_caption_wrapper .buttons > div.cart_content .link {
                        margin-right: 9px;
                        margin-top: 3px;
                    }
                    .list_caption_wrapper .buttons > div.wishlist_content .wishlist_button {
                        margin-left: 0;
                        margin-top: 2px;
                    }
            .list_caption_wrapper .buttons > .price {
                margin: 3px 5px 0 0;
            }
            .list_caption_wrapper .buttons > .wishlist_hidden {
                display: none;
            }
        
        /* Artworks list caption variant */
        .standard_grid_artworks .list_caption_wrapper,
        .panel_type_219 .records_list_slider .list_caption_wrapper {
            padding: 20px 0 0;
            border-top: 1px solid #eaeaea;
        }
        .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: normal;
            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.6rem;
        line-height: 2.6rem;
        font-weight: 300;
        color: #757575;
    }
    .price {
        font-size: 1.5rem;
        line-height: 2.6rem;
        font-weight: 300;
        margin: 0 0 20px;
        color: #222;
    }
    .detail_subtitle {
        line-height: 2.1rem;
        font-weight: 300;
    }
    .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: 15px 0 0;
        color: #777;
        font-size: 1.2rem;
        margin: 0 auto;
        text-align: left;
        width:100%;
    }
    .records_grid.full_feature .image .caption {
        margin: 0;
        text-align: left;
    }
        
    .subtitle {
        font-size: 1.5rem;
        line-height: 2.6rem;
        font-weight: 300;
        margin: 0 0 20px;
    }
        .subtitle .dates,
        .subtitle .location {
            display: inline-block;
            margin: 0 15px 0 0;
        }

    .list_content_header {
        display: block;
        margin: 0 0 15px;
    }
        .list_content_header h3 {
            margin: 0 0 10px;
        }
        .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: 300;
        transform: translate3d(0,0,0);
        font-family: 'Calibre', Sans-Serif;
        color: #111;
        font-size: 1.4rem;      
        line-height: 1.5rem;
        letter-spacing: 0.6px;
        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: 6px 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; /* added line *//*
            }
            */
            #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(.12,1.93,.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 0px 5px;
                    line-height: 1.8rem;
                }
                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_wishlist_link.enquire_link_icon,
    .enquire_link.enquire_link_icon {
        overflow: hidden;
        padding: 1px 0 0;
        width: auto;
        color: #111;   
        font-size: 12px;
        line-height: 20px;
        padding: 3px 10px 1px;
        border-radius: 2px;
        border: 1px solid #eaeaea;
        cursor: pointer;
        transition: transform 300ms cubic-bezier(.65,.06,.19,.96), opacity 300ms linear, background 400ms linear;
    }


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

        .wishlist_button {
            overflow: hidden;
            clear: both;
            position: relative;
            border: none;
            color: #151515;
            display: block;
            margin: 0 0 0;
            padding: 0 0 0 0;
            overflow: visible;
            float: left;
            white-space: nowrap;
            font-size: 1.3rem;
            line-height: 2.0rem;
            width: 14px;
        }
            .content-type-reversed .wishlist_button {
                color: #151515;
            }
            .wishlist_button .store_item_controls {
                transition: transform 300ms cubic-bezier(.65,.06,.19,.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 {
                    text-indent: -9999px;
                    width: 13px;
                    height: 12px;
                    position: relative;
                    display: block;
                }
                .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist:before {
                    position: absolute;
                    top: -3px;
                    left: 17px;
                    display: block;
                    content: 'Add to list';
                    background: #fff;
                    border: 1px solid #eaeaea;
                    border-radius: 2px;
                    width: auto;
                    height: auto;
                    text-indent: 0;
                    padding: 2px 4px 0;
                    margin: 0;
                    opacity: 0;
                    font-size: 1.2rem;
                    pointer-events: none;
                    transition: opacity 200ms linear;
                }
                    .device-desktop .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist:hover:before {
                        opacity: 1;
                    }
                .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    vertical-align: middle;
                    content: '';
                    background: 0 0 no-repeat;
                    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxNCAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5IZWFydDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iQXJ0aXN0cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iYXJ0d29yay1kZXRhaWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMjMuMDAwMDAwLCAtOTQ2LjAwMDAwMCkiIHN0cm9rZT0iIzMzMzMzMyI+ICAgICAgICAgICAgPGcgaWQ9IkhlYXJ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjQuMDAwMDAwLCA5NDcuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02LjM2MjIzMDIyLDExLjUxMzY3MTkgQzMuNzE3NTM2MjEsOC44MDU1MDEzIDEuODc5NjQ1NTksNi45Njc2MTA2OCAwLjg0ODU1ODM0OCw2IEMtMC42OTgwNzI1MTIsNC41NDg1ODM5OCAtMC4zMjYyNDYzNCwwIDMuNjA1Mzk0MjksMCBDNC40NjY4ODUxNywwLjA0OTQ3OTE2NjcgNS4zODU4MzA0OCwwLjYwNDE2NjY2NyA2LjM2MjIzMDIyLDEuNjY0MDYyNSIgaWQ9IlBhdGgtMyI+PC9wYXRoPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIuMDYxMTMwNCwxMS41MTM2NzE5IEM5LjQxNjQzNjM2LDguODA1NTAxMyA3LjU3ODU0NTczLDYuOTY3NjEwNjggNi41NDc0NTg0OSw2IEM1LjAwMDgyNzYzLDQuNTQ4NTgzOTggNS4zNzI2NTM4MSwwIDkuMzA0Mjk0NDMsMCBDMTAuMTY1Nzg1MywwLjA0OTQ3OTE2NjcgMTEuMDg0NzMwNiwwLjYwNDE2NjY2NyAxMi4wNjExMzA0LDEuNjY0MDYyNSIgaWQ9IlBhdGgtMy1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljg4MDAxNSwgNS43NTY4MzYpIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTguODgwMDE1LCAtNS43NTY4MzYpICI+PC9wYXRoPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
                    background-size: 13px 12px;
                    
                    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5XaXNobGlzdCBhZGQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPiAgICAgICAgPGcgaWQ9IkFkZC10by1jYXJ0LWdlbmVyaWMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjAwMDAwMCwgLTcuMDAwMDAwKSIgc3Ryb2tlPSIjMzMzMzMzIj4gICAgICAgICAgICA8ZyBpZD0iV2lzaGxpc3QtYWRkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjUwMDAwMCwgNy41MDAwMDApIj4gICAgICAgICAgICAgICAgPGc+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC41LDYuNSBMMTIuNSw2LjUiIGlkPSJMaW5lIj48L3BhdGg+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC41LDYuNSBMMTIuNSw2LjUiIGlkPSJMaW5lLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNTAwMDAwLCA2LjUwMDAwMCkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC02LjUwMDAwMCwgLTYuNTAwMDAwKSAiPjwvcGF0aD4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
                    background-size: 13px 13px;
                    
                    width: 13px;
                    height: 12px;
                    margin: 0 5px 0 0;
                    transform: scale(1);
                    transition: transform 300ms cubic-bezier(.14,.86,.3,1.51), opacity 300ms linear;
                }
                .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(.65,.06,.19,.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:after {
                    position: absolute;
                    top: -1px;
                    left: 17px;
                    display: block;
                    content: 'Remove from list';
                    background: #fff;
                    border-radius: 2px;
                    border: 1px solid #eaeaea;
                    width: auto;
                    height: auto;
                    text-indent: 0;
                    padding: 2px 4px 0;
                    margin: 0;
                    opacity: 0;
                    font-size: 1.2rem;
                    pointer-events: none;
                    transition: opacity 200ms linear;
                }
                    .device-desktop .wishlist_button .store_item_remove_container:hover .store_item_remove_from_wishlist span:after {
                        opacity: 1;
                    }
                .wishlist_button .store_item_remove_container .store_item_remove_from_wishlist span:before {
                    display: inline-block;
                    vertical-align: middle;
                    content: '';
                    background: 0 0 no-repeat;
                    
                    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxNCAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5IZWFydCBzZWxlY3RlZDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iQXJ0aXN0cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iYXJ0d29yay1kZXRhaWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTAuMDAwMDAwLCAtOTQ2LjAwMDAwMCkiIGZpbGw9IiNERDEwMTAiIHN0cm9rZT0iI0REMTAwRiI+ICAgICAgICAgICAgPGcgaWQ9IkhlYXJ0LXNlbGVjdGVkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTEuMDAwMDAwLCA5NDcuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJIZWFydC1Db3B5Ij4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02LjM2MjIzMDIyLDExLjUxMzY3MTkgQzMuNzE3NTM2MjEsOC44MDU1MDEzIDEuODc5NjQ1NTksNi45Njc2MTA2OCAwLjg0ODU1ODM0OCw2IEMtMC42OTgwNzI1MTIsNC41NDg1ODM5OCAtMC4zMjYyNDYzNCwwIDMuNjA1Mzk0MjksMCBDNC40NjY4ODUxNywwLjA0OTQ3OTE2NjcgNS4zODU4MzA0OCwwLjYwNDE2NjY2NyA2LjM2MjIzMDIyLDEuNjY0MDYyNSIgaWQ9IlBhdGgtMyI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjA2MTEzMDQsMTEuNTEzNjcxOSBDOS40MTY0MzYzNiw4LjgwNTUwMTMgNy41Nzg1NDU3Myw2Ljk2NzYxMDY4IDYuNTQ3NDU4NDksNiBDNS4wMDA4Mjc2Myw0LjU0ODU4Mzk4IDUuMzcyNjUzODEsMCA5LjMwNDI5NDQzLDAgQzEwLjE2NTc4NTMsMC4wNDk0NzkxNjY3IDExLjA4NDczMDYsMC42MDQxNjY2NjcgMTIuMDYxMTMwNCwxLjY2NDA2MjUiIGlkPSJQYXRoLTMtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC44ODAwMTUsIDUuNzU2ODM2KSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC04Ljg4MDAxNSwgLTUuNzU2ODM2KSAiPjwvcGF0aD4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
                    background-size: 13px 12px;
                    
                    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxNSAxMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5XaXNobGlzdCByZW1vdmU8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IlNob3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPiAgICAgICAgPGcgaWQ9IlNob3AtbGlzdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0My4wMDAwMDAsIC0xNjE2LjAwMDAwMCkiIHN0cm9rZT0iIzZGQUEyMiI+ICAgICAgICAgICAgPGcgaWQ9Ildpc2hsaXN0LWFkZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDQ0LjAwMDAwMCwgMTYxNy4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9Ildpc2hsaXN0LXJlbW92ZSI+ICAgICAgICAgICAgICAgICAgICA8Zz4gICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNC42NTI4NDk0Miw4LjU3NTQ3NTMgTDEyLjMwNzI4NDYsMC42NDkwNzU2MDQiIGlkPSJMaW5lIiBzdHJva2Utd2lkdGg9IjEuMiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjY4OTY0OTU3NCw0Ljc0ODI1NzcgTDQuNjUyODQ5NDIsOC41NzU0NzUzIiBpZD0iTGluZS1Db3B5IiBzdHJva2Utd2lkdGg9IjEuMiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
                    background-size: 14px auto;
                    
                    width: 14px;
                    height: 12px;
                    margin: 3px 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(.65,.06,.19,.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: -9999px;
                        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;
                    }


    /*  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(.65,.06,.19,.96), border 300ms cubic-bezier(.65,.06,.19,.96), background 300ms linear;
            font-size: 13px;
            line-height: 20px;
            min-width: 85px;
            border: 1px solid #eaeaea;
            color: #111;
        }
            .store_item.store_item_sold_out {
                pointer-events: none;
            }
            .store_item.store_item_sold_out .price {
                padding-left: 8px;
                font-weight: 500;
                color: #a90909;
            }
                .store_item:before {
                    content: '';
                    pointer-events: none;
                    background: #E2DFDC;
                    position: absolute;
                    top: -1px;
                    left: -1px;
                    right: -1px;
                    bottom: -1px;
                    transform: translate3d(0, 0, 0) rotate(0) scaleY(0);
                    transition: transform 400ms cubic-bezier(.65,.06,.19,.96), width 400ms cubic-bezier(.65,.06,.19,.96);
                }
                .device-desktop .store_item:not(.store_item_sold_out):hover:before {
                    transform: none;
                }
                .device-desktop .store_item:not(.store_item_sold_out):hover {
                    border-color: #E2DFDC;
                }
            .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;
                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(.65,.06,.19,.96);
            }
                    .store_item:not(.store_item_sold_out) .price:not(.sold_out) {
                        text-indent: -9999px;
                    }
                    .store_item:not(.store_item_sold_out) .price:not(.sold_out):before {
                        content: 'Add';
                        display: block;
                        text-align: center;
                        padding: 6px 8px 3px 32px;
                        box-sizing: border-box;
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        text-indent: 0;
                    }
            .store_item:not(.store_item_sold_out) .price {
                transform: translate3d(0, 46px, 0);
            }
                .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):not(.store_item_adding):hover .price {
                    transform: translate3d(0, 0, 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;
            }


        .buy_now_fallback {
            display: block;
            margin-top: 4px;
            padding-left: 25px;
            position: relative;
        }
            .buy_now_fallback:before {
                position: absolute;
                top: -5px;
                left: 5px;
                display: block;
                content: '';
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxMyAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQmFnIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC0wLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgcG9pbnRzPSIwIDEyLjU3Mzk3NDYgMC42Nzk3Mzc5MzkgMi43NzgwNzYxNyAxMC4xMDQzMTY4IDIuNzc4MDc2MTcgMTEgMTIuNTczOTc0NiI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMy41LDIuNzc4MDc2MTcgQzMuNSwtMC45MjYwMjUzOTEgNy4xMTc0MzE2NCwtMC45MjYwMjUzOTEgNy4xMTc0MzE2NCwyLjc3ODA3NjE3IiBpZD0iUGF0aC0yIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) 0 0 no-repeat;
                background-size: 13px auto;
                width: 13px;
                height: 17px;
                transition: background 300ms linear, opacity 300ms linear;
            }

        .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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxMyAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQmFnIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC0wLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgcG9pbnRzPSIwIDEyLjU3Mzk3NDYgMC42Nzk3Mzc5MzkgMi43NzgwNzYxNyAxMC4xMDQzMTY4IDIuNzc4MDc2MTcgMTEgMTIuNTczOTc0NiI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMy41LDIuNzc4MDc2MTcgQzMuNSwtMC45MjYwMjUzOTEgNy4xMTc0MzE2NCwtMC45MjYwMjUzOTEgNy4xMTc0MzE2NCwyLjc3ODA3NjE3IiBpZD0iUGF0aC0yIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) 0 0 no-repeat;
                background-size: 13px auto;
                width: 13px;
                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: 74px;
                padding: 6px 8px 5px
                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(.65,.06,.19,.96);
            }
            .store_item .store_item_add_to_cart:after {
                content: 'Buy now';
                display: block !important;
                position: absolute;
                pointer-events: none;
                top: 0;
                right: 0;
                width: 74px;
                padding: 6px 8px 5px;
                font-size: 1.2rem;
                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(.65,.06,.19,.96);
                transform: translate3d(0, 0, 0);
            }
                .device-desktop .store_item:not(.store_item_sold_out):not(.store_item_adding):hover .store_item_add_to_cart:after {
                    transform: translate3d(0, -46px, 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  button .loader {
                    transform: scale(0.75);
                }
            .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(.65,.06,.19,.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;
                }
                    .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;
                    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: 1.5rem;
                        line-height: 21px;
                    }
                    .featured_context .store_item .price {
                        font-size: 1.5rem;
                        line-height: 21px;
                    }
                    .featured_context .store_item .store_item_remove_container,
                    .featured_context .store_item .store_item_add_to_cart:after {
                        padding: 16px 22px 13px 42px;
                        text-align: center;
                        box-sizing: border-box;
                        width: 100%;
                        font-size: 1.5rem;
                        line-height: 21px;
                        content: 'Buy now';
                    }
                    .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;
                }


    /*  Slideshow pagination controls
    ---------------------------------------------------------------------------------- */

        .slideshow_pagination {
            font-weight: normal;
            font-size: 1.0rem;
            line-height: 2.0rem;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 1px;
            width: 100%;
        }
        .slideshow-controls-hidden .slideshow_pagination {
            display: none;
        }
            .slideshow_pagination .page_numbers {
                text-align: center;
                white-space: nowrap;
                padding: 2px 10px 0 0;
                display: block;
                vertical-align: middle;
                float: left;
            }
                .slideshow_pagination .page_numbers div {
                    display: inline-block;
                    padding: 0 2px;
                }
            .slideshow_pagination .page_buttons {
                float: right;
                white-space: nowrap;
            }
                .slideshow_pagination .prev {
                    margin: 0 auto;
                    width: 25px;
                    height: 20px;
                    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;
                }
                .slideshow_pagination .next {
                    margin: 0 auto;
                    width: 25px;
                    height: 20px;
                    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;
                }
            
            @media screen and (min-width: 1024px) {
                #hero .slideshow_pagination {
                    color: #fff;
                }
                    #hero .slideshow_pagination .prev {
                        background-image: url('/images/arrow_left_reverse.png');
                    }
                    #hero .slideshow_pagination .next {
                        background-image: url('/images/arrow_right_reverse.png');
                    }
            }


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

        .button,
        .enquire_link_custom,
        .enquire_link_custom_small,
        button:not(.store_item_add_to_cart):not(.clear_button_styles) {
            float: left;
            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;
                
            color: #111;
            border: 1px solid #eaeaea;
            background: transparent;
        }
        .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(.75,.01,.3,.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: 1.0rem;
                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,
            .enquire_link_custom_small button,
            .button a,
            .button button,
            .button > span:not(.loader),
            button:not(.store_item_add_to_cart):not(.clear_button_styles) {
                float: left;
                color: #111;
                
                font-size: 1.4rem;      
                letter-spacing: 1px;
                line-height: 2.0rem;
                
                padding: 17px 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(.65,.06,.19,.96), border 300ms cubic-bezier(.65,.06,.19,.96), background 300ms linear;
            }
            .enquire_link_custom,
            .enquire_link_custom_small {
                float: none;
                display: inline-block;
                padding: 0;
            }
            .enquire_link_custom_small button {
                padding: 9px 12px 6px;
            }
            button:not(.store_item_add_to_cart):not(.clear_button_styles) a,
            button:not(.store_item_add_to_cart):not(.clear_button_styles) span {
                padding: 0;
            }
            .button a: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 15px 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 {
                content: '';
                pointer-events: none;
                background: #E2DFDC;
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                transform: translate3d(0, 0, 0) rotate(0) scaleY(0);
                transition: transform 400ms cubic-bezier(.65,.06,.19,.96), width 400ms cubic-bezier(.65,.06,.19,.96);
            }
                .device-desktop .button:not(.store_item_add_to_cart):not(button):hover {
                    border-color: #E2DFDC;
                }
                .device-desktop .button:not(.store_item_add_to_cart):not(button):hover:before {
                    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) {
                    /*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 {
                    /*background-image: url(/images/arrow_right_reverse.png);*/
                }

            /* Button alt */
            
            .button.alt,
            button:not(.store_item_add_to_cart):not(.clear_button_styles).alt,
            .button.button_prominent {
                background: #E2DFDC;
                border-color: #E2DFDC;
            }
                .button.alt a,
                .button.alt button,
                .button.button_prominent a {
                    
                }
                .button.alt a:before,
                .button.alt button:before,
                .button.button_prominent a:before {
                    
                }
                
            /* Button small */
            
            .list_caption_wrapper .button a {
                font-size: 1.1rem;
                letter-spacing: 0.5px;
                line-height: 2.0rem;
                padding: 4px 7px 3px;
                z-index: 6;
            }
            
            /* Button basket */
            
            .tabbing-detected .button a:focus {
                outline-offset: -3px;
            }
            body.browser-msie.tabbing-detected .button a:focus {
                border: 3px solid black;
            }
            .featured_context .button.button_basket {
                
            }
            .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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxMyAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQmFnIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC0wLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgcG9pbnRzPSIwIDEyLjU3Mzk3NDYgMC42Nzk3Mzc5MzkgMi43NzgwNzYxNyAxMC4xMDQzMTY4IDIuNzc4MDc2MTcgMTEgMTIuNTczOTc0NiI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMy41LDIuNzc4MDc2MTcgQzMuNSwtMC45MjYwMjUzOTEgNy4xMTc0MzE2NCwtMC45MjYwMjUzOTEgNy4xMTc0MzE2NCwyLjc3ODA3NjE3IiBpZD0iUGF0aC0yIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) left 0 no-repeat;
                background-size:  11px auto;
                width: 11px;
                height: 18px;
            }
            .device-desktop .button:not(.store_item_add_to_cart):not(button).button_basket:hover a:before {
                
            }
            .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, color4 6s ease-in-out infinite;
                            animation: dash 1.5s ease-in-out infinite, color4 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: 680px;
        width: 60vw;
        background: #fff;
        transition: all 600ms cubic-bezier(.65,.06,.19,.96);
        transform: translate3d(60vw,0,0);
        opacity: 1;
    }
    #store_quick_cart_widget.notify_panel {
        z-index: 4002;
    }
    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 {
                overflow: auto;
                -webkit-overflow-scrolling: touch;
                position: absolute;
                top: 0;
                bottom: 102px;
                width: 100%;
            }
            .notify_panel_content_scrollable .notify_panel_content {
                position: static;
                top: 96px;
                bottom: 138px;
                left: 0;
                right: 0;
            }
            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: static;
                z-index: 1;
                top: 0;
                left: 0;
                clear: both;
                padding: 32px 40px 32px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                float: left;
            }
                .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;
                    padding: 20px 0 0;
                    float: left;
                }
                .notify_panel .notify_panel_header #wqcw_remove_all {
                    float: right;
                    padding: 20px 0 0;
                    clear: none;
                }
            .notify_panel h3 {
                margin: 0;
                font-size: 3.0rem;
                line-height: 3.4rem;
            }
            .notify_panel_close {
                position: fixed;
                top: 37px;
                right: 27px;
                    
                padding: 3px 20px 9px 0;
                margin: 0 0 0 25px;
                z-index: 1200;
                cursor: pointer;
                font-size: 1.4rem;
                line-height: 1.6rem;
                z-index: 1200;
                color: #111;
                -moz-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                -o-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                -webkit-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                transition: opacity 2s cubic-bezier(.18, 1, .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 {
                box-sizing: border-box;
                padding: 0 40px;
            }
            .notify_panel .notify_panel_content ul {
                margin: 0;
                width: auto;
                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(.65,.06,.19,.96), padding 500ms cubic-bezier(.65,.06,.19,.96);
                        max-height: 0;
                        padding: 0;
                        transition-delay: 500ms;
                    }
                    .notify_panel .notify_panel_content ul li.hide .item_inner {
                        transition: transform 500ms cubic-bezier(.65,.06,.19,.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: 40%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        text-align: center;
                        margin: 0 0 0;
                    }
                        .notify_panel .notify_panel_content ul li .item_image a {
                            display: block;
                        }
                        .notify_panel .notify_panel_content ul li .item_image img {
                            max-height: 280px;
                            margin: 0 auto;
                            display: block;
                        }
                    .notify_panel .notify_panel_content ul li .item_content {
                        display: inline-block;
                        vertical-align: top;
                        width: 55%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        padding: 0 0 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-size: 2.6rem;
                            line-height: 2.6rem;
                            
                            margin: 0 0 15px;
                            padding: 0 0 12px;
                            border-bottom: 1px solid rgba(185,150,103,0.25);
                        }
                            .notify_panel .notify_panel_content ul li .item_content .item_details .title .heading_title {
                                display: block;
                            }
                            .notify_panel .notify_panel_content ul li .item_content .item_details .title .heading_subtitle {
                                font-weight: 200;
                            }
                        .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 {
                            color: #888;
                        }
                        .notify_panel .notify_panel_content ul li .item_content.wqcw_item_content .item_details .details {
                            display: block;
                        }
                        .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 0 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;
                                    font-size: 1.4rem;
                                }
                                .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.9rem;
                                font-size: 1.4rem;
                            }
                            .notify_panel .notify_panel_content ul li .item_content .item_tools .store_item {
                                float: none;
                                display: inline-block;
                                vertical-align: middle;
                                min-width: 106px;
                                margin: 0 18px 0 0;
                            }
                                .notify_panel .notify_panel_content ul li .item_content .item_tools .store_item .details {
                                    display: none;
                                }
                                .notify_panel .notify_panel_content ul li .item_content .item_tools .store_item .store_item_add_to_cart:after {
                                    content: 'Move to cart';
                                    width: 90px;
                                }
                            .notify_panel .notify_panel_content ul li .item_content .item_tools .item_remove {
                                float: none;
                                display: inline-block;
                                vertical-align: middle;
                            }
                            .notify_panel .notify_panel_content ul li .item_content .item_tools .item_remove.wqcw_cell_remove {
                                margin-top: 4px;
                            }
                                .notify_panel .notify_panel_content ul li .item_content .item_tools .item_remove a {
                                    display: block;
                                    text-align: left;
                                    line-height: 1.9rem;
                                    font-size: 1.4rem;
                                }
                    .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;
                display: none;
            }
                .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: left;
                width: 100%;
                display: block;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 40px 20px;
                background: #fff;
            }
                .notify_panel .notify_panel_footer .sqcw_checkout_button,
                .notify_panel .notify_panel_footer .wqcw_checkout_button {
                    display: block;
                    width: 100%;
                    float: none;
                }
                    .notify_panel .notify_panel_footer .sqcw_checkout_button a,
                    .notify_panel .notify_panel_footer .wqcw_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,
                    .browser-msie.tabbing-detected .notify_panel .notify_panel_footer .wqcw_checkout_button a:focus {
                        background-color: yellow;
                        color: black;
                        border: 2px solid black;
                    }
            .notify_panel .notify_panel_footer #wqcw_checkout > div {
                width: 48%;
                padding-right: 4%;
                float: left;
            }
            .notify_panel .notify_panel_footer #wqcw_checkout > div:last-child {
                padding-right: 0;
            }


        /* Wishlist variant
        ----------------------------------------------------------- */
        
        #wishlist_quick_cart_widget:after {
            content: '';
            position: fixed;
            display: block;
            z-index: 3000;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(0,0,0,0.23);
            opacity: 0;
            pointer-events: none;
            -webkit-transition: opacity 400ms ease-in-out;
            transition: opacity 400ms ease-in-out;
        }
            body.quick_contact_widget_active #wishlist_quick_cart_widget:after {
                opacity: 1;
            }


/* -----------------------------------------------------------
   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: 150px 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: 150px 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: 2.8rem;
            line-height: 3.4rem;
        }
        .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: 'Calibre', Sans-Serif;
                            font-weight: 300;
                            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: 300;
                            font-size: 1.2rem;
                            line-height: 2.0rem;
                            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: 300;
                        }
                        #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) 0 center no-repeat;
                        background-size: 11px auto;
                        font-size: 1.3rem;
                        line-height: 2.7rem;
                    }
                    #wishlist_information .sc_cell_remove .remove {
                        float: left;
                        text-align: left;
                        text-indent: 24px;
                        margin: 0;
                        width: 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: 300;
                    font-size: 1.4rem;
                    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: 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;
                    font-size: 1.4rem;
                }
                #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 {
                pointer-events: none;
            }
            
            #sc_checkout_container .sc_field_group {
                margin: 0 0 40px;
                clear: both;
                float: left;
                width: 100%;
            } 
            #sc_checkout_container h3.subheading {
                margin: 0 0 20px;
                font-size: 1.8rem;
                font-weight: 300;
                line-height: 1.8rem;
                letter-spacing: 1px;
                font-family: inherit;
                color: #111;
                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,
            #sc_checkout_container textarea {
                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 6px;
                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: 2.0rem !important;
            font-weight: normal !important;
            font-family: 'Calibre', 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(.65,.06,.19,.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;
    }
        .share_links .link {
            
        }
        .share_links .link a:before {
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxMSAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFyZSBpY29uPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJTaG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJTaG9wLWRldGFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxNC4wMDAwMDAsIC01MjAuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICA8ZyBpZD0iU2hhcmUtaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTE5LjUwMDAwMCwgNTI3LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNTE5LjUwMDAwMCwgLTUyNy4wMDAwMDApIHRyYW5zbGF0ZSg1MTQuMDAwMDAwLCA1MjAuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC4xMTUzODA5LDUuNSBMOC45NjE1NDU5MSw1LjUgTDguOTYxNTQ1OTEsNi4yODc4ODcxMSBMOS43MzA3ODQxMiw2LjI4Nzg4NzExIEw5LjczMDc4NDEyLDEyLjcxMjEzNTggTDEuMjY5MjM4MjEsMTIuNzEyMTM1OCBMMS4yNjkyMzgyMSw2LjI4Nzg4NzExIEwyLjAzODQ3NjQzLDYuMjg3ODg3MTEgTDIuMDM4NDc2NDMsNS41IEwwLjg4NDYxOTEwNyw1LjUgQzAuNjcyMDIxMTkxLDUuNSAwLjUsNS42NzYxOTE1NiAwLjUsNS44OTM5NDM1NSBMMC41LDEzLjEwNjA1NjQgQzAuNSwxMy4zMjM4MDg0IDAuNjcyMDIxMTkxLDEzLjUgMC44ODQ2MTkxMDcsMTMuNSBMMTAuMTE1MzgwOSwxMy41IEMxMC4zMjc5Nzg4LDEzLjUgMTAuNSwxMy4zMjM4MDg0IDEwLjUsMTMuMTA2MDU2NCBMMTAuNSw1Ljg5Mzk0MzU1IEMxMC41LDUuNjc2MTkxNTYgMTAuMzI3OTc4OCw1LjUgMTAuMTE1MzgwOSw1LjUgWiIgaWQ9IlBhdGgiPjwvcGF0aD4gICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIHBvaW50cz0iNS4wNTI3MDM1NyAyLjIwMTM4NDc5IDUuMDUyNzAzNTcgOC41IDUuOTQ3Mjk2NDMgOC41IDUuOTQ3Mjk2NDMgMi4yMDEzODQ3OSA3Ljg2NzUwNTI0IDQuMTA5MzY4NyA4LjUgMy40ODA5MDA2OCA1LjUgMC41IDIuNSAzLjQ4MDkwMDY4IDMuMTMyNDk0NzYgNC4xMDkzNjg3Ij48L3BvbHlnb24+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) center center no-repeat;
            background-size: 11px auto;
            width: 11px;
            height: 14px;
        }
        .share_links .share_options {
            display: none;
            position: absolute;
            top: 32px;
            left: 0;
            opacity: 0;
            transition: opacity 400ms ease-in-out;
            border: 1px solid #eaeaea;
            padding: 10px;
        }
        .share_links.active .share_options {
            display: block;
        }
        .share_links.animate .share_options {
            opacity: 1;
        }
        .share_links .share_options .social_links_item {
            display: block;
            float: left;
            margin: 0 10px 0 0;
        }
        .share_links .share_options .social_links_item:last-child {
            margin-right: 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(.2,1.1,.78,.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.email:before {
                            content: "\f0e0";
                            font-size: 14px !important;
                        }
                        .social_media_icon.wechat:before {
                            content: "\f1d7";
                        }
                        .social_media_icon.artsy:before {
                            content: "";
                            background: url(/images/artsy_reversed.svg) center center no-repeat;
                            background-size: 18px 18px;
                            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: #222;
                        animation: loading2 3200ms cubic-bezier(.87,.17,.18,.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;
                
                /* Non-fixed header/close button 
                overflow: auto;
                max-height: 100vh;*/
            }
                #popup_box .inner {
                    float: none;
                    width: 100%;
                    margin: 0 auto;
                    position: relative;
                    max-width: 2660px;
                    overflow: hidden;
                    min-height: 100vh;
                }
                    #popup_box .close {
                        position: fixed;
                        position: absolute;
                        top: 42px;
                        right: 50px;
                        border: 2px solid transparent;
                        padding: 10px 20px 9px 0;
                        margin: 0 0 0 25px;
                        z-index: 1200;
                        cursor: pointer;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                        z-index: 1200;
                        color: #111;
                        cursor: pointer;
                        -moz-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                        -o-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                        -webkit-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                        transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                    }
                    .browser-msie #popup_box .close {
                        z-index: 1300;
                    }
                        #popup_box .close a {
                            display: block;
                            padding: 0;
                        }
                        #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;
                        
                        /* Non-fixed header/close button 
                        position: static;
                        overflow: visible;
                        max-height: none;*/
                        
                        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(.65,.06,.19,.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(.87,.17,.18,.85), opacity 0.8s ease-in-out;
                    -webkit-transform: translate3d(200px, 0, 0);
                    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.87,.17,.18,.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);
                    }
                    .page-popup-active.popup-scrolled #popup_box .close {
                        transform: translate3d(0, -100px, 0);
                        -webkit-transform: translate3d(0, -100px, 0);
                    }
                #popup_box .pagination_controls {
                    opacity: 0;
                    transition: transform 0.6s cubic-bezier(.87,.17,.18,.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(.86,.01,.14,.99), opacity 400ms ease-in-out;
                }
                    .page-popup-visible #popup_content .image_container {
                        opacity: 1;
                        /*transform: translate3d(0, 0, 0);*/
                        transform: none; /* Changed to 'none' as the transform was breaking fixed positioning inside (roomview) */
                    }

                #popup_content .content_container {
                    opacity: 0;
                    transform: translate3d(0, 100px, 0) skewY(0);
                    transition: transform 600ms cubic-bezier(.65,.06,.19,.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(.18, 1, .21, 1), opacity 1000ms ease-in-out;
                    }

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

                #popup_content .content_basic_layout {
                    transition: transform 600ms cubic-bezier(.86,.01,.14,.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(.65,.06,.19,.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
---------------------------------------------------------------------------------- */
    
    /* 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;
        min-height: 100vh;
    }
    .section-home #main_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 
    ---------------------------------------------------------------------------------- */

        

    
    /* 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;
        }
    }


    .section-art-fairs .art-fairs-list-wrapper .feature_panels section.heading_panel .area_wrapper:before {
        display:none;
    }


    /* About
    ---------------------------------------------------------------------------------- */
    
    .section-about #hero .content .content_header h1 {
        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 */
    }
    .section-about .feature_panels section.panel_index_1 {
        margin-top: 45px;
    }
    
    
    /* WeChat
    ---------------------------------------------------------------------------------- */

    .section-wechat .content_basic_layout {
        max-width: 700px;
    }
    
    /* Chinese page
    ---------------------------------------------------------------------------------- */

    body.section-zh {
        line-height: 2.4rem;
    }
    .section-zh .intro_content {
        line-height: 3.2rem;
    }
    .section-zh .standard_grid .item .content {
        line-height: 2.4rem;
    }
    

    /*  Contact
    ---------------------------------------------------------------------------------- */
        
        .section-contact #footer .main_inner {
            display: none;
        }
        
        .contact-locations-grid .standard_grid .item .content h3,
        .contact-additional-grid .standard_grid .item .content h3 {
            font-size: 2.1rem;
            line-height: 2.7rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.22);
            padding: 0 0 22px;
            color:rgb(51, 51, 51);
        }
        .contact-locations-grid .standard_grid .item .content .section {
            margin: 0 0 20px;
        }
        .contact-locations-grid .standard_grid .item .map_area {
            min-height: 360px;
            margin: 0 0 30px;
        }
        .section-contact .contact-page-bg{
            background-size: cover;
        }
        .section-contact .contact-page-bg::before {
            content: '';
            background: rgba(251, 250, 249, 0.85);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


    /*  Error page
    ---------------------------------------------------------------------------------- */
        
        .section-pagenotfound #header {
            transform: none !important;
            opacity: 1 !important;
        }
        .section-pagenotfound #main_content {
            padding: 100px 47px 50px;
            min-height: 0;
        }
        .section-pagenotfound h1 {
            font-size: 50px;
            line-height: 70px;
            margin: 0 0 27px;
        }


    /*  Artists
    ---------------------------------------------------------------------------------- */
    
    .subsection-artist-list-standard .scroll_section.scroll_section_panels {
        overflow: visible;
    }
        .subsection-artist-list-standard .artist_name {
            font-size: 1.65rem;
            line-height: 2.2rem;
        }
        .subsection-artist-list-standard #artist_names_list.item-hovering ul li a {
            transition: color 200ms linear;
        }
        .subsection-artist-list-standard #artist_names_list.item-hovering ul li a:not(.active),
        .subsection-artist-list-standard #artist_names_list.item-hovering ul li a:not(.active):visited {
            color: #777;
        }
    
    .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 0 50px;
    }
        .artist_list_section_list .artist_list_group #artist_names_list {
            float: left;
            width: 75%;
        }
        .artist_list_section_list .artist_list_group #artist_image_preview {
            float: right;
            width: 25%;
            position: sticky;
            top: 30px;
            max-height: 100vh;
            overflow: hidden;
        }
            .artist_list_section_list .artist_list_group #artist_image_preview ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            .artist_list_section_list .artist_list_group #artist_image_preview ul li {
                margin: 0;
                padding: 0;
                display: none;
                transition: opacity 100ms ease-in-out;
                opacity: 0;
            }
                .artist_list_section_list .artist_list_group #artist_image_preview ul li.active,
                .artist_list_section_list .artist_list_group #artist_image_preview ul li.force_show {
                    display: block;
                }
                .artist_list_section_list .artist_list_group #artist_image_preview ul li.animate {
                    opacity: 1;
                    transition: opacity 800ms ease-in-out;
                }
                .artist_list_section_list .artist_list_group #artist_image_preview ul li .image {
                    display: block;
                    min-height: 300px;
                }
    
    .artist_list_section {
        
    }
    .artist_list_section.disabled {
        display: none;
    }
    .artist_list_section.active {
        display: block;
        opacity: 0;
        transform: translateY(100px);
    }
    .artist_list_section.animate {
        display: block;
        opacity: 1;
        transform: translateY(0);
        transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
    }
    
    #artist_list_grid_selector {
        width: 100%;
        position: relative;
        z-index: 1;
        margin: 0 0 50px;
        float: left;
        
        display: none;
    }
        #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;
            float: left;
            cursor: pointer;
            position: relative;
            padding: 6px 0 0;
            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 {
            color: #111;
            font-size: 1.5rem;
            line-height: 2.0rem;
            font-weight: inherit;
        }



    .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, 60px, 0);
            opacity: 0;
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .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 20px 0;
                font-size: 1.5rem;
                line-height: 1.6rem;
            }
            .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(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .image_list ul li.animate-from-top {
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .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: 3.0rem;
                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: 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
        }
            .records_list_slider .records_list_inner .flickity-viewport {
                overflow: visible;
                z-index: 0;
            }
        .panel_type_records_slider .area_wrapper {
            overflow: hidden;
        }
        .panel_type_records_slider a {
            display: 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%;
                right: 0;
                pointer-events: none;
                display: 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;
                }
                .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%;
        top: 0;
        pointer-events: none;
        position: static;
        height: 0;
        left: 0;
        right: 0;
    }
        .panel_type_records_slider .records_list_slider .pagination_controls > button {
            left: 10px;
            top: 29%;
            bottom: auto;
            position: absolute;
            background-color: #f6f5f3;
            border-radius: 100%;
            height: 45px;
            width: 45px;
        }
        .panel_type_records_slider .records_list_slider .pagination_controls > button {
            opacity: 1;
        }
        .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: 10px;
        }
    
    .records_list_slider .item {
        width: 50%;
        max-width: 675px;
        /*
        width: auto;
        */
        padding: 0 75px 75px 0;
        box-sizing: border-box;
        transform: translate3d(0, 0, 0) skewY(0);
        opacity: 0;
        transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1), width 5000ms cubic-bezier(.18, 1, .21, 1);
    }
    .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(.65,.06,.19,.96), min-height 500ms cubic-bezier(.65,.06,.19,.96);
            
            display: block;
            position: relative;
            
            height: auto !important;
            
            /*
            min-height: 0 !important;
            height: 500px !important;
            */
        }
            .records_list_slider .item .image:after {
                width: 100%;
                padding-top: 75%;
                content: '';
                display: block;
                
                /*
                display: none;
                */
            }
            .records_list_slider .item .image > div {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    display: flex;
                    align-items: center;
                    
                /*
                height: 100%;
                */
            }
            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%;
            
            height: 100%;
            width: 100%;
            object-fit: cover;
            
            /*
            height: 100%;
            max-width: none;
            max-height: 100%;
            margin: 0 auto;
            */
        }
        .panel_type_215.feature_variant_6 .records_list_slider .item .image img {
            object-fit: contain;
        }
            .browser-msie .records_list_slider .item .image img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                width: auto;
            }
        .records_list_slider .item .prelude {
            margin: 0 0 10px;
        }
        .records_list_slider .item .list_caption_wrapper {
            display: block;
        }
        .records_list_slider .item .list_caption_wrapper .buttons {
            margin: 0;
            padding: 0;
        }
        .records_list_slider .item .content {
            margin: 0 0 16px;
        }
        

    
    
    /* 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(.18, 1, .21, 1);
            -moz-transition: transform 0.8s cubic-bezier(.18, 1, .21, 1);
            transition: transform 0.8s cubic-bezier(.18, 1, .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.0;
                -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.0;
                -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: 2.0rem;
            font-weight: 300;
            letter-spacing: 0.1rem;
            text-transform: uppercase;
            font-weight: 300;
            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.0;
            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: .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
    --------------------------------------- */
    
    .protected-path-login-mode #header {
        z-index: 110000;
        background: #fff;
    }
    
    .privacy_policy_form_msg {
        color: #757575;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .privacy_policy_form_msg a {
        text-decoration: underline;
    }
    .protected_path_frontend_form_has_background .privacy_policy_form_msg {
        color: #ccc;
    }
	
	#protected_path_login {
		position: relative;
		z-index: 3000;
	    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(.65,.06,.19,.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(.65,.06,.19,.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(.65,.06,.19,.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;
		width: 278px;
		margin-bottom: 10px;
		font-family: inherit;
	}
	#protected_path_login .f_mailinglist_container {
	    
	}
	#protected_path_login form .form_row.f_mailinglist_container {
	    text-align: left;
	    border: 0;
	    padding: 20px 0 0;
	}
	#protected_path_login form .form_row.f_mailinglist_container:after {
	    display: none;
	}
	#protected_path_login form .form_row.f_mailinglist_container fieldset legend {
        width: auto;
        float: left;
        margin: 0 25px 5px 0;
        padding: 1px 0 0;
	}
	#protected_path_login form .form_row.f_mailinglist_container fieldset label {
        display: inline-block;
        color: #fff;
        float: none;
        width: auto;
        font-size: 1.5rem;
        padding: 0;
        border: 0;
        margin: 3px 20px 0 0;
        line-height: 1.6rem;
	}
	#protected_path_login form .form_row.f_mailinglist_container fieldset input {
        display: inline-block;
        float: none;
        width: auto;
        margin: -1px 5px 0 0;
	}
	#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(.65,.06,.19,.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(.65,.06,.19,.96), opacity 400ms ease-in-out;
	    display: block;
	    position: absolute;
	    top: 0;
	    pointer-events: none;
	}
    	#protected_path_login .protected_path_form_status_inner {
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #e1e1e1;
            background: #fff;
            display: block;
            padding: 20px 20px 15px;
            text-align: center;
    	}
    	#protected_path_login.protected_path_frontend_form_has_background .protected_path_form_status_inner {
            border: 1px solid rgba(255,255,255,0.3);
            background: rgba(255,255,255,0.1);
            border: none;
            background: none;
            padding: 0;
    	}
    	#protected_path_login.protected_path_loading .protected_path_form_status.protected_path_form_status_checking {
    	    max-height: 100px;
    	    opacity: 1;
    	}
    	#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 .loader_simple 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;
            }
            #protected_path_login .protected_path_form_status .loader_simple 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;
            }
            #protected_path_login.protected_path_frontend_form_has_background .protected_path_form_status .loader_simple svg .path {
                -webkit-animation: dash 1.5s ease-in-out infinite, color2 6s ease-in-out infinite;
                      animation: dash 1.5s ease-in-out infinite, color2 6s ease-in-out infinite;
            }
    	#protected_path_login .protected_path_form_status .status_icon {
    	    display: block;
    	    vertical-align: middle;
    	    margin: 0 0 10px 0;
    	    padding: 0 1px;
    	    font-size: 32px;
    	    color: #333;
            transition: transform 1000ms cubic-bezier(0,1.77,.6,.99);
            transform: scale(0);
    	}
    	#protected_path_login.protected_path_frontend_form_has_background .protected_path_form_status .status_icon {
    	    color: #fff;
    	}
    	#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 5px;
                font-size: 2.5rem;
                line-height: 3rem;
        	}
    	
    	#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: 460px;
        width: 100%;
        background: #fff;
	    border: 0;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
	}
    	#protected_path_login.protected_path_frontend_form_has_background {
            color: #fff;
            background: transparent;
    	}
    	#protected_path_login.protected_path_frontend_form_has_background #protected_path_login_container {
            color: #fff;
            background: transparent;
    	}
	#protected_path_login #protected_path_login_container {
        margin-top: 60px;
        margin-bottom: 60px;
	}
    #protected_path_login h1 {
        margin: 0 0 15px;
        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 .protected_path_field_row {
	    width: 100%;
	    float: left;
            
        border: none;
        border-bottom: 1px solid #eaeaea;
        
        margin: 0 0 15px;
        clear: both;
	}
    	#protected_path_login label {
    		display: block;
    		clear: both;
            font-weight: 300;
            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: transparent;
            -webkit-appearance: none;
            width: 75%;
            
            width: 100%;
            padding: 12px 0 8px;
            
            float: left;
            outline: none;
            margin: 0;
    	}
    	#protected_path_login .protected_path_field_row input::-webkit-input-placeholder {
    	    color: #666;
    	}
    	
    	#protected_path_login.protected_path_frontend_form_has_background .protected_path_field_row {
    	    background: transparent;
            border-color: rgba(255,255,255,0.5);
    	}
    	#protected_path_login.protected_path_frontend_form_has_background .protected_path_field_row input[type="text"],
    	#protected_path_login.protected_path_frontend_form_has_background .protected_path_field_row input[type="email"] {
    	    color: #fff;
    	}
    	#protected_path_login.protected_path_frontend_form_has_background .protected_path_field_row input::-webkit-input-placeholder {
    	    color: #fff;
    	}
    	
    #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;
    }
    
    #cookie_notification_preferences a:before {
        display: none
    }    
    #cookie_notification_accept {
        background: #E2DFDC;
    }
    #cookie_notification_accept.button:not(.store_item_add_to_cart):not(button):before {
        content: '';
        pointer-events: none;
        background: #b3b1af;
    }
    #protected_path_login .button {
        margin-top: 10px;
        float: none;
        display: inline-block;
        width: 100%;
    }
    #protected_path_login .button a {
        width: 100%;
    }
    	#protected_path_login.protected_path_frontend_form_has_background .button {
    	    background: #fff;
    	    border: 0;
    	}

    #protected_path_login .link {
        display: none;
    }
        #protected_path_login .link a:before {
            display: none;
        }
    
    #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(.45,0,.27,1), width 600ms ease-in-out;
        transition: background 600ms, height 600ms cubic-bezier(.45,0,.27,1), width 600ms ease-in-out;
    }
    .overlay-bg.open {
        background: #fff;
        height: 100vh;
        -webkit-transition: background .35s, height 300ms cubic-bezier(.45,0,.27,1), width 300ms cubic-bezier(.45,0,.27,1);
        transition: background .35s, height 300ms cubic-bezier(.45,0,.27,1), width 300ms cubic-bezier(.45,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(.45,0,.27,1);
                    transition: transform 600ms cubic-bezier(.45,0,.27,1);
                    transform: translateX(-100vw);
                }
                body.page-transition-active .nav-wrapper ul li {
                    opacity: 1.0;
                    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: 50px;
        padding: 10px 20px 9px 0;
        margin: 0 0 0 25px;
        z-index: 1400;
        cursor: pointer;
        color: #111;
        font-size: 1.4rem;
        line-height: 1.6rem;
        opacity: 0;
        transform: translate3d(200px, 0, 0);
        transition: transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
        -webkit-transform: translate3d(200px, 0, 0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
    }
        .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 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;
    }
    .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.030, 0.420, 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(.03,.54,.14,.99), opacity 400ms linear;
        transition: transform 900ms cubic-bezier(.03,.54,.14,.99), opacity 400ms linear;
        opacity: 1.0;
        transform: translateY(0);
    }
    .animate-out .nav-contact-module .nav-contact-module-inner {
        -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 1s cubic-bezier(0.030, 0.420, 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: #fbfaf9;
                transition: opacity 3000ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
            }
                .splash-bg.open {
                    transform: translateY(0);
                    transition: height 800ms cubic-bezier(.45,0,.27,1), background 400ms ease-in-out, transform 800ms cubic-bezier(.45,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(.45,0,.27,1);
            }
                body.splash-open .splash-container-inner {
                    opacity: 1;
                    transform: translateY(0);
                    transition: opacity 1000ms ease-in-out, transform 800ms cubic-bezier(.45,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 .flowers-logo { 
                margin: 5px auto 0;
                transition: transform 3000ms cubic-bezier(0,.21,0,1) , opacity 400ms cubic-bezier(.18, 1, .21, 1);
                background: url('/images/logo_large.png') 0 0 no-repeat;
                background-size: 100% auto;
                width: 100%;
                height: 42px;
                max-width: 248px;
                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,.21,0,1) , opacity 400ms cubic-bezier(.18, 1, .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: 'Calibre', 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.0;
                -moz-transition: -moz-transform 2s cubic-bezier(.18, 1, .21, 1), opacity 1s cubic-bezier(.18, 1, .21, 1);
                -o-transition: -o-transform 2s cubic-bezier(.18, 1, .21, 1), opacity 1s cubic-bezier(.18, 1, .21, 1);
                -webkit-transition: -webkit-transform 2s cubic-bezier(.18, 1, .21, 1), opacity 1s cubic-bezier(.18, 1, .21, 1);
                transition: transform 2s cubic-bezier(.18, 1, .21, 1), opacity 1s cubic-bezier(.18, 1, .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: 300;
        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 .flowers-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 .flowers-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 .flowers-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 .flowers-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.0;
                transform: translateY(0);
                -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                transition: all 1s cubic-bezier(0.030, 0.420, 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;
        }
        .nav-wrapper ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
        }
        .nav-wrapper ul li {
            display: block;
            color: #111;
            font-weight: 300;
            text-align: left;
            margin: 0;
            margin: 0 0 20px;
            font-size: 2.2rem;
            line-height: 3.2rem;
            letter-spacing: 0.5px;
            display: block;
            float: left;
            width: 100%;
            clear: both;
            opacity: 0;
            transform: translateX(150px);
        }
        .nav-wrapper ul li a {
            padding: 6px 0;
            display: block;
            text-align: center;
        }
        .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.0;
            transform: translateX(0);
            transition: all .8s cubic-bezier(0.030, 0.420, 0.145, 1.005), color 600ms ease-in-out;
        }
        .animate-out .nav-wrapper ul li {
            transform: translateX(0);
            transition: all .8s cubic-bezier(0.030, 0.420, 0.145, 1.005), color 600ms ease-in-out;
        }


    /* Search overlay
    --------------------------------------------- */
        
        .search-overlay {
            z-index: 3100;
        }
        #sw_form {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: 1400;
            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(.65,.06,.19,.96), max-width 600ms cubic-bezier(.65,.06,.19,.96), transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 400ms linear;
        
            top: 33px;
            transform: translate(-50%, 0);
            max-width: 420px;
        }
            .search-overlay.active #sw_form {
                opacity: 1;
            }
            #sw_form form .form_row {
                margin: 0;
                padding: 0;
                border: 0;
            }
                #sw_form form .form_row:after {
                    display: none;
                }
                #sw_form form .form_row input[type='text'] {
                    padding: 7px 25px 9px 0;
                    border-bottom: 1px solid rgba(0,0,0,0.1);
                    background: transparent;
                    color: #222;
                    font-size: 1.5rem;
                    line-height: 2.0rem;
                    padding: 20px 95px 17px 0;
                    outline-color: #222 !important;
                    outline-width: 2px;
                    outline-offset: 5px;
                }
                    #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: 2.0rem;
                    padding: 25px 0 18px 18px;
                    width: 11px;
                    height: 12px;
                    color: #fff;
                    font-size: 1.3rem;
                    line-height: 2.0rem;
                    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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNiAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2ggaWNvbjwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iSGVhZGVyLXJldmVyc2VkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYwMS4wMDAwMDAsIC00OC4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPiAgICAgICAgICAgIDxnIGlkPSJTZWFyY2gtaWNvbiI+ICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MDIuMDAwMDAwLCA0OS4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI1LjUiIGN5PSI1LjUiIHI9IjUuNSI+PC9jaXJjbGU+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTAgTDE0LDE0IiBpZD0iTGluZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) 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;
                    }
                    
            #sw_results h1 {
                display: none;
            }
            #sw_results .panel_filters {
                float: left;
                width: 100%;
                clear: both;
                margin: 0 0 40px;
                border-top: 1px solid #eaeaea;
                padding: 25px 0 0;
            }

        .search-wrapper {
            max-width: 2280px;
            width: 100%;
            margin: 0 auto;
            padding: 0;
            display: block;
        }
            .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: 4002;
    }
    .active-init .enquire-overlay {
        display: block;
    }
        .enquire-overlay .overlay-bg {
            height: 100vh;
            width: 100%;
            background: #fff;
            transform: translate3d(110%, 0 ,0) skewX(6deg);
            -webkit-transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
            top: 0;
            width: 40vw;
            min-width: 320px;
            left: auto;
        }
        .enquire-overlay .overlay-bg.open {
            height: 100vh;
            /*width: 100%;*/
            transform: translate3d(0, 0 ,0);
            -webkit-transition: transform 800ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 800ms cubic-bezier(.65,.06,.19,.96);
        }
        .enquire-overlay .overlay-container-inner {
            width: 100%;
            height: 100vh;
            padding: 50px 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;*/
            }   
            .enquire-input-wrapper .enquiry_form h4 {
                font-size: 2.2rem;
                line-height: 2.8rem;
                margin: 30px 0 15px;
            }
            .enquire-input-wrapper .enquiry_form .first_heading_row h4 {
                margin-top: 15px;
            }
            
                /* 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%;
                            margin-right: 3%;
                            padding-top: 100px;
                            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;
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                            }
                            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: 62%;
                            float: left;
                            font-size: 1.4rem;
                            line-height: 1.8rem;
                            padding: 0;
                            -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;
                                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: 300;
                }
                .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;
                }
                .enquire-input-wrapper .enquiry_form form .form_row.qcw_mailinglist_container {
                    padding-top: 20px;
                }
                .enquire-input-wrapper .enquiry_form form .form_row.qcw_mailinglist_container:after {
                    margin-top: 20px;
                }
                .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;
                }
                
                
                #quick_contact_widget.enquiry_form .display-enquiry-type-wishlist {
                    display: none;
                }
                    #quick_contact_widget.enquiry-type-wishlist-share.enquiry_form .display-enquiry-type-wishlist {
                        display: block;
                    }
                    #quick_contact_widget.enquiry-type-wishlist-share.enquiry_form .hide-enquiry-type-wishlist {
                        display: none;
                    }
                
                
        .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(.45,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(.65,.06,.19,.96);
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
        }
        .content-overlay .overlay-bg.open {
            height: 100vh;
            width: 100%;
            background: #fff;
            transform: translateX(0);
            -webkit-transition: transform 800ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 800ms cubic-bezier(.65,.06,.19,.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.030, 0.420, 0.145, 1.005);
                    transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    opacity: 1.0;
                    transform: translateY(0);
                }
                .animate-out .content-overlay-wrapper .image_area {
                    -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    transition: all 1s cubic-bezier(0.030, 0.420, 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(.18, 1, .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.030, 0.420, 0.145, 1.005);
                    transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    opacity: 1.0;
                    transform: translateY(0);
                }
                .animate-out .content-overlay-wrapper .content_area {
                    -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    transition: all 1s cubic-bezier(0.030, 0.420, 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: flex;
    }
        .nav-overlay .overlay-bg {
            height: 100vh;
            width: 50vw;
            background: #fff;
            transform: translateX(110%) skewX(6deg);
            -webkit-transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
            width: 100%;
            max-width: 600px;
            left: auto;
            right: 0;
        }
        .nav-overlay .overlay-bg.open {
            height: 100vh;
            width: 50vw;
            transform: translateX(0);
            -webkit-transition: transform 800ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 800ms cubic-bezier(.65,.06,.19,.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: block;
        align-items: center;
        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.030, 0.420, 0.145, 1.005);
        transition: all 3s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition-delay: 0.5s;
    }

    .overlay .vert-label {
        opacity: 0;
    }
    .overlay .visible .vert-label {
        opacity: 1.0;
        -webkit-transition: all 3s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 3s cubic-bezier(0.030, 0.420, 0.145, 1.005);
    }
    .overlay.animate-out .vert-label {
        -webkit-transition: all 2s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 2s cubic-bezier(0.030, 0.420, 0.145, 1.005);
    }
    .overlay.animate-out .nav-contact-module .nav-contact-module-inner {
        -webkit-transition: all 2s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 2s cubic-bezier(0.030, 0.420, 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(.18, 1, .21, 1);
        -o-transition:  height 3s cubic-bezier(.18, 1, .21, 1);
        -webkit-transition: height 3s cubic-bezier(.18, 1, .21, 1);
        transition: height 3s cubic-bezier(.18, 1, .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;
    }

