
 #m_m_t
    {
        font-size:35px !important;
        margin-left: 10px !important;
        margin-top: 10px !important;
        color:#fff !important;
    }




.menu_up {
    display: none;
    height: 70px;
    width: 70px;
    border-radius: 0 0 90px;
    -moz-border-radius: 0 0 90px;
    -webkit-border-radius: 0 0 90px;
    background-color: #143345;
    
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: ease;
    position: fixed;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    cursor: pointer;
    
}

.menu_up_big {
    height: 80px;
    width: 80px;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: ease;
   
}

.menu_up > i {
    font-size: xx-large;
    margin-left: 15px;
    margin-top: 9px;
    color: #fff;
    
}

.menu_up_utility {
    width: 103%;
    height: 45px;
    position: fixed;
    z-index:1000;
    top: -100%;
    background-color: #143345;
    border-bottom: solid 1px #fff;
    
}

.menu_up_menu {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 45px;
    z-index:999;
    left: -100%;
    overflow: scroll;
    background-color: #143345;
    
}

.menu_up_menu_right {
    width: 31%;
    height: 100%;
    position: fixed;
    top: 45px;
    z-index:999;
    right: -100%;
    overflow: hidden;
    background-color: #000;
    opacity: .7;
    
}



.lat_menunav {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.lat_menunav_titolo_sezione {
    line-height: 38px !important;
    font-size: 19px !important;
    text-align: left !important ;
    font-weight: 700 !important;
    background: #e9e9e9 !important;
    color: #143345 !important ;
}

.lat_menunav {
    height: 100% !important;
    padding-left: 0 !important;
}

.lat_menunav > li {
    padding-left: 5px !important;
    min-height: 32px !important;
    line-height: 32px !important;
    font-size:15px !important;
    list-style-type: none !important;
    border: 1px solid #ddd !important;
    font-family: 'Open Sans',Arial,Verdana,sans-serif !important;
    border-right: solid 1px #ddd !important;
    border-left: solid 1px #143345 !important;

    -webkit-transition: 1s ease !important;
    -moz-transition: 1s ease !important;
    -ms-transition: 1s ease !important;
    -o-transition: 1s ease !important;
    transition: 1s ease !important;
}

.lat_menunav > li:hover {
    -webkit-box-shadow: inset -20px 0 0 0 #143345 !important;
    -moz-box-shadow: inset -20px 0 0 0 #143345 !important;
    box-shadow: inset -20px 0 0 0 #143345 !important;
    -webkit-transition: .2s ease !important;
    -moz-transition: .2s ease !important;
    -ms-transition: .2s ease !important;
    -o-transition: .2s ease !important;
    transition: .2s ease !important;
}

.lat_menunav > li > a {
    color: #fff !important;
}

.lat_menunav_sel {
    -webkit-box-shadow: inset -20px 0 0 0 #143345 !important;
    -moz-box-shadow: inset -20px 0 0 0 #143345 !important;
    box-shadow: inset -20px 0 0 0 #143345 !important;
}



.sub_menu_smaller {
    font-size: 10px !important;
    margin-left: 10px !important;
    color:#000 !important;
}

.my_sub_menu {
    background-color:#2e749e !important;
}

.sub_menu_smaller > a {
    position: relative !important;
    width: 100% !important;
    color:#000 !important;
}