@font-face {
	font-family: lightgallery;
	src: url(https://emarineinc.com/cdn/shop/t/7/assets/lightgallery.woff2?io9a6k) format("woff2"), 
        url(https://emarineinc.com/cdn/shop/t/7/assets/lightgallery.ttf?io9a6k) format("truetype"), 
        url(https://emarineinc.com/cdn/shop/t/7/assets/lightgallery.woff?io9a6k) format("woff"), 
        url(https://emarineinc.com/cdn/shop/t/7/assets/lightgallery.svg?io9a6k#lightgallery) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

html.lightgallery-on {
    overflow: hidden;
}

.lightgallery-icon {
	font-family: lightgallery !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lightgallery-container {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.lightgallery-next,
.lightgallery-prev {
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	z-index: 1084;
	outline: 0;
	border: none;
    background: #fff;
    border-radius: 50%;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    color: #56585b;
    box-shadow: #3c404326 0 1px 3px 1px!important;
}

.lightgallery-next.disabled,
.lightgallery-prev.disabled {
	opacity: 0 !important;
	cursor: default
}

.lightgallery-next:hover:not(.disabled),
.lightgallery-prev:hover:not(.disabled) {
	color: #56585b;
    background: #f8f8f8;
}

.lightgallery-single-item .lightgallery-next,
.lightgallery-single-item .lightgallery-prev {
	display: none
}

.lightgallery-next {
	right: 20px
}

.lightgallery-next:before {
	content: '\e095'
}

.lightgallery-prev {
	left: 20px
}

.lightgallery-prev:after {
	content: '\e094'
}

@-webkit-keyframes lightgallery-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-moz-keyframes lightgallery-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-ms-keyframes lightgallery-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@keyframes lightgallery-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-webkit-keyframes lightgallery-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@-moz-keyframes lightgallery-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@-ms-keyframes lightgallery-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@keyframes lightgallery-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

.lightgallery-outer.lightgallery-right-end .lightgallery-object {
	-webkit-animation: lightgallery-right-end .3s;
	-o-animation: lightgallery-right-end .3s;
	animation: lightgallery-right-end .3s;
	position: relative
}

.lightgallery-outer.lightgallery-left-end .lightgallery-object {
	-webkit-animation: lightgallery-left-end .3s;
	-o-animation: lightgallery-left-end .3s;
	animation: lightgallery-left-end .3s;
	position: relative
}

.lightgallery-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.lightgallery-media-overlap .lightgallery-toolbar {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.lightgallery-toolbar .lightgallery-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: medium none;
	will-change: color;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	background: 0 0;
	border: none;
	box-shadow: none
}

.lightgallery-toolbar .lightgallery-icon.lightgallery-icon-18 {
	font-size: 18px
}

.lightgallery-toolbar .lightgallery-icon:hover {
	color: #fff
}

.lightgallery-toolbar .lightgallery-close:after {
	content: '\e070'
}

.lightgallery-toolbar .lightgallery-maximize {
	font-size: 22px
}

.lightgallery-toolbar .lightgallery-maximize:after {
	content: '\e90a'
}

.lightgallery-toolbar .lightgallery-download:after {
	content: '\e0f2'
}

.lightgallery-sub-html {
	color: #eee;
	font-size: 16px;
	padding: 10px 40px;
	text-align: center;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out 0s;
	-o-transition: opacity .2s ease-out 0s;
	transition: opacity .2s ease-out 0s
}

.lightgallery-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.lightgallery-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

.lightgallery-sub-html a {
	color: inherit
}

.lightgallery-sub-html a:hover {
	text-decoration: underline
}

.lightgallery-media-overlap .lightgallery-sub-html {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6))
}

.lightgallery-item .lightgallery-sub-html {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0
}

.lightgallery-error-msg {
	font-size: 14px;
	color: #999
}

.lightgallery-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	height: 47px;
	vertical-align: middle
}

.lightgallery-closing .lightgallery-next,
.lightgallery-closing .lightgallery-prev,
.lightgallery-closing .lightgallery-sub-html,
.lightgallery-closing .lightgallery-toolbar {
	opacity: 0;
	-webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
	-moz-transition: -moz-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
	-o-transition: -o-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
	transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear
}

body:not(.lightgallery-from-hash) .lightgallery-outer.lightgallery-start-zoom .lightgallery-item:not(.lightgallery-zoomable) .lightgallery-img-wrap,
body:not(.lightgallery-from-hash) .lightgallery-outer.lightgallery-start-zoom .lightgallery-item:not(.lightgallery-zoomable) .lightgallery-video-cont {
	opacity: 0;
	-moz-transform: scale3d(.5, .5, .5);
	-o-transform: scale3d(.5, .5, .5);
	-ms-transform: scale3d(.5, .5, .5);
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	will-change: transform, opacity;
	-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
}

body:not(.lightgallery-from-hash) .lightgallery-outer.lightgallery-start-zoom .lightgallery-item:not(.lightgallery-zoomable).lightgallery-complete .lightgallery-img-wrap,
body:not(.lightgallery-from-hash) .lightgallery-outer.lightgallery-start-zoom .lightgallery-item:not(.lightgallery-zoomable).lightgallery-complete .lightgallery-video-cont {
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.lightgallery-icon:focus-visible {
	color: #fff;
	border-radius: 3px;
	outline: 1px dashed rgba(255, 255, 255, .6)
}

.lightgallery-toolbar .lightgallery-icon:focus-visible {
	border-radius: 8px;
	outline-offset: -5px
}

.lightgallery-outer .lightgallery-thumb-outer {
	background-color: #0d0a0a;
	width: 100%;
	max-height: 350px;
	overflow: hidden;
	float: left
}

.lightgallery-outer .lightgallery-thumb-outer.lightgallery-grab .lightgallery-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lightgallery-outer .lightgallery-thumb-outer.lightgallery-grabbing .lightgallery-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lightgallery-outer .lightgallery-thumb-outer.lightgallery-dragging .lightgallery-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.lightgallery-outer .lightgallery-thumb-outer.lightgallery-rebuilding-thumbnails .lightgallery-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.lightgallery-outer .lightgallery-thumb-outer.lightgallery-thumb-align-middle {
	text-align: center
}

.lightgallery-outer .lightgallery-thumb-outer.lightgallery-thumb-align-left {
	text-align: left
}

.lightgallery-outer .lightgallery-thumb-outer.lightgallery-thumb-align-right {
	text-align: right
}

.lightgallery-outer.lightgallery-single-item .lightgallery-thumb-outer {
	display: none
}

.lightgallery-outer .lightgallery-thumb {
	padding: 5px 0;
	height: 100%;
	margin-bottom: -5px;
	display: inline-block;
	vertical-align: middle
}

@media (min-width:768px) {
	.lightgallery-outer .lightgallery-thumb {
		padding: 10px 0
	}
}

.lightgallery-outer .lightgallery-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border-radius: 2px;
	margin-bottom: 5px;
	will-change: border-color
}

@media (min-width:768px) {
	.lightgallery-outer .lightgallery-thumb-item {
		border-radius: 4px;
		border: 2px solid #fff;
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}

.lightgallery-outer .lightgallery-thumb-item.active,
.lightgallery-outer .lightgallery-thumb-item:hover {
	border-color: #a90707
}

.lightgallery-outer .lightgallery-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.lightgallery-outer.lightgallery-can-toggle .lightgallery-item {
	padding-bottom: 0
}

.lightgallery-outer .lightgallery-toggle-thumb:after {
	content: '\e1ff'
}

.lightgallery-outer.lightgallery-animate-thumb .lightgallery-thumb {
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.lightgallery-outer .lightgallery-video-cont {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.lightgallery-outer .lightgallery-video-cont .lightgallery-object {
	width: 100% !important;
	height: 100% !important
}

.lightgallery-outer .lightgallery-has-iframe .lightgallery-video-cont {
	-webkit-overflow-scrolling: touch;
	overflow: auto
}

.lightgallery-outer .lightgallery-video-object {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 3
}

.lightgallery-outer .lightgallery-video-poster {
	z-index: 1
}

.lightgallery-outer .lightgallery-has-video .lightgallery-video-object {
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in
}

.lightgallery-outer .lightgallery-has-video.lightgallery-video-loaded .lightgallery-video-play-button,
.lightgallery-outer .lightgallery-has-video.lightgallery-video-loaded .lightgallery-video-poster {
	opacity: 0 !important
}

.lightgallery-outer .lightgallery-has-video.lightgallery-video-loaded .lightgallery-video-object {
	opacity: 1
}

@keyframes lightgallery-play-stroke {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@keyframes lightgallery-play-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.lightgallery-video-play-button {
	width: 18%;
	max-width: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	cursor: pointer;
	transform: translate(-50%, -50%) scale(1);
	will-change: opacity, transform;
	-webkit-transition: -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
	-moz-transition: -moz-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
	-o-transition: -o-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
	transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s
}

.lightgallery-video-play-button:hover .lightgallery-video-play-icon,
.lightgallery-video-play-button:hover .lightgallery-video-play-icon-bg {
	opacity: 1
}

.lightgallery-video-play-icon-bg {
	fill: none;
	stroke-width: 3%;
	stroke: #fcfcfc;
	opacity: .6;
	will-change: opacity;
	-webkit-transition: opacity .12s ease-in;
	-o-transition: opacity .12s ease-in;
	transition: opacity .12s ease-in
}

.lightgallery-video-play-icon-circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	fill: none;
	stroke-width: 3%;
	stroke: rgba(30, 30, 30, .9);
	stroke-opacity: 1;
	stroke-linecap: round;
	stroke-dasharray: 200;
	stroke-dashoffset: 200
}

.lightgallery-video-play-icon {
	position: absolute;
	width: 25%;
	max-width: 120px;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	opacity: .6;
	will-change: opacity;
	-webkit-transition: opacity .12s ease-in;
	-o-transition: opacity .12s ease-in;
	transition: opacity .12s ease-in
}

.lightgallery-video-play-icon .lightgallery-video-play-icon-inner {
	fill: #fcfcfc
}

.lightgallery-video-loading .lightgallery-video-play-icon-circle {
	animation: lightgallery-play-rotate 2s linear .25s infinite, lightgallery-play-stroke 1.5s ease-in-out .25s infinite
}

.lightgallery-video-loaded .lightgallery-video-play-button {
	opacity: 0;
	transform: translate(-50%, -50%) scale(.7)
}

.lightgallery-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}

.lightgallery-progress-bar .lightgallery-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lightgallery-progress-bar.lightgallery-start .lightgallery-progress {
	width: 100%
}

.lightgallery-show-autoplay .lightgallery-progress-bar {
	opacity: 1
}

.lightgallery-autoplay-button:after {
	content: '\e01d'
}

.lightgallery-show-autoplay .lightgallery-autoplay-button:after {
	content: '\e01a'
}

.lightgallery-single-item .lightgallery-autoplay-button {
	opacity: .75;
	pointer-events: none
}

.lightgallery-outer.lightgallery-css3.lightgallery-zoom-dragging .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-image,
.lightgallery-outer.lightgallery-css3.lightgallery-zoom-dragging .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-img-wrap {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.lightgallery-outer.lightgallery-use-transition-for-zoom .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-img-wrap {
	will-change: transform;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
	-moz-transition: -moz-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
	-o-transition: -o-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
	transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s
}

.lightgallery-outer.lightgallery-use-transition-for-zoom.lightgallery-zoom-drag-transition .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-img-wrap {
	will-change: transform;
	-webkit-transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s
}

.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-dummy-img,
.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
	-moz-transition: -moz-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
	-o-transition: -o-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
	transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-dummy-img.no-transition,
.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-image.no-transition {
	transition: none !important
}

.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-dummy-img.reset-transition,
.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-image.reset-transition {
	transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
	max-width: none !important;
	max-height: none !important;
	top: 50% !important;
	left: 50% !important
}

.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-dummy-img.reset-transition-x,
.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-image.reset-transition-x {
	transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
	top: 0 !important;
	left: 50% !important;
	max-width: none !important;
	max-height: none !important
}

.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-dummy-img.reset-transition-y,
.lightgallery-outer .lightgallery-item.lightgallery-complete.lightgallery-zoomable .lightgallery-image.reset-transition-y {
	transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
	top: 50% !important;
	left: 0 !important;
	max-width: none !important;
	max-height: none !important
}

.lightgallery-icon.lightgallery-zoom-in:after {
	content: '\e311'
}

.lightgallery-actual-size .lightgallery-icon.lightgallery-zoom-in {
	opacity: .5;
	pointer-events: none
}

.lightgallery-icon.lightgallery-actual-size {
	font-size: 20px
}

.lightgallery-icon.lightgallery-actual-size:after {
	content: '\e033'
}

.lightgallery-icon.lightgallery-zoom-out {
	opacity: .5;
	pointer-events: none
}

.lightgallery-icon.lightgallery-zoom-out:after {
	content: '\e312'
}

.lightgallery-zoomed .lightgallery-icon.lightgallery-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lightgallery-outer.lightgallery-first-slide-loading .lightgallery-actual-size,
.lightgallery-outer.lightgallery-first-slide-loading .lightgallery-zoom-in,
.lightgallery-outer.lightgallery-first-slide-loading .lightgallery-zoom-out,
.lightgallery-outer[data-lightgallery-slide-type=iframe] .lightgallery-actual-size,
.lightgallery-outer[data-lightgallery-slide-type=iframe] .lightgallery-zoom-in,
.lightgallery-outer[data-lightgallery-slide-type=iframe] .lightgallery-zoom-out,
.lightgallery-outer[data-lightgallery-slide-type=video] .lightgallery-actual-size,
.lightgallery-outer[data-lightgallery-slide-type=video] .lightgallery-zoom-in,
.lightgallery-outer[data-lightgallery-slide-type=video] .lightgallery-zoom-out {
	opacity: .75;
	pointer-events: none
}

.lightgallery-outer .lightgallery-pager-outer {
	text-align: center;
	z-index: 1080;
	height: 10px;
	margin-bottom: 10px
}

.lightgallery-outer .lightgallery-pager-outer.lightgallery-pager-hover .lightgallery-pager-cont {
	overflow: visible
}

.lightgallery-outer.lightgallery-single-item .lightgallery-pager-outer {
	display: none
}

.lightgallery-outer .lightgallery-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lightgallery-outer .lightgallery-pager-cont:hover .lightgallery-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lightgallery-outer .lightgallery-pager-cont.lightgallery-pager-active .lightgallery-pager {
	box-shadow: 0 0 0 2px #fff inset
}

.lightgallery-outer .lightgallery-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;
	will-change: transform, opacity;
	-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)
}

.lightgallery-outer .lightgallery-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lightgallery-outer .lightgallery-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
}

.lightgallery-outer .lightgallery-pager:focus,
.lightgallery-outer .lightgallery-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}

.lightgallery-outer .lightgallery-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
}

.lightgallery-fullscreen:after {
	content: "\e20c"
}

.lightgallery-fullscreen-on .lightgallery-fullscreen:after {
	content: "\e20d"
}

.lightgallery-outer .lightgallery-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	will-change: visibility, opacity;
	-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
}

.lightgallery-outer.lightgallery-dropdown-active .lightgallery-dropdown,
.lightgallery-outer.lightgallery-dropdown-active .lightgallery-dropdown-overlay {
	-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
}

.lightgallery-outer.lightgallery-dropdown-active .lightgallery-share {
	color: #fff
}

.lightgallery-outer .lightgallery-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);
	will-change: visibility, opacity, transform;
	-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
}

