.fa-spin.loading{
    font-size: 50px;
    color: #00AC95;
    -webkit-animation: fa-spin 0.5s infinite linear;
    animation: fa-spin 0.5s infinite linear;
	top: 40%;
    position: absolute;
}
.text-loading{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    opacity: 0.7;
    min-height: 300px;
    font-size: 40px;
}

