html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
    height: 100%;
  width: 100vw;
}

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  opacity: 1;
  display: none;
  height: 100% !important;
   
 }

.lightbox {
  position: absolute;
  left: 0;
   z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
   width:100% !important;
  height: 100% !important;
  background-color: white;
}

.lightbox .lb-image {
  display: block;
  height: auto;
    text-align: center;
	margin-top:40px;




  /* Image border */
 }
.lightbox .lb-image img {width: auto; height: auto; }

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
   padding: 5% 0 5% 0;
   width: 100% !important;
    margin: 0 auto;
  /* Background color behind image.
     This is visible during transitions. */

}

.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;
  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: 30px;
  height:60px;
  position: absolute;
  left: 20px;
  float: left;
  background: url(../images/prev.png) left center no-repeat;

}

.lb-nav a.lb-prev:hover {
   opacity: 1;
}

.lb-nav a.lb-next {
  width: 30px;
  height: 60px;
  margin-right: 20px;
  float: right;
  background: url(../images/next.png) right center no-repeat;

}

.lb-nav a.lb-next:hover {
   opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
 width:100% !important;
  height: 100% !important;



}

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

.lb-data {
 padding: 0;
  color: #898989;
   width:100% !important;
  height: 100% !important;


}

.lb-data .lb-details {


  text-align: center;
  line-height: 1.1em;
   text-align: center;

}

.lb-data .lb-caption {
  font-size: 1.188em;
  font-weight: bold;
  line-height: 1.2em;
   margin-top:10%;
      width: 100%;
    display: block;

}

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

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #898989;
    display: none !important;
}

.lb-data .lb-close {
  display: block;
  float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2000;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) center center no-repeat;
  text-align: right;
  outline: none;

}

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