/* Preload images */
body:after {
  content: url('https://coworker-media.s3.amazonaws.com/template/img/close.png') url('https://coworker-media.s3.amazonaws.com/template/img/loading.gif') url('https://coworker-media.s3.amazonaws.com/template/img/prev.png') url('https://coworker-media.s3.amazonaws.com/template/img/next.png');
  display: none;
}

.lightboxOverlay {
	background:rgba(0,0,0,0.9);
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999999;
}

#lightbox {
  display: none;
  position: fixed !important;
  width: 100%;
  height:100%;
  top:0 !important;
  z-index: 999999;
}

/*.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}*/

.lightbox a img {
  border: none;
}

.lb-outerContainer {
/*  background-color: white;*/
  *zoom: 1;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.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-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: 50;
   height:55px;
  left: 90px;
  float: left;
  background:transparent url(https://coworker.imgix.net/template/img/img_arrow_left.png) left top no-repeat;
}

/*.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}*/

.lb-nav a.lb-next {
  width: 50;
   height:55px;
  right: 90px;
  float: right;
  background:url(https://coworker.imgix.net/template/img/img_arrow_right.png) right top no-repeat;
}

/*.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}*/

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-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;  display: none;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: none;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
display: table-cell;
    height: 20px;
    position: relative;
    vertical-align: middle;
    width: 20px;
   background:url(../img/close.png) top right no-repeat;
   background-size:20px;
}

.lb-closeContainer {
  background: #00d191 ;
  border-radius: 100%;
  height: auto;
  padding: 10px;
  position: absolute;
  right: 260px;
  top: 20px;
  width: auto;
  z-index: 99999; cursor:pointer;
}
/*.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}*/

.lightbox .lb-image {
  border: 5px solid #fff;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
   background:transparent !important;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
   -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transition: opacity 0.5s linear 0s !important;
}
