#topMain {
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
}
#topMain > li > a {
  height: 96px;
  line-height: 76px;
}

#topMain.nav-pills > li > a {
  color: #fff;
  font-weight: 800;
  background-color: transparent;
  border-left: #8a8a8a 1px solid;
  font-size: 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #8a8a8a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3e3d3d),
    to(#8a8a8a)
  );
  background-image: -webkit-linear-gradient(top, #3e3d3d, #8a8a8a);
  background-image: -moz-linear-gradient(top, #3e3d3d, #8a8a8a);
  background-image: -ms-linear-gradient(top, #3e3d3d, #8a8a8a);
  background-image: -o-linear-gradient(top, #3e3d3d, #8a8a8a);
  background-image: linear-gradient(to bottom, #3e3d3d, #8a8a8a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3e3d3d, endColorstr=#8a8a8a);
}
#topMain.nav-pills > li:hover > a,
#topMain.nav-pills > li:focus > a {
  color: #fff;

  background-color: #cf1043;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cf1043),
    to(#d20202)
  );
  background-image: -webkit-linear-gradient(top, #cf1043, #d20202);
  background-image: -moz-linear-gradient(top, #cf1043, #d20202);
  background-image: -ms-linear-gradient(top, #cf1043, #d20202);
  background-image: -o-linear-gradient(top, #cf1043, #d20202);
  background-image: linear-gradient(to bottom, #cf1043, #d20202);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cf1043, endColorstr=#d20202);
}
#topMain.nav-pills > li.active > a {
  color: #666;
  background-color: rgba(0, 0, 0, 0.01);
}

#topMain.nav-pills > li > a.dropdown-toggle {
  padding-left: 20px;
  padding-right: 20px;
}

#topNav .navbar-collapse {
  float: right;
}

#topNav a.logo {
  height: 96px;
  line-height: 96px;
  overflow: hidden;
  display: inline-block;
}

#header ul.nav-second-main {
  border-left: 0;
}

@media only screen and (max-width: 1024px) {
  #topMain.nav-pills > li > a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  #topMain,
  #topMain > li > a {
    border-left: 0;
    border-right: 0;
  }

  #topMain.nav-pills > li > a.dropdown-toggle:after {
    display: block;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -5px 0 0;
    font-family: FontAwesome;
    font-size: 12px;
    opacity: 0.3;
    line-height: 1em;
  }

  /* Force 60px */
  #header {
    height: 60px !important;
  }
  #header #topNav a.logo {
    height: 60px !important;
    line-height: 50px !important;
  }
  #header #topNav a.logo > img {
    max-height: 60px !important;
  }
  #header #topNav #topMain > li > a {
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 0;
  }

  #topMain > li {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  }
  #topMain > li:last-child {
    border-bottom: 0;
  }

  #header li.search .search-box {
    margin: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px !important;
    width: 100%;
    background-color: #fff;
    border-top: rgba(0, 0, 0, 0.1) 1px solid;
  }
}
