.lb-loader,.lightbox{
	text-align:center;
	line-height:0;
	position:absolute;
	left:0;
	border: 0;
	text-decoration: none;
	list-style-type: none;
}
body.lb-disable-scrolling{
	position: inherit;
	overflow: hidden !important;
	-webkit-overflow-scrolling: hidden !important;
	text-decoration: none;
	list-style-type: none;
}
.lightboxOverlay{
	position:fixed;
	width: 100% !important;
	height: 100% !important;
	top:0;
	left:0;
	z-index:9999;
	background-color:#00000040;
	filter:alpha(Opacity=80);
	opacity:.85;
	display:none;
	overflow:hidden!important;
	-webkit-overflow-scrolling:hidden!important;
	text-decoration: none;
	list-style-type: none;
	border: none !important;
	outline: none !important;
	outline-width: 0 !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.lightbox{
	position: fixed;
	/*/width: 100%;/*/
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	z-index:10000;
	font-weight:400;
	outline:0;
}
.lightbox .lb-image{
	display:block;
	height:auto;
	max-width:inherit;
	max-height:none;
	-webkit-box-shadow: 0px 0px 80px 0px #0000008a;
	-moz-box-shadow: 0px 0px 80px 0px #0000008a;
	-ms-box-shadow: 0px 0px 80px 0px #0000008a;
	-o-box-shadow: 0px 0px 80px 0px #0000008a;
	box-shadow: 0px 0px 80px 0px #0000008a;
}
.lightbox a img{
	border:none;
	display: inline-block;
}
.lb-outerContainer{
	position:relative;
	width:250px;
	height:250px;
	margin:0 auto;
	background-color:#fff;
}
.lb-outerContainer:after{
	content:"";
	display:table;
	clear:both;
}
.lb-loader{
	top:43%;
	height:25%;
	width:100%;
}
.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:0;
	background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,.lb-prev{
	height:100%;
	cursor:pointer;
	display:block;
}
.lb-nav a.lb-prev{
	width:35%;
	left: -50px;
	position: absolute;
	float:left;
	background:url(../images/hled-prev.png) left 48.5% no-repeat;
	filter:alpha(Opacity=0);
	opacity:0;
	-webkit-transition:opacity .6s;
	-moz-transition:opacity .6s;
	-o-transition:opacity .6s;
	transition:opacity .6s;
}
.lb-nav a.lb-prev:hover{
	filter:alpha(Opacity=100);
	opacity:1;
}
.lb-nav a.lb-next{
	width:64%;
	right: -50px;
	position: absolute;
	float:right;
	background:url(../images/hled-next.png) right 48.5% no-repeat;
	filter:alpha(Opacity=0);
	opacity:0;
	-webkit-transition:opacity .6s;
	-moz-transition:opacity .6s;
	-o-transition:opacity .6s;
	transition:opacity .6s;
}
.lb-nav a.lb-next:hover{
	filter:alpha(Opacity=100);
	opacity:1;
}
.lb-dataContainer{
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
		background: #262f36;
	width:100%;
}
.lb-dataContainer:after{
	content:"";
	display:table;
	clear:both;
}
.lb-data{
	padding:0 4px;
	color:#fff;
}
.lb-data .lb-details{
	width:85%;
	padding-left: 10px;
	float:left;
	text-align:left;
	line-height:1.1em;
}
.lb-data .lb-caption{
	font-size:13px;
	font-weight:700;
	line-height:1em;
}
.lb-data .lb-caption a{
	text-decoration: none;
	list-style-type: none;
}
.lb-data .lb-number{
	display:block;
	clear:left;
	padding-bottom:1em;
	font-size:12px;
	color:#858c91;
}
.lb-data .lb-close{
	display:block;
	float:right;
	margin-top: 5px;
	margin-right: 10px;
	width:10px;
	height:10px;
	background:url(../images/hled-close-icon-ltgrey.svg) top right no-repeat;
	-webkit-background-size: contain; 
	-moz-background-size: contain; 
	-o-background-size: contain;
	background-size: contain;
	text-align:right;
	outline:0;
	filter:alpha(Opacity=70);
	opacity:.7;
	-webkit-transition:opacity .2s;
	-moz-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s;
}
.lb-data .lb-close:hover{
	background:url(../images/hled-close-icon-green.svg) top right no-repeat;
	-webkit-background-size: contain; 
	-moz-background-size: contain; 
	-o-background-size: contain;
	background-size: contain;
	cursor:pointer;
	filter:alpha(Opacity=100);
	opacity:1;
}

				@media screen and (max-width:1366px) { 
					.lb-nav a.lb-prev { opacity: 1; left: 0px; background:url(../images/hled-prev.png) left 51.5% no-repeat; }
					.lb-nav a.lb-next { opacity: 1; right: 0px; background:url(../images/hled-next.png) right 51.5% no-repeat; }
				}