@charset "UTF-8";
.blueimp-gallery, .blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
}
.blueimp-gallery>.slides>.slide>.slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 96%;
    max-height: 96%;
    opacity: 1;
}
.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}
.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.blueimp-gallery-display {
    display: block;
    opacity: 1;
}
.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.blueimp-gallery-carousel>.slides {
    position: absolute;
}
.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    background: #f4f6f7;
    -webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
}
.blueimp-gallery, .blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}
.blueimp-gallery>.slides>.slide-loading {
    background: url(../images/loading.gif) center no-repeat;
    background-size: 64px 64px;
}
.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0;
}
.blueimp-gallery>.slides>.slide-error {
    background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none;
}
.blueimp-gallery>.prev, .blueimp-gallery>.next {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -41px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #8a95a4;
    background: rgba(138, 149, 164, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    opacity: .5;
    cursor: pointer;
    display: none;
    padding: 10px;
}
.blueimp-gallery>.next {
    left: auto;
    right: 15px;
}
.blueimp-gallery>.close, .blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #8a95a4;
    opacity: 1;
    display: none;
}
.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 40px;
    text-decoration: none;
    cursor: pointer;
    color: #8a95a4;
    opacity: .5;
}
.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../images/play-pause.svg) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none;
}
.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0;
}
.blueimp-gallery>.prev:hover, .blueimp-gallery>.next:hover, .blueimp-gallery>.title:hover, .blueimp-gallery>.play-pause:hover {
    color: #fff;
    opacity: 1;
}
.blueimp-gallery>.close:hover {
  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;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.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 {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.blueimp-gallery>.prev i, .blueimp-gallery>.next i {
  height: 60px;
  width: 60px;
}
body:last-child .blueimp-gallery>.slides>.slide-error {
    background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery>.play-pause {
    height: 30px;
    position: absolute;
    top: 35px;
    left: 35px;
    background-size: 60px 30px;
    background-image: url(../images/play-pause.svg);
    width: 30px;
    margin: -15px;
    padding: 15px;
}
body:last-child .blueimp-gallery-playing>.play-pause {
    background-position: -30px 0;
}
*+html .blueimp-gallery>.slides>.slide {
    min-height: 300px;
}
*+html .blueimp-gallery>.slides>.slide>.slide-content {
    position: relative;
}
@charset "UTF-8";
.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
}
.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid #fff;
    background: #ccc;
    background: rgba(255, 255, 255, .25)center no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.blueimp-gallery>.indicator>li:hover, .blueimp-gallery>.indicator>.active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}
.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.blueimp-gallery-single>.indicator {
    display: none;
}
.blueimp-gallery>.indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*+html .blueimp-gallery>.indicator>li {
    display: inline;
}
@charset "UTF-8";
.blueimp-gallery>.slides>.slide>.video-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-backface-visibility: hidden;
}
.blueimp-gallery>.slides>.slide>.video-content>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.blueimp-gallery>.slides>.slide>.video-content>iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.blueimp-gallery>.slides>.slide>.video-playing>iframe {
    top: 0;
}
.blueimp-gallery>.slides>.slide>.video-content>a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(../img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer;
}
.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) center no-repeat;
    background-size: 64px 64px;
}
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;
}
.blueimp-gallery-controls .slideshow-controls-info {
  position: absolute;
  top: 10px;
  color: #8a95a4;
  width: 100%;
  text-align: center;
  pointer-events: none;
  font-family: bta-bold;
  font-size: 12px;
  opacity: 1;
  transform: translate(0px, 60px);
}
.slideshow-controls-info {
  font-size: 12px;
  opacity: 0;
  padding: 10px;
  z-index: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  position: absolute;
  top: -100px;
  width: 100%;
  font-family: bta-bold;
}
.blueimp-gallery-controls .snapshot-session-info {
  position: absolute;
  top: 20px;
  left: 20px;
  transform: translate(50px, 0);
}
.snapshot-session-info {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
.blueimp-gallery>.slides img {
  border: 2px dashed #dcdee3;
  padding: 40px;
  background: #fff;
}
