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

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

.lightbox {
  position: absolute;
  left: 122px !important;
  width: calc(100% - 244px);
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  max-width:100%;
  background:#fff;
  transform:none;
  padding:52px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.5);
}

.lightbox .lb-image {
  display: block;
  height: auto !important;
  width:100% !important;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;

  /* Image border */
  border: 0;
}

.lightbox a img {
  border: none;
}
.lightbox > .lb-outerContainer { padding:0; width:100% !important; max-width:366px; }
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: auto !important;
  height: auto !important;
  margin: 0;
  border-radius:0;
  float:left;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer img { width:100%; }
.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: 34%;
  left: 0;
  float: left;
  /*background: url(../images/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  /*background: url(../images/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0;
  padding-top: 0;
  *zoom: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width:calc(100% - 366px) !important;
  float:left;
}

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

.lb-data {
  padding: 0;
  color: #000;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: left;
  line-height: normal;
  padding:0 85px 0 90px;
  margin:0;
}

.lb-data .lb-details h5 { font-family: 'Roboto-Bold'; font-size:22px; color:#dc3439; padding:0 0 54px; }
.lb-data .lb-details h5 span { color:#231b1b; display:block; font-family: 'Roboto-Regular';  font-size:22px; line-height:34px; }
.lb-data .lb-details p { line-height:32px; color:#231b1b; }

.lb-data .lb-caption { font-weight: normal; font-size:18px; color:#000; line-height:28px; }

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

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #000;
}
.lb-closeContainer { position:absolute; top:40px; right:35px; }
.lb-data .lb-close {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url(../images/close-icon.png) center center no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: 'Oswald-Regular';
  font-size:30px;
  color:#000;
}
.lb-data .lb-close:before { content:''; }
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*.lightboxOverlay{display: none !important;}*/
