/**
 * Colorbox Core Style
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

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

#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 {
  overflow: visible;
  width: auto;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0; }

#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
  outline: 0; }

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

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

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

#cboxOverlay {
  background: #000; }

#colorbox {
  background: #fff url(bg_tab.png) center bottom repeat-x;
  box-shadow: 3px 3px 16px #333;
  outline: 0; }

#colorbox, #colorbox div:not(#cboxTitle) {
  overflow: visible; }

#cboxTopLeft {
  width: 0;
  height: 0; }

#cboxTopCenter {
  height: 0; }

#cboxTopRight {
  width: 0;
  height: 0; }

#cboxBottomLeft {
  width: 15px;
  height: 10px; }

#cboxBottomCenter {
  height: 10px; }

#cboxBottomRight {
  width: 15px;
  height: 10px; }

#cboxMiddleLeft {
  width: 0; }

#cboxMiddleRight {
  width: 0; }

#cboxContent {
  background: #fff;
  overflow: hidden;
  margin: 55px 0 28px 0;
  text-align: center; }

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

#cboxTitle {
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  display: table-cell !important;
  float: none !important;
  color: #313131;
  font-family: 'pt_serifregular', serif;
  font-size: 1.1em;
  vertical-align: middle;
  overflow: overlay;
  height: 1.4em;
  margin: 0 3% 0 6%;
  padding: 0 1.3em 0 0; }

#cboxCurrent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  color: #313131; }

.cboxSlideshow_on #cboxSlideshow {
  display: none; }

.cboxSlideshow_off #cboxSlideshow {
  display: none; }

#cboxPrevious {
  position: absolute;
  bottom: -30px;
  left: 37%;
  background: url(../../../modules/pretty_calendar/themes/round/arrows.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px; }
  #cboxPrevious:hover {
    background-position: -20px 0; }

#cboxNext {
  position: absolute;
  bottom: -30px;
  right: 36.3%;
  background: url(../../../modules/pretty_calendar/themes/round/arrows.png) no-repeat 0 -20px;
  width: 20px;
  height: 20px;
  text-indent: -9999px; }
  #cboxNext:hover {
    background-position: -20px -20px; }

#cboxLoadingOverlay {
  background: #e6e6e6; }

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

#cboxClose {
  position: absolute;
  top: -49px;
  right: 6px;
  text-indent: -9999px;
  font-size: 25px;
  display: block;
  width: 1em;
  height: 1em;
  background: #fff; }
  #cboxClose:hover:after,
  #cboxClose:hover:before {
    background: black; }
  #cboxClose:after,
  #cboxClose:before {
    content: '';
    display: block;
    width: 0.7em;
    height: 1px;
    background: grey;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: background-color 0.35s, color 0.15s;
    transition: background-color 0.35s, color 0.15s;
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  #cboxClose:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  #cboxClose:after {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }
