﻿.masonry .masonry-item:not(.no-default-style) {
    width: 25%;
    padding: 15px;
}

    .masonry .masonry-item:not(.no-default-style).w2 {
        width: 50%
    }

    .masonry .masonry-item:not(.no-default-style) img {
        border-radius: 0 !important
    }

.masonry-loader {
    height: auto;
    overflow: visible;
    position: relative
}

    .masonry-loader:after {
        transition: all .5s;
        content: ' ';
        background: #fff;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        opacity: 0
    }

    .masonry-loader .bounce-loader {
        display: none
    }

    .masonry-loader.masonry-loader-showing {
        height: 200px;
        overflow: hidden
    }

        .masonry-loader.masonry-loader-showing:after {
            opacity: 1
        }

        .masonry-loader.masonry-loader-showing .bounce-loader {
            display: block
        }

    .masonry-loader.masonry-loader-loaded:after {
        display: none
    }

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0)
}

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0,0,0);
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
        display: block;
        position: relative
    }

        .thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
            max-height: 330px
        }

        .thumb-info .thumb-info-wrapper:after {
            content: "";
            background: rgba(33,37,41,.8);
            transition: all .3s;
            border-radius: 4px;
            bottom: -4px;
            color: #fff;
            left: -4px;
            position: absolute;
            right: -4px;
            top: -4px;
            display: block;
            opacity: 0;
            z-index: 1
        }

        .thumb-info .thumb-info-wrapper.thumb-info-wrapper-link {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat
        }

            .thumb-info .thumb-info-wrapper.thumb-info-wrapper-link > a {
                display: block;
                padding-top: 72%;
                text-indent: -9999px
            }
    .thumb-info .thumb-info-wrapper-opacity-0:after {
        opacity: 0
    }

    .thumb-info .thumb-info-wrapper-opacity-1:after {
        opacity: .1
    }

    .thumb-info .thumb-info-wrapper-opacity-2:after {
        opacity: .2
    }

    .thumb-info .thumb-info-wrapper-opacity-3:after {
        opacity: .3
    }

    .thumb-info .thumb-info-wrapper-opacity-4:after {
        opacity: .4
    }

    .thumb-info .thumb-info-wrapper-opacity-5:after {
        opacity: .5
    }

    .thumb-info .thumb-info-wrapper-opacity-6:after {
        opacity: .6
    }

    .thumb-info .thumb-info-wrapper-opacity-7:after {
        opacity: .7
    }

    .thumb-info .thumb-info-wrapper-opacity-8:after {
        opacity: .8
    }

    .thumb-info .thumb-info-wrapper-opacity-9:after {
        opacity: .9
    }

    .thumb-info .thumb-info-action-icon {
        transition: all .3s;
        background: #ccc;
        border-radius: 0 0 0 4px;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: -100px;
        text-align: center;
        top: -100px;
        width: 50px;
        z-index: 2
    }

        .thumb-info .thumb-info-action-icon i {
            font-size: 14px;
            right: 50%;
            position: absolute;
            top: 50%;
            color: #fff;
            transform: translate(50%,-50%);
            margin: -2px -1px 0 0
        }

    .thumb-info .thumb-info-inner {
        transition: all .3s;
        display: block
    }

        .thumb-info .thumb-info-inner em {
            display: block;
            font-size: .8em;
            font-style: normal;
            font-weight: 400
        }

    .thumb-info .thumb-info-title {
        transition: all .3s;
        background: rgba(33,37,41,.8);
        color: #fff;
        font-weight: 600;
        left: 0;
        letter-spacing: -.05em;
        position: absolute;
        z-index: 2;
        max-width: 90%;
        font-size: 17px;
        padding: 13px 21px 2px;
        bottom: 13%
    }

    .thumb-info .thumb-info-type {
        background-color: #ccc;
        border-radius: 2px;
        display: inline-block;
        float: left;
        font-size: .6em;
        font-weight: 600;
        letter-spacing: 0;
        margin: 8px -2px -15px 0;
        padding: 2px 12px;
        text-transform: uppercase;
        z-index: 2;
        line-height: 2.3
    }

    .thumb-info .owl-carousel {
        z-index: auto
    }

        .thumb-info .owl-carousel .owl-dots {
            z-index: 2
        }

    .thumb-info img {
        transition: all .3s ease;
        border-radius: 3px;
        position: relative;
        width: 100%
    }

    .thumb-info:hover .thumb-info-wrapper:after {
        opacity: 1
    }

    .thumb-info:hover .thumb-info-action-icon {
        right: 0;
        top: 0
    }

    .thumb-info:hover .thumb-info-title {
        background: rgba(33,37,41,.9)
    }

    .thumb-info:hover img {
        transform: scale(1.1,1.1)
    }

    .thumb-info.thumb-info-no-zoom img {
        transition: none
    }

    .thumb-info.thumb-info-no-zoom:hover img {
        transform: scale(1,1)
    }

    .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
        background: rgba(23,23,23,.25)
    }

    .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
        display: none
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 45px;
        text-align: center;
        opacity: 0;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate3d(0,-70%,0);
        z-index: 2
    }

        .thumb-info.thumb-info-centered-icons .thumb-info-action a {
            text-decoration: none
        }

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 35px;
        height: 35px;
        font-size: 14px;
        border-radius: 50%;
        margin-right: 5px;
        transition: all .1s ease;
        z-index: 2
    }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
            margin: 0
        }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
            transform: scale(1.15,1.15)
        }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
        opacity: 1;
        transform: translate3d(0,-50%,0)
    }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
        position: relative
    }

    .thumb-info.thumb-info-centered-info .thumb-info-title {
        background: 0 0;
        left: 5%;
        width: 90%;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate(0%,-50%);
        top: 50%;
        bottom: auto;
        opacity: 0;
        text-align: center;
        padding: 0;
        position: absolute
    }

    .thumb-info.thumb-info-centered-info .thumb-info-type {
        float: none
    }

    .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
        opacity: 1;
        transform: translate(0%,-50%)
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-title {
        background: #fff;
        left: 0;
        width: 100%;
        max-width: 100%;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate3d(0,100%,0);
        top: auto;
        bottom: 0;
        opacity: 0;
        padding: 15px;
        text-shadow: none;
        color: #777
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-type {
        float: none;
        background: 0 0;
        padding: 0;
        margin: 0
    }

    .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    .thumb-info.thumb-info-bottom-info:hover img {
        transform: scale(1.1)
    }

    .thumb-info.thumb-info-bottom-info-linear .thumb-info-title {
        background: linear-gradient(to top,rgba(255,255,255,0.8) 0,transparent 100%) repeat scroll 0 0 rgba(255,255,255,0)
    }

    .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
        background: #212529;
        color: #fff
    }

    .thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title {
        background: linear-gradient(to top,rgba(33,37,41,0.8) 0,transparent 100%) repeat scroll 0 0 rgba(0,0,0,0)
    }

    .thumb-info.thumb-info-bottom-info-show-more img {
        transform: none !important
    }

    .thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    .thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content {
        transition: ease max-height 800ms;
        overflow: hidden;
        max-height: 0;
        display: block
    }

    .thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
        max-height: 300px
    }

    .thumb-info.thumb-info-push-hor img {
        transform: translatex(-18px);
        width: calc(100% + 19px);
        max-width: none
    }

    .thumb-info.thumb-info-push-hor:hover img {
        transform: translatex(0)
    }

    .thumb-info.thumb-info-block .thumb-info-action-icon {
        top: 15px;
        right: 15px;
        opacity: 0;
        transition: all .2s ease-in-out
    }

    .thumb-info.thumb-info-block .thumb-info-wrapper:before {
        content: "";
        background: rgba(255,255,255,.9);
        transition: all .3s;
        border-radius: 0;
        bottom: 16px;
        bottom: 1rem;
        color: #fff;
        left: 16px;
        left: 1rem;
        position: absolute;
        right: 16px;
        right: 1rem;
        top: 16px;
        top: 1rem;
        display: block;
        opacity: 0;
        z-index: 2
    }

    .thumb-info.thumb-info-block:hover .thumb-info-wrapper:before {
        opacity: 1
    }

    .thumb-info.thumb-info-block:hover .thumb-info-action-icon {
        opacity: 1
    }

    .thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
        background: rgba(33,37,41,.9)
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
        opacity: .65
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-title {
        opacity: 1;
        top: 50%
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-type {
        float: none
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
        opacity: .1
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
        opacity: 0
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after {
        opacity: .65
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after {
        opacity: 1
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-title {
        opacity: 1;
        top: 0;
        height: 100%;
        top: 0;
        transform: none !important
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-type {
        float: none
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1, .thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
        transition: cubic-bezier(.55,0,.1,1) top 500ms;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translate(0%,-50%)
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
        top: 150%
    }

    .thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 {
        top: -50%
    }

    .thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 {
        top: 50%
    }

    .thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0
    }

        .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0
        }

            .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
                border-radius: 0;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0
            }

        .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
            border-radius: 4px
        }

    .thumb-info.thumb-info-preview .thumb-info-wrapper:after {
        display: none
    }

    .thumb-info.thumb-info-preview .thumb-info-image {
        min-height: 232px;
        display: block;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: relative;
        transition: background-position .8s linear 0s
    }

    .thumb-info.thumb-info-preview:hover .thumb-info-image {
        transition: background-position 2.5s linear 0s;
        background-position: center bottom
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
        transition: background-position 1s linear 0s
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
        transition: background-position 5s linear 0s
    }

    .thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
        content: none
    }

    .thumb-info.thumb-info-no-bg {
        background: 0 0
    }

