<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * blueimp Gallery CSS
 * 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 &gt; .slides &gt; .slide &gt; .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery &gt; .slides &gt; .slide &gt; .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 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 &gt; .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel &gt; .slides {
  position: absolute;
}
.blueimp-gallery &gt; .slides &gt; .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery &gt; .slides &gt; .slide &gt; .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 &gt; .slides &gt; .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery &gt; .slides &gt; .slide-loading &gt; .slide-content {
  opacity: 0;
}
.blueimp-gallery &gt; .slides &gt; .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery &gt; .slides &gt; .slide-error &gt; .slide-content {
  display: none;
}
.blueimp-gallery &gt; .prev,
.blueimp-gallery &gt; .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery &gt; .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery &gt; .close,
.blueimp-gallery &gt; .title,
.blueimp-gallery &gt; .fullscreen{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  background-color: #101010;
  padding: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
  width: 100%;
  min-height: 30px;
}
.blueimp-gallery &gt; .close {
  right: 15px;
  left: auto;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  width: 2%;
}

.blueimp-gallery &gt; .slidesCount{
     position: absolute;
     color: #ffffff;
     bottom: 40px;
     right: 15px;
     opacity: 0.7;
     display: none;
}

.blueimp-gallery &gt; .fullscreen {
    right: 53px;
    left: auto;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    width: 2%;
    top: 1px;
}

.blueimp-gallery &gt; .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 &gt; .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery &gt; .prev:hover,
.blueimp-gallery &gt; .next:hover,
.blueimp-gallery &gt; .close:hover,
.blueimp-gallery &gt; .fullscreen:hover,
.blueimp-gallery &gt; .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls &gt; .prev,
.blueimp-gallery-controls &gt; .next,
.blueimp-gallery-controls &gt; .close,
.blueimp-gallery-controls &gt; .title,
.blueimp-gallery-controls &gt; .fullscreen,
.blueimp-gallery-controls &gt; .slidesCount,
.blueimp-gallery-controls &gt; .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 &gt; .prev,
.blueimp-gallery-left &gt; .prev,
.blueimp-gallery-single &gt; .next,
.blueimp-gallery-right &gt; .next,
.blueimp-gallery-single &gt; .play-pause {
  display: none;
}
.blueimp-gallery &gt; .slides &gt; .slide &gt; .slide-content,
.blueimp-gallery &gt; .prev,
.blueimp-gallery &gt; .next,
.blueimp-gallery &gt; .close,
.blueimp-gallery &gt; .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE&lt;9) */
body:last-child .blueimp-gallery &gt; .slides &gt; .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery &gt; .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing &gt; .play-pause {
  background-position: -20px 0;
}


/* New elements for indicator rows control */
.blueimp-gallery &gt; .nextRow, .blueimp-gallery &gt; .previousRow{
     bottom: 50px;
     background: rgba(0, 0, 0, 0.5);
     position: absolute;
     right: -45px;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: #ffffff;
     font-size: 36px;
     font-weight: 100;
     line-height: 21px;
     border: 2px solid #fff;
     border-radius: 23px;
     opacity: 0.5;
     cursor: pointer;
     width: 30px;
     height: 30px;
     padding-left: 8px;
     text-decoration: none;

     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}

.blueimp-gallery &gt; .previousRow{
     right: auto;
     left: -45px;
}

.blueimp-gallery &gt; .nextRow:hover, .blueimp-gallery &gt; .previousRow:hover{
     opacity: 1;
}

/* IE7 fixes */
*+html .blueimp-gallery &gt; .slides &gt; .slide {
  min-height: 300px;
}
*+html .blueimp-gallery &gt; .slides &gt; .slide &gt; .slide-content {
  position: relative;
}</pre></body></html>