


.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("");
	left: 10px;
	right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("");
	right: 10px;
	left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("")
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
background-image:url()
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, .45)
}
#lg-counter, .lg-outer .lg-video-cont {
	vertical-align: middle;
	display: inline-block
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {

	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 20px 20px;
	position: absolute;
	top: 50%;
	z-index: 1080
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #FFF
}
.lg-actions .lg-next {
	right: 20px;
	background: url(../Images/lie8.png) no-repeat center center rgba(0, 0, 0, .45);
}
.lg-actions .lg-next:before {

}
.lg-actions .lg-prev {
	left: 20px;
	background: url(../Images/lie7.png) no-repeat center center rgba(0, 0, 0, .45);
}
.lg-actions .lg-prev:after {

}
@-webkit-keyframes lg-right-end {
0%, 100% {
left:0
}
50% {
left:-30px
}
}
@-moz-keyframes lg-right-end {
0%, 100% {
left:0
}
50% {
left:-30px
}
}
@-ms-keyframes lg-right-end {
0%, 100% {
left:0
}
50% {
left:-30px
}
}
@keyframes lg-right-end {
0%, 100% {
left:0
}
50% {
left:-30px
}
}
@-webkit-keyframes lg-left-end {
0%, 100% {
left:0
}
50% {
left:30px
}
}
@-moz-keyframes lg-left-end {
0%, 100% {
left:0
}
50% {
left:30px
}
}
@-ms-keyframes lg-left-end {
0%, 100% {
left:0
}
50% {
left:30px
}
}
@keyframes lg-left-end {
0%, 100% {
left:0
}
50% {
left:30px
}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}
.lg-toolbar .lg-icon:hover {
	color: #FFF
}
.lg-toolbar .lg-close:after {
	
}
.lg-toolbar .lg-download:after {
	content: "\e0f2"
}
.lg-sub-html {
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}
#lg-counter {
	color: #999;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px
}
.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
	-webkit-transition: border-color .25s ease;
	-o-transition: border-color .25s ease;
	transition: border-color .25s ease
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}
.lg-outer .lg-toogle-thumb {

	background:url(../Images/lie9.png) no-repeat center center rgba(0, 0, 0, .45);;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #FFF
}
.lg-outer .lg-toogle-thumb:after {

}
.lg-outer .lg-video-cont {
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url() no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url() 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url() no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url() no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url() 0 -60px no-repeat
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}
.lg-autoplay-button:after {
	content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
#lg-zoom-in:after {
	content: "\e311"
}
#lg-actual-size {
	font-size: 20px
}
#lg-actual-size:after {
	content: "\e033"
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}
#lg-zoom-out:after {
	content: "\e312"
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}
.lg-fullscreen:after {
	content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px
}
.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%
}
.lg-outer #lg-share {
	position: relative
}
.lg-outer #lg-share:after {
	content: "\e80d"
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}
.group:after, .group:before {
	display: table;
	content: "";
	line-height: 0
}
.group:after {
	clear: both
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.lg-outer.lg-visible {
	opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}
.lg-outer .lg-item {
	background: url() center center no-repeat;
	display: none !important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.lg-outer .lg-item.lg-complete {
	background-image: none
}
.lg-outer .lg-item.lg-current {
	z-index: 1060
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-backdrop.in {
	opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
	opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}



.lg-backdrop {
	z-index: 99999;
	background-color: rgba(0,0,0,0.9)
}
.lg-outer {
	z-index: 999999
}
.lg-outer .lg-thumb-outer {
	text-align: center
}
.lg-outer .lg-image {
	max-height: calc(100% - 100px);
	margin-top: 6px
}
.lg-toolbar, .lg-sub-html {
	min-height: 50px;
	background-color: transparent
}
.lg-toolbar .lg-icon {
	color: white;
	font-size: 28px;
	width: 45px;
	text-align: inherit;
	padding: 12px 0;
	-webkit-transition: color .1s linear;
	transition: color .1s linear;
		background: url(../Images/lie11.png) no-repeat center center rgba(0, 0, 0, .45);;
}
#lg-intense-zoom {
	position: absolute;
	right: 45px;
	width: 50px;
	height: 50px;
	top: 0;
	cursor: pointer;
	color: white;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background: url(../Images/lie10.png) no-repeat center center rgba(0, 0, 0, .45);;
}
#lg-intense-zoom::before {

	font-size: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
#lg-counter {
	color: #E4E4E4;
	font-size: 18px
}
.lg-sub-html {
	padding: 13px 70px;
	line-height: 1.25;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.lg-sub-html>span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	color: #E4E4E4
}
.lg-icon::before, .lg-icon::after {
	font-family: 'lg'
}
.lg-thumb.group {
	display: inline-block
}
.lg-outer .lg-thumb-outer {
	background: black
}
.lg-outer .lg-thumb-item {
	margin-bottom: 0;
	border: 3px solid #5F6874;
	border-radius: 1px
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: white
}
.lg-outer .lg-thumb {
	padding: 12px 0;
	margin-bottom: 0
}
.lg-outer .lg-toogle-thumb {
	height: 40px;
	top: -40px;
	width: 45px;
	color: #E4E4E4
}
.lg-outer .lg-toogle-thumb:after {
	margin-top: 1px
}

.product-info {
	overflow: hidden;
	margin: 20px 0;
	position: relative;
	width: 100%
}

.product-info .left .image {
	padding: 0;
	text-align: left;
	position: relative
}
.product-info .left .image>a {
	display: table;
	width: 100%
}
.product-info .left .image > a img {
	width: 100%;
	height: auto;
	float: left
}
.product-info .left .image-additional {
	clear: both;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: -10px
}
.product-info .left .image-additional a {
	position: relative;
	display: inline-block;
	float: left;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}
.product-info .left .image-additional a img {
	width: 100%;
	float: left;
	height: auto
}
.product-info .left .image-additional a:hover {
	opacity: .8
}
.product-info .left .image-additional.image-additional-grid a {
	width: 20%
}
.product-info .left .image-additional .swiper-container-horizontal a {
	padding: 0
}
.product-info .left .image-additional .swiper {
	margin-bottom: 10px
}
.product-info .left .image-additional .swiper-button-prev, .product-info .left .image-additional .swiper-button-next {
	width: 30px;
	height: 30px;
	position: absolute;
}
.product-info .left .image-additional .swiper-button-prev {
	left: 0
}
.product-info .left .image-additional .swiper-button-next {
	right: 0
}
.product-info .left .product-tabs, .product-info .left .journal-custom-tab {
	clear: both
}
.product-info .gallery-text {
	text-align: center;
	padding: 5px 0 10px;
	color: #5F6874;
	cursor: pointer;
	clear: both
}
.product-info .gallery-text span {
	display: inline-block;
	position: relative
}
.product-info .gallery-text:before {
	margin-right: 5px
}
.product-info .product-sold-count.ps-right {
	display: none
}
.product-info .right {
	padding-left: 20px
}
.product-info .right .product-options {
	background-color: transparent
}
.product-info .right > div > div, .product-info >div>ul {
	position: relative
}
.product-info .right > div > div.social, .product-info >div>ul.social {
	overflow: visible
}
.product-info .right .description {
	line-height: 2.5
}
.product-info .right .description .product-views-count {
	
}
.product-info .right .description span {
	padding-right: 3px
}
.product-info .right .description .product-sold-count.ps-left {
	padding-right: 1px
}
.product-info .right .price span {
	position: relative
}
.product-info .right .price-old {
	font-size: 18px;
	text-decoration: line-through;

	color: #666;
	padding: 3px 6px;
	top: -3px;
	margin-right: 5px
}
.product-info .right .price-tax {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 0 4px 0;
	display: block
}
.product-info .right .price .reward {
	display: block;
	font-size: 12px;
	margin: 5px 0;
	font-weight: normal
}
.product-info .right .price .reward small {
	font-size: inherit
}
.product-info .right .price .discount {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 7px
}
.product-info .right .options h3 {
	height: 35px;
	line-height: 35px;
	background-color: #f4f4f4;
	color: #333745;
	padding-left: 10px;
	margin-bottom: 5px
}
.product-info .right .options h3+br {
	display: none
}
.product-info .right .options.push-select .option b + br, .product-info .right .options.push-image .option b + br, .product-info .right .options.push-checkbox .option b + br, .product-info .right .options.push-radio .option b+br {
	display: none
}
.product-info .right .options.push-select .option-image li, .product-info .right .options.push-image .option-image li, .product-info .right .options.push-checkbox .option-image li, .product-info .right .options.push-radio .option-image li {
	padding: 0
}
.product-info .right .options.push-select .option-image li span, .product-info .right .options.push-image .option-image li span, .product-info .right .options.push-checkbox .option-image li span, .product-info .right .options.push-radio .option-image li span {
	display: block
}
.product-info .right .options.push-select .option-image li span img, .product-info .right .options.push-image .option-image li span img, .product-info .right .options.push-checkbox .option-image li span img, .product-info .right .options.push-radio .option-image li span img {
	margin-right: 0;
	float: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border: 2px solid #A9B8C0
}
.product-info .right .options.push-select .option-image li span img:hover, .product-info .right .options.push-image .option-image li span img:hover, .product-info .right .options.push-checkbox .option-image li span img:hover, .product-info .right .options.push-radio .option-image li span img:hover {
	border-color: #3F5765
}
.product-info .right .options.push-select .option-image li.selected span img, .product-info .right .options.push-image .option-image li.selected span img, .product-info .right .options.push-checkbox .option-image li.selected span img, .product-info .right .options.push-radio .option-image li.selected span img {
	border-color: #3F5765
}
.product-info .right .options .option {
	position: relative;
	display: inline-block;
	padding-bottom: 0;
	width: 100%
}
.product-info .right .options .option label {
	font-weight: normal;
	-webkit-transition: color .2s;
	transition: color .2s
}
.product-info .right .options .option .required {
	font-size: 20px;
	font-family: Arial !important;
	float: left;
	height: 0
}
.product-info .right .options .option b {
	font-size: 12px;
	display: block;
	padding: 2px 0 1px 0;
	font-weight: normal
}
.product-info .right .options .option b:after {
	content: "";
	display: table;
	clear: both
}
.product-info .right .options .option b+br {
	display: none
}
.product-info .right .options .option span {
	padding: 3px 3px 3px 0
}
.product-info .right .options .option input[type='text'], .product-info .right .options .option textarea {
	min-width: 100%
}
.product-info .right .options .option:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
.product-info .right .options span.error {
	position: absolute;
	right: 5px;
	padding: 3px 4px 2px 4px
}
.product-info .right .option-image {
	margin-top: 3px;
	margin-bottom: 10px
}
.product-info .right .option-image tbody tr td:first-of-type+td {
	width: 50px
}
.product-info .right .option-image label {
	display: block;
	width: 100%;
	height: auto;
	padding-right: 0
}
.product-info .right .option-image img {
	margin-right: 5px;
	cursor: pointer
}
.product-info .right .cart {
	overflow: hidden
}
.product-info .right .cart div .qty {
	width: 34%;
	display: block;
	float: left;
	height: 40px;
	margin-right: 8px;
	overflow: hidden
}
.product-info .right .cart div .text-qty {
	width: 50%;
	font-weight: bold;
	display: none;
	height: 100%;
	line-height: 40px;
	text-align: center;
	float: left
}
.product-info .right .cart div .journal-stepper {
	width: 30%;
	color: white;
	background-color: #A9B8C0;
	text-align: center;
	height: 100%;
	float: left;
	line-height: 37px;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block
}
.product-info .right .cart div input[name=quantity] {
	float: left;
	width: 40%;
	line-height: 38px;
	height: 100%;
	text-align: center;
	margin: 0;
	border: 0
}
.product-info  .cart div .button {
	position: relative;
	line-height: 40px;
	min-height: 40px;
	font-size: 15px;
	display: inline-block;
	width: 63%;
	float: right;
	background: #909090;
	text-align: center;
	color: #fff
}
.product-info  .cart div .button:hover{ background: rgb(221, 0, 23) }
.product-info .right .cart div .button.enquiry-button {
	width: 100% !important
}
.product-info .right .cart div .button .button-cart-text:before {
	margin-right: 8px;
	line-height: 100%
}
.product-info .right .cart div .button .button-cart-text:after {
	line-height: 100%;
	margin-left: 8px
}
.product-info .right .cart .minimum {
	padding-top: 10px;
	font-size: 12px;
	clear: both
}
.product-info .right .wishlist-compare {
	padding: 0
}
.product-info .right .wishlist-compare .links {
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
	padding: 2px 0 4px 0
}
.product-info .right .wishlist-compare .links a {
	padding: 0 15px;
	border: none;
	color: #428bca;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}
.product-info .right .wishlist-compare .links a:before {
	position: relative;
	right: 5px;
	font-size: 15px;
	float: left
}
.product-info .right .wishlist-compare .links span {
	line-height: 24px;
	display: none
}
.product-info .right .review img {
	top: 2px;
	position: relative;
	margin-right: 7px
}
.product-info .right .review a {
	position: relative;
	top: -1px
}
.product-info .right .review .share {
	display: none;
	overflow: auto;
	line-height: normal
}
.product-info .right .review .share a {
	text-decoration: none
}
.product-info .option ul {
	list-style: none;
	padding: 0;
	margin: -5px 0 0 0
}
.product-info .option ul li {
	background-color: white;
	color: #333745;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	padding: 0 7px;
	margin: 4px 6px 0 0;
	line-height: 23px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s
}
.product-info .option ul li span {
	padding: 0 !important
}
.product-info .tab-content {
	border-radius: 0
}
.product-info.split-70-30 .left {
	width: 70%
}
.product-info.split-70-30 .right {
	width: 30%
}
.product-info.split-70-30 .right .cart div .qty {
	width: 100%;
	margin-bottom: 10px
}
.product-info.split-70-30 .right .cart div .button {
	width: 100%
}
.product-info.split-60-40 .left {
	width: 60%
}
.product-info.split-60-40 .right {
	width: 40%
}
.product-info.split-40-60 .left {
	width: 40%
}
.product-info.split-40-60 .right {
	width: 60%
}
.product-info.split-30-70 .left {
	width: 30%
}
.product-info.split-30-70 .right {
	width: 70%
}
.push-checkbox .checkbox, .push-checkbox input[type="checkbox"], .push-checkbox input[type="checkbox"] + label, .push-checkbox input[type="checkbox"]+label+br {
	display: none !important
}
.push-select select {
	display: none !important
}
.push-radio .radio, .push-radio input[type="radio"], .push-radio input[type="radio"] + label, .push-radio input[type="radio"]+label+br {
	display: none !important
}
table.option-image input[type="radio"], table.option-image input[type="radio"] + label, table.option-image input[type="radio"]+label+br {
	display: inherit !important
}
.push-image .option-image .radio, .push-image .option-image input[type="radio"], .push-image .option-image input[type="radio"] + label, .push-image .option-image input[type="radio"]+label+br {
	display: none !important
}
.push-image table.option-image {
	display: none !important
}
.oc2 .product-info .option ul {
	margin: 0
}
@media only screen and (min-width: 470px) {
.product-info .product-options .cart>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.quickview #more-details {
	margin-left: 8px
}
}


.product-info .left .image a img {
	border-width: 1px;
	border-style: solid;
	border-color: #ececec
}
.product-info .left .image-additional a {
	padding: 0 15px 15px 0
}
.product-info .image .label-latest {
	display: block
}
.product-info .image .label-sale {
	display: block
}
.product-info .image .label-outofstock {
	display: block
}
.product-options>div, .product-options>ul {
	background-color: rgb(244, 244, 244)
}
.product-options > div, .product-options > ul, .skin-11 .right .heading-title {
	margin-bottom: 15px
}
.product-info .right .description .instock {
	color: rgb(51, 153, 101)
}
.product-info .right .description .outofstock {
	color: rgb(234, 35, 73)
}
.product-info .right .price .price-new, .product-info .right .price .product-price, .product-info .right .price li.price-new, .product-info .right .price li.product-price {
	font-weight: 400;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 28px;
	text-transform: none;
	color: rgb(221, 0, 23)
}
.product-info .right .price .price-old, .product-info .right .price li.price-old {
	font-weight: 400;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 22px;
	text-transform: none;
	color: #666
}

.product-info .option > ul > li:active, .product-info .option>ul>li.selected {
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7)
}
#content .product-info .options h3, .ms-sellerprofile.description h3 {
	background-color: rgb(255, 255, 255)
}
.product-info .option>ul>li {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0)
}
.product-info  .cart div .qty {
	border-radius: 0px
}
#button-cart, .product-info  .cart div .button.enquiry-button {
	font-weight: 700;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(255, 255, 255)
}
#button-cart, .product-info  .cart div .button.enquiry-button, .quickview #more-details {
	background-color: rgb(0, 0, 0)
}
.product-info  .wishlist-compare .links a {
	color: rgb(0, 0, 0)
}
.product-info  .wishlist-compare .links a:hover {
	color: rgb(221, 0, 23)
}

