#colorbox, #cboxOverlay, #cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cboxIframe {
  border: 0 none;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}
#cboxOverlay {
  background: none repeat scroll 0 0 #000;
  opacity: 0.8;
}
#colorbox {
  outline: 0 none;
}
#cboxContent {
  background: none repeat scroll 0 0 #000;
  margin-top: 37px;
  overflow: visible;
}
.cboxIframe {
  background: none repeat scroll 0 0 #000;
}
#cboxError {
  border: 1px solid #ccc;
  padding: 50px;
}
#cboxLoadedContent {
  background: none repeat scroll 0 0 #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url("../images/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#cboxLoadingOverlay {
  background: none repeat scroll 0 0 #000;
}
#cboxClose:after {
  content: " \2715";
  font-size: 18px;
  line-height: 23px;
}
.lang-en #cboxClose:after {
  content: " \2715";
}
.ie8 #cboxClose:after {
  content: " x";
}
.ie8 .lang-en #cboxClose:after {
  content: " x";
}
#cboxClose {
  background: none #007bc7;
  border: 0 none;
  color: white;
  font-size: 18px;
  height: 26px;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -37px;
  right: 0;
  width: 94px;
  cursor: pointer;
  white-space: nowrap;
}

#cboxClose:active {
  outline: 0 none;
}
#cboxClose:hover {
  background: none #154273;
}