@media(max-width: 768px){

    header .logo img{
        position: relative;
        margin: 26px auto;
    }

    .menu{
        background: #00aaff;
        padding-left: 10px;
        font-size: 20px;
        color: transparent;
        text-transform: uppercase;
    }
    .menu a{
        display: block;
        text-decoration: none;
        padding: 10px;
        color: #fff;
    }
    .menu li{
        position: relative;
        border-bottom: 1px solid #000;
        border-left: 0;
        /*! height: 49px; */
    }
    .menu li.yellow{
        background: #efb13a;
        margin-left: -15px;
        padding-left: 18px;
    }
    .menu li.yellow a img{
        margin-right: 10px;
     }
    .menu li.yellow a{
        color: #00aaff;
    }
    .menu li:last-child{
        border-bottom: 0px;
    }
    .menu li ul{
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        color: #fff;
        padding-top: 0 !important;
    }
    nav{
        max-height: 40px;
        transition: max-height 0.3s;
        overflow: hidden;
    }
    .menu-btn{
        background: #00aaff;
    }
    .menu-btn img{
        vertical-align: middle;
        height: 44px;
        margin-left: 45%;
        padding: 12px
    }
    .menu-open, .menu .open > ul{
        max-height: 2000px;
    }
    .more i{
        height: 19px;
        padding-left: 13px;
        margin-top: 12px;
        color: #00aaff;
    }
    .more{
        background: #fff;
        float: right;
        min-width: 12%;
        height: 41px;
    }
}