footer {
    background: #fff;
    border-top:1px solid #e8e8e8;
    color:#333;
    position: relative;
    z-index: 4;
}
footer .social-link i {
    color: #555;
    border: 1px solid #555;
    border-radius: 50%;
}
footer .footer-top {
    background: #F8F8F8;
    padding: 40px 0;
    font-weight: 300;
    font-size: 14px;
}
.footer-top .footer-about {
    line-height: 20px;
    font-size: 13px;
    margin-top: 5px;
}
.footer-top .footer-box {
    font-size: 14px;
}
.footer-top .footer-box div {
    margin-bottom: 13px;
}
.footer-top .footer-box div:last-child {
    margin-bottom: 0;
}
.footer-top .footer-box div i {
    margin-right: 7px;
}
.footer-top .saveti-footer {
    line-height: 24px;
}
.footer-top .saveti-footer a {
    color: #80B92C;
    font-weight: 500;
}
.footer-top .saveti-footer a:hover {
    color: #f58634;
}
footer .footer-top h2 {
    color: #80B92C;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 11px 0;
    position: relative;
}
footer .footer-top h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: url("/design/footer-heading-border.png") repeat-x;
}
footer .footer-top ul {
    list-style: none;
    padding-left :0;
}
footer .footer-top ul li {
    margin: 0 0 5px 0;
}
footer .footer-top ul li:last-child {
    margin-bottom: 0;
}
footer .footer-top ul li a i {
    font-size:13px;
    margin-right:10px;
}
footer .footer-bottom {
    background: #80B92C;
    padding:30px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
footer .footer-bottom a {
    color :#fff;
}
footer .footer-bottom a:hover {
    color: #eee;
}
footer .footer-bottom .back-to-top i
    {width: 21px;
    height: 21px;
    line-height: 18px;
    padding-left:1px;
    margin:-2px 0px 0px 20px;
    color: #333;
    border: 1px solid #333;
    border-radius: 50%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size:18px;
    transition: all 0.4s ease 0s;
}
footer .footer-bottom .back-to-top i:hover {
    background: #333;
    color:#fff;
}