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

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgb(253 130 4 / 65%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 1;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - (0rem * 2)) !important;
}

.lightbox {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  margin: 3.75rem auto;
  position: absolute;
  text-align: center;
  top: 50% !important;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  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(../img/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-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 40px;
  left: -30px;
  float: none;
  background: transparent;
  opacity: 1;
  background-image: none;
  position: absolute;
  height: 40px;
  top: 50%;
}

.lb-nav a.lb-next {
  	width: 40px;
	right: -30px;
	float: none;
	background: transparent;
	opacity: 1;
	background-image: none;
	position: absolute;
	height: 40px;
	top: 50%;
}

.lb-nav a.lb-prev::before {
    content: "\f104";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
}

.lb-nav a.lb-next::before {
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
}

.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 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

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

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  background-color: #54575a;
  text-align: center;
  outline: none;
  opacity: 1;
  border-radius: 50%;
  position: relative;
}

.lb-data .lb-close::before {
    content: "\f00d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: block;
    line-height: 35px;
}
.lb-dataContainer.lightbox-top-bar {
    padding-bottom: 10px;
}

.lb-dataContainer.lightbox-top-bar span.lb-caption {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}
.lb-dataContainer.lightbox-bottom-bar .lb-details {
    width: 100%;
}