.photo-hover {
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color:#fff;
	opacity:0.2;
}
.photo-hover > i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.gallery a:hover span.photo-hover {
	opacity:1
}

.lg-backdrop {
	z-index: 1100;
}
.lg-backdrop.in {
	opacity: 0.95;
}
.lg-outer .lg-thumb-outer {
	background-color: #eee;
}
.lg-outer .lg-toogle-thumb {
	background-color: #eee;
	left: 20px;
}
.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover,
.lg-toolbar .lg-icon:hover
{
	color: #fff;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #999;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(255,255,255,.45);
	color:#333;
}
.lg-toolbar .lg-icon {
	color: #ccc;
}
.lg-toolbar .lg-icon {
	height:48px;
}
.lg-outer .lg-img-wrap {
	padding: 60px 0;
}
.lg-outer {
	z-index:9999;
}
.lg-sub-html {
	color: #fff;
	font-size: 12px;
	bottom: 0px;
}