.bar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bar-tab {
  bottom: 0;
  display: table;
  width: 100%;
  height: 50px;
  padding: 0;
  table-layout: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 0;
}
.bar-tab .tab-item {
  display: table-cell;
  width: 25%;
  height: 50px;
  color: #929292;
  text-align: center;
  vertical-align: middle;
}
.icon {
  display: inline-block;
  font-family: Ratchicons;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.bar .icon {
  position: relative;
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}
.bar-tab .tab-item .icon {
  top: 3px;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
.bar-tab .tab-item .icon ~ .tab-label {
  display: block;
  font-size: 11px;
}
.bar-tab .tab-item:hover {
  color: #586066;
}
.bar-tab .tab-item.active, .bar-tab .tab-item:active {
  color: #292d30;
}
.navbar.navbar-fixed-bottom.bar-tab, .bar-tab .tab-item {
  color: #fff;
}
.navbar.navbar-fixed-bottom.bar-tab {
  border-top: 1px solid #dd0504;
}
.navbar.navbar-default.navbar-fixed-bottom {
  background-color: #dd0504;
}
@media only screen and (min-width: 961px) {
    .bar {
        display: none;
    }
}