/** 
 * 
 * Lightgallery
 * 
 */


#content #lightgallery {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 1em 0;
}
#lightgallery li {
	list-style-image: none;
	list-style-type: none;
}
.lg-outer {
	background: #666;
}
.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
	background-color: #fff !important;
	color: #000 !important;
}
.lg-outer .lg-toolbar .lg-icon,
.lg-outer .lg-toolbar #lg-counter {
	color: #fff !important;
}
.lg-outer .lg-toolbar {
	background: #B6BB08;
}
.lg-sub-html {
	background: none !important;
	color: #000 !important;
}
.lg-outer .lg {
	padding: 10px 0;
	padding: 57px 0 100px 0;
}
.lg-outer .lg-inner {
	position: relative !important;
}
.lg-outer .lg-thumb-item {
	border-color: transparent !important;
	width: 120px !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: red !important;
}
.lg-actions .lg-prev, .lg-actions .lg-next {
	background-color: #EEEFEE !important;
	color: #999 !important;
	border-radius: 15px !important;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff !important;
	background-color: rgba(168, 36, 41,1.0) !important;
}
