.ix-sticky-header .navbar-header {
  height: auto !important;
  line-height: 0 !important;
}

.ix-sticky-header .navbar-nav a{
  line-height: 50px !important;
  height: 50px !important;
  padding-right: 3px;
  position: relative;
  cursor: pointer;
}

.ix-sticky-header .navbar-nav .caret {
  position: absolute;
  right: -6px;
  top: 0;
}

.ix-sticky-header .navbar-header .logo {
  margin: 0 -15px;
}

.ix-sticky-header .navbar-header .navbar-toggle {
  margin-top: 5px;
  margin-right: 0;
}

@media (max-width: 992px) {
  .menus-wrap { overflow: scroll; }
}

@media (min-width: 992px) {
  .ix-sticky-header .menus-wrap {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(247, 247, 247);
    margin: auto;
    top: 30px;
    width: 100%;
  }

  .js-ix-sticky.on { position: fixed; }
  .js-ix-sticky-holder.on { padding-bottom: 55px; }
  .js-ix-sticky.off { position: static; }
  .js-ix-sticky-holder.off { padding-bottom: 0px; }
}
