/* Hide by default */
.mobile-top-menu-bar {
    display: none !important;
  }
  
  /* Show on mobile mode */
  @media (max-width: 991px) {
    .mobile-top-menu-bar {
      display: block !important;
    }
  }
  
  .btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
  