.navbar-toggle, #nav-menu, .footer_nav a{
    display:none !important;
}
.navbar-header{text-align: center;}
.navbar-brand{
    padding-left:0;
    text-align: center;
}
.logo-img{
    margin-top:-8px;
    filter:none;
}
.footer{
    text-align:center;
}
.footer_row{
    justify-content:center !important;
}
.footer_copyright{
    margin-top:30px !important;
}
.logo-img{
    width:195px;
}
@media screen and (min-width: 1200px){	
}

@media screen and (min-width: 992px){
}

@media screen and (max-width: 991px){
    .footer_box{
        margin-bottom:0;
    }
}

@media screen and (min-width: 641px){	
}

@media screen and (max-width: 640px){
}