/* libpyGallery v.1.0 2019-02-13
 * Copyright (c) 2019 Chalermchai W.; Licensed GPLv3 
 */
 .libpy-gallery-icon {
  font-family: 'Font Awesome\ 5 Free';
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.libpy-gallery-actions .libpy-gallery-next, .libpy-gallery-actions .libpy-gallery-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.libpy-gallery-actions .libpy-gallery-next.disabled, .libpy-gallery-actions .libpy-gallery-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.libpy-gallery-actions .libpy-gallery-next:hover, .libpy-gallery-actions .libpy-gallery-prev:hover {
  color: #FFF;
}
.libpy-gallery-actions .libpy-gallery-next {
  right: 20px;
}
.libpy-gallery-actions .libpy-gallery-next:before {
  content: "\f105";
}
.libpy-gallery-actions .libpy-gallery-prev {
  left: 20px;
}
.libpy-gallery-actions .libpy-gallery-prev:after {
  content: "\f104";
}

@-webkit-keyframes libpy-gallery-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes libpy-gallery-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes libpy-gallery-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes libpy-gallery-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes libpy-gallery-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes libpy-gallery-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes libpy-gallery-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes libpy-gallery-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.libpy-gallery-outer.libpy-gallery-right-end .libpy-gallery-object {
  -webkit-animation: libpy-gallery-right-end 0.3s;
  -o-animation: libpy-gallery-right-end 0.3s;
  animation: libpy-gallery-right-end 0.3s;
  position: relative;
}
.libpy-gallery-outer.libpy-gallery-left-end .libpy-gallery-object {
  -webkit-animation: libpy-gallery-left-end 0.3s;
  -o-animation: libpy-gallery-left-end 0.3s;
  animation: libpy-gallery-left-end 0.3s;
  position: relative;
}

.libpy-gallery-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.libpy-gallery-toolbar .libpy-gallery-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.libpy-gallery-toolbar .libpy-gallery-icon:hover {
  color: #FFF;
}
.libpy-gallery-toolbar .libpy-gallery-close:after {
  content: "\f00d";
}
.libpy-gallery-toolbar .libpy-gallery-download:after {
  content: "\f019";
}

.libpy-gallery-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.libpy-gallery-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.libpy-gallery-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#libpy-gallery-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.libpy-gallery-toolbar, .libpy-gallery-prev, .libpy-gallery-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.libpy-gallery-hide-items .libpy-gallery-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.libpy-gallery-hide-items .libpy-gallery-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.libpy-gallery-hide-items .libpy-gallery-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.libpy-gallery-from-hash) .libpy-gallery-outer.libpy-gallery-start-zoom .libpy-gallery-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.libpy-gallery-from-hash) .libpy-gallery-outer.libpy-gallery-start-zoom .libpy-gallery-item.libpy-gallery-complete .libpy-gallery-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.libpy-gallery-outer .libpy-gallery-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.libpy-gallery-outer .libpy-gallery-thumb-outer.libpy-gallery-grab .libpy-gallery-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.libpy-gallery-outer .libpy-gallery-thumb-outer.libpy-gallery-grabbing .libpy-gallery-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.libpy-gallery-outer .libpy-gallery-thumb-outer.libpy-gallery-dragging .libpy-gallery-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.libpy-gallery-outer.libpy-gallery-thumb-open .libpy-gallery-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.libpy-gallery-outer .libpy-gallery-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.libpy-gallery-outer .libpy-gallery-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .libpy-gallery-outer .libpy-gallery-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.libpy-gallery-outer .libpy-gallery-thumb-item.active, .libpy-gallery-outer .libpy-gallery-thumb-item:hover {
  border-color: #a90707;
}
.libpy-gallery-outer .libpy-gallery-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.libpy-gallery-outer.libpy-gallery-has-thumb .libpy-gallery-item {
  padding-bottom: 120px;
}
.libpy-gallery-outer.libpy-gallery-can-toggle .libpy-gallery-item {
  padding-bottom: 0;
}
.libpy-gallery-outer.libpy-gallery-pull-caption-up .libpy-gallery-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.libpy-gallery-outer.libpy-gallery-pull-caption-up.libpy-gallery-thumb-open .libpy-gallery-sub-html {
  bottom: 100px;
}
.libpy-gallery-outer .libpy-gallery-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.libpy-gallery-outer .libpy-gallery-toogle-thumb:after {
  content: "\f00a";
}
.libpy-gallery-outer .libpy-gallery-toogle-thumb:hover {
  color: #FFF;
}

