
/** Footer **/

#footer {
    color: #FFF;
}
#footer a {
    color: #FFF;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-top .widget{
    padding: 0;
    margin-bottom: 0;
}
.footer-top .menu > li{
    border: none;
}
.footer-top .menu > li a{
    padding: 0;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
.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: 17px;
    margin-bottom: 13px;
    display: block;
    line-height: 30px;
    letter-spacing: 0;
    font-family: 'SVN-Gilroy-Bold';
}
.footer-wrapper p{
    margin-bottom: 15px;
    line-height: 23px;
    font-size: 16px;
}
.footer-wrapper p i{
    margin-right: 5px;
}
#footer .social-icons > a{
    margin: 0 5px;
    border: 2px solid #FFFFFF80;
    width: 33px;
    height: 33px;
}
#footer .social-icons > a:first-child{
    margin-left: 0;
}
#footer .absolute-footer.dark {
    color: #FFF;
    padding: 25px 0px;
    background-color: #DF7354;
}
#footer .absolute-footer .pull-left{
    float: none;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}
#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: #DF7354;
}