.lightboxOverlay {
    position: fixed;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to right, #8e87ef, #16a6d3, #2fe19b);
    opacity: 0.95;
    height: 100vh !important;
}

.lightbox {
    position: fixed;
    height: 100vh;
    top: 0px !important;
}

.lb-nav-content {
    width: 40px;
    height: 100vh;
    position: fixed;
    right: 80px;
    top: 0px;
    z-index: 10001;
    display: none;
}

.lb-nav {
    position: relative;
    display: block;
    height: auto;
}

.lb-nav a.lb-close {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 15px;
    float: none;
    opacity: 1;
    cursor: pointer;
}

.lb-nav a.lb-close.mob {
    display: none;
}

.lb-nav a.lb-close:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 17px;
    left: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lb-nav a.lb-close:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 17px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lb-nav a.lb-prev {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 15px;
    float: none;
    opacity: 1;
}

.lb-nav a.lb-prev:before {
    content: '';
    position: absolute;
    display: block;
    height: 24px;
    width: 16px;
    background: url('../../img/design/svg/arrow_icon_white.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    left: calc((100% - 16px) / 2);
    top: calc((100% - 24px) / 2);

    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lb-nav a.lb-next {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    float: none;
    opacity: 1;
}

.lb-nav a.lb-next:before {
    content: '';
    position: absolute;
    display: block;
    height: 24px;
    width: 16px;
    background: url('../../img/design/svg/arrow_icon_white.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    left: calc((100% - 16px) / 2);
    top: calc((100% - 24px) / 2);

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.lb-dataContainer {
    /* display: none !important; */
    position: absolute;
    /* bottom: 20px; */
    /* bottom: 2.05%; */
    top: calc(100% + 20px);
}

.lb-data .lb-details {
    width: 100%;
}

.lb-data .lb-caption {
    position: relative;
    display: block;
    font-size: 19px;
    color: #fff;
    font-family: segoe-ui;
    text-align: center;
    font-weight: normal;
}

.lightbox .lb-image {
    border: 0px;
    border-radius: 0px;
    position: relative;
}

.lb-outerContainer {
    border-radius: 0px;
    overflow: visible !important;
    margin-bottom: 40px !important;
}

.lb-container > * {
    z-index: 1;
}

.lb-container:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 8px;
    top: 8px;
}

.lb-cancel {
    background: url('../../img/design/loading.gif') no-repeat;
}



.gal-head {
    position: relative;
    display: block;
    padding: 190px 20px 0px;
    margin: 0px auto 120px;
    text-align: center;
}

.gal-icon {
    position: relative;
    display: block;
    width: 66px;
    height: 54px;
    margin: 0px auto 10px;
}

.gal-title {
    position: relative;
    display: table;
    font-size: 38px;
    line-height: 38px;
    margin: 0px auto 125px;
    letter-spacing: 1.5px;
}

.gal-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    right: 100%;
    top: -52px;
}

.gal-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    left: 100%;
    bottom: -53px;
}




.gal-content {
    position: relative;
    display: block;
    width: calc(100% - (100px - 8px));
    max-width: calc(1270px - 8px);
    margin: 0px auto 160px;
    font-size: 0px;
}

.gal-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 4) - 8px);
    margin: 0px 4px 8px;
}

.gal-item iframe {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 100% !important;
    left: 0px;
    top: 0px;
}

.gal-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(142, 135, 239, 0.9);
    left: 0px;
    top: 0px;
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

div.gal-item:before {
    display: none !important;
}

.gal-item:hover:before {
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.gal-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: url('../../img/design/svg/magnifier_icon_white.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    left: calc((100% - 40px) / 2);
    top: calc((100% - 40px) / 2);
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

div.gal-item:after {
    display: none !important;
}

.gal-item:hover:after {
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.gal-more {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75px;
    text-align: center;
}

.gal-more-hint {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.gal-more-but {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #222;
    margin: 0px auto;
    cursor: pointer;
}

.gal-more-but:before {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 24px;
    left: calc((100% - 24px) / 2);
    top: calc((100% - 16px) / 2);
    background: url('../../img/design/svg/arrow_icon_black.svg');
    background-size: contain !important;
    background-position: 50% !important;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#data-wrapper {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0px;
}

#data-wrapper>* {
    font-size: 16px;
}

@media screen and (max-width : 1024px) {
    .gal-content {
        width: calc(100% - (60px - 8px));
    }
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 500px) {
    .lb-nav-content {
        right: 0px;
        height: 40px;
        bottom: 30px;
        top: auto;
        width: 100%;
        text-align: center;
    }

    .lb-nav-content .mid {
        display: block;
    }

    .lb-nav a {
        display: inline-block !important;
        vertical-align: top;
        margin: 0px 10px;
    }

    .lb-close.desk {
        display: none !important;
    }

    .lb-close.mob {
        display: inline-block !important;
    }



    .gal-head {
        padding-top: 150px;
    }

    .gal-title {
        font-size: 30px;
        line-height: 30px;
    }

    .gal-content {
        width: calc(100% - (40px - 8px));
        margin-bottom: 100px;
    }

    .gal-item {
        width: calc((100% / 2) - 8px);
    }

    .gal-item:after {
        width: 30px;
        height: 30px;
        left: calc((100% - 30px) / 2);
        top: calc((100% - 30px) / 2);
    }
}
