.lcext-page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;
}

.lcext-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
	font-size: 10px;
	z-index: 100001;
}

.lcext-body {
	visibility: hidden;
}

/* Fixed bug with Master Slider plugin */
.lcext-body .master-slider {
	visibility: hidden !important;
}

/*
 * Spinner
 */

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.lds-spinner {
	position: relative;
}
.lds-spinner div {
	left: 94px;
	top: 48px;
	position: absolute;
	-webkit-animation: lds-spinner linear 1s infinite;
	animation: lds-spinner linear 1s infinite;
	background: #8cd0e5;
	width: 12px;
	height: 24px;
	border-radius: 40%;
	-webkit-transform-origin: 6px 52px;
	transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -0.916666666666667s;
	animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation-delay: -0.833333333333333s;
	animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: -0.666666666666667s;
	animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation-delay: -0.583333333333333s;
	animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.416666666666667s;
	animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-animation-delay: -0.333333333333333s;
	animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-animation-delay: -0.166666666666667s;
	animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
	-webkit-animation-delay: -0.083333333333333s;
	animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-spinner {
	width: 100px !important;
	height: 100px !important;
	-webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
	transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

/*
 * Spinner
 */

@keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.lds-eclipse {
	position: relative;
}
.lds-eclipse div {
	position: absolute;
	-webkit-animation: lds-eclipse 1s linear infinite;
	animation: lds-eclipse 1s linear infinite;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	box-shadow: 0 4px 0 0 #8cd0e5;
	-webkit-transform-origin: 80px 82px;
	transform-origin: 80px 82px;
}
.lds-eclipse {
	width: 100px !important;
	height: 100px !important;
	-webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
	transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

/*
 * Spin
 */

@keyframes lds-spin {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-webkit-keyframes lds-spin {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
.lds-spin {
	position: relative;
}
.lds-spin div > div {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #8cd0e5;
	-webkit-animation: lds-spin 1s linear infinite;
	animation: lds-spin 1s linear infinite;
}
.lds-spin div:nth-child(1) > div {
	left: 140px;
	top: 80px;
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
}
.lds-spin > div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 160px 100px;
	transform-origin: 160px 100px;
}
.lds-spin div:nth-child(2) > div {
	left: 122.42640685999999px;
	top: 122.42640685999999px;
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}
.lds-spin > div:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 142.42640686px 142.42640686px;
	transform-origin: 142.42640686px 142.42640686px;
}
.lds-spin div:nth-child(3) > div {
	left: 80px;
	top: 140px;
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
}
.lds-spin > div:nth-child(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100px 160px;
	transform-origin: 100px 160px;
}
.lds-spin div:nth-child(4) > div {
	left: 37.57359314px;
	top: 122.42640685999999px;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.lds-spin > div:nth-child(4) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 57.57359314px 142.42640686px;
	transform-origin: 57.57359314px 142.42640686px;
}
.lds-spin div:nth-child(5) > div {
	left: 20px;
	top: 80px;
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
}
.lds-spin > div:nth-child(5) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 40px 100px;
	transform-origin: 40px 100px;
}
.lds-spin div:nth-child(6) > div {
	left: 37.57359314px;
	top: 37.57359314px;
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}
.lds-spin > div:nth-child(6) {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transform-origin: 57.57359314px 57.57359314px;
	transform-origin: 57.57359314px 57.57359314px;
}
.lds-spin div:nth-child(7) > div {
	left: 80px;
	top: 20px;
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
}
.lds-spin > div:nth-child(7) {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 100px 40px;
	transform-origin: 100px 40px;
}
.lds-spin div:nth-child(8) > div {
	left: 122.42640685999999px;
	top: 37.57359314px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-spin > div:nth-child(8) {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	-webkit-transform-origin: 142.42640686px 57.57359314px;
	transform-origin: 142.42640686px 57.57359314px;
}
.lds-spin div:nth-child(9) > div {
	left: 140px;
	top: 80px;
	-webkit-animation-delay: 0.125s;
	animation-delay: 0.125s;
}
.lds-spin > div:nth-child(9) {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transform-origin: 160px 100px;
	transform-origin: 160px 100px;
}
.lds-spin {
	width: 100px !important;
	height: 100px !important;
	-webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
	transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

/*
 * Dual Ring
 */

@keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.lds-dual-ring {
	position: relative;
}
.lds-dual-ring div {
	position: absolute;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	border: 8px solid #000;
	border-color: #8cd0e5 transparent #8cd0e5 transparent;
	-webkit-animation: lds-dual-ring 1s linear infinite;
	animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring {
	width: 100px !important;
	height: 100px !important;
	-webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
	transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

/*
 * Pacman
 */

@keyframes lds-pacman-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes lds-pacman-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes lds-pacman-2 {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@-webkit-keyframes lds-pacman-2 {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes lds-pacman-3 {
	0% {
		-webkit-transform: translate(190px, 0);
		transform: translate(190px, 0);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(70px, 0);
		transform: translate(70px, 0);
		opacity: 1;
	}
}
@-webkit-keyframes lds-pacman-3 {
	0% {
		-webkit-transform: translate(190px, 0);
		transform: translate(190px, 0);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(70px, 0);
		transform: translate(70px, 0);
		opacity: 1;
	}
}
.lds-pacman {
	position: relative;
}
.lds-pacman > div:nth-child(2) div {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 120px;
	height: 60px;
	border-radius: 120px 120px 0 0;
	background: #8cd0e5;
	-webkit-animation: lds-pacman-1 1s linear infinite;
	animation: lds-pacman-1 1s linear infinite;
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}
.lds-pacman > div:nth-child(2) div:nth-child(2) {
	-webkit-animation: lds-pacman-2 1s linear infinite;
	animation: lds-pacman-2 1s linear infinite;
}
.lds-pacman > div:nth-child(1) div {
	position: absolute;
	top: 92px;
	left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #376888;
	-webkit-animation: lds-pacman-3 1s linear infinite;
	animation: lds-pacman-3 1s linear infinite;
}
.lds-pacman > div:nth-child(1) div:nth-child(1) {
	-webkit-animation-delay: -0.67s;
	animation-delay: -0.67s;
}
.lds-pacman > div:nth-child(1) div:nth-child(2) {
	-webkit-animation-delay: -0.33s;
	animation-delay: -0.33s;
}
.lds-pacman > div:nth-child(1) div:nth-child(3) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-pacman {
	width: 100px !important;
	height: 100px !important;
	-webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
	transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}