/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity {
    background: #0b0b0b;
    background: rgba(0,0,0,.9);
    bottom: 0;
    left: 0;
    opacity: 0;
    outline: none !important;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    white-space: nowrap;
    z-index: 9990
}

    .lity.lity-opened {
        opacity: 1
    }

    .lity.lity-closed {
        opacity: 0
    }

    .lity * {
        box-sizing: border-box
    }

.lity-wrap {
    bottom: 0;
    left: 0;
    outline: none !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9990
}

    .lity-wrap:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        vertical-align: middle
    }

.lity-loader {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-top: -.8em;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 9991
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    outline: none !important;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    z-index: 9992
}

.lity-content {
    transform: scale(1);
    transition: transform .3s ease;
    width: 100%;
    z-index: 9993
}

.lity-closed .lity-content, .lity-loading .lity-content {
    transform: scale(.8)
}

.lity-content:after {
    bottom: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1
}

.lity-close {
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial,Baskerville,monospace;
    font-size: 35px;
    font-style: normal;
    height: 35px;
    line-height: 35px;
    outline: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    top: 0;
    width: 35px;
    z-index: 9994
}

    .lity-close::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
        background: none;
        border: 0;
        box-shadow: none;
        color: #fff;
        font-family: Arial,Baskerville,monospace;
        font-size: 35px;
        font-style: normal;
        line-height: 35px;
        outline: none;
        padding: 0;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 2px rgba(0,0,0,.6)
    }

    .lity-close:active {
        top: 1px
    }

.lity-image img {
    border: 0;
    display: block;
    line-height: 0;
    max-width: 100%
}

.lity-facebookvideo .lity-container, .lity-googlemaps .lity-container, .lity-iframe .lity-container, .lity-vimeo .lity-container, .lity-youtube .lity-container {
    max-width: 964px;
    width: 100%
}

.lity-iframe-container {
    -webkit-overflow-scrolling: touch;
    height: 0;
    overflow: auto;
    padding-top: 56.25%;
    pointer-events: auto;
    transform: translateZ(0);
    width: 100%
}

    .lity-iframe-container iframe {
        background: #000;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.lity-hide {
    display: none
}
