body {
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#container {
    width: 133vh;
    height: 84vh;
    margin: 16vh auto 0;
    overflow: hidden;
}
#header {
    position: fixed;
    z-index: 2;
    width: 100vw;
    background-color: #fff;
}
#header_container {
    width: 133vh;
    margin: 0 auto;
}
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 0;
}
#scroller {
    position: relative;
    width: calc(100% + 17px);
    overflow-y: scroll;
    z-index: 1;
}
#page {
    width: 98%;
    background-color: #fff;
}
.right { float:right }
.left { float:left }
.centered { margin: 0 auto; }
.half { width: 49%; }
.float_r { float: right; }
.float_l { float: left; }
.tcenter { text-align: center; }
.h10 { height: 10px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h40 { height: 40px; }
.h50 { height: 50px; }
.inline { display: inline-block; }

.separator {
    clear: both;
    height: 30px;
    width: 100%;
    background-image: url(../images/separator.jpg);
    background-repeat: repeat-x;
}
.separatore {
    height: 3.5vw;
}
.cleaner {
    clear: both;
}
.wmax {
    width: 100%;
}
#privacy {
    font-size: 0.7em;
}
.avviso {
    font-size: 0.7em;
}
/***************** header ********************/
#logo {
    height: 6vh;
    margin-top: 1vh;
    width: 26%;
    float: left;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#menu {
    height: 80%;
    width: 74%;
    float: right;
    overflow-y: hidden;
}
#menu ul {
    list-style: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1.8vh;
    line-height: 10vh;
}
#menu a {
    text-decoration: none;
}
#menu ul li {
    display: inline-block;
    margin: 0 6px 0 6px;
}
#menu ul li#menu_servizi {
	background-image: url(../images/novita.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#menu ul li.selected, #menu ul li:hover {

}
#menu ul li.selected a, #menu ul li:hover a {

}
#menu ul li div {
    height: 50%;
}
/***************** footer ********************/
#logo_footer {
    height: 100%;
    width: 14%;
    float: left;
    background-image: url(../images/logo_w.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
#info_footer {
    height: 7vw;
    width: 82%;
    float: right;
    margin: 1.5vw 0;
    color: #fff;
    font-size: 1.5vw;
}
#info_footer div {
    height: 100%;
    width: 21%;
    padding: 0 6%;
}
#info_footer div.left {
    float: left;
}
#info_footer div.right {
    float: right;
}
#info_footer div.center {
    margin: 0 auto;
}

@media only screen and (orientation: landscape) {
    #scroller {  }
    #page {  }
}
@media only screen and (orientation: landscape) and (min-width:1441px) {
    #header {  }
    #menu ul li {  }
    #footer {  }
    #info_footer {  }
    #scroller {  }
    #page {  }
}
@media only screen and (orientation: landscape) and (max-width:960px) {
    #header_container { width: 100%; }
    #container { width: 100%; }
}
@media only screen and (orientation: portrait) {
    #container { width: 94%; min-width: initial !important; }
    #scroller { min-width: initial !important; }
    #logo, #header_container, #menu, #menu ul li { width: 100% !important; }
    #scroller { width: 100%; }
    .half { width: 100%; }
}