.thumb-info-ribbon {
    background: #999;
    position: absolute;
    margin: -16px 0 0;
    padding: 5px 13px 6px;
    right: 15px;
    z-index: 1
}

    .thumb-info-ribbon:before {
        border-right: 10px solid #646464;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: -10px;
        position: absolute;
        top: 0;
        width: 7px
    }

    .thumb-info-ribbon span {
        color: #fff;
        font-size: 1.1em;
        font-family: shadows into light,cursive
    }

.full-width .thumb-info img {
    border-radius: 0 !important
}

.thumb-info-caption {
    padding: 10px 0
}

    .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
        font-size: .9em;
        margin: 0;
        padding: 15px 0;
        display: block
    }

.thumb-info-side-image {
    display: flex
}

    .thumb-info-side-image .thumb-info-side-image-wrapper {
        padding: 0;
        margin-right: 20px
    }

.thumb-info-side-image-right {
    display: flex
}

    .thumb-info-side-image-right .thumb-info-side-image-wrapper {
        margin-left: 20px;
        margin-right: 0
    }

.thumb-info-social-icons {
    margin: 0;
    padding: 0;
    display: block
}

    .thumb-info-social-icons a {
        background: #ccc;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px
    }

        .thumb-info-social-icons a:hover {
            text-decoration: none
        }

        .thumb-info-social-icons a span {
            display: none
        }

        .thumb-info-social-icons a i {
            color: #fff;
            font-size: .9em;
            font-weight: 400
        }

