.navMobile {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


@media all and (max-width: 767px) { /* era 720 */

    #main-menu {
        padding-top: 0px;
    }

    body {
        margin-top: 81px;
    }
    .navigation {
        display: none;
    }
    header {
        height: 0;
    }

    .submenu {
        display: none;
    }
    #ricerca2 {
        float: right;
        background: #E9EFF5;
        width: 55px;
        height: 64px;
    }
    #ricerca2 a {
        float: left;
        width: 100%;
        margin-top: 5px;
    }
    .navMobile {
        display: block;
        background-color: #fff;
        padding: 0;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        /* z-index: 9999; */
        z-index: 50;
        height: 80px;
    }
    .nav {
        display: none;
    }
   /* .nav-toggle {
        display: block;
        float: right;
        background: #E31913;
        position: relative;
        width: 50px;
        height: 61px;
        z-index: 99;

        text-align: center;
        padding: 10px;
        text-decoration: none;
        line-height: 25px;
    }*/
    .nav-toggle:hover {
        background: #981916;
    }
    .nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #fff;
        opacity: 1;
        left: 18px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .nav-toggle span:nth-child(1) {
        top: 30px;
    }
    .nav-toggle.change span:nth-child(1) {
        top: 40px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .nav-toggle span:nth-child(2) {
        top: 40px;
    }
    .nav-toggle.change span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .nav-toggle span:nth-child(3) {
        top: 50px;
    }
    .nav-toggle.change span:nth-child(3) {
        top: 40px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }


    .top-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .header {
        display: none;
    }
    .logo {
        margin-top: 13px;
        margin-left: 70px;
        display: inline-block;
        width: calc(100% - 140px);
    }/*
    .logo img {
        height: 44px;
        width: auto;
    }*/
    .logo img,
    .logo img.h60 {
        height: 60px;
        width: auto;
    }

    .menu {
        background: #000;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 900;
        width: 100%;
        height: 100vh;
        padding-bottom: 60px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 135px);
        transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .menu li {
        border-bottom: 1px solid #191919;
        float: left;
        list-style: none;
        padding: 5px 0 5px 10px;
        width: calc(100% - 10px);
        background: #000;
    }
    .menu li a {
        color: #fff;
        display: block;
        line-height: 50px;
        float: left;
        text-transform: uppercase;
        font-weight: 900;
        width: 100%;
        text-align: left;
        font-size: 18px;
        letter-spacing: 1px;

    }
    .menu li a span {
        color: #E31913;
        font-weight: 900;
    }
    .menu li .nextMenu {
        background: #E31913;
        /*float: right;
        margin: -5px 0;*/
        font-size: 40px;
        line-height: 55px;
        width:70px;

        padding: 0;
        text-align: center;
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .menu li.changesite {
        background-color: #E31913;
    }
    .menu li.changesite a {
        text-align: left;
        font-weight: 300;
    }
    .menu li.changesite a strong {
        font-weight: 900;
    }
    .menu li.changesite a span {
        color: #FFFFFF;
        font-weight: 900;
        padding-right: 5px;
    }


    .menu li h4 {
        font-size: 16px;
        margin: 7px 0;
    }
    .menu li.backMenu {
        position: relative;
    }
    .menu li.backMenu a {
        color: #E31913;
        float: left;
    }
    .menu li.backMenu a span {
        float: left;
        text-indent: 60px;
    }
    .menu li.backMenu a span.back-to {
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #E31913;
        width: 55px;
        text-align: center;

    }
    .menu li.backMenu a i {
        /*float: left;*/
        margin: 0 10px;
        font-size: 40px;
        line-height: 55px;
        color: #FFFFFF;

    }
    .menu li .menuHover, .menu li:hover .menuHover {
        background: #fff;
        height: calc(100vh - 110px);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background-color: #fff;
        left: 100%;
        right: 0;
        position: fixed;
        top: 0 !important;
        pointer-events: auto;
        opacity: 1;
        width: 100%;
        padding: 0;
        background: #fff;
        z-index: 900;
        transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translateX(50%);
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
    }
    .menu.step1 {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 901;
    }
    .menu.step2 {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 902;
    }
    .searchMobile {
        display: block;
    }
    .final {
        height: 60px;
        border-bottom: 0;
    }
    /*

        #searchForm {
            position: absolute;
            width: 500px;
            height: 50px;
            background: #E2E6EB;
            right: 0;
            opacity: 0;
            pointer-events: none;
            transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-radius: 20px;

            top: 300px;
            z-index: 99999;
            left: -10px;
            width: 100vw;
        }

        #inSearchForm input {
            width: calc(100% - 90px);
        }

    */  .searchMobile {
            display: block;
        }

}

@media all and (max-width: 480px) {
    .menu {

        /*top: 70px;*/
    }
}
