/* CSS reset */
@import "https://fonts.googleapis.com/css?family=Lato:400,700|Oswald:400,700|Droid+Serif:400,400i";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html, body {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center; }

fieldset, img {
  border: 0;
  text-align: center; }

input {
  border: 1px solid #b0b0b0;
  padding: 3px 5px 4px;
  color: #979797;
  width: 190px; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

.font-title, h1, h2, h3, h4, h5, h6, .c-form--newsletter .form .input__btn, .fair__title, .fair__date, .reference__title, .reference__date, .location__title, .page__title, .section__title, .section__link, .section--work .btn {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-style: normal; }

.font-text, .section__text {
  font-family: "Lato", sans-serif;
  line-height: 1.625em;
  font-weight: normal;
  font-style: normal; }

.font-menu, .lang, .menu-trigger {
  font-family: "Oswald", sans-serif;
  font-weight: normal; }

  ::-webkit-search-decoration {
    display: none; }
  ::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none; }

/*---------------------------------------------*\
                   
\*---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  color: inherit;
  z-index: 1;
  -webkit-text-size-adjust: none; }

html, body {
  min-height: 100%;
  height: auto;
  width: auto; }

html > body {
  min-height: 100%;
  height: auto;
  width: auto; }

html {
  box-sizing: border-box;
  font: 16px sans-serif;
  font-weight: normal;
  line-height: 1.625em; }

body {
  background: #ffffff;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 0.11em;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

*, *:before, *:after {
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin-bottom: 0; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size: inherit;
  font-family: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  background: none; }

p {
  margin: 0;
  clear: right; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #acaaaa; }

a:hover {
  color: #939090; }

a:visited, a:link {
  outline: none; }

a img {
  border: 0; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

hr {
  height: 1px;
  border: 0;
  border-bottom: 1px dotted #ccc;
  margin: 10px 0; }

p.err {
  color: red;
  margin-bottom: 10px; }

a[href^="mail"] {
  word-break: break-all;
  display: inline-block; }

strong {
  font-weight: bold; }

input {
  margin: 0;
  padding: 0; }

form p {
  margin: 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

.hide {
  display: none; }

strong.err {
  font-size: inherit;
  padding: 0; }

h3.err {
  color: #f12;
  font-size: 30px;
  padding: 0; }

/** UTILITY **/
.full {
  width: 100%; }

.center {
  margin: auto;
  text-align: center; }

.right {
  margin: auto;
  margin-right: 0;
  text-align: right; }

.left {
  margin: auto;
  margin-left: 0;
  text-align: left; }

.relative {
  position: relative; }

.vertical-center.right {
  right: 0; }

.image-cover, .u-grid.u-grid--staff .staff__image, .page__image, .section--about-text, .section--work {
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat; }

.init-map {
  display: block;
  height: 100%;
  min-height: 270px; }

