header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 220px;
  z-index: 5;
  background: #f5f7f2;
  color: #111111;
  border-bottom: 1px solid transparent;
  -webkit-transition: top 0.6s 0.3s, opacity 0.3s 0.3s, pointer-events 0.6s 0.3s, border-bottom 0.6s 0s, background 0.3s 0s, height 0.3s 0s, line-height 0.3s 0s;
  -moz-transition: top 0.6s 0.3s, opacity 0.3s 0.3s, pointer-events 0.6s 0.3s, border-bottom 0.6s 0s, background 0.3s 0s, height 0.3s 0s, line-height 0.3s 0s;
  -ms-transition: top 0.6s 0.3s, opacity 0.3s 0.3s, pointer-events 0.6s 0.3s, border-bottom 0.6s 0s, background 0.3s 0s, height 0.3s 0s, line-height 0.3s 0s;
  -o-transition: top 0.6s 0.3s, opacity 0.3s 0.3s, pointer-events 0.6s 0.3s, border-bottom 0.6s 0s, background 0.3s 0s, height 0.3s 0s, line-height 0.3s 0s;
  transition: top 0.6s 0.3s, opacity 0.3s 0.3s, pointer-events 0.6s 0.3s, border-bottom 0.6s 0s, background 0.3s 0s, height 0.3s 0s, line-height 0.3s 0s;
}
header.scrolled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 100px;
}
header.scrolled .contentWrapper .logoWrapper .logo {
  margin-top: 20px;
}
header.scrolled .contentWrapper .logoWrapper .logo a {
  width: 200px;
}
header.scrolled .contentWrapper .menu {
  margin-top: 15px;
}
header.scrolled .contentWrapper .menu ul li {
  font-size: 16px;
}
header.active .contentWrapper .logoWrapper,
header.active .contentWrapper .menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header .contentWrapper .logoWrapper {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -ms-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
}
header .contentWrapper .logoWrapper .logo {
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .contentWrapper .logoWrapper .logo a {
  display: block;
  width: 330px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .contentWrapper .logoWrapper .logo a svg {
  width: 100%;
  height: auto;
  display: block;
}
header .contentWrapper .logoWrapper .logo a svg path,
header .contentWrapper .logoWrapper .logo a svg polygon {
  fill: #003831;
}
header .contentWrapper .menu {
  text-align: center;
  margin-top: 40px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s, margin-top 0.3s 0s;
  -moz-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s, margin-top 0.3s 0s;
  -ms-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s, margin-top 0.3s 0s;
  -o-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s, margin-top 0.3s 0s;
  transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s, margin-top 0.3s 0s;
}
header .contentWrapper .menu ul {
  list-style: none;
}
header .contentWrapper .menu ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .contentWrapper .menu ul li a {
  color: #111111;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
header .contentWrapper .menu ul li a:hover {
  opacity: 0.4;
}
@media all and (max-width: 767px) {
  header {
    height: 90px;
  }
  header.scrolled {
    height: 70px;
  }
  header .contentWrapper .logoWrapper .logo {
    margin-top: 30px;
  }
  header .contentWrapper .logoWrapper .logo a {
    width: 230px;
  }
  header .contentWrapper .menu {
    display: none;
  }
}
/*# sourceMappingURL=header.css.map */