﻿@import url("css/blueimp-gallery-indicator.min.css");
@import url("css/blueimp-gallery.min.css");
.blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .title, .blueimp-gallery > .play-pause {
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  font-size: 3rem;
  line-height: normal;
  color: #fff !important;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.66);
  opacity: .6; }

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
  opacity: 1; }

.blueimp-gallery > .prev, .blueimp-gallery > .next {
  top: 50%;
  left: 1rem;
  margin-top: -3rem;
  font-size: 5rem; }

.blueimp-gallery > .next {
  left: auto;
  right: 1rem; }

.blueimp-gallery > .close, .blueimp-gallery > .title {
  top: 0;
  left: 1rem; }

.blueimp-gallery > .close {
  right: 1rem;
  left: auto; }

.blueimp-gallery > .indicator > li {
  width: 3rem;
  height: 3rem;
  margin: .3rem;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 0;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.66);
  opacity: .5; }

.blueimp-gallery > .indicator > li:hover:after {
  display: none; }

.gallery-slides {
  display: inline-flex; }
  .gallery-slides > a {
    display: inline-block;
    margin: .5rem;
    vertical-align: text-top; }
    .gallery-slides > a > small {
      display: block;
      text-align: center;
      max-width: 8rem; }
