/* ==========================================================================
Exhbition NAV
========================================================================== */

.exhibition-nav {
    width: 90%;
    max-width: 1060px;
    margin: 0px auto;
    display: block;
    background-color: #e8e8e8;
    font-family: "Avenir_Black_1";
    font-size: 13px;
    margin-bottom: 30px;
}

.exhibition-nav .exhibition-nav-header {
    float: left;
    /*height: 100%;*/
    width: 140px;
    font-size: 14px;
    padding: 5px 18px;
    color: #fff;
    background: #000;
    text-align: center;
}

.exhibition-nav .exhibition-nav-header a {
    color: #fff;
    text-decoration: none;
}

.exhibition-nav .exhibition-nav-items {
    float: left;
}

.exhibition-nav .exhibition-nav-items .exhibition-nav-item {
    display: block;
    float: left;
    padding: 6px 18px;
    /*color: #808080;*/
    color: #6a6861;
}

.exhibition-nav .exhibition-nav-items .exhibition-nav-item:hover {
    text-decoration: none;
    background-color: #6dc8bf;
    color: #fff;
}

.exhibition-nav .exhibition-nav-items .exhibition-nav-item.active {
    background-color: #6dc8bf;
    color: #fff;
}

.exhibition-nav .exhibition-nav-items .exhibition-nav-item:focus {
    text-decoration: none;
}

/* ==========================================================================
Related Category Links
========================================================================== */

.related-links {
    width: 90%;
    max-width: 1060px;
    margin: 60px auto 60px auto;
    display: block;
    color: #6a6861;
    font-family: "Avenir_Book_1";
    font-size: 42px;
}

.related-links .related-link {
    text-decoration: none;
}

.related-links .related-link:nth-child(odd) {
    color: #b2b2b2;
}

.related-links .related-link:nth-child(even) {
    color: #6dc8bf;
}

.no-auctions {
    width: 90%;
    max-width: 1060px;
    margin: 60px auto 60px auto;
    display: block;
    color: #6a6861;
    font-family: "Avenir_Book_1";
    font-size: 42px;
}

/* ==========================================================================
Exhibition List - Lg
========================================================================== */

.exhibition-list {
    width: 90%;
    max-width: 1060px;
    margin: 0px auto;
    display: block;
}

.exhibition-list .exhibition.exhibition-lg {
    
}

