body {
   /* margin: auto;*/
    margin:0px;
    width: 100%;
    color: #014550;
    background:transparent url(../images/background.png) repeat scroll 2px 0;
    font-family: Georgia;
    font-size: 13px;
    line-height: 16px;
}

a {
/*     text-decoration: none;*/
}

ul li a {
    text-decoration: none;
}
.relative {
    position: relative;
    width: 100%;
    float: left;
}
#header,
#center,
#footer {
    width: 100%;
    float: left;
}

#header {
    height: 140px;
    padding: 0px;
    margin: 0px;
    text-align:left;
    background: #00454F;
}

#center {
    min-height: calc(100vh - 200px);
}
#corpo {
    min-height: calc(100vh - 270px);
}

#footer {
    text-align: left;
}

#footer p {
    padding: 8px;
}

#corpo {
    margin-top: 10px;
    margin-bottom: 10px;
    background:transparent url(../images/bg_frame.jpg) no-repeat;
    text-align: left;
}

#btn-menu {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    margin: 0px;
    color: white;
    background-color: transparent;
    outline: unset;
    border: unset;
    font-size: 15px;
    z-index: 10;
}
#btn-menu i:last-child {
    display: none;
}
#btn-menu i:first-child {
    display: inlne;
}
.menumob-open #btn-menu i:last-child {
    display: inline;
}
.menumob-open #btn-menu i:first-child {
    display: none;
}
ul#menu {
    margin: 0;
    height: 50px;
    text-align: left;
}

ul#menu li {
    list-style-type: none;
    float: left;
    display: block;
    height: 50px;
    width: 110px;
    text-align: left;
    margin-left: 10px;
    background: #779199;
    cursor:pointer;
}
ul#menu li a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    width: 100px;
    display: block;
/*    height: 60px;*/
    margin-top:0px;
    padding-left: 5px;
    padding-top: 35px;
}

#footer {
    border-top: 3px solid #014550;
    margin-top: 10px;
    height: 50px;
}

ul#menu li:hover,
ul#menu li.selected {
    background: #00454F;
}

#left-data {
    float:left;
    margin-left: 15px;
    padding:8px;
    background: #BAC5CB;
}

#right-data {
    float:left;
    background: #FFFFFF;
    width: 600px;
}

#right-data p {
    padding-left: 15px;
    padding-right: 15px;
}
.chosen_team,
.chosen_autore,
.chosen_servizio {
    font-weight:bold;
}

.small-box ul li a,
.small-box a {
    color: #014550;
}

#home_right a:hover {
    color: #FFFFFF;

}

.big-box {
    width: 470px;
    float: left;
    padding: 10px;
    background: #FFFFFF;
    margin: 10px;
}

.small-box {
    float: left;
    padding: 10px;
    background: #BAC5CB;
    width:310px;
    margin-top:10px;
    margin-bottom:10px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    color: #014550;
}

.small-box h2 {
    margin-top:0px;
    margin-bottom:5px;
}
.small-box p {
    line-height: 0.56cm;
    text-align: justify;
}

#home_right a {
    color: #CBBB9C;
    font-weight: bold;
}

.small-box a {
    color: #5E5749;
/*    font-weight: bold;    */
}

.small-box p a {
    color: #5E5749;
    font-weight: bold;
}

.small-box a:hover {
    color: #014550;
    font-weight: bold;
}

.big-box a {
    color: #90856F;
    font-weight: bold;
}

.big-box a:hover {
    color: #014550;
}

.big-box img {
    width: 470px;
}

.big-box p {
}


#home_left {
    float:left;
    margin-right:0px;
    max-width:610px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
#home_left img {
    width: 100%;
    max-width: 590px;
    float: left;
}
#home_right {
    float:left;
    background: #00444F;
    padding: 10px;
    width: 210px;
    margin-top: 10px;
    height: 320px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    color: white;
    box-sizing: border-box;
}
#home_right h2 {
    margin: 0px;
    margin-top: 20px;
    font-size: 140%;
    line-height: 150%;
    text-align: left;
}
@media only screen and (min-width:220px) and (max-width:845px) {
    html {
        width: 100vw;
        overflow-x: hidden;
    }
    #header {
        height: 45px;
    }
    #header a {
        display: block;
        float: left;
        width: 100%;
    }
    #header img {
        height: 45px;
        display: block;
        float: left;
    }
    ul#menu {
        display: block;
        float: left;
        position: absolute;
        height: calc(100vh - 45px);
        top: 45px;
        background-color: #00444f;
        left: 100vw;
        z-index: 9999;
        padding: 20px;
        box-sizing: border-box;
        transition: left 0.3s;
        -webkit-transition: left 0.3s;
    }
    .menumob-open ul#menu {
        left: 0px;
    }

    ul#menu li {
        display: block;
        float: left;
        width: 100%;
        margin: 10px 0px 0px 0px;
        height: auto;
        background-color: transparent;
    }
    ul#menu li a {
        display: block;
        float: left;
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
        color: white;
        text-align: right;
        font-size: 25px;
        line-height: 35px;
    }
    ul#menu li.selected a {
        color: #779199
    }
    #center {
        width: 100%;
        min-height: unset;
        float: left;
    }
    #corpo {
        margin: 0px;
    }
/*    #footer {
        display: none;
    }*/
    #btn-menu {
        display: block;
    }
    #home_left {
        padding: 0px;
    }
    #home_right {
        width: 100%;
        margin: 0px;
    }
    #home_right h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .big-box {
        max-width: 470px;
        width: 100%;
        float: left;
        padding: 0px;
        background: #FFFFFF;
        margin: 0px;
    }
    .big-box img {
        width: 100%;
        float: left;
    }

    .small-box {
        float: left;
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px;
        filter: alpha(opacity=80);
        opacity: 0.8;
        background: #bac5cb;
        color: #014550;
    }
    .small-box h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 25px;
    }
    .small-box p {
        font-size: 15px;
        line-height: 20px;
    }
}