.lightgallery-outer .lightgallery-dropdown:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px
}

.lightgallery-outer .lightgallery-dropdown>li:last-child {
	margin-bottom: 0
}

.lightgallery-outer .lightgallery-dropdown>li:hover a {
	color: #333
}

.lightgallery-outer .lightgallery-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
}

.lightgallery-outer .lightgallery-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}

.lightgallery-outer .lightgallery-dropdown .lightgallery-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}

.lightgallery-outer .lightgallery-dropdown .lightgallery-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
}

.lightgallery-outer .lightgallery-share {
	position: relative
}

.lightgallery-outer .lightgallery-share:after {
	content: '\e80d'
}

.lightgallery-outer .lightgallery-share-facebook .lightgallery-icon {
	color: #3b5998
}

.lightgallery-outer .lightgallery-share-facebook .lightgallery-icon:after {
	content: '\e904'
}

.lightgallery-outer .lightgallery-share-twitter .lightgallery-icon {
	color: #00aced
}

.lightgallery-outer .lightgallery-share-twitter .lightgallery-icon:after {
	content: '\e907'
}

.lightgallery-outer .lightgallery-share-pinterest .lightgallery-icon {
	color: #cb2027
}

.lightgallery-outer .lightgallery-share-pinterest .lightgallery-icon:after {
	content: '\e906'
}

