.preloader_wraper,
.preloader_holder > div,
.preloader_holder {
    cursor: wait;
    /*text-align: center;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding-left: 10%;
    padding-top: 7%;
}
.preloader_removing.fade_preloader .preloader_wraper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease;
}
.preloader_holder {
    max-width: 68%;
}
.preloader_wraper {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    display: none;
    /*position: fixed;*/
    z-index:10000000;
}
.fixed{
    position: fixed;
}
.preloader_show {
    position: relative;
}
.preloader_show .preloader_wraper {
    display: block;
}
.preloader_block .preloader_wraper {
    background: none;
    position: fixed;
    z-index: 1050;
}
.preloader_block .preloader_wraper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background-color: #000;
}


/********************************************************************************************* */

.cssload-loader {
    position: relative;
    width: 10.5em;
    height: 10.5em;
    transform: rotate(165deg);
    display: block;
    margin: auto;
}
.cssload-loader:before, .cssload-loader:after {
    content: "";
    position: absolute;
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 1.25em;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.cssload-loader:before {
    animation: before 2.3s infinite;
    -o-animation: before 2.3s infinite;
    -ms-animation: before 2.3s infinite;
    -webkit-animation: before 2.3s infinite;
    -moz-animation: before 2.3s infinite;
}
.cssload-loader:after {
    animation: after 2.3s infinite;
    -o-animation: after 2.3s infinite;
    -ms-animation: after 2.3s infinite;
    -webkit-animation: after 2.3s infinite;
    -moz-animation: after 2.3s infinite;
}




@keyframes before {
    0% {
        width: 2.5em;
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
    35% {
        width: 10.5em;
        box-shadow: 0 -2.5em rgba(39,39,39,0.75), 0 2.5em rgba(39,39,39,0.75);
    }
    70% {
        width: 2.5em;
        box-shadow: -4em -2.5em rgba(39,39,39,0.75), 4em 2.5em rgba(39,39,39,0.75);
    }
    100% {
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
}

@-o-keyframes before {
    0% {
        width: 2.5em;
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
    35% {
        width: 10.5em;
        box-shadow: 0 -2.5em rgba(39,39,39,0.75), 0 2.5em rgba(39,39,39,0.75);
    }
    70% {
        width: 2.5em;
        box-shadow: -4em -2.5em rgba(39,39,39,0.75), 4em 2.5em rgba(39,39,39,0.75);
    }
    100% {
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
}

@-ms-keyframes before {
    0% {
        width: 2.5em;
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
    35% {
        width: 10.5em;
        box-shadow: 0 -2.5em rgba(39,39,39,0.75), 0 2.5em rgba(39,39,39,0.75);
    }
    70% {
        width: 2.5em;
        box-shadow: -4em -2.5em rgba(39,39,39,0.75), 4em 2.5em rgba(39,39,39,0.75);
    }
    100% {
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
}

@-webkit-keyframes before {
    0% {
        width: 2.5em;
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
    35% {
        width: 10.5em;
        box-shadow: 0 -2.5em rgba(39,39,39,0.75), 0 2.5em rgba(39,39,39,0.75);
    }
    70% {
        width: 2.5em;
        box-shadow: -4em -2.5em rgba(39,39,39,0.75), 4em 2.5em rgba(39,39,39,0.75);
    }
    100% {
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
}

@-moz-keyframes before {
    0% {
        width: 2.5em;
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
    35% {
        width: 10.5em;
        box-shadow: 0 -2.5em rgba(39,39,39,0.75), 0 2.5em rgba(39,39,39,0.75);
    }
    70% {
        width: 2.5em;
        box-shadow: -4em -2.5em rgba(39,39,39,0.75), 4em 2.5em rgba(39,39,39,0.75);
    }
    100% {
        box-shadow: 4em -2.5em rgba(39,39,39,0.75), -4em 2.5em rgba(39,39,39,0.75);
    }
}

@keyframes after {
    0% {
        height: 2.5em;
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
    35% {
        height: 10.5em;
        box-shadow: 2.5em 0 rgba(255,140,0,0.75), -2.5em 0 rgba(255,140,0,0.75);
    }
    70% {
        height: 2.5em;
        box-shadow: 2.5em -4em rgba(255,140,0,0.75), -2.5em 4em rgba(255,140,0,0.75);
    }
    100% {
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
}

@-o-keyframes after {
    0% {
        height: 2.5em;
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
    35% {
        height: 10.5em;
        box-shadow: 2.5em 0 rgba(255,140,0,0.75), -2.5em 0 rgba(255,140,0,0.75);
    }
    70% {
        height: 2.5em;
        box-shadow: 2.5em -4em rgba(255,140,0,0.75), -2.5em 4em rgba(255,140,0,0.75);
    }
    100% {
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
}

@-ms-keyframes after {
    0% {
        height: 2.5em;
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
    35% {
        height: 10.5em;
        box-shadow: 2.5em 0 rgba(255,140,0,0.75), -2.5em 0 rgba(255,140,0,0.75);
    }
    70% {
        height: 2.5em;
        box-shadow: 2.5em -4em rgba(255,140,0,0.75), -2.5em 4em rgba(255,140,0,0.75);
    }
    100% {
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
}

@-webkit-keyframes after {
    0% {
        height: 2.5em;
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
    35% {
        height: 10.5em;
        box-shadow: 2.5em 0 rgba(255,140,0,0.75), -2.5em 0 rgba(255,140,0,0.75);
    }
    70% {
        height: 2.5em;
        box-shadow: 2.5em -4em rgba(255,140,0,0.75), -2.5em 4em rgba(255,140,0,0.75);
    }
    100% {
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
}

@-moz-keyframes after {
    0% {
        height: 2.5em;
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
    35% {
        height: 10.5em;
        box-shadow: 2.5em 0 rgba(255,140,0,0.75), -2.5em 0 rgba(255,140,0,0.75);
    }
    70% {
        height: 2.5em;
        box-shadow: 2.5em -4em rgba(255,140,0,0.75), -2.5em 4em rgba(255,140,0,0.75);
    }
    100% {
        box-shadow: 2.5em 4em rgba(255,140,0,0.75), -2.5em -4em rgba(255,140,0,0.75);
    }
}
