.lSSlideOuter {
	overflow: hidden; -ms-user-select: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; user-select: none; -webkit-touch-callout: none;
}
.lightSlider::before {
	display: table; content: " ";
}
.lightSlider::after {
	display: table; content: " ";
}
.lightSlider {
	margin: 0px; overflow: hidden;
}
.lSSlideWrapper {
	overflow: hidden; position: relative; max-width: 100%;
}
.lSSlideWrapper > .lightSlider::after {
	clear: both;
}
.lSSlideWrapper .lSSlide {
	transform: translate(0px, 0px); transition-property: transform, height; transition-duration: inherit !important; transition-timing-function: inherit !important; -webkit-transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform, height; -webkit-transition-duration: inherit; -webkit-transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
	position: relative;
}
.lSSlideWrapper .lSFade > * {
	left: 0px; top: 0px; width: 100%; margin-right: 0px; position: absolute !important; z-index: 9;
}
.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0; transition-property: opacity; transition-duration: inherit !important; transition-timing-function: inherit !important; transition-delay: 0s; -webkit-transition-property: opacity; -webkit-transition-duration: inherit; -webkit-transition-timing-function: inherit; -webkit-transition-delay: 0s;
}
.lSSlideWrapper .lSFade > *.active {
	z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
	opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0px 0px; padding: 0px; text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
	padding: 0px 5px; display: inline-block; cursor: pointer;
}
.lSSlideOuter .lSPager.lSpg > li a {
	border-radius: 30px; transition:0.5s linear; width: 8px; height: 8px; text-indent: -999em; overflow: hidden; display: inline-block; position: relative; z-index: 99; background-color: rgb(34, 34, 34); -webkit-transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: rgb(66, 139, 202);
}
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: rgb(66, 139, 202);
}
.lSSlideOuter .media {
	opacity: 0.8;
}
.lSSlideOuter .media.active {
	opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
	list-style: none; margin: 0px; overflow: hidden; padding-left: 0px; -ms-user-select: none; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; user-select: none; -moz-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-touch-callout: none; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform;
}
.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden; -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active {
	
}
.lSSlideOuter .lSPager.lSGallery li:hover {
	
}
ul.lSPager.lSGallery > li {
	opacity: 0.5;
}
ul.lSPager.lSGallery > li.active {
	border-radius: 0px; width: 80px; height: 35px; opacity: 1;
}
ul.lSPager.lSGallery > li:hover {
	border: 2px solid rgb(204, 204, 204); border-image: none;
}
.lSSlideOuter .lSPager.lSGallery img {
	width: 80px; height: 35px; display: block; max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery::before {
	display: table; content: " ";
}
.lSSlideOuter .lSPager.lSGallery::after {
	display: table; content: " ";
}
.lSSlideOuter .lSPager.lSGallery::after {
	clear: both;
}
.lSAction > a {
	top: 45%; width: 50px; height: 84px; color: white; margin-top: -16px; display: block; position: absolute; cursor: pointer; background-color: rgb(252, 132, 0);
}
.lSAction a.lSPrev {
	margin-left: -30px;
}
.lSAction a.lSNext {
	margin-right: -30px;
}
a.lSPrev::before {
	padding: 0px 12px 0px 28px; font-family: FontAwesome; margin-top: 31px; position: absolute; content: "\f053";
}
a.lSNext::before {
	padding: 0px 13px; font-family: FontAwesome; margin-top: 31px; position: absolute; content: "\f054";
}
.lSAction > a:hover {
	color: white;
}
.lSAction > a:hover {
	opacity: 1;
}
.lSAction > .lSPrev {
	background-position: 0px 0px; left: 10px;
}
.lSAction > .lSNext {
	background-position: -32px 0px; right: 10px;
}
.lSAction > a.disabled {
	pointer-events: none;
}
.cS-hidden {
	height: 1px; overflow: hidden; opacity: 0;
}
.lSSlideOuter.vertical {
	position: relative;
}
.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
	top: 0px; right: 0px; position: absolute !important;
}
.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important; max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
	left: 50%; margin-top: 0px; margin-left: -14px;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
	background-position: 31px -31px; top: auto; bottom: 10px;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
	background-position: 0px -31px; top: 10px; bottom: auto;
}
.lSSlideOuter.lSrtl {
	direction: rtl;
}
.lSSlideOuter .lightSlider {
	list-style: none; padding-left: 0px;
}
.lSSlideOuter .lSPager {
	list-style: none; padding-left: 0px;
}
.lSSlideOuter.lSrtl .lightSlider {
	padding-right: 0px;
}
.lSSlideOuter.lSrtl .lSPager {
	padding-right: 0px;
}
.lSSlideOuter .lightSlider > * {
	float: left;
}
.lSSlideOuter .lSGallery li {
	float: left;
}
.lSSlideOuter.lSrtl .lightSlider > * {
	float: right !important;
}
.lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}
.lSSlideOuter .rightEnd {
	animation:rightEnd 0.3s; position: relative; -webkit-animation: rightEnd 0.3s;
}
.lSSlideOuter .leftEnd {
	animation:leftEnd 0.3s; position: relative; -webkit-animation: leftEnd 0.3s;
}
.lSSlideOuter.vertical .rightEnd {
	animation:topEnd 0.3s; position: relative; -webkit-animation: topEnd 0.3s;
}
.lSSlideOuter.vertical .leftEnd {
	animation:bottomEnd 0.3s; position: relative; -webkit-animation: bottomEnd 0.3s;
}
.lSSlideOuter.lSrtl .rightEnd {
	animation:leftEnd 0.3s; position: relative; -webkit-animation: leftEnd 0.3s;
}
.lSSlideOuter.lSrtl .leftEnd {
	animation:rightEnd 0.3s; position: relative; -webkit-animation: rightEnd 0.3s;
}
.lightSlider.lsGrab > * {
	
}
.lightSlider.lsGrabbing > * {
	cursor: move;
}
