/* Generated by less 2.5.1 */
/*NAVIGATION------------------------------------------------------------------*/
#nav-logo {
  background: #2b2a2a;
  float: left;
  height: 55px;
  padding-left: 15px;
}
.header {
  background-color: #2b2a2a;
  width: 100%;
  z-index: 3;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #2b2a2a;
}
.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #ffffff;
}
.header li a:hover,
.header .menu-btn:hover {
  color: #000000;
  background-color: #ff0000;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
}
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 27px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #ff0000;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #ff0000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 500px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
@media screen and (min-width: 780px) {
  .header li {
    float: left;
    margin-top: -5px;
  }
  .header li a {
    height: 61px;
    display: block;
    padding: 20px 20px;
    text-decoration: none;
  }
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #ff0000;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #2b2a2a;
    border: 0;
  }
}
