/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.menu-wrap .logo-menu {
    width: 245px;
}
.menu-wrap.fixed .logo-menu {
    width: 220px;
}
.footer .logo-footer {
    width: 200px;
}
.footer .logo-bg {
    width: 250px!important;
    margin-top: 0;
}
.login-page-header .logo-menu {
    width: 200px;
}
.bg-facebook {
    background-color:#3b5998 !important;
    color: #fff !important;
}
.bg-facebook:hover {
    background-color:#2f55a4 !important;
    color: #fff !important;
}