/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

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

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image, .lightbox .lb-video {
  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 {
  *zoom: 1;
    position: relative;
    background-color: white;
    width: 80%;
    max-width: 1200px;
    min-height: 600px;
    height: auto;
    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: 30px 80px;
  background-color: #fff;
}
img.no_image{
		display: none !important;
	}
@media (max-width:991px){
	.lb-container {
	    padding: 0px;
	}
	.lb-image{
		width: 100% !important;
		margin-top:0 !important;
	}
	.lb-outerContainer{
		min-height: 400px !important;
	}
	.j-overlay-text{
		margin-bottom: 30px;
	}
	
}


.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-prev i{
	position: absolute;
    left: 20px;
    bottom: 20px;
    color: #6F6F6F;
    font-size: 40px;
}
.lb-next i{
	position: absolute;
    right: 20px;
    bottom: 20px;
    color: #000;
    font-size: 40px;
}
.lb-nav a.lb-prev {
  width: 6%;
  left: 0;
  float: left;
  /*background: url(../images/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.3;
  -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: 6%;
  right: 0;
  float: right;
  /*background: url(../images/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.3;
  -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 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;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

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

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
   /*background: url(../images/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-image-post {
    width: 100%;
    /* height: 340px; */
    background-color: #fff;
    /* border: 0px solid #fff; */
    border-radius: 0px 0px 3px 3px;
    float: left;
    margin-left: 0%;
    margin-top: 2%;
	display: none;
	transition: all 0.5s linear;
}
.lightbox .lb-image, .lightbox .lb-video {
	    float: left;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.8);
    margin-top: 4%;
    width: 40%;
    margin-bottom: 5%;
}



.j-poster {
    overflow: hidden;
    margin-bottom: 10px;
    height: 30px;
}

.j-overlay-text {
    overflow: hidden;
    padding: 25px;
    font-size: 18px;
}
.j-poster a {
    color: #3A3A3A;
}
.j-bottom {
    overflow: hidden;
}
a.juicer-button {
    float: left;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    border: 2px solid #F17E6F;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #F17E6F;
    text-align: center;
    padding: 12px 0 10px;
    cursor: pointer;
    background-color: transparent;
    padding: 12px 35px;
}
.j-poster img {
    float: left;
    width: 30px;
    margin-bottom: 0;
    margin-right: 7px;
}
.j-poster h3 {
    float: left;
    margin: 4px 0 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    max-width: 67%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: none;
    color: #3A3A3A;
    line-height: 20px;
    text-transform: uppercase;
}
.j-poster .j-date {
    float: right;
    font-size: 14px;
    margin-top: 4px;
    color: #a0a0a0;
}
.j-overlay-text .message {
    margin-bottom: 25px;
    text-align: left;
}
.j-poster-title, .j-poster-message {
    margin-bottom: 25px;
    text-align: left;
    line-height: initial;
}
.lb-image-post {
	line-height: 1;
}
.wrap-social-light{
	position: absolute;
	bottom: 9%;
}
.wrap-social-light i{
	padding: 10px;
}

#lb-moreimages{
  float: left;
    clear: both;
    width: 40%;
    text-align: left;
}

#lb-moreimages .moreimages{
  margin: 0px 1% 20px;
    width: 31%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    cursor: pointer;
}
