@charset "utf-8";
/* CSS Document */

#btn-menu {display: none;}
@media screen and (max-width:768px){
#btn-menu{background:#505a7a url(img/icon_menu_resp.png) no-repeat scroll center center;color:#FFFFFF;cursor:pointer;display:block;float:left;font-family:"Arial";font-size:11px;font-weight:bold;height:100%;line-height:38px;position:absolute;right:0;top:0px;text-transform:uppercase;width:20%;padding:0 0 0 0;text-indent:-3000px;z-index:3000;}
#resp_left-menu{display: none;}
}
