
.fgf_pagination {
	cursor: pointer;
}

.fgf_gift_products_wrapper span.fgf_disable_links {
	opacity: .5;
	cursor: not-allowed;
}

.fgf_gift_products_wrapper span.fgf_disable_links a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.fgf_gift_products_table td img {
	height: auto;
	width: 32px;
}

.fgf_hide {
	display: none;
}

#lightcase-content {
	border-radius: 10px;
}

/* Progress bar  */
.fgf-progress-bar-wrapper {
	float: left;
	width: 100%;
	margin: 5px 0;
	display: block;
}

.fgf-progress-bar-wrapper p.fgf-progress-bar-heading-label {
	font-size: 22px;
	width: 100%;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.fgf-progress-bar-above-details-wrapper, .fgf-progress-bar-below-details-wrapper {
	display: table;
	width: 100%;
	margin: 10px 0;
}

.fgf-progress-bar-start, .fgf-progress-bar-end {
	width: auto;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 16px;
}

.fgf-progress-bar-start {
	float: left;
}

.fgf-progress-bar-end {
	float: right;
}

.fgf-progress-bar-outer-wrapper {
	height: 15px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 10px 0;
	background: #f3efe6;
}

.fgf-progress-bar-outer-wrapper span {
	display: block;
	height: 100%;
}

.fgf-progress-bar-outer-wrapper span.fgf-progress-bar-fill {
	background: #03dfb6;
	-webkit-animation: currentpledgebar 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: currentpledgebar 2s ease-in-out;
	animation-fill-mode: none;
	-moz-animation-fill-mode: both;
}

/* Progress bar  */

/* Notices */
.fgf-notice {
	padding: 15px !important;
}

.fgf-notice:before {
	content: " " !important;
}

.fgf-notice-content-wrapper {
	display: table;
}

.fgf-notice-content-wrapper .fgf-notice-icon {
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}

.fgf-notice-content-wrapper .fgf-notice-content {
	display: table-cell;
	vertical-align: middle;
}

.fgf-notice-content-wrapper .fgf-notice-content p {
	margin: 0 !important;
}

.fgf-notice-content-wrapper .fgf-notice-icon img {
	width: 16px;
	height: auto;
}

/* Notices */

/* Dropdown */
.fgf-dropdown-wrapper {
	position: relative;
	float: left;
	width: 70%;
}

.fgf-dropdown-wrapper .fgf-dropdown-default-option-wrapper {
	border-radius: 2px;
	border: solid 1px #ccc;
	position: relative;
	cursor: pointer;
	background: #eee;
}

.fgf-dropdown-option-selected {
	color: #000;
	display: block;
	font-weight: bold;
	overflow: hidden;
	padding: 10px;
	cursor: pointer;
}

.fgf-dropdown-product-image {
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}

.fgf-pointer-down {
	border: solid 5px transparent;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: transparent;
	border-top: solid 5px #000;
}

.fgf-pointer {
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}

ul.fgf-dropdown-options-wrapper {
	border: solid 1px #ccc;
	padding: 0 !important;
	padding: 0;
	width: 100%;
	border-top: none;
	list-style: none;
	box-shadow: 0px 1px 5px #ddd;
	display: none;
	position: absolute;
	z-index: 2000;
	margin: 0 !important;
	box-sizing: border-box;
	background: #fff;
	overflow: auto;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
}

ul.fgf-dropdown-options-wrapper li {
	margin: 0px !important;
	list-style: none !important;
}

ul.fgf-dropdown-options-wrapper li:hover, ul.fgf-dropdown-options-wrapper li a:hover {
	background: #eee;
}

ul li a.fgf-dropdown-option {
	text-decoration: none;
	display: block;
	font-weight: bold;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: solid 1px #ddd;
	cursor: pointer;
	margin: 0 !important;
}

.fgf-dropdown-wrapper img {
	width: 32px;
	height: auto;
}

.fgf-dropdown-wrapper label {
	font-size: 14px;
	color: #000;
	float: left;
	margin-top: 7px;
	cursor: pointer;
}

.fgf-add-gift-product {
	background-color: #eee;
	border-color: #eee;
	color: #333;
	border-radius: 0;
	cursor: pointer;
	padding: .6180469716em 1.41575em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	margin-left: 15px !important;
}

/* Dropdown */

/* Mobile responsive */
@media screen and (max-width: 768px) {
	.fgf-frontend-table {
		border: 1px solid #f1f1f1;
	}
	
	.fgf-frontend-table tbody tr {
		display: block;
	}
	
	.fgf-frontend-table thead {
		display: none;
	}
	
	.fgf-frontend-table tr td::before {
		float: left;
		content: attr(data-title) ": ";
		font-weight: 700;
	}
	
	.fgf-frontend-table tfoot tr td {
		border: none;
		text-align: center !important;
	}
	
	.fgf-frontend-table tfoot tr td nav {
		float: none;
	}
	
	.fgf-frontend-table tfoot tr td::before {
		float: left;
		content: " ";
	}
	
	.fgf-frontend-table tr td {
		display: block;
		border-right: 0;
		border-bottom: 1px solid #f1f1f1;
		text-align: right !important;
	}
	
	.fgf-frontend-table tbody td button {
		float: none;
	}
	
	.fgf-dropdown-wrapper {
		position: relative;
		float: left;
		width: 100%;
	}
	
	.fgf-add-gift-product {
		background-color: #eee;
		border-color: #eee;
		color: #333;
		border-radius: 0;
		cursor: pointer;
		padding: .6180469716em 1.41575em;
		text-decoration: none;
		font-weight: 600;
		text-shadow: none;
		display: inline-block;
		-webkit-appearance: none;
		margin: 15px 0 15px 0;
	}
}

@media only screen and (max-width: 640px) {
	/*  single product page popup mobile responsive*/
	.fgf-popup-gift-products-wrapper {
		float: left;
		max-height: 300px;
		overflow-y: scroll;
		background: #fff;
		padding: 5px;
		width: 100%;
		border-radius: 5px;
	}
	
	.fgf_gift_products_wrapper h3, .fgf_gift_products_wrapper table td, .fgf_gift_products_wrapper h5 {
		text-shadow: none !important;
	}
	
	.fgf_gift_products_wrapper h3, .fgf_gift_products_wrapper h5 {
		color: #333 !important;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://n1o1.com/wp-content/plugins/free-gifts-for-woocommerce/assets/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.fgf-owl-carousel-items, .fgf-owl-carousel-items .owl-stage-outer {
	width: 100.1% !important;
}

.fgf-owl-carousel-items .owl-item .fgf-owl-carousel-item {
	border: 1px solid #ccc;
}

.fgf-owl-carousel-items .owl-item span {
	display: block;
	margin-bottom: 15px;
}

.fgf-owl-carousel-items .owl-item h5, .fgf-owl-carousel-items .owl-item span {
	text-align: center;
}

.fgf-owl-carousel-items .owl-prev, .fgf-owl-carousel-items .owl-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}

.fgf-owl-carousel-items .owl-prev {
	left: 0;
}

.fgf-owl-carousel-items .owl-next {
	right: 0;
}

.fgf-owl-carousel-items .owl-nav button.owl-prev, .fgf-owl-carousel-items .owl-nav button.owl-next {
	background: #f1f1f1;
	padding: 10px !important;
	border: 1px solid #ccc;
}

.fgf-owl-carousel-items h5 {
	margin: 10px 0;
	font-weight: 600;
}

.fgf-owl-carousel-items .owl-dots, .fgf-owl-carousel-items .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.fgf-owl-carousel-items .owl-nav {
	margin-top: 10px;
}

.fgf-owl-carousel-items .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.fgf-owl-carousel-items .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.fgf-owl-carousel-items .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.fgf-owl-carousel-items .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.fgf-owl-carousel-items .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.fgf-owl-carousel-items .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.fgf-owl-carousel-items .owl-dots .owl-dot.active span, .fgf-owl-carousel-items .owl-dots .owl-dot:hover span {
	background: #869791;
}

[class*=lightcase-icon-]:before {
	font-family: lightcase, sans-serif;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

.lightcase-icon-play:before {
	content: "";
}

.lightcase-icon-pause:before {
	content: "";
}

.lightcase-icon-close:before {
	content: "";
}

.lightcase-icon-prev:before {
	content: "";
}

.lightcase-icon-next:before {
	content: "";
}

.lightcase-icon-spin:before {
	content: "";
}

@-webkit-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-moz-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-o-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-ms-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

#lightcase-case {
	display: none;
	position: fixed;
	z-index: 2002;
	top: 50%;
	left: 50%;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

@media screen and (max-width:640px) {
	html[data-lc-type=ajax] #lightcase-case, html[data-lc-type=inline] #lightcase-case {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		padding: 55px 0 70px 0;
		width: 100% !important;
		height: 100% !important;
		overflow: auto !important;
	}
}

@media screen and (min-width:641px) {
	html:not([data-lc-type=error]) #lightcase-content {
		position: relative;
		z-index: 1;
		text-shadow: none;
		background-color: #fff;
		-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-webkit-backface-visibility: hidden;
	}
}

