body {
    font-family: 'Hind', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.icons {
    display: none;
}
#navigation {
    height: 48px;
    background-color: #FFF;
    width: 100%;
}
#navigation ul {
    display: block;
    list-style: none;
    padding: 0 64px;
    width: calc(100% - 96px - 32px);
    margin: 0;
}
#navigation ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
    border-top: 4px solid #FFF;
    line-height: 40px;
    border-bottom: 4px solid #FFF;
}
#navigation ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
#navigation ul li.selected {
    border-bottom: 4px solid #85CD53;
}
#navigation ul li.selected a {
    color: #85CD53;
}
#map {
    width: 100%;
    height: calc(100vh - 48px);
    background-color: #CCC;
}
.title {
    font-weight: 700;
}
.image {
    text-align: center;
}
.image img {
    max-width: 100%;
    display: inline-block;
}
#cerca {
    background: transparent url('/images/navigation/Search.png') center center no-repeat;
    border: 0;
    outline: 0;
    text-indent: -10000em;
    position: absolute;
    top: 0;
    left: 8px;
    width: 48px;
    height: 48px;
}
#lingua_en {
    background: transparent url('/images/navigation/inglese.png') center center no-repeat;
    border: 0;
    outline: 0;
    text-indent: -10000em;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
}
#lingua_it {
    background: transparent url('/images/navigation/italiano.png') center center no-repeat;
    border: 0;
    outline: 0;
    text-indent: -10000em;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
}