
/* Basic Starter */
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: arial,sans-serif;
    font-size: 12px;
    /*line-height: 15px;*/
}
body {
    padding-top: 62px;
}
section, .container {
    width: 100%;
}
.full-height {
    height: 100%;
}
.full-width {
    width: 100%;
}
.centered {
    text-align: center;
}
.tabled {
    display: table;
}
.tabled-cell {
    display: table-cell;
    vertical-align: middle;
}
.white-text {
    color: #fff;
}
.white {
    background: #ffffff;
}
.grey-bg {
    background: #ececec;
}
a {
    /* First we need to help some browsers along for this to work.
       Just because a vendor prefix is there, doesn't mean it will
       work in a browser made by that vendor either, it's just for
       future-proofing purposes I guess. */
    /*-o-transition:.5s;
    -ms-transition:.5s; 
    -moz-transition:.5s;
    -webkit-transition:.5s;*/
    /* ...and now for the proper property */
    /*transition:.5s;*/
    outline: 0;
    color: #999999;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
    color: #666;
}
img {
    /*width: 100%;*/ 
}

.imagelump img {
    margin: 20px 0;
}

.copy-block img {
    max-width: 100%;
}

img.oneoffimage {
    width: 100%;
    display: block;
    max-width: 100%;
}

img.responsive {
    max-width: 100%;
    height: auto;
}

.spacer-sm {
    height: 10px;
    display: block;
    clear: both;
}

@-moz-document url-prefix() { 
  
    img.oneoffimage {
        width: 100%;
        display: block;
        max-width: 100%;
    }

}

.image-tabled {
    /*display: table;*/
    /*table-layout: fixed;*/
}

.image-cell {
    display: table;
    height: auto;
    overflow: hidden;
    /* Get Firefox & IE8 & IE9 to respect dimensions of containing block */
    /* See www.carsonshold.com/2014/07/css-display-table-cell-child-width-bug-in-firefox-and-ie/ */
    table-layout: fixed;
    width: 100%;
}

.cred-caption {
    display: table-caption;
    caption-side: bottom;
}

.inline-subhead {
    margin-left: 2em;
    font-size: 12px;
    text-transform: none;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}
.panel-group .panel-body {
    padding-bottom: 5px;
}
/* */

