#wrapper-menu{
  margin: 50px  0 0;
}
#stuckNav{
  position: fixed;
  top: 100px;
  z-index: 999999;
  padding: 0;
}
.nav-2{
  position: relative;
  width: 100%;
  background: #FFF;
  text-align: center;
  padding: 10px 0;
}
.header{
  top: 0;
  left: 0;
  position: fixed;
  /*background: #333;*/
  color: #FFF;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  z-index: 999999;
}

.bar-tab-03 {
  position: relative;
}
.bar-tab-03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
}

.bar-tab-03::after{
      position: absolute;
    content: "";
    width: 33.33%;
    height: 3px;
    background-color: #000000;
    bottom: 0;
    left: 67%;
    z-index: 10
}




.bar-tab-02 {
  position: relative;
}
.bar-tab-02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
}

.bar-tab-02::after{
      position: absolute;
    content: "";
    width: 33.33%;
    height: 3px;
    background-color: #000000;
    bottom: 0;
    left: 33%;
    z-index: 10
}
/*header h1{
  margin: 0;
  font-size: 30px;
}*/
/*.content{
  width: 100%;
  height: 600px;
  background: #CCC;
}

.content, nav{
  float: left;
}*/
