body {
    margin: 0px;
}

#header {
    z-index: 3;
    padding: 5px 7px;
    width: 100%;
    position: fixed;
    height: auto;
    margin: 0;
}

.header {
    border-bottom: 2px solid var(--green_mid);
    background-color: white;
    z-index: 10;
}

.transparent_header {
    background-color: rgba(255, 255, 255, 0);
    z-index: 10;
}

.pool_header {
    border-bottom: 2px solid var(--blue_mid);
    background-color: white;
    z-index: 10;
}

.w_header {
    background-color: white;
    z-index: 10;
}

.logo_visible {
    width: 170px;
    max-width: 35%;
    cursor: pointer;
}

.logo_none {
    display: none;
}

.menu_visible {
    cursor: pointer;
    width: auto;
}

.menu_none {
    display: none;
}

.box {
    font-family: 'Roboto_Regular';
    float: right;
    padding: 0;
    max-width: 75%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 12px;
}

.box li {
    display: inline-block;
    margin: 0 20px 0 20px;
    float: none;
    font-size: 110%;
    animation-duration: 300ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cool {
    background-color: black;
}

.clearfix {
    clear: both;
}

.on {
    transition-duration: 400ms;
    transform: scale(1.2);
}

.off {
    transition-duration: 400ms;
}

.green {
    color: var(--green_mid);
    font-weight: bold;
}

.white {
    color: white;
}

.blue {
    color: var(--blue_mid);
    font-weight: bold;
}

a:link {
    text-decoration: none;
}

.green:visited {
    text-decoration: none;
    color: var(--green_mid);
}

.white:visited {
    text-decoration: none;
    color: white;
}

.novis {
    display: none;
}

#normalMenu li {
    transition-duration: 800ms;
}

#normalMenu li:hover {
    transition-duration: 300ms;
    transform: scale(1.3);
}


/**/

#hiddButt {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

#hiddButt li img {
    height: 50px;
}

#hiddMenu {
    display: none;
    text-align: right;
    position: fixed;
    right: 10px;
    top: 60px;
    left: 25%;
    padding: 10px;
    z-index: 5 !important;
    background-color: rgba(0, 0, 0, 0.7);
}

#hiddMenu p {
    font-family: "Roboto_Bold";
    font-size: 30px;
    text-align: right;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}


/*  bandiera  */

#flag {
    width: 30px;
    cursor: pointer;
}

@media (orientation: landscape) {}

@media (orientation: portrait) {
    #normalMenu {
        display: none !important;
    }
    #hiddButt {
        display: block !important;
        height: 70px !important;
        width: 70px;
        margin-right: 20px;
    }
}

@media (max-width: 800px) {
    #normalMenu {
        display: none !important;
    }
    #hiddButt {
        display: block !important;
        height: 70px !important;
        width: 70px;
        margin-right: 20px;
    }
}