/* ----------------------------------------------------------------------------------
Robilant + Voena
Theme name: Robilant + Voena
---------------------------------------------------------------------------------- */


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

    #container,
    body.layout-hero-header #container {
        width: 1180px;
        padding: 0 20px;
    }

    #header #logo a,
    #header #top_nav a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #header,
    #header.header_fixed {
        min-height: 88px;
        z-index: 2000;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
        background-color: rgba(255,255,255,1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
        #header .inner,
        #header.header_fixed .inner,
        body.type-fullscreen #header .inner{
            width: auto;
            padding: 34px 38px 0;
            min-height: 0;
            position: relative;
        }
        #header .inner .symbol {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 88px;
            height: 88px;
            background: url(/images/rv_logo.png) 0 0 no-repeat;
            border-left: 0;
        }
            .device-highres #header .inner .symbol {
                background-image: url(/images/rv_logo_2x.png);
                background-size: 88px auto;
            }
            #header .inner .symbol a {
                display: block;
                text-indent: -9999px;
                width: 88px;
                height: 88px;
            }
        body .fa-search:before {
            color: #333;
        }

        @media screen and (min-width: 768px) {

            .hero-visible #header,
            .hero-visible #header.header_fixed {
                background-color: rgba(0,0,0,0.3);
                border-bottom: 1px solid rgba(255,255,255,0.9);
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
                .hero-visible #header.header_fixed .inner:after {
                    border-left: 1px solid rgba(255,255,255,0.9);
                }
                .hero-visible #header #logo a {
                    background-image: url(/images/logo.png);
                }
                .device-highres .hero-visible #header #logo a {
                    background-image: url(/images/logo_2x.png);
                    background-size:230px auto;
                }
                .hero-visible .fa-search:before {
                    color: #fff;
                }
                .hero-visible #top_nav.navigation ul li a,
                .hero-visible #top_nav.navigation ul li a:visited {
                    color: rgba(255,255,255,1);
                }
                .hero-visible #top_nav.navigation ul li.active a,
                .hero-visible #top_nav.navigation ul li.active a:visited {
                    color: #fff;
                }
                .hero-visible #header_quick_search .inputField {
                    padding: 3px 0;
                    font-size: 12px;
                    letter-spacing: 2px;
                    line-height: 21px;
                    border: 0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    background-color: transparent;
                }
                .hero-visible #header_quick_search.active input,
                .hero-visible #header_quick_search input {
                    color: #fff;
                }
        }

        #header #scrolling-page-header {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            overflow: hidden;
            height: 88px;
            background: #fff;
            width: 100%;
            padding: 0 38px 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
            #header #scrolling-page-header h1 {
                float: left;
                color: #535353;
                padding: 34px 0 0;
                margin: 0 34px 0 0;
            }
            #header #scrolling-page-header #scrolling-page-header-nav {
                float: left;
                padding: 32px 0 0;
                clear: none;
                color: #535353;
            }
        
    #logo {
        float: left;
        width: 230px;
        height: 21px;
        margin: 0 33px 0 0;
    }
        #logo a {
            text-indent: -9999px;
            display: block;
            width: 230px;
            height: 21px;
            background: url(/images/logo_inverse.png) 0 0 no-repeat;
        }
        .device-highres #logo a {
            background-image: url(/images/logo_inverse_2x.png);
            background-size: 230px 21px;
        }


    #top_nav.navigation {
        float: left;
        clear: none;
        padding: 0;
        margin-top: -2px;
    }
        #top_nav.navigation ul {
            display: inline-block;
        }
        #top_nav.navigation ul li {
            float: left;
            margin: 0 27px 0 0;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        #top_nav.navigation ul li a {
            padding: 3px 0 0;
            font-size: 12px;
            line-height: 22px;
        }
        #top_nav.navigation ul li a,
        #top_nav.navigation ul li a:visited {

        }
        #top_nav.navigation ul li.active a,
        #top_nav.navigation ul li.active a:visited {
            
        }
        
    #header_quick_search {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
        #header_quick_search form {
            width: auto;
            border: 0;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            padding: 0;
        }
        #header_quick_search.active form {
        }
        #header_quick_search .inputField {
            padding: 3px 0;
            font-size: 12px;
            letter-spacing: 2px;
            line-height: 21px;
            border: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background-color: transparent;
        }
        #header_quick_search input,
        #header_quick_search select,
        #header_quick_search textarea {
            font-size: 12px;
            text-transform: uppercase;
            color: #333;
            letter-spacing: 1.6px;
            margin: 0;
        }
        #header_quick_search.active input,
        #header_quick_search.active select,
        #header_quick_search.active textarea {
            cursor: auto;
            color: #303030;
        }
        #header_quick_search input:focus {
            outline:none;
        }
        #header_quick_search #header_quicksearch_btn {
            display: inline-block !important;
            padding: 0;
            margin: 0;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 1.6px;
            font-size: 16px;
            width: 18px;
            float: none;
        }

    .navigation {

    }
        .navigation ul {
            display: inline-block;
            list-style: none;
        }
        .navigation ul li {
            display: inline-block;
            margin: 0 27px 0 0;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        .navigation ul li:last-of-type {
            margin-right: 0;
        }
        .navigation ul li a {
            padding: 3px 0 0;
            font-size: 12px;
            line-height: 22px;
        }
        .navigation ul li a,
        .navigation ul li a:visited {
            color: #aaabad;
        }
        .navigation ul li a:hover {
            color: #333;
        }
        .navigation ul li.active a,
        .navigation ul li.active a:visited,
        .navigation ul li.active a:hover,
        .navigation ul li a.active,
        .navigation ul li a.active:visited,
        .navigation ul li a.active:hover {
            color: #333;
        }

    #main_content,
    body.layout-hero-header.layout-fixed-header #main_content {
        padding: 160px 0 50px;
    }
        body.type-fullscreen #main_content,
        body.layout-hero-header.layout-fixed-header #container.hero-layout #main_content {
            padding: 538px 0 50px;
        }
        body.section-home.type-fullscreen #main_content,
        body.section-home.layout-hero-header.layout-fixed-header #container.hero-layout #main_content {
            padding-top: 740px;
        }
        #main_content h1 {

        }

    .heading_wrapper {
        margin: 0 0 50px;
    }
        .heading_wrapper h1,
        #content .heading_wrapper h1 {
            margin: 0 0 15px;
            float: left;
            clear: none;
        }
        .heading_wrapper .subtitle,
        .heading_wrapper .date {
            clear: left;
            float: left;
            margin: 0;
        }
        .heading_wrapper #sub_nav {
            margin: 0;
            float: right;
            clear: none;
        }

    #sub_nav {
        margin: 0;
    }

    #content {
        padding: 0;
    }
        #container.hero-layout #content {
            padding: 65px 0 0;
        }
        #content h1 {
            margin: 0;
        }
        #content_module {

        }
        #content_module.full_width {
            width: 100%;
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 50px;
            -moz-column-gap: 50px;
            column-gap: 50px;
        }

        #sidebar {
            width: 530px;
        }
            #sidebar .image img {
                display: block;
            }

    #footer {
        width: 100%;
        border-top: 1px solid #e1e1e1;
        position: relative;
        margin: 0;
        font-size: 12px;
        line-height: 20px;
    }
        #footer:after {
            position: absolute;
            right: 0;
            top: 0;
            content: '.';
            display: block;
            text-indent: -9999px;
            width: 88px;
            height: 88px;
            background: url(/images/rv_logo.png) 0 0 no-repeat;
            border-left: 0;
        }
        #footer .inner {
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
            padding: 16px 100px 0 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        #footer #copyright {
            padding: 0;
            float: right;
            width: 22%;
            margin: 0;
        }
            #footer #copyright #social_links {
                float: none;
                display: block;
                margin: -5px 0 5px;
            }
                #footer #copyright #social_links .social_links_item {
                    margin: 0 8px 0 0;
                }
            #footer #copyright .copyright {
                float: none;
                display: block;
            }
        #footer a,
        #footer a:visited {

        }
        #footer #footer_locations {
            float: left;
            width: 75%;
        }
            #footer #footer_locations .location {
                float: left;
                width: 30%;
                margin-right: 5%;
                line-height:20px;
            }
            #footer #footer_locations .location:nth-child(3) {
                margin-right: 0;
            }
            #footer #footer_locations .location h4 {
                font-size: 15px;
                margin: 0 0 7px;
            }


    /* Hero header
    ----------------------------------------------------------- */

        #content #slideshow.fullscreen_slideshow {
            max-height: 538px !important;
            top: 0 !important;
        }

        .fullscreen_slideshow {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .fullscreen_slideshow.fullscreen_slideshow_parallax {
            -webkit-transition: none;
            -moz-transition: none;
            transition: none;
        }
        .fullscreen_slideshow ul li .content {
            width: auto;
            bottom: 40px;
        }
            .fullscreen_slideshow ul li .content .inner {
                padding: 0 38px;
            }
        .fullscreen_slideshow ul li .content .label {
            float: left;
            clear: none;
            color: #fff;
            padding-top: 9px;
            font-size: 14px;
            letter-spacing: 2px;
            margin: 0 0 15px;
            line-height: 20px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-transform: uppercase;
        }
        .fullscreen_slideshow ul li .content h1,
        .fullscreen_slideshow ul li .content h2 {
            clear: left;
            color: #fff;
            font-size: 27px;
            line-height: 30px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: left;
            margin: 0;
        }
        .fullscreen_slideshow ul li .content .subtitle {
            float: right;
            clear: none;
            color: #fff;
            padding-top: 9px;
            font-size: 16px;
            line-height: 20px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }


    /* Page content modules
    ----------------------------------------------------------- */

    .content_section {
        width: 100%;
        clear: both;
        padding: 70px 0 20px;
    }
        .content_section:before {
            content: '.';
            text-indent: -9999px;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            height: 0;
            border-top: 1px solid #e1e1e1;
            margin-top: -70px;
        }
        .content_section .content_section_heading {
            width: 100%;
            text-align: center;
            margin: 0 0 60px;
        }
        .content_section:nth-of-type(1) {
            padding: 20px 0 60px;
        }
        .content_section:nth-of-type(1):before {
            display: none;
        }
        .content_section #sub_nav.navigation {
            text-align: center;
            padding: 40px 0 0;
        }
        #section-intro.content_section .description {
            max-width: 835px;
            text-align: center;
            margin: 0 auto;
        }

        #section-works.content_section {
            padding-bottom: 70px;
        }