body {
    /*background-image: url(../images/spring2012.jpg);*/
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

h1, h2 {
    font-family: 'Dosis', sans-serif;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 30px;
}

h2 span {
    text-transform: none;
    font-weight: 400;
}

h2.page-title {
    margin-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
}

h2.page-title a {
    text-decoration: none;
    color: #000;
}

h2.page-title span.subtitle {
    display: block;
    margin-top: 10px;
}

.page-title-ct .copy-block {
    padding-bottom: 0px;
}

h3 {
    font-family: 'Dosis', sans-serif;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.copy-block h3 {
    margin-top: 0;
}

span.audience-seg-fix h3 {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 0;
    font-family: arial,sans-serif;
    font-weight: normal;
}

h4 {
    font-family: 'Dosis', sans-serif;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.sponsor-tier h4 {
    margin-top: 0;
}

.sponsor-tier img {
    margin: 10px 20px 0 0;
}

h4 a {
    color: #000;
    text-decoration: none;
}

.price-summary h4 {
    margin-top: 0;
}

h5.tag {
    color: #666;
    font-family: arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h5 {
    color: #333;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

.table-data table {
    width: 100%;
    margin-bottom: 20px;
}

p {
    font-size: 12px;
    line-height: 15px;
}

.copy-block ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.copy-block ul li {
    font-size: 12px;
    line-height: 15px;
    margin: 2px 0;
}

.copy-block .file {
    background: #ececec;
    margin: 0px -20px;
    padding: 10px 20px 20px;
    position: relative;
    top: 10px;
}

.copy-block .file h3 {
    font-family: katarine-web,sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}

.slide {
    position: relative;
}

.absolute-bottom {
    bottom: 15px;
    position: absolute;
}

a.absolute-link, a.gallery-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    transition: all 0.5s ease;
}

a.absolute-link:hover, a.gallery-link:hover {
    opacity: 1;
}

a.absolute-link.hover-copy, a.gallery-link.hover-copy {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 15px;
    font-family: 'Dosis', sans-serif;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}

a.absolute-link.hover-copy .gallery-caption, a.gallery-link.hover-copy .gallery-caption {
    font-family: arial,sans-serif;
    font-weight: normal;
    text-transform: none;
}

.gallery-caption p {
    width: 90%;
}

blockquote.mca-quote {
    border: 0;
    background-image: url(../images/66.png), url(../images/99.png);
    background-position: top left, bottom 30px right;
    background-repeat: no-repeat;
    padding: 26px 0 4px 0;
}

blockquote.mca-quote .quote-text {
    background: -moz-linear-gradient(top, transparent 0em, transparent 1.359999999999999em, #333 1.36em, #333 1.56em);  /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0em,transparent), color-stop(1.36em,transparent), color-stop(1.36em,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0em,transparent 1.36em,#333 1.36em); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0em,transparent 1.36em,#333 1.36em); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0em,transparent 1.36em,#333 1.36em); /* IE10+ */
    background: linear-gradient(top, transparent 0em,transparent 1.36em,#333 1.36em); /* W3C */
    background-size: 100% 1.56em;
    /*letter-spacing: 0.04em;*/
    border-top: 5px solid #333;
    font-family: katarine-web,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.56;
    margin: 0;
    padding-top: 0.04em;
    text-transform: uppercase;
}

blockquote p.quote-source {
    margin: 0.6em 0 0;
    padding-right: 44px;
}

blockquote.mca-quote a {
    color: #333 !important;
    cursor: pointer;
}

.green {
    color: #88af00;
}

.green_btn {
    /*background: #88af00;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    margin: 0;*/
    background: url("../images/action_link_sprite_green.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFF;
    font-size: 11px;
    margin-top: 0.5em;
    padding: 2px 0 1px 22px;
    text-decoration: none;
}

.green_btn:hover, .green_btn:focus {
    color: #88af00;
}

.equal {
    background: #ebebeb;
    /*border-bottom: 10px solid #fff;*/
}

.equal.left-col {
    border-bottom: 10px #fff solid;
    width: 24%;
}

.action-link {
    background: url(../images/action_link_sprite.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666;
    /*display: block;*/
    font-size: 11px;
    margin-top: 0.5em;
    padding: 2px 0 2px 22px;
    text-decoration: none;
}

.action-link:hover {
    background-position: 0 -50px;
}

.action-link.head-right {
    position: absolute;
    right: 20px;
    top: 12px;
    line-height: 13px;
}

.action-link.bottom {
    bottom: 15px;
    position: absolute;
    line-height: 13px;
}

/* Align both text and quick links sidebar at top of quick links content row */
.mca-quicklinks-ct .copy-block .row > div > *:first-child {
    margin-top: 0;
}

.mca-quicklinks {
    background: #ebebeb;
    padding: 0;
}

.mca-quicklinks .heading {
    background: #000000;
}

.mca-quicklinks .heading p {
    color: #ffffff;
    background: #88af00;
    font-family: katarine-web,sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 25px;
    margin: 0;
    display: inline-block;
}

.mca-quicklinks .links {
    padding: 10px 0;
}

.mca-quicklinks .copy-block {
    background: #ebebeb;
}

.mca-quicklinks .link-ct.content_block {
    margin: 20px 15px;
}

.mca-quicklinks .link-ct .copy-block {
    margin: 0;
    padding: 0;
}

.mca-quicklinks .link-ct .copy-block .feature-link-copy {
    height: inherit;
}

.mca-quicklinks .link-ct .copy-block .feature-link-copy a {
    display: block;
    background: url(../images/action_link_sprite.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 22px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container > .row, .container > form > .row {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.row .row > .grey-bg {
    margin-left: -20px;
    margin-right: -20px;
}

.no-negative-margin {
    margin: 0 !important;
}

.row .row.grey-bg [class*= col-] {
    padding: 0 20px;
}

.no-padding {
    padding: 0;
}

.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
}

.fluid-height {
    padding: 20px;
    border-top: 1px dotted #ccc;
    height: auto;
}

.nav-left {
    padding: 0;
    background: #000;
}

.nav-right {
    padding: 0;
    background: #fff;
    text-align: right;
}

/* MEGA MNEU */

.mega-menu {
    border-bottom: 1px dotted #ccc;
}

.mega-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-menu .nav-left ul li {
    float: left;
    border-right: 1px dotted #333;
}

.mega-menu .nav-left ul li.last {
    border: 0;
}

.mega-menu .nav-left ul li a {
    display: block;
    background: #000;
    color: #fff;
    padding: 30px 20px 10px;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}

.mega-menu .nav-left ul li a:hover, .mega-menu .nav-left ul li a.active {
    background: #333;
}

.mega-menu .nav-right ul {
    float: right;
}

.mega-menu .nav-right ul li {
    float: left;
}

.mega-menu .nav-right ul li a {
    display: block;
    color: #000;
    padding: 35px 15px 0 0;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}

.nav-right img.partner {
    max-width: 100%;
    border-left: 1px dotted #ccc;
    padding: 16px 15px 15px;
    width: auto;
    float: right;
}

.mega-menu-panel {
    display: none;
    position: absolute;
    top: 63px;
    background: #333;
    margin-left: 0;
    margin-right: 0;
    z-index: 999;
    min-height: 400px;
    color: #fff;
    width: 100%;
}

.mega-menu-panel .browse {
    background: #222;
    border-top: 20px solid #333;
    border-right: #333 1px solid;
    height: 380px;
}

.mega-menu-panel .highlights {
    background: #222;
    border-top: 20px solid #333;
    border-right: 20px solid #333;
    height: 380px;
}

.mega-menu-panel h2 {
    font-weight: normal;
    color: #88af00;
    text-transform: none;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 5px;
    max-width: 160px;
    text-decoration: underline;
    font-size: 28px;
}

.mega-menu-panel h3 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 11px;
    font-family: arial,sans-serif;
}

.mega-menu-panel h5 {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    font-family: arial,sans-serif;
}

.mega-menu-panel ul li a {
    color: #ccc;
    text-decoration: none;
    margin-bottom: 2px;
}

.mega-menu-panel ul li a:hover {
    text-decoration: underline;
}

.mega-menu-panel .menu-logo {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.highlights a {
    color: #fff;
    text-decoration: none;
}

.highlights a:hover {
    text-decoration: underline;
}

.highlights h3 {
    margin-bottom: 10px;
}

.highlights h5.tag {
    margin-bottom: 5px;
    font-size: 10px;
    color: #ccc;
}

.highlights img {
    margin-bottom: 1px;
}

.highlights .row.about {
    margin-left: 0px;
}

.highlights .row .details {
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.highlights .row .details p {
    margin-bottom: 0;
    color: #ccc;
}

.highlights .row .details p b {
    color: #fff;
}

.mega-menu-panel .search-form-container form {
    margin-top: 15px;
}

.mega-menu-panel .search-form-container form input.search {
    background: #222;
    border: 0;
    width: 80%;
    border-bottom: 1px dotted #666;
}

.mega-menu-panel .search-form-container form input[type="submit"] {
    background-color: #222;
    background-image: url("../images/search-white-2.png");
    background-size: cover;
    border: 0 none;
    height: 15px;
    margin-left: 5px;
    position: relative;
    width: 15px;
}

/* */

/* MOBILE MENU */

.mobile-menu {
    display: none;
}

#slideToggle-mobile-nav {
    position: absolute;
    right: 25px;
    top: 50px;
    z-index: 99;
    display: none;
}

#slideToggle-mobile-nav img {
    width: 40px;
    height: 40px;
}

.slideTogglebox-nav {
    position: absolute;
    z-index: 99;
    top: 159px;
    left: 0;
    height: 200%;
    width: 100%;
    background-color: #fff;
    display: none;
}

.slideTogglebox-nav .row {
    margin: 0;
}

.mobile-menu .nav-item {
    padding: 15px 25px;
    background: #000;
    /*text-align: center;*/
    border-bottom: 1px dotted #333;
}

.mobile-menu .nav-item.white {
    background: #fff;
    border-right: 1px dotted #333;
    padding: 10px 25px;
}

.mobile-menu .nav-item a {
    color: #fff;
    text-decoration: none;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: block;
}

.mobile-menu .nav-item.white a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

/*.mobile-menu .nav-item.white */.social-icon {
    float: left;
    margin-right: 10px;
    padding: 10px 0;
}

.absolute-bottom .social-icon {
    padding: 0;
}

.social-icon a:hover {
    opacity: 0.7;
}

/*.mobile-menu .nav-item.white */.social-icon img {
    width: 30px;
    height: 30px;
}

.mobile-menu .nav-item.white p {
    margin: 10px 0;
}

/* */

.sub-menu {
    background: #000;
    padding: 0;
}

.sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-menu ul li {
    float: left;
    border-right: 1px solid #333;
    margin: 0;
    padding: 0;
    background: #000;
}

.sub-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 20px;
    display: block;
    text-transform: uppercase;
}

.sub-menu ul li:hover a, .sub-menu ul li.selected a {
    background: #333;
}

form.site-search-form {
    position: absolute;
    right: 135px;
    margin-top: 5px;
}

form.site-search-form label {
    display: none;
}

form.site-search-form input {
    border: none;
    padding: 0;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}

form.site-search-form input.search-box {
    width: 100px;
}

form.site-search-form .submit-glass {
    background-image: url(../images/search.png);
    background-size: cover;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border: 0;
    position: relative;
    /*top: 3px;*/
    margin-left: 5px;
}

.logo {
    margin: 40px 0;
}

.logo img {
    width: auto;
    max-width: 100%;
}

.opening_hours {
    background: #000;
    border-top: 10px solid #fff;
    /*border-bottom: 5px solid #fff;*/
    color: #fff;
    padding: 15px 0 18px;
    min-height: 70px;
}

.opening_hours p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}

.opening_hours span {
    font-family: 'Dosis', sans-serif;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.opening_hours span.grey {
    color: #777;
    margin: 0 5px;
}

.content_block {
    /*background-color: #fff;*/
    /* margin-top: 15px; -- removed default vertical section spacing #1175 */
}

.content_block_sub_menu {
    margin-bottom: 15px;
}

.section_break {
     margin-top: 15px;
}

.news {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.month-archive {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: -20px;
}

.news_image, .today_time {
    margin: 15px 0;
}

.news_descr h5.tag, .featured_container h5.tag {
    margin-bottom: 4px;
}

.news_descr, .today_descr {
    margin: 15px 0 0 0;
    min-height: 70px;
    padding-left: 70px;
}

.today_descr ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.today_descr ul li {
    margin-bottom: 5px;
}

.news_image, .today_time {
    width: 70px;
    float: left;
}

.see-all {
    margin: 15px 0;
}

.whats_on_today {
    background: #ebebeb;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.featured_stories {
    padding-right: 0;
    padding-left: 0;
    background: none;
}

.featured_stories .row {
    background: #fff;
    margin: 0;
    padding: 40px 15px;
}

.swiper-container, .swiper-container-single, .swiper-container-double, .swiper-container-quad, .swiper-wrapper, .swiper-container-dif {
    width: 100%;
    height: auto;
    overflow: hidden;
}
body.homepage .swiper-container {
    background: white;
}

.swiper-container h2, .featured_item h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.swiper-container img {
    width: 100%;
}

.swiper-slide,
.slick-slider {
    border-top: 10px solid #fff;
    position: relative;
}

.slick-slider-single {
    border-top: none;
    visibility: hidden;
}

.slick-slider {
    visibility: hidden;
}

.slick-slider-single {
    background: #fff;
}

.slick-slider-single .slide img {
    margin: 0 auto;
}   

.swiper-container-single img, .swiper-container-double img, .swiper-container-quad img {
    /*max-width: 100%;*/
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.swiper-container-single .swiper-wrapper, .swiper-container-double .swiper-wrapper, .swiper-container-quad .swiper-wrapper {
    height: 0 !important;
}

.swiper-container-single .swiper-wrapper .swiper-slide, .swiper-container-double .swiper-wrapper .swiper-slide, .swiper-container-quad .swiper-wrapper .swiper-slide {
    height: 0 !important;
    border-top: 1px solid #fff;
}

.swiper-container-single .swiper-wrapper .swiper-slide .copy {
    padding: 0 30px;
    background: #ebebeb;
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
}

.work-gallery .swiper-container-single .swiper-wrapper {
    padding-bottom: 439px; /* change with line 643 */
}

.work-gallery .swiper-container-single img {
    margin: 0;
}

.work-gallery .swiper-slide {
    position: relative;
    /*position: absolute;*/
    top: -1px;
}

.work-gallery .swiper-slide .white {
    height: 439px; /* change with line 629 */
    width: 100%;
}

.swiper-container-double .swiper-wrapper .swiper-slide .copy {
    padding: 0 30px;
    background: #ebebeb;
    border-right: 1px dotted #ccc;
    border-left: 15px solid #fff;
}

.swiper-container-double .swiper-wrapper .swiper-slide:nth-child(even) .copy {
    border-right: 15px solid #fff;
    border-left: 0px;
}

.swiper-container-double.other-works .swiper-wrapper .swiper-slide .copy {
    padding: 0;
    background: #fff;
    border: 0;
}

.swiper-container-double.other-works img {
    width: 100%;
    margin-top: 5px;
}

.swiper-container-single.related-shop .swiper-wrapper .swiper-slide .copy {
    border: 0;
    border-right: 1px dotted #ccc;
}

.swiper-container-quad .swiper-wrapper .swiper-slide .copy {
    padding: 0 30px;
    background: #ebebeb;
    border-right: 1px dotted #ccc;
}

.swiper-container-quad .swiper-wrapper .swiper-slide:nth-child(4n+1) .copy {
    border-left: 15px solid #fff;
}

.swiper-container-quad .swiper-wrapper .swiper-slide:nth-child(4n+4) .copy {
    border-right: 15px solid #fff;
    border-left: 0px;
}

.swiper-container-dif img {
    height: 200px;
    width: auto;
}

.swiper-container-dif .swiper-wrapper {
    height: 210px;
}

.arrow-left-single, .arrow-left-double, .arrow-left-single-related-shop, .arrow-left-quad {
    width: 25px;
    height: 25px;
    z-index: 10;
    background: url(../images/button_sprite.png) no-repeat;
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: 0px;
    transition: none;
}

.work-creator .arrow-left-double, .work-creator .arrow-right-double {
    top: 54%;
}

.arrow-left-dif, .work-gallery .arrow-left-single {
    width: 50px;
    height: 50px;
    z-index: 10;
    background: url(../images/button_sprite.png) no-repeat;
    background-position: -120px 0;
    cursor: pointer;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -22px;
    transition: none;
}

.arrow-left-single:hover, .arrow-left-double:hover, .arrow-left-single-related-shop:hover, .arrow-left-quad:hover {
    background-position: 0 -50px;
}

.arrow-left-dif:hover, .work-gallery .arrow-left-single:hover {
    background-position: -120px -50px;
}

.arrow-right-single, .arrow-right-double, .arrow-right-single-related-shop, .arrow-right-quad {
    width: 25px;
    height: 25px;
    z-index: 10;
    background: url(../images/button_sprite.png) no-repeat;
    background-position: -30px 0;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: 0px;
    transition: none;
}

.arrow-right-dif, .work-gallery .arrow-right-single {
    width: 50px;
    height: 50px;
    z-index: 10;
    background: url(../images/button_sprite.png) no-repeat;
    background-position: -170px 0;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -22px;
    transition: none;
}

.arrow-right-single:hover, .arrow-right-double:hover, .arrow-right-single-related-shop:hover, .arrow-right-quad:hover {
    background-position: -30px -50px;
}

.arrow-right-dif:hover, .work-gallery .arrow-right-single:hover {
    background-position: -170px -50px;
}


.slick-slider .arrow-right-dif {
     background-position: -120px 0;
     left: -15px;
     right: inherit !important;
}

.slick-slider .arrow-left-dif {
    background-position: -170px 0;
    right: -20px !important;
    left: inherit !important;
}


.featured_stories .tabs {
    position: absolute;
    bottom: 60px;
    right: 20px;
    width: 280px;
    z-index: 2;
    background: #fff;
}

.featured_stories .tabs a {
    display: block;
    padding: 5px 10px;
    border-top: 1px dotted #ccc;
    text-decoration: none;
    color: #000;
}

.featured_stories .tabs a.active {
    background: #f3f3f3;
    position: relative;
}

.featured_stories .tabs a.active:after {
    border-bottom: 14px solid transparent;
    border-right: 14px solid #f3f3f3;
    border-top: 14px solid transparent;
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
}

.featured_stories .tabs a:last-child {
    border-bottom: 1px dotted #ccc;
}

.naked_block {
    background: none;
    padding: 30px 20px;
}

.naked_block.related {
    padding: 0px 20px 0;
}

.naked_block p {
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    margin: 20px 0;
    font-size: 18px;
    line-height: 22px;
}

.naked_block h3 {
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: -20px;
    padding-bottom: 20px;
    padding-top: 0px;
    text-transform: uppercase;
}

.naked_block.related h3 {
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.single_block {
    background: #fff;
    border-bottom: 10px solid #fff;
    padding: 0;
    border-right: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}

.single_block.no-border {
    border-bottom: 0;
}

.single_block:last-child {
    /*border-right: 0;*/
}

.single_block h3 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-family: arial,sans-serif;
}

h3.when-where {
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}

.single_block_stacked {
    background: #fff;
    /*border-bottom: 10px solid #fff;*/
    padding: 10px 0 0 0;
    /*border-right: 1px dotted #ccc;*/
    border-top: 1px dotted #ccc;

}

.single_block_stacked:last-child {
    /*border-right: 0;*/
}

.single_block_stacked h3 {
    font-size: 18px;
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 10px;
}

.single_block_stacked h3 a {
    text-decoration: none;
    color: #000;
}

.single_block_stacked .square {
    /*background: #ebebeb;*/
    border-right: 1px dotted #ccc;
}

.single_block_stacked .square .action-link.bottom {
    bottom: 25px;
}

.square {
    padding-bottom: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center center;
}

.square.two {
    padding-bottom: 50%;
}

.square.segments {
    padding-bottom: 100%;
}

.rectangle {
    padding-bottom: 50%;
    width: 100%;
    background-size: cover;
    position: relative;
}

.other-works .rectangle {
    padding-bottom: 37%;
}

.long-rectangle {
    padding-bottom: 25%;
    width: 100%;
    background-size: cover;
    position: relative;
}

.high-rectangle {
    padding-bottom: 75%;
    width: 100%;
    background-size: cover;
    position: relative;
}

.double_block {
    background: #fff;
    border-bottom: 10px solid #fff;
    padding: 30px 0 0 0;
    /*border-top: 1px dotted #ccc;*/
}

.double_block h3 {
    font-family: 'Dosis', sans-serif;
    font-family: katarine-web,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px;
}

.square .copy {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10px 20px;
    background-color: #fff;
}

.square .copy .tabled {
    height: 90%;
    width: 100%;
}

.copy-block {
    background: #fff;
    padding: 10px 20px;   
}

.copy-block blockquote {
    margin: 20px 0;
}

.copy-block blockquote h3 {
    margin-top: 0;
    font-style: italic;
    font-family: arial,sans-serif;
    font-weight: normal;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 10px;
}

blockquote a {
    text-decoration: none;
}

.right-image img {
    width: 100%;
}

.right-image .cred-caption {
    display: block;
    padding-right: 50px;
}

.bordered-right {
    border-right: 1px dotted #ccc;
}

.bordered-top {
    border-top: 1px dotted #ccc;
}

.cred-caption {
    background-position: right 10px center;;
    background-repeat: no-repeat;
    background-color: #eee;
    padding: 20px;
}

.double_block .cred-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cred-caption p {
    margin: 0;
    /*padding-right: 50px;*/
}

.collectionSearch {
    border: 10px solid #fff;
    border-left: 0;
    border-right: 0;
    background: #000;
    color: #fff;
}

.collectionSearch form label {
    font-size: 18px;
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 12px;
    margin-left: 5px;
    margin-bottom: 8px;
    line-height: 18px;
}

.collectionSearch form input.submit-collection {
    background-color: #000;
    background-image: url("../images/search-white.png");
    background-size: cover;
    border: 0 none;
    height: 18px;
    margin-left: 5px;
    position: relative;
    width: 18px;
}

.collectionSearch form input.search-collection {
    background: none;
    border: 0;
    margin-left: 10px;
}

a.big-green-link {
    text-decoration: none;
}

.big-green-link span {
    color: #000;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 20px;
    max-width: 160px;
    text-transform: none;
    font-family: katarine-web,sans-serif;
    border-bottom: 2px solid #88af00;
}

.collectionFilters, .whats_onFilters, .exhibitionFilters, .tagged_itemFilters {
    border: 10px solid #fff;
    border-left: 0;
    border-right: 0;
    background: #e6e6e6;
}

.filter_calendar {
    float: left;
    font-size: 15px;
    margin-right: 30px;
    margin-top: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.filter_calendar span {
    position: relative;
    top: 2px;
}

.collectionFilters a.tab-btn {
    font-size: 18px;
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    background: #000;
}

.collectionFilters a.tab-btn.active, .collectionFilters a.tab-btn:hover {
    color: #000;
    background: none;
}

.collectionFilters .collectionSearch {
    border: 0;
    background: #000;
    color: #fff;
    padding: 4px 0 4px 15px;
}

.collectionFilters a.slide-down-toggle {
    margin-left: 5px;
    padding: 20px 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 12px;
}

.collectionFilters b a {
    text-decoration: none;
}

.collectionFilters b.selected a {
    color: #000;
    text-decoration: underline;
}

.artist-lump h3 {
    margin-bottom: 0px;
}

.artist-lump .copy-block .file {
    padding-top: 20px;
}

li.artist-column h3 {
    margin-bottom: 10px;
}

li.artist-column ul {
    margin-bottom: 20px;
}

li.artist-column, li.artist-column ul li {
    list-style: none;
}

.work-creator h4 {
    margin-top: 0;
}

.work-creator .row {
    margin-left: -20px;
    margin-right: -20px;
}

.work-creator .row .grey-bg {
    padding: 10px 20px 20px;
}

.work-creator .row .bordered-top {
    padding-top: 10px;
}

.single_related_occur_text {
    padding: 20px;
    background: #fff;
    /*border-bottom: 10px solid #fff;*/
    border-right: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}

.single_related_occur_text h3 {
    font-size: 18px;
}

.single_related_occur_text h3 span.subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;;
}

.single_related_occur_text .description {
    margin-bottom: 85px;
}

.single_related_occur .description {
    margin: 10px 0 20px 0;
}

.single_related_occur_text .foot {
    position: absolute;
    bottom: 20px;
}

.single_related_occur {
    padding: 20px;
    background: #fff;
    /*border-bottom: 10px solid #fff;*/
    border-right: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}

.single_related_occur h3 {
    font-size: 18px;
    height:70px;
}

.single_related_occur h3 span.subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;;
}

.single_related_occur .circle_thumb {
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
}

.single_related_occur .date_time {
    margin-top: 15px;
}

.slideTogglebox {
    display: none;
    height: auto;
    /*min-height: 200px;*/
    padding: 20px 5px;
    border-top: 1px dotted #ccc;
}

.whats_onFilters p.header {
    font-size: 18px;
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 10px;
    display: block;
    background: #000;
    margin: 0;
    line-height: inherit;
}

.whats_onFilters p.header a {
    color: #fff;
    text-decoration: none;
}

.whats_onFilters p.green {
    background: #88af00;
}

.whats_onFilters a.slide-down-toggle {
    margin-left: 5px;
    padding: 20px 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 12px;
}

.whats_onFilters .date {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url(../images/button_sprite.png);
}

.whats_onFilters .date.prev {
    float: left;
}

.whats_onFilters .date.next {
    float: right;
    background-position: -30px 0;
}

.whats_onFilters input[type="submit"] {
    background: #868686;
    border: 0 none;
    color: #fff;
    float: right;
    margin: 30px 20px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.whats_on {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding-bottom: 10px;
}

.whats_on .today_descr p b {
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.fa-calendar {
    margin-right: 10px;
}

.whats_onFilters .tags {
    margin: 20px 0 10px;
    height: 20px;
    margin-left: 5px;
}

.whats_onFilters .tag {
    float: left;
    margin: 10px 0;
}

/*.whats_onFilters .tag a {
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #333;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 7px 10px;
}*/

.whats_onFilters .tag a {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 20px;
    padding: 7px 10px;
    position: relative;
    text-decoration: none;
}

.whats_onFilters .tag a::after {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #666;
    border-top: 14px solid transparent;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
}

.whats_onFilters .tag a:hover, .whats_onFilters .tag a.selected {
    color: #fff;
    background: #333;
}

.whats_onFilters .tag a:hover:after, .whats_onFilters .tag a.selected:after {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #333;
    border-top: 14px solid transparent;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
}

.whats_onFilters h4, .exhibitionFilters h4 {
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 0px;
    text-transform: uppercase;
}

.whats_onFilters ul.event-choices,
.exhibitionFilters ul,
.tagged_itemFilters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.whats_onFilters .action-link {
    display: block;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: -5px;
}

/*.whats_onFilters p.header {
    font-size: 18px;
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 10px;
    display: block;
    background: #000;
    margin: 0;
    line-height: inherit;
}

.whats_onFilters p.header a {
    color: #fff;
    text-decoration: none;
}

.whats_onFilters p.green {
    background: #88af00;
}

.whats_onFilters a.slide-down-toggle {
    margin-left: 5px;
    padding: 20px 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    clear: left;
}

.whats_onFilters .date {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url(../images/button_sprite.png);
}

.whats_onFilters .date.prev {
    float: left;
}

.whats_onFilters .date.next {
    float: right;
    background-position: -30px 0;
}

.whats_onFilters input[type="submit"] {
    background: #88af00;
    border: 0 none;
    color: #fff;
    float: right;
    margin: 30px 20px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.whats_on {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding-bottom: 10px;
}

.whats_on .today_descr p b {
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.fa-calendar {
    margin-right: 10px;
}

.whats_onFilters .tags {
    margin: 20px 0 10px;
    height: 20px;
}

.whats_onFilters .tag {
    float: left;
    margin: 10px 0;
}

.whats_onFilters .tag a {
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 7px 10px;
    background: #666;
    color: #fff;
    position: relative;
}

.whats_onFilters .tag a:after {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #666;
    border-top: 14px solid transparent;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
}

.whats_onFilters .tag a:hover, .whats_onFilters .tag a.selected {
    background: #333;
}

.whats_onFilters .tag a:hover:after, .whats_onFilters .tag a.selected:after {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #333;
    border-top: 14px solid transparent;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
}

.whats_onFilters h4 {
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 0px;
    text-transform: uppercase;
}

.whats_onFilters ul.event-choices {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.event-choices label {
    font-weight: normal;
}*/

.exhibitionFilters p.header,
.tagged_itemFilters p.header {
    font-size: 18px;
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 10px;
    display: block;
    background: #e6e6e6;
    margin: 0;
    line-height: inherit;
}

.exhibitionFilters .black {
    background: #000;
}

.exhibitionFilters p.header a,
.tagged_itemFilters p.header a {
    color: #333;
    text-decoration: none;
}

.exhibitionFilters p.header a:hover,
.tagged_itemFilters p.header a:hover {
    color: #868686;
}

.exhibitionFilters p.searchHeader {
	float: left;
    color: #fff;
    background: #000;
}

.exhibitionFilters a.slide-down-toggle,
.tagged_itemFilters a.slide-down-toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.exhibitionFilters input[type="submit"] {
    background: #868686;
    border: 0 none;
    color: #fff;
    float: right;
    margin: 30px 20px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.exhibitionFilters #exhibition-history input[type="text"] {
    font-size: 18px;
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    color: #e6e6e6;
    text-decoration: none;
    padding-bottom: 0;
    background: #000;
    line-height: inherit;
    border: none;
    width: 75%;
}

.exhibitionFilters #exhibition-history .submit-glass {
    background-image: url(../images/search-white.png);
    background-size: cover;
    background-color: #000;
    width: 20px;
    height: 20px;
    margin: 14px 5px 0 ;
    padding: 0;
    border: 0;
    float: none;
    position: relative;
}

.exhibitionFilters #exhibition-history input[type="submit"] {
	margin-right: 20px;
}

.tagged_itemFilters .filter_container {
    padding: 20px 5px;
    border-top: 1px dotted #ccc;
}

.tagged_itemFilters input[type="submit"] {
    background: none repeat scroll 0 0 #868686;
    border: 0 none;
    color: #fff;
    float: right;
    margin: 10px 20px 0 0;
    padding: 5px 20px;
    text-transform: uppercase;
}

.tagged_itemFilters ul li.indented {
	padding-left: 15px;
}

.tagged_itemFilters ul li:first-child h4 {
	margin-top: 0;
}

.events-temp .copy-block {
    padding-top: 0px;
    padding-left: 15px;
}

.featured_events .featured-image {
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.parent .featured-image {
    background-position: center center;
    background-size: cover;
    height: 200px;
}

.featured_item {
    margin-right: 0px;
    border: 10px solid #fff;
    border-left: 0;
    border-right: 0;
    background: #eee;
}

.featured_item .occurrence_date {
    font-family: katarine-web,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
}

.featured_item.parent {
    border: 0;
    margin-left: 0;
}

.featured_item.parent h3 {
    font-size: 18px;
}

.featured_item .col-md-4 {
    padding: 20px;
}

.featured-image .hover-copy {
    font-size: 64px !important;
    line-height: 70px !important;
    text-decoration: none;
}

.today_events {
    background: #fff;
}

.today_events h3 {
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.today_events h4.today_day {
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 -15px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #eee;
}

.today_events .circle_thumb img {
    width: 80%;
    border-radius: 100px;
}

.works {
    background-color: #ffffff;
}

.works div {
    display: inline-table;
    padding-top: 15px;
    padding-bottom: 15px;
}

.works div:hover {
    background-color: #eeeeee;
}

.works a {
    text-decoration: none;
    color: black;
}

.works a cite {
    font-style: italic;
}

.works a span.accession, h5.accession {
    font-size: 0.9em;
}


.event-lump {
  border: #e0e0e0 1px solid;
}
.event-lump .padded-r {
  padding: 15px 24px 14px 24px;
}
.event-lump .padded {
  padding: 20px 24px;
}
.event-lump .meta-type {
  display: inline-block;
  margin-bottom: 8px;
}
.event-lump .date, .event-lump .time, .event-lump .season, .event-lump .price, .event-lump .venue {
  margin-bottom: 0;
  line-height: 1.15384em;
}
.event-lump .time, .event-lump .price {
  margin-top: 3px;
  text-transform: lowercase;
  color: #666;
}
.event-lump .teaser {
  margin-top: 1px;
  color: #666;
}
.event-lump .venue {
  margin-top: 3px;
}
.event-lump .main {
  width: 185px;
}
.event-lump .details {
  float: right;
  width: 170px;
  padding-left: 20px;
  border-left: 1px #e0e0e0 dotted;
}
.event-lump .divider {
  border-bottom: 1px #e0e0e0 dotted;
  margin-bottom: 9px;
}
.event-lump h3 {
  margin-top: 5px;
  margin-bottom: 2px;
}
.event-lump .overlay-underlay {
  position: relative;
  margin-bottom: 9px;
}
.event-lump .overlay, .event-lump .underlay {
  position: absolute;
}
.event-lump .overlay, .event-lump .overlay-underlay {
  height: 120px;
  width: 185px;
}
.event-lump .overlay {
  top: 0px;
  left: 0px;
  z-index: 5;
}
.event-lump .underlay {
  height: 120px;
  width: 120px;
  left: 33px;
  top: 5px;
  z-index: 0;
}
.event-lump .action-links {
  padding-top: 6px;
  position: static;
}
.event-lump:hover {
  background-color: #EBEBEB;
}



@media screen and (min-width: 768px) {
    .works a span.img {
        display: block;
        position: relative;
        height: 260px;
    }
    .works a img {
        position: absolute;
        bottom: 0;
    }
}


.pago .pagination {
    margin:0;
}

/* Is .item used anywhere other than collection? */
.item { 
    width: 25%;
    padding: 0px;
    box-sizing: border-box;
    background: #fff;
    border: 1px dotted #ccc;
    border-bottom: 0;
    border-left: 0;
}

.item img {
    width: 100%;
}

.item p {
    padding: 20px 10px;
}

.item.large { 
    width: 50%;
}

.item.works-by-artist {
    border: 0;
}

.item.works-by-artist h5 {
    padding-left: 15px;
}

.item.works-by-artist h5 a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.item.works-by-artist ul {
    list-style: none;
}

.item.works-by-artist img {
    display: none;
}

.related-item-simple {
    background: #eee;
    padding: 10px;
    height: 70px;
    margin-bottom: 10px;
    position: relative;
}

.related-item-simple .related-thumb {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    background-position: center center;
    background-size: cover;
}

.related-item-simple .related-thumb img {
    width: 100%;
}

.related-item-simple .related-copy p {
    font-size: 16px;
    line-height: 16px;
    font-family: "Dosis",sans-serif;
    font-family: katarine-web,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    background: url("../images/action_link_sprite.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    padding-right: 25px;
}

.feature-link {
    background: #ececec;
    padding: 20px;
    /*border-right: 10px solid #fff;*/
    /*border-left: 10px solid #fff;*/
    margin: 10px 0;
}

.feature-link:nth-child(even) {
    border-right: 0px solid #fff;
    border-left: 10px solid #fff;

}

.feature-link:nth-child(odd) {
    border-right: 10px solid #fff;
    border-left: 0px solid #fff;

}

.feature-link-image {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.feature-link-copy {
    height: 50px;
    /*float: left;*/
}

.feature-link-copy a {
    color: #000;
    font-family: katarine-web,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

/* SITE SEARCH */

.siteSearch input[type="text"] {
    background: #000;
    border: 0 none;
    margin-left: 10px;
}

.siteSearch input[type="submit"] {
    background-color: #000;
    background-image: url("../images/search-white.png");
    background-size: cover;
    border: 0 none;
    height: 18px;
    margin-left: 5px;
    position: relative;
    width: 18px;
}

.ss-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #ccc;
}

.ss-item h3 {
    margin-bottom: 10px;
}

.ss-item h3 a {
    font-size: 17px;
    text-decoration: none;
    color: #000;
}

.ss-navi {
    margin-top: 40px;
}

.ss-navi h5 {
    text-transform: uppercase;
    font-size: 11px;
}

/* */

/* BLOG/NEWS */

#exhibition-history input[type="text"], .search-the-library input[type="text"] {
    border-bottom: 1px dotted #ccc !important;
    margin-right: -5px;
    margin-top: 10px;
    padding: 2px 10px 4px;
    width: 50%;
    min-width: 300px;
}

#exhibition-history input[type="submit"] {
    background: none repeat scroll 0 0 #868686;
    border: 0 none;
    color: #fff;
    /*float: right;*/
    margin: 10px 0 0 0;
    padding: 5px 20px;
    text-transform: uppercase;
}

.year-header {
    margin: 15px 0;
    float: left;
    width: 100%;
}

.past-exh .copy-block {
    padding: 20px;
}

.past-exh .copy-block p b {
    font-family: katarine-web,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.venue-hours table {
    width: 80%;
}

.venue-address p {
    line-height: 17px;
}

#map {
    width: 100%;
    height: 200px;
}

/*======= Map Styling ============*/
.gmnoprint a, .gmnoprint span {
    display:none;
}
.gmnoprint div  {
    background:none !important;
}
#GMapsID div div a div img, .gm-style-cc {
    display:none;
}

/* */

.footer {
    margin-top: 30px;
}

.footer .single_block {
    /*padding-top: 30px;*/
    border-bottom: 0;
}

.footer .single_block h3 {
    padding-bottom: 7px;
}

.footer .social-icon {
    margin-top: 20px;
}

.footer .social-icon img {
    width: 41px;
    height: 41px;
}

.footer .times b {
    font-family: arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    margin-top: 2px;
    text-transform: uppercase;
    width: 67px;
    display: inline-block;
}

.logos {
    text-align: right;
}

.logos a {
    /*float: right;*/
    margin-left: 20px;
}

.mail-signup input[type="text"] {
    width: 97%;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.mail-signup input[type="submit"] {
    background: none repeat scroll 0 0 #868686;
    border: 0 none;
    color: #fff;
    float: left;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.mail-signup input[type="submit"]:hover {
    background: none repeat scroll 0 0 #444;
}

.mail-signup-section {
    margin: 20px 0;
    padding: 10px 15px;
    background: #fff;
    line-height: 18px;
}
.mail-signup-section a.newsletter-signup-link {
    /*text-decoration: none;*/
    color: black !important;
}
.mail-signup-section a:hover {
    text-decoration: none;
    color: #666 !important;
}

.privacy {
    float: right;
    margin: 10px 7px 0 0;
}

.copyright {
    font-size: 10px;
    margin-top: 20px;
}

.copyright a {
    margin: 0;
}

/* AddThis Customised */

.addthis_sharing_toolbox {
    position: absolute;
    right: 0;
    top: -32px;
    z-index: 1;
}

/* */

/* ALT HOMEPAGE */

.row.alt-home {
    margin-bottom: 15px;
}

.row.alt-home .col-md-12 {
    padding: 0;
}

.alt-home img {
    width: 100%;
}

.alt-homepage .row.news .col-md-12 {
    border-left: 1px solid #e0e0e0;
}

.alt-homepage .opening_hours {
    border: 0;
    padding: 24px 0;
}

.swiper-container-alt-home, .swiper-container-alt-home-single {
    width: 100%;
    overflow: hidden;
    /*height: 138px;*/
    text-align: center;
}

.swiper-container-alt-home .swiper-slide, .swiper-container-alt-home-single .swiper-slide {
    border: 5px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

.arrow-left-alt-home, .arrow-left-alt-home-single {
    background: url(../images/button_sprite.png) no-repeat;
    background-position: -120px 0;
    height: 50px;
    left: -22px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 999;
}

.arrow-right-alt-home, .arrow-right-alt-home-single {
    background: url(../images/button_sprite.png) no-repeat;
    background-position: -170px 0;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    right: -20px;
    top: 50%;
    width: 50px;
    z-index: 999;
}

.alt-fallback {
    display: none;
}

/* */

.copy-block form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.copy-block form ul li {
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    width: 80%;
}

.copy-block form ul li.no-border {
    border: 0;
}

.copy-block form label {
    font-weight: normal;
    /*margin: 10px 0;*/
}

.copy-block form input[type="text"] {
    border: 0;
    width: 70%;
}

.copy-block form textarea {
    border: 1px solid #ccc;
    width: 100%;
}

.copy-block form input[type="submit"] {
    background: none repeat scroll 0 0 #868686;
    border: 0 none;
    color: #fff;
    margin: 0 0 5px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.copy-block form input[type="reset"] {
    background: none repeat scroll 0 0 #999;
    border: 0 none;
    color: #fff;
    margin: 0 0 5px;
    padding: 5px 20px;
    text-transform: uppercase;
}

a.credit {
    margin-right: 30px;
}

/* CONTENT TYPE ALTERACTIONS */

.file-ct .copy-block {
    padding-top: 0;
    padding-bottom: 5px;
}

.link-ct .copy-block {
    padding-top: 0;
    padding-bottom: 5px;
}

/* */

/* VIDEO SECTION */

body.videos .row.content_block .row .row {
    margin-bottom: 15px;

}
body.videos .content_block, .video-list .content_block {
    margin-bottom: 25px;
    background-color: #fff;
}

/*.video-list .content_block {*/

    /*margin-bottom: 5px;*/
    /*background-color: #fff;*/
/*}*/
.video-list .bordered-bottom {
    border-bottom: dotted 1px #ccc;
}

p.video-link {

    background: url(../images/action_link_sprite.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666;
    /*display: block;*/
    font-size: 12px;
    margin-top: 20px;
    padding: 0 0 15px 22px;
    text-decoration: none;
}
p.video-link a {
    text-decoration: none;
}

p.video-link.back {

    background: url(../images/action_link_sprite_back.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

h4.back a {
    color: #666;
}

body.videos .video-link:hover, .video-list .video-link:hover {
    background-position: 0 -50px;
}

.video-title {
    margin-top: 5px;
    font-weight: bold;
    min-height: 30px;
}

body.videos .videoWrapper, .video-list .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    border: 1px dotted #444;
    background-color: #fff;
}
.videoWrapper.hero {
    padding-bottom: 61.5%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper.responsiveVideo {
    padding-bottom: 52.25%;
}

body.video .related-videos {
    margin-top: 30px;
}

/* */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.float-right {
    float: right;
}

blockquote.mca-quote .quote-text {
    background: -moz-linear-gradient(top, transparent 0em, transparent 0em);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0em,transparent), color-stop(1.46em,transparent));
    background: -webkit-linear-gradient(top, transparent 0em,transparent 1.46em);
    background: -o-linear-gradient(top, transparent 0em,transparent 1.46em);
    background: -ms-linear-gradient(top, transparent 0em,transparent 1.46em);
    background: linear-gradient(top, transparent 0em,transparent 1.46em);
    background-size: 100% 1.56em;
    /* letter-spacing: 0.04em; */
    border-top: 0px solid #333;
    font-family: katarine-web,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    letter-spacing: 0.04em;
    line-height: 1.56;
    margin: 0;
    padding-top: 0.04em;
}

.artwork h2, .artwork h1 {
    text-transform: none;
    font-size: 1.8em;
    margin-bottom:10px;
}

.artwork h2 {
    font-style: italic; 
}

.artwork h5 {
    font-weight: normal;
}
.display_status {
    float:right;
}

.quote-source p {
    margin-top: 20px;
}

iframe.gallery-modal-youtube {
    display: none;
}

.work-video {
    margin: 70px 0 0 0;
}

.work-video + h4 {
    margin-top: 0;
    text-transform: none;
}

.yt-video {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 477px;
    max-height: 268px;
    position:relative;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.modal-header {
    border-bottom: none;
}

.video-modal-toggle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}

.yt-video img {
    margin-bottom: 15px;
    cursor: pointer;
}


.desktop {
    display: block;
}

.mobile {
    display: none;
}

.yu2fvl {
  z-index: 9999;
  top: 0;
}

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.6;
}

.yu2fvl-close {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 200%;
}

@media (min-width: 991px) {
    .quad-fallback {
        display: none;
    }
}

@media (max-width: 990px) {
    body {
        padding-top: 0;
    }
    .mega-menu {
        display: none;
    }
    .mobile-menu, #slideToggle-mobile-nav {
        display: block;
    }
    .equal.left-col {
        width: 100%;
    }
    .featured_stories {
        padding-left: 0;
    }
    .featured_item {
        margin-right: -15px;
    }
    .featured_item.parent {
        margin-right: 0;
    }
    .news_image, .today_time {
        margin: 0;
    }
    .square, .square.segments {
        padding-bottom: 240px;
    }
    .rectangle {
        padding-bottom: 240px;
    }
    .high-rectangle {
        padding-bottom: 240px;
    }
    .swiper-container-quad, .arrow-left-quad, .arrow-right-quad {
        display: none;
    }
    .sub-menu ul li {
        width: 50%;
        border-bottom: 1px solid #333;
    }
    .sub-menu ul li a {
        padding: 12px 20px;
    }
    .whats_onFilters h4 {
        /*font-size: 11px;*/
        margin-top: 20px;
    }
    .logos {
        text-align: left;
        margin-top: 30px;
    }
    .logos a {
        margin-left: 0px;
        margin-right: 20px;
    }
    .feature-link:nth-child(2n), .feature-link:nth-child(2n+1) {
        border: 0;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
    h2 span {
        font-size: 20px;
    }
    .logo img {
        max-width: none;
        width: 130px;
    }
    .featured_stories .tabs {
        display: none;
    }
    .logos {
        text-align: left;
        margin-top: 20px;
    }
    .logos a {
        margin-left: 0;
        margin-right: 20px;
    }
    .logos a img {
        padding: 5px 0;
        width: auto;
    }
    .item { 
        width: 100%;
    }
    .item.large { 
        width: 100%;
    }
    .spacer {
        height: 20px;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
    .swiper-container-alt-home, .arrow-right-alt-home, .arrow-left-alt-home {
        display: none;
    }
    .alt-fallback {
        display: block;
    }
    .work-gallery .swiper-container-single img {
        width: 100%;
    }
    .copy-block img {
        margin-bottom: 30px;
    }
    .cred-caption {
        margin-top:-30px;
        margin-bottom: 30px;
        padding: 20px;
    }
}

@media (max-width: 640px) {

    .featured-image .hover-copy {
        font-size: 40px !important;
        line-height: 44px !important;
        text-decoration: none;
    }
    .video-title {
        min-height: 45px;
    }
    .mail-signup-section .action-link {
        display: none;
    }
}

@media (min-width: 481px) {
    .yt-video .buttonHolder {
        margin: auto;
        margin-right: auto; 
        position:absolute;
        top:110px;
        left:196px;
    }
    
    .yt-video .play-button {
        height: 50px;
        width: 85px;    
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 9px;
        position: relative;
    }
    
    .yt-video:hover .play-button {
        background-color: rgba(255, 0, 0, 0.9);
    }
    
    .yt-video .play-button:after {
        content: "";
        display: block;
        position: absolute;
        top: 13px;
        left: 34px;
        margin: 0 auto;
        border-style: solid;
        border-width: 12.5px 0 12.5px 22px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
    }
    .double-fallback {
        display: none;
    }
    /*.item, .item.large { 
        width: 100%;
    }*/
}

@media (max-width: 480px) {
    .content_block .single_block.col-xs-6, .content_block .double_block.col-xs-6 {
        width: 100%;
    }
    .swiper-container-double, .arrow-left-double, .arrow-right-double {
        display: none;
    }
    .sub-menu ul li {
        width: 100%;
    }
}

