body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  top: 0;
  left: 0;
  z-index: 28;
  background-color: #fff;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); */
  /*opacity: 0.8;*/
  display: none;
  height: 100% !important;
  position: fixed !important;
  width: 100% !important;
}

.lightbox {
  left: 0;
  width: 100%;
  z-index: 29;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  align-items: center;
  height: 100%;
  position: fixed !important;
  top: 0 !important;
  justify-content: center;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: 1028px;
  max-height: 460px;
  border-radius: 40px;
  object-fit: cover;
  width: 100%;
  opacity: 1 !important;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  z-index: 1;
  /* Background color behind image.
       This is visible during transitions. */
  /* background-color: #fafafa; */
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: initial;
  height: 100%;
  max-height: 64px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  max-width: 312px;
  width: 100%;
  margin: 28px auto 0;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  background-color: #fe6d2a;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  left: 0;
  float: left;
  background-image: url(./img/arrow-prev.svg);
  transition: 0.4s ease-in-out;
}

.lb-nav a.lb-prev:hover {
  cursor: pointer;
  background-color: #454545;
  transition: 0.4s ease-in-out;
}

.lb-nav a.lb-next {
  right: 0;
  float: right;
  background-image: url(./img/arrow-next.svg);
  transition: 0.4s ease-in-out;
}

.lb-nav a.lb-next:hover {
  cursor: pointer;
  background-color: #454545;
  transition: 0.4s ease-in-out;
}

.lb-dataContainer {
  margin: 0 auto 26px;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 1 !important;
}

.lb-dataContainer:nth-child(2) {
  margin: 0 auto;
  padding-top: 0;
  width: 100%;
  position: relative;
  /* opacity: 1 !important; */
  display: block !important;
  max-width: 1028px !important;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0;
  color: #ccc;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: absolute;
  right: 0;
  top: -64px;
  height: 656px;
  justify-content: flex-end;
}

.lb-data .lb-details {
  width: 100%;
  text-align: center;
  letter-spacing: 0.0015em;
  font-weight: 300;
  font-size: 23px;
  line-height: 120%;
  color: #173b66;
  font-family: "Idealist-Sans";
  position: absolute;
  bottom: 60px;
}

/* .lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
} */

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.09px;
  font-family: "Satoshi", sans-serif;
  color: #454545;
}

.lb-closeContainer {
  position: relative;
}

.lb-data .lb-close {
  display: block;
  position: absolute;
  top: 72px;
  right: 16px;
  float: right;
  width: 56px;
  height: 56px;
  background-image: url(./img/close.svg);
  background-color: #fe6d2a;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: right;
  outline: none;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}

.lb-data .lb-close:hover {
  background-color: #454545;
  transition: 0.4s ease-in-out;
}

.lb-number .current {
  color: #fe6d2a;
}

@media screen and (max-width: 1299px), (max-height: 860px) {
  .lightbox .lb-image {
    max-height: 460px;
  }

  .lb-data {
    height: 594px;
  }

  .lb-data .lb-details {
    bottom: 0;
  }
}

@media screen and (max-width: 1199px), (max-height: 750px) {
  .lightbox .lb-image {
    max-height: 400px;
  }

  .lb-data {
    height: 534px;
  }
}

@media screen and (max-width: 768px), (max-height: 750px) {
  .lightbox .lb-image {
    max-height: 400px;
  }

  .lb-data {
    height: 534px;
  }
}

@media screen and (max-width: 600px) {
  .lightbox .lb-image {
    max-height: 260px;
  }

  .lb-data {
    height: 399px;
  }
}

@media screen and (max-width: 420px) {
  .lightbox .lb-image {
    height: 180px !important;
  }

  .lb-data {
    height: 314px;
  }
}
