#cboxOverlay {
  background: #262626; }

#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxTopLeft,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomRight,
#colorbox #cboxBottomCenter,
#colorbox #cboxTopCenter {
  background: none; }

#colorbox #cboxContent {
  overflow: visible;
  border-radius: 5px;
  background: none; }

#colorbox #cboxLoadedContent {
  margin-bottom: 0;
  overflow: hidden !important;
  border-radius: 10px;
  background: #fff; }

#cboxClose {
  bottom: 100%;
  right: auto;
  left: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background-image: none; }
  #cboxClose::before, #cboxClose::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #cccccc;
    height: 2px;
    margin-top: -2px; }
  #cboxClose::before {
    transform: rotate(45deg); }
  #cboxClose::after {
    transform: rotate(-45deg); }

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 10000003; }


/*# sourceMappingURL=lightbox-assets-318da6f71a54b2466a11.css.map*/