.libpy-gallery-outer .libpy-gallery-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.libpy-gallery-outer .libpy-gallery-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.libpy-gallery-outer .libpy-gallery-video .libpy-gallery-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.libpy-gallery-outer .libpy-gallery-video .libpy-gallery-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.libpy-gallery-outer .libpy-gallery-has-iframe .libpy-gallery-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.libpy-gallery-outer .libpy-gallery-has-vimeo .libpy-gallery-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.libpy-gallery-outer .libpy-gallery-has-vimeo:hover .libpy-gallery-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.libpy-gallery-outer .libpy-gallery-has-html5 .libpy-gallery-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.libpy-gallery-outer .libpy-gallery-has-html5:hover .libpy-gallery-video-play {
  opacity: 1;
}
.libpy-gallery-outer .libpy-gallery-has-youtube .libpy-gallery-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.libpy-gallery-outer .libpy-gallery-has-youtube:hover .libpy-gallery-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.libpy-gallery-outer .libpy-gallery-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.libpy-gallery-outer .libpy-gallery-has-video .libpy-gallery-video-object {
  visibility: hidden;
}
.libpy-gallery-outer .libpy-gallery-has-video.libpy-gallery-video-playing .libpy-gallery-object, .libpy-gallery-outer .libpy-gallery-has-video.libpy-gallery-video-playing .libpy-gallery-video-play {
  display: none;
}
.libpy-gallery-outer .libpy-gallery-has-video.libpy-gallery-video-playing .libpy-gallery-video-object {
  visibility: visible;
}

.libpy-gallery-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.libpy-gallery-progress-bar .libpy-gallery-progress {
  background-color: cyan;
  height: 5px;
  width: 0;
}
.libpy-gallery-progress-bar.libpy-gallery-start .libpy-gallery-progress {
  width: 100%;
}
.libpy-gallery-show-autoplay .libpy-gallery-progress-bar {
  opacity: 1;
}

.libpy-gallery-autoplay-button:after {
  content: "\f144";
}
.libpy-gallery-show-autoplay .libpy-gallery-autoplay-button:after {
  content: "\f28b";
}

.libpy-gallery-outer.libpy-gallery-css3.libpy-gallery-zoom-dragging .libpy-gallery-item.libpy-gallery-complete.libpy-gallery-zoomable .libpy-gallery-img-wrap, .libpy-gallery-outer.libpy-gallery-css3.libpy-gallery-zoom-dragging .libpy-gallery-item.libpy-gallery-complete.libpy-gallery-zoomable .libpy-gallery-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.libpy-gallery-outer.libpy-gallery-use-transition-for-zoom .libpy-gallery-item.libpy-gallery-complete.libpy-gallery-zoomable .libpy-gallery-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.libpy-gallery-outer.libpy-gallery-use-left-for-zoom .libpy-gallery-item.libpy-gallery-complete.libpy-gallery-zoomable .libpy-gallery-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.libpy-gallery-outer .libpy-gallery-item.libpy-gallery-complete.libpy-gallery-zoomable .libpy-gallery-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.libpy-gallery-outer .libpy-gallery-item.libpy-gallery-complete.libpy-gallery-zoomable .libpy-gallery-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#libpy-gallery-zoom-in:after {
  content: "\f00e";
}

#libpy-gallery-actual-size {
  font-size: 20px;
}
#libpy-gallery-actual-size:after {
  content: "\f24d";
}