.lightgallery-comment-box {
	width: 420px;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	background-color: #fff;
	will-change: transform;
	-moz-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s
}

.lightgallery-comment-box .lightgallery-comment-title {
	margin: 0;
	color: #fff;
	font-size: 18px
}

.lightgallery-comment-box .lightgallery-comment-header {
	background-color: #000;
	padding: 12px 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}

.lightgallery-comment-box .lightgallery-comment-body {
	height: 100% !important;
	padding-top: 43px !important;
	width: 100% !important
}

.lightgallery-comment-box .fb-comments {
	height: 100%;
	width: 100%;
	background: url(../images/loading.gif) no-repeat scroll center center #fff;
	overflow-y: auto;
	display: inline-block
}

.lightgallery-comment-box .fb-comments[fb-xfbml-state=rendered] {
	background-image: none
}

.lightgallery-comment-box .fb-comments>span {
	max-width: 100%
}

.lightgallery-comment-box .lightgallery-comment-close {
	position: absolute;
	right: 5px;
	top: 12px;
	cursor: pointer;
	font-size: 20px;
	color: #999;
	will-change: color;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}

.lightgallery-comment-box .lightgallery-comment-close:hover {
	color: #fff
}

.lightgallery-comment-box .lightgallery-comment-close:after {
	content: '\e070'
}

