/*
Theme Name: Nadi Gallery
Theme URI: nadigallery.net
Description: Nadi Gallery Website 2019
Version: 1.0
Author: Vina Nurina Pranata
Author URI: nadigallery.net
*/

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.pinkPage {
    background-color: #ffe0dd;
}

.greyPage {
    background-color: #E8E8E8;
}

.whitePage {
    background-color: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header */

/* Landing Page */

.landing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #E8E8E8;
}

.landing img {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 25%;
    width: auto;
    mix-blend-mode: darken;
    vertical-align: middle;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Home Page */

.headerHome {
    position: fixed;
    width: 90%;
    top: 50%;
    bottom: -50%;
    left: 5%;
    right: 5%;
}

.headerLeft {
    float: left;
    width: 50%;
}

.headerRight {
    float: right;
    width: 50%;
    text-align: right;
}

#menuHome {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

#menuHomeActive {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #999999;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

/* About Page */

.header {
    position: fixed;
    width: 90%;
    top: 36px;
    left: 5%;
    right: 5%;
    z-index: 999;
}

#menu {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

#menuActive {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #999999;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

/* 3-line-menu */

.openHome {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    display: block;
}

.open {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    display: block;
}

.open:hover {
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
}

.lineNav {
    height: 100vh;
    width: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.5s;
    display: block;
    overflow-x: hidden;
}

.lineNav #menu {
    clear: right;
    color: #000000;
    display: block;
    text-decoration: none;
    font-size: 9px;
    margin-top: 16px;
    text-align: center;
    transition: 0.3s;
    padding: 10px 0;
}

.lineNav #menuActive {
    clear: right;
    color: #999999;
    display: block;
    text-decoration: none;
    font-size: 9px;
    margin-top: 16px;
    text-align: center;
    transition: 0.3s;
    padding: 10px 0;
}

.close {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    margin-right: 5%;
    margin-top: 36px;
    transition: 0.3s;
}

/* Content */

/* Home Page */

.splitLeft {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 50%;
    z-index: -1;
    overflow: hidden;
    border-right: 2px solid #FFFFFF;
}

#slideshowLeft a {
    position: absolute;
    width: auto;
    height: 100%;
    pointer-events: none;
    cursor: default;
}

#slideshowLeft a img {
    padding: 0;
    border: none;
    width: auto;
    height: 100%;
    pointer-events: none;
    cursor: default;
}

#slideshowLeft a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
}

#slideshowLeft a:nth-of-type(2) {
    z-index: 10;
}

#slideshowLeft a:nth-of-type(n+3) {
    display: none;
}

.splitRight {
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    width: 50%;
    z-index: -1;
    overflow: hidden;
    border-left: 2px solid #FFFFFF;
}

#slideshowRight a {
    position: absolute;
    width: auto;
    height: 100%;
    pointer-events: none;
    cursor: default;
}

#slideshowRight a img {
    padding: 0;
    border: none;
    width: auto;
    height: 100%;
    pointer-events: none;
    cursor: default;
}

#slideshowRight a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
}

#slideshowRight a:nth-of-type(2) {
    z-index: 10;
}

#slideshowRight a:nth-of-type(n+3) {
    display: none;
}

@keyframes fader {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

/* News */

.news {
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    z-index: 1;
    transition-duration: 0.5s;
}

.newsHeader {
    position: absolute;
    width: 90%;
    top: 10%;
    left: 5%;
    right: 5%;
}

.newsHeaderLeft {
    float: left;
    width: 70%;
}

.newsHeaderRight {
    float: right;
    width: 30%;
    text-align: right;
}

.newsContent {
    clear: both;
    position: absolute;
    width: 70%;
    left: 5%;
    bottom: 15%;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #000000;
}

#newsMore {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    line-height: 16px;
}

#newsClose {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

/* About Page */

.page {
    position: relative;
    width: 70%;
    margin: 192px auto;
    animation: fadeIn 1.5s linear forwards;
    -webkit-animation: fadeIn 1.5s linear forwards;
    -moz-animation: fadeIn 1.5s linear forwards;
}

.content {
    float: left;
    width: 40%;
    height: auto;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    line-height: 18px;
    text-transform: uppercase;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    line-height: 18px;
}