@media screen and (min-width:641px) {
	html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
		background-color: #333;
	}
}

html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content, html[data-lc-type=inline] #lightcase-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width:640px) {
	html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content, html[data-lc-type=inline] #lightcase-content {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		background: 0 0 !important;
	}
}

html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:640px) {
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
		padding: 15px;
	}
	
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
		width: 100% !important;
		max-width: none !important;
	}
	
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe), html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
		height: auto !important;
		max-height: none !important;
	}
}

@media screen and (max-width:640px) {
	html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media screen and (max-width:640px) and (min-width:641px) {
	html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
		line-height: .75;
	}
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
	position: relative;
	overflow: hidden !important;
}

@media screen and (max-width:640px) {
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		background: 0 0 !important;
	}
}

@media screen and (min-width:641px) {
	html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
		padding: 30px;
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
		color: #aaa;
	}
}

@media screen and (min-width:641px) {
	#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
		color: #333;
	}
}

#lightcase-case p.lightcase-error {
	margin: 0;
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #aaa;
}

@media screen and (max-width:640px) {
	#lightcase-case p.lightcase-error {
		padding: 30px 0;
	}
}

@media screen and (min-width:641px) {
	#lightcase-case p.lightcase-error {
		padding: 0;
	}
}

.lightcase-open body {
	overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
	max-width: 100%;
	max-height: 100%;
}

