
.cssload-container{
    position:relative;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(0,217,255);
    border-left-color: rgb(0,123,255);
    border-radius: 974px;
    -o-border-radius: 974px;
    -ms-border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px;
}

.cssload-whirlpool {
    margin: -24px 0 0 -24px;
    height: 49px;
    width: 49px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
    content: "";
    margin: -22px 0 0 -22px;
    height: 43px;
    width: 43px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
    content: "";
    margin: -28px 0 0 -28px;
    height: 55px;
    width: 55px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}



@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}
/*---------------------loading Bar----------------------*/
.loadingProgress p {
    padding: 0;
    margin: 0;
    font-size: .7rem;
    font-weight: bold;
    -webkit-text-stroke: 0.5px #000000;
}

.progress-bar {
    background-color: #1a1a1a;
    position: absolute;
    left: 25%;
    top: 72%;
    height: 5px;
    padding: 5px;
    width: 50%;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.progress-text {
    font-style: normal;
    color: #ffffff;
    position: absolute;
    left: 25%;
    top: 76%;
    width: 50%;
    padding: 5px;
}

.progress-bar span {
    display: block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
    background-color: #34c2e3;
}
.Loading_imgbox{
    position: absolute;
    top: 10%;
    display: flex;
    width: 100%;
    /*justify-content: center;*/
    flex-direction: column;
    align-items: center;
    /*background: #777;*/
    z-index: 10;

}
/*---------------------Game logo----------------------*/
.loading_Gamelogo{
    background: url(../imgs/GL_logo.png)no-repeat 0 0;
    width: 350px;
    height: 183px;
    background-size: 350px 183px;
    margin-bottom: 10px;
}

.loading_TGlogo{
    background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
    width: 186px;
    height: 180px;
    background-size: 186px 180px;
    display: none;
}
.loading_TGtext{
    background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
    width: 186px;
    height: 31px;
    background-size: 186px 31px;
    display: none;
}
.loadingGif{
    background: url(../imgs/loadingGif.gif)no-repeat 0 0;
    width: 140px;
    height: 154px;
    background-size: 140px 154px;
    display: none;
}

@media only screen and (max-width: 1025px) {
    .Loading_imgbox{
        top: 29%;
    }
    .loading_Gamelogo{
        background: url(../imgs/GL_logo.png)no-repeat 0 0;
        width: 205px;
        height: 108px;
        background-size: 205px 108px;
        margin-bottom: 0;
    }
    .loading_TGlogo{
        background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
        width: 109px;
        height: 105px;
        background-size: 109px 105px;
    }
    .loading_TGtext{
        background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
        width: 109px;
        height: 19px;
        background-size: 109px 19px;
    }
    .progress-bar {
        background-color: #1a1a1a;
        position: absolute;
        left: 25%;
        top: 67%;
        height: 5px;
        padding: 5px;
        width: 50%;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    }

    .progress-text {
        font-style: normal;
        color: #ffffff;
        position: absolute;
        left: 25%;
        top: 70%;
        width: 50%;
        padding: 5px;
    }
}


@media only screen and (max-width: 824px) {
    .Loading_imgbox{
        top: 11%;
    }
    .loading_Gamelogo{
        background: url(../imgs/GL_logo.png)no-repeat 0 0;
        width: 205px;
        height: 108px;
        background-size: 205px 108px;
        margin-bottom: 0;
    }
    .loading_TGlogo{
        background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
        width: 109px;
        height: 105px;
        background-size: 109px 105px;
    }
    .loading_TGtext{
        background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
        width: 109px;
        height: 19px;
        background-size: 109px 19px;
    }
    .progress-bar {
        background-color: #1a1a1a;
        position: absolute;
        left: 25%;
        top: 306px;
        height: 5px;
        padding: 5px;
        width: 50%;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    }

    .progress-text {
        font-style: normal;
        color: #ffffff;
        position: absolute;
        left: 25%;
        top: 330px;
        width: 50%;
        padding: 5px;
    }
}

@media only screen and (max-width: 769px) {
    .Loading_imgbox{
        top: 32%;
    }
    .loading_Gamelogo{
        background: url(../imgs/GL_logo.png)no-repeat 0 0;
        width: 205px;
        height: 108px;
        background-size: 205px 108px;
        margin-bottom: 0;
    }
    .loading_TGlogo{
        background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
        width: 109px;
        height: 105px;
        background-size: 109px 105px;
    }
    .loading_TGtext{
        background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
        width: 109px;
        height: 19px;
        background-size: 109px 19px;
    }
    .progress-bar {
        background-color: #1a1a1a;
        position: absolute;
        left: 25%;
        top: 70%;
        height: 5px;
        padding: 5px;
        width: 50%;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    }

    .progress-text {
        font-style: normal;
        color: #ffffff;
        position: absolute;
        left: 25%;
        top: 74%;
        width: 50%;
        padding: 5px;
    }
}

@media only screen and (max-width: 737px) {
    .Loading_imgbox{
        top: 3%;
    }
    .loading_Gamelogo{
        background: url(../imgs/GL_logo.png)no-repeat 0 0;
        width: 205px;
        height: 108px;
        background-size: 205px 108px;
        margin-bottom: 0;
    }
    .loading_TGlogo{
        background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
        width: 109px;
        height: 105px;
        background-size: 109px 105px;
    }
    .loading_TGtext{
        background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
        width: 109px;
        height: 19px;
        background-size: 109px 19px;
    }
    .progress-bar {
        background-color: #1a1a1a;
        position: absolute;
        left: 25%;
        top: 80%;
        height: 5px;
        padding: 5px;
        width: 50%;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    }

    .progress-text {
        font-style: normal;
        color: #ffffff;
        position: absolute;
        left: 25%;
        top: 86%;
        width: 50%;
        padding: 5px;
    }
}

@media only screen and (max-width: 641px) {
    .Loading_imgbox{
        top: 5%;
    }
    .loading_Gamelogo{
        background: url(../imgs/GL_logo.png)no-repeat 0 0;
        width: 150px;
        height: 79px;
        background-size: 150px 79px;
        margin-bottom: 0;
    }
    .loading_TGlogo{
        background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
        width: 109px;
        height: 105px;
        background-size: 109px 105px;
    }
    .loading_TGtext{
        background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
        width: 109px;
        height: 19px;
        background-size: 109px 19px;
    }
    .progress-bar {
        background-color: #1a1a1a;
        position: absolute;
        left: 25%;
        top: 225px;
        height: 5px;
        padding: 5px;
        width: 50%;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    }

    .progress-text {
        font-style: normal;
        color: #ffffff;
        position: absolute;
        left: 25%;
        top: 245px;
        width: 50%;
        padding: 5px;
    }
}

@media only screen and (max-width: 569px) {
    .Loading_imgbox{
        top: 5%;
    }
    .loading_Gamelogo{
        background: url(../imgs/GL_logo.png)no-repeat 0 0;
        width: 205px;
        height: 108px;
        background-size: 205px 108px;
        margin-bottom: 0;
    }
    .loading_TGlogo{
        background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
        width: 109px;
        height: 105px;
        background-size: 109px 105px;
    }
    .loading_TGtext{
        background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
        width: 109px;
        height: 19px;
        background-size: 109px 19px;
    }
    .progress-bar {
        background-color: #1a1a1a;
        position: absolute;
        left: 25%;
        top: 255px;
        height: 5px;
        padding: 5px;
        width: 50%;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    }

    .progress-text {
        font-style: normal;
        color: #ffffff;
        position: absolute;
        left: 25%;
        top: 275px;
        width: 50%;
        padding: 5px;
    }
}

@media only screen and (max-width: 415px) {
    .Loading_imgbox{
        top: 21%;
    }
    .loading_Gamelogo{
        background: url(../imgs/GL_logo.png)no-repeat 0 0;
        width: 235px;
        height: 123px;
        background-size: 235px 123px;
        margin-bottom: 0;
    }
    .loading_TGlogo{
        background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
        width: 109px;
        height: 105px;
        background-size: 109px 105px;
    }
    .loading_TGtext{
        background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
        width: 109px;
        height: 19px;
        background-size: 109px 19px;
    }
    .progress-bar {
        background-color: #1a1a1a;
        position: absolute;
        left: 25%;
        top: 442px;
        height: 5px;
        padding: 5px;
        width: 50%;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    }

    .progress-text {
        font-style: normal;
        color: #ffffff;
        position: absolute;
        left: 25%;
        top: 465px;
        width: 50%;
        padding: 5px;
    }
}

@media only screen and (max-width: 320px) {
    .Loading_imgbox{
        top: 20%;
    }
    .loading_Gamelogo{
        background: url(../imgs/GL_logo.png)no-repeat 0 0;
        width: 205px;
        height: 108px;
        background-size: 205px 108px;
        margin-bottom: 0;
    }
    .loading_TGlogo{
        background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
        width: 109px;
        height: 105px;
        background-size: 109px 105px;
    }
    .loading_TGtext{
        background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
        width: 109px;
        height: 19px;
        background-size: 109px 19px;
    }
    .progress-bar {
        background-color: #1a1a1a;
        position: absolute;
        left: 25%;
        top: 360px;
        height: 5px;
        padding: 5px;
        width: 50%;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    }

    .progress-text {
        font-style: normal;
        color: #ffffff;
        position: absolute;
        left: 25%;
        top: 380px;
        width: 50%;
        padding: 5px;
    }
}