body
{
    margin:0px;
    padding: 0px;
    background-color: #ccc;
}
h1
{
    text-align: center;
    font-family: arial;
    position: relative;
    top: 50%;
    font-size: 50px;
}
@-webkit-keyframes av-load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes av-load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.page_reloading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #F37A45;
    text-align: center;
    display: table;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.loadinng_logo {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}
.animate_loading {
    animation: 0.8s linear 0s normal none infinite running av-load8;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #000;
    border-style: solid;
    border-width: 2px;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    border-color: #e1e1e1 #e1e1e1 #e1e1e1 #6786a1;
}
.animate_loading,
.animate_loading:after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}