@charset "UTF-8";
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #d1d1d1;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  background: #fff;
  overflow: hidden;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 28px;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  outline: 0;
  max-width: 95vw !important;
  left: 50% !important;
  transform: translateX(-50%);
}
#colorbox * {
  max-width: 100%;
}

.colorbox {
  overflow-y: scroll;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.colorbox img {
  margin: 0 auto;
  display: inline-block;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #333;
  background: #fff;
  border-radius: 50%;
  text-indent: 0;
  line-height: 30px;
  text-align: center;
}
#cboxClose:hover {
  color: #000;
  background: #f5f5f5;
}
#cboxClose::before {
  content: "×";
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

#cboxLoadingOverlay {
  background: rgba(255, 255, 255, 0.8);
}

#cboxLoadingGraphic {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" stroke="%23ddd" stroke-width="8" fill="none"/><circle cx="50" cy="50" r="40" stroke="%23333" stroke-width="8" fill="none" stroke-dasharray="60 200" stroke-linecap="round"><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="1s" repeatCount="indefinite"/></circle></svg>') no-repeat center center;
  background-size: 50px 50px;
}

#cboxPrevious,
#cboxNext {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  width: 50px !important;
  height: 50px !important;
  background: rgba(0, 0, 0, 0.6) !important;
  border-radius: 50%;
  z-index: 9999;
  text-indent: -9999px;
  border: 2px solid #fff !important;
  margin-top: -25px !important;
  opacity: 1 !important;
  cursor: pointer !important;
  filter: none !important;
  pointer-events: auto !important;
}
#cboxPrevious::after,
#cboxNext::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
#cboxPrevious.cboxDisabled,
#cboxNext.cboxDisabled {
  opacity: 0.3 !important;
  cursor: default !important;
}

#cboxPrevious {
  left: 20px !important;
}
#cboxPrevious::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}

#cboxNext {
  right: 20px !important;
}
#cboxNext::after {
  transform: translate(-70%, -50%) rotate(45deg);
}

#cboxCurrent {
  bottom: -30px !important;
  position: absolute !important;
  width: 100% !important;
  text-align: center !important;
  color: #fff !important;
  font-weight: bold !important;
}

/*# sourceMappingURL=colorbox.css.map */