.lightgallery-comment-box iframe {
	max-width: 100% !important;
	width: 100% !important
}

.lightgallery-comment-box #disqus_thread {
	padding: 0 20px
}

.lightgallery-outer .lightgallery-comment-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;
	will-change: visibility, opacity;
	-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
}

.lightgallery-outer .lightgallery-comment-toggle:after {
	content: '\e908'
}

.lightgallery-outer.lightgallery-comment-active .lightgallery-comment-overlay {
	-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
}

.lightgallery-outer.lightgallery-comment-active .lightgallery-comment-toggle {
	color: #fff
}

.lightgallery-outer.lightgallery-comment-active .lightgallery-comment-box {
	-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)
}

.lightgallery-outer .lightgallery-img-rotate {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s
}

.lightgallery-outer[data-lightgallery-slide-type=iframe] .lightgallery-flip-hor,
.lightgallery-outer[data-lightgallery-slide-type=iframe] .lightgallery-flip-ver,
.lightgallery-outer[data-lightgallery-slide-type=iframe] .lightgallery-rotate-left,
.lightgallery-outer[data-lightgallery-slide-type=iframe] .lightgallery-rotate-right,
.lightgallery-outer[data-lightgallery-slide-type=video] .lightgallery-flip-hor,
.lightgallery-outer[data-lightgallery-slide-type=video] .lightgallery-flip-ver,
.lightgallery-outer[data-lightgallery-slide-type=video] .lightgallery-rotate-left,
.lightgallery-outer[data-lightgallery-slide-type=video] .lightgallery-rotate-right {
	opacity: .75;
	pointer-events: none
}

