/* Fancybox — minimal recovery styles */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner {
  position: relative;
  zoom: 1;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  background: #fff;
  color: #333;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8010;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

.fancybox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #b5121b;
  color: #fff;
  border: 0;
  border-radius: 50%;
}
