.lb-loader, .lightbox {
	text-align: center;
	line-height: 0
}
.lb-dataContainer:after,.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #011e3a;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
	z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: 0
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 2pc;
    height: 2pc;
    margin: 0 auto
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
    position: absolute
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
    padding-top: 5px
}

.lb-data .lb-caption {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1em;
    color: #fff
}

.lb-data .lb-caption a {
    color: #fff
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 9pt;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    text-align: right;
    outline: 0;
    -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-nav a.lb-prev {
    background: url(../dest/img/history/ico_arrow_left.png)no-repeat left 48%;
    left: -60px
}

.lb-nav a.lb-next {
    background: url(../dest/img/history/ico_arrow_right.png)no-repeat right 48%;
    right: -60px
}

.lb-data .lb-close {
    position: relative;
    background: #bee1f8;
    border-radius: 50%;
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    z-index: 2
}

.lb-data .lb-close:after,.lb-data .lb-close:before {
    display: block;
    content: '';
    width: 2px;
    height: 2pc;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #011e3a;
    position: absolute;
    top: 6px;
    left: 22px
}

.lb-data .lb-close:after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:812px) {
    .lb-nav a.lb-prev {
        left: 0;
        background-size: 25px auto
    }

    .lb-nav a.lb-next {
        right: 0;
        background-size: 25px auto
    }
}