#lightcase-info {
	position: absolute;
	padding-top: 15px;
}

#lightcase-info #lightcase-caption, #lightcase-info #lightcase-title {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: 400;
	text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
	font-size: 17px;
	color: #aaa;
}

@media screen and (max-width:640px) {
	#lightcase-info #lightcase-title {
		position: fixed;
		top: 10px;
		left: 0;
		max-width: 87.5%;
		padding: 5px 15px;
		background: #333;
	}
}

#lightcase-info #lightcase-caption {
	clear: both;
	font-size: 13px;
	color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
	font-size: 11px;
	color: #aaa;
}

@media screen and (max-width:640px) {
	.lightcase-fullScreenMode #lightcase-info {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
		position: static;
	}
}

#lightcase-loading {
	position: fixed;
	position: fixed;
	z-index: 9999;
	z-index: 2001;
	width: 1.123em;
	height: auto;
	font-size: 38px;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	text-shadow: none;
	text-shadow: 0 0 15px #fff;
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	opacity: 1;
	-moz-transform-origin: 50% 53%;
	-webkit-animation: lightcase-spin .5s infinite linear;
	-moz-animation: lightcase-spin .5s infinite linear;
	-o-animation: lightcase-spin .5s infinite linear;
	animation: lightcase-spin .5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
	text-decoration: none;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color, opacity, ease-in-out .25s;
	-moz-transition: color, opacity, ease-in-out .25s;
	-o-transition: color, opacity, ease-in-out .25s;
	transition: color, opacity, ease-in-out .25s;
}

#lightcase-loading>span {
	display: inline-block;
	text-indent: -9999px;
}

a[class*=lightcase-icon-] {
	position: fixed;
	z-index: 9999;
	width: 1.123em;
	height: auto;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	text-shadow: none;
	outline: 0;
	cursor: pointer;
}

a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
	text-decoration: none;
	color: rgba(255, 255, 255, .6);
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color, opacity, ease-in-out .25s;
	-moz-transition: color, opacity, ease-in-out .25s;
	-o-transition: color, opacity, ease-in-out .25s;
	transition: color, opacity, ease-in-out .25s;
}

a[class*=lightcase-icon-]>span {
	display: inline-block;
	text-indent: -9999px;
}

a[class*=lightcase-icon-]:hover {
	color: #fff;
	text-shadow: 0 0 15px #fff;
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
	color: #aaa;
	text-shadow: none;
}

a[class*=lightcase-icon-].lightcase-icon-close {
	position: fixed;
	top: 15px;
	right: 15px;
	bottom: auto;
	margin: 0;
	opacity: 0;
	outline: 0;
}

a[class*=lightcase-icon-].lightcase-icon-prev {
	left: 15px;
}

a[class*=lightcase-icon-].lightcase-icon-next {
	right: 15px;
}

a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
	left: 50%;
	margin-left: -.5em;
}

@media screen and (min-width:641px) {
	a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
		opacity: 0;
	}
}

@media screen and (max-width:640px) {
	a[class*=lightcase-icon-] {
		bottom: 15px;
		font-size: 24px;
	}
}

@media screen and (min-width:641px) {
	a[class*=lightcase-icon-] {
		bottom: 50%;
		margin-bottom: -.5em;
	}
	
	#lightcase-case:hover~a[class*=lightcase-icon-], a[class*=lightcase-icon-]:hover {
		opacity: 1;
	}
}

#lightcase-overlay {
	display: none;
	width: 100%;
	min-height: 100%;
	position: fixed;
	z-index: 2000;
	top: -9999px;
	bottom: -9999px;
	left: 0;
	background: #333;
}

@media screen and (max-width:640px) {
	#lightcase-overlay {
		opacity: 1 !important;
	}
}
