#bg-pegas-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg_03.jpg") no-repeat top center #fff;
    background-size: cover;
}

#bg-pegas-fixed.z-indexUp {
    z-index: 9999;
}

#bg-pegas-fixed.z-indexUp:after {
    content: "";
    background: url("../images/335.gif") no-repeat center center #82b703;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.pegas-on-load-show {
    opacity: 0;
}