#libpy-gallery-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#libpy-gallery-zoom-out:after {
  content: "\f010";
}
.libpy-gallery-zoomed #libpy-gallery-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.libpy-gallery-outer .libpy-gallery-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.libpy-gallery-outer .libpy-gallery-pager-outer.libpy-gallery-pager-hover .libpy-gallery-pager-cont {
  overflow: visible;
}
.libpy-gallery-outer .libpy-gallery-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.libpy-gallery-outer .libpy-gallery-pager-cont:hover .libpy-gallery-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.libpy-gallery-outer .libpy-gallery-pager-cont.libpy-gallery-pager-active .libpy-gallery-pager {
  box-shadow: 0 0 0 2px white inset;
}
.libpy-gallery-outer .libpy-gallery-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.libpy-gallery-outer .libpy-gallery-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.libpy-gallery-outer .libpy-gallery-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.libpy-gallery-outer .libpy-gallery-pager:hover, .libpy-gallery-outer .libpy-gallery-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.libpy-gallery-outer .libpy-gallery-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.libpy-gallery-fullscreen:after {
  content: "\f065";
}
.libpy-gallery-fullscreen-on .libpy-gallery-fullscreen:after {
  content: "\f066";
}

.libpy-gallery-outer #libpy-gallery-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.libpy-gallery-outer.libpy-gallery-dropdown-active .libpy-gallery-dropdown, .libpy-gallery-outer.libpy-gallery-dropdown-active #libpy-gallery-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.libpy-gallery-outer.libpy-gallery-dropdown-active #libpy-gallery-share {
  color: #FFF;
}
.libpy-gallery-outer .libpy-gallery-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.libpy-gallery-outer .libpy-gallery-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.libpy-gallery-outer .libpy-gallery-dropdown > li:last-child {
  margin-bottom: 0px;
}
.libpy-gallery-outer .libpy-gallery-dropdown > li:hover a, .libpy-gallery-outer .libpy-gallery-dropdown > li:hover .libpy-gallery-icon {
  color: #333;
}
.libpy-gallery-outer .libpy-gallery-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.libpy-gallery-outer .libpy-gallery-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.libpy-gallery-outer .libpy-gallery-dropdown .libpy-gallery-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.libpy-gallery-outer .libpy-gallery-dropdown .libpy-gallery-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.libpy-gallery-outer #libpy-gallery-share {
  position: relative;
}
.libpy-gallery-outer #libpy-gallery-share:after {
  content: "\f1e0";
}
.libpy-gallery-outer #libpy-gallery-share-facebook .libpy-gallery-icon {
  color: #3b5998;
}
.libpy-gallery-outer #libpy-gallery-share-facebook .libpy-gallery-icon:after {
  content: "\f09a";
}
.libpy-gallery-outer #libpy-gallery-share-twitter .libpy-gallery-icon {
  color: #00aced;
}
.libpy-gallery-outer #libpy-gallery-share-twitter .libpy-gallery-icon:after {
  content: "\f099";
}
.libpy-gallery-outer #libpy-gallery-share-googleplus .libpy-gallery-icon {
  color: #dd4b39;
}
.libpy-gallery-outer #libpy-gallery-share-googleplus .libpy-gallery-icon:after {
  content: "\f2b3";
}
.libpy-gallery-outer #libpy-gallery-share-pinterest .libpy-gallery-icon {
  color: #cb2027;
}
.libpy-gallery-outer #libpy-gallery-share-pinterest .libpy-gallery-icon:after {
  content: "\f0d2";
}

.libpy-gallery-group:after {
  content: "";
  display: table;
  clear: both;
}

