#loader {
    position: fixed;
    top: 89px;
    left:0px;
    color: #fff;
    width: 820px;
    height: 600px;
    background: rgba(51,0,0,0.8);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px;
    min-height: 40px;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    z-index: 2000;

    transform: translate3d(0px,-300px,0px);
    -webkit-transform: translate3d(0px,-300px,0px);
}

#loader .title {
    width: 630px;
    height: 308px;
    background: url(../gui_img/mezokovesdi_matyo_himzes2.svg);
    background-position: 0px 0px; 
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top:50px;
    left: 130px;
}

#loader .loading {
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    line-height: 1.6rem;
    width: 100%;
    margin-top: 50px;
}

#loader .anim {
    position: absolute;
    height: 60px;
    width: 199px;
    background: url(../gui_img/progress.png);
    /*
    background-position-x: 0px; 
    background-position-y: 0px; 
    */
    background-position-x: 0px;
    background-repeat: no-repeat;
    margin-top:120px;
}

#loader .anim.plain {
    left: 470px;
}

#loader .anim.reflected {
    left: 280px;
    transform: rotateY(180deg);
}