#tabs {
    overflow: hidden;
    list-style: none;
    display: inline-block;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}
#tabs li {
    border-width: 0;
    overflow: hidden;
    float: left;
}
#tabs a, #tabs li a {
	font-weight: 700;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	box-shadow: inset 0 -3px 6px -2px rgba(0, 0, 0, 0.5);
	padding: 10px 30px;
	display: block;
}
.product-info .tab-content, .tab-content {
	padding: 15px
}
.product-info .right .journal-custom-tab {
	background-color: rgba(244, 244, 244, 0);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px
}
.product-info .gallery-text:before {
	content: '\e015';
	font-size: 16px
}
#product-gallery .swiper-button-prev::before {

	font-size: 16px;
	color: rgb(255, 255, 255);
	left: -1px
}
#product-gallery .swiper-button-next::before {

	font-size: 16px;
	color: rgb(255, 255, 255)
}
.product-info .right .wishlist-compare .links a:before {

	font-size: 14px
}
.product-info .right .wishlist-compare .links a+a:before {

	font-size: 14px
}
.product-info .right .options .option {
	border-color: rgb(255, 255, 255)
}
.product-info .option > ul > li.selected, .product-info .option>ul>li:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(221, 0, 23)
}
.product-info .right .cart div .journal-stepper {
	color: rgb(255, 255, 255);
	background-color: #909090
}
.product-info .right .cart div .journal-stepper:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(221, 0, 23)
}
#button-cart:hover, .product-info .right .cart div .button.enquiry-button:hover, .quickview #more-details:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(221, 0, 23)
}
.product-info .right .wishlist-compare {
	background-color: rgb(244, 244, 244)
}
#tabs a:hover, #tabs a.selected, #tabs li a:hover, #tabs li.active a {
	color: rgb(255, 255, 255);
	background-color: #0c55a4
}
.product-info .tab-content, .tab-content, .quickview .tab-content {
	background-color: rgb(244,244,244)
}
.tags {
	text-align: left
}

.tags a, .tags b {
	border-radius: 15px
}
.tags b {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255)
}
.tags a {
	background-color: rgb(244, 244, 244)
}
.tags a:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(221, 0, 23)
}
#product-gallery .swiper-button-prev, #product-gallery .swiper-button-next {
	border-radius: 50%;
	height: 25px;
	line-height: 25px;
	background-color: rgb(51, 55, 69);
	width: 25px;

}
.product-info .right > div > div, .product-info .right>div>ul {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px
}
.product-info .right .options .option b, .product-info .right .options .option .control-label {
	font-weight: 400;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 14px;
	text-transform: none
}
.product-info .right .options .option label:hover {
	color: rgb(221, 0, 23)
}
.social, .product-options .social, .blog-post .social {
	background-color: rgb(255, 255, 255)
}
.product-info .right .options .option label {
	color: rgb(66, 139, 202)
}
#product-gallery .swiper-button-prev:hover, #product-gallery .swiper-button-next:hover {
	background-color: rgb(221,0,23)
}
#tab-description {
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 50px;
}
.attribute tbody td {
	text-align: left
}
.product-page .heading-title {
	text-align: left
}