.sidebar {
    float: right;
    width: 50%;
    height: auto;
}

#aboutImageRight {
    width: 100%;
    height: auto;
    display: block;
}

#aboutImageLeft {
    width: 100%;
    height: auto;
    padding-bottom: 36px;
    display: none;
}

/* Exhibitions Page */


.contentExhibitions {
    float: left;
    width: 50%;
    height: auto;
}

.contentExhibitions-2 {
    float: right;
    width: 50%;
    height: auto;
}

.exhibitionYear {
    float: left;
    width: 30%;
    height: auto;
}

.exhibition {
    float: left;
    width: 25%;
    height: auto;
}

.exhibition-2 {
    float: right;
    width: 60%;
    height: auto;
}

.exhibition-2-1 {
    display: inline-block;
    width: 100%;
    height: auto;
}

.exhibition-2-1 img {
    width: 100%;
    height: auto;
    opacity: 1.0;
}

.exhibition-2-1 img+.itemdescription {
    visibility: hidden;
    opacity: 0;
}

.exhibition-2-1:hover img+.itemdescription {
    position: relative;
    visibility: visible;
    bottom: 96px;
    left: 36px;
    opacity: 1.0;
}

#twoTitle:hover img+.itemdescription {
    position: relative;
    visibility: visible;
    bottom: 165px;
    left: 36px;
    opacity: 1.0;
}

.exhibition-2-1:hover img {
    opacity: 0.2;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

li {
    list-style-type: none;
    z-index: 1;
}

#ali {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    line-height: 36px;
    text-transform: uppercase;
    text-decoration: none;
}

#pli {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    line-height: 18px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 16px;
}

#title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

li img {
    display: none;
    z-index: -999;
}

li:hover img {
    display: block;
    z-index: -999;
}

.aimg {
    opacity: 1.0
}

.aimg:hover {
    border-bottom: none;
    opacity: 0.6;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.liimg {
    position: fixed;
    width: 50%;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.thumbnail {
    width: 75%;
    height: auto;
}

#description {
    padding-top: 18px;
}

/* Artists Page */

.vr {
    border-left: 1px solid #000000;
    height: 100%;
    position: fixed;
    top: 0;
    margin-left: 50%;
    margin-right: -50%;
    z-index: -1;
}

.contentArtists {
    float: left;
    width: 25%;
    height: auto;
}

.contentArtists-2 {
    float: right;
    width: 70%;
    height: auto;
    padding-bottom: 36px;
}

.contentArtists-2-1 {
    float: left;
    width: 70%;
    height: auto;
}

.contentArtists-2-2 {
    float: right;
    width: 25%;
    height: auto;
}

.contentArtistsLeft {
    width: 35%;
    float: left;
    z-index: -1;
    overflow: hidden;
}

.contentArtistsRight {
    width: 35%;
    float: right;
    z-index: -1;
    overflow: hidden;
}

#h1Artists {
    padding-bottom: 36px;
}

li {
    list-style-type: none;
}

#liArtists {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    line-height: 36px;
    text-decoration: none;
}

.artistportrait {
    width: 50%;
    height: auto;
    padding-top: 12px;
}

.thumbnail {
    width: 100%;
    height: auto;
}

/* Collections Page */

#arrow {
    position: fixed;
    float: right;
    right: 5%;
    z-index: 1;
    top: 75%;
    display: block;
    animation: fadeOut 1s linear forwards;
    animation-delay: 5s;
    -moz-animation: fadeOut 1s linear forwards;
    -moz-animation-delay: 5s;
    -webkit-animation: fadeOut 1s linear forwards;
    -webkit-animation-delay: 5s;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.headerCollections {
    position: fixed;
    width: 90%;
    top: 36px;
    left: 5%;
    right: 5%;
    z-index: 1;
}

.scrollingWrapper {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    left: 15%;
    height: 70%;
    top: 15%;
    bottom: 15%;
    animation: fadeIn 1.5s linear forwards;
    -webkit-animation: fadeIn 1.5s linear forwards;
    -moz-animation: fadeIn 1.5s linear forwards;
}

::-webkit-scrollbar {
    display: none;
}

