.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    clear: both;
    content: "";
    line-height: 0; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

html {
  height: 100%; }

body {
  min-height: 100%; }

*,
div,
li,
p,
h1,
h2,
h3,
h4,
h5,
a,
span,
html,
img {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 100%;
  width: 100%;
  position: relative;
  font-size: 10px; }

.container {
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .container.maxwidth {
    max-width: 87%; }

.footer {
  padding-top: 0; }

.noFooter .footer {
  display: none; }

.overflow {
  overflow: hidden; }

.nav {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 16px 0 16px 0; }
  @media screen and (min-width: 0) and (max-width: 899px) {
    .nav {
      padding: 7px 0 7px 0;
      position: fixed; } }
  .nav .nav-wrap {
    width: 100%;
    max-width: 87%;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .nav .nav-wrap {
        max-width: 1100px; } }
    .nav .nav-wrap .logo {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (min-width: 0) and (max-width: 899px) {
        .nav .nav-wrap .logo {
          margin-bottom: 0; } }
      .nav .nav-wrap .logo img {
        display: block;
        margin: 0 auto;
        height: 37px;
        width: auto; }
        @media screen and (min-width: 0) and (max-width: 899px) {
          .nav .nav-wrap .logo img {
            height: 30px; } }
        .nav .nav-wrap .logo img.mini {
          display: none; }
    .nav .nav-wrap .nav-content {
      width: 100%; }
      .nav .nav-wrap .nav-content ul li {
        margin: 0 10px;
        display: inline-block;
        text-transform: uppercase;
        color: #000; }
        .nav .nav-wrap .nav-content ul li a {
          display: block;
          color: #000;
          text-transform: uppercase;
          font-family: 'brandon_grotesqueblack';
          font-size: 11px;
          letter-spacing: 2px;
          text-decoration: none;
          position: relative; }
      .nav .nav-wrap .nav-content .main-nav > li > a {
        padding: 0 1px; }
        .nav .nav-wrap .nav-content .main-nav > li > a::before {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 0;
          height: 1px;
          background: #000;
          width: 100%;
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          transform-origin: right top;
          -webkit-transform: scale(0, 1);
          -moz-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
          transform: scale(0, 1);
          -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: -moz-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: -ms-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .nav .nav-wrap .nav-content .main-nav > li > a:hover::before, .nav .nav-wrap .nav-content .main-nav > li > a.is-active::before {
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top;
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
      .nav .nav-wrap .nav-content .secondary-nav {
        position: fixed;
        right: 6.5%;
        top: 18px;
        padding: 0 10px; }
        @media screen and (max-width: 1280px) {
          .nav .nav-wrap .nav-content .secondary-nav {
            right: calc((100% - 1100px)/2); } }
        @media screen and (min-width: 0) and (max-width: 1099px) {
          .nav .nav-wrap .nav-content .secondary-nav {
            right: 10px; } }
        .nav .nav-wrap .nav-content .secondary-nav > li {
          text-align: right; }
          .nav .nav-wrap .nav-content .secondary-nav > li:last-child {
            margin-right: 0; }
          .nav .nav-wrap .nav-content .secondary-nav > li a {
            -webkit-transition: color 300ms ease-in-out;
            -moz-transition: color 300ms ease-in-out;
            -ms-transition: color 300ms ease-in-out;
            transition: color 300ms ease-in-out;
            font-family: 'brandon_grotesque_regularRg',sans-serif;
            font-size: 9px;
            color: #999; }
            .nav .nav-wrap .nav-content .secondary-nav > li a:hover {
              color: #000; }
          .nav .nav-wrap .nav-content .secondary-nav > li > ul.nav-lang {
            display: none;
            -webkit-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
            -ms-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
            text-align: center;
            background: #fff;
            padding: 10px 0;
            position: absolute;
            right: 10px;
            bottom: -40px;
            width: auto;
            min-width: 230px; }
            .nav .nav-wrap .nav-content .secondary-nav > li > ul.nav-lang > li {
              display: inline-block;
              margin: 0 5px; }
              .nav .nav-wrap .nav-content .secondary-nav > li > ul.nav-lang > li a.is-active {
                color: #000;
                font-family: 'brandon_grotesqueblack'; }
      @media screen and (min-width: 0) and (max-width: 899px) {
        .nav .nav-wrap .nav-content {
          -webkit-transition: left 400ms ease-in-out;
          -moz-transition: left 400ms ease-in-out;
          -ms-transition: left 400ms ease-in-out;
          transition: left 400ms ease-in-out;
          left: -100%;
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0;
          background: rgba(255, 255, 255, 0.9);
          padding-top: 55px;
          padding-left: 20px;
          padding-right: 20px; }
          .nav .nav-wrap .nav-content.is-visible {
            left: 0; }
          .nav .nav-wrap .nav-content ul li {
            text-align: left;
            display: block;
            margin: 0; }
            .nav .nav-wrap .nav-content ul li a {
              font-size: 14px;
              line-height: 34px; }
              .nav .nav-wrap .nav-content ul li a::before {
                display: none; }
          .nav .nav-wrap .nav-content .secondary-nav {
            padding: 15px 0;
            margin: 15px 0px;
            position: static;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            position: relative;
            top: 0;
            right: auto; }
            .nav .nav-wrap .nav-content .secondary-nav > li {
              margin: 0;
              text-align: left; }
              .nav .nav-wrap .nav-content .secondary-nav > li a {
                font-size: 14px;
                font-family: 'brandon_grotesqueblack';
                color: #000; }
                .nav .nav-wrap .nav-content .secondary-nav > li a#lang {
                  display: none; }
              .nav .nav-wrap .nav-content .secondary-nav > li > ul.nav-lang {
                min-width: inherit;
                text-align: left;
                background: transparent;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
                display: block;
                left: auto;
                right: auto;
                bottom: -45px;
                padding: 0; }
                .nav .nav-wrap .nav-content .secondary-nav > li > ul.nav-lang li {
                  margin: 0 9px 0 0;
                  position: relative;
                  padding-right: 10px; }
                  .nav .nav-wrap .nav-content .secondary-nav > li > ul.nav-lang li::after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    margin-top: -7px;
                    right: 0;
                    width: 1px;
                    background: #ccc;
                    height: 12px; }
                  .nav .nav-wrap .nav-content .secondary-nav > li > ul.nav-lang li:last-child::after {
                    display: none; }
                  .nav .nav-wrap .nav-content .secondary-nav > li > ul.nav-lang li a {
                    font-family: 'brandon_grotesque_regularRg',sans-serif;
                    font-size: 9px;
                    color: #999; } }
  .nav.fixed {
    position: fixed;
    height: 45px; }
    .nav.fixed .nav-wrap .logo {
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: auto;
      margin: 0; }
      @media screen and (min-width: 900px) and (max-width: 1099px) {
        .nav.fixed .nav-wrap .logo {
          left: 20px; } }
      .nav.fixed .nav-wrap .logo img.mini {
        height: 30px;
        display: block; }
      .nav.fixed .nav-wrap .logo img.large {
        display: none; }

.toggle {
  position: fixed;
  left: 10px;
  display: none;
  z-index: 101; }
  @media screen and (min-width: 0) and (max-width: 899px) {
    .toggle {
      display: block; } }
  .toggle a {
    display: block;
    color: #000;
    font-size: 20px;
    margin-top: 6px; }
    .toggle a.close {
      display: none; }
  .toggle .menu-button {
    -webkit-transition: -webkit-transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .toggle .menu-button-top {
    -webkit-transition: -webkit-transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  .toggle .menu-button-bottom {
    -webkit-transition: -webkit-transform 0.5s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  .toggle.is-active .menu-button {
    -webkit-transition: -webkit-transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .toggle.is-active .menu-button-top {
    -webkit-transition: -webkit-transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: translate(0px, 4px) rotate(45deg);
    -ms-transform: translate(0px, 4px) rotate(45deg);
    transform: translate(0px, 4px) rotate(45deg); }
  .toggle.is-active .menu-button-bottom {
    -webkit-transition: -webkit-transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: translate(0px, -4px) rotate(-45deg);
    -ms-transform: translate(0px, -4px) rotate(-45deg);
    transform: translate(0px, -4px) rotate(-45deg); }

/*# sourceMappingURL=nav.css.map */
