#toggle_menu, #nav2vertical{
    display: none !important;
}

#main div.box {
    display: inherit;
    height: 200px;
    padding: 0;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
#main div.box1 {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 5px 5px #888888;
    border: 1px solid #aaa;
    margin: 10px;
    width: 100%;
    display: inherit;
    height: 200px;
    margin-left: -9px;
    /* margin-right: -9px; */
    padding: 9px;
}

#maincontainer {
    width: 100%;
    margin: auto;
}

#maincontainer #main {
    max-width: 1600px;
    width: 100%;
    float: none;
    margin-top: 50px;
    background-color: transparent;
}
.page_container{
    background-color: #fff;
    box-shadow: 2px 5px 5px #888888;
    border: 1px solid #aaa;
    margin: 50px auto 20px auto;
    margin-left: -9px;
    margin-right: -9px;
}
.info_page{
    width: 100%;
    margin: auto;

}
.info_page p, .info_page li{
    font-size: 1.3em;
    margin-top: 10px !important;
    /*width: 80%;*/
    margin: auto;
    line-height: 1.8em;
    text-align: justify;

}
.info_page h2{
    font-size: 2.8em;
    color: #09ae00;
    /*line-height: 1.8em;*/
    text-align: left;
    display: flex;
}
.info_page h1{
    font-size: 5em;
    line-height: 2em;
    background-color: #083167;
    color: white;
    margin: 0;
    padding: 20px;
}
.info_page h3{
    font-size: 3em;
    line-height: 2em;
    margin-top: 20px;
}
.info_page img{
    /*border: solid 1px #eee;*/
    /*margin: 40px auto;*/
    width: 100%;
}
.solotext{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
.p_row{
    margin-top: 10px;
}

.image_and_text{
    display: inline-block;
    display: flex;
    background-color: #eaf4fd;
    width: 100%;
    /*position: relative;*/
    /*margin-top: 20px;*/
}

.img_container{
    width: 50%;
}
.text_container{
    /*height: 100%;
    position: absolute;
    right: 0;
    left: 0;*/
    width: 45%;
    /*padding-top: 20px;*/
    padding-left: 3%;
    padding-right: 2%;
    height: 100%;
}
.info_page i{
    margin-right: 20px;
}
i.green{
    color: #09ae00;
}
i.red{
    color: red;
}
#main i.fa{
    font-size: 4em;
    float: left;
}
.info_page h2.red{
    color: red;
}
.img_button{
    position: relative;
    width: 50%;
    -moz-box-shadow: 0 5px 10px #ccc;
    -webkit-box-shadow: 0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc;
    cursor: pointer;
    height: 200px !important;
}
.img_button h1{
    height: inherit;
    cursor: pointer;
    position: relative;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.5em;
    line-height: 200px;
    margin: auto;
    color: brown;
}
.img_button:hover .img, .selected .img{
    -webkit-filter: opacity(0.4);
    filter: opacity(0.4);
}
.selected .img{
    -webkit-filter: opacity(0.4);
    filter: opacity(0.4);
}
.img_button #com{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../img/com.jpg");
}
.img_button #cli{
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../img/cli.jpg");
}
#img1{
    background-image: url("../../img/info1.jpg");
}
#img2{
    background-image: url("../../img/info2.jpg");
}
#img3{
    background-image: url("../../img/info3.jpg");
}
#img4{
    background-image: url("../../img/info4.jpg");
}
#img5{
    background-image: url("../../img/info5.jpg");
}

#main #register_div{
    text-align: center;
    z-index: 10;
    position: relative;
    margin-left: -9px;
    margin-right: -9px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f5d936;
    border-radius: 0px;
    height: 100px;
}

#register_div #registrati{
    font-size: 20px;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0;
    cursor: pointer;
    color: #336699;
    font-size: 40px;
}
#main #register_div:hover{
    background-color: #f5e351;
}
#register_div{
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 2px #888888;
    border: 1px solid #aaa;
}
#register_div p{
    font-size: 10px;
    width: 100%;
    padding-bottom: 5px;
    margin: 0;
    color: #333;
    cursor: pointer;
    text-align: left;
    position: absolute;
    bottom: 0px;
    margin-left: 10px;
}


#main #goback_div{
    text-align: center;
    z-index: 10;
    position: fixed;
    right: 21px;
    top: 0px;
    /*width:50%;
    /*padding-left: 1.5em;
    padding-right: 1.5em;*/
    width:7%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #f5d936;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*border-radius: 5px;*/
}

#goback_div #goback{
    font-size: 20px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    cursor: pointer;
    color: #336699;
    line-height: 28px;
}
#main #goback_div:hover{
    background-color: #f5e351;
}
#goback_div{
    background-color: rgba(255, 255, 255, 0.7);
    /*box-shadow: 2px 2px 2px #888888;*/
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
}

#main{
    margin-top: 100px;
}

div#logobar{
    /*background-color: #336699;
    border-bottom: solid 1px #fff;*/
}
div#logobar h1{
    color: white;
    display: none;
}
div#logobar img{
    border: solid 1px #fff;
}
div#logobar .box {
    height: 83px;
    padding: 18px 0;
}
.logo2{
    display: none;
}
.logo_text{
    margin: 0 auto;
}
div#logobar .box{
    text-align: center;
}
div#logobar .logo, div#logobar .logo_text {
    height: 142px;
}
div#logobar div.box h1, div#logobar div.box .logo{
    display: none;
}
div#logobar .logo_text {
    display: block;
    position: relative;
    text-align: center;
    border: none;
    /* top: -10px; */
    z-index: 100;
    margin: 0 auto;
}
.one_column li{
    /*width: calc(50% - 20px);*/
    padding: 10px;
    padding-left: 20px;
}
.vantaggi{
    padding: 20px;
    line-height: 1.5em;
}

.text{
    padding: 5em;
    padding-left: 7em;
    padding-right: 7em;
}