.lightgallery-outer .lightgallery-img-rotate:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.lightgallery-rotate-left:after {
	content: '\e900'
}

.lightgallery-rotate-right:after {
	content: '\e901'
}

.lightgallery-icon.lightgallery-flip-hor,
.lightgallery-icon.lightgallery-flip-ver {
	font-size: 26px
}

.lightgallery-flip-ver:after {
	content: '\e903'
}

.lightgallery-flip-hor:after {
	content: '\e902'
}

.lightgallery-medium-zoom-item {
	cursor: zoom-in
}

.lightgallery-medium-zoom .lightgallery-outer {
	cursor: zoom-out
}

.lightgallery-medium-zoom .lightgallery-outer.lightgallery-grab img.lightgallery-object {
	cursor: zoom-out
}

.lightgallery-medium-zoom .lightgallery-outer.lightgallery-grabbing img.lightgallery-object {
	cursor: zoom-out
}

.lightgallery-relative-caption .lightgallery-outer .lightgallery-sub-html {
	white-space: normal;
	bottom: auto;
	padding: 0;
	background-image: none
}

.lightgallery-relative-caption .lightgallery-outer .lightgallery-relative-caption-item {
	opacity: 0;
	padding: 16px 0;
	transition: .5s opacity ease
}

.lightgallery-relative-caption .lightgallery-outer .lightgallery-show-caption .lightgallery-relative-caption-item {
	opacity: 1
}