.libpy-gallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.libpy-gallery-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libpy-gallery-outer.libpy-gallery-visible {
  opacity: 1;
}
.libpy-gallery-outer.libpy-gallery-css3 .libpy-gallery-item.libpy-gallery-prev-slide, .libpy-gallery-outer.libpy-gallery-css3 .libpy-gallery-item.libpy-gallery-next-slide, .libpy-gallery-outer.libpy-gallery-css3 .libpy-gallery-item.libpy-gallery-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.libpy-gallery-outer.libpy-gallery-css3.libpy-gallery-dragging .libpy-gallery-item.libpy-gallery-prev-slide, .libpy-gallery-outer.libpy-gallery-css3.libpy-gallery-dragging .libpy-gallery-item.libpy-gallery-next-slide, .libpy-gallery-outer.libpy-gallery-css3.libpy-gallery-dragging .libpy-gallery-item.libpy-gallery-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.libpy-gallery-outer.libpy-gallery-grab img.libpy-gallery-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.libpy-gallery-outer.libpy-gallery-grabbing img.libpy-gallery-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.libpy-gallery-outer .libpy-gallery {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.libpy-gallery-outer .libpy-gallery-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.libpy-gallery-outer .libpy-gallery-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.libpy-gallery-outer.libpy-gallery-css3 .libpy-gallery-prev-slide, .libpy-gallery-outer.libpy-gallery-css3 .libpy-gallery-current, .libpy-gallery-outer.libpy-gallery-css3 .libpy-gallery-next-slide {
  display: inline-block !important;
}
.libpy-gallery-outer.libpy-gallery-css .libpy-gallery-current {
  display: inline-block !important;
}
.libpy-gallery-outer .libpy-gallery-item, .libpy-gallery-outer .libpy-gallery-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.libpy-gallery-outer .libpy-gallery-item:before, .libpy-gallery-outer .libpy-gallery-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.libpy-gallery-outer .libpy-gallery-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.libpy-gallery-outer .libpy-gallery-item.libpy-gallery-complete {
  background-image: none;
}
.libpy-gallery-outer .libpy-gallery-item.libpy-gallery-current {
  z-index: 1060;
}
.libpy-gallery-outer .libpy-gallery-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.libpy-gallery-outer.libpy-gallery-show-after-load .libpy-gallery-item .libpy-gallery-object, .libpy-gallery-outer.libpy-gallery-show-after-load .libpy-gallery-item .libpy-gallery-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.libpy-gallery-outer.libpy-gallery-show-after-load .libpy-gallery-item.libpy-gallery-complete .libpy-gallery-object, .libpy-gallery-outer.libpy-gallery-show-after-load .libpy-gallery-item.libpy-gallery-complete .libpy-gallery-video-play {
  opacity: 1;
}
.libpy-gallery-outer .libpy-gallery-empty-html {
  display: none;
}
.libpy-gallery-outer.libpy-gallery-hide-download #libpy-gallery-download {
  display: none;
}

.libpy-gallery-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.libpy-gallery-backdrop.in {
  opacity: 1;
}

.libpy-gallery-css3.libpy-gallery-no-trans .libpy-gallery-prev-slide, .libpy-gallery-css3.libpy-gallery-no-trans .libpy-gallery-next-slide, .libpy-gallery-css3.libpy-gallery-no-trans .libpy-gallery-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.libpy-gallery-css3.libpy-gallery-use-css3 .libpy-gallery-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.libpy-gallery-css3.libpy-gallery-use-left .libpy-gallery-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.libpy-gallery-css3.libpy-gallery-fade .libpy-gallery-item {
  opacity: 0;
}
.libpy-gallery-css3.libpy-gallery-fade .libpy-gallery-item.libpy-gallery-current {
  opacity: 1;
}
.libpy-gallery-css3.libpy-gallery-fade .libpy-gallery-item.libpy-gallery-prev-slide, .libpy-gallery-css3.libpy-gallery-fade .libpy-gallery-item.libpy-gallery-next-slide, .libpy-gallery-css3.libpy-gallery-fade .libpy-gallery-item.libpy-gallery-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-css3 .libpy-gallery-item {
  opacity: 0;
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-css3 .libpy-gallery-item.libpy-gallery-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-css3 .libpy-gallery-item.libpy-gallery-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-css3 .libpy-gallery-item.libpy-gallery-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-css3 .libpy-gallery-item.libpy-gallery-prev-slide, .libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-css3 .libpy-gallery-item.libpy-gallery-next-slide, .libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-css3 .libpy-gallery-item.libpy-gallery-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-left .libpy-gallery-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-left .libpy-gallery-item.libpy-gallery-prev-slide {
  left: -100%;
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-left .libpy-gallery-item.libpy-gallery-next-slide {
  left: 100%;
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-left .libpy-gallery-item.libpy-gallery-current {
  left: 0;
  opacity: 1;
}
.libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-left .libpy-gallery-item.libpy-gallery-prev-slide, .libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-left .libpy-gallery-item.libpy-gallery-next-slide, .libpy-gallery-css3.libpy-gallery-slide.libpy-gallery-use-left .libpy-gallery-item.libpy-gallery-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
