.header {
  height: 70px;
}
.header .logo {
  margin-top: 12px;
  display: block;
  height: 48px;
  width: 143px;
  background-repeat: none;
  background-image: url(/style/images/250_48.png);
  background-size: cover;
}
.header .nav-toggle {
  margin-top: 16px;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
.header .nav-items > li a {
  display: block;
}
.header .nav-items.nav-fix {
  position: fixed;
  display: block !important;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #EEE;
  z-index: 100;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.header .nav-items.nav-fix > li {
  border-bottom: 1px solid #CCC;
  display: block;
  padding: 0;
  text-align: center;
}
.header .nav-items.nav-fix > li a {
  line-height: 40px;
  margin-bottom: 1px;
  color: #000;
  text-decoration: none;
}
.header .nav-items.nav-fix > li a.text-right {
  padding-right: 15px;
}
.header .nav-items.nav-fix > li.hide-nav {
  background-color: #5da446;
  border-bottom: 1px solid #FFF;
}
.header .nav-items.nav-fix > li.hide-nav a {
  color: #FFF;
  line-height: 60px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .logo {
    margin-top: 26px;
    height: 48px;
    width: 250px;
    background-image: url(/style/images/250_48.png);
  }
  .header .nav-items {
    text-align: right;
    margin-top: 40px;
  }
  .header .nav-items li {
    padding-right: 0;
    padding-left: 15px;
    font-size: 14px;
  }
  .header .nav-items li a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #CCC;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header .nav-items li a:hover,
  .header .nav-items li a.selected {
    border-top-color: #39b54a;
    color: #39b54a;
  }
}
@media screen and (min-width: 992px) {
  .header {
    height: 120px;
  }
  .header .logo {
    width: 320px;
    height: 61px;
    background-image: url(/style/images/320_61.png);
  }
  .header .nav-items {
    margin-top: 45px;
  }
  .header .nav-items li {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 170px;
  }
  .header .logo {
    margin-top: 40px;
    height: 80px;
    width: 420px;
    background-image: url(/style/images/420_80.png);
  }
  .header .nav-items {
    margin-top: 70px;
  }
  .header .nav-items li {
    padding-left: 14px;
    font-size: 16px;
  }
}
