#floating_menu header {
    -webkit-transition: all,.1s,ease-out;
    -moz-transition: all,.1s,ease-out;
    transition: all,.1s,ease-out;
    padding: 18px 0;
    margin-top: 30px;
}

@media only screen and (max-width: 768px)
header .hmn .rmn {
    background: none !important;
    color: #fff;
    font-size: 32px;
    height: 46px;
    line-height: 46px;
    margin: 0 0 0 10px;
    text-align: center;
    width: 46px;
}