.thumb-info-floating-caption-title {
    background: rgba(33,37,41,.8);
    color: #fff;
    font-weight: 600;
    letter-spacing: -.05em;
    font-size: 17px;
    padding: 13px 21px
}

    .thumb-info-floating-caption-title .thumb-info-floating-caption-type {
        position: absolute;
        background-color: #ccc;
        border-radius: 2px;
        display: block;
        font-size: .6em;
        font-weight: 600;
        letter-spacing: 0;
        margin: 8px -2px -15px 0;
        padding: 2px 12px;
        text-transform: uppercase;
        line-height: 2.3
    }

@media(max-width:991px) {
    .thumb-info .thumb-info-title {
        font-size: 14px
    }

    .thumb-info .thumb-info-more {
        font-size: 11px
    }
}

.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
    border: 2px solid #f7f7f7;
    transition: ease all 300ms
}

    .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
        border: 2px solid #212121
    }

button.mfp-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    border-radius: 4px;
    background: #212529;
    width: 35px;
    height: 100px;
    color: #fff;
    margin: 0 !important;
    transform: translate3d(0,-50%,0)
}

    button.mfp-arrow:before {
        content: none
    }

    button.mfp-arrow:after {
        content: "\f053";
        font-family: 'FontAwesome';
        font-weight: 900;
        border: none !important
    }

    button.mfp-arrow.mfp-arrow-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

        button.mfp-arrow.mfp-arrow-left:after {
            margin-left: 0;
            margin-top: 0;
            position: relative;
            top: auto;
            left: -2px;
            width: auto;
            height: auto
        }

    button.mfp-arrow.mfp-arrow-right {
        left: auto;
        right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

        button.mfp-arrow.mfp-arrow-right:after {
            content: "\f054";
            margin-left: 0;
            margin-top: 0;
            position: relative;
            top: auto;
            left: auto;
            right: -2px;
            width: auto;
            height: auto
        }

.mfp-close, .mfp-close-btn-in .mfp-close {
    font-family: poppins,Arial,sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #838383
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: .001;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all .2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: .01;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    max-width: 600px
}

    .dialog.dialog-xs {
        max-width: 200px
    }

    .dialog.dialog-sm {
        max-width: 400px
    }

    .dialog.dialog-md {
        max-width: 600px
    }

    .dialog.dialog-lg {
        max-width: 900px
    }

    .dialog.mfp-close-out .mfp-close {
        top: -50px;
        right: -15px;
        color: #fff
    }

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

    .white-popup-block.white-popup-block-xs {
        max-width: 200px
    }

    .white-popup-block.white-popup-block-sm {
        max-width: 400px
    }

    .white-popup-block.white-popup-block-md {
        max-width: 600px
    }

    .white-popup-block.white-popup-block-lg {
        max-width: 900px
    }

html.lightbox-opened.sticky-header-active #header .header-body {
    padding-right: 17px
}

.modal-open {
    padding-right: 0 !important
}
button.mfp-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    border-radius: 4px;
    background: #212529;
    width: 35px;
    height: 100px;
    color: #fff;
    margin: 0 !important;
    transform: translate3d(0,-50%,0)
}

    button.mfp-arrow:before {
        content: none
    }

    button.mfp-arrow:after {
        content: "\f053";
        font-family: 'FontAwesome';
        font-weight: 900;
        border: none !important
    }

    button.mfp-arrow.mfp-arrow-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

        button.mfp-arrow.mfp-arrow-left:after {
            margin-left: 0;
            margin-top: 0;
            position: relative;
            top: auto;
            left: -2px;
            width: auto;
            height: auto
        }

    button.mfp-arrow.mfp-arrow-right {
        left: auto;
        right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

        button.mfp-arrow.mfp-arrow-right:after {
            content: "\f054";
            margin-left: 0;
            margin-top: 0;
            position: relative;
            top: auto;
            left: auto;
            right: -2px;
            width: auto;
            height: auto
        }

.mfp-close, .mfp-close-btn-in .mfp-close {
    font-family: poppins,Arial,sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #838383
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: .001;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all .2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: .01;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}