.top-navigation .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.top-navigation .navbar .navbar-nav > li {
  font-size: 14px;
  font-weight: 600; }

.top-navigation .nav > li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .top-navigation .nav > li > a .user-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.top-navigation .gw-nav-icon-w {
  width: 20px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.top-navigation .nav > li a:hover {
  background: transparent; }

.top-navigation .gw-nav-text-w {
  display: none; }

.top-navigation .count-info .label {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  position: unset;
  display: inline-block;
  margin-left: 4px; }

.navbar-collapse.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s; }

@media screen and (min-width: 1001px) {
  .top-navigation .nav > .gw-nav-icon-text-w > a {
    padding: 15px 12px; }
  .gw-nav-icon-text-w .count-info .label {
    position: absolute; } }

@media screen and (max-width: 1000px) {
  .top-navigation .navbar .navbar-nav > li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .top-navigation .navbar .navbar-nav > .gw-nav-icon-text-w {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .top-navigation .gw-nav-text-w {
    display: unset; }
  .top-navigation .gw-nav-icon-w {
    display: none; }
  .top-navigation .navbar .navbar-nav > li {
    text-align: left; }
  .container-fluid > .navbar-header {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .container-fluid > .navbar-header:before, .container-fluid > .navbar-header:after {
      display: none; }
    .container-fluid > .navbar-header .navbar-brand {
      margin-left: -25px; }
    .container-fluid > .navbar-header .navbar-toggle {
      margin: 0; }
  .navbar-collapse.collapse.in {
    background-color: #f8f8f8;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 30px; }
    .navbar-collapse.collapse.in .navbar-right {
      margin: 0; }
  .top-navigation .nav > li > a {
    padding: 12px 10px;
    color: #162044;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 -7px; }
  .top-navigation .nav > li a:hover {
    background-color: #eee;
    color: #162044; }
  .top-navigation .nav > li a:focus {
    background-color: #f8f8f8;
    color: #162044; }
  .top-navigation .navbar-right {
    display: block;
    color: #162044; }
  .nav .open > a {
    background-color: #f8f8f8; }
  .top-navigation .navbar-nav .dropdown-menu {
    border: unset;
    padding: 5px 0 5px 10px;
    border-radius: 10px; }
  .dropdown-menu .divider {
    display: none; }
  .top-navigation .navbar-nav .open .dropdown-menu > li > a {
    font-size: 15px;
    color: #666;
    padding-top: 8px;
    padding-bottom: 8px; }
  .top-navigation .navbar-nav .open .dropdown-menu {
    background-color: #f8f8f8; } }

@media screen and (max-width: 700px) {
  .logo-search-w {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media screen and (max-width: 650px) {
  .container-fluid > .navbar-header {
    padding: unset; }
  .navbar-collapse.collapse.in {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px; } }
