/* PRENOTAZIONE MOBILE */
#footer-bar {
    bottom:0;
    height:48px;
    left:0;
    position:fixed;
    display:none;
    right:0;
    z-index:100;
    align-items: center;
    justify-content: center;
}


#footer-bar > a {
    z-index:300;
    color: #fff;
    line-height: 1.1;
    text-align:center;
    width: 100%;
    text-decoration:none;
    font-size: 16px;
    flex: 1;
}

#footer-bar > a i {
    padding: 0 15px;
}

#footer-bar .actioncall {
    box-sizing:border-box;
    padding: 0 15px;
}

#footer-bar .actionbook {
    box-sizing:border-box;
}

#footer-bar_center {
    display: none;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    z-index: 2;
    text-align: center;
    margin-bottom: 15px;
}

#footer-bar > a > span#footer-bar-align {
    text-transform:uppercase;
}

#footer-bar_round {
    display: none;
    background-color: #fff;
    bottom: -10px;
    height: 80px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 15px;
    width: 80px;
    border-radius:100%;
    -webkit-border-radius:100%;
    z-index:1;
    align-items: center;
    justify-content: center;
}

#footer-bar .mb_mail {
    line-height: 1;
    display: block;
}

#footer-bar .mb_mail i {
    line-height: 45px;  font-size: 37px;
}

#footer-bar .fa-close {
    padding-left: 5px;
}

#footer-bar > a.actioncall {}
#footer-bar > a.actionbook {
}
@media (max-width: 768px) {
    #footer-bar > a {
        font-size: 13px;
        padding: 0 15px !important;
        display: block;
        word-break: break-all;
    }
    #footer-bar > a i {
        padding: 0;
    }

}