.lightgallery-group:after {
	content: '';
	display: table;
	clear: both
}

.lightgallery-container {
	display: none;
	outline: 0
}

.lightgallery-container.lightgallery-show {
	display: block
}

.lightgallery-on {
	scroll-behavior: unset
}

.lightgallery-overlay-open {
	overflow: hidden
}

.lightgallery-hide-sub-html .lightgallery-sub-html,
.lightgallery-next,
.lightgallery-pager-outer,
.lightgallery-prev,
.lightgallery-toolbar {
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lightgallery-show-in .lightgallery-next,
.lightgallery-show-in .lightgallery-pager-outer,
.lightgallery-show-in .lightgallery-prev,
.lightgallery-show-in .lightgallery-toolbar {
	opacity: 1
}

.lightgallery-show-in.lightgallery-hide-sub-html .lightgallery-sub-html {
	opacity: 1
}

.lightgallery-show-in .lightgallery-hide-items .lightgallery-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lightgallery-show-in .lightgallery-hide-items .lightgallery-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lightgallery-show-in .lightgallery-hide-items .lightgallery-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

.lightgallery-show-in .lightgallery-hide-items.lightgallery-hide-sub-html .lightgallery-sub-html {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0)
}

.lightgallery-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: .001;
	outline: 0;
	will-change: auto;
	overflow: hidden;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lightgallery-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.lightgallery-outer.lightgallery-zoom-from-image {
	opacity: 1
}

.lightgallery-outer.lightgallery-visible {
	opacity: 1
}

.lightgallery-outer.lightgallery-css3 .lightgallery-item:not(.lightgallery-start-end-progress).lightgallery-current,
.lightgallery-outer.lightgallery-css3 .lightgallery-item:not(.lightgallery-start-end-progress).lightgallery-next-slide,
.lightgallery-outer.lightgallery-css3 .lightgallery-item:not(.lightgallery-start-end-progress).lightgallery-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important
}

.lightgallery-outer.lightgallery-css3.lightgallery-dragging .lightgallery-item.lightgallery-current,
.lightgallery-outer.lightgallery-css3.lightgallery-dragging .lightgallery-item.lightgallery-next-slide,
.lightgallery-outer.lightgallery-css3.lightgallery-dragging .lightgallery-item.lightgallery-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1
}

.lightgallery-outer.lightgallery-grab img.lightgallery-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lightgallery-outer.lightgallery-grabbing img.lightgallery-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lightgallery-outer .lightgallery-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.lightgallery-outer .lightgallery-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	white-space: nowrap
}

.lightgallery-outer .lightgallery-item {
	display: none !important
}

.lightgallery-outer .lightgallery-item:not(.lightgallery-start-end-progress) {
	background-size: 40px;
}

.lightgallery-outer.lightgallery-css3 .lightgallery-current,
.lightgallery-outer.lightgallery-css3 .lightgallery-next-slide,
.lightgallery-outer.lightgallery-css3 .lightgallery-prev-slide {
	display: inline-block !important
}

.lightgallery-outer.lightgallery-css .lightgallery-current {
	display: inline-block !important
}

.lightgallery-outer .lightgallery-img-wrap,
.lightgallery-outer .lightgallery-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lightgallery-outer .lightgallery-img-wrap:before,
.lightgallery-outer .lightgallery-item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.lightgallery-outer .lightgallery-img-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	font-size: 0
}

