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

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.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(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

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

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

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 20px;
  height: 36px;
  background: url(../images/modal/prev.svg) no-repeat;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}


.lb-nav a.lb-next {
  width: 20px;
  height: 36px;
  background: url(../images/modal/next.svg) no-repeat;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  margin-top: 34px;
  text-align: center;
}

.lb-data .lb-caption {
  font-family: 'Montserrat', 'sans-serif';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
color: #fff;
}

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

.lb-data .lb-number {
  display: block;
  clear: left;
  color: #FFF;
  font-family: 'Montserrat', 'sans-serif';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: 50px;
}

.lb-data .lb-close {
  display: block;
  position: absolute;
  right: 50px;
  top: -15px;
  width: 70px;
  height: 70px;
  background: url(../images/modal/CloseLb.svg) top right no-repeat;
  text-align: right;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}

@media (max-width: 1280px) {
  .lb-nav a.lb-prev {
    display: none;
  }
  
  
  .lb-nav a.lb-next {
   display: none;
  }

  .lb-data .lb-close {
    display: block;
    position: absolute;
    left: 10px;
    top: -45px;
    width: 40px;
    height: 40px;
    background: url(../images/modal/Cross.svg) top right no-repeat;
    text-align: right;
    outline: none;
  }

  .lb-data .lb-number {
    top: -37px;
    right: 10px;
    left: auto;
  }

  .lb-data .lb-details {
    text-align: left;
  }

  .lb-data .lb-caption {
    font-family: 'Open Sans', 'sans-serif';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .elementor-widget-ilikai-gallery-item a {
    cursor: default !important;
  }

  .lightboxOverlay, .lightbox {
    display: none !important;
  }
  
}