body.royal_preloader {
	background: none;
	visibility: hidden;
}
#royal_preloader {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	visibility: visible;
	background-color: #edf2fc;
	backdrop-filter: blur(4px);
	z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01));
    background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01));
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
	border-color: rgba(43, 54, 130, 0.3);
    color: #2b3682;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #2b3682;
    border-radius: 50%;
	-webkit-animation: rotate 0.8s linear infinite;
	-moz-animation: rotate 0.8s linear infinite;
	-ms-animation: rotate 0.8s linear infinite;
	-o-animation: rotate 0.8s linear infinite;
	animation: rotate 0.8s linear infinite;
}
#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-weight: 300;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: 2px;
    font-size: 25px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #000;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
	display: inline-block;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
	-webkit-animation: scale 0.2s forwards;
	-moz-animation: scale 0.2s forwards;
	-ms-animation: scale 0.2s forwards;
	-o-animation: scale 0.2s forwards;
	animation: scale 0.2s forwards;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 400;
    letter-spacing:2px;
    padding-top:10px;
}
#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.5);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    height: 1px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.08); 
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #2b3682;
}
#royal_preloader.royal_preloader_progress .royal_preloader_percentage, 
#royal_preloader.royal_preloader_logo .royal_preloader_percentage, 
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 40px;
    color: #2b3682;
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}
@media only screen and (max-width: 800px) {
    #royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
        height: 22px;
        line-height: 22px;
        font-size: 22px;
    }
}