html {
    position: relative !important;
    min-height: 100% !important;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 150px !important;
    padding-bottom:45px !important;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 150px;
    /* background-color: #f5f5f5; */
    border-top: 2px solid #16a085;
    padding-top: 15px; padding-bottom: 15px;
    margin-top:25px;
}
.footer .about-us {
    font-size: 13px;
    text-align:left;
}
.footer .social-link .social-icons a {
    background-color: #f2f2f2;
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 25px;
    border-radius: 5px;
}
.footer .social-link .social-icons a:hover {
    background-color: #eeeeee;
}
#footer .social-link .social-icons a.twitter {
    color: #55acee;
}
#footer .social-link .social-icons {
        list-style: none;     padding: 0px;
    margin-top:15px; margin-bottom:15px;
}
#footer .social-link .social-icons li {
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
#footer .social-link .social-icons a.facebook {
    color: #3b5998;
}
#footer .social-link .social-icons a.google-plus {
    color: #dd4b39;
}

#footer .footer-main h3, #footer .footer-main h4 {
    color: #3d3d3d;
    margin: 0 0 15px;
    font-size:20px;
}

#footer .footer-bottom {
    font-size: 13px;
    background: #f7f7f7;
}

.logosatsaid {

    text-align: center;
}
.logosatsaid img { max-width: 195px; }
#footer .footer-bottom .bottom-block {
    margin: 15px 0 10px 0;
    padding: 0 15px;
}
.navbar-default .navbar-nav > li > a {
    color: #1a1a1a;
    font-size: 15px;
}
.current_page_item a, .navbar-default .navbar-nav > li > a:hover {
    color: #27ad91 !important;
}