.lightgallery-outer .lightgallery-item.lightgallery-complete {
	background-image: none
}

.lightgallery-outer .lightgallery-item.lightgallery-current {
	z-index: 1060
}

.lightgallery-outer .lightgallery-object {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative
}

.lightgallery-outer .lightgallery-empty-html .lightgallery-sub-html,
.lightgallery-outer .lightgallery-empty-html.lightgallery-sub-html {
	display: none
}

.lightgallery-outer.lightgallery-hide-download .lightgallery-download {
	opacity: .75;
	pointer-events: none
}

.lightgallery-outer .lightgallery-first-slide .lightgallery-dummy-img {
	position: absolute;
	top: 50%;
	left: 50%
}

.lightgallery-outer.lightgallery-components-open:not(.lightgallery-zoomed) .lightgallery-components {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lightgallery-outer.lightgallery-components-open:not(.lightgallery-zoomed) .lightgallery-sub-html {
	opacity: 1;
	transition: opacity .2s ease-out .15s
}

.lightgallery-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	will-change: auto;
	-webkit-transition: opacity 333ms ease-in 0s;
	-o-transition: opacity 333ms ease-in 0s;
	transition: opacity 333ms ease-in 0s
}

.lightgallery-backdrop.in {
	opacity: 1
}

.lightgallery-css3.lightgallery-no-trans .lightgallery-current,
.lightgallery-css3.lightgallery-no-trans .lightgallery-next-slide,
.lightgallery-css3.lightgallery-no-trans .lightgallery-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
}

.lightgallery-css3.lightgallery-use-css3 .lightgallery-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lightgallery-css3.lightgallery-fade .lightgallery-item {
	opacity: 0
}

.lightgallery-css3.lightgallery-fade .lightgallery-item.lightgallery-current {
	opacity: 1
}

.lightgallery-css3.lightgallery-fade .lightgallery-item.lightgallery-current,
.lightgallery-css3.lightgallery-fade .lightgallery-item.lightgallery-next-slide,
.lightgallery-css3.lightgallery-fade .lightgallery-item.lightgallery-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
}

.lightgallery-css3.lightgallery-use-css3 .lightgallery-item.lightgallery-start-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
	-o-transition: -o-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
	transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lightgallery-css3.lightgallery-use-css3 .lightgallery-item.lightgallery-start-end-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lightgallery-css3.lightgallery-slide.lightgallery-use-css3 .lightgallery-item {
	opacity: 0
}

.lightgallery-css3.lightgallery-slide.lightgallery-use-css3 .lightgallery-item.lightgallery-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lightgallery-css3.lightgallery-slide.lightgallery-use-css3 .lightgallery-item.lightgallery-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lightgallery-css3.lightgallery-slide.lightgallery-use-css3 .lightgallery-item.lightgallery-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lightgallery-css3.lightgallery-slide.lightgallery-use-css3 .lightgallery-item.lightgallery-current,
.lightgallery-css3.lightgallery-slide.lightgallery-use-css3 .lightgallery-item.lightgallery-next-slide,
.lightgallery-css3.lightgallery-slide.lightgallery-use-css3 .lightgallery-item.lightgallery-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
}

.lightgallery-container {
	display: none
}

.lightgallery-container.lightgallery-show {
	display: block
}

.lightgallery-container.lightgallery-dragging-vertical .lightgallery-backdrop {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.lightgallery-container.lightgallery-dragging-vertical .lightgallery-css3 .lightgallery-item.lightgallery-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1
}

.lightgallery-inline .lightgallery-backdrop,
.lightgallery-inline .lightgallery-outer {
	position: absolute
}

.lightgallery-inline .lightgallery-backdrop {
	z-index: 1
}

.lightgallery-inline .lightgallery-outer {
	z-index: 2
}

.lightgallery-inline .lightgallery-maximize:after {
	content: '\e909'
}

.lightgallery-components {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	-webkit-transition: -webkit-transform .35s ease-out 0s;
	-moz-transition: -moz-transform .35s ease-out 0s;
	-o-transition: -o-transform .35s ease-out 0s;
	transition: transform .35s ease-out 0s;
	z-index: 1080;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0
}