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

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #1e222b;
  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(../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-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

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

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

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

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

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 35px;
  *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;
  opacity: 1 !important;
}

.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: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}

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

.lb-data .lb-close::before {
    content: "\f00d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 24px;
    color: #ffffff;
    display: block;
    line-height: 45px;
}
.lb-data .lb-close:hover::before {
    color: #ffffff;
}
.lb-nav a.lb-next:hover::before, .lb-nav a.lb-prev:hover::before {color: #ed9e2d;}
.lb-dataContainer.lightbox-top-bar {
    padding-bottom: 20px;
}

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

@media(max-width:767px){
	.lightboxOverlay, .lightbox{width:100% !important;}
}

@media(max-width:576px) {
	.lb-data .lb-number{font-size: 18px;}
	.lb-dataContainer.lightbox-top-bar span.lb-caption {font-size: 24px;}
	.lb-data .lb-close{width: 30px; height: 30px;}
	.lb-data .lb-close::before{line-height: 30px;}
}