/** Footer **/
.footer-top .widget{
    margin-bottom: 0;
    padding: 0;
}
.footer-top .widget .widget-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #fff;
    display: block;
    margin-bottom: 14px;
}
.footer-top .widget .is-divider{
    display: none;
}
.footer-top p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 14px;
}
.footer-top p i{
    margin-right: 5px;
}
.footer-top .menu li{
    border: none;
    margin-bottom: 14px;
    &:last-child{
        margin-bottom: 0;
    }
}
.footer-top .menu li a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
#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-color:#569ba3;
}
.absolute-footer{
    display: none;
}
