
#page .header a
{
	
	    display: block;
    width: 40px;
    height: 41px;
    position: absolute;
    top: -70px;
    background: url(../images/mob-menu.png) no-repeat center;
    border-radius: 5px;
    z-index: 99999;
    right: 0;

}
#page .header{ padding:0px; display: inline;}
div#page {
    float: right;
    position: relative;
}


.whats {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:10000;
    animation: shakeX 2s infinite;
}
.whats a {
    background-color:#00bf49;
    color:#fff;
    padding:10px 15px;
    border-radius: 40px;
    display: block;
}
.whats a:hover {
    background-color:#13d45d;
}