.menu-btn {
    padding: 5px 0;
    font-size: 28px;
    color: #000!important;
    line-height: 1.2;
    cursor: pointer;
}
.menu_logo {
    margin:0 auto
}
.menu-close {
    top: 22px;
    right: 12px;
    padding: 0 15px 0 0;
    z-index: 1;
    font-size: 20px;
    color: #002f4f;
    position: absolute;
    line-height: 1.2;
    cursor: pointer;
}
.menu-btn:hover, .menu-close:hover  {
    color:#ff9600!important;
}
@media only screen and (min-width: 1200px) {
    .menu-btn { display:none}
}
