header {
  height: 135px;
  left: 0;
  position: fixed;
  top: 40px;
  width: 100%;
  line-height: 135px;
  background: rgba(25, 25, 25, 0.6);
  z-index: 10;
  border-bottom: 1px solid transparent;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
  -moz-transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
  -ms-transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
  -o-transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
  transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
}
header.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header.scrolled {
  height: 95px;
  line-height: 95px;
  border-color: rgba(255, 255, 255, 0.05);
}
header .maintenanceBar {
  height: 40px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
  color: #fff;
  background: #000000;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
  -moz-transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
  -ms-transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
  -o-transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
  transition: border-color 0.3s, height 0.3s, line-height 0.3s, opacity 0.6s, transform 0.6s, top 0.3s;
}
header .col {
  width: calc(100% - 180px);
  display: inline-block;
  vertical-align: top;
}
header .col:first-child {
  width: 180px;
}
header .col:last-child {
  padding-left: 50px;
  text-align: right;
}
header .col:last-child .socials {
  display: inline-block;
  vertical-align: top;
}
header .col:last-child .socials a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 20px;
  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 .col:last-child .socials a:hover {
  opacity: 0.4;
}
header .col:last-child .socials a:last-child {
  margin-right: 0;
}
header .col .logo {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
header .col .logo a {
  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 .col .logo a:hover {
  opacity: 0.6;
}
header .col .logo svg {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
header .col .logo svg path,
header .col .logo svg polygon {
  fill: #fff;
}
@media all and (max-width: 1200px) {
  header .col:first-child {
    padding-right: 20px;
  }
  header .col:last-child {
    padding-left: 20px;
  }
}
@media all and (max-width: 1024px) {
  header .col ul {
    display: none;
  }
}
/*# sourceMappingURL=header.css.map */