@import url("https://use.typekit.net/xsg4ciz.css");

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

#lightboxOverlay {
  height: 100% !important;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100% !important;
}

.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 !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: auto;
  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/basics/md-next-animation.gif") no-repeat;
  background-size: 30px auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 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%;
  width: 10%;
  margin: 0 40px 0 40px;
  display: block;
}

.lb-nav a.lb-prev {
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  background: url("../img/basics/md-prev-animation.gif") no-repeat;
  background-position: left 50%;
  background-size: 50px 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

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

.lb-nav a.lb-next {
  position: fixed;
  top: 0;
  right: 0;
  float: right;
  background: url("../img/basics/md-next-animation.gif") no-repeat;
  background-position: right 50%;
  background-size: 50px 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

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

.lb-dataContainer {
  margin: 0 auto;
  padding: 10px 0 40px 0;
}

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

.lb-data {
  color: black;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: left;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 180%;
  font-style: normal;
}

.lb-data .lb-caption {
}

.lb-data .lb-caption span {
 font-size: 15px;
 font-weight: 300;
 color: #706F6F;
}

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

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

.lb-data .lb-close {
  position: fixed;
  top: 30px;
  right: 45px;
  display: block;
  float: right;
  width: 23px;
  height: 23px;
  background: url("../img/basics/close.svg") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index: 99999999;
}

.lb-data .lb-close:hover {
  background: url("../img/basics/close-hover.svg") top right no-repeat;
  cursor: pointer;
}

@media all and (max-width: 1024px) {
  .lb-data .lb-close {
      right: 15px;
  } 
    
  .lb-prev, .lb-next {
      width: 25%;
      margin: 0;
    }
    
  .lb-nav a.lb-prev {
      background-position: left 75%;
      background-size: 30px auto;
    }
    
  .lb-nav a.lb-next {
      background-position: right 75%;
      background-size: 30px auto;
    }
}

@media all and (max-width: 600px) {
  .lb-data .lb-close {
      top: 15px;
  }  
}



