/* 
    Document   : jPanelMenu.css
    Created on : 06.09.2013, 10:56:48
    Author     : barthelfr
    Description:
        Purpose of the stylesheet follows.
*/
.jPanelMenu, body {
    overflow-x: visible!important;
;}

#menu-trigger {
    background: #314662; height: 40px;
    display: none;
}

nav#jPanelMenu-menu {
    background: #FFF;
    z-index:2 !important; 
/*    display: none;*/
}
#menu-trigger img{vertical-align: top}
a.menu-trigger {vertical-align: middle;}

.fix {
/*    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;*/
}


@media only screen and (max-width: 780px) {
    #menu-trigger {
        display: block;
    }
    #mainmenu { display:none;}
    nav.gradient {display: none;}
}