/**
 * ColorBox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  /*overflow: hidden;*/
  overflow: visible;
}
#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 {
  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;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Colorbox module default style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
#cboxOverlay {
  background: #252525;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 40px;
  overflow: visible;
  background: #000;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
/*#cboxLoadedContent {
  margin-top: 40px;
}*/
/*#cboxTitle {
  font-family: "GeogrotesqueW02-Regular1185222", Tahoma, Geneva, sans-serif;
  position: absolute;
  background: rgba(45, 45, 54, 0.8);
  bottom: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 18px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #cboxTitle {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
}*/
#cboxTitle {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: rgba(45, 45, 54, 0.8);
  border-radius: 2px;
  color: #ffffff;
  cursor: default;
  font-family: "GeogrotesqueW02-Regular1185222", Tahoma, Geneva, sans-serif;
  font-size: 15px;
  line-height: 18px;
  height: 44px;
  margin: -13px 0 0 0;
  overflow: hidden;
  padding: 14px 20px 12px;
  position: absolute;
  text-overflow: ellipsis;
  top: -35px;
  width: 100%;
  width: calc(100% - 100px);
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  #cboxTitle {
    font-size: 20px;
    height: 50px;
    line-height: 24px;
    top: -40px;
  }
}
#cboxTitle:hover {
  height: auto;
  overflow: visible;
  white-space: normal;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 60px;
  color: #949494;
  text-indent: -999em;
  display: none !important;
}
      .cboxSlideshow_on #cboxSlideshow {
        position: absolute;
        bottom: 0px;
        right: 30px;
        background: url(images/controls.png) -75px -50px no-repeat;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -101px -50px;
      }
      .cboxSlideshow_off #cboxSlideshow {
        position: absolute;
        bottom: 0px;
        right: 30px;
        background: url(images/controls.png) -49px -50px no-repeat;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -25px -50px;
      }
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -38px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
#cboxPrevious {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*top: 0;*/
  right: 64px;
  background-image: url(../images/colorbox/colorbox-previous.png);
  text-indent: -9999px;
}
#cboxNext {
  /*position: absolute;*/
  /*top: 0;*/
  /*bottom: 0;*/
  right: 32px;
  background-image: url(../images/colorbox/colorbox-next.png);
  text-indent: -9999px;
}
      #cboxLoadingOverlay {
        background: #000;
      }
      #cboxLoadingGraphic {
        background: url(images/loading_animation.gif) center center no-repeat;
      }
#cboxClose {
  /*position: absolute;*/
  /*top: 0;*/
  /*bottom: 0;*/
  right: 0px;
  background-image: url(../images/colorbox/colorbox-close.png);
  text-indent: -9999px;
  transition: all 0.2s ease;
}
/*#cboxClose:before {
  content: "";
  display: block;
  text-indent: -999em;
  height: 50px;
  width: 120px;
  background-color: rgba(45, 45, 54, 0.8);
  top: -15px;
  position: absolute;
  right: -20px;
  border-radius: 0 2px 2px 0;
  z-index: -1;
}*/

/* The following are fixes for IE. */
.cboxIE6 #cboxTitle {
  background: #fff;
}
