#loading{
	background-color: #cf4a30;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
}
#loading-logo{
	top: 15%;
	height: 20%;
	width: 100%;
	position: absolute;
	text-align:center;
}
#loading-logo img{
	height: 100%;
	border-radius:10px;
	border:2px solid white;
}
#kkgames-logo{
	height: 8%;
	width: 100%;
	position: absolute;
	text-align:center;
	bottom:200px;
}
#kkgames-logo img{
	height: 100%;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	-webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;

}
#loading-text{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 240px;
	margin-top: 40px;
	margin-left: -120px;
	text-align: center;
	color: #FFFFFF;
}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
}
.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}