
/** Footer **/
#footer {
    color: #FFF;
}
#footer a{
    padding: 0;
    color: #fff;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-widgets-aside ul.menu li + li {
    border-top: none;
}
.footer-widgets-aside ul li {
    margin: 0;
    padding-bottom: 0px;
    list-style-type: none;
    position: relative;
    border: none !important;
}
.footer-wrapper .widget .widget-title{
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    line-height: 26px;
    letter-spacing: 0;
}
.footer-wrapper p{
    margin-bottom: 0;
    line-height: 30px;
    font-size: 15px;
}
.footer-wrapper p i{
    margin-right: 5px;
}
#footer .absolute-footer.dark {
    color: #FFF;
    padding: 15px 0px;
    background-color: #003E93;
}

#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 55px;
    background: #004AAF;
}