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

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

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

.lightbox .lb-image {
  display: inline ;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0px;
}

.lightbox a img {
  border: none;
}
.lb-Container{
    display: flex;
  justify-content: center;
  align-items: center;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: auto;
  max-height: 100% !important;
  min-height: 100% !important;
  min-width:84%;
  max-width:92%;
  margin: 0 auto;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
  display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.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: none;
}
.lb-loader::after{
    position:absolute;
    top:50%;
    left:50%;
    content:"Loading...";
    -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   font-size:18px;
	line-height:21px;
	letter-spacing:0.05em;
	font-style:normal;
	font-weight:400;
	text-align:center;
	text-decoration:none;
	color:#252525;
}

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

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

.lb-nav a {
  outline: none;
}

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

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}



.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: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  position:fixed;
  left:3.2%;
  bottom:32px;
  	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
	text-decoration:none !important;
	text-align:left;
	text-decoration:none;
	color:#000 !important;
	width:88%;
}

.lb-data .lb-caption a {
  color:#000 !important;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  position:fixed;
  right:3.2%;
  bottom:32px;
  font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
	text-decoration:none !important;
	text-align:right;
	text-decoration:none;
	color:#000 !important;
}

.lb-data .lb-close {
    position:fixed;
  display: block;
  top:0;
  right:0;
  width: 100%;
  height: 100px;
  background: none;
  text-align: right;
  outline: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index:999999;
}
.lb-data .lb-close::after{
    position:absolute;
    top:32px;
    right:3.2%;
    content:"Close";
   font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
	text-decoration:none !important;
	text-align:right;
	text-decoration:none;
	color:#000 !important;
	z-index:2000;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 727px) {

.lb-data .lb-close {
    position:relative;
  display: block;
  float: right;
  width: 80px;
  height: 32px;
  }
    
.lb-data .lb-close::after{
    position:absolute;
    top:0px;
    right:0px;
    content:"Close";
    font-size:16px;
	line-height:16px;
}

.lb-data .lb-number {
  right:4%;
  bottom:24px;
  	font-size:14px;
	line-height:14px;
}

.lb-data .lb-caption {
  position:fixed;
  left:4%;
  bottom:24px;
  	font-size:14px;
	line-height:14px;
}

    
} /*Query End*/