#loader {
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%
}

.loading-container {
	height: 100%;
	width: 100%;
	z-index: 1;
	text-align: center;
	background: #eee
}

.loading-container h1 {
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	left: 50%
}

#loader-container {
	background: #00a7d4;
	height: 100%
}

.loader {
	width: 250px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px -125px;
	list-style-type: none
}

.loader li {
	float: left;
	position: relative
}

.circle {
	width: 40px;
	height: 40px;
	border-radius: 0 0 50% 50%;
	border: 4px solid #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0
}

.ball {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 -15px 0 0 rgba(255, 255, 255, .15), 0 -10px 0 0 rgba(255, 255, 255, .1), 0 -5px 0 0 rgba(255, 255, 255, .05)
}

.circle {
	-webkit-animation: rotate 1.5s cubic-bezier(0.45, 0, 1, 1) infinite;
	animation: rotate 1.5s cubic-bezier(0.45, 0, 1, 1) infinite
}

.ball {
	-webkit-animation: fall 1.5s cubic-bezier(0.95, 0, 1, 1) infinite;
	animation: fall 1.5s cubic-bezier(0.95, 0, 1, 1) infinite
}

.loader li:nth-child(1) div {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms
}

.loader li:nth-child(2) div {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms
}

.loader li:nth-child(3) div {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms
}

.loader li:nth-child(4) div {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}

.loader li:nth-child(5) div {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms
}

@keyframes rotate {
	0%,
	20% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate {
	0%,
	20% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes fall {
	0%,
	20% {
		transform: translateY(-30px);
		opacity: 0
	}
	20%,
	24%,
	27%,
	30%,
	50%,
	75% {
		transform: translateY(0px);
		opacity: 1
	}
	22% {
		transform: translateY(-10px)
	}
	25% {
		transform: translateY(-6px)
	}
	28% {
		transform: translateY(-2px)
	}
	30% {
		box-shadow: 0 0 0 rgba(255, 255, 255, .3)
	}
	100%,
	75% {
		box-shadow: 0 -15px 0 0 rgba(255, 255, 255, .15), 0 -10px 0 0 rgba(255, 255, 255, .1), 0 -5px 0 0 rgba(255, 255, 255, .05);
		transform: translateY(30px);
		opacity: 0
	}
}

@-webkit-keyframes fall {
	0%,
	20% {
		-webkit-transform: translateY(-30px);
		opacity: 0
	}
	20%,
	24%,
	27%,
	30%,
	50%,
	75% {
		-webkit-transform: translateY(0px);
		opacity: 1
	}
	22% {
		-webkit-transform: translateY(-10px)
	}
	25% {
		-webkit-transform: translateY(-6px)
	}
	28% {
		-webkit-transform: translateY(-2px)
	}
	30% {
		box-shadow: 0 0 0 rgba(255, 255, 255, .3)
	}
	100%,
	75% {
		box-shadow: 0 -15px 0 0 rgba(255, 255, 255, .15), 0 -10px 0 0 rgba(255, 255, 255, .1), 0 -5px 0 0 rgba(255, 255, 255, .05);
		-webkit-transform: translateY(30px);
		opacity: 0
	}
}

.action-section{
    position: absolute;
    bottom: 0;
    margin: 0 15px 17px 0;
    right: 0;
}

.center{
	display: block;
	margin: 0 auto;
}
.w-40{
	width: 40% !important;
}
