@media screen and (max-width: 768px) { 
  .navbar-toggle { 
       display:none !important; 
   } 
   nav.navbar-collapse { 
      display:block !important;
 } 
.responsive-logo { 
  float:left !important; 
} 
nav.navbar-collapse ul li { 
 width: auto !important; margin-left: 10px !important; border-bottom: none !important; 
} 
}

.navbar-brand > a > img{
max-height: 68px !important;
}