/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.02.03., 18:43:25
    Author     : mokai
*/

@keyframes felfedes {
    from {opacity:0;}
    to {opacity:1}
}

@keyframes eltuntetes {
    from {opacity:1;}
    to {opacity:0}
}

@keyframes beuszas_menu {
    from {left: -800px;opacity:0;}
    to {left:30px;opacity:0.9}
}

@keyframes bal_fomenu_eltuntetes {
    from {margin-left: 0px;opacity:1;}
    to {margin-left:-100;opacity:0}
}

@keyframes sotet_felfedes {
    from {opacity:0;}
    to {opacity:0.8}
}

@keyframes sotet_eltuntetes {
    from {opacity:0.8;}
    to {opacity:0}
}