/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-image: url(soft.png);
  display: none;
}
  


/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 10000;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size:0.9em;
  font-weight: 400;
  line-height: 1.2em;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  }
  
#lightboxOverlay, #lightbox {width:100% !important;height:100% !important;overflow-y:hidden;position:fixed}

/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: 100% !important;
  height: auto !important;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: #cbc4bd;
  *zoom: 1;
  margin: -55px auto 0 auto;
  width:auto !important;
  height:auto !important;
  margin: 0 auto 0 auto;
  flex-direction: column;
  justify-content: top
  }

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px 10px 8px 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 50%;
  left: 0%;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top:-16px;
}

#lightbox .lb-container .lb-loader img {width:32px !important;height:32px !important}

.lb-closeContainer a {position: relative;left:z-index: 1000}
.lb-closeContainer a img, .lb-prev, .lb-next {cursor: pointer !important}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev {
  background: url(prev.gif) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next {
  background: url(next.gif) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
  width: 100% !important;
  background-color: #cbc4bd;
  z-index: 1010;
  position: relative;
  }
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  width:calc(100% - 20px);
  }
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  letter-spacing:0.01em;
  text-align: left;
  margin-bottom:10px;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 1em;
  color: #000;
  }
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  font-family: 'Open Sans', sans-serif;
  font-size:0.9em;
  font-weight: 400;
  padding: 5px 0 10px 0;
  color: #6d6d6d;
  }
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 30px;
  float: right;
  outline: none;
  }
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
