/**
*   VARS
**/
/* IE8 Stuff */
.jslghtbx-ie8.jslghtbx {
    /*background-image: url("../img/trans-bck.png");*/
    display: none;
}

.jslghtbx-ie8.jslghtbx.jslghtbx-active {
    display: block;
}

.jslghtbx-imgWrapper {
    position: relative;
}

.jslghtbx-imgWrapper img {
    height:400px;
}

.jslghtbx-ie8.jslghtbx .jslghtbx-contentwrapper > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}

.jslghtbx-ie8.jslghtbx .jslghtbx-contentwrapper.jslghtbx-wrapper-active > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Main wrapper */
.jslghtbx {
     font-family: sans-serif;
     text-align: center;
     overflow: auto;
     visibility: hidden;
     position: fixed;
     z-index: 10000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: transparent;
     display: flex;
     justify-content: center;
     align-items: center;
 }

.jslghtbx.jslghtbx-active {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.85);
}

/* loading-animation */
.jslghtbx-loading-animation {
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    display: none;
    position: absolute;
    z-index: -1;
}

.jslghtbx-loading-animation > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.jslghtbx-loading-animation > span.jslghtbx-active {
    margin-bottom: 60px;
}

.jslghtbx.jslghtbx-loading .jslghtbx-loading-animation {
    display: block;
}

.jslghtbx-nooverflow {
    overflow: hidden !important;
}

.jslghtbx-contentwrapper {
    position: relative;
    display: inline-block;
    /*margin: auto;*/
    visibility: hidden;
    box-shadow: 0px 0px 75px #B4BF72;
    background-color: #FFF;
    }

.jslghtbx-contentwrapper > img {
    background: #fff;
    /*padding: .5em;*/
    display: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}

.jslghtbx-contentwrapper.jslghtbx-wrapper-active {
    visibility: visible;
}

.jslghtbx-contentwrapper.jslghtbx-wrapper-active > img {
    display: block;
    opacity: 1;
}

/* Caption */
.jslghtbx-header {
    display: block;
    position: relative;
    font-family: MyriadProCond;
    font-weight: 800;
    font-size: 33px;
    line-height: 40px;
    text-align: left;
    color: #2F2F2F;
    padding: 30px 15px 12px  53px;
}
.jslghtbx-caption {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    line-height: 104.5%;
    padding: 12px 15px 30px 53px;
    opacity: 0.3;
}

.jslghtbx-active .jslghtbx-caption {
    display: block;
}


.dotsNavigation {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.dotsNavigation span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 6px;
}

.dotsNavigation .noSelected {
    border: 2px solid rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.dotsNavigation .noSelected:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

.dotsNavigation .selected {
    background-color: #FFFFFF;;
    border: 2px solid rgba(255, 255, 255, 1);
}


/* Animation Stuff */
.jslghtbx-contentwrapper.jslghtbx-animate > img {
    opacity: 0;
}

.jslghtbx-contentwrapper > img.jslghtbx-animate-transition {
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
}

.jslghtbx-contentwrapper > img.jslghtbx-animating-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.jslghtbx-contentwrapper > img.jslghtbx-animating-prev {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.jslghtbx-contentwrapper > img.jslghtbx-animate-init {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.jslghtbx-contentwrapper > img.jslghtbx-animate-transition {
    cursor: pointer;
}

/* Controls */
.jslghtbx-close {
    position: fixed;
    right: 23px;
    top: 23px;
    margin-top: -4px;
    font-size: 2em;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.jslghtbx-close:hover {
    text-shadow: 0 0 10px #fff;
}

@media screen and (max-width: 1060px) {
    .jslghtbx-close {
        font-size: 1.5em;
    }
}

.jslghtbx-next,
.jslghtbx-prev {
    display: none;
    position: absolute;
    top: 45%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.jslghtbx-next {
    right: -33px;
}

.jslghtbx-prev {
    left: -30px;
}

.jslghtbx-next svg,
.jslghtbx-prev svg {
    display: inline-block;
    width: 27px;
    height: 50px;
}


.jslghtbx-next svg line,
.jslghtbx-prev svg line {
    stroke: #FFF;
    stroke-width: 3px;
    opacity: 0.8;
}

.jslghtbx-next svg:hover line,
.jslghtbx-prev svg:hover line {
    opacity: 1;
}


.jslghtbx-next.jslghtbx-active,
.jslghtbx-prev.jslghtbx-active {
    display: block;
}

.jslghtbx-next > img,
.jslghtbx-prev > img {
    width: 100%;
}

.jslghtbx-next.jslghtbx-no-img:hover {
    border-left-color: #787878;
}

@media screen and (min-width: 451px) {
    /*.jslghtbx-next {
        right: .6em;
    }

    .jslghtbx-next.jslghtbx-no-img {
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-left: 40px solid #FFF;
    }*/
}

@media screen and (max-width: 600px) {
    /*.jslghtbx-next.jslghtbx-no-img {
        right: 5px;
        padding-left: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
        border-left: 15px solid #FFF;
    }*/
}

@media screen and (max-width: 450px) {
    /*.jslghtbx-next {
        right: .2em;
        padding-left: 20px;
    }*/
}

/*.jslghtbx-prev {
    left: .6em;
}*/

.jslghtbx-prev.jslghtbx-no-img:hover {
    border-right-color: #787878;
}

@media screen and (min-width: 451px) {
    /*.jslghtbx-prev {
        left: .6em;
    }

    .jslghtbx-prev.jslghtbx-no-img {
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-right: 40px solid #FFF;
    }*/
}

@media screen and (max-width: 600px) {
    /*.jslghtbx-prev.jslghtbx-no-img {
        left: 5px;
        padding-right: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
        border-right: 15px solid #FFF;
    }*/
}

@media screen and (max-width: 450px) {
    /*.jslghtbx-prev {
        left: .2em;
        padding-right: 20px;
    }*/
}

.jslghtbx-thmb {
    padding: 2px;
    max-width: 100%;
    max-height: 140px;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 451px) {
    .jslghtbx-thmb {
        margin: 1em;
    }
}

@media screen and (max-width: 450px) {
    .jslghtbx-thmb {
        margin: 1em 0;
    }
}

.jslghtbx-thmb:hover {
    box-shadow: 0px 0px 14px 0px #000;
}

/*# sourceMappingURL=lightbox.css.map */