header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  z-index: 5;
  color: #fff;
  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:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50% - 130px);
  background: #000;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
header:after {
  content: "";
  height: 200px;
  left: calc(50% - 218px);
  position: absolute;
  top: -162px;
  width: 270px;
  -webkit-transform: rotate(-37deg);
  -moz-transform: rotate(-37deg);
  -o-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
  background: #000;
  -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.scrolled {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.scrolled:before {
  width: 100%;
}
header.active .contentWrapper .cols .col {
  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 .cols .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
header .contentWrapper .cols .col:last-child {
  -webkit-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -moz-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -ms-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
}
header .contentWrapper .cols .col .logo a {
  display: inline-block;
  vertical-align: middle;
}
header .contentWrapper .cols .col .logo a svg {
  width: 290px;
  height: auto;
  display: block;
}
header .contentWrapper .cols .col .logo a svg path {
  fill: #fff;
}
header .contentWrapper .cols .col .socials {
  text-align: right;
  margin-right: -10px;
  margin-top: -10px;
}
header .contentWrapper .cols .col .socials a {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  -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 .cols .col .socials a:hover {
  color: #0000e5;
}
@media all and (max-width: 1024px) {
  header:before {
    width: calc(85% - 130px);
  }
  header:after {
    left: calc(85% - 218px);
  }
  header .contentWrapper .cols .col .logo a svg {
    width: 190px;
  }
}
@media all and (max-width: 767px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header:before {
    width: 100%;
  }
  header:after {
    display: none;
  }
  header .contentWrapper .cols .col .logo a svg {
    width: 140px;
  }
}
/*# sourceMappingURL=header.css.map */