/****************************************** Responsive menu ********************************************/
.logo_footer{
    width:100%;
    height: 100px;
    background-position:center center;
    float:none;
    background-color:#fff;
    background-repeat:no-repeat;
}
.background_panel_menu{
    position: fixed;
    right: 0;
    top: 0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.4);
    z-index:999;
    display:none;
}
.panel_responsive_menu{
    position: fixed;
    right:0px;
    top: 0;
    background: #f5f5f6;
    width: 300px;
    z-index: 9999;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-sizing: border-box;
    overflow: auto;
    height: 100%;
    display:none;
}
.panel_responsive_menu li{
    overflow: hidden;
    position:relative;
}
.panel_responsive_menu li a{
    display: block;
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
    line-height: 45px;
    padding-right: 10px;
}
.panel_responsive_menu li ul{
    margin-right: 17px;
    margin-left:10px;
    display:none;
}
.panel_responsive_menu li.menu-item-has-children span.toggle_menu{
    position:absolute;
    left:0;
    top: 1px;
    display:block;
    width:45px;
    height: 43px;
    text-align:center;
    background: #efefef;
    line-height: 48px;
    font-size: 15px;
    overflow: hidden;
    cursor:pointer;
}
.panel_responsive_menu li.menu-item-has-children span.toggle_menu:hover{
    background: #dedede;
}