/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

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

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

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

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

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

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  opacity: .92;
  background: #111;
  filter: alpha(opacity=92);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
  margin-top: 32px;
  background: #000;
}

.cboxIframe {
  background: #FFF;
}

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

#cboxLoadedContent {
  padding: 0;
  background: #000;
}

#cboxLoadingGraphic {
  background: url(img/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  font-family: Georgia;
  font-size: 14px;
  margin-top: 25px;
  margin-left: 3px;
  color: #FFF;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  font-size: 19px;
  position: absolute;
  top: 120px;
  right: 0;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #FFD24C;
  border: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxSlideshow:hover,
#cboxClose:hover {
  text-decoration: underline;
}

#cboxNext {
  right: -96px;
  top: 230px;
  text-indent: -9999px;
  width: 21px;
  height: 35px;
  background-image: url(img/next-arrow.png);
}

#cboxPrevious {
  left: -75px;
  top: 230px;
  text-indent: -9999px;
  width: 21px;
  height: 35px;
  background-image: url(img/previous-arrow.png);
}

#cboxClose {
  right: -120px;
  top: 40px;
  width: 74px;
  height: 31px;
  text-indent: -9999px;
  background-image: url(img/close-icon.png);
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

.colorbox-button-sep {
  font-family: KorolevCompressed-Bold;
  font-size: 19px;
  position: absolute;
  top: 120px;
  right: 0;
  color: #FFD24C;
}
.colorbox-button-sep.colorbox-button-sep-1 {
  top: 117px;
  right: 145px;
}
.colorbox-button-sep.colorbox-button-sep-2 {
  top: 117px;
  right: 248px;
}

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