.card {
    position: relative;
    display: inline-block;
    height: 100%;
    margin-right: 108px;
}

.card img {
    height: 100%;
    width: auto;
    opacity: 1.0;
}

.card:hover img {
    opacity: 0.4;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.card img+.itemdescription {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.card:hover img+.itemdescription {
    visibility: visible;
    top: 36px;
    left: 36px;
    opacity: 1.0;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Contact Page */

.contactPage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    animation: fadeIn 1.5s linear forwards;
    -webkit-animation: fadeIn 1.5s linear forwards;
    -moz-animation: fadeIn 1.5s linear forwards;
}

.imgContactPage {
    display: block;
    width: 100%;
    height: auto;
    margin: auto auto;
}

/* Masonry */

.grid-item {
    font-family: 'Source Sans Pro', sans-serif;
    width: calc(20% - 20px);
    margin-bottom: 20px;
    background: white;
    padding: 0 0 20px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.grid-item img {
    width: 100%;
    border-radius: 5px;
}

.grid-item .grid-info {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 15px;
}

.grid-item button {
    margin-top: 10px;
    padding: 5px 10px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .grid-item {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .grid-item .grid-info {
        font-size: 12px;
    }
}

/* Footer */

.footer {
    clear: both;
    width: 90%;
    margin: 0 5% 0 5%;
    padding-top: 128px;
    padding-bottom: 48px;
}

.footerFixed {
    clear: both;
    position: fixed;
    width: 90%;
    margin: 0 5% 0 5%;
    bottom: 24px;
    z-index: -1;
}

.footerLeft {
    float: left;
    width: 70%;
    display: block;
}

.footerRight {
    float: right;
    width: 30%;
    text-align: right;
    display: block;
}

.footerCenter {
    clear: both;
    width: 100%;
    text-align: center;
    display: none;
}

.footerCenterCollections {
    clear: both;
    margin: 0 5% 0 5%;
    padding-top: 48px;
    padding-bottom: 24px;
    text-align: center;
    display: none;
}

/* Font Styling */

/* a:hover {
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
} */

.aimg:hover {
    border-bottom: none;
}

#footer {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    letter-spacing: 1px;
    text-decoration: none;
    padding-bottom: 0;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
    line-height: 18px;
    text-transform: uppercase;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    line-height: 18px;
    padding-bottom: 12px;
}

/* Popup Dialog Styles */
#inquiryDialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 250px;
}

#inquiryDialog h3 {
    margin-top: 0;
    text-align: center;
}

#inquiryDialog label {
    font-size: 15px;
}

#inquiryDialog input {
    border: .5px solid black;
    border-radius: 5px;
    height: 25px;
    width: 100%;
    margin-bottom: 10px;
}

#inquiryDialog .inquiry-box-btn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

#inquiryDialog button {
    width: 50%;
    padding: 5px 10px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

#inquiryDialog button:last-child {
    border: 1px solid #007bff;
    background-color: white;
    color: #007bff;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Responsive Menu */

@media screen and (min-width: 1024px) {

    .lineNav {
        display: none;
    }

    .openHome {
        display: none;
    }

    .open {
        display: none;
    }

}

