/*! Swipebox v1.4.4 | Constantin Saguin - csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: #0d0d0d;
}

#swipebox-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

#swipebox-slider {
  height: 100%;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}

#swipebox-slider .slide {
  height: 100%;
  display: inline-block;
  width: 100%;
  line-height: 1px;
  text-align: center;
}

#swipebox-slider .slide img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

#swipebox-action, #swipebox-caption {
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}

#swipebox-caption {
  bottom: 0;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}

#swipebox-action {
  top: 0;
  height: 50px;
}

#swipebox-action #swipebox-close,
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
}

#swipebox-action #swipebox-close {
  right: 0;
}

#swipebox-action #swipebox-prev {
  left: 0;
}

#swipebox-action #swipebox-next {
  right: 50px;
}

.swipebox-no-close-button #swipebox-close {
  display: none !important;
}

#swipebox-caption:empty {
  display: none;
}

.swipebox-touch #swipebox-container {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
}

#swipebox-overlay img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-overlay,
#swipebox-container,
#swipebox-slider,
#swipebox-action,
#swipebox-caption {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
