/* ----------------------------------------------------------------------------------
Site name
Theme name: Site name
---------------------------------------------------------------------------------- */


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

    body {
        padding: 10px;
        height: auto;
        margin: 0 0 15px;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #body_border {
        display: inline;
    }
        #body_border div:before,
        #body_border div:after {
            display: block;
            content: '.';
            text-indent: -9999px;
            position: fixed;
            z-index: 150;
            background: #fff;
        }
        #body_border_x:before {
            height: 10px;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
        }
        #body_border_x:after {
            height: 10px;
            width: 100%;
            bottom: 0;
            left: 0;
            right: 0;
        }
        #body_border_y:before {
            width: 10px;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
        }
        #body_border_y:after {
            width: 10px;
            height: 100%;
            top: 0;
            bottom: 0;
            right: 0;
        }
    #container {
        max-width: 970px;
        padding: 0 25px;
        width: 100%;
    }


    #header {
        position: fixed;
        z-index: 125;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        margin: 0;
        padding: 33px 35px 0 35px;
        transition: top 0.35s ease-in-out;
        -webkit-transition: top 0.35s ease-in-out;
        min-height: 38px;
    }
        .page-scroll #header {
            top: -58px;
        }
        .page-scroll #logo,
        .page-scroll #top_nav {
            opacity: 0;
        }
        .page-scroll #top_nav_scroll {
            right: 35px;
            opacity: 1;
        }
        .page-scroll.page-scrolltop #top_nav_scroll {
            right: -35px;
            opacity: 0;
        }
        
        #logo,
        #top_nav {
            opacity: 1;
            transition: opacity 0.2s ease-in-out;
            -webkit-transition: opacity 0.2s ease-in-out;
        }
        
        #header_instagram_logo {
            float: right;
            margin: 0 0 0 25px;
        }
            #header_instagram_logo a {
                display: block;
                text-indent: -9999px;
                text-align: left;
                width: 18px;
                height: 19px;
                background: url(/images/instagram.png) center center no-repeat;
                background-size: 18px auto;
            }
        .section-home #header_instagram_logo {
            display: none;
        }
            
        #top_nav .topnav {
            float: left;
        }
        .section-home #top_nav .topnav {
            float: none;
        }

        #logo {
            float: left;
            margin: 0;
            padding: 0;
            height: auto;
            line-height: 18px;
        }
            #logo a {
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
            #logo a, #logo a:visited {
                color: #3e3e3e;
            }

        #top_nav.navigation {
            float: right;
            clear: none;
            margin-top: -3px;
        }
            #top_nav.navigation ul li {
                margin: 0 0 0 25px;
            }
            #top_nav.navigation ul li a {
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 2px;
                line-height: 18px;
                padding: 3px 0 5px;
            }
            #top_nav.navigation ul li a:hover {
                /*padding-top: 0;
                padding-bottom: 8px;*/
            }

        #top_nav_scroll,
        #top_nav.navigation #top_nav_reveal ul li a {
            display: block;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #3e3e3e;
            cursor: pointer;
            transition: right 0.35s ease-in-out, opacity 0.2s ease-in-out;
            -webkit-transition: right 0.35s ease-in-out, opacity 0.2s ease-in-out;
            background: url(/images/menu_icon.png) right 6px no-repeat;
            line-height: 21px;
            padding: 0 14px 0 0;
        }
        #top_nav_scroll {
            position: fixed;
            top: 32px;
            right: -35px;
            opacity: 0;
        }

        #sub_nav.navigation {
            margin: 0 0 40px;
        }
            #sub_nav.navigation ul li a {
                font-size: 11px;
            }

    .navigation {

    }
        .navigation ul {

        }
        .navigation ul li {

        }
        .navigation ul li a {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 3px 0 5px;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            border-bottom: 1px solid rgba(72,72,72,0.0);
            font-family: 'BrandonText', Arial, Sans-Serif;
        }
        .navigation ul li a,
        .navigation ul li a:visited {
            color: #3e3e3e;
        }
        .navigation ul li a:hover {
            border-bottom: 1px solid rgba(72,72,72,0.1);
            color: #3e3e3e
            /*padding-top: 0;
            padding-bottom: 8px;*/
        }
        .navigation ul li.active a,
        .navigation ul li.active a:visited,
        .navigation ul li.active a:hover {
            color: #3e3e3e;
        }
        .navigation ul li.active a {
            border-bottom: 1px solid #3e3e3e;
        }


    #header.responsive-nav-open {
        background: #fff;
    }
        #header.responsive-nav-open #logo,
        #header.responsive-nav-open #logo a,
        #header.responsive-nav-open #logo a:visited {
           color: #3e3e3e;
        }
        #header.responsive-nav-open #top_nav.navigation #top_nav_reveal ul li a {
           color: #3e3e3e;
           background-image: url(/images/menu_icon.png);
        }
        #header.responsive-nav-open #top_nav .topnav {
            opacity: 1;
        }
        

    #main_content {
        position: relative;
        z-index: 100;
        padding: 130px 0 0;
        margin: 0 0 130px;
    }
        h1 {
            margin: 0 0 42px;
        }

    #content {

    }
        #content_module {
            width: 520px;
            float: left;
        }
        #sidebar {
            width: 380px;
            float: right;
        }
            #sidebar .image {
                background: none;
            }

        #content.generic_page h1,
        #content.generic_page #content_module {
            width: 520px;
            float: left;
        }
        #content.generic_page h1 {
            border-bottom: 1px solid rgba(72,72,72,0.2);
            margin-bottom: 30px;
            padding-bottom: 30px;
        }
        #content.generic_page #sidebar {
            width: 380px;
            float: right;
        }

        #content.generic_page.generic_page_switch h1,
        #content.generic_page.generic_page_switch #content_module {
            width: 280px;
            float: right;
        }
        #content.generic_page.generic_page_switch #sidebar {
            width: 620px;
            float: left;
        }

    /* Page headings
    ----------------------------------------------------------- */

    #h1_wrapper {
        float: left;
        min-width: 500px;
    }
    h1 {
        margin: 0 0 50px;
    }
    h1.has_subtitle {
        margin: 0 0 14px;
    }
    h1.has_subnav {
        margin: 0;
    }

    .heading_wrapper {
        border-bottom: 1px solid rgba(72,72,72,0.2);
        margin-bottom: 30px;
        padding-bottom: 5px;
        float: left;
        width: 520px;
    }
        .heading_wrapper h1 {
            margin: 0 0 20px;
            float: none;
        }
            .heading_wrapper h1.has_subtitle {
                margin: 0 0 20px;
            }
            .heading_wrapper h1 .h1_heading {
                margin: 0 0 20px;
                display: block;
                width: 100%;
            }
            .heading_wrapper h1 .separator {
                display: none;
            }
            .heading_wrapper h1 .h1_subtitle {
                float: left;
                margin: 0 0 20px;
                line-height: 13px;
            }
        .heading_wrapper .subtitle,
        .heading_wrapper .date {
            float: none;
            width: 100%;
            clear: both;
            display: block;
            line-height: 13px;
            margin: 0 0 20px;
        }
        .heading_wrapper #sub_nav {
            margin: 0;
        }
        

    #footer {
        position: fixed;
        z-index: 125;
        bottom: -58px;
        left: 35px;
        right: 35px;
        width: auto;
        margin: 0;
        padding: 0;
        opacity: 0;
        transition: bottom 0.35s ease-in-out, opacity 0.2s ease-in-out;
        -webkit-transition: bottom 0.35s ease-in-out, opacity 0.2s ease-in-out;
    }
        .page-scroll-end #footer {
            bottom: 33px;
            opacity: 1;
        }
        #footer #copyright,
        #footer #artlogic {
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 2px;
            line-height: 18px;
            float: left;
        }
        #footer #artlogic {
            float: right;
        }
        #footer a,
        #footer a:visited {
            color: #909090;
        }


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


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

        body.section-home {
            background: #333;
            margin: 0;
        }
        .section-home #footer {
            display: none;
        }
        .section-home #main_content {
            position: static;
            padding: 0;
            margin: 0;
        }
        .section-home #content {
            padding: 0;
            margin: 0;
            min-height: 0;
        }
        .section-home #fallback {
            background: url(/film/davenport.jpg) center center;
            background-size: cover;
            position: fixed;
            z-index: -200;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            height: 100%;
            width: 100%;
            display: none;
        }
            .section-home #fallback #fallback_slideshow {
                position: absolute;
                z-index: -200;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                height: 100%;
                width: 100%;
            }
                .section-home #fallback #fallback_slideshow div {
                    background: center center no-repeat;
                    background-size: cover;
                    position: absolute;
                    z-index: -200;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    height: 100%;
                    width: 100%;
                }

        .section-home #video_mask {
            position: fixed;
            z-index: 110;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            height: 100%;
            width: 100%;
                background: url(/images/video_gradient.png) center repeat;
        }
            .section-home #video_mask .inner {
                position: absolute;
                z-index: 115;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                height: 100%;
                width: 100%;
                /*
                background: url(/images/pattern1.png) 0 0 repeat rgba(0, 0, 0, 0.4);
                */
                background: url(/images/video_grain7.png) 0 0 repeat;

                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            body.device-highres.section-home #video_mask .inner  {
                background-size: 31px auto;
            }
        body.section-home.fallback_mode video {
            display: none !important;
        }

        @media screen and (min-width: 768px) {
            .section-home #header {
                bottom: 35px;
                padding: 0;
            }
            .section-home #logo {
                position: absolute;
                top: 50%;
                width: 100%;
                margin: -65px auto 0;
                height: 100px;
                text-align: center;
            }
                .section-home #logo a,
                .section-home #logo a:visited {
                    color: #fff;
                    font-size: 80px;
                    letter-spacing: 14px;
                    line-height: 85px;
                    font-family: 'Brandon', Sans-Serif;
                    font-weight: bold;
                    padding-top: 30px;
                    height: 100px;
                }
            .section-home #top_nav.navigation {
                position: absolute;
                bottom: 0;
                width: 100%;
            }
                .section-home #top_nav.navigation ul {
                    text-align: center;
                }
                .section-home #top_nav.navigation ul li {
                    display: inline-block;
                    float: none;
                    margin: 0 12px;
                    vertical-align: top;
                }
                .section-home #top_nav.navigation ul li a,
                .section-home #top_nav.navigation ul li a:visited {
                    color: #fff;
                    font-size: 11px;
                    border: none;
                }
        }


    /* Introduction
    ----------------------------------------------------------- */

    body.section-introduction {
        background-image: url(/images/bg4_reverse.png);
        background-color: #111;
        margin: 0;
    }
        body.section-introduction #container {
            padding: 0;
            max-width: none;
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 120;
        }
        body.section-introduction #header {
            
        }
            body.section-introduction #logo a,
            body.section-introduction #logo a:visited {
                color: #fff;
            }
            body.section-introduction #top_nav.navigation ul li a,
            body.section-introduction #top_nav.navigation ul li a:visited {
                color: #fff;
            }
            body.section-introduction #top_nav.navigation ul li.active a {
                border-bottom: 1px solid #fff;
            }


    /* Works
    ----------------------------------------------------------- */

    .artworks-page-categories-grid-container .heading_wrapper {
        display: none;
    }

    .artworks-page-artwork-list-container .heading_wrapper {
        border: 0;
        padding: 0;
    }
    .artworks-page-artwork-list-container .records_list ul li .content {
        letter-spacing: 2px;
        font-size: 10px;
        text-transform: uppercase;
        color: #3e3e3e;
        text-align: center;
    }
    .artworks-page-artwork-list-container .records_list ul li .content em {
        font-style: normal;
    }
    .artworks-page-detail-view-container .artworks-header {
        float: left;
        width: 280px;
        border-bottom: 1px solid rgba(72,72,72,0.2);
        margin-bottom: 40px;
    }
    .artworks-page-detail-view-container .artworks-header h1 {
        margin-bottom: 40px;
    }


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

    #exhibitions-grid-container {
        clear: both;
    }
    #exhibitions-grid-container .subheading {
        height: 0;
        text-indent: -9999px;
        overflow: hidden;
        border-bottom: 1px solid rgba(72,72,72,0.2);
        display: none;
    }
    #exhibitions-grid-container .content-above .subheading {
        display: block;
    }
    #exhibitions-grid-container .divider {
        display: none;
    }
    #exhibitions-grid-container .subsection-exhibitions-grid {
        padding: 0;
        margin: 0;
    }
    #exhibitions-grid-container .exhibition_archive_label {
        text-align: center;
        width: 100%;
    }
    #exhibitions-grid-forthcoming .subheading,
    #exhibitions-grid-past .subheading {

    }
    #exhibitions-grid-container #exhibitions-grid-past.subsection-exhibitions-grid {
        margin: 0;
        border-bottom: 0;
    }


    #back_to_exhibitions_link,
    .section-exhibitions .back_to_link {
        display: none;
    }

    .section-exhibitions #ig_slideshow_container {
        display: none;
    }

    .section-exhibitions .heading_wrapper h1 {
        margin: 0;
    }
    
    .section-exhibitions .subsection-exhibitions-grid .feature_list .image, 
    .section-exhibitions .subsection-exhibitions-grid .feature_list .image span {
        width: 100% !important;
        height: 100% !important;
    }
    
    .section-exhibitions .subsection-exhibitions-grid .feature_list .image img {
        max-height: 100% !important;
        max-width: 100% !important;
    }
    
    .section-exhibitions .feature_list ul li .image {
        max-height: 525px;
        max-width: 525px;
    }
    
    .section-exhibitions .feature_list ul li .content .link {
        padding: 20px 0 0 0;
    }
    
    .section-exhibitions .feature_list ul li .content {
        padding-top: 0;
    }
    
    .section-exhibitions iframe {
        max-width: 100%;
        max-height: 100%; 
    }
    
    .section-exhibitions #video_image_container {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .section-exhibitions #image_gallery #image_container {
        position: static;
        display: block;
        height: auto;
    }
    
    .section-exhibitions #ig_slideshow_container {
        width: 620px;
        position: static;
    }

    .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow {
        position: relative;
        min-height: 520px;
    }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow #ig_slideshow_container {
            display: block;
            position: static;
            right: 0;
            top: 0;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow .exhibition-header,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow #sub_nav,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow #content,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow #content_module {
            float: left;
            clear: left;
            width: 275px;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow #sidebar {
            display: none;
        }
        .section-exhibitions #main_content .subsection-wrapper-overview.exhibition-layout-slideshow .exhibition-header {
            border: 0;
            padding: 0;
            margin: 0 0 25px;
        }
        .section-exhibitions #main_content .subsection-wrapper-overview.exhibition-layout-slideshow .exhibition-header h1 {
            border-bottom: 1px solid rgba(72,72,72,0.2);
            margin: 0 0 30px;
            padding: 0 0 5px;
        }
        .section-exhibitions #main_content .subsection-wrapper-overview.exhibition-layout-slideshow .exhibition-header h1 .h1_heading {
            margin: 0 0 20px;
        }
        .section-exhibitions #main_content .subsection-wrapper-overview.exhibition-layout-slideshow .exhibition-header h1 .h1_subtitle {
            margin: 0 0 20px;
            padding: 0;
            float: none;
            display: block;
            color: #3E3E3E;
        }
        .section-exhibitions #main_content .subsection-wrapper-overview.exhibition-layout-slideshow .exhibition-header .subtitle {
            letter-spacing: normal;
            text-transform: none;
            font-size: 12px;
            margin: 0;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow #sub_nav {
            margin: 0;
            oadding: 0 0 27px;
        }
            .section-exhibitions .subsection-wrapper-overview.exhibition-layout-slideshow #sub_nav ul li {
                margin: 0 24px 0 0;
            }

    /* News
    ----------------------------------------------------------- */
    
    .section-news .subsection-news-grid .feature_list .image {
        max-width: 300px;
        max-height: 300px;
    }
    .section-news .subsection-news-grid .feature_list .image, 
    .section-news .subsection-news-grid .feature_list .image span {
        width: 100% !important;
        height: 100% !important;
    }
    .section-news .subsection-news-grid .feature_list .image img {
        max-height: 100% !important;
        max-width: 100% !important;
    }
    .section-news .subsection-news-grid .feature_list .content {
        padding-top: 0;
        width: 600px;
        line-height: 1.8em;
    }
    .section-news .subsection-news-grid .feature_list .content .date {
        margin: 0;
    }
    .section-news .subsection-news-grid .feature_list .content .description {
        display: block;
        padding-top: 20px;
        margin: 0;
    }
    .section-news .subsection-news-grid .feature_list ul li .content .link {
        padding-top: 20px;
    }
    

    /* Texts
    ----------------------------------------------------------- */

    .section-texts #sub_nav.navigation ul li.active_dir.first {
        display: none;
    }


    /* The book
    ----------------------------------------------------------- */

    .page-the-book .divider.content_divider {
        border-top: 1px solid rgba(72,72,72,0.2);
        margin: 0 0 50px;
        height: 0;
    }
    .page-the-book #content_module,
    .page-the-book #sidebar {
        margin: 0 0 45px;
    }

    .page-the-book .image_list ul li .image {
        margin: 0;
    }

    
    
    /* Selected press
    ----------------------------------------------------------- */
    
    .page-selected-press .subsection-press-grid h1 {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 24px;
    }

    
    /* Catalogues
    ----------------------------------------------------------- */

    .page-catalogues .subsection-publications-grid h1 {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 24px;
    }


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

    .section-video .heading_wrapper {
        border: 0;
        padding: 0;
        margin: 0 0 20px;
    }
    .section-video .featured-list-container {
        margin-bottom: 5px;
    }
    .section-video .subsection-video-grid .divider {
        border-top: 1px solid rgba(72,72,72,0.2);
        margin: 0 0 50px;
        height: 0;
    }


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



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


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

    .section-contact #sidebar{
        width: 450px;
    }


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

    /* Image gallery slideshow
       A cycling slideshow with thumbnails underneath
    ----------------------------------------------------------- */

    #ig_slideshow_container {
        width: 615px;
    }
        #ig_slideshow_container .divider {
            display: none;
        }
        #ig_slideshow {
            margin: 0 0 15px;
        }
            #ig_slideshow .item span span {
                background: transparent;
            }
            #ig_slideshow .item span span a {
                
            }
            #ig_slideshow .item span span a:after {
                content: 'View';
                display: block;
                top: 50%;
                left: 50%;
                margin-left: -25px;
                margin-top: -25px;
                position: absolute;
                z-index: 145;
                border: 2px solid rgba(255,255,255,0.6);
                background: url(/images/zoom.png) right center no-repeat;
                height: 35px;
                line-height: 38px;
                width: 25px;
                padding: 0 0 0 10px;
                -webkit-border-radius: 30px;
                border-radius: 30px;
                transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                display: inline-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;
                opacity: 0;
                transition: all 0.35s ease-in-out;
                -webkit-transition: all 0.35s ease-in-out;

                text-transform: uppercase;
                letter-spacing: 2px;
                font-size: 10px;
                color: rgba(255,255,255,0);
                text-align: left;
            }
            #ig_slideshow .item span span a img {
                transition: opacity 0.35s ease-in-out;
                -webkit-transition: opacity 0.35s ease-in-out;
                position: absolute;
                left: 50%;
                margin: 0;
                top: 50%;
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }
            #ig_slideshow .item span span a:hover:after {
                opacity: 1;
                width: 80px;
                margin-left: -40px;
                color: rgba(255,255,255,1);
            }
            #ig_slideshow .item span span a:hover img {
                opacity: 0.4;
            }
        #ig_slideshow_thumbnails_container.ig_thumbnails_single {
            display: none;
        }
        #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_click {
            margin-left: 35px;
            margin-right: 35px;
        }
        #ig_slideshow_thumbnails ul li {
            margin: 0 15px 0 0;
        }
        .jTscrollerPrevButton, .jTscrollerNextButton {
            width: 35px;
        }
        .jTscrollerPrevButton {
            left: -35px;
        }
        .jTscrollerNextButton {
            right: -35px;
        }
        #ig_slideshow_caption {
            min-height: 0;
        }

        
    /* Image gallery
    ----------------------------------------------------------- */

    #image_gallery {
        clear: none;
    }
        #image_gallery #image_container,
        #image_gallery #image_container .image,
        #image_gallery #image_container .image span {
            width: 620px;
            height: 620px;
            display: block;
            text-align: right;
            overflow: hidden;
        }
        #image_gallery #image_container .image a {
            display: block;
            text-align: center;
            height: 100%;
            max-height: 100%;
        }
        #image_gallery #image_container .image span img {
            max-height: 100%;
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }
        #image_gallery #content_module {
            min-height: 434px;
            width: 280px;
            padding-bottom: 80px;
        }
        #image_gallery #content_module .artwork_details_wrapper {
            margin-bottom: 55px;
        }
        #image_gallery #content_module .subtitle {
            margin: 0 0 10px;
            font-size: 11px;
            color: #3e3e3e;
        }
        #image_gallery #content_module .detail_view_module {
            margin: 0 0 10px;
        }
        #image_gallery #content_module h3 {
            font-family: 'BrandonText', Arial, Sans-Serif;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #3e3e3e;
            font-size: 11px;
            line-height: 1.2em;
        }
        #image_gallery #content_module .page_stats {
            padding: 40px 0 0;
        }

        #secondary_image_thumbnails ul li {
            width: 65px;
            height: 65px;
        }


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

    .records_list {

    }
        .records_list .view_more_link {
            text-align: center;
        }
        .records_list ul {
            margin: 0;
            width: 100%;
            text-align: center;
        }
        .records_list ul li {
            margin: 0 35px 45px 0;
            /*max-width: 300px;*/
            width: 47% !important;
            margin-right: 2%;
            transition: opacity 0.35s ease-in-out;
            -webkit-transition: opacity 0.35s ease-in-out;
            opacity: 1;
        }
            .records_list ul li.out-viewport {
                opacity: 0.2;
            }
            .records_list ul li:last-child {
                margin-right: 0;
            }
        .records_list ul li a,
        .records_list ul li a:visited {

        }
        .records_list ul li .image {
            float: left;
            width: 300px;
            height: 300px;
            margin: 0 0 22px;
            background: none;
        }
        .records_list .content,
        .detail_list_alt ul li .content {
            text-align: center;
            width: 100%;
            font-family: 'BrandonText', Arial, Sans-Serif;
            line-height: 1.5em;
        }
            .records_list .content h2,
            .records_list .content .subtitle,
            .records_list .content .date {
                letter-spacing: 2px;
                font-size: 14px;
                text-transform: uppercase;
                color: #3e3e3e;
                text-align: center;
            }
            .records_list .content .subtitle {
                font-size: 10px;
                color: #909090;
                -webkit-font-smoothing: inherit;
                -moz-osx-font-smoothing: inherit;
            }
            .records_list .content .date {
                font-size: 13px;
                color: #909090;
                text-transform: none;
                letter-spacing: normal;
            }
            .records_list .content .price {
                font-size: 10px;
            }
            .records_list .content .description,
            .records_list .content .link {
                display: none;
            }


    /* Text list
    ----------------------------------------------------------- */

    .subsection-press-grid .detail_list,
    .subsection-publications-grid .detail_list {

    }
        .subsection-press-grid .detail_list ul,
        .subsection-publications-grid .detail_list ul {

        }
        .subsection-press-grid .detail_list ul li,
        .subsection-publications-grid .detail_list ul li {
            width: 300px;
            padding: 20px 0 0;
            border-top: 1px solid rgba(72,72,72,0.2);
        }
        .subsection-press-grid .detail_list ul li .content,
        .subsection-publications-grid .detail_list ul li .content {
            width: 100%;
            text-align: left;
        }
        .subsection-press-grid .detail_list .content h2, .subsection-press-grid .detail_list .content .subtitle, .subsection-press-grid .detail_list .content .date,
        .subsection-publications-grid .detail_list .content h2, .subsection-publications-grid .detail_list .content .subtitle, .subsection-publications-grid .detail_list .content .date {
            text-align: left;
        }

    /* 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 .image {
            margin: 0 0 22px;
        }
        .image_list ul li .content {
            width: 100%;
            display: block;
            text-align: center;
        }


    /* Detail list
       A grid which usually has an image with more preview text/content
    ----------------------------------------------------------- */

    .detail_list {

    }
        .detail_list ul {

        }
        .detail_list ul li {
            width: 300px;
        }
        .detail_list ul li .image,
        .detail_list ul li .image span {
            width: 300px;
            height: 300px;
        }
        .detail_list ul li .content {
            width: 100%;
        }



    /* Feature list
       Full width grid item which is much larger than other grids
    ----------------------------------------------------------- */

    .feature_list {

    }
        .feature_list ul {

        }
        .feature_list ul li {
            width: 100% !important;
            margin: 0 0 45px;
            background: none;
        }
        .feature_list ul li a {
            width: 100% !important;
            margin: 0 0 45px;
            background: none;
        }
        .feature_list ul li .image {
            height: 525px;
            max-height: 525px;
            max-width: 615px;
            width: 615px;
            margin: 0 60px 0 0;
            height: auto;
        }
        .feature_list ul li .image span {
            vertical-align: top;
            height: 525px;
            max-height: 525px;
            max-width: 615px;
            width: 615px;
        }
        .feature_list ul li .content {
            width: 275px;
            padding-top: 50px;
            text-align: left;
        }
        .feature_list ul li .content h2 {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 2px;
            margin: 0 0 22px;
            text-align: left;
        }
        .feature_list ul li .content .subtitle {
            font-size: 11px;
            color: #3e3e3e;
            letter-spacing: 2px;
            padding: 0;
            margin: 0 0 22px;
            text-align: left;
        }
        .feature_list ul li .content .date {
            font-size: 13px;
            margin: 0 0 14px;
            text-align: left;
            padding: 30px 0 0;
            border-top: 1px solid rgba(72,72,72,0.2);
        }
        .feature_list ul li .content .description {
            display: none;
            font-family: 'BrandonText', Sans-Serif;
            font-weight: 200;
            margin: 0 0 16px;
        }
        .feature_list ul li .content .link {
            display: block;
            padding: 230px 0 0;
        }


    /* Full list
       A grid where the image fill the full width
    ----------------------------------------------------------- */

    .full_list {

    }
        .full_list ul {

        }
        .full_list ul li {
            width: 100% !important;
            margin: 0 0 45px;
        }
        .full_list ul li .image {

        }
        .full_list ul li .image span {
            vertical-align: top;
        }
        .full_list ul li .content {
            width: 455px;
            text-align: left;
        }
        .full_list ul li .content h2 {
            font-size: 18px;
            letter-spacing: 2px;
            margin: 0 0 22px;
        }
        .full_list ul li .content .subtitle {
            border-bottom: 1px solid rgba(72,72,72,0.2);
            font-size: 11px;
            letter-spacing: 2px;
            padding: 0 0 12px;
            margin: 0 0 12px;
        }
        .full_list ul li .content .date {
            font-size: 11px;
            letter-spacing: 2px;
            margin: 0 0 14px;
        }
        .full_list ul li .content .description {
            display: block;
            font-family: 'BrandonText', Sans-Serif;
            font-weight: 200;
            margin: 0 0 16px;
        }
        .full_list ul li .content .link {
            display: block;
            padding: 16px 0 0;
        }


    /* Simple list
    ----------------------------------------------------------- */

    .simple_list {

    }
        .simple_list ul li a {
            font-family: 'BrandonText', Arial, Sans-Serif;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #909090;
            font-size: 10px;
        }
        .simple_list ul li a,
        .simple_list ul li a:visited {
            color: #909090;
        }


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

    .link {
        
    }
        .link a,
        .link span {
            font-family: 'BrandonText', Arial, Sans-Serif;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #909090;
            font-size: 10px;
        }
        .link a,
        .link a:visited {
            color: #909090;
        }


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

    .page_stats {
        padding: 40px 0 0;
        margin: 0;
        border-top: 1px solid rgba(72,72,72,0.2);
        clear: both;
        font-family: 'BrandonText', Arial, Sans-Serif;
    }
        .page_stats .ps_item {
            color: #909090;
            font-size: 10px;
            letter-spacing: 2px;
            font-weight: normal;
            text-transform: uppercase;
        }
        .page_stats .ps_item a,
        .page_stats .ps_item a:visited {
            color: #3e3e3e;
        }
        .page_stats .ps_pages {
            color: #909090;
            font-size: 10px;
            letter-spacing: 2px;
            font-weight: normal;
            text-transform: uppercase;
            margin-right: 20px;
        }


    /* Nav buttons
    ----------------------------------------------------------- */

    #nav_buttons div {
        top: 50%;
        margin-top: -27px;
        position: absolute;
        z-index: 145;
        border: 2px solid rgba(255,255,255,0.1);
        height: 50px;
        width: 0;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        display: inline-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;
    }
        #nav_buttons div:hover {
            border-color: rgba(255,255,255,0.4);
            width: 50px;
        }
        #nav_buttons div:active {
            border-color: rgba(255,255,255,0.7);
        }
        #nav_buttons div.wide:hover {
            width: 100px;
        }
        #nav_buttons div:hover span {
            opacity: 1;
        }
        #nav_buttons div span {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 10px;
            line-height: 51px;
            display: block;
            width: 100%;
            overflow: hidden;
            height: 50px;
            opacity: 0;
            transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
            -webkit-transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
            color: #fff;
        }

        #nav_buttons div#nb_next {
            right: 35px;
            padding-right: 50px;
            background: url(/images/nb_next.png) right center no-repeat;
        }
            #nav_buttons div#nb_next span {
                margin: 0 0 0 10px;
            }
        #nav_buttons div#nb_prev {
            left: 35px;
            padding-left: 50px;
            background: url(/images/nb_prev.png) left center no-repeat;
        }
            #nav_buttons div#nb_prev span {
                margin: 0 10px 0 0;
            }



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

    .subheading {
        font-family: 'BrandonText', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #909090;
        font-size: 11px;
        margin: 0 0 50px;
        display: block;
    }
        .subheading span {
            background: #FFF;
            padding: 0 10px 0 0;
        }
    .description {

    }
    .subtitle,
    .h1_subtitle {
        font-family: 'BrandonText', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 11px;
        line-height: 1.2em;
        color: #909090;
    }
    .date {
        font-family: 'BrandonText', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        color: #909090;
        font-size: 13px;
        line-height: 1.2em;
    }
    .price {

    }
    .image {

    }
    .caption {

    }
    .divider {

    }


    /* Adjustments for handheld devices ----------------------------------------- */

    .device-handheld #top_nav_scroll {
        display: none !important;
    }
    .device-handheld #header, .device-handheld #header.header_fixed {
        position: absolute !important;
        z-index: 125;
        transition: background 0.35s ease-in-out, top 0.35s ease-in-out;
        -webkit-transition: background 0.35s ease-in-out, top 0.35s ease-in-out;
    }
    .device-handheld.page-scroll #header {
        top: 0;
    }
    .device-handheld.page-scroll #logo, .device-handheld.page-scroll #top_nav {
        opacity: 1;
    }
    .device-handheld .records_list ul li.out-viewport {
        opacity: 1;
    }


    /* Fancybox ----------------------------------------- */
    
    
    
    
    /* Browser compatability ----------------------------------------- */

    body.browser-msie-9 .records_list ul li.out-viewport,
    body.browser-msie-8 .records_list ul li.out-viewport,
    body.browser-msie-7 .records_list ul li.out-viewport {
        opacity: 1;
    }
    body.browser-msie-8 #body_border,
    body.browser-msie-7 #body_border {
        display: none;
    }
    body.browser-msie-8.section-home #header {
        bottom: 35px;
        padding: 0;
    }
    body.browser-msie-8.section-home #logo {
        position: absolute;
        top: 50%;
        width: 100%;
        margin: -65px auto 0;
        height: 100px;
        text-align: center;
    }
        body.browser-msie-8.section-home #logo a,
        body.browser-msie-8.section-home #logo a:visited {
            color: #fff;
            font-size: 80px;
            letter-spacing: 14px;
            line-height: 85px;
            font-family: 'Brandon', Sans-Serif;
            font-weight: bold;
            padding-top: 30px;
            height: 100px;
        }
    body.browser-msie-8.section-home #top_nav.navigation {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
        body.browser-msie-8.section-home #top_nav.navigation ul {
            text-align: center;
        }
        body.browser-msie-8.section-home #top_nav.navigation ul li {
            display: inline-block;
            float: none;
            margin: 0 12px;
            vertical-align: top;
        }
        body.browser-msie-8.section-home #top_nav.navigation ul li a,
        body.browser-msie-8.section-home #top_nav.navigation ul li a:visited {
            color: #fff;
            font-size: 11px;
            border: none;
        }
        
        .records_list.image_list ul li .fill{
            margin-top: 100%;
            display: block;
        }



.section-artworks .image_list ul li{
    float: none !important;
	display: inline-block;
	vertical-align: top;
	width: 47% !important;
	clear: none !important;   
}



.section-artworks .image_list ul li:nth-of-type(odd){
    margin-right: 6%;
}

.records_list ul li .content{
    margin-bottom: 0 !important;
}

.records_list.image_list ul li .image_wrapper{
    display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 38px;
}

.section-artworks .image_list ul li span.image img {
    max-height: 100%;
    max-width: 100%;
}

.section-artworks .image_list ul li .image, .section-artworks .image_list ul li .image span{
    height: auto !important;
    width: 100% !important;
}

/*body.responsive-layout-forced-image-lists .records_list.image_list ul li,*/
/*body.responsive-layout-forced-lists .records_list.detail_list ul li {*/
/*    float: none !important;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    width: 47% !important;*/
/*    clear: none !important;*/
/*}*/

.image_list ul li .image, .image_list ul li .image span{
    width: 100% !important;
}