@media screen and (max-width: 1024px) {

    .nav {
        display: none;
    }

    .headerHome {
        top: 36px;
        bottom: 0;
    }

    /* Exhibitions Page */

    .contentExhibitions {
        float: left;
        width: 50%;
        height: auto;
    }

    .contentExhibitions-2 {
        float: right;
        width: 50%;
        height: auto;
    }

    .exhibition {
        float: left;
        width: 100%;
        height: auto;
    }

    .exhibition-2 {
        float: right;
        width: 100%;
        height: auto;
        padding-top: 36px;
    }

    .exhibition-2-1 img {
        height: auto;
        width: 100%;
        opacity: 1.0;
    }

    li {
        list-style-type: none;
    }

    #ali {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 9px;
        font-weight: normal;
        color: #000000;
        letter-spacing: 3px;
        line-height: 36px;
        text-transform: uppercase;
        text-decoration: none;
    }

    #pli {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #000000;
        letter-spacing: 3px;
        line-height: 18px;
        text-decoration: none;
        letter-spacing: 1px;
        line-height: 16px;
    }

    li img {
        display: none;
    }

    li:hover img {
        display: block;
    }

    .aimg {
        opacity: 1.0
    }

    .aimg:hover {
        border-bottom: none;
        opacity: 0.6;
        transition: opacity .55s ease-in-out;
        -moz-transition: opacity .55s ease-in-out;
        -webkit-transition: opacity .55s ease-in-out;
    }

    .liimg {
        position: fixed;
        width: auto;
        height: 60%;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .thumbnail {
        width: 75%;
        height: auto;
    }

    #caption {
        color: #999999;
    }

    .slideshow {
        width: 100%;
        height: auto;
    }

    /* Artists Page */

    .contentArtists {
        float: left;
        width: 100%;
        height: auto;
    }

    .contentArtists-2 {
        float: right;
        width: 100%;
        height: auto;
        padding-top: 36px;
        padding-bottom: 0px;
    }

    .contentArtists-2-1 {
        float: left;
        width: 100%;
        height: auto;
    }

    .contentArtists-2-2 {
        float: right;
        width: 100%;
        height: auto;
        padding-top: 12px;
    }

    .artistportrait {
        float: left;
        width: 20%;
        height: auto;
        padding-top: 12px;
    }

    .thumbnail {
        width: 100%;
        height: auto;
    }

}

/* Responsive max 768*/

@media screen and (max-width: 768px) {

    .sidebar {
        display: none;
    }

    .content {
        width: 100%;
    }

    #aboutImageLeft {
        display: block;
    }

    .contactPage {
        left: -350px;
    }

    .imgContactPage {
        display: block;
        height: 100%;
        width: auto;
        margin: auto auto;
    }

    /* Exhibitions Page */

    .contentExhibitions {
        float: left;
        width: 50%;
        height: auto;
    }

    .contentExhibitions-2 {
        float: right;
        width: 50%;
        height: auto;
    }

    .contentExhibitionsYearly-1 {
        float: left;
        width: 75%;
        height: auto;
    }

    .contentExhibitionsYearly-2 {
        float: left;
        width: 25%;
        height: auto;
    }

    .contentExhibitionsEntry-2 {
        float: right;
        width: 60%;
        height: auto;
    }

    .contentExhibitionsEntry-2-1 {
        width: 100%;
        height: 75%;
    }

    li {
        list-style-type: none;
    }

    #ali {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 9px;
        font-weight: normal;
        color: #000000;
        letter-spacing: 3px;
        line-height: 36px;
        text-transform: uppercase;
        text-decoration: none;
    }

    #pli {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #000000;
        letter-spacing: 3px;
        line-height: 18px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    li img {
        display: none;
    }

    li:hover img {
        display: block;
    }

    .aimg {
        opacity: 1.0
    }

    .aimg:hover {
        border-bottom: none;
        opacity: 0.6;
        transition: opacity .55s ease-in-out;
        -moz-transition: opacity .55s ease-in-out;
        -webkit-transition: opacity .55s ease-in-out;
    }

    .liimg {
        position: fixed;
        width: 80%;
        height: auto;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .thumbnail {
        width: 100%;
        height: auto;
    }

    #caption {
        color: #999999;
    }

    .slideshow {
        width: 100%;
        height: auto;
    }


    /* Artists Page */

    .vr {
        display: none;
    }

    .contentArtists {
        float: left;
        width: 100%;
        height: auto;
    }

    .contentArtists-2 {
        float: right;
        width: 100%;
        height: auto;
        padding-top: 36px;
        padding-bottom: 0px;
    }

    .contentArtists-2-1 {
        float: left;
        width: 100%;
        height: auto;
    }

    .contentArtists-2-2 {
        float: right;
        width: 100%;
        height: auto;
        padding-top: 12px;
    }

    .contentArtistsLeft {
        width: 100%;
        float: left;
        z-index: -1;
        overflow: hidden;
        padding-bottom: 36px;
        border-bottom: 1px solid #000000;
    }

    .contentArtistsRight {
        width: 100%;
        float: left;
        z-index: -1;
        overflow: hidden;
        padding-top: 72px;
    }

    .artistportrait {
        float: left;
        width: 20%;
        height: auto;
        padding-top: 12px;
    }

    .thumbnail {
        width: 100%;
        height: auto;
    }

}

