﻿@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
a {
  text-decoration: none; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

.promote-layer {
  /*
  This may promote the layer to a composited
  layer.

  Replace with will-change when available

  #perfmatters
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none; }

.pressed {
  background-color: rgba(0, 0, 0, 0.7); }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.ir br {
  display: none; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/*center element*/
.center-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*$font-100-regular: 'MuseoSans100', 'Helvetica', 'Arial', sans-serif !default;
$font-300-regular: 'MuseoSans300', 'Helvetica', 'Arial', sans-serif !default;
$font-500-regular: 'MuseoSans500', 'Helvetica', 'Arial', sans-serif !default;
$font-700-regular: 'MuseoSans700', 'Helvetica', 'Arial', sans-serif !default;
$font-300-italic: 'MuseoSans300Italic', 'Helvetica', 'Arial', sans-serif !default;
$font-500-italic: 'MuseoSans500Italic', 'Helvetica', 'Arial', sans-serif !default;*/
/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * While image is not loaded, with this trick the space occupied
 * Use this placeholder and it is required the width and padding-bottom
 * for it to work.
 * Remember, the padding-bottom is a percent of the width value
 */
/*------------------------------------*    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

h1, h2, h3, h4, h5 {
  font-weight: 400;
  font-size: 1em; }

@font-face {
  font-family: 'icomoon4';
  src: url("fonts/icomoon5.eot?p2ybby");
  src: url("fonts/icomoon5.eot?p2ybby#iefix") format("embedded-opentype"), url("fonts/icomoon5.ttf?p2ybby") format("truetype"), url("fonts/icomoon5.woff?p2ybby") format("woff"), url("fonts/icomoon5.svg?p2ybby#icomoon4") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon4';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*icons*/
.icon-facebook:before {
  content: "\e600"; }

.icon-pinterest:before {
  content: "\e601"; }

.icon-menu-m-close:before {
  content: "\e602"; }

.icon-menu-m-open:before {
  content: "\e603"; }

.icon-mute:before {
  content: "\e604"; }

.icon-volume:before {
  content: "\e605"; }

.icon-homify:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-instagram2:before {
  content: "\e902"; }

.icon-play:before {
  content: "\e903"; }

.icon-play3:before {
  content: "\e904"; }

.icon-pause2:before {
  content: "\e905"; }

body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-repeat: repeat;
  background-position: left top;
  background-color: #484647; }

.site {
  height: 100%;
  overflow-x: hidden; }

li {
  list-style: none; }

.vert-center {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.no-csstransforms .vert-center {
  width: 100%;
  top: 50px;
  left: inherit; }

/*------------------------------------*	#PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
  /* @include respond-to(tablet-p) {
        font-size: ($base-font-size / 16px) * .8em;
    }*/
  background-repeat: repeat;
  background-position: left bottom;
  background-size: cover;
  height: 100%; }
  html.bg-homepage {
    background: url(/images/bgs/bg-home-simple.png) no-repeat right top;
    background-size: cover; }
    html.bg-homepage body {
      background-repeat: no-repeat;
      background-position: right top;
      background-color: #b5b2b2;
      background-size: cover; }
      @media (max-width: 767px) {
        html.bg-homepage body {
          background-position: right 70px;
          background-color: transparent; } }

/*------------------------------------*	#IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let's
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

/*------------------------------------*	#LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Center any element horizontally and vertical
 */
.absolute-center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*OPACITY FOR TEXT*/
.opacity-text {
  opacity: 0.95;
  filter: alpha(opacity=95); }

header {
  max-width: 226px;
  min-width: 120px;
  padding: 48px 13px 0 0;
  position: relative; }
  @media (max-width: 1023px) {
    header {
      max-width: 120px; } }
  @media (max-width: 767px) {
    header {
      max-width: 100%;
      height: 80px;
      padding: 0; } }
  header.homepage .header-wrapper-nav li a:hover {
    color: #fff; }
    header.homepage .header-wrapper-nav li a:hover span.heart {
      background: url(/images/icons/heart-menu-on-home-new.png) no-repeat left top; }
  header.homepage .header-wrapper-lang li a:hover, header.homepage .header-wrapper-lang li a.on {
    color: #fff; }
  header.opened {
    width: 100%; }
    header.opened .header-wrapper {
      padding-right: 0;
      opacity: 1;
      filter: alpha(opacity=100);
      z-index: 1000;
      display: block !important; }
    header.opened .menu-mobile {
      color: #fff;
      font-weight: 400; }
  header .logo {
    display: none; }
    @media (max-width: 767px) {
      header .logo {
        display: block;
        overflow: hidden; } }

.logo {
  z-index: 1;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 13px;
  opacity: .9;
  filter: alpha(opacity=90); }
  .logo a {
    display: inline-block; }
  @media (max-width: 1600px) {
    .logo {
      bottom: auto;
      top: 300px; } }
  @media (max-width: 1440px) {
    .logo img {
      width: 80%; } }
  @media (max-width: 1023px) {
    .logo {
      top: 200px; } }
  @media (max-width: 767px) {
    .logo {
      top: -35px !important;
      right: 47px;
      bottom: auto;
      text-align: left;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      left: auto;
      padding-top: 0;
      position: absolute;
      width: 77px; }
      .logo a {
        width: 166px; }
      .logo img {
        width: 30%; } }

@media (max-width: 1023px) {
  .header-wrapper {
    position: absolute;
    left: 90px;
    top: 80px;
    width: 100%;
    margin-top: 0;
    text-align: right;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
    filter: alpha(opacity=0); }
    .header-wrapper li {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-animation-duration: 249ms;
      animation-duration: 249ms;
      -webkit-animation-name: slideIn;
      animation-name: slideIn;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; } }

@media (max-width: 767px) {
  .header-wrapper {
    top: 80px;
    left: 40px;
    width: auto; } }

.header-wrapper-nav {
  text-align: right; }
  .header-wrapper-nav li {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 800; }
    @media (max-width: 767px) {
      .header-wrapper-nav li {
        padding-bottom: 8px; } }
    @media (max-width: 1440px) {
      .header-wrapper-nav li {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1em; } }
    @media (max-width: 767px) {
      .header-wrapper-nav li {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1em; } }
    .header-wrapper-nav li a {
      color: #040404;
      position: relative; }
      .header-wrapper-nav li a span {
        display: block;
        position: absolute;
        left: 8.5px;
        top: -6px; }
        @media (max-width: 1440px) {
          .header-wrapper-nav li a span {
            left: 5.5px; } }
        @media (max-width: 767px) {
          .header-wrapper-nav li a span {
            left: 8.5px; } }
        .header-wrapper-nav li a span.heart {
          background: url(/images/icons/heart-menu-new.png) no-repeat left top;
          width: 11px;
          height: 10px; }
        .header-wrapper-nav li a span img {
          display: none; }
      .header-wrapper-nav li a:hover, .header-wrapper-nav li a.on {
        color: #aaa199; }
        .header-wrapper-nav li a:hover span.heart, .header-wrapper-nav li a.on span.heart {
          background: url(/images/icons/heart-menu-on2-new.png) no-repeat left top; }

.header-wrapper-social-media {
  text-align: right;
  margin-top: 10px;
  position: relative;
  z-index: 10; }
  .header-wrapper-social-media ul {
    display: inline-block; }
  .header-wrapper-social-media li {
    float: left; }
    .header-wrapper-social-media li:nth-child(odd) {
      background: #908780; }
      .header-wrapper-social-media li:nth-child(odd):hover {
        color: #908780; }
    .header-wrapper-social-media li:nth-child(even) {
      background: #aaa199; }
      .header-wrapper-social-media li:nth-child(even):hover {
        color: #aaa199; }
    .header-wrapper-social-media li.facebook-link a {
      background-image: url(/images/icons/facebook.png);
      padding-top: 7px; }
      .header-wrapper-social-media li.facebook-link a:hover {
        background-image: url(/images/icons/facebook-hover.png); }
    .header-wrapper-social-media li.pinterest-link a {
      background-image: url(/images/icons/pinterest.png);
      padding-top: 7px; }
      .header-wrapper-social-media li.pinterest-link a:hover {
        background-image: url(/images/icons/pinterest-hover.png); }
    .header-wrapper-social-media li.insta a {
      background-image: url(/images/icons/instagram.png);
      padding-top: 7px; }
      .header-wrapper-social-media li.insta a:hover {
        background-image: url(/images/icons/instagram-hover.png); }
    .header-wrapper-social-media li.homify a {
      background-image: url(/images/icons/homify.png);
      padding-top: 6px; }
      .header-wrapper-social-media li.homify a:hover {
        background-image: url(/images/icons/homify-hover.png); }
    .header-wrapper-social-media li a {
      display: block !important;
      color: #fff;
      width: 25px;
      height: 25px;
      text-align: center;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1em;
      background-repeat: no-repeat;
      background-position: center center; }
      .header-wrapper-social-media li a:hover {
        background-color: #fff; }
      .header-wrapper-social-media li a span {
        display: inline-block;
        text-indent: -99999px; }

.header-wrapper-lang {
  text-align: right;
  position: relative;
  z-index: 10; }
  .header-wrapper-lang ul {
    display: inline-block; }
  .header-wrapper-lang li {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1em;
    text-transform: uppercase;
    float: left;
    letter-spacing: 1px; }
    @media (max-width: 1440px) {
      .header-wrapper-lang li {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1em; } }
    .header-wrapper-lang li:first-child:after {
      display: none; }
    .header-wrapper-lang li:after {
      content: '/';
      display: block;
      color: #040404;
      float: left; }
    .header-wrapper-lang li a {
      color: #040404; }
      .header-wrapper-lang li a:hover, .header-wrapper-lang li a.on {
        color: #aaa199; }

.header-wrapper-audio {
  margin-top: 3px; }
  .header-wrapper-audio button {
    border: none;
    height: 29px;
    background-color: transparent;
    text-align: right;
    width: 55px;
    float: right;
    clear: both;
    margin: 0;
    padding: 0; }
    .header-wrapper-audio button:active {
      outline: none;
      border: none; }
    .header-wrapper-audio button:focus {
      outline: 0; }
    .header-wrapper-audio button:hover span.on {
      background-image: url(/images/icons/audio-on-hover-inside-page2.png); }
    .header-wrapper-audio button:hover span.off {
      background-image: url(/images/icons/audio-off-inside-page2.png); }
    .header-wrapper-audio button span {
      width: 50px;
      height: 29px;
      background-repeat: no-repeat;
      display: inline-block;
      background-position: right top;
      background-size: 44px; }
      @media (max-width: 1440px) {
        .header-wrapper-audio button span {
          background-size: 41px; } }
      .header-wrapper-audio button span.on {
        background-image: url(/images/icons/audio-on-inside-page2.png); }
      .header-wrapper-audio button span.off {
        background-image: url(/images/icons/audio-off-hover-inside-page2.png);
        width: 34px;
        background-size: 30px; }

@media (max-height: 750px) {
  .overlay-mobile {
    background: #686868;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: visibility 0s .5s, opacity .5s linear;
    transition: visibility 0s .5s, opacity .5s linear;
    z-index: 3; }
    .overlay-mobile.opened {
      height: 100%;
      width: 100%;
      opacity: .9;
      filter: alpha(opacity=90);
      z-index: 1000;
      -webkit-transition: visibility 0s .3s, opacity .3s linear;
      transition: visibility 0s .3s, opacity .3s linear; } }

@media (max-width: 1023px) {
  .overlay-mobile {
    background: #686868;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: visibility 0s .5s, opacity .5s linear;
    transition: visibility 0s .5s, opacity .5s linear;
    z-index: 3; }
    .overlay-mobile.opened {
      height: 100%;
      width: 100%;
      opacity: .9;
      filter: alpha(opacity=90);
      z-index: 1000;
      -webkit-transition: visibility 0s .3s, opacity .3s linear;
      transition: visibility 0s .3s, opacity .3s linear; } }

.menu-mobile {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1em;
  color: #040404;
  float: right;
  display: none;
  position: absolute;
  left: 68px;
  top: 30px;
  z-index: 1000;
  font-weight: 700; }
  @media (max-width: 767px) {
    .menu-mobile {
      top: 20px;
      left: 10px;
      right: auto; } }
  .menu-mobile:after {
    font-family: "icomoon4";
    content: "\e602"; }
  .menu-mobile.on:after {
    content: "\e603"; }
  @media (max-width: 1023px) {
    .menu-mobile {
      display: block; } }

.arrow-down {
  text-align: center;
  margin: 140px 0 170px 0; }
  .arrow-down a {
    display: inline-block; }
  .arrow-down img {
    width: auto; }

.video-hub, .link-hub {
  max-width: 1165px;
  margin: auto auto 60px auto; }
  .video-hub .title, .link-hub .title {
    position: relative;
    font-size: 0;
    margin-bottom: 200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-align: center; }
    .video-hub .title .line-left, .link-hub .title .line-left {
      height: 1px;
      background: #fff;
      display: inline-block;
      width: 38%; }
    .video-hub .title .line-right, .link-hub .title .line-right {
      height: 1px;
      background: #fff;
      display: inline-block;
      width: 38%; }
    .video-hub .title .label, .link-hub .title .label {
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      width: 15%;
      text-align: center;
      display: inline-block;
      position: relative;
      top: 4px; }

@media (max-width: 1100px) {
  .press-list .press-list-wrap {
    text-align: center; } }

.press-list ul {
  font-size: 0;
  margin-left: -100px; }
  @media (max-width: 1100px) {
    .press-list ul {
      display: inline-block; } }

.press-list li {
  display: inline-block;
  width: 33.33%;
  margin-left: 100px;
  max-width: 318px;
  margin-bottom: 140px; }
  .press-list li:hover {
    /*.overlay {
                visibility: visible;
                opacity: .5;
            }

            .info {
                visibility: visible;
                opacity: 1;
            }*/ }
    .press-list li:hover .wrap-figure img {
      visibility: visible;
      opacity: 1; }
    .press-list li:hover .info {
      visibility: hidden;
      opacity: 0; }
      @media (max-width: 1100px) {
        .press-list li:hover .info {
          visibility: visible;
          opacity: 1; } }
  @media (max-width: 1100px) {
    .press-list li {
      width: 50%; } }
  @media (max-width: 767px) {
    .press-list li {
      width: 100%; } }
  .press-list li figure {
    text-align: center;
    position: relative;
    right: 0;
    top: 0; }
  .press-list li .wrap-figure {
    border-radius: 50%;
    width: 318px;
    height: 318px;
    background: #322f2e;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 10; }
  .press-list li a {
    display: block; }
  .press-list li img {
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    -webkit-transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
    -ms-transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
    top: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0; }
    @media (max-width: 1100px) {
      .press-list li img {
        visibility: visible;
        opacity: 1; } }
  .press-list li .overlay {
    background: #322f2e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
    transition: visibility 0.3s ease-out, opacity 0.3s ease-out; }
    @media (max-width: 1100px) {
      .press-list li .overlay {
        background: none; } }
  .press-list li .info {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: visibility 0.35s ease-out, opacity 0.35s ease-out;
    -ms-transition: visibility 0.35s ease-out, opacity 0.35s ease-out;
    transition: visibility 0.35s ease-out, opacity 0.35s ease-out;
    left: 50%;
    top: 50%;
    z-index: 10; }
    @media (max-width: 1100px) {
      .press-list li .info {
        position: static;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 30px; } }
    .press-list li .info h2, .press-list li .info h3 {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
    .press-list li .info h2 {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .press-list li .info h3 {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1; }

.layer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  left: -113px; }
  @media (max-width: 1023px) {
    .layer {
      left: -60px; } }
  @media (max-width: 767px) {
    .layer {
      left: 0; } }

.video-layer {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }

.overlay-layer {
  position: fixed;
  background: #322f2e;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: .7;
  display: none; }
  .overlay-layer.open {
    display: block; }

.video-layer-wrapper {
  background: #fff;
  position: relative;
  max-width: 1366px;
  /*height: 480px;*/
  margin: auto; }
  .video-layer-wrapper .video-layer-close {
    text-align: right;
    position: absolute;
    top: -35px;
    right: 0;
    z-index: 100; }
    @media (max-width: 767px) {
      .video-layer-wrapper .video-layer-close {
        top: -50px; } }
    .video-layer-wrapper .video-layer-close .icon-close {
      font-size: 27px;
      font-size: 1.6875rem;
      line-height: 1;
      color: #040404; }
  .video-layer-wrapper .video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  .video-layer-wrapper object, .video-layer-wrapper embed, .video-layer-wrapper #ytplayer, .video-layer-wrapper #vimeoplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

h1 {
  visibility: hidden;
  text-indent: -99999px;
  position: absolute; }

.loader, .no-images {
  z-index: 10;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em;
  color: #040404;
  padding: 0 20px; }
  .loader img, .no-images img {
    width: auto; }

.main {
  position: absolute;
  left: 226px;
  top: 0;
  /*height: 100%;*/ }
  .main.homepage {
    height: 100%; }
  .main section.hide {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); }
  @media (max-width: 1023px) {
    .main {
      left: 120px; } }
  @media (max-width: 767px) {
    .main {
      left: 0;
      position: relative; } }
  .main .logo {
    left: -105px;
    right: auto;
    display: block;
    bottom: 0; }
    @media (max-width: 767px) {
      .main .logo {
        display: none; } }

.main-homepage {
  width: inherit;
  height: inherit;
  max-height: 100% !important; }
  .main-homepage .main-head-wrap-figure {
    visibility: hidden; }
  .main-homepage .main-homepage-figure {
    width: inherit;
    height: inherit;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; }

.main-inside {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  display: inline-block;
  margin: auto;
  width: inherit;
  height: inherit; }
  .main-inside .main-head-wrap-figure {
    max-height: 750px;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .main-inside .main-head-wrap-figure {
        max-height: none; } }

.main-head {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  height: 750px;
  width: 100%; }
  @media (max-width: 1023px) {
    .main-head {
      height: 100%; } }

@media (max-width: 1023px) {
  .main-head-wrap {
    max-height: none; } }

.main-foot {
  margin: 30px 0 0px 0; }
  @media (max-width: 767px) {
    .main-foot {
      margin: 30px 0 100px 0; } }
  .main-foot .link-show-menu {
    display: none; }
  .main-foot .hide-menu {
    /*margin-top: 30px;*/ }
    @media (max-width: 767px) {
      .main-foot .hide-menu {
        margin-top: 0; } }
    .main-foot .hide-menu .link-show-menu {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1em;
      color: #040404;
      text-transform: uppercase;
      visibility: visible;
      opacity: 1;
      transition: opacity 0.5s linear;
      display: inline-block; }
      .main-foot .hide-menu .link-show-menu:hover {
        color: #aaa199; }
      @media (max-width: 1440px) {
        .main-foot .hide-menu .link-show-menu {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1em; } }
      @media (max-width: 767px) {
        .main-foot .hide-menu .link-show-menu {
          margin-left: 20px; } }
      .main-foot .hide-menu .link-show-menu.hide {
        visibility: hidden;
        opacity: 0;
        display: none; }
    .main-foot .hide-menu .main-foot-menu {
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.5s linear;
      display: none; }
      .main-foot .hide-menu .main-foot-menu.show {
        visibility: visible;
        opacity: 1;
        display: block; }
  .main-foot .main-foot-article {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
    color: #040404;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0 50px 15px 0;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .main-foot .main-foot-article {
        padding: 15px 20px 0px 20px; } }
  .main-foot strong {
    font-weight: 700; }
  .main-foot p {
    margin: 0;
    padding: 2px 0; }
  .main-foot a {
    color: #040404; }
    .main-foot a:hover {
      text-decoration: none;
      color: #aaa199; }
  .main-foot figure {
    position: absolute;
    right: 60px;
    top: 40px; }
    @media (max-width: 1023px) {
      .main-foot figure {
        position: static;
        max-width: 100%;
        text-align: right; }
        .main-foot figure img {
          width: auto; } }
  .main-foot .main-foot-image {
    position: relative;
    top: -20px; }

.head-content-error {
  position: relative;
  height: 500px; }
  .head-content-error .error-page {
    text-align: center;
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .head-content-error .error-page h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 800;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1em; }
      @media (max-width: 767px) {
        .head-content-error .error-page h2 {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1em; } }
    .head-content-error .error-page a {
      color: #040404;
      font-family: "Open Sans", sans-serif;
      font-weight: 800;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1em;
      margin-top: 30px;
      display: inline-block; }
      @media (max-width: 767px) {
        .head-content-error .error-page a {
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 1em; } }

@media (max-width: 767px) {
  .under-construction .error-page {
    top: 0; } }

.boldTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 800; }

.cookies-bar {
  box-shadow: -5px -1px 15px -5px #333333;
  color: #505152;
  font-size: 10px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1100;
  background-color: #333333;
  bottom: 0; }
  @media (max-width: 767px) {
    .cookies-bar {
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; } }
  .cookies-bar .wrapper {
    position: relative;
    padding: 5px 10px 5px 5px;
    text-align: center; }
  .cookies-bar span {
    margin: 0;
    color: #fff;
    display: inline; }
    .cookies-bar span.title {
      font-size: 14px;
      font-weight: 500; }
    .cookies-bar span a {
      color: #fff;
      font-weight: 700; }
      .cookies-bar span a:hover {
        color: #aaa199; }
  .cookies-bar .close-button {
    display: inline-block;
    padding-left: 10px; }
    .cookies-bar .close-button img {
      width: 70%; }
    @media (max-width: 767px) {
      .cookies-bar .close-button {
        top: 9px;
        right: 16px; } }

.christmas-marquee {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 100; }

.marquee {
  display: block;
  position: relative;
  width: 150%;
  animation: scroll 20s linear infinite; }
  @media (max-width: 767px) {
    .marquee {
      width: 250%; } }

.text-christmas {
  display: inline-block;
  bottom: 0px;
  right: 25px;
  position: relative;
  max-width: 48%; }
  .text-christmas img {
    display: inline-block;
    margin-top: 18%; }

.image-christmas {
  display: inline-block;
  max-width: 50%;
  /*&.straight-line {
        -webkit-transform: rotate(11deg);
        -ms-transform: rotate(11deg);
        transform: rotate(11deg);
        transition: transform 2.0s;
    }*/ }

/* Make it move */
@keyframes scroll {
  0% {
    left: -1465px; }
  100% {
    left: 1465px; } }
