#footer {
    background: #6981fc;
    text-align: center;
    border-top: 3px solid #f3610a;
    color: #fff;
    line-height: 20px;
    padding-bottom: 10px;
}


#footer .footer-menus {
    padding: 10px;
    background-color: #47528e;
    margin-bottom: 10px;
}

#footer .footer-menus a:first-child {
    border-left: 0px;
}
#footer .footer-menus a {
    display: inline-block;
    padding: 0px 10px;
    border-left: 1px solid #dededf;
    color: #fff;
}

#footer p {
    margin: 0 0 5px;
}

@media only screen and (max-width: 768px) {
        #footer .footer-menus a {
				border-left: none;
        }

}



