.prelodr
{
	position:fixed;
	height:100%;
	width:100%;
	display:table;
	left:0;top:0;
	background-color:rgba(255,255,255,.75);
	font-family:Arial,sans-serif;
	font-size:16px;
	cursor:default;
	opacity:0;
	visibility:0;
	transition:opacity .3s .3s cubic-bezier(.4,0,.2,1);z-index:100}.prelodr>span,.prelodr>span>span{position:relative;text-align:center;
	vertical-align:middle
	}
	.prelodr>span
	{
		display:table-cell}.prelodr>span>span{display:inline-block;background-color:#fff;color:#545454;
		font-weight:400;
		min-width:150px;
		box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.23);
		transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);
		transform:scale(.95);transition-delay:.2s;
		border-radius:3px;padding:.7em 2em .9em
		}
	.prelodr.prelodr-hide{
		display:none
		}
		.prelodr.prelodr-in{
			opacity:1;visibility:visible
			}.prelodr>span>span.prelodr-in{
				opacity:1;visibility:visible;transform:scale(1)
				}
				.prelodr .prelodr-progressbar{position:absolute;bottom:0;left:0;padding-top:3px;width:100%;background-color:#0f9d58;animation:prelodr-background linear 3s infinite}.prelodr .prelodr-progressbar:after,.prelodr .prelodr-progressbar:before{display:block;position:absolute;top:0;z-index:2;width:0;background-color:#0f9d58;height:4px;content:'';animation:prelodr-front linear 3s infinite}.prelodr .prelodr-progressbar:before{right:50%}.prelodr .prelodr-progressbar:after{left:50%}@keyframes prelodr-background{0%,24.9%{background-color:#0f9d58}25%,49.9%{background-color:#da4733}50%,74.9%{background-color:#1d6fee}100%,75%{background-color:#fdba2c}}@keyframes prelodr-front{0%{background-color:#da4733;width:0}24.9%{background-color:#da4733;width:50%}25%{background-color:#1d6fee;width:0}49.9%{background-color:#1d6fee;width:50%}50%{background-color:#fdba2c;width:0}74.9%{background-color:#fdba2c;width:50%}75%{background-color:#0f9d58;width:0}100%{background-color:#0f9d58;width:50%}}