.lightboxOverlay {
  opacity: 0.8;
  background-color: #fff;
}

.lb-outerContainer {
  border-radius: 0;
  padding: 0;
  border: solid 10px #093b60;
  background-color: #093b60;
  height: auto !important;
}

.lb-dataContainer {
  border-radius: 0;
  padding: 0;
}

.lightbox .lb-image {
  border: 0;
  border-radius: 0;
  max-width: 980px;
}
.lb-nav a.lb-prev {
  position: absolute;
  top: 50%;
  left: -78px;
  margin-top: -37.5px;
  display: block;
  width: 38px;
  height: 75px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  z-index: 1046;
  box-sizing: border-box;
  background: url("../images/common/i_nav_arrow.png") center center no-repeat;
  background-size: contain;
  opacity: 1;
  transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .lb-nav a.lb-prev:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767.9px) {
  .lb-nav a.lb-prev {
    left: -32px;
    width: 19px;
    height: 38px;
    margin-top: -19px;
  }
}

.lb-nav a.lb-next {
  position: absolute;
  top: 50%;
  right: -78px;
  margin-top: -37.5px;
  display: block;
  width: 38px;
  height: 75px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  z-index: 1046;
  box-sizing: border-box;
  background: url(../images/common/i_nav_arrow.png) center center no-repeat;
  background-size: contain;
  opacity: 1;
}
@media (min-width: 768px) {
  .lb-nav a.lb-next:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767.9px) {
  .lb-nav a.lb-next {
    right: -32px;
    width: 19px;
    height: 38px;
    margin-top: -19px;
  }
}

.lb-data {
  color: #111;
}
.lb-data .lb-caption {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.7;
  padding: 35px;
  display: block;
  color: #b3b9c5;
}
@media (max-width: 767.9px) {
  .lb-data .lb-caption {
    font-size: 1.3rem;
    padding: 13px 13px 20px;
    margin-top: 5px;
    line-height: 1.857;
  }
}
.lb-data .lb-caption h3 {
  font-size: 2.3rem;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 767.9px) {
  .lb-data .lb-caption h3 {
    font-size: 1.6rem;
  }
}

.lb-data .lb-details {
  width: 100%;
  float: none;
}

.lb-data .lb-close {
  background: rgba(255, 255, 255, 0.8) url("../images/common/i_close-l.png") center center no-repeat;
  background-size: 31px auto;
  width: 70px;
  height: 70px;
  float: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
}
@media (min-width: 768px) {
  .lb-data .lb-close:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767.9px) {
  .lb-data .lb-close {
    width: 34px;
    height: 34px;
    background-size: 19px auto;
  }
}

.lb-cancel {
  background: url("../images/common/loading.gif") no-repeat;
}/*# sourceMappingURL=lightbox-custom.css.map */