/*---------------------------------------------*\
                   layout 
\*---------------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-width: 284px;
  position: relative;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.64286%; }

.wrapper-page {
  width: 1400px;
  max-width: 100%;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: auto;
  margin-left: auto;
  height: 100%; }
  @media (min-width: 640px) {
    .wrapper-page {
      padding-left: 25px;
      padding-right: 25px; } }
  .wrapper-page--full {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }

.logo {
  position: relative;
  width: 147px;
  height: 55px;
  margin-top: 18px; }
  @media (min-width: 980px) {
    .logo {
      width: 240px;
      height: 90px; } }
  .logo__link {
    display: block;
    height: 100%;
    width: 100%; }
  .logo__image {
    background-image: url("/i/logo.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%; }
  .logo__text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .logo--inverted .logo__image {
    background-image: url("/i/logo-inverted.jpg"); }

.lang {
  position: absolute;
  right: 0px;
  width: 100%;
  top: 0;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: right; }
  @media (min-width: 980px) {
    .lang {
      margin-top: 35px; } }
  .lang__container {
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0.11em;
    text-transform: uppercase; }
  .lang__value {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
    .lang__value:after {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      content: "/";
      position: relative; }
    .lang__value:last-child:after {
      display: none; }

.social__icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-right: 11px; }
  .social__icon:last-child {
    margin-right: 0; }

#cboxTitle {
  line-height: 1.1em;
  max-height: 2.2em;
  overflow: hidden; }

.form {
  color: #272626;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  .form label {
    text-transform: uppercase;
    color: #ffffff; }
  .form .err {
    text-transform: uppercase;
    display: block;
    font-size: 0.8125rem;
    font-size: 0.75rem;
    padding: 3px 5px;
    color: #ef6a6a;
    background-color: #e3e3e3;
    margin: 3px 0 -5px; }
  .form input[type="text"], .form input[type="password"] {
    background-color: #ffffff;
    font-style: italic;
    font-family: "Droid Serif", serif;
    border-radius: none;
    border: none;
    color: inherit;
    display: block;
    padding: 4px 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 100%;
    height: 44px;
    line-height: 44px; }
  .form input.submit {
    cursor: pointer;
    color: #ffffff;
    display: block;
    height: 44px;
    background-color: #6a2247;
    border: none;
    width: 157px;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin: auto; }
    .form input.submit:hover {
      background-color: #43162d;
      color: #ffffff; }
  .form .select, .form p.input, .form .captcha, .form .privacy, .form .fileInput {
    width: 555px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .form .captcha, .form .privacy {
    margin: auto; }
  .form .mandatory-text {
    text-align: center;
    line-height: 1.2em; }
  .form p {
    margin-bottom: 15px;
    height: auto; }
    .form p.has-error {
      margin-bottom: 22px; }
  .form p.checkbox {
    zoom: 1;
    position: relative;
    margin-top: 30px; }
    .form p.checkbox:before, .form p.checkbox:after {
      content: '';
      display: table; }
    .form p.checkbox:after {
      clear: both; }
    @media (min-width: 640px) {
      .form p.checkbox {
        margin-top: 0; } }
    .form p.checkbox input[type='checkbox'] {
      opacity: 0;
      float: left;
      width: 25px; }
    .form p.checkbox .mock {
      margin: 0;
      clear: none;
      cursor: pointer;
      position: relative;
      background-color: #ffffff;
      display: block;
      height: 16px;
      width: 16px;
      position: absolute;
      margin: auto;
      top: 6px; }
    .form p.checkbox input[type='checkbox']:checked + span.mock:after {
      content: "";
      background-color: #6a2247;
      margin: 4px;
      height: 8px;
      position: relative;
      display: block; }
    .form p.checkbox label {
      cursor: pointer;
      margin-left: 0;
      padding-left: 25px; }
  .form .textarea.div_text {
    width: 555px;
    max-width: 100%;
    margin: 0 auto 19px; }
  .form .textarea .text {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    padding: 4px 8px;
    width: 100%;
    line-height: 1.2em;
    height: 3.8em;
    background-color: #ffffff;
    border: none;
    border-radius: none;
    color: inherit;
    display: block; }
  .form input[type="text"], .form input[type="password"], .form .textarea .text {
    font-size: 1rem;
    font-weight: normal; }
    .form input[type="text"] ::-webkit-input-placeholder, .form input[type="password"] ::-webkit-input-placeholder, .form .textarea .text ::-webkit-input-placeholder {
      font-size: 1rem;
      color: #272626;
      opacity: 1; }
    .form input[type="text"] :-moz-placeholder, .form input[type="password"] :-moz-placeholder, .form .textarea .text :-moz-placeholder {
      /* Firefox 18- */
      font-size: 1rem;
      color: #272626;
      opacity: 1; }
    .form input[type="text"] ::-moz-placeholder, .form input[type="password"] ::-moz-placeholder, .form .textarea .text ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 1rem;
      color: #272626;
      opacity: 1; }
    .form input[type="text"] :-ms-input-placeholder, .form input[type="password"] :-ms-input-placeholder, .form .textarea .text :-ms-input-placeholder {
      font-size: 1rem;
      color: #272626;
      opacity: 1; }
  .form .privacy {
    display: block; }
    .form .privacy .privacy-policy-content {
      background: #ffffff;
      overflow: auto;
      padding: 5px 10px;
      max-height: 200px;
      font-family: "Lato", sans-serif;
      font-size: 0.8125rem;
      line-height: 1.5em;
      max-height: 8.2em;
      text-transform: initial;
      font-weight: normal; }
      .form .privacy .privacy-policy-content .page {
        margin: 0;
        padding: 0; }
    .form .privacy .privacy-policy-content * {
      font-size: 0.8575rem; }
  .form .form-feedback {
    margin: 20px auto;
    max-width: 555px; }
    .form .form-feedback.error {
      background: #F96363;
      padding: 5px; }
      .form .form-feedback.error .content {
        background: #f3f3f3;
        padding: 10px; }
      .form .form-feedback.error .message {
        color: #D25353; }
  .form .caption {
    font-size: 0.8125rem; }
  .form .captcha {
    margin-bottom: 10px;
    zoom: 1; }
    .form .captcha:before, .form .captcha:after {
      content: '';
      display: table; }
    .form .captcha:after {
      clear: both; }
    .form .captcha .recaptcha_image {
      overflow: hidden;
      margin-bottom: 10px;
      width: 100%; }
      .form .captcha .recaptcha_image img {
        border: none;
        max-width: 100%; }
    .form .captcha .recaptcha_input {
      width: 100%; }
    .form .captcha #recaptcha_image {
      width: 234px !important;
      max-width: 100%;
      margin-right: 10px;
      float: left; }
    .form .captcha .change-captcha {
      display: inline-block;
      width: 35px;
      height: 35px;
      text-indent: -9999px;
      float: left;
      margin-top: 10px;
      background: url("/i/reload.png") no-repeat center center/contain; }
    .form .captcha .recaptcha_only_if_incorrect_sol {
      display: none; }
    .form .captcha #recaptcha_response_field {
      margin-bottom: 20px;
      margin-top: 19px; }
      .form .captcha #recaptcha_response_field + .err {
        margin-top: -20px; }
  .form label.file, .form .fileInputUpload .addon {
    line-height: 24px;
    margin-top: 0;
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: keep-all;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
  .form .fileInputUpload .addon {
    font-size: 16px;
    text-transform: uppercase; }
  .form label.file {
    background: #ffffff;
    color: #272626;
    width: 100%;
    line-height: 32px;
    padding: 4px 8px;
    height: 40px;
    font-weight: normal;
    font-family: "Droid Serif", serif;
    text-transform: capitalize; }
    @media (min-width: 480px) {
      .form label.file {
        width: 70%; } }
  .form .fileInputUpload .addon {
    width: 100%;
    line-height: 40px; }
    @media (min-width: 480px) {
      .form .fileInputUpload .addon {
        width: 29%; } }
  .form .fileInputUpload .caption {
    display: none; }
  .form .fileInputUpload .err + .caption {
    display: block; }
  .form .fileInputUpload {
    position: relative;
    margin-bottom: 25px; }
    .form .fileInputUpload p {
      margin: 0; }
  .form .fileInputUpload p input.file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .form .fileInputUpload p input.file + label {
    font-size: 1.25em;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
    .form .fileInputUpload p input.file + label * {
      pointer-events: none; }
  .form .fileInputUpload p input.file:focus + label, .form .fileInputUpload p input.file + label:hover {
    background-color: red; }
  .form .select {
    position: relative; }
    .form .select label {
      width: 100%;
      display: block; }
      @media (min-width: 640px) {
        .form .select label {
          width: 50%;
          float: left; } }
    .form .select__wrapper {
      background-color: #ffffff;
      display: block;
      position: relative;
      max-width: 100%;
      height: 40px;
      width: 100%; }
      @media (min-width: 480px) {
        .form .select__wrapper {
          width: 50%;
          float: left; } }
      .form .select__wrapper:after {
        content: "";
        display: block;
        width: 15px;
        background: url("/i/select-down.png") no-repeat center center/contain;
        height: 100%;
        position: absolute;
        top: 0;
        right: 15px; }
    .form .select select {
      background: transparent;
      border: 1px solid #ffffff;
      display: inline-block;
      line-height: 1.2em;
      position: relative;
      width: 200px;
      cursor: pointer;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      text-transform: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0.428rem 1.714rem;
      height: 100%;
      width: 100%;
      max-width: 100%; }
      .form .select select option {
        margin: 3px 6px;
        border: 1px solid #ffffff; }

.c-form .select, .c-form .input {
  margin: 0 auto 19px; }
.c-form--newsletter .form .input--newsletter {
  height: 46px;
  display: block; }
.c-form--newsletter .form .err {
  text-transform: uppercase;
  display: block;
  font-size: 0.75rem;
  padding: 3px 5px;
  color: #fff;
  background-color: #ef6a6a;
  margin: 3px 0 -5px; }
.c-form--newsletter .form .input__text {
  background-color: #ffffff;
  font-family: "Droid Serif", serif;
  font-style: italic;
  border: none;
  border-radius: 0;
  height: 25px;
  font-size: 0.8125rem;
  line-height: 1.5454545455em;
  padding: 4px 15px;
  color: #272626;
  margin-bottom: 0;
  max-width: 100%;
  display: block; }
  .c-form--newsletter .form .input__text ::-webkit-input-placeholder {
    text-transform: initial;
    color: #272626 !important;
    opacity: 1; }
  .c-form--newsletter .form .input__text :-moz-placeholder {
    /* Firefox 18- */
    text-transform: initial;
    color: #272626 !important;
    opacity: 1; }
  .c-form--newsletter .form .input__text ::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: initial;
    color: #272626 !important;
    opacity: 1; }
  .c-form--newsletter .form .input__text :-ms-input-placeholder {
    text-transform: initial;
    color: #272626 !important;
    opacity: 1; }
.c-form--newsletter .form .input__message {
  display: none;
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 0;
  background-color: transparent;
  color: #fff;
  line-height: 1.2em; }
  .c-form--newsletter .form .input__message.err {
    display: block; }
.c-form--newsletter .form .input__btn {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.115em;
  display: block;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #fff; }

.icon {
  display: block;
  background-repeat: no-repeat; }
  .icon__social {
    height: 25px;
    width: 25px;
    background-position: 0 0;
    background-size: contain; }
    .icon__social--fb {
      background-image: url("/i/icon-social-facebook.png"); }
    .icon__social--twitter {
      background-image: url("/i/icon-social-twitter.png"); }
    .icon__social--linkedin {
      background-image: url("/i/icon-social-linkedin.png"); }
    .icon__social--instagram {
      background-image: url("/i/icon-social-instagram.png"); }

.menu {
  position: fixed;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #6a2247;
  display: block;
  background-color: #5f203f;
  opacity: 1;
  overflow-y: auto; }
  .menu__list {
    zoom: 1;
    text-align: center;
    list-style: none;
    text-transform: uppercase; }
    .menu__list:before, .menu__list:after {
      content: '';
      display: table; }
    .menu__list:after {
      clear: both; }
  .menu__value {
    font-size: 1.875rem;
    line-height: 1.666em;
    color: #ffffff;
    letter-spacing: 0.11em; }
    @media (min-width: 768px) {
      .menu__value {
        font-size: 2.25rem;
        line-height: 1.666em; } }
    .menu__value-link {
      color: inherit;
      font-family: "Oswald", sans-serif; }
      .menu__value-link:hover {
        color: #e6e6e6; }
  .menu__header {
    zoom: 1;
    display: block;
    height: 90px;
    margin: 0 0px 0 -8px; }
    .menu__header:before, .menu__header:after {
      content: '';
      display: table; }
    .menu__header:after {
      clear: both; }
    @media (min-width: 640px) {
      .menu__header {
        margin: 0px -7px 0 -15px; } }
    @media (min-width: 980px) {
      .menu__header {
        height: 120px; } }
    .menu__header .logo {
      float: left; }
  .menu__container {
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px; }
  .menu .social {
    margin-top: 8%; }
    .menu .social .social__icon {
      margin-right: 15px; }
    .menu .social .icon.icon__social {
      width: 40px;
      height: 40px; }

.menu-trigger {
  zoom: 1;
  cursor: pointer;
  display: block;
  height: 100%;
  text-align: center;
  color: #999;
  float: right;
  padding: 50px 0 20px; }
  .menu-trigger:before, .menu-trigger:after {
    content: '';
    display: table; }
  .menu-trigger:after {
    clear: both; }
  @media (min-width: 980px) {
    .menu-trigger {
      padding: 80px 0 22px; } }
  .menu-trigger__box {
    zoom: 1;
    width: 26px;
    height: 100%;
    float: left;
    position: relative; }
    .menu-trigger__box:before, .menu-trigger__box:after {
      content: '';
      display: table; }
    .menu-trigger__box:after {
      clear: both; }
  .menu-trigger__label {
    float: left;
    color: inherit;
    font-size: 1.125rem;
    line-height: 1em;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    margin-right: 15px; }
  .menu-trigger .e1, .menu-trigger .e2, .menu-trigger .e3 {
    display: block;
    background-color: #999999;
    width: 100%;
    height: 3px;
    margin: 4px 0; }
  .menu-trigger .e1 {
    margin-top: 0; }
  .menu-trigger .e3 {
    margin-bottom: 0; }
  .menu-trigger--close {
    color: #ffffff; }
    .menu-trigger--close .e1, .menu-trigger--close .e2, .menu-trigger--close .e3 {
      background-color: #ffffff; }
    .menu-trigger--close .e1, .menu-trigger--close .e2 {
      width: 90%;
      left: 0;
      right: 0;
      margin: auto; }
    .menu-trigger--close .e1 {
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%; }
    .menu-trigger--close .e2 {
      position: absolute;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 50%; }
    .menu-trigger--close .e3 {
      display: none; }

.fair, .reference {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7% 4%; }
  .fair__container, .reference__container {
    display: block;
    position: relative;
    height: 100%; }
  .fair__title, .fair__date, .reference__title, .reference__date {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.8em;
    letter-spacing: 0.075em;
    text-transform: uppercase; }
  .fair__title, .reference__title {
    margin-bottom: 16px; }
  .fair__description, .reference__description {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.4444em; }
    @media (min-width: 980px) {
      .fair__description, .reference__description {
        height: 5.75em;
        overflow: hidden; } }

.reference__title {
  color: #ffffff; }
  .reference__title:hover {
    color: #e6e6e6; }
.reference__image {
  display: block;
  max-width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: auto; }
  .reference__image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0; }
.reference--image .reference__description, .reference--text .reference__description {
  font-weight: normal;
  font-size: 1rem; }
.reference--image .reference__date, .reference--text .reference__date {
  text-align: right; }
.reference--image .reference__description {
  height: auto;
  max-height: 99%;
  overflow: auto; }

.location {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7%; }
  .location__container {
    display: block;
    position: relative;
    height: 100%; }
  .location__title {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.8em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    max-height: 1.8em;
    overflow: hidden; }
  .location__title {
    margin-bottom: 16px; }
  .location__description {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.4444em; }
    @media (min-width: 640px) {
      .location__description {
        height: 10.4em;
        overflow-y: auto; } }

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  background-color: #ffffff;
  height: 90px; }
  @media (min-width: 980px) {
    .header {
      height: 120px; } }
  .header .wrapper-page {
    padding: 0;
    position: relative; }
  .header .logo {
    float: left;
    text-align: center;
    margin-top: 18px;
    margin-left: 10px; }
  .header .menu-trigger {
    position: absolute;
    right: 18px;
    top: 50px;
    padding: 0;
    height: 20px; }
    @media (min-width: 980px) {
      .header .menu-trigger {
        top: 80px; } }
  .header .lang {
    position: absolute;
    right: 18px;
    width: 80px;
    color: #999; }

.u-grid {
  zoom: 1; }
  .u-grid:before, .u-grid:after {
    content: '';
    display: table; }
  .u-grid:after {
    clear: both; }
  @media (min-width: 640px) {
    .u-grid {
      margin: 0 -0.64286% 0 0; } }
  @media (min-width: 980px) {
    .u-grid {
      margin: 0 -0.64286% 0 0; }
      .u-grid .u-grid {
        margin: 0 -0.64286% 0 0; } }
  .u-grid .u-col {
    display: block;
    width: 100%;
    float: left; }
    @media (min-width: 640px) {
      .u-grid .u-col {
        padding-right: 0.64286%; }
        .u-grid .u-col .u-col {
          padding-right: 0.64286%; }
        .u-grid .u-col--1-4 {
          width: 50%; } }
    @media (min-width: 980px) {
      .u-grid .u-col--1-2 {
        width: 50%; }
      .u-grid .u-col--1-4 {
        width: 25%;
        padding-right: 0.64286%; }
      .u-grid .u-col--push-right {
        float: right; } }
  .u-grid .u-box {
    display: block;
    position: relative;
    height: auto;
    min-height: 270px;
    width: 100%;
    margin-bottom: 0.64286%; }
    .u-grid .u-box--purple {
      background-color: #6a2247; }
    .u-grid .u-box--salmon {
      background-color: #f65b5b; }
    .u-grid .u-box--gray {
      background-color: #e4e4e4;
      color: #3b3b3b; }
    .u-grid .u-box--gray {
      background-color: #ffffff;
      color: #3b3b3b; }
    .u-grid .u-box--1-2-h {
      position: relative; }
    @media (min-width: 980px) {
      .u-grid .u-box {
        min-height: 0;
        height: 270px; } }
    @media (min-width: 640px) {
      .u-grid .u-box--2-h {
        min-height: 544px; }
      .u-grid .u-box--1-2-h {
        min-height: 135px; } }
    @media (min-width: 980px) {
      .u-grid .u-box--2-h {
        min-height: 0;
        height: 547px; }
      .u-grid .u-box--1-2-h {
        height: 135px; } }
  @media (min-width: 640px) {
    .u-grid .u-col--1-4 .u-box {
      margin-bottom: 1.28571%; } }
  @media (min-width: 980px) {
    .u-grid .u-col--1-2 .u-box {
      margin-bottom: 1.28571%; }
    .u-grid .u-col--1-4 .u-box {
      margin-bottom: 2.57143%; } }
  @media (min-width: 640px) {
    .u-grid--locations .u-box {
      height: 270px !important; } }
  .u-grid--partners .u-box {
    height: 270px; }
  .u-grid--partners .page__image-wrapper {
    position: relative;
    padding: 4%; }
  .u-grid--partners .page__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 60%;
    max-width: 60%;
    height: auto; }
  .u-grid--partners .u-box--1-2-h {
    min-height: 135px;
    height: 135px; }

@media (max-width: 639px) {
  .u-grid.u-grid--partners .u-col.empty {
    display: none; } }
@media (max-width: 979px) {
  .u-grid.u-grid--partners .u-col.empty.num-3, .u-grid.u-grid--partners .u-col.empty.num-1 {
    display: none !important; }
  .u-grid.u-grid--partners .u-col.empty.num-1 ~ .u-col.empty {
    display: none !important; }
  .u-grid.u-grid--partners .u-col.empty.num-2 ~ .u-col.empty {
    display: none !important; }
  .u-grid.u-grid--partners .u-col.empty.num-3 ~ .u-col.empty {
    display: none !important; } }
.u-grid.u-grid--partners .partner__link {
  display: block;
  height: 100%;
  width: 100%; }

.u-grid.u-grid--staff .staff__link {
  display: block;
  width: 100%;
  height: 100%; }
.u-grid.u-grid--staff .staff__image {
  height: 100%;
  max-width: 100%;
  min-height: 270px; }
  .u-grid.u-grid--staff .staff__image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
@media (min-width: 640px) {
  .u-grid.u-grid--staff .u-col {
    width: 50%;
    padding-right: 0.64286%; } }
@media (min-width: 980px) {
  .u-grid.u-grid--staff .u-col.u-col--1-4 {
    width: 25%; }
  .u-grid.u-grid--staff .staff__image {
    min-height: 0; } }

.u-grid--locations.u-grid--reverse .u-col--push-right, .u-grid--fairs.u-grid--reverse .u-col--push-right {
  float: left; }

.page {
  padding-top: 122px; }
  @media (min-width: 980px) {
    .page {
      padding-top: 152px; } }
  .page__title {
    font-size: 1.1875rem;
    line-height: 1.739em;
    max-width: 650px;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    text-transform: uppercase;
    padding: 0 18px; }
    @media (min-width: 980px) {
      .page__title {
        font-size: 1.4375rem;
        max-height: 15.651em;
        overflow-y: hidden; } }
    .page__title--main {
      font-weight: normal;
      font-size: 1.125rem;
      text-decoration: none;
      line-height: 1.2em;
      margin-bottom: 18px;
      display: block;
      color: #ffffff; }
    .page__title-group {
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      @media (max-width: 639px) {
        .page__title-group.vertical-center {
          position: relative !important;
          top: 0 !important;
          margin-top: 0 !important;
          padding: 7% 4%; } }
  .page__image {
    display: block;
    max-width: 100%;
    height: 100%; }
    .page__image-wrapper {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      /*
      &--instagram {
          transition: $basic-transition;
          
          &:hover:before {
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              background: rgba(87, 87, 87, 0.2);
              position: absolute;
              z-index: 2;
          }
          
          &:after {
              content: "";
              display: block;
              width: 40px;
              height: 40px;
              background: transparent url('/i/icon-instagram.png') center center no-repeat;
              position: absolute;
              left: 10px;
              bottom: 10px;
              z-index: 3;
          }
          
          &:hover:after {
              background-image: url('/i/icon-instagram-white.png');
          }
      }*/ }
  .page--work .section__text {
    height: auto; }
  .page--work .u-grid .u-box {
    height: 100%;
    padding: 5%; }
  @media (max-width: 979px) {
    .page--work .u-grid .u-box.u-box--salmon {
      margin-bottom: 0; } }
  .page--work .u-grid .u-col.u-col--title .u-box {
    height: 270px; }

.section {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 7% 4%; }
  .section__container {
    height: 100%;
    width: 100%;
    position: relative; }
  .section__title {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.6em;
    margin-bottom: 30px; }
    @media (max-width: 639px) {
      .section__title.vertical-center {
        text-align: center !important;
        margin: auto;
        left: 0;
        right: 0; } }
  .section__text {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.444em;
    letter-spacing: 0.075em;
    min-height: 8.125em; }
    @media (min-width: 980px) {
      .section__text {
        min-height: 0;
        height: 8.125em;
        overflow: hidden; } }
  .section__link {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.444em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: block;
    color: #ffffff; }
    .section__link span {
      -webkit-transition: all 0.25s ease-out 0s;
      transition: all 0.25s ease-out 0s; }
    .section__link:hover {
      color: #e6e6e6;
      border-color: #e6e6e6; }
    .section__link:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 27px;
      height: 18px;
      background: transparent url("/i/icon-arrow.png") center center no-repeat;
      background-size: contain; }
  .section a {
    color: #ffffff; }
    .section a:hover {
      color: #e6e6e6;
      border-color: #e6e6e6; }
  .section--contacts .section__text {
    font-size: 0.8125rem;
    line-height: 1.385em;
    letter-spacing: 0.1em;
    height: 14.6em;
    overflow: hidden; }
  .section--newsletter .section__text {
    font-size: 0.875rem;
    line-height: 1.357em;
    letter-spacing: 0.019em;
    height: 5.675em; }
  .section--newsletter .section__text-title {
    font-size: 0.75rem;
    line-height: 1.8181em;
    letter-spacing: 0.123em;
    margin-bottom: 6px;
    text-transform: uppercase; }
  .section--about-text {
    background-image: url("/i/banner_about.jpg");
    padding: 0;
    height: 100%;
    position: absolute !important; }
  .section--about-text .section__text {
    height: auto;
    left: 0;
    right: 0; }
    @media (max-width: 979px) {
      .section--about-text .section__text {
        position: relative !important;
        padding-top: 5%; } }
  .section--work {
    background-image: url("/i/banner_work.jpg");
    padding: 0;
    height: 100%;
    position: absolute !important; }
    .section--work .btn {
      border: 2px solid #ffffff;
      display: block;
      width: 260px;
      min-height: 45px;
      padding: 0 10px;
      font-size: 1.125rem;
      line-height: 41px;
      position: relative;
      margin: 10px auto;
      text-transform: uppercase; }
  .section--work .section__text {
    height: auto;
    left: 0;
    right: 0;
    min-height: 0; }
  .section--work .form-feedback .error .message {
    text-align: center; }

.u-box--1-2-h .section {
  padding: 4%; }

@media (min-width: 980px) {
  .u-box--2-h .section__text {
    height: 16.25em; } }

.u-gallery {
  overflow: hidden;
  position: relative; }
  .u-gallery__container {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    overflow: hidden; }
    .u-gallery__container:after {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: transparent url("/i/icon-plus.png") center center no-repeat;
      position: absolute;
      left: 10px;
      bottom: 10px;
      z-index: 3; }
    .u-gallery__container--instagram:after {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: transparent url("/i/icon-instagram.png") center center no-repeat;
      position: absolute;
      left: 10px;
      bottom: 10px;
      z-index: 3; }
  .u-gallery__overlay {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 20;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .u-gallery__overlay:hover:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(87, 87, 87, 0.4);
      position: absolute;
      z-index: 2; }
    .u-gallery__overlay:after {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: transparent url("/i/icon-plus.png") center center no-repeat;
      position: absolute;
      left: 10px;
      bottom: 10px;
      z-index: 3; }
    .u-gallery__overlay:hover:after {
      background-image: url("/i/icon-plus-white.png"); }
    @media (min-width: 980px) {
      .u-gallery__overlay {
        opacity: 0; } }
  .u-gallery__container--instagram .u-gallery__overlay:hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(87, 87, 87, 0.4);
    position: absolute;
    z-index: 2; }
  .u-gallery__container--instagram .u-gallery__overlay:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: transparent url("/i/icon-instagram.png") center center no-repeat;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3; }
  .u-gallery__container--instagram .u-gallery__overlay:hover:after {
    background-image: url("/i/icon-instagram-white.png"); }
  .u-gallery__image {
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s; }
  .u-gallery--hover .u-gallery__overlay {
    opacity: 1; }
  .u-gallery--hover .u-gallery__image {
    -webkit-transform: scale(1.25) rotate(6deg);
        -ms-transform: scale(1.25) rotate(6deg);
            transform: scale(1.25) rotate(6deg); }
  .u-gallery .hide {
    display: none; }

.footer {
  text-align: center;
  position: relative;
  font-size: 0.8125rem; }
  .footer .credits {
    color:#ccc;
    padding: 10px 0;
    text-align: center; }
    @media (min-width: 980px) {
      .footer .credits {
        bottom: 10px;
        width: 100%;
        margin: 0;
        left: 0; } }
    .footer .credits .link {
      color: inherit;
      text-decoration: none; }
    .footer .credits .link:hover {
      color: #e6e6e6; }

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