@charset "UTF-8";
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6) !important;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 94%;
  /*max-height: 94%;*/
  max-height: 80%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #5BC5EC;
  background: rgba(100, 200, 238, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  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;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(/res/images/lightbox/preloader_st2_05.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(/res/images/lightbox/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  padding-top: 0px;
  color: #fff;
  text-decoration: none;
  text-shadow: none !important;
  text-shadow: 0 0 2px #000;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid white;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .prev::after,
.blueimp-gallery > .next::after {
  content: "";
  width: 175px;
  height: 175px;
  position: absolute;
  top: -60px;
  left: -60px;
}
.blueimp-gallery > .prev {
  left: 15px;
}
.blueimp-gallery > .next {
  right: 15px;
}
.blueimp-gallery > .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  width: 45px;
  height: 45px;
  opacity: 1;
  display: none;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .data-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: block !important;
  text-align: center;
  color: #fff;
  display: none;
}
@media (min-width: 640px) {
  .blueimp-gallery > .prev,
  .blueimp-gallery > .next {
    width: 52px;
    height: 52px;
  }
  .blueimp-gallery > .prev {
    left: 29px;
  }
  .blueimp-gallery > .next {
    right: 29px;
  }
  .blueimp-gallery > .close {
    width: 51px;
    height: 50px;
    top: 30px;
    right: 30px;
  }
  .blueimp-gallery > .data-title {
    bottom: 10px;
  }
}
@media (min-width: 920px) {
  .blueimp-gallery > .prev,
  .blueimp-gallery > .next {
    width: 56px;
    height: 56px;
  }
  .blueimp-gallery > .prev {
    left: 35px;
  }
  .blueimp-gallery > .next {
    right: 35px;
  }
  .blueimp-gallery > .close {
    width: 53px;
    height: 52px;
    top: 35px;
    right: 35px;
  }
  .blueimp-gallery > .data-title {
    bottom: 15px;
  }
}
.blueimp-gallery > .close:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -22px;
  right: -19px;
}
.blueimp-gallery > .close img {
  width: 100%;
  height: 100%;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  /*background: url(../img/play-pause.png) 0 0 no-repeat;*/
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 0.6;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .data-title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.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 > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}
.blueimp-gallery-controls > .description {
  display: block;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  /*background-image: url(../img/error.svg);*/
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  /*background-image: url(../img/play-pause.svg);*/
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 100px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