/* Responsive max 480*/

@media screen and (max-width: 480px) {

    .landing img {
        height: 15%;
        width: auto;
    }

    .headerHome {
        width: 80%;
        left: 10%;
        right: 10%;
    }

    .header {
        width: 80%;
        left: 10%;
        right: 10%;
    }

    .close {
        margin-right: 10%;
    }

    .page {
        margin: 120px auto;
        width: 80%;
    }

    /* Exhibitions Page */

    .contentExhibitions {
        float: left;
        width: 50%;
        height: auto;
    }

    .contentExhibitions-2 {
        float: right;
        width: 50%;
        height: auto;
    }

    .exhibition-2-1:hover img+.itemdescription {
        position: relative;
        visibility: visible;
        bottom: 84px;
        left: 12px;
        opacity: 1.0;
    }

    .contentExhibitionsYearly {
        float: right;
        width: 100%;
        height: auto;
    }

    .contentExhibitionsYearly-1 {
        float: left;
        width: 100%;
        height: auto;
    }

    .contentExhibitionsYearly-2 {
        float: left;
        width: 100%;
        height: auto;
    }

    .contentExhibitionsEntry-2 {
        float: right;
        width: 60%;
        height: auto;
    }

    .contentExhibitionsEntry-2-1 {
        width: 100%;
        height: 75%;
    }

    li {
        list-style-type: none;
    }

    #ali {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 9px;
        font-weight: normal;
        color: #000000;
        letter-spacing: 3px;
        line-height: 36px;
        text-transform: uppercase;
        text-decoration: none;
    }

    #pli {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #000000;
        letter-spacing: 3px;
        line-height: 18px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    li img {
        display: none;
    }

    li:hover img {
        display: block;
    }

    .aimg {
        opacity: 1.0
    }

    .aimg:hover {
        border-bottom: none;
        opacity: 0.6;
        transition: opacity .55s ease-in-out;
        -moz-transition: opacity .55s ease-in-out;
        -webkit-transition: opacity .55s ease-in-out;
    }

    .liimg {
        position: fixed;
        width: auto;
        height: 60%;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .thumbnail {
        width: 100%;
        height: auto;
    }

    #caption {
        color: #999999;
    }

    .slideshow {
        width: 100%;
        height: auto;
    }

    /* Artists Page */

    .vr {
        display: none;
    }

    .contentArtists {
        float: left;
        width: 100%;
        height: auto;
    }

    .contentArtists-2 {
        float: right;
        width: 100%;
        height: auto;
        padding-top: 32px;
        padding-bottom: 0px;
    }

    .contentArtists-2-1 {
        float: left;
        width: 100%;
        height: auto;
    }

    .contentArtists-2-2 {
        float: right;
        width: 100%;
        height: auto;
        padding-top: 12px;
    }

    .contentArtistsLeft {
        width: 100%;
        float: left;
        z-index: -1;
        overflow: hidden;
        padding-bottom: 36px;
        border-bottom: 1px solid #000000;
    }

    .contentArtistsRight {
        width: 100%;
        float: left;
        z-index: -1;
        overflow: hidden;
        padding-top: 72px;
    }

    .artistportrait {
        float: left;
        width: 25%;
        height: auto;
        padding-top: 12px;
    }

    /* Collections */

    #arrow {
        display: none;
    }

    .scrollingWrapper {
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
        white-space: normal;
        -webkit-overflow-scrolling: touch;
        left: 10%;
        right: 10%;
        height: 100%;
        width: 80%;
        top: 120px;
        bottom: 0%;
    }

    .card {
        display: inline-block;
        width: 100%;
        height: auto;
        padding-bottom: 36px;
        margin-right: 0px;
    }

    .card img {
        width: 100%;
        height: auto;
        opacity: 1.0;
    }

    .footer {
        padding-top: 84px;
        padding-bottom: 24px;
    }

    .footerLeft {
        display: none;
    }

    .footerRight {
        display: none;
    }

    .footerCenter {
        display: block;
    }

    .footerCenterCollections {
        display: block;

    }

}