
#royal-page-load{
	position:fixed;
	width:100%;
	height:100vh;
	z-index:99999999999999999;
	background:#fff;
	background:rgba(255,255,255,.98);
}
#royal-page-load .logo-div{
	position:fixed;
	width:100%;
	height:100vh;
	box-sizing:border-box;
	background-image:url(../images/logo-big.png);
	background-position:center;
	background-size:auto 80px;
	background-repeat:no-repeat;
}
.main-logo-anc{
	visibility:hidden;
}
.anim-complete .main-logo-anc{
	visibility:visible !important;
}
.anim-complete #royal-page-load .logo-div{
	visibility:hidden !important;
}
@media (max-width: 991px){
#royal-page-load .logo-div {
	background-size:auto 63px;
}
}
a.full.btn-extra{
	margin:0px !important;
	width:100%;
	border:1px solid #009EE3 !important;
	display:block;
}
a.button.btn-extra.full >span{
	color:#666;
}
.full.btn-extra >i {
	text-align:center !important;
	padding-right:0px !important;
}
a.button.btn-extra.full:hover{
	border:1px solid #7AD5FD !important;
	border-right:1px solid #7AD5FD !important;
}
.dl-wakala{
	position: fixed !important;
	bottom: 0px;
	right: 0px;
	background: #fff !important;
	width: 20% !important;
	max-width: 250px;
	z-index:40;
}