@charset "UTF-8";
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.blueimp-gallery > .slides > .slide > .slide-content {
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 1;
    width: auto;
}
.blueimp-gallery {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    direction: ltr;
    display: none;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    z-index: 999999;
}
.blueimp-gallery-carousel {
    box-shadow: 0 0 10px #000000;
    margin: 1em auto;
    padding-bottom: 56.25%;
    position: relative;
    z-index: auto;
}
.blueimp-gallery-display {
    display: block;
    opacity: 1;
}
.blueimp-gallery > .slides {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.blueimp-gallery-carousel > .slides {
    position: absolute;
}
.blueimp-gallery > .slides > .slide {
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    transition: opacity 0.5s linear 0s;
}
.blueimp-gallery > .slides > .slide-loading {
    background: url("../img/loading.gif") no-repeat scroll center center / 64px 64px rgba(0, 0, 0, 0);
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
    background: url("../img/error.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none;
}
.blueimp-gallery > .prev, .blueimp-gallery > .next {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 3px solid #FFF;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-weight: 100;
    height: 41px;
    left: 15px;
    line-height: 25px;
    margin-top: -23px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 2px #000000;
    top: 50%;
    width: 40px;
}
.blueimp-gallery > .next {
    left: auto;
    right: 15px;
}
.blueimp-gallery > .close, .blueimp-gallery > .title {
    color: #FFFFFF;
    display: none;
    font-size: 20px;
    left: 15px;
    line-height: 30px;
    margin: 0 40px 0 0;
    opacity: 0.8;
    position: absolute;
    text-shadow: 0 0 2px #000000;
    top: 15px;
}
.blueimp-gallery > .close {
    cursor: pointer;
    font-size: 30px;
    left: auto;
    margin: -15px;
    padding: 15px;
    right: 15px;
    text-decoration: none;
}
.blueimp-gallery > .play-pause {
    background: url("../img/play-pause.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 15px;
    cursor: pointer;
    display: none;
    height: 15px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    width: 15px;
}
.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}
.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #FFFFFF;
    opacity: 1;
}
.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
    transform: translateZ(0px);
}
.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
    display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
    -moz-user-select: none;
}
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url("../img/error.svg");
}
body:last-child .blueimp-gallery > .play-pause {
    background-image: url("../img/play-pause.svg");
    background-size: 40px 20px;
    height: 20px;
    width: 20px;
}
body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative;
}
.blueimp-gallery > .indicator {
    bottom: 15px;
    display: none;
    left: 15px;
    line-height: 10px;
    list-style: none outside none;
    margin: 0 40px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: auto;
}
.blueimp-gallery > .indicator > li {
    -moz-box-sizing: content-box;
    background: none no-repeat scroll center center rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 0 2px #000000;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 6px 6px 0;
    opacity: 0.5;
    width: 30px;
}
.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}
.blueimp-gallery-controls > .indicator {
    display: block;
    transform: translateZ(0px);
}
.blueimp-gallery-single > .indicator {
    display: none;
}
.blueimp-gallery > .indicator {
    -moz-user-select: none;
}
* + html .blueimp-gallery > .indicator > li {
    display: inline;
}
.blueimp-gallery > .slides > .slide > .video-content > img {
    backface-visibility: hidden;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.blueimp-gallery > .slides > .slide > .video-playing > iframe {
    top: 0;
}
.blueimp-gallery > .slides > .slide > .video-content > a {
    background: url("../img/video-play.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 128px;
    left: 0;
    margin: -64px auto 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 50%;
    width: 128px;
}
.blueimp-gallery > .slides > .slide > .video-content > a:hover {
    opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > a, .blueimp-gallery > .slides > .slide > .video-playing > img {
    display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
    display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
    display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
    background: url("../img/loading.gif") no-repeat scroll center center / 64px 64px rgba(0, 0, 0, 0);
}
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
    background-image: url("../img/video-play.svg");
}
* + html .blueimp-gallery > .slides > .slide > .video-content {
    height: 100%;
}
* + html .blueimp-gallery > .slides > .slide > .video-content > a {
    left: 50%;
    margin-left: -64px;
}
