#top-menu,
#phonecall-header-mobile {
    display: none;
}

body {
    padding-top: 72px;
}

#header {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 101;
}

#js-menu-burger,
#js-menu-burger-close-bg {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 20%;
    max-width: 80px;
    height: 72px;
    background: #1365d1 url(https://www.unigo.it/images/mobile_menu_burger.png) no-repeat center;
    cursor: pointer;
    z-index: 102;
}

#js-menu-burger-close-bg {
    background-image: url(https://www.unigo.it/images/mobile_menu_burger_close.png);
}

#js-menu-burger.js-menu-burger-close {
    background: none;
}

#js-menu-items-bg {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
    z-index: 99;
}

#js-menu-items {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    max-height: 100%;
    margin-top: 72px;
    border-bottom: 3px solid #1365d1;
    background-color: #fff;
    overflow: auto;
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.49);
    box-sizing: border-box;
    z-index: 100;
}

    #js-menu-items ul {
        border-bottom: 1px solid #ccc;
    }

        #js-menu-items ul li {
            border-top: 1px solid #ccc;
            padding: 5px 10px;
        }

        #js-menu-items ul li.nav-separator {
            border-bottom: 10px solid #1365d1;
        }

            #js-menu-items ul li a {
                display: block;
                font-weight: 700;
                font-family: 'Oswald';
                font-size: 2em;
                line-height: 1.6em;
                text-transform: uppercase;
                text-decoration: none;
                color: #444 !important;
                cursor: pointer;
            }

            #js-menu-items ul li a.bluelink {
                color: #1365d1 !important;
            }

                #js-menu-items ul li a:after {
                    content: '';
                    display: inline-block;
                    width: 10px;
                    height: 8px;
                    padding-top: 22px;
                    margin-left: 10px;
                    vertical-align: top;
                    background: url(https://www.unigo.it/images/mobile_menu_arrow.png) no-repeat center;
                }

@media only screen and (min-width: 641px) {
    #js-menu-burger,
    #js-menu-burger-close-bg {
        right: auto;
        left: 0;
    }

    #js-menu-items {
        width: 300px;
        height: 100%;
        max-height: none;
        border-right: 1px solid #ccc;
        border-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    #phonecall-header {
        display: none;
    }

    #phonecall-header-mobile {
        display: block;
        max-width: 280px;
        padding: 10px 0;
        margin: 0 auto;
    }
}