#menu-footer {
    //padding-top: 20px;
    padding-bottom: 20px;
}

.box-menu-footer > div {
    color: #fff;
    padding: 20px;
}

.box-menu-footer > div a, .box-menu-footer > div a:hover {
    color: #fff;
}

#menu-footer ul {
    list-style-position: inside;
    list-style-type: none;
}

.box-menu-footer h1 {
    font-size: 18px;
    line-height: 16px;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 300;
}

.box-menu-footer ul {
    font-size: 12px;
    line-height: 16px;
}

.corsi {
    background: #c54c00 !important;
}

.ricerca {
    background: #70a489 !important;
}

.internazionale {
    background: #006778 !important;
}

.ateneo {
    background: #aaa38e !important;
}
.sapienza {
	background: #822433 !important;
}
.sub-footer {
    font-size: 14px;
    /*line-height: 18px;*/
    line-height: 24px;
    margin-top: 20px;
    font-weight: 600;
    
    text-align: justify;
}

.sub-footer a, .sub-footer a:hover {
    color: #333;
}

#credits {
    background: #822433;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

#credits p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 5px;
}

#credits ul {
    list-style-type: none;
}

#credits ul li {
    display: inline;
    float: right;
    margin: 0 15px;
}

@media only screen and (max-width : 767px) {
    .box-menu-footer:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .box-menu-footer h1 {
        font-size: 22px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .box-menu-footer ul {
        font-size: 18px;
        line-height: 24px;
    }
    .box-menu-footer ul li {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .box-menu-footer h1 {
        font-size: 20px;
        line-height: 18px;
        margin: 0 0 15px;
    }
    .box-menu-footer ul {
        font-size: 16px;
        line-height: 20px;
    }
    .box-menu-footer ul li {
        margin-bottom: 5px;
    }
    .box-menu-footer-1, .box-menu-footer-2 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .sub-footer {
        font-size: 11px;
        line-height: 21px;
    }
}