/* here you can put your own css to customize and override the theme */
/* here you can put your own css to customize and override the theme */
.hor-menu-toggle {
  position: absolute;
  left: 50%;
  padding-top: 2px;
  margin-top: 8px;
  margin-left: -9px;
}

@media (max-width: 991px) {
  .hor-menu.collapse {display: none;}
  .hor-menu.in {
    float: none;
    display: block;
    clear: left;
  }
}
@media (min-width: 991px) {
  .hor-menu.collapse {display: block;}
}
.hor-menu.collapsing {
  height: 0;
  -webkit-transition: height 0.35s;
  transition: height 0.35s;
}
.header .navbar-nav {
  float: left;
}