.exhibition-list .exhibition.exhibition-lg .image-gallery {
    width: 100%;
    height: 450px;
    position: relative;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items {
    width: 100%;
    height: 100%;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: none;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item.w-caption {
    padding-right: 383px;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item.active {
    display: block;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-image .image-underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter:blur(20px);
    display: none;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-image .image {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-image .image-highres {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-description {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 3px solid #fff;
    width: 380px;
    height: 100%;
    background-color: #7d7c75;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-description-nav {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-description-nav i {
        position: absolute;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    font-size: 30px;
    left: 10px;
    cursor: pointer;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-description-inner {
    padding: 20px 30px;
    width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    text-align: right;
    color: #fff;
    font-family: "Avenir_Book_1";
    font-size: 13px;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    overflow: auto;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .image-gallery-nav {
    width: 71px;
    height: 35px;
    box-sizing: border-box;
    padding-right: 36px;
    position: absolute;
    left: 6%;
    bottom: 0px;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .image-gallery-nav .image-gallery-nav-button {
    width: 35px;
    height: 35px;
    background-color: #222;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .image-gallery-nav .image-gallery-nav-button i {
    font-size: 26px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.exhibition-list .exhibition.exhibition-lg .image-gallery .image-gallery-nav .image-gallery-nav-button.next-slide {
    position: absolute;
    right: 0px;
    top: 0px;
}

/*.exhibition-list .exhibition.exhibition-lg .exhibition-artist {
    font-family: "Avenir_Black_1";
    font-size: 38px;
    line-height: 44px;
    margin-top: 30px;
}*/

.exhibition-list .exhibition.exhibition-lg .exhibition-name {
    font-family: "Avenir_Book_1";
    font-size: 36px;
    line-height: 42px;
    color: #88d2cb;
    padding-bottom: 12px;
    border-bottom: 2px dotted #6dc8bf;
    margin-bottom: 12px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-right: 225px;
    margin-top: 15px;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-name a.exhibition-name-text {
    color: #88d2cb;
    text-decoration: none;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-name .exhibition-social {
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-name .exhibition-social span {
    font-size: 20px;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-name .exhibition-social a {
    margin-left: 25px;
    color: #000;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-date-location {
    font-family: "Avenir_Black_1";
    font-size: 20px;
    line-height: 24px;
    color: #6a6861;
    margin-bottom: 20px;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-date-location .exhibition-date {
    float: left;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-date-location .exhibition-location {
    float: left;
    padding-left: 15px;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-date-location .exhibition-location:before {
    content: '\25AA';
    padding-right: 15px;
    font-size: 34px;
    line-height: 10px;
    vertical-align: middle;
    color: #6dc8bf;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-inner {
    width: 100%;
    box-sizing: border-box;
    padding-right: 400px;
    position: relative;
    font-family: "Avenir_Book_1";
    color: #6e6c65;
    padding-bottom: 20px;
    border-bottom: 2px dotted #6dc8bf;
    margin-bottom: 20px;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-left {
    width: 100%;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right {
    width: 370px;
    position: absolute;
    top: 0;
    right: 0;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right .exhibition-inner-right-item {
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #6dc8bf;
    margin-bottom: 15px;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right .exhibition-inner-right-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right .exhibition-curator-time .time,
.exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right .exhibition-reception-time .time {
    font-family: "Avenir_Heavy_1";
}

.exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right .exhibition-curators {
    font-family: "Avenir_Heavy_1";
}

.exhibition-list .exhibition.exhibition-lg .exhibition-tags {
    font-family: "Avenir_Heavy_1";
    margin-bottom: 40px;
    font-size: 13px;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-tags label {
    font-weight: normal;
    color: #6dc8bf;
}

.exhibition-list .exhibition.exhibition-lg .exhibition-tags:before {
    content: '\25AA';
    padding-right: 8px;
    font-size: 28px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    color: #6dc8bf;
    line-height: 13px;
}



/* ==========================================================================
Exhibition List - Md
========================================================================== */

/*.exhibition-list {
    width: 90%;
    max-width: 1060px;
    margin: 0px auto;
    display: block;
}*/

.exhibition-list .exhibition.exhibition-md {
    margin-bottom: 100px;
    border-bottom: 2px dotted #6dc8bf;
}

.exhibition-list .exhibition.exhibition-md:last-child {
    border-bottom: none;
}

/*.exhibition-list .exhibition.exhibition-md .exhibition-artist {
    font-family: "Avenir_Black_1";
    font-size: 32px;
    line-height: 36px;
    margin-top: 30px;
}*/

.exhibition-list .exhibition.exhibition-md .exhibition-name {
    font-family: "Avenir_Book_1";
    font-size: 30px;
    line-height: 30px;
    color: #88d2cb;
    padding-bottom: 12px;
    border-bottom: 2px dotted #6dc8bf;
    margin-bottom: 12px;
}

.exhibition-list .exhibition.exhibition-md .exhibition-name a.exhibition-name-text {
    color: #88d2cb;
    text-decoration: none;
}

.exhibition-list .exhibition.exhibition-md .exhibition-name .exhibition-social {
    float: right;
    color: #000;
    font-size: 20px;
    position: relative;
    top: 12px;
}

.exhibition-list .exhibition.exhibition-md .exhibition-name .exhibition-social span {
    font-size: 18px;
}

.exhibition-list .exhibition.exhibition-md .exhibition-name .exhibition-social a {
    margin-left: 12px;
    color: #000;
}

.exhibition-list .exhibition.exhibition-md .exhibition-date-location {
    font-family: "Avenir_Black_1";
    font-size: 16px;
    line-height: 18px;
    color: #6a6861;
    margin-bottom: 20px;
}

.exhibition-list .exhibition.exhibition-md .exhibition-date-location .exhibition-date {
    float: left;
}

.exhibition-list .exhibition.exhibition-md .exhibition-date-location .exhibition-location {
    float: left;
    padding-left: 15px;
}

.exhibition-list .exhibition.exhibition-md .exhibition-date-location .exhibition-location:before {
    content: '\25AA';
    padding-right: 15px;
    font-size: 26px;
    line-height: 10px;
    vertical-align: middle;
    color: #6dc8bf;
}

.exhibition-artists-wrapper {
    margin-bottom: 20px;
}

.exhibition-artists-wrapper .exhibition-artists {
    font-family: "Avenir_Black_1";
    font-size: 14px;
    line-height: 14px;
    color: #6a6861;
    margin-bottom: 5px;
}

.exhibition-artists-wrapper .exhibition-artists .exhibition-artist {
    width: 33.3%;
    float: left;
    padding-right: 5px;
}

/*.exhibition-list .exhibition.exhibition-md .exhibition-artists .exhibition-artist {
    float: left;
}

.exhibition-list .exhibition.exhibition-md .exhibition-artists .exhibition-artist:before {
    content: '\25AA';
    padding: 0px 15px;
    font-size: 26px;
    line-height: 10px;
    vertical-align: middle;
    color: #6dc8bf;
}

.exhibition-list .exhibition.exhibition-md .exhibition-artists .exhibition-artist:nth-child(1):before {
    content: '';
    padding: 0px;
}*/

.exhibition-list .exhibition.exhibition-md .exhibition-inner {
    width: 100%;
    box-sizing: border-box;
    padding-right: 380px;
    position: relative;
    font-family: "Avenir_Book_1";
    color: #6e6c65;
    padding-bottom: 20px;
    /*margin-bottom: 20px;*/
}

.exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-left {
    width: 100%;
}

.exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right {
    width: 350px;
    position: absolute;
    top: 0;
    right: 0;
}

.exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right img {
    width: 100%;
}

.exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right .exhibition-inner-right-item {
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #6dc8bf;
    margin-bottom: 15px;
}

.exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right .exhibition-inner-right-item:first-of-type {
    margin-top: 15px;
}

.exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right .exhibition-inner-right-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right .exhibition-curators {
    font-family: "Avenir_Heavy_1";
}

.exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right .exhibition-view-images,
.exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right .exhibition-view-images {
    font-family: "Avenir_Heavy_1";
    color: #6dc8bf;
    cursor: pointer;
    cursor: hand;
}

/* ==========================================================================
Exhibition List - Sm
========================================================================== */

.exhibition-list .exhibition.exhibition-sm {
    /*margin-bottom: 100px;
    border-bottom: 2px dotted #6dc8bf;*/
}

.exhibition-list .exhibition.exhibition-sm:last-child {
    border-bottom: none;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-artist {
    font-family: "Avenir_Black_1";
    font-size: 32px;
    line-height: 36px;
    margin-top: 30px;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-name {
    font-family: "Avenir_Book_1";
    font-size: 30px;
    line-height: 30px;
    color: #88d2cb;
    padding-bottom: 12px;
    border-bottom: 2px dotted #6dc8bf;
    margin-bottom: 12px;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-name .exhibition-social {
    float: right;
    color: #000;
    font-size: 20px;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-name .exhibition-social span {
    font-size: 18px;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-name .exhibition-social a {
    margin-left: 12px;
    color: #000;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-date-location {
    font-family: "Avenir_Black_1";
    font-size: 16px;
    line-height: 18px;
    color: #6a6861;
    margin-bottom: 20px;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-date-location .exhibition-date {
    float: left;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-date-location .exhibition-location {
    float: left;
    padding-left: 15px;
}

.exhibition-list .exhibition.exhibition-sm .exhibition-date-location .exhibition-location:before {
    content: '\25AA';
    padding-right: 15px;
    font-size: 26px;
    line-height: 10px;
    vertical-align: middle;
    color: #6dc8bf;
}




/* ==========================================================================
Past Exhibitions Styles 
========================================================================== */

.past-exhibitions-nav {
    width: 90%;
        max-width: 1060px;
    margin: 60px auto;
    display: block;
}

.past-exhibitions-nav .past-exhibitions-nav-text {
    float: left;
    width: 500px;
    color: #6a6861;
    font-family: "Avenir_Book_1";
    font-size: 38px;
}

.past-exhibitions-nav .past-exhibitions-nav-content {
    float: right;
    margin-top: 10px;
}

#past-exhibition-search {
    width: 300px;
    margin-bottom: 10px;
}

#past-exhibition-search input {
    float: left;
    display: inline;
    width: 260px;
    margin-right: 5px;
    font-family: "Avenir_Medium_1";
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    padding: 7px 15px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

#past-exhibition-search button {
	float: left;
	display: inline;
	width: 35px;
    height: 35px;
    background-color: #222;
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
     cursor: pointer;
        cursor: hand;
}

#past-exhibition-search button i {
    font-size: 26px;
    position: relative;
    top: 50%;
    color: #fff;
    display: inline-block;
    cursor: pointer;
        cursor: hand;
}

.past-exhibition-dropdown {
    width: 300px;
    position: relative;
}

.past-exhibition-dropdown span {
        float: left;
    display: inline;
    width: 260px;
    margin-right: 5px;
    font-family: "Avenir_Medium_1";
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5.5px 15px;
    background-color: #6dc8bf;
    border: 1px solid #6dc8bf;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    cursor: pointer;
    cursor: hand;
}

.past-exhibition-dropdown button {
    float: left;
    display: inline;
    width: 35px;
    height: 35px;
    background-color: #222;
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    cursor: hand;
}
.past-exhibition-dropdown button i {
    font-size: 26px;
    position: relative;
    top: 50%;
    color: #fff;
    display: inline-block;
    cursor: pointer;
        cursor: hand;
}

.past-exhibition-dropdown ul {
    position: absolute;
    width: 260px;
    top: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: none;
}

.past-exhibition-dropdown ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5.5px 15px;
    background-color: #6dc8bf;
    border: 1px solid #6dc8bf;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    text-decoration: none;
}

/* ==========================================================================
Modal Image Gallery
========================================================================== */

/*old*/

.view-exhibition-images-modal {
    margin: 0 !important;
    padding: 0 !important;
}

.view-exhibition-images-modal .image-gallery {
    width: 100%;
    height: 450px;
    position: relative;
}

.view-exhibition-images-modal .image-gallery .gallery-items {
    width: 100%;
    height: 100%;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 0px;
    overflow-x: hidden;
    position: relative;
    display: none;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item.active {
    display: block;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item .exhibit-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item .exhibit-image .image-underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter:blur(20px);
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item .exhibit-image .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item .exhibit-image .image-highres {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item .item-description {
    position: absolute;
    top: 0;
    right: -340px;
    border-left: 3px solid #fff;
    width: 380px;
    height: 100%;
    background-color: #7d7c75;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item .item-description-nav {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item .item-description-nav i {
    position: absolute;
    top: 50%;
    margin: 0px 10px;
    margin-top: -10px;
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

.view-exhibition-images-modal .image-gallery .gallery-items .gallery-item .item-description-inner {
    padding: 20px 30px 20px 50px;
    width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    text-align: right;
    color: #fff;
    font-family: "Avenir_Book_1";
    font-size: 13px;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    overflow: auto;
}

.view-exhibition-images-modal .image-gallery .image-gallery-nav {
    width: 71px;
    height: 35px;
    box-sizing: border-box;
    padding-right: 36px;
    position: absolute;
    left: 6%;
    bottom: 0px;
}

.view-exhibition-images-modal .image-gallery .image-gallery-nav .image-gallery-nav-button {
    width: 35px;
    height: 35px;
    background-color: #222;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

.view-exhibition-images-modal .image-gallery .image-gallery-nav .image-gallery-nav-button i {
    font-size: 26px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.view-exhibition-images-modal .image-gallery .image-gallery-nav .image-gallery-nav-button.next-slide {
    position: absolute;
    right: 0px;
    top: 0px;
}

/* new */

.view-exhibition-images-modal {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    /*max-width: 90% !important;*/
}

.view-exhibition-images-modal .lightbox-gallery {
    position: relative;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items {
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items .lightbox-gallery-item {
    box-sizing: border-box;
    padding-right: 0px;
    overflow-x: hidden;
    position: relative;
    display: none;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items .lightbox-gallery-item.active {
    display: block;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items .lightbox-gallery-item .exhibition-image {
    text-align: left;
    padding-right: 40px;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items .lightbox-gallery-item .exhibition-image .image {
    max-width: 100%;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items .lightbox-gallery-item .exhibition-caption {
    position: absolute;
    top: 0;
    right: -340px;
    border-left: 3px solid #fff;
    width: 380px;
    height: 100%;
    background-color: #7d7c75;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items .lightbox-gallery-item .exhibition-caption-nav {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items .lightbox-gallery-item .exhibition-caption-nav i {
    position: absolute;
    top: 50%;
    margin: 0px 10px;
    margin-top: -10px;
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-items .lightbox-gallery-item .exhibition-caption-inner {
    padding: 20px 30px 20px 50px;
    width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    text-align: right;
    color: #fff;
    font-family: "Avenir_Book_1";
    font-size: 13px;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    overflow: auto;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-nav {
    width: 71px;
    height: 35px;
    box-sizing: border-box;
    padding-right: 36px;
    position: absolute;
    left: 6%;
    bottom: 0px;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-nav .lightbox-gallery-nav-button {
    width: 35px;
    height: 35px;
    background-color: #222;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-nav .lightbox-gallery-nav-button i {
    font-size: 26px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.view-exhibition-images-modal .lightbox-gallery .lightbox-gallery-nav .lightbox-gallery-nav-button.next-slide {
    position: absolute;
    right: 0px;
    top: 0px;
}

/* ==========================================================================
Exhibition Methods
========================================================================== */

.exhibition-method .exhibition-list {
	width: 100%;
}

/* ==========================================================================
Responsive
========================================================================== */

@media only screen and (max-width: 940px) {
   
    /* Past Exh. Styles */
    
    .past-exhibitions-nav {
        width: 588px;
        margin: 10px auto;
    }
    .past-exhibitions-nav .past-exhibitions-nav-text {
        display: none;
    }
    #past-exhibition-search {
        width: 280px;
        margin-bottom: 0;
        float: left;
        margin-right: 28px;
    }
    .past-exhibition-dropdown {
        width: 280px;
        float: left;
    }
    #past-exhibition-search input {
        width: 240px;
    }
    .past-exhibition-dropdown span {
        width: 240px;
    }
}


@media only screen and (max-width: 875px) {
    
    /* Exh. Nav */
    
    .exhibition-nav .exhibition-nav-header {
        padding: 20px 18px;
    }

    .exhibition-nav .exhibition-nav-items {
        float: none;
    }
    
    
    .exhibition-list .exhibition.exhibition-md {
        margin-bottom: 0;
        border-bottom: 3px solid #fff;
        background-color: #eeece8;
        font-family: "Avenir_Medium_1";
        color: #6a6861;
        position: relative;
        padding: 20px;
        padding-right: 180px;
        overflow: hidden;
    }
    
    .exhibition-list .exhibition.exhibition-md:last-of-type {
        margin-bottom: 40px;
    }
    
    /*.exhibition-list .exhibition.exhibition-md .exhibition-artist {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }*/
    
    .exhibition-list .exhibition.exhibition-md .exhibition-name {
        font-family: "Avenir_Black_1";
        color: #88d2cb;
        font-size: 18px;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-name .exhibition-name-text {
        width: 100%;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-name .exhibition-social {
        display: none;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-date-location {
        font-family: "Avenir_Medium_1";
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 0px;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-date-location .exhibition-date,
    .exhibition-list .exhibition.exhibition-md .exhibition-date-location .exhibition-location {
        width: 100%;
        padding: 3px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-date-location .exhibition-location:before {
        content: '';
        padding-right: 0;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-artists {
        font-family: "Avenir_Medium_1";
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 0px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        height: 15px;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-artists .exhibition-artist:before {
        content: ',';
        padding: 0;
        padding-right: 5px;
        font-size: inherit;
        line-height: inherit;
        vertical-align: bottom;
        color: inherit;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-left {
         display: none;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right {
        width: 100%;
        position: relative;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-inner {
        width: 165px;
        background-color: #fff; 
        padding-left: 5px;
        padding-right: 0px;
        padding-bottom: 0px;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right img {
        width: 100%;
    }
    
    .exhibition-list .exhibition.exhibition-md .exhibition-inner .exhibition-inner-right .exhibition-inner-right-item {
        display: none;
    }
    
    .exhibition-list .exhibition.exhibition-lg .exhibition-name {
        padding-right: 0px;
        font-size: 32px;
        line-height: 40px;
    }
    
    .exhibition-list .exhibition.exhibition-lg .exhibition-name .exhibition-social {
        margin-top: 10px;
        position: static;
    }
    
    .exhibition-list .exhibition.exhibition-lg .exhibition-inner {
        padding-right: 0px;
    }
    
    .exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right {
        width: 100%;
        position: static;
    }
    
    .exhibition-list .exhibition.exhibition-lg .exhibition-inner .exhibition-inner-right .exhibition-inner-right-item {
        border-bottom: none;
        border-top: 2px dotted #6dc8bf;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-top: 15px;
        margin-top: 15px;
    }
    
}

@media only screen and (max-width: 699px) {
    
    /* Related Links */
    
    .related-links {
        font-size: 28px;
    }
    
    /* Exhibition List - Lg */
    
    .exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item,
    .exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item.w-caption {
        padding-right: 0px;
        overflow-x: hidden;
    }
    
    .exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-description {
        right: -340px;
    }
    
    .exhibition-list .exhibition.exhibition-lg .image-gallery .gallery-items .gallery-item .item-description-nav {
        display: inline-block;
    }
    
    /*.upcoming-events .upcoming-event:last-of-type {
        display: inline-block;
    }*/
}

@media only screen and (max-width: 680px) {
    
    /* Past Exh. Styles */
    
    .past-exhibitions-nav {
        width: 90%;
        margin: 10px auto;
        display: block;
    }
    .past-exhibitions-nav .past-exhibitions-nav-content {
        width: 100%;
    }
    #past-exhibition-search {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-right: 40px;
        margin-right: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .past-exhibition-dropdown {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-right: 40px;
        position: relative;
    }
    #past-exhibition-search input {
        width: 100%;
    }
    #past-exhibition-search button {
        position: absolute;
        top: 0;
        right: 0;
    }
    .past-exhibition-dropdown span {
        width: 100%;
    }
    .past-exhibition-dropdown button {
        position: absolute;
        top: 0;
        right: 0;
    }
    .past-exhibition-dropdown ul {
        width: 100%;
    }
    
}

@media only screen and (max-width: 523px) {
    
    /* Exh. Nav */
    
    .exhibition-nav .exhibition-nav-header {
        padding: 35px 18px;
    }
    
    
}

@media only screen and (max-width: 444px) {
    
    /* Exh. Nav */
    
    .exhibition-nav .exhibition-nav-header {
        padding: 5px 18px;
        width: 100%;
    }
    
    .exhibition-nav .exhibition-nav-items .exhibition-nav-item {
        width: 100%;
    }
    
    
}

.exhibition-btm-hook .publication-list {
    width: 100%;
    max-width: none;
}