

/* Start:/assets/build/social-icons.css?17500804511187*/
.page-header__social-links {
  position: absolute;
  top: 14px;
  right: 300px;
}

.social-links__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-links__list-item {
  margin: 0;
}

.social-links__list-item:not(:last-child) {
  margin: 0 .35em 0 0;
}

.social-links__list > li:before {
  display: none;
}

.social-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 200ms ease-in-out opacity;
  transition: 200ms ease-in-out opacity;
}

.social-links__link:hover {
  opacity: 1;
  -webkit-transition: 100ms ease-in opacity;
  transition: 100ms ease-in opacity;
}

.social-links__link-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.page-header.is-fixed .social-links  {
  display: none;
}
/* End */
/* /assets/build/social-icons.css?17500804511187 */
