
/** Footer **/

#footer {
    color: #FFF;
}
#footer a {
    color: #FFF;
}
.footer-top .widget{
    padding: 0;
    margin-bottom: 0;
}
.footer-top .col_top{
    margin-top: 35px;
}
.footer-top .widget.widget_media_image{
    text-align: center;
}
.footer-top .menu > li{
    border: none;
    margin-bottom: 14px;
}
.footer-top .menu > li:last-child{
    margin-bottom: 0;
}
.footer-top .menu > li > a{
    font-size: 16px;
    line-height: 24px;
    padding: 0 13px;
    position: relative;
}
.footer-top .menu > li > a::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-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: 10px;
    list-style-type: none;
    position: relative;
    border: none !important;
}
.footer-wrapper .widget .widget-title{
    font-size: 18px;
    margin-bottom: 25px;
    display: block;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: unset;
}
.text-copyright{
    border-top: 1px solid #DDDDDD;
    padding-top: 25px;
}
.footer-wrapper p{
    margin-bottom: 18px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}
.footer-wrapper p i{
    margin-right: 5px;
}
#footer .absolute-footer.dark {
    color: #FFF;
    padding: 15px 0px;
    background-color: #003E93;
    display: none;
}
#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: #C0151C;
}