/* -----------------------------------------------------------
   Page Specific
----------------------------------------------------------- */


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

    .section-home #container.hero-layout #main_content {
        padding-top: 740px;
    }
    .section-home #content #slideshow.fullscreen_slideshow {
        max-height: 740px !important;
        min-height: 540px !important;
        top: 0 !important;
    }
    

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

    #artist_list_toolbar {
        margin: 0 0 50px;
        text-align: center;
        z-index: 1000;
        position: relative;
    }
        #artist_list_toolbar #artist_toolbar_type {
            float: left;
        }
        #artist_list_toolbar #artist_toolbar_style {
            float: right;
            clear: none;
        }
        #artist_list_toolbar #artist_toolbar_filter {
            max-width: 400px;
            margin: 0 auto;
            clear: none;
        }
            #artist_list_toolbar #artist_toolbar_filter ul li {
                display: inline-block;
                position: relative;
                z-index: 2000;
                height: 30px;
            }
            #artist_list_toolbar #artist_toolbar_filter ul li a {
                -webkit-transition: color 0.2s ease-in-out;
                -moz-transition: color 0.2s ease-in-out;
                transition: color 0.2s ease-in-out;
            }
            #artist_list_toolbar #artist_toolbar_filter ul li ul {
                position: absolute;
                top: 30px;
                left: 0;
                overflow: hidden;
                opacity: 0;
                display: none;
                padding: 8px 4px;
                background: #fff;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
                -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
                box-shadow: 0 0 4px rgba(0,0,0,0.2);
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }
            #artist_list_toolbar #artist_toolbar_filter ul li ul li {
                display: block;
                float: none;
                clear: both;
                white-space: nowrap;
                margin: 0;
                height: auto;
                padding: 4px 8px;
            }
            #artist_list_toolbar #artist_toolbar_filter ul li ul li a {
                font-size: 11px;
                text-align: left;
                float: none;
                display: block;
                line-height: 13px;
            }
            #artist_list_toolbar #artist_toolbar_filter ul li:hover ul {
                display: block;
                opacity: 1;
            }


    .section-artists .subsection-artist-grid.grid-type-old-masters .image_list {
        overflow:hidden;
    }
    .section-artists .subsection-artist-grid.grid-type-old-masters .image_list  ul {
        margin: 0 -25px 0 0 !important;
        overflow: hidden;
        width: auto !important;
        float:none !important;
        display: block !important;
    }

    #artist_image_grid {
        overflow: hidden;
    }

    .section-artists .subsection-artist-grid.grid-type-old-masters .image_list ul li,
    .section-artists .subsection-artist-grid.grid-type-old-masters .image_list ul li:nth-of-type(3n) {
          margin: 0 0 45px 0 !important;
          padding-right: 25px !important;
          box-sizing:border-box;
    }

    .section-artists .subsection-artist-grid.grid-type-old-masters .image_list ul li .image,
    .section-artists .subsection-artist-grid.grid-type-old-masters .image_list ul li .image span {
        width:100% !important;
        height:auto !important;
    }
    .section-artists .subsection-artist-grid.grid-type-old-masters .image_list ul li {
      width: 16.666% !important;
    }

    .subsection-artist-grid.grid-type-old-masters {

    }
        .subsection-artist-grid.grid-type-old-masters .image_list ul li {
            width: 175px !important;
        }
        .subsection-artist-grid.grid-type-old-masters .image_list ul li .image,
        .subsection-artist-grid.grid-type-old-masters .image_list ul li .image span {
            width: 175px !important;
            height: 165px !important;
        }
        .subsection-artist-grid.grid-type-old-masters .image_list ul li .image span img {
            max-width: 175px !important;
            max-height: 165px !important;
        }
        .subsection-artist-grid.grid-type-old-masters .image_list ul li,
        .subsection-artist-grid.grid-type-old-masters .image_list ul li:nth-of-type(3n) {
            margin: 0 25px 45px 0;
        }
        .subsection-artist-grid.grid-type-old-masters .image_list ul li:nth-of-type(6n),
        .subsection-artist-grid.grid-type-old-masters .image_list ul li:last-child {
            margin-right: 0;
        }
        .subsection-artist-grid.grid-type-old-masters #artist_list.image_list ul li .content h2 {
            font-size: 11px;
            line-height: 15px;
            letter-spacing: 1px;
        }

    #artist_list.image_list ul li .content h2 {
        font-size: 15px;
        line-height: 19px;
    }


    /* 2 item works grid scaled up*/
    .section-artists .subsection-works .image_list.record-count-2 ul li {
        width:500px;
    }
    .section-artists .subsection-works .image_list.record-count-2 ul li .image,
    .section-artists .subsection-works .image_list.record-count-2 ul li .image span,
    .section-artists .subsection-works .image_list.record-count-2 ul li .image img {
        max-height:100%;
        max-width:100%;
        /*height: 480px;*/
    }


    .subsection-artist-detail-page h1 {
        overflow: hidden;
        height: 0;
        margin: 0;
    }
    .subsection-artist-detail-page #scrolling-page-inner h1 {
        height: auto;
    }


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

    #exhibitions_list_toolbar {
        margin: 0 0 50px;
    }
        #exhibitions_list_toolbar #exhibitions_nav {
            float: left;
        }
        #exhibitions_list_toolbar #exhibitions_years_nav {
            float: right;
            display: none;
        }

    .subsection-exhibitions-grid .image_list ul li .content h2,
    .subsection-exhibitions .image_list ul li .content h2 {
        min-height: 42px;
    }

    .page-exhibitions .subsection-press .detail_list .image,
    .page-exhibitions .subsection-press .detail_list .image span {
        width: 260px;
        height: 260px;
    }
    .section-exhibitions .subsection-works #image_gallery #content_module .enquire {
        margin-bottom: 0;
    }

    .subsection-exhibition-detail-page.subsection-wrapper-works-object .exhibition-header .location {
        display:none;
    }

    .subsection-exhibitions-grid  .feature_list ul li .content h2 {
        font-size: 24px;
        line-height: 27px;
        clear: both;
        min-height: 54px;
    }
    .subsection-exhibition-detail-page h1 {
        overflow: hidden;
        height: 0;
        margin: 0;
    }
    .subsection-exhibition-detail-page #scrolling-page-inner h1 {
        height: auto;
    }

    .page-exhibitions .subsection-press .detail_list .image span img {
        max-width: 260px;
        max-height: 260px;
    }

    /* News
    ----------------------------------------------------------- */

    .subsection-news-record .heading_wrapper {
        float: left;
        width: 100%;
        margin: 0 0 35px;
    }
    .subsection-news-record #content {
        padding: 0;
    }
    .subsection-news-record #content_module {
        width: 580px;
    }
    .subsection-news-record #sidebar {
        width: 530px;
    }


    /* Press
    ----------------------------------------------------------- */

    .section-press #sub_nav ul li:nth-of-type(1) {
        display: none !important;
    }
    .section-press .press-release-download {
        margin-bottom:5px;
    }

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

    .subsection-video-grid .records_list ul li .image:after,
    .subsection-videos .records_list ul li .image:after {
        content: '.';
        text-indent: -9999px;
        display: block;
        background: url(/images/video_icon.png) 0 0 no-repeat;
        background-size: 64px auto;
        position: absolute;
        height: 64px;
        width: 64px;
        top: 50%;
        left: 50%;
        margin: -32px 0 0 -32px;
        z-index: 200;
    }
    .subsection-video-grid .records_list ul li.loading .image:after,
    .subsection-videos .records_list ul li.loading .image:after {
        opacity: 0;
    }

    .subsection-video-grid #content_ajax #sidebar_ajax {
        width: 50%;
    }
    .subsection-video-grid #content_ajax #content_module_ajax {
        width: 45%;
    }


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

    .page-contact {

    }
        .page-contact .records_list.image_list ul li .content h2 {
            margin: 0 0 25px;
        }
        .page-contact .records_list.image_list ul li .content .description {
            display: block;
        }
        .page-contact .records_list.image_list ul li .map {
            display: block;
            clear: both;
            width: 100%;
            height: 350px;
            padding-top: 25px;
        }
            .page-contact .records_list.image_list ul li .map > div {
                width: 100%;
                height: 350px;
            }

    #social_links_list {
        text-align: center;
    }
        #social_links_list ul li {
            float: none;
            display: inline-block;
            margin: 0 20px;
        }
        #social_links_list ul li a,
        #social_links_list ul li a:hover {
            color: #444;
            text-transform: uppercase;
            font-weight: normal;
            letter-spacing: 3px;
            -webkit-font-smoothing: subpixel-antialiased;
            -moz-osx-font-smoothing: normal;
            font-size: 12px;
            line-height: 30px;
        }
        #social_links_list ul li .social_media_icon {
            border-width: 4px;
        }


    /* Page not found
    ----------------------------------------------------------- */

    .section-pagenotfound #container {
        width: 400px;
        text-align: center;
        padding: 200px 0 0;
    }
    .section-pagenotfound #logo {
        float: none;
        margin: 0 auto 40px;
    }
    .section-pagenotfound #logo a {
        text-align: center;
    }
    .section-pagenotfound #main_content {
        padding-top: 40px;
        border-top: 1px solid #e1e1e1;
    }
    .section-pagenotfound #main_content h1 {
        width: 100%;
        min-width: 0;
        text-align: center;
    }
    

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


    /* Pagination
    ----------------------------------------------------------- */

    .page_stats {
        padding: 30px 0 0;
        margin: 0;
        border-top: 1px solid #ebebeb;
        clear: both;
    }
        .page_stats .ps_item {
            color: #aaa;
            font-size: 11px;
            letter-spacing: 2px;
            font-weight: 200;
            text-transform: uppercase;
        }
        .page_stats .ps_item a,
        .page_stats .ps_item a:visited {
            color: #303030;
        }
        .page_stats .ps_pages {
            color: #aaa;
            font-size: 11px;
            letter-spacing: 2px;
            font-weight: 200;
            text-transform: uppercase;
        }

    /* Basic image gallery layout
    ----------------------------------------------------------- */
    
        #image_gallery #image_container {
            float: left;
            width: 50%;
            height: auto;
            padding: 0;
            text-align: center;
        }
            #image_gallery #image_container .image {
                width: 100%;
                min-height: 400px;
                height: auto;
                text-align: center;
                position: relative;
                display: block;
            }
                #image_gallery #image_container a {
                    display: block;
                }
                #image_gallery #image_container img {
                    max-height: none !important;
                    max-width: none !important;
                    margin: 0 auto;
                    display: block;
                }
                #image_gallery #image_container img:first-child {
                    max-width: 100% !important;
                }

        #image_gallery #content_module {
            float: right;
            width: 45%;
        }
            #image_gallery #content_module .detail_view_module,
            #image_gallery #content_module .subtitle,
            #image_gallery #content_module .enquire {
                margin-bottom: 30px;
            }
            #image_gallery #content_module h2 {
                font-size: 18px;
            }
            #image_gallery #content_module h3 {
                font-size: 14px;
            }
            #image_gallery #content_module .share_link {
                margin-bottom: 25px;
            }
            #image_gallery #content_module .page_stats {
                padding: 25px 0 0;
                clear: both;
                position: static;
            }


            #image_gallery #content_module .enquire {
                display:inline-block;
            }

            #image_gallery #content_module .enquire_sold {
                display:inline-block;
                color: rgb(187, 16, 16);
                padding-left: 30px;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-size: 13px;
                font-weight: normal;
            }


    /* Ajax list content layout
    ----------------------------------------------------------- */

        #content_ajax {
            position: relative;
            padding: 0 0 70px;
            margin: 0 0 70px;
            border-bottom: 1px solid #e1e1e1;
        }
            .records_list.record-count-1 #content_ajax {
                padding-bottom: 0;
                border-bottom: 0;
            }
            #content_ajax #sidebar_ajax {
                float: left;
                width: 50%;
                width: 30%;
                height: auto;
                padding: 0;
                text-align: center;

            }
            #list_expander.finished #content_ajax #sidebar_ajax {
                transition: width 0.3s ease-in-out;
                -webkit-transition: width 0.3s ease-in-out;
            }
                #content_ajax #sidebar_ajax .image {
                    width: 100%;
                    height: auto;
                    text-align: center;
                }
                #content_ajax #sidebar_ajax img {
                    max-height: none;
                    max-width: 100%;
                    margin: 0 auto;
                }
                #content_ajax #sidebar_ajax iframe {
                    max-width: 100%;
                }

            #content_ajax #content_module_ajax {
                float: right;
                width: 45%;
                width: 66%;
                min-height: 0;
                padding: 0;
                position: relative;
            }
                #content_ajax #content_module_ajax .close {
                    display: none;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 18px;
                    height: 18px;
                    background: #000;
                    text-indent: -9999px;
                    cursor: pointer;
                    background: url(/images/close.png) center center no-repeat;
                }
                #content_ajax #content_module_ajax h2 {
                    margin: 0 0 30px;
                    font-size: 17px;
                }
                #content_ajax #content_module_ajax h2.has_subtitle {
                    margin: 0 0 15px;
                }
                #content_ajax #content_module_ajax .subtitle {
                    margin: 0 0 30px;
                }
                #content_ajax #content_module_ajax .artwork_details_wrapper {
                    padding: 45px 0 0;
                }
                    #content_ajax #content_module_ajax .artwork_details_wrapper h2 {
                        margin: 0 0 20px;
                        text-transform: none;
                        letter-spacing: normal;
                        font-size: 15px;
                        font-weight: normal;
                    }
                    #content_ajax #content_module_ajax .detail_view_module {
                        margin: 0 0 20px;
                    }

            #content_ajax.content-expand {

            }
                #content_ajax.content-expand #sidebar_ajax {
                    width: 100%;
                }
                #content_ajax.content-expand #content_module_ajax {
                    width: 0;
                    height: 0;
                    opacity: 0;
                }

    /* Image gallery slideshow / slider
    ----------------------------------------------------------- */

    #ig_slider_container {
        position: absolute;
        left: 0;
        right: 0;
    }

    /* Records list
       Default styling for all content grids on the site
    ----------------------------------------------------------- */

    .records_list {

    }
        .records_list ul {
            margin: 0;
            text-align: center;
        }
        .records_list ul li {

        }
        .records_list ul li a,
        .records_list ul li a:visited {

        }
        .records_list ul li .image {
            background: none;
        }
        .records_list ul li .image,
        .records_list ul li .image span {
            overflow: hidden;
            position: relative;
        }
        .records_list .price {
            color: inherit;
        }
        .records_list .content {

        }
        .records_list .content h2 {
            font-size: 16px;
            line-height: 20px;
        }
        .records_list .content .link {
            display: none;
        }
        .records_list ul li .image span:before {
            content: '.';
            text-indent: -9999px;
            opacity: 0;
            display: block;
            width: 36px;
            height: 36px;
            margin: -18px 0 0 -18px;
            position: absolute;
            z-index: 200;
            top: 50%;
            left: 50%;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            background: rgba(0,0,0,0.3);
            transition: opacity 0.6s ease-in-out;
            -webkit-transition: opacity 0.6s ease-in-out;
        }
        .records_list ul li.active .image span:after {
            content: '.';
            text-indent: -9999px;
            display: none;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;

            border-bottom: 10px solid #fff;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -10px;
            z-index: 300;
        }
        .records_list ul li.loading .image span:before {
            display: block;
            opacity: 1;
            background: url(/images/loader.gif) center center no-repeat rgba(0,0,0,0.6);
        }


    /* Columns list
       A list formed of multiple columns
    ----------------------------------------------------------- */

    .columns_list {

    }
        .columns_list ul {
            margin: 0 65px 0 0;
            width: 350px;
        }
        .columns_list ul.last,
        .columns_list ul:last-child {
            margin-right: 0;
        }
        .columns_list ul li {
            margin: 0 0 30px;
            width: 100%;
            text-align: left;
        }
        .columns_list ul li .content h2 {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 1px;
        }


    /* Image list
       A grid of images with captions e.g. Artists list
    ----------------------------------------------------------- */

    .image_list {

    }
        .image_list ul {

        }
        .image_list ul li,
        .image_list ul li.last {
            margin: 0 65px 65px 0;
            width: 350px;
            transition: height 0.35s ease-in-out;
            -webkit-transition: height 0.35s ease-in-out;
        }
        .image_list ul li:nth-of-type(3n),
        .image_list ul li:last-of-type {
            margin-right: 0;
        }
        .image_list ul li.no-animation {
            transition: none;
            -webkit-transition: none;
        }
            .image_list ul li .image,
            .image_list ul li .image span {
                width: 100% !important;
                max-width: none !important;
                max-height: none !important;
                float: none;
                margin: 0;
                position: relative;
            }
            .image_list ul li .image {
                float: none;
                width: 100%;
                margin: 0 0 25px;
            }
        .image_list ul li .content {
            padding: 0 0 0;
            width: 100%;
            text-align: center;
        }
            .image_list ul li .content h2 {
                font-size: 17px;
                line-height: 21px;
            }
            .image_list ul li .content .title {
                display: block;
            }
            .image_list ul li .content .description {
                display: none;
            }

        /* Publications image list
           Displays as 4 columns rather than 3
        ----------------------------------------------------------- */

        .subsection-catalogues .image_list ul li,
        .subsection-catalogues .image_list ul li.last,
        .section-catalogues .image_list ul li,
        .section-catalogues .image_list ul li.last {
            margin-right: 26px;
            width: 275px;
        }
        .subsection-catalogues .image_list ul li:nth-of-type(4n),
        .subsection-catalogues .image_list ul li:last-of-type,
        .section-catalogues .image_list ul li:nth-of-type(4n),
        .section-catalogues .image_list ul li:last-of-type {
            margin-right: 0;
        }
        .subsection-catalogues .image_list ul li .content h2,
        .section-catalogues .image_list ul li .content h2 {
            font-size: 14px;
        }
        .subsection-catalogues .image_list ul li .image img,
        .section-catalogues .image_list ul li .image img {
        }


    /* Detail list
       A grid which has image with text below
    ----------------------------------------------------------- */

    .detail_list {

    }
        .detail_list ul {

        }
        .detail_list ul li,
        .detail_list ul li.last {
            background: none;
            margin: 0 64px 65px 0;
            width: 558px;
        }
        .detail_list ul li:nth-child(2n) {
            margin-right: 0;
        }
        .detail_list ul li .image {
            float: left;
            border: 1px solid #e2e2e2;
        }
            .detail_list ul li .image a {
                display: block;
            }
        .detail_list ul li .content {
            float: right;
            width: 260px;
            text-align: left;
        }
            .detail_list .content h2 {
                font-size: 14px;
                line-height: 24px;
                margin: 0 0 5px;
            }
            .detail_list .content .subtitle,
            .detail_list .content .date {
                font-size: 13px;
                margin: 0 0 15px;
            }
            .detail_list .content .description {
                display: block;
                margin: 0 0 20px;
            }
            .detail_list .content .link {
                display: block;
            }



    /* Feature list
       A grid where each item fills the full width of the page
    ----------------------------------------------------------- */

    .feature_list {

    }
        .feature_list ul {

        }
        .feature_list ul li,
        .feature_list ul li.last {
            background: none;
            margin: 0 64px 65px 0;
            width: 558px;
        }
        .feature_list ul li:nth-child(2n),
        .feature_list ul li:last-child {
            margin-right: 0;
        }
        .feature_list ul li .image {
            float: left;
            width: 558px;
            margin: 0 0 40px;
        }
        .feature_list ul li .image,
        .feature_list ul li .image span {
            height: auto;
        }
        .feature_list ul li .content {
            width: 100%;
            float: none;
        }
        .feature_list ul li .content h2 {
            font-size: 24px;
            line-height: 27px;
        }
        .feature_list ul li .content .description {
            padding-top: 15px;
        }

        .feature_list.record-count-1 ul li,
        .feature_list.record-count-1 ul li.last {
            margin-right: 0;
            width: 100%;
        }
        .feature_list.record-count-1 ul li .image {
            float: left;
            width: 558px;
            margin: 0 40px 0 0;
        }
        .feature_list.record-count-1 ul li .content {
            float: right;
            width: 558px;
            clear: none;
            text-align: left;
        }
        .feature_list.record-count-1 ul li .content .description {
            margin-bottom: 25px;
        }
        .feature_list.record-count-1 ul li .content .link {
            display: block;
        }


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

    .feature_panels .image_list ul li .content h2 {
        font-size: 19px;
        line-height: 23px;
        min-height: 46px;
    }

    /* link
       Basic text link usually used throughout the site
    ----------------------------------------------------------- */

    .link {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: normal;
        color: #aaabad;
    }
        .link a,
        .link a:visited,
        .link span {
            font-weight: normal;
            color: #aaabad;
        }

    .share_link.link a {
        font-size: 11px;
    }

    /* Miscellaneous
       Common classes used throughout the site, generally on grids
    ----------------------------------------------------------- */

    .description {

    }
    .subtitle {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 13px;
        color: #aaabad;
    }
    .date {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 13px;
        color: #aaabad;
    }
    .price {

    }
    .image {

    }
    .caption {

    }
    .divider {

    }
    .signed_and_dated {
        display: none;
    }





    /* Fancybox ----------------------------------------- */

    body.fancybox-lock {
	overflow: auto;
	margin-right: 0 !important;
    }
    body.fancybox-lock .fancybox-overlay {
        overflow: auto;
    }
