/*!* Justified Gallery - v3.6.3
* http://miromannino.github.io/Justified-Gallery/
* Copyright (c) 2016 Miro Mannino
* Licensed under the MIT license.*/
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: 0 0 !important;
  font-size: 0;
  color: transparent;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: relative;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.justified-gallery > div > img[data-recalc-size="1"],
.justified-gallery > a > img[data-recalc-size="1"] {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  font-size: 12px;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 20px 12px 6px;
  filter: alpha(opacity=100);
  text-overflow: ellipsis;
  pointer-events: none;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
  hyphens: auto;
  bottom: 0 !important;
  font-family: slickpro, slicksanfrancisco, sf pro text, myriad set pro, san francisco, slickfont, helvetica neue,
    segoe ui, roboto, helvetica, hiragino kaku gothic pro, meiryo, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.69)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.69) 100%);
}
.justified-gallery > a > .caption > span,
.justified-gallery > div > .caption > span {
  padding: 3px 6px;
  border-radius: 3px;
  display: block;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.001;
}
.justified-gallery > a:hover .caption,
.justified-gallery > div:hover .caption {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.justified-gallery > a:hover .caption span,
.justified-gallery > div:hover .caption span {
  opacity: 1;
  display: block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34);
}
.justified-gallery > a.jg-video:after,
.justified-gallery > div.jg-video:after {
  content: " ";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  pointer-events: none;
  background: transparent url(https://assets-edge.slickpic.com/img/skin/default/ico-play.png) no-repeat center center;
  opacity: 0.75;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  transform: translateZ(0);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.justified-gallery > a.jg-video:hover:after,
.justified-gallery > div.jg-video:hover:after {
  opacity: 1;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0;
  cursor: zoom-in;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.justified-gallery > a sp-video-player,
.justified-gallery > div sp-video-player,
.justified-gallery > .entry-visible sp-video-player {
  display: block;
  position: initial !important;
  top: auto;
  left: auto;
}
.justified-gallery > a sp-video-player.disable-source,
.justified-gallery > div sp-video-player.disable-source,
.justified-gallery > .entry-visible sp-video-player.disable-source {
  display: none !important;
}
.justified-gallery > a sp-video-player.disable-source ~ img,
.justified-gallery > div sp-video-player.disable-source ~ img,
.justified-gallery > .entry-visible sp-video-player.disable-source ~ img {
  display: block;
}
.justified-gallery > a sp-video-player ~ img,
.justified-gallery > div sp-video-player ~ img,
.justified-gallery > .entry-visible sp-video-player ~ img {
  display: none;
}
.justified-gallery > a sp-video-player vg-player,
.justified-gallery > div sp-video-player vg-player,
.justified-gallery > .entry-visible sp-video-player vg-player {
  height: 0 !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.justified-gallery > a sp-video-player vg-player > video,
.justified-gallery > div sp-video-player vg-player > video,
.justified-gallery > .entry-visible sp-video-player vg-player > video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-width: 100%;
  right: 0;
  bottom: 0;
  max-height: 4515px;
  overflow: visible;
}
.justified-gallery > div > img,
.justified-gallery > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px;
}
body .justified-gallery > a.jg-waiting:before,
body .justified-gallery > div.jg-waiting:before,
body .justified-gallery > .entry-visible.jg-waiting:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12) url(https://assets-edge.slickpic.com/brand/slickpic-blackwhite.svg) no-repeat
    center center;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 48px;
  box-sizing: border-box;
}
body .justified-gallery > a.jg-last-row,
body .justified-gallery > div.jg-last-row,
body .justified-gallery > .entry-visible.jg-last-row {
  display: none;
}
body.skin-light .justified-gallery > div.jg-waiting:before,
body.skin-light .justified-gallery > a.jg-waiting:before,
body.skin-light .justified-gallery > .entry-visible.jg-waiting:before {
  background: rgba(0, 0, 0, 0.33) url(https://assets-edge.slickpic.com/brand/slickpic-blackwhite.svg) no-repeat center
    center;
  background-size: 48px;
  opacity: 0.15;
}
.body .listAlbums.progress {
  opacity: 0;
}
.body[data-grid-type="grid"] .listAlbums {
  margin-top: 20px;
}
.body[data-grid-type="grid"] .listAlbums .albumItem {
  overflow: visible;
  text-align: center;
  vertical-align: middle;
  height: auto;
}
.body[data-grid-type="grid"] .listAlbums .albumItem:after {
  display: none;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > img {
  max-width: 100%;
  max-height: 4515px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > br {
  display: none;
}
.body[data-grid-type="grid"] .listAlbums .albumItem .pwd-protected-text {
  display: none;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title {
  color: #fff;
  font-weight: 700;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title,
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title.password {
  width: 100%;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title > i,
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title > u {
  float: none;
  margin-left: 4px;
  margin-right: 4px;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title .name-cut {
  display: block;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title .name-cut > span {
  text-align: center;
  color: #fff !important;
  font-size: 14px;
  line-height: 18px;
  display: block;
  overflow: hidden;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li {
  list-style: none;
  display: block;
  padding-right: 2px;
  color: rgba(117, 117, 117, 0.9) !important;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
  width: auto !important;
  line-height: 18px;
  min-width: 20px;
  font-size: 12px;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li:before {
  display: none;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li.album-photos {
  list-style: none;
  display: block;
  padding-right: 2px !important;
  color: #fff !important;
  color: rgba(117, 117, 117, 0.9) !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33) !important;
  width: auto !important;
  line-height: 18px;
  min-width: 20px;
  font-size: 12px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  text-align: center;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li.album-photos:after {
  content: " Photos";
}
.body[data-grid-type="grid"] .listAlbums .albumItem.pwd-protect-layer i.lock {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 16px;
  bottom: 0;
  left: 0;
  background: url(https://assets-edge.slickpic.com/img/album/ico-lock-dark.png) no-repeat 0 1px;
  z-index: 1003;
  margin: 0 5px 4px 0;
}
.body[data-grid-type="grid"] .listAlbums .albumItem sp-video-player vg-player video {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
vg-player {
  background: 0 0 !important;
}
.skin-light .body[data-grid-type="grid"] .listAlbums .albumItem > .album-title {
  color: #222 !important;
  text-shadow: none !important;
}
.skin-light .body[data-grid-type="grid"] .listAlbums .albumItem > .album-title .name-cut > span {
  color: #222 !important;
  text-shadow: none;
}
.skin-light .body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li {
  text-shadow: none !important;
}
.skin-light .body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li.album-photos {
  color: #222 !important;
  text-shadow: none !important;
}
@keyframes fadeInVideo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.body .listAlbums.justified-gallery {
  opacity: 1;
  width: auto !important;
}
.body .listAlbums.justified-gallery .albumItem.splash-type-video img {
  opacity: 0.001;
  animation-name: fadeInVideo;
  -webkit-animation-name: fadeInVideo;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body .listAlbums.justified-gallery sp-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body .listAlbums.justified-gallery sp-video-player > * {
  pointer-events: none;
}
.body .listAlbums.justified-gallery sp-video-player video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
  overflow: hidden;
  max-height: 100%;
}
.body .listAlbums.justified-gallery .albumItem {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transition: none !important;
  transform: translate3d(-45151px, -45151px, 0);
}
.body .listAlbums.justified-gallery .albumItem img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: transform;
}
.body .listAlbums.justified-gallery .albumItem,
.body .listAlbums.justified-gallery .albumItem img {
  border-radius: 5px !important;
}
.body .listAlbums.justified-gallery .albumItem.splash-type-video img {
  display: none;
}
.body .listAlbums.justified-gallery .albumItem sp-video-player .vertical-padding-enable {
  padding-top: 0 !important;
  height: 100% !important;
}
.body .listAlbums.justified-gallery .albumItem sp-video-player .vertical-padding-enable video {
  object-fit: cover;
}
.body .listAlbums.justified-gallery .albumItem h2 {
  display: none !important;
}
.body .listAlbums.justified-gallery .albumItem:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07) inset;
  border-radius: 7px;
}
@media all and (min-width: 2560px) {
  .justified-gallery > a > img:active,
  .justified-gallery > div > img:active,
  .justified-gallery > a > a > img:active,
  .justified-gallery > div > a > img:active {
    filter: blur(1px);
  }
}
@media all and (max-width: 996px) {
  .justified-gallery > a .caption,
  .justified-gallery > div .caption,
  .justified-gallery > .entry-visible .caption {
    display: none !important;
  }
}
@media all and (max-width: 767px) and (pointer: fine) {
  .body[data-grid-type="grid"] .listAlbums .albumItem {
    width: 150px;
  }
}
@media all and (min-width: 1025px) {
  .body .listAlbums.justified-gallery .albumItem:hover img {
    -moz-transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  .body .listAlbums.justified-gallery .albumItem:active img {
    -webkit-transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    -moz-transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }
} /*!PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img,
.pswp--zoom-allowed .pixel-layer {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img,
.pswp--zoomed-in .pixel-layer {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img,
.pswp--dragging .pixel-layer {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
} /*!PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://assets-edge.slickpic.com/img/common/photoswipe-default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://assets-edge.slickpic.com/img/common/photoswipe-default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 150px;
  cursor: pointer;
  height: 36%;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 50%;
  margin-top: -15px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  cursor: pointer;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0;
  opacity: 0.75;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 10px;
  height: 20px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    width: 90px;
  }
}
@-webkit-keyframes clockwise {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.layer-container,
.pswp__sidebar,
.pswp__caption,
.pswp__top-bar,
.pswp__zoom__slider,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
  pointer-events: none;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__caption,
.pswp__ui--idle .layer-container,
.pswp__idle .pswp__zoom__slider {
  opacity: 0.001;
}
.pswp__ui--idle .pswp__caption:hover {
  opacity: 1;
}
.pswp--hidden_all .pswp__top-bar,
.pswp--hidden_all .pswp__caption,
.pswp--hidden_all .layer-top-left,
.pswp--hidden_all .layer-bottom-right,
.pswp--hidden_all .pswp__zoom__slider {
  opacity: 0;
  pointer-events: none;
}
.pswp--hidden_all .pswp__button--arrow--left {
  cursor: w-resize;
}
.pswp--hidden_all .pswp__button--arrow--right {
  cursor: e-resize;
}
.pswp--hidden_all .pswp__button--arrow--left,
.pswp--hidden_all .pswp__button--arrow--right {
  margin-top: 0;
  height: 100%;
}
.pswp--hidden_all .pswp__button--arrow--left,
.pswp--hidden_all .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .layer-container,
.pswp.pswp--hidden.pswp--animated-in .pswp__sidebar,
.pswp--hidden .pswp__sidebar,
.pswp--hidden .pswp__zoom__slider {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0;
}
