body{
    text-align: center;
    height: 100%;
}
.container {
    margin:0 auto;
    height: 100%;
}
.header {
    position:absolute;
    height: 100px;
}
.header-globe {
    position:absolute;
    height: 100px;
}

.header-stat {
    position:absolute;
    height: 100px;
    width: 98% !important;
}
.middle{
    position:absolute;
    top: 15%;
    bottom: 25%;
    line-height: 2.1em;
}
.middle-globe{
    line-height: 2.1em;
    height: 100%;
}
.middle-stat{
    position:absolute;
    top: 15%;
    bottom: 25%;
    line-height: 2.1em;
    width: 98%;
}
a, a:hover{
    color: black;
}
.mappa{
    position: static !important;
}
.btn-default, .btn-default:hover, .btn-default:focus {
    color: #333333;
    text-shadow: none;
}
.header-brand{
    margin-bottom: 10px;
    margin-top: 10px;
}
.header-nav > li {
    display: inline-block;
}
.header-nav > li + li {
    margin-left: 20px;
}
.header-nav > li > a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}
.header-nav > li > a:hover, .header-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: silver;
}
.header-nav > .active > a, .header-nav > .active > a:hover, .header-nav > .active > a:focus {
    border-bottom-color: silver;
}
.btn-lg {
    font-weight: bold;
    padding: 10px 20px;
}
/* SCHERMI CELLULARI */
@media (min-width: 768px) {
    .header, .footer, .container, .middle, .middle-glob{
        width: 100%;
    }
    .header-brand {
        float: left;
    }
    .header-nav {
        float: right;
    }
}
/* SCHERMI PC*/
@media (min-width: 992px) {
    .header, .footer, .container, .middle{
        width: 960px;
    }
    .middle-globe{
        width: 100%;
    }
}
