.loading {
	background: rgba(0, 50, 250, 0);
	position: relative;
	margin: 5em auto 0 auto;
	width: 3em; height: 3em;
	-webkit-animation-name: rotate;
	   -moz-animation-name: rotate;
	    -ms-animation-name: rotate;
	        animation-name: rotate;
	float: left;
	display: flex;
	z-index: 5;
	margin: 120px;
	position: absolute;"
}

.iconsty {
	font-size: 55px !important;
	position: absolute;
	top: 117px;
	left: 122px;
	color: #f4ede6;
	z-index: 6;
}


.loading,
.loading:before,
.loading:after {
	border-radius: 100%;
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	        animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	    -ms-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in;
	   -moz-animation-timing-function: ease-in;
	    -ms-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

.loading:before,
.loading:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: inherit; height: inherit;
}

.loading:before {
	background: rgba(200, 250, 100, 0);
	-webkit-animation-name: ring;
	   -moz-animation-name: ring;
	    -ms-animation-name: ring;
	        animation-name: ring;
}

.loading:after {
	background: rgba(250, 0, 200, 0);
	-webkit-animation-name: ring2;
	   -moz-animation-name: ring2;
	    -ms-animation-name: ring2;
	        animation-name: ring2;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotateZ(0deg) scaleX(0.1) scaleY(0.1) translateZ(0);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	85%, 100% {  
		-webkit-transform: rotateZ(3600deg) scaleX(2.01) scaleY(2) translateZ(0);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotateZ(0deg) scaleX(0.1) scaleY(0.1) translateZ(0);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	85%, 100% {  
		-moz-transform: rotateZ(3600deg) scaleX(2.01) scaleY(2) translateZ(0);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@-ms-keyframes rotate {
	0% {
		-ms-transform: rotateZ(0deg) scaleX(0.1) scaleY(0.1) translateZ(0);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	85%, 100% {  
		-ms-transform: rotateZ(3600deg) scaleX(2.01) scaleY(2) translateZ(0);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@keyframes rotate {
	0% {
		transform: rotateZ(0deg) scaleX(0.1) scaleY(0.1) translateZ(0);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	85%, 100% {  
		transform: rotateZ(3600deg) scaleX(2.01) scaleY(2) translateZ(0);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: scaleX(0.1) scaleY(0.5);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	75%, 100% {
		-webkit-transform: scaleX(2) scaleY(2.1);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@-moz-keyframes ring {
	0% {
		-moz-transform: scaleX(0.1) scaleY(0.5);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	75%, 100% {
		-moz-transform: scaleX(2) scaleY(2.1);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@-ms-keyframes ring {
	0% {
		-ms-transform: scaleX(0.1) scaleY(0.5);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	75%, 100% {
		-ms-transform: scalex(2) scaleY(2.1);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@keyframes ring {
	0% {
		transform: scaleX(0.1) scaleY(0.5);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	75%, 100% {
		transform: scaleX(2) scaleY(2.1);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@-webkit-keyframes ring2 {
	0% {
		-webkit-transform: scaleX(0.5) scaleY(0.1);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	65%, 100% {
		-webkit-transform: scaleX(2) scaleY(2.1);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@-moz-keyframes ring2 {
	0% {
		-moz-transform: scaleX(0.5) scaleY(0.1);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	65%, 100% {
		-moz-transform: scaleX(2) scaleY(2.1);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@-ms-keyframes ring2 {
	0% {
		-ms-transform: scaleX(0.5) scaleY(0.1);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	65%, 100% {
		-ms-transform: scaleX(2) scaleY(2.1);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}

@keyframes ring2 {
	0% {
		transform: scaleX(0.5) scaleY(0.1);
		box-shadow: inset 0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 0.8em 0 rgba(255, 255, 255, 0.5), inset -0.8em 0 0 rgba(255, 255, 255, 0.5), inset 0 -0.8em 0 rgba(255, 255, 255, 0.5);
	}
	65%, 100% {
		transform: scaleX(2) scaleY(2.1);
		box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
	}
}