.preloader-plus {
    background-color: #141414;
}

body.complete>*:not(.preloader-plus),
.preloader-plus {
    transition-duration: 1000ms, 1000ms, 0s;
}

.preloader-plus * {
    color: #65615F;
}

.preloader-plus.complete {
    opacity: 0;
    transform: scale(1);
    transition-delay: 0s, 0s, 1000ms;
}

.preloader-plus .preloader-site-title {
    font-weight: bold;
    font-size: 50px;
    text-transform: none;
}

.preloader-plus #preloader-counter {
    font-weight: bold;
    font-size: 24px;
}

.preloader-plus .preloader-plus-custom-content {
    font-weight: bold;
    font-size: 24px;
    text-transform: none;
}

.preloader-plus-default-icons {
    width: 50px;
    height: 50px;
}

.preloader-plus .preloader-custom-img {
    animation: preloader-none 1500ms linear infinite;
    width: 250px;
}

.preloader-plus .prog-bar {
    height: 5px;
    background-color: #069f30;
}

.preloader-plus .prog-bar-bg {
    height: 5px;
    background-color: #919191;
}

.preloader-plus .prog-bar-wrapper {
    top: 0;
    padding-top: 0;
    width: 100%;
}