.group:before,
.group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
.lightGallery {
	overflow: hidden!important;
}
#lightGallery-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	opacity: 1;
	transition: opacity 0.35s ease;
	background: rgba(240,240,240,0.9);
}
#lightGallery-outer .lightGallery-slide {
	position: relative;
}
#lightGallery-Gallery.opacity {
	opacity: 1;
	transition: opacity 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
	opacity: 1;
}
#lightGallery-Gallery.fadeM {
	opacity: 0;
	transition: opacity 0.5s ease 0s;
}
#lightGallery-Gallery {
	height: 100%;
	opacity: 0;
	width: 100%;
	position: relative;
	transition: opacity 1s ease 0s;
}
#lightGallery-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	white-space: nowrap;
}
#lightGallery-slider .lightGallery-slide {
	background: url(../images/loading.gif) no-repeat scroll center center transparent;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
}
#lightGallery-slider .lightGallery-slide.complete {
	background-image: none;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide > * {
	opacity: 0;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete > * {
	opacity: 1;
}
#lightGallery-slider.slide .lightGallery-slide,
#lightGallery-slider.useLeft .lightGallery-slide {
	position: absolute;
	opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	position: absolute;
	left: 0;
	opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
	position: absolute;
	left: 0;
}
#lightGallery-slider.fadeM .current {
	opacity: 1;
	z-index: 9;
}
#lightGallery-slider .lightGallery-slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#lightGallery-Gallery.opacity .lightGallery-slide img,
#lightGallery-Gallery.opacity .lightGallery-slide iframe {
	transform: scale3d(1, 1, 1);
}
.lightGallery-slide img,
.lightGallery-slide iframe {
	transform: scale3d(0.5, 0.5, 0.5);
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide img,
#lightGallery-Gallery.fadeM .lightGallery-slide iframe {
	transform: scale3d(0.5, 0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
	opacity: 1;
	transition: opacity 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
	transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
	opacity: 1 !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.useLeft .lightGallery-slide {
	left: 100%;
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
	opacity: 1 !important;
	left: 0% !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
	opacity: 0;
	left: -100%;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
	opacity: 0;
	left: 100%;
}
#lightGallery-slider.slide.on .lightGallery-slide,
#lightGallery-slider.slide.on .current,
#lightGallery-slider.slide.on .prevSlide,
#lightGallery-slider.slide.on .nextSlide {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
#lightGallery-slider.speed .lightGallery-slide,
#lightGallery-slider.speed .current,
#lightGallery-slider.speed .prevSlide,
#lightGallery-slider.speed .nextSlide {
	transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide,
#lightGallery-slider.timing .current,
#lightGallery-slider.timing .prevSlide,
#lightGallery-slider.timing .nextSlide {
	transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	border:none!important;
	outline:solid 10px #ffffff;
	outline-offset:-10px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.thumb_cont {
	text-align:center;
}
.thumb_inner {
	margin:0 auto!important;
}
@-webkit-keyframes rightEnd {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@keyframes rightEnd {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes leftEnd {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@keyframes leftEnd {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
.lightGallery-slide .object.rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lightGallery-slide .object.leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
#lightGallery-action {
	bottom: 20px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	z-index: 9;
}
#lightGallery-action.hasThumb {
	margin-left: -46px;
}
#lightGallery-action a {
	margin: 0 3px 0 0 !important;
	border-radius: 2px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: inline-block !important;
	vertical-align: middle;
	font-size: 16px;
	width: 28px;
	height: 28px;
	color: #444444;
	cursor: pointer;
	font-family:FontAwesome;
}
#lightGallery-action a.disabled {
	opacity: 0.6;
	cursor: default;
	background-color: #000;
}
#lightGallery-action a#lightGallery-prev:before {
	left: 8px;
}
#lightGallery-action a#lightGallery-next:after {
	left: 11px;
}
#lightGallery-action a#lightGallery-prev:before,
#lightGallery-action a#lightGallery-next:after {
	bottom: 4px;
	position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
	font-size: 23px;
	content: "\f104";
}
#lightGallery-action a#lightGallery-next:after {
	font-size:23px;
	content: "\f105";
}
#lightGallery-action a.cLthumb:after {
	font-family:FontAwesome;
	content: "\f00a";
	left: 5px;
	bottom: 4px;
	font-size: 18px;
	position: absolute;
}
#lightGallery_counter {
	bottom: 52px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	color: #FFFFFF;
}
#lightGallery-Gallery .thumb_cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #000000;
	transition: max-height 0.4s ease-in-out;
	z-index: 9;
	max-height: 0;
	opacity: 0;
}
#lightGallery-Gallery .thumb_cont.open {
	max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	margin-left: -12px;
	padding: 12px;
	max-height: 290px;
	overflow-y: auto;
	box-sizing: content-box;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
	background-color: #222;
	padding:3px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
	color: #FFFFFF;
	display: block;
	float: right !important;
	width: 28px;
	position: relative;
	height: 28px;
	border-radius: 2px;
	margin-top: -4px;
	transition: color 0.3s ease 0s;
	z-index: 1090;
	cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
	left: 8px;
	position: absolute;
	top: 3px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after,
#lightGallery-close:after {
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 16px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
	text-decoration: none;
}
#lightGallery-Gallery .thumb_cont .thumb {
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 4px;
	height: 50px;
	width: 50px;
	opacity: 0.6;
	overflow: hidden;
	cursor: pointer;
	transition: border-color linear .2s, opacity linear .2s;
}
@media (min-width: 800px) {
	#lightGallery-Gallery .thumb_cont .thumb {
		width: 94px;
	}
}
#lightGallery-Gallery .thumb_cont .thumb > img {
	height: auto;
	max-width: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb {
	outline-color:rgba(255,255,255,0.0);
	transition:all 0.3s linear;
}
#lightGallery-Gallery .thumb_cont .thumb.active {
}
#lightGallery-Gallery .thumb_cont .thumb:hover {
	opacity: 1;
	outline:solid 1px #999999;
}
#lightGallery-Gallery .thumb_cont .thumb.active {
	outline-width:3px;
	outline-style:solid;
	opacity:1;
}
#lightGallery-slider .video_cont {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-slider .video_cont {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	box-sizing: border-box;
}
#lightGallery-slider .video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#lightGallery-slider .video iframe {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
#lightGallery-close {
	color: #444444;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	z-index: 1090;
	cursor: pointer;
	border-radius: 2px;
	background-color: #ffffff;
}
#lightGallery-close:after {
	position: absolute;
	right: 8px;
	top: 2px;
}
#lightGallery-close:hover {
	text-decoration: none;
}
.external#lightGallery-outer {
	overflow-x: hidden;
	overflow-y: auto;
}
.external #lightGallery-Gallery {
	margin: auto;
	width: 600px;
	height: auto;
	background-color: white;
}
.external #lightGallery-slider.on .lightGallery-slide {
	overflow: hidden;
	background-color: white;
}
.external #lightGallery-slider .lightGallery-slide {
	min-height: 200px !important;
	background-color: white;
	margin-top: 60px;
}
.external #lightGallery-slider .ext {
	float: left;
}
.external #lightGallery-slider.slide .lightGallery-slide.current {
	height: auto !important;
}
.external #lightGallery-slider.slide .lightGallery-slide {
	opacity: 0;
}
.customHtml {
	background: none repeat scroll 0 0 black;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.customHtml p {
	font-size: 14px;
}
.customHtml > h4 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
