@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

.site-header {
  transition: background-color 0.6s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: rgba(248, 248, 248, 0.985);
  border-bottom: 1px solid #DDDDDD;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .theme-black .site-header {
    background-color: #202020;
    border-bottom: 1px solid #3e3e3e; }
  .site-header--inner {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    height: 87px;
    box-sizing: border-box;
    padding-top: 35px; }
    @media (max-width: 500px) {
      .site-header--inner {
        height: 67px;
        padding-top: 25px; } }
  .site-header .header-content {
    float: right;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    /*
    @include scope(premobile) {
      font-size: 10px;
      line-height: 10px;
    }
*/
    font-family: "Foundry Sterling W01 Demi", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 101;
    top: 2px; }
    .site-header .header-content .languages {
      transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      opacity: 1;
      margin-top: 2px; }
      @media (max-width: 650px) {
        .site-header .header-content .languages {
          display: none; } }
      .site-header .header-content .languages a {
        transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        color: #AAB3B6;
        margin-right: 4px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block; }
        .site-header .header-content .languages a.active {
          color: #202020; }
          .theme-black .site-header .header-content .languages a.active {
            color: #fff; }
        .no-touch .site-header .header-content .languages a:hover {
          color: #202020; }
        .no-touch .theme-black .site-header .header-content .languages a:hover {
          color: #fff; }
        .site-header .header-content .languages a:last-child {
          margin-right: 0; }
      .search-is-open .site-header .header-content .languages {
        opacity: 0; }
    .site-header .header-content > div {
      margin-left: 25px;
      float: left; }
  .site-header .logo {
    display: block;
    width: 188px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 2px; }
    .loading .site-header .logo .logo-overlay {
      transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      opacity: 1; }
      .loading .site-header .logo .logo-overlay-inner {
        -webkit-animation: Gradient 1.4s ease infinite;
        animation: Gradient 1.4s ease infinite; }
    .site-header .logo:hover .logo-overlay {
      transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      opacity: 1; }
      .site-header .logo:hover .logo-overlay-inner {
        -webkit-animation: Gradient 1.4s ease forwards;
        animation: Gradient 1.4s ease forwards; }
    .site-header .logo .logo-overlay {
      transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      width: 40px;
      height: 15px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      overflow: hidden;
      opacity: 0; }
      .site-header .logo .logo-overlay-inner {
        position: absolute;
        width: 40px;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(90deg, #F04E25 0px, #F04E25 80px, #dd390f 160px, #dd390f 180px, #dd390f 220px, #F04E25 300px, #F04E25 380px);
        background-size: 380px 100%; }
    .site-header .logo:before, .site-header .logo:after {
      font-family: 'icomoon';
      text-indent: 0px;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      content: '';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .site-header .logo:before {
      transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      content: "";
      width: 40px;
      height: 15px;
      background-color: #F04E25; }
    .site-header .logo:after {
      background-image: url("../images/gfx/logo/logo_type.svg"); }
      .theme-black .site-header .logo:after {
        background-image: url("../images/gfx/logo/logo_type_inv.svg"); }

.menu-button {
  transition: margin-right 100ms linear, width 100ms linear, transform 100ms linear, opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: relative;
  z-index: 3;
  width: 28px;
  height: 16px;
  cursor: pointer;
  top: -8px;
  padding: 8px 0; }
  .menu-button .line {
    display: block;
    margin-bottom: 5px;
    height: 2px;
    position: relative;
    pointer-events: none; }
    .menu-button .line.line-three {
      margin-bottom: 0; }
    .menu-button .line .inner {
      transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
      outline: 1px solid transparent;
      backface-visibility: hidden;
      -webkit-backface-visibility: initial;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #202020;
      position: absolute;
      left: 0; }
      .theme-black .menu-button .line .inner {
        background-color: #fff; }
  html.no-touch body:not(.menu-is-open) .menu-button:hover {
    cursor: pointer; }
    html.no-touch body:not(.menu-is-open) .menu-button:hover .line-one .inner {
      transform: scaleX(1.07); }
    html.no-touch body:not(.menu-is-open) .menu-button:hover .line-two .inner {
      transform: scaleX(0.93);
      background-color: #F04E25; }
    html.no-touch body:not(.menu-is-open) .menu-button:hover .line-three .inner {
      transform: scaleX(1.07); }
  .search-is-open .menu-button {
    opacity: 0; }

.search-container {
  height: 30px;
  box-sizing: border-box;
  position: relative;
  top: -8px;
  padding-top: 8px; }
  @media (max-width: 650px) {
    .search-container {
      display: none; } }
  .search-container .input-container {
    transition: width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 30px;
    background-color: transparent;
    width: 0px;
    display: inline-block;
    position: relative;
    margin-left: 0; }
    .search-is-open .search-container .input-container {
      transition: width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      width: 160px;
      margin-left: 5px; }
    .search-container .input-container .message {
      top: -16px;
      width: 140px; }
      @media (max-width: 500px) {
        .search-container .input-container .message {
          display: none; } }
    .search-container .input-container.js-error .message.invalid {
      color: #F04E25;
      transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      opacity: 1; }
    .no-touch .search-container .input-container:hover .message.help {
      transition: opacity 0.25s 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      opacity: 1; }
  .search-container input[type='text'] {
    height: 30px;
    background-color: transparent;
    width: 100%;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: "Sabon LT W01 Roman", serif;
    text-decoration: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid #DDDDDD; }
    @media (max-width: 800px) {
      .search-container input[type='text'] {
        font-size: 19px;
        line-height: 26px; } }
    .search-container input[type='text']:focus {
      box-shadow: none; }
    .search-container input[type='text']::-webkit-input-placeholder {
      color: #AAB3B6; }
    .search-container input[type='text']::-moz-placeholder {
      color: #AAB3B6; }
    .search-container input[type='text']:-moz-placeholder {
      color: #AAB3B6; }
    .search-container input[type='text']:-ms-input-placeholder {
      color: #AAB3B6; }
    .theme-black .search-container input[type='text'] {
      color: #fff;
      border-top: none;
      border-left: none;
      border-right: none; }
  .search-container .message {
    transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    line-height: 14px;
    font-family: "Sabon LT W01 Roman", serif;
    text-decoration: none;
    letter-spacing: 0px;
    font-size: 10px;
    text-transform: none;
    opacity: 0; }

.search-button {
  width: 18px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0px; }
  @media (max-width: 800px) {
    .search-button {
      top: 2px; } }
  .search-button .circle {
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), height 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #202020;
    z-index: 1;
    box-sizing: border-box; }
    .theme-black .search-button .circle {
      border: 2px solid #fff; }
  .search-button.open .message {
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: -16px;
    left: -2px;
    width: 60px;
    opacity: 0; }
  .search-button.close {
    transition: opacity 0.25s 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-left 0.25s 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(28px);
    width: 28px;
    margin-left: -28px;
    opacity: 0; }
    .search-button.close .message {
      top: -16px;
      left: -2px;
      width: 60px;
      opacity: 0; }
    .search-is-open .search-button.close {
      transform: translateX(0px);
      margin-left: 0px;
      opacity: 1;
      transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-left 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .search-is-open .search-button.close .cross:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .search-is-open .search-button.close .cross:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .no-touch .search-is-open .search-button.close:hover .message {
        transition: opacity 0.25s 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        opacity: 1; }
      .no-touch .search-is-open .search-button.close:hover .cross:before, .no-touch .search-is-open .search-button.close:hover .cross:after {
        transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        background-color: #F04E25;
        width: 26px; }
  .search-button .line-container {
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0; }
  .search-button .line {
    width: 2px;
    height: 7px;
    background-color: #202020;
    transform: rotate(-45deg);
    position: absolute;
    right: -3px;
    bottom: -6px;
    border-radius: 0%; }
    .theme-black .search-button .line {
      background-color: #fff; }
  .search-button .cross {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 10px;
    z-index: 0; }
    .search-button .cross:before, .search-button .cross:after {
      transition: transform 0.25s cubic-bezier(0.6, -0.28, 0.735, 0.045), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.25s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transform: translate(-50%, -50%) rotate(0deg);
      display: block;
      width: 22px;
      height: 2px;
      position: absolute;
      top: 9px;
      left: 9px;
      background-color: #202020;
      content: ''; }
      .theme-black .search-button .cross:before, .theme-black .search-button .cross:after {
        background-color: #fff; }
  .no-touch .search-button:hover .circle {
    transform: translate(-1px, -1px);
    width: 16px;
    height: 16px;
    border-color: #F04E25; }

/*# sourceMappingURL=_maps/header.css.map */
