/* ------------ SPLASH SCREEN (start) ------------ */
html { /*background-color: #FFF;*/ }
body > .siteWrapper { opacity: 0; }
.not-scrollable {
    overflow: hidden;
}
.lb-splashscreen {
    position: fixed;
    z-index: 9999;
    top: 0; bottom: 0;
    left: 0; right: 0;
    text-align: center;
    background: #FFF;
}
.lb-splashscreen > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.lb-splashscreen > div > img {
    /*max-width: 300px;*/
}
/* ------------ SPLASH SCREEN (end) ------------ */


/* ------------- Modal overlay (start) ------------- */

.publicModalMask, .modalVideoGalleryContainer .publicModalMask {
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.publicModalClose {
    filter: contrast(0%);
}

.modal-head-info {
    cursor: pointer;
    position: absolute;
    left: 12px;
    top: 2px;
    font-family: brandongrotesquemedium, Arial, Verdana, sans-serif;
    font-size: 15px;
    z-index: 2;
}

.modal-head-info:hover {
    color: #0d7aaa;
}

.separator {
    color: #CCC;
    font-size: 17px;
}

.modal-head-info .portfolio_name {
    color: #0d7aaa;
}

.modal-image-info {
    padding: 3px 0;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -1px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, .9);
    opacity: 0;
    transition: opacity .5s ease;
    text-align: left;
}

.publicModalContent .imageContainer:hover .modal-image-info {
    opacity: 1;
}

.modal-image-info p {
    text-align: left;
    color: black;
    display: inline-block;
}

.modal-image-info p:first-child {
    font-weight: bold;
    padding-left: 10px;
}


/* Stick arrows to sides: */
.modalImageGallery .nextImg {
    position: fixed;
    background-position: right;
    right: 0;
}
.modalImageGallery .prevImg {
    position: fixed;
    background-position: left;
    left: 0;
}

/* Set side padding: */
.modalImageGallery .imageContainer {
    max-width: calc(100% - 80px);
}

/* ------------- Modal overlay (end) ------------- */