.b-subnavbar {
  position: relative;
}
.b-subnavbar__content {
  width: 96%;
  height: inherit;
  margin: 0 auto;
}
.b-subnavbar__brand {
  float: left;
  height: inherit;
}
.b-subnavbar__brand a {
  height: inherit;
  display: block;
}
.b-subnavbar__brand-img {
  max-height: 100%;
  height: 25px;
}
.b-subnavbar__icon {
  padding-left: 10px;
  font-size: 23px;
  color: #F44336;
  margin-top: 14px;
}
.b-subnavbar__navigation {
  float: right;
  height: inherit;
}
.b-subnavbar__tabs {
  position: absolute;
  width: 400px;
  height: inherit;
  top: 0;
  left: 50%;
}

.b-tabs {
  position: fixed;
  top: 0;
  left: 50%;
  width: 400px;
  height: 48px;
  height: inherit;
  margin-left: -200px;
}
.b-tabs__first {
  float: left;
  height: 100%;
  width: 50%;
  text-align: center;
}
.b-tabs__second {
  float: right;
  height: 100%;
  width: 50%;
  text-align: center;
}
.b-tabs__item {
  position: relative;
  display: block;
  width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #212526;
  line-height: 48px;
  background-color: grey;
  border-top: 2px solid #2E3436;
}
.b-tabs__item:first-child {
  border-right: 2px solid #2E3436;
}
.b-tabs__item:hover, .b-tabs__item:focus, .b-tabs__item:active {
  color: #212526;
  text-decoration: none;
}
.b-tabs__item--active {
  background-color: #E8E8E8;
}
.b-tabs__item-content {
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 25;
  width: 1100px;
  display: none;
  margin-left: -550px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #E8E8E8;
  transition: height 0.1s ease;
}
.b-tabs__item-content--open {
  height: auto;
  display: block;
}
.b-tabs__item-background {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  z-index: 24;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.b-tabs__item-background--show {
  display: block;
}
.b-tabs__item-tab {
  height: 100%;
  text-align: center;
}
.b-tabs--one {
  left: 50%;
  width: 200px;
  margin-left: -100px;
}
/*# sourceMappingURL=navbar.css.map */
