/*------------------------------------------------------------------------------
 LIGHTBOX
 -----------------------------------------------------------------------------*/
#cboxOverlay {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
}

#colorbox {
  z-index: 51;
}

.sg-lightbox-wrap-inner h1 {
  height: 34px;
  padding: 0;
  margin: -25px -20px 20px;
  line-height: 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, top, bottom, from(#9C0707), to(#580806));
  background: -webkit-linear-gradient(top, #9C0707, #580806);
  background: -moz-linear-gradient(top, #9C0707, #580806);
  background: -o-linear-gradient(top, #9C0707, #580806);
  background: linear-gradient(to bottom, #9C0707, #580806);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#9c0707', endColorstr='#580806');
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
}

.sg-lightbox-wrap-inner h1:before {
  height: 0;
  width: 0;
  background: none;
}

.sg-lightbox-wrap {
  padding: 5px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.77);
}

.sg-lightbox-wrap-inner {
  background-color: #FFFFFF;
  padding: 25px 20px;
  max-width: 600px;
  max-height: 400px;
}

.sg-lightbox-close {
  width: 32px;
  height: 32px;
  margin: 0;
  display: block;
  font-size: 18px;
  color: #FFFFFF !important;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
  cursor: pointer;
  border: 1px #4B0704 solid;
  border-color: transparent;
}

.sg-lightbox-close:hover {
  background: -webkit-gradient(linear, top, bottom, from(#AF0808), to(#6C0A07));
  background: -webkit-linear-gradient(top, #AF0808, #6C0A07);
  background: -moz-linear-gradient(top, #AF0808, #6C0A07);
  background: -o-linear-gradient(top, #AF0808, #6C0A07);
  background: linear-gradient(to bottom, #AF0808, #6C0A07);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#af0808', endColorstr='#6c0a07');
  text-decoration: none;
  border-color: #4B0704;
}
