
body.lb-disable-scrolling{overflow:hidden}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#216939;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:none;}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-loader{top:43%;height:25%;width:100%}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{content:"";display:table;clear:both}
.lb-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}
.lb-data .lb-caption a{color:#4ae}
.lb-data .lb-number{display:none;clear:left;padding-bottom:1em;font-size:12px;color:#999}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:1;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

.lb-loader,.lightbox {
    top: 50% !important;
    text-align:center;
    line-height:0;
    position:absolute;
    left:50% !important;
    width: auto;
    transform: translate(-50%,-50%);
}

.lb-number {
    display: none !important;
}

.lb-close {
    position: absolute;
    top: -40px;
    right: 0;
}

.lb-close:after {
    content: 'X';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    cursor: pointer;
    z-index: 2;
    font-family: 'Gopher';
    font-size: 18px;
}

.lb-next,.lb-prev{
    height:100%;
    cursor: pointer;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -70px;
    z-index: 99;
}

.lb-nav a.lb-prev {
    width: 26px;
    height: 26px;
    left: 35%;
    background:url(../assets/blue-arrow-prev.png) no-repeat;
    opacity: 99;
    transform: rotate(180deg);
    display: block !important;
    background-size: 26px 26px;
}

.lb-nav a.lb-next {
    width: 26px;
    height: 26px;
    right: 35%;
    background:url(../assets/blue-arrow-next.png) no-repeat;
    position: absolute;
    opacity: 99;
    background-size: 26px 26px;
}

    @media screen and (min-width: 768px) {
        .lb-nav a.lb-next {
            right: 50%;
            transform: translate(35px);
        }

        .lb-nav a.lb-prev {
            left: 50%;
            transform: rotate(180deg) translate(35px);
        }
    }

  @media screen and (min-width: 1025px) {
    .lb-nav a.lb-prev {
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }

    .lb-nav a.lb-next {
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }

    .lb-close:after  {
        font-size: 22px;
    }

    .lb-nav a.lb-next {
        transform: translate(50px);
    }

    .lb-nav a.lb-prev {
        transform: rotate(180deg) translate(50px);
    }
  }

  @media screen and (min-width: 1300px) {
    .lb-nav a.lb-prev {
        width: 44px;
        height: 44px;
        background-size: 44px 44px;
    }

    .lb-nav a.lb-next {
        width: 44px;
        height: 44px;
        background-size: 44px 44px;
    }

    .lb-nav a.lb-next {
        transform: translate(58px);
    }

    .lb-nav a.lb-prev {
        transform: rotate(180deg) translate(58px);
    }

  }
