@media (min-width:930px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .only-sm {
        visibility: hidden;
    }

    .only-md {
        visibility: visible;
    }

    section#header {
        width: 100% !important;
        height: 100px;
    }

    /* LOGO TOP*/
    #logo-header-container {
        width: 15%;
        position: absolute;
        top: 13px;
    }


    /* FINE LOGO TOP */
    #container-top-menu-md {
        width: 75%;
        position: absolute;
        top: 0;
        right: 10%;
    }

    #container-top-menu-md-dx {
        width: 10%;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }


    .menu-list {
        display: block;
        padding: 0px;
        list-style-type: none;
        text-align: center;
        height: 100px;
        width: 100%;

    }

    .menu-list-item {
        width: 12.5%;
        height: 100px;
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        text-align: center;
        background-image: none;
        float: left;
        text-align: center;
        padding: 1px;
        padding-top: 33px;
        font-size: 16.5px;
        margin-top:0px;
    }

    .menu-list-item > a {
        width: 100%;
        display: block;
        cursor: pointer;
        color:#5D5D5D!important;
        height: 72px;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .menu-list-item:hover {
        text-decoration: none;
        color: #fff;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .menu-list-item:hover > a {
        color: #fff !important;
        text-decoration: none !important;

    }


    .btn-top {
        width: 80%;
        text-align: center;
        border: 2px solid #3a9d5d;
        padding: 5px 10px 5px 15px;
        border-radius: 99px;
        float: left;
        clear: both;
        color: #3a9d5d;
        font-size: 14px;
        margin: auto;
        margin-top: 5px;
        margin-left: 10px;

    }



    a:focus {
        outline: 0px !important;
    }

    .megamenu {
        display: none;
    }

    .menu-list-item:hover .megamenu {
        display: block;
        min-height: 200px;
        position: absolute;
        left: 0px;
        right: 0%;
        margin-left: -20%;
        opacity: 1;
        width: 100%;
        width: -moz-available; /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }



    #link-footer img{
        max-width: 100px;
        margin:auto;
    }


    /*
    .chiudi-popup {
        top: 5%;
        right: 4%;
    }
    */
}

