/*
+  GLOBAL RESETS
-------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  outline: none;
}

body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  margin-left: 1.8em;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

td {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
  visibility: hidden;
}

.accent, strong.accent, span.accent, em.accent {
  background: #ffffbf !important;
  color: inherit;
  padding: .25em;
  font-weight: bold;
}

div.accent, p.accent {
  padding: 1.5em;
}

.amp {
  font: italic 1.1em/10% "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
}

/*
+ Standard resets*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

/*
= FONT EMBEDING
------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'eccentric';
  src: url("../fonts/eccentric-webfont.woff2") format("woff2"), url("../fonts/eccentric-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eccentric-age';
  src: url("../fonts/eccentric-age-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
	+ Futura font family and font weight Types : */
/*
= COMMONS
------------------------------------------------------------------------------------- */
html,
body {
  font-family: 'futura-pt';
  font-weight: 200;
  color: #382b28;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 700px) {
  html,
  body {
    overflow: initial;
  }
}

/*
+ Windows Chrome*/
html.chrome.windows body {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

.desktop,
.desktop body {
  overflow: hidden;
  height: 100%;
}

.desktop #main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.tablet .home #main {
  overflow: hidden;
}

.holder {
  max-width: 2450px;
  margin: 0px auto;
}

@media (max-width: 2600px) {
  .holder {
    max-width: 1580px;
  }
}

@media (max-width: 1900px) {
  .holder {
    max-width: 1280px;
  }
}

@media (max-width: 1300px) {
  .holder {
    max-width: 900px;
  }
}

@media (max-width: 1000px) {
  .holder {
    max-width: 670px;
  }
}

.ie11 *,
.edge * {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.history-swap-box-in,
.history-swap-box-out {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
    + Content style */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

strong {
  font-weight: 400;
}

.parallax {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/*
    + Intro section */
@-webkit-keyframes exploreAnimVertical {
  0% {
    opacity: 1;
    top: -13px;
  }
  10% {
    opacity: 1;
    top: -13px;
  }
  40% {
    opacity: 1;
    top: 28px;
  }
  50% {
    opacity: 0;
    top: 28px;
  }
  50.01% {
    opacity: 0;
    top: -13px;
  }
  60% {
    opacity: 1;
    top: -13px;
  }
  90% {
    opacity: 1;
    top: 28px;
  }
  100% {
    opacity: 1;
    top: 28px;
  }
}
@keyframes exploreAnimVertical {
  0% {
    opacity: 1;
    top: -13px;
  }
  10% {
    opacity: 1;
    top: -13px;
  }
  40% {
    opacity: 1;
    top: 28px;
  }
  50% {
    opacity: 0;
    top: 28px;
  }
  50.01% {
    opacity: 0;
    top: -13px;
  }
  60% {
    opacity: 1;
    top: -13px;
  }
  90% {
    opacity: 1;
    top: 28px;
  }
  100% {
    opacity: 1;
    top: 28px;
  }
}

.intro {
  position: relative;
}

.intro .bgr-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.intro .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 70px;
  width: 195px;
  height: 40px;
  /*
            * logo without shadow
            * width: 237px; height: 41px;
            */
  /*
            * Because of shadow on logo we need to go with smaller version so it can be aligned with menu on left side
            * top: 70px;
            * width: 247px; height: 47px;
            */
  text-indent: -9999px;
  background: url(../img/logo-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .intro .logo {
    top: 71px;
    width: 188px;
    height: 36px;
  }
}

@media (max-width: 1400px) {
  .intro .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 165px; height: 29px;
                */
    top: 37px;
    width: 179px;
    height: 35px;
  }
}

@media (max-width: 1300px) {
  .intro .logo {
    top: 38px;
    width: 175px;
    height: 34px;
  }
}

@media (max-width: 1000px) {
  .intro .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 162px; height: 29px;
                */
    width: 172px;
    height: 34px;
  }
}

@media (max-width: 700px) {
  .intro .logo {
    /*
                * logo without shadow
                * top: 30px;
                * width: 120px; height: 21px;
                */
    top: 30px;
    width: 130px;
    height: 26px;
  }
}

.intro article {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 560px;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1400px) {
  .intro article {
    max-width: 500px;
  }
}

@media (max-width: 1300px) {
  .intro article {
    max-width: 430px;
  }
}

@media (max-width: 1000px) {
  .intro article {
    max-width: 485px;
  }
}

@media (max-width: 700px) {
  .intro article {
    max-width: 280px;
    width: 100%;
  }
}

.intro article h1 {
  position: relative;
  margin: 0 0 27px;
  font-family: 'futura-pt';
  font-weight: 200;
  font-weight: 200;
  font-size: 90px;
  line-height: 115px;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  outline: none;
}

@media (max-width: 700px) {
  .intro article h1 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  }
}

.intro article h1 strong {
  display: block;
  font-family: 'eccentric';
}

@media (max-width: 1900px) {
  .intro article h1 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 86px;
  }
}

@media (max-width: 1400px) {
  .intro article h1 {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 1300px) {
  .intro article h1 {
    margin-bottom: 8px;
  }
}

@media (max-width: 1000px) {
  .intro article h1 {
    font-size: 80px;
    line-height: 104px;
    margin-bottom: 32px;
  }
}

@media (max-width: 700px) {
  .intro article h1 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 8px;
  }
}

.intro article p {
  font-family: 'futura-pt';
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
  .intro article p {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 1400px) {
  .intro article p {
    font-size: 23px;
    line-height: 27px;
  }
}

@media (max-width: 1300px) {
  .intro article p {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .intro article p {
    font-size: 22px;
    line-height: 33px;
  }
}

@media (max-width: 700px) {
  .intro article p {
    font-size: 18px;
    line-height: 22px;
  }
}

.scroll-explore-btn {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  padding-left: 0;
  padding-top: 60px;
  font-family: 'futura-pt';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 15px;
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@media (max-width: 1000px) {
  .scroll-explore-btn {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

.scroll-explore-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 1px;
  height: 40px;
  background: #ffffff;
  -webkit-transform: translateX(-0.5px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-0.5px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.scroll-explore-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 28px;
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  border-left: none;
  border-top: none;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1400px) {
  .scroll-explore-btn {
    bottom: 22px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 1000px) {
  .scroll-explore-btn {
    bottom: 42px;
    font-size: 12px;
    letter-spacing: 2px;
  }
}

@media (max-width: 700px) {
  .scroll-explore-btn {
    bottom: 20px;
    display: block;
    padding-top: 15px;
  }
  .scroll-explore-btn:after {
    top: -3px;
  }
  .scroll-explore-btn:before {
    display: none;
  }
}

.intro .scroll-explore-btn:after {
  top: -13px;
}

@media (max-width: 700px) {
  .intro .scroll-explore-btn:after {
    top: -3px;
  }
}

.loaded .intro .scroll-explore-btn:after {
  -webkit-animation: exploreAnimVertical 3.2s forwards;
          animation: exploreAnimVertical 3.2s forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@media (max-width: 700px) {
  .loaded .intro .scroll-explore-btn:after {
    -webkit-animation: none;
            animation: none;
  }
}

.popup #popup-content > div section:first-child .scroll-explore-btn:after {
  top: -13px;
}

.popup #popup-content > div section:last-child .scroll-explore-btn {
  display: none;
}

.popup.loaded #popup-content > div section:first-child .scroll-explore-btn:after {
  -webkit-animation: exploreAnimVertical 3.2s forwards;
          animation: exploreAnimVertical 3.2s forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/*
        + Tablet and mobile */
.tablet .intro .logo,
.mobile .intro .logo {
  display: none;
}

/*.tablet {
                // .intro {
                //     .scroll-explore-btn { 
                //         &:after { 
                //             top: 1.5px;
                //             left: calc(50% - 0.5px);
                //         }
                //     }
                // }
                // &.portrait{
                //     .intro {
                //         .scroll-explore-btn{
                //             &.video-intro{
                //                 bottom: 52px;
                //                 padding-top: 73px;
                //                 &:after{
                //                     left: calc(50% - 1px); top: 32px;
                //                 }
                //                 &:before{
                //                     bottom: 44px;
                //                 }
                //             }
                //         }
                //     }
                // }
            }*/
/*
    + Sections holder */
.sections-holder {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.sections-holder.active {
  -webkit-transform: translateX(0px) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1000px) {
  .sections-holder {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    background-color: rgba(231, 229, 222, 0.7);
  }
}

.tablet .sections-holder, .mobile .sections-holder {
  will-change: auto;
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: unset;
          transform: unset;
  background-color: rgba(231, 229, 222, 0.7);
}

/*
    + Side navigation */
.side-nav-holder {
  display: none;
}

/*Solution for side navigations with text*/
.collection-holder .side-nav li.active a {
  color: #a30c2f;
}

@media (max-width: 2600px) {
  .tablet .side-nav li.active:before, .tablet .side-nav li.active:after,
  .mobile .side-nav li.active:before,
  .mobile .side-nav li.active:after {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 1300px) {
  .tablet .side-nav li.active:before, .tablet .side-nav li.active:after,
  .mobile .side-nav li.active:before,
  .mobile .side-nav li.active:after {
    width: 5px;
    height: 5px;
    border: 1px solid #a30c2f;
  }
}

.tablet .side-nav li.active:after,
.mobile .side-nav li.active:after {
  opacity: 1;
}

.tablet .collection-holder {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.tablet .collection-holder .side-nav li.active:before, .tablet .collection-holder .side-nav li.active:after {
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
}

.tablet .collection-holder .side-nav.sticky {
  position: fixed;
}

/*
    + Buttons */
.more-btn {
  position: relative;
  display: inline-block;
  font-family: 'futura-pt';
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #382b28;
  text-transform: uppercase;
}

.more-btn:after, .more-btn:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.more-btn em {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(calc(-100% - 13px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 13px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateX(-13px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  font-style: normal;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

@media (max-width: 700px) {
  .more-btn em {
    -webkit-transform: translateX(calc(-100% - 9px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 9px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-9px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.more-btn em:last-of-type {
  left: auto;
  right: 0;
  -webkit-transform: translateX(calc(100% + 15px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 15px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(100%) translateX(15px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .more-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 14px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 14px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(14px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .more-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 13px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 13px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(13px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.more-btn:after {
  content: '';
  position: relative;
  display: block;
  width: 58px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  background-image: url(../img/button-white.svg);
}

@media (max-width: 1300px) {
  .more-btn:after {
    width: 57px;
    height: 55px;
  }
}

@media (max-width: 700px) {
  .more-btn:after {
    width: 33px;
    height: 32px;
  }
}

.more-btn.read-btn {
  color: #fff;
}

.more-btn.read-btn:after {
  width: 69px;
  height: 68px;
  background-image: url(../img/read-more-white.svg);
  -webkit-transition: opacity 250ms 0ms ease-in-out;
  transition: opacity 250ms 0ms ease-in-out;
}

@media (max-width: 1400px) {
  .more-btn.read-btn:after {
    width: 64px;
    height: 62px;
  }
}

@media (max-width: 1000px) {
  .more-btn.read-btn:after {
    width: 66px;
    height: 64px;
  }
}

@media (max-width: 700px) {
  .more-btn.read-btn:after {
    width: 47px;
    height: 46px;
  }
}

.more-btn.read-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url(../img/read-more-red.svg) no-repeat;
  background-size: cover;
  -webkit-transition: opacity 250ms 0ms ease-in-out;
  transition: opacity 250ms 0ms ease-in-out;
}

.more-btn.play-video-btn {
  margin-top: 140px;
  color: #f3f0e7;
}

@media (max-width: 2600px) {
  .more-btn.play-video-btn {
    margin-top: 95px;
  }
}

@media (max-width: 1900px) {
  .more-btn.play-video-btn {
    margin-top: 77px;
  }
}

@media (max-width: 1400px) {
  .more-btn.play-video-btn {
    margin-top: 62px;
  }
}

@media (max-width: 700px) {
  .more-btn.play-video-btn {
    margin-top: 44px;
  }
}

.more-btn.play-video-btn em {
  -webkit-transform: translateX(calc(-100% - 15px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 15px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateX(-15px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .more-btn.play-video-btn em {
    -webkit-transform: translateX(calc(-100% - 16px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 16px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-16px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .more-btn.play-video-btn em {
    -webkit-transform: translateX(calc(-100% - 12px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 12px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-12px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .more-btn.play-video-btn em {
    -webkit-transform: translateX(calc(-100% - 10px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 10px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-10px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1000px) {
  .more-btn.play-video-btn em {
    -webkit-transform: translateX(calc(-100% - 17px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 17px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-17px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .more-btn.play-video-btn em {
    -webkit-transform: translateX(calc(-100% - 7px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 7px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-7px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.more-btn.play-video-btn em:last-of-type {
  -webkit-transform: translateX(calc(100% + 18px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 18px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(100%) translateX(18px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 20px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 20px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(20px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 15px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 15px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(15px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 11px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 11px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(11px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1000px) {
  .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 18px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 18px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(18px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 8px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 8px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(8px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.more-btn.play-video-btn:after {
  width: 124px;
  height: 118px;
  background-image: url(../img/video-play-button.svg);
  -webkit-transition: opacity 250ms 0ms ease-in-out;
  transition: opacity 250ms 0ms ease-in-out;
}

@media (max-width: 2600px) {
  .more-btn.play-video-btn:after {
    width: 88px;
    height: 84px;
  }
}

@media (max-width: 1900px) {
  .more-btn.play-video-btn:after {
    width: 71px;
    height: 67px;
  }
}

@media (max-width: 1400px) {
  .more-btn.play-video-btn:after {
    width: 59px;
    height: 56px;
  }
}

@media (max-width: 1000px) {
  .more-btn.play-video-btn:after {
    width: 88px;
    height: 84px;
  }
}

@media (max-width: 700px) {
  .more-btn.play-video-btn:after {
    width: 69px;
    height: 69px;
  }
}

.more-btn.play-video-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url(../img/video-play-button-red.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: opacity 250ms 0ms ease-in-out;
  transition: opacity 250ms 0ms ease-in-out;
}

.edge .more-btn,
.firefox .more-btn {
  display: block;
  margin: 0px auto;
  height: 50px;
  width: 51px;
}

.edge .more-btn:after, .edge .more-btn:before,
.firefox .more-btn:after,
.firefox .more-btn:before {
  width: 100%;
  height: 100%;
}

@media (max-width: 1300px) {
  .edge .more-btn,
  .firefox .more-btn {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1000px) {
  .edge .more-btn,
  .firefox .more-btn {
    width: 58px;
    height: 58px;
  }
}

.edge .more-btn.play-video-btn,
.firefox .more-btn.play-video-btn {
  width: 66px;
  height: 63px;
}

@media (max-width: 1300px) {
  .edge .more-btn.play-video-btn,
  .firefox .more-btn.play-video-btn {
    width: 47px;
    height: 45px;
  }
}

@media (max-width: 1000px) {
  .edge .more-btn.play-video-btn,
  .firefox .more-btn.play-video-btn {
    width: 88px;
    height: 84px;
  }
}

.desktop .read-btn:hover em {
  -webkit-transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateX(-23px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .desktop .read-btn:hover em {
    -webkit-transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-19px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.desktop .read-btn:hover em:last-of-type {
  -webkit-transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(100%) translateX(25px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .desktop .read-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(24px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .desktop .read-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(23px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.desktop .read-btn:hover:after {
  opacity: 0;
}

.desktop .read-btn:hover:before {
  opacity: 1;
}

.desktop .play-video-btn:hover em {
  -webkit-transform: translateX(calc(-100% - 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateX(-25px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .desktop .play-video-btn:hover em {
    -webkit-transform: translateX(calc(-100% - 26px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 26px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-26px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .desktop .play-video-btn:hover em {
    -webkit-transform: translateX(calc(-100% - 22px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 22px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-22px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .desktop .play-video-btn:hover em {
    -webkit-transform: translateX(calc(-100% - 20px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 20px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-20px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1000px) {
  .desktop .play-video-btn:hover em {
    -webkit-transform: translateX(calc(-100% - 27px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 27px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-27px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .desktop .play-video-btn:hover em {
    -webkit-transform: translateX(calc(-100% - 17px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 17px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateX(-17px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.desktop .play-video-btn:hover em:last-of-type {
  -webkit-transform: translateX(calc(100% + 28px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 28px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(100%) translateX(28px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .desktop .play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 30px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 30px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(30px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .desktop .play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 35px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 35px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(35px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .desktop .play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 21px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 21px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(21px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1000px) {
  .desktop .play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 28px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 28px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(28px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .desktop .play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 18px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 18px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(100%) translateX(18px) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.desktop .play-video-btn:hover:after {
  opacity: 0;
}

.desktop .play-video-btn:hover:before {
  opacity: 1;
}

/*
    + Full section video */
.fs-section {
  overflow: hidden;
}

.fs-section .media-holder {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fs-section .media-holder .video-overlay,
.fs-section .media-holder .video-holder {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 700px) {
  .fs-section .media-holder .video-overlay,
  .fs-section .media-holder .video-holder {
    background-position: 30% center;
  }
  .fs-section .media-holder .video-overlay:after,
  .fs-section .media-holder .video-holder:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  }
}

.fs-section .media-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.fs-section .media-holder.autoplay-video .video-overlay {
  display: none;
}

.fs-section article {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  width: 1030px;
  font-family: 'futura-pt';
  font-weight: 400;
  font-size: 46px;
  line-height: 50px;
  color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.fs-section article h3 {
  margin-bottom: 25px;
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 130px;
  line-height: 165px;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
  .fs-section article h3 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  }
}

.fs-section article h3 strong {
  display: block;
  font-family: 'eccentric';
  text-transform: none;
}

.fs-section article p {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
  .fs-section article p {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 2600px) {
  .fs-section article {
    width: 660px;
    font-size: 26px;
    line-height: 30px;
  }
  .fs-section article h3 {
    font-size: 80px;
    line-height: 105px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1900px) {
  .fs-section article {
    width: 590px;
  }
  .fs-section article h3 {
    font-size: 70px;
    line-height: 95px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  .fs-section article {
    width: 620px;
    font-size: 24px;
    line-height: 30px;
  }
  .fs-section article h3 {
    font-size: 60px;
    line-height: 85px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1300px) {
  .fs-section article {
    width: 550px;
  }
}

@media (max-width: 1000px) {
  .fs-section article {
    width: 410px;
    font-size: 22px;
    line-height: 25px;
  }
}

@media (max-width: 700px) {
  .fs-section article {
    width: 250px;
    font-size: 18px;
    line-height: 20px;
  }
  .fs-section article h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

.fs-section article.autoplay-video .more-btn {
  display: none;
}

.fs-section.content-bgr-image .bgr-holder {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ie11 .fs-section .holder,
.tablet .fs-section .holder, .mobile .fs-section .holder {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: auto;
  top: auto;
}

.ie11 .fs-section .media-holder.autoplay-video .video-overlay,
.tablet .fs-section .media-holder.autoplay-video .video-overlay, .mobile .fs-section .media-holder.autoplay-video .video-overlay {
  display: inline-block;
}

.ie11 .fs-section article.autoplay-video .more-btn,
.tablet .fs-section article.autoplay-video .more-btn, .mobile .fs-section article.autoplay-video .more-btn {
  display: inline-block;
}

/*
    + Video controls */
.close-video-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  background: #382b28;
  outline: none;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.close-video-btn:before, .close-video-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 22px;
  background: #e7e5de;
}

.close-video-btn:before {
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
}

.close-video-btn:after {
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
}

.desktop .close-video-btn:hover {
  background: #a30c2f;
}

.desktop .close-video-btn:active {
  background: #900526;
}

.controls {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 966px;
  padding: 0 65px 0 35px;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.controls .play-pause-btn {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 12px;
  height: 16px;
  text-indent: -9999px;
  border-top: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-bottom: 8px solid transparent;
  outline: none;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.controls .play-pause-btn.playing {
  border: none;
  border-right: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
}

.controls .seek-bar {
  display: block;
  position: relative;
  height: 3px;
  cursor: pointer;
}

.controls .seek-bar em {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 3px;
  width: 0px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.controls .seek-bar:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.controls .theater-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 24px;
  height: 16px;
  text-indent: -9999px;
  border: 1px solid #ffffff;
  outline: none;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.controls .fullscreen-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  outline: none;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.controls .fullscreen-btn span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.controls .fullscreen-btn span:before, .controls .fullscreen-btn span:after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.controls .fullscreen-btn span:first-child:before {
  left: 0px;
  top: 0px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.controls .fullscreen-btn span:first-child:after {
  left: 0px;
  bottom: 0px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.controls .fullscreen-btn span:last-child:before {
  right: 0px;
  top: 0px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.controls .fullscreen-btn span:last-child:after {
  right: 0px;
  bottom: 0px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.controls:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 100vw;
  height: 340px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

/*
    + Equalizer animation & mute btn */
@-webkit-keyframes dance-height-one {
  from {
    height: 1px;
  }
  to {
    height: 12px;
  }
}
@keyframes dance-height-one {
  from {
    height: 1px;
  }
  to {
    height: 12px;
  }
}

@-webkit-keyframes dance-height-two {
  from {
    height: 1px;
  }
  to {
    height: 8px;
  }
}

@keyframes dance-height-two {
  from {
    height: 1px;
  }
  to {
    height: 8px;
  }
}

@-webkit-keyframes dance-height-three {
  from {
    height: 1px;
  }
  to {
    height: 18px;
  }
}

@keyframes dance-height-three {
  from {
    height: 1px;
  }
  to {
    height: 18px;
  }
}

@-webkit-keyframes dance-height-four {
  from {
    height: 1px;
  }
  to {
    height: 10px;
  }
}

@keyframes dance-height-four {
  from {
    height: 1px;
  }
  to {
    height: 10px;
  }
}

@-webkit-keyframes dance-height-five {
  from {
    height: 1px;
  }
  to {
    height: 8px;
  }
}

@keyframes dance-height-five {
  from {
    height: 1px;
  }
  to {
    height: 8px;
  }
}

@-webkit-keyframes dance-height-six {
  from {
    height: 1px;
  }
  to {
    height: 8px;
  }
}

@keyframes dance-height-six {
  from {
    height: 1px;
  }
  to {
    height: 8px;
  }
}

.mute-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 3;
  color: #ffffff;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 750ms 0ms ease-in-out;
  transition: all 750ms 0ms ease-in-out;
}

.mute-btn .equalizer {
  overflow: hidden;
  position: relative;
  width: 22px;
  height: 18px;
  margin: 0px auto 5px;
}

.mute-btn .equalizer span {
  display: inline-block;
  bottom: 0;
  position: absolute;
  height: 1px;
  width: 2px;
  background-color: #ffffff;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mute-btn .equalizer span.first {
  left: 0;
  -webkit-animation-name: dance-height-one;
          animation-name: dance-height-one;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.mute-btn .equalizer span.second {
  left: 4px;
  -webkit-animation-name: dance-height-two;
          animation-name: dance-height-two;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.mute-btn .equalizer span.third {
  left: 8px;
  -webkit-animation-name: dance-height-three;
          animation-name: dance-height-three;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.mute-btn .equalizer span.fourth {
  left: 12px;
  -webkit-animation-name: dance-height-four;
          animation-name: dance-height-four;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.mute-btn .equalizer span.fifth {
  left: 16px;
  -webkit-animation-name: dance-height-five;
          animation-name: dance-height-five;
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.mute-btn .equalizer span.sixth {
  left: 20px;
  -webkit-animation-name: dance-height-six;
          animation-name: dance-height-six;
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.mute-btn .equalizer span.no-anim {
  -webkit-animation: none;
          animation: none;
  -webkit-animation-name: none;
          animation-name: none;
}

.mute-btn p {
  text-align: center;
}

.mute-btn p em {
  display: inline-block;
  opacity: 0.3;
  padding: 0 5px;
  font-style: normal;
  font-weight: 600;
  color: #dedede;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
}

.mute-btn p em.active {
  opacity: 1;
  font-family: 'eccentric';
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
}

/*
    + Video iframe holder */
.iframe-holder {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(231, 229, 222, 0.95);
}

.iframe-holder .close-video-btn {
  z-index: 9999;
  top: 10px;
  right: 10px;
}

.iframe-holder iframe {
  position: fixed;
  left: 50%;
  top: 50%;
  width: calc(100% - 20px);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

/*
    + Windows Chrome*/
html.chrome.windows body .intro article {
  max-width: 600px;
}

@media (max-width: 1300px) {
  html.chrome.windows body .intro article {
    max-width: 500px;
  }
}

html.chrome.windows body .intro article p {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

@media (max-width: 2600px) {
  html.chrome.windows body .intro article p {
    font-size: 23px;
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .intro article p {
    font-size: 24px;
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .intro article p {
    font-size: 20px;
  }
}

html.chrome.windows body .intro .scroll-explore-btn {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
  letter-spacing: 1px;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
}

html.chrome.windows body .more-btn {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

html.chrome.windows body .more-btn.play-video-btn em:last-of-type {
  -webkit-transform: translateX(calc(100% + 16px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 16px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  html.chrome.windows body .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 18px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 18px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 13px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 13px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  html.chrome.windows body .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 9px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 9px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1000px) {
  html.chrome.windows body .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 16px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 16px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  html.chrome.windows body .more-btn.play-video-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 6px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 6px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

html.chrome.windows body .more-btn.play-video-btn:hover em:last-of-type {
  -webkit-transform: translateX(calc(100% + 26px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 26px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  html.chrome.windows body .more-btn.play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 28px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 28px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .more-btn.play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 33px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 33px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  html.chrome.windows body .more-btn.play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1000px) {
  html.chrome.windows body .more-btn.play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 26px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 26px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  html.chrome.windows body .more-btn.play-video-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 16px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 16px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

html.chrome.windows body .fs-section article p {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

html.chrome.windows body .back-btn {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

/*
+ Smooth Scrollong*/
html.desktop.smooth-scrolling {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

html.desktop.smooth-scrolling body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

html.desktop.smooth-scrolling .sections-holder {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

html.desktop.smooth-scrolling .parallax {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*
+ Custom scrollbar */
.vs-scrollbar {
  position: absolute;
  display: block;
  z-index: 9998;
}

.vs-scrollbar.vs-vertical {
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  width: 10px;
  height: 100%;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.vs-scrollbar.vs-vertical:hover {
  opacity: 1;
}

.vs-scrollbar .vs-scrolldrag {
  width: 100%;
  height: auto;
  background: #a30c2f;
  cursor: pointer;
}

.scrolling * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scrolling * ::-moz-selection {
  background: transparent;
}

.scrolling * ::selection {
  background: transparent;
}

.scrolling .vs-scrollbar {
  opacity: 1;
}

.popup-opened .vs-vertical {
  opacity: 0;
  -webkit-transition: all 600ms 0ms ease-in-out;
  transition: all 600ms 0ms ease-in-out;
}

.nav-opened .vs-vertical {
  opacity: 0;
  -webkit-transition: all 600ms 0ms ease-in-out;
  transition: all 600ms 0ms ease-in-out;
}

.is-dragging * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-dragging * ::-moz-selection {
  background: transparent;
}

.is-dragging * ::selection {
  background: transparent;
}

/* 
+ Preloading */
.loading-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #e7e5de;
}

.loading-holder .loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7e5de;
}

.loading-holder .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading-holder .progress-notification {
  display: none;
}

.loading-holder .progress-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
}

.loading-holder .progress-loaded {
  position: relative;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #a30c2f;
}

.loading-holder.transparent {
  background: none;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.popup-loading-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.popup-loading-holder .loader-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.popup-loading-holder .loader-overlay:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

.popup-loading-holder .progress-notification {
  display: none;
}

.popup-loading-holder .progress-bar {
  display: none;
}

.popup-loading-holder .progress-loaded {
  display: none;
}

/*
+ Landscape message */
.landscape-message {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none !important;
  width: 100%;
  height: 200%;
  background: url(../img/bgr-landscape-message.jpg) center no-repeat #000000;
  background-size: contain;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.mobile.landscape .landscape-message {
  display: block !important;
}

/*
= HEADER AND NAVIGATION
------------------------------------------------------------------------------------- */
/* 
	+ Header */
header {
  position: fixed;
  z-index: 9998;
  color: #000000;
  -webkit-transition: height 350ms 0ms ease-in-out;
  transition: height 350ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 70px;
  width: 195px;
  height: 40px;
  /*
            * logo without shadow
            * width: 237px; height: 41px;
            */
  /*
            * Because of shadow on logo we need to go with smaller version so it can be aligned with menu on left side
            * top: 70px;
            * width: 247px; height: 47px;
            */
  text-indent: -9999px;
  background: url(../img/logo-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  display: none;
  -webkit-transition: top 350ms 0ms ease-in-out;
  transition: top 350ms 0ms ease-in-out;
}

@media (max-width: 1900px) {
  header .logo {
    top: 71px;
    width: 188px;
    height: 36px;
  }
}

@media (max-width: 1400px) {
  header .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 165px; height: 29px;
                */
    top: 37px;
    width: 179px;
    height: 35px;
  }
}

@media (max-width: 1300px) {
  header .logo {
    top: 38px;
    width: 175px;
    height: 34px;
  }
}

@media (max-width: 1000px) {
  header .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 162px; height: 29px;
                */
    width: 172px;
    height: 34px;
  }
}

@media (max-width: 700px) {
  header .logo {
    /*
                * logo without shadow
                * top: 30px;
                * width: 120px; height: 21px;
                */
    top: 30px;
    width: 130px;
    height: 26px;
  }
}

.desktop header {
  background: rgba(231, 229, 222, 0.95);
}

.desktop header .logo {
  background: url(../img/logo-red.svg) no-repeat;
  background-size: cover;
}

.tablet .home header {
  display: none;
}

/*
    + Navigation */
.nav-trigger {
  display: block;
  z-index: 2;
  position: absolute;
  left: 90px;
  top: 82px;
  width: 20px;
  height: 16px;
  -webkit-transition: top 350ms 0ms ease-in-out;
  transition: top 350ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1900px) {
  .nav-trigger {
    left: 76px;
  }
}

@media (max-width: 1400px) {
  .nav-trigger {
    left: 66px;
    top: 48px;
  }
}

@media (max-width: 1300px) {
  .nav-trigger {
    left: 40px;
  }
}

@media (max-width: 700px) {
  .nav-trigger {
    left: 20px;
    height: 14px;
  }
}

.nav-trigger span {
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 1px;
  background: #4a4a4a;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.nav-trigger span:nth-child(1) {
  top: 0;
}

.nav-trigger span:nth-child(2) {
  top: 6px;
}

.nav-trigger span:nth-child(3) {
  top: 12px;
}

.nav-trigger i {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #382b28;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translateX(0px) translateY(calc(-50% - 2px)) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(calc(-50% - 2px)) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateX(0px) translateY(-50%) translateY(-2px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.nav-trigger.light span {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.nav-trigger.light i {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
  .nav-trigger.light i {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

.desktop .home .nav-trigger,
.tablet .home .nav-trigger {
  display: none;
}

.desktop .nav-trigger:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}

nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #e7e5de;
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
  -webkit-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

nav ul {
  position: absolute;
  left: 90px;
  top: 50%;
  z-index: 5;
  width: 135px;
  text-align: center;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

nav ul.submenu {
  /*
                    border: 1px solid red;
                    */
  bottom: 0;
  top: inherit;
}

nav ul.submenu li:before, nav ul.submenu li:after {
  content: none;
  width: 0px;
  height: 0px;
}

@media (max-width: 2600px) {
  nav ul {
    left: 60px;
  }
}

@media (max-width: 1900px) {
  nav ul {
    left: 45px;
  }
}

@media (max-width: 1300px) {
  nav ul {
    left: 40px;
  }
}

@media (max-width: 1000px) {
  nav ul {
    left: 30px;
  }
}

nav ul li {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 2600px) {
  nav ul li {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1900px) {
  nav ul li {
    padding-top: 18px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1300px) {
  nav ul li {
    padding-top: 0px;
  }
}

nav ul li a {
  display: block;
  color: #382b28;
  font-family: 'futura-pt';
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 2600px) {
  nav ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1400px) {
  nav ul li a {
    font-size: 11px;
    line-height: 12px;
  }
}

@media (max-width: 1300px) {
  nav ul li a {
    width: 5px;
    height: 5px;
  }
}

nav ul li a span {
  display: block;
  -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1300px) {
  nav ul li a span {
    display: none;
  }
}

nav ul li:before, nav ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  opacity: 0.4;
  width: 9px;
  height: 9px;
  -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #382b28;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  nav ul li:before, nav ul li:after {
    width: 3px;
    height: 3px;
  }
}

@media (max-width: 1300px) {
  nav ul li:before, nav ul li:after {
    width: 5px;
    height: 5px;
  }
}

nav ul li:after {
  opacity: 0;
  border-color: #a30c2f;
}

nav ul li:last-child {
  margin-bottom: 0px;
}

nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.07;
  width: 350px;
  height: 350px;
  background: url(../img/badge.svg) no-repeat;
  background-size: 100%;
  z-index: 9;
}

@media (max-width: 1900px) {
  nav:after {
    width: 310px;
    height: 310px;
  }
}

@media (max-width: 1400px) {
  nav:after {
    width: 260px;
    height: 260px;
  }
}

.nav-holder {
  position: fixed;
  z-index: 9998;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 0px;
  -webkit-transition: width 500ms 0ms ease-in-out;
  transition: width 500ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width, transform;
}

.nav-holder ul {
  z-index: 15;
  top: 50%;
}

@media (max-width: 1900px) {
  .nav-holder ul {
    width: 100px;
  }
}

@media (max-width: 1300px) {
  .nav-holder ul {
    width: 90px;
  }
}

.nav-holder ul li {
  padding-top: 22px;
  margin-bottom: 16px;
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
}

@media (max-width: 700px) {
  .nav-holder ul li {
    padding-top: 14px;
    margin-bottom: 8px;
  }
}

.nav-holder ul li a {
  -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: 'futura-pt';
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.5px;
  color: #382b28;
}

.nav-holder ul li a span strong {
  display: block;
  font-weight: 400;
  letter-spacing: 2.25px;
}

@media (max-width: 1900px) {
  .nav-holder ul li a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.5px;
  }
  .nav-holder ul li a span strong {
    letter-spacing: 1.5px;
  }
}

@media (max-width: 1300px) {
  .nav-holder ul li a {
    width: 100%;
    height: auto;
    line-height: 15px;
  }
  .nav-holder ul li a span {
    display: block;
  }
  .nav-holder ul li a span strong {
    letter-spacing: 1.81px;
  }
}

.nav-holder ul li:before, .nav-holder ul li:after {
  width: 4px;
  height: 4px;
}

.nav-holder ul li.active a {
  color: #a30c2f;
}

.nav-holder ul li:last-child {
  margin-bottom: 0px;
}

.nav-holder .close-nav-btn {
  position: absolute;
  left: 50%;
  top: 82px;
  z-index: 13;
  height: 16px;
  padding-left: 30px;
  color: #382b28;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1400px) {
  .nav-holder .close-nav-btn {
    top: 48px;
  }
}

.nav-holder .close-nav-btn:before, .nav-holder .close-nav-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  width: 20px;
  height: 1px;
  background: #382b28;
}

.nav-holder .close-nav-btn:before {
  top: 12px;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(135deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(135deg) scale(1);
}

@media (max-width: 2600px) {
  .nav-holder .close-nav-btn:before {
    -webkit-transform: translateX(0px) translateY(-4px) translateZ(0px) rotate(135deg) scale(1);
    transform: translateX(0px) translateY(-4px) translateZ(0px) rotate(135deg) scale(1);
  }
}

.nav-holder .close-nav-btn:after {
  top: 12px;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) scale(1);
}

@media (max-width: 2600px) {
  .nav-holder .close-nav-btn:after {
    -webkit-transform: translateX(0px) translateY(-4px) translateZ(0px) rotate(-135deg) scale(1);
    transform: translateX(0px) translateY(-4px) translateZ(0px) rotate(-135deg) scale(1);
  }
}

.nav-holder .ribbon {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url(../img/ribbon.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  z-index: 12;
}

.nav-holder.opened nav {
  -webkit-transition: all 500ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.desktop .nav-holder .close-nav-btn {
  display: none;
}

.desktop .home .nav-holder,
.tablet .home .nav-holder {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.desktop .home .nav-holder nav,
.tablet .home .nav-holder nav {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.desktop .home .nav-holder nav .close-nav-btn,
.tablet .home .nav-holder nav .close-nav-btn {
  display: none;
}

/*
    + Tablet and mobile */
.tablet .nav-holder,
.mobile .nav-holder {
  height: 100%;
}

.tablet header,
.mobile header {
  width: 100%;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.tablet header .nav-trigger,
.mobile header .nav-trigger {
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.tablet header .logo,
.mobile header .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: -9999px;
  outline: none;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.tablet header .logo:before, .tablet header .logo:after,
.mobile header .logo:before,
.mobile header .logo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.tablet header .logo:before,
.mobile header .logo:before {
  background-image: url(../img/logo-red.svg);
}

.tablet header .logo:after,
.mobile header .logo:after {
  opacity: 0;
  background-image: url(../img/logo-white.svg);
}

.tablet header .logo.light:before,
.mobile header .logo.light:before {
  opacity: 0;
}

.tablet header .logo.light:after,
.mobile header .logo.light:after {
  opacity: 1;
}

.tablet header.header-up,
.mobile header.header-up {
  -webkit-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
}

.tablet header.sticky,
.mobile header.sticky {
  background: rgba(231, 229, 222, 0.9);
}

.tablet header.sticky .nav-trigger span,
.mobile header.sticky .nav-trigger span {
  background: #382b28;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
}

.tablet header.sticky .nav-trigger i,
.mobile header.sticky .nav-trigger i {
  color: #382b28;
  text-shadow: none;
}

.tablet header.sticky .logo,
.mobile header.sticky .logo {
  background: none;
}

.tablet header.sticky .logo:before,
.mobile header.sticky .logo:before {
  opacity: 1;
}

.tablet header.sticky .logo:after,
.mobile header.sticky .logo:after {
  opacity: 0;
}

.tablet header {
  height: 60px;
}

.tablet header .logo {
  width: 172px;
  height: 34px;
}

.tablet .nav-holder .close-nav-btn {
  top: 22px;
}

.mobile .nav-holder .close-nav-btn {
  top: 18px;
}

.mobile .nav-overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobile header {
  height: 50px;
}

.mobile header .logo {
  width: 130px;
  height: 26px;
  background-size: 100% 100%;
  background: none;
}

.mobile header .nav-trigger i {
  display: none;
}

/*
= FOOTER
------------------------------------------------------------------------------------- */
footer {
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 1000ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1000ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* 
	+ Top */
}

footer a {
  color: #382b28;
}

footer .top {
  padding: 460px 0 160px;
  font-family: 'futura-pt';
  font-weight: 400;
  text-align: center;
  color: #e2dfd5;
  font-size: 23px;
  line-height: 43px;
  letter-spacing: 3.5px;
  background: #a30c2f;
}

@media (max-width: 2600px) {
  footer .top {
    padding: 285px 0 102px;
  }
}

@media (max-width: 1900px) {
  footer .top {
    padding: 225px 0 71px;
  }
}

@media (max-width: 1400px) {
  footer .top {
    padding: 180px 0 56px;
  }
}

@media (max-width: 1000px) {
  footer .top {
    padding: 250px 0 70px;
  }
}

@media (max-width: 700px) {
  footer .top {
    padding: 200px 0 70px;
  }
}

footer .top .holder {
  position: relative;
  z-index: 2;
}

@media (max-width: 2600px) {
  footer .top .holder {
    max-width: 1440px;
  }
}

@media (max-width: 1900px) {
  footer .top .holder {
    max-width: 1200px;
  }
}

@media (max-width: 1300px) {
  footer .top .holder {
    max-width: 900px;
  }
}

@media (max-width: 1000px) {
  footer .top .holder {
    max-width: 660px;
    /* padding: 245px 0 110px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					max-width: 600px; width: 100%;
					justify-content: space-between; */
  }
}

footer .top .holder h4 {
  margin-bottom: 40px;
  font-family: 'eccentric';
  font-weight: 400;
  font-size: 27px;
  letter-spacing: 1.5px;
  text-transform: none;
}

@media (max-width: 2600px) {
  footer .top .holder h4 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1400px) {
  footer .top .holder h4 {
    margin-bottom: 12px;
  }
}

@media (max-width: 700px) {
  footer .top .holder h4 {
    line-height: 22px;
    letter-spacing: 0.9px;
  }
}

footer .top .holder a {
  color: #e2dfd5;
  white-space: nowrap;
}

footer .top .holder > div {
  width: 100%;
  max-width: 365px;
  margin: 0px auto;
}

@media (max-width: 700px) {
  footer .top .holder > div:last-of-type {
    margin-bottom: 0;
  }
}

footer .top .holder form {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}

footer .top .holder form input {
  display: none;
}

footer .top .holder .contact {
  max-width: 100%;
}

footer .top .holder .social {
  margin-bottom: 140px;
}

@media (max-width: 2600px) {
  footer .top .holder .social {
    margin-bottom: 110px;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1900px) {
  footer .top .holder .social {
    margin-bottom: 49px;
  }
}

@media (max-width: 1000px) {
  footer .top .holder .social {
    margin-bottom: 100px;
  }
}

footer .top .holder .location, footer .top .holder .quick-links {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  margin: 0px;
}

@media (max-width: 2600px) {
  footer .top .holder .location, footer .top .holder .quick-links {
    max-width: 250px;
  }
}

@media (max-width: 1900px) {
  footer .top .holder .location, footer .top .holder .quick-links {
    max-width: 200px;
  }
}

@media (max-width: 1400px) {
  footer .top .holder .location, footer .top .holder .quick-links {
    max-width: 180px;
  }
}

@media (max-width: 1300px) {
  footer .top .holder .location, footer .top .holder .quick-links {
    max-width: 160px;
  }
}

footer .top .holder .location {
  right: auto;
  left: 0;
}

@media (max-width: 2600px) {
  footer .top .holder .location, footer .top .holder .social, footer .top .holder .contact, footer .top .holder .quick-links {
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1400px) {
  footer .top .holder .location, footer .top .holder .social, footer .top .holder .contact, footer .top .holder .quick-links {
    font-size: 10px;
    line-height: 22px;
  }
}

@media (max-width: 1300px) {
  footer .top .holder .location, footer .top .holder .social, footer .top .holder .contact, footer .top .holder .quick-links {
    letter-spacing: 1.5px;
  }
}

@media (max-width: 1000px) {
  footer .top .holder .location, footer .top .holder .social, footer .top .holder .contact, footer .top .holder .quick-links {
    max-width: 200px;
    /* 						@include position-reset;
						flex: 0 0 230px;
						margin: 75px 0;
 */
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 2px;
  }
}

@media (max-width: 700px) {
  footer .top .holder .location, footer .top .holder .social, footer .top .holder .contact, footer .top .holder .quick-links {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: 100%;
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  footer .top .holder .contact {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  footer .top .holder .contact a {
    letter-spacing: 1px;
  }
}

@media (max-width: 700px) {
  footer .top .holder .social {
    margin-bottom: 63px;
  }
  footer .top .holder .social h4 {
    margin-bottom: 22px;
  }
}

@media (max-width: 700px) {
  footer .top .holder .location, footer .top .holder .quick-links {
    margin-bottom: 63px;
  }
  footer .top .holder .location ul, footer .top .holder .quick-links ul {
    margin-top: 20px;
  }
}

footer .top .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 190px;
  width: 376px;
  height: 65px;
  text-indent: -9999px;
  background: url(../img/logo-light-brown.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  footer .top .logo {
    top: 115px;
    width: 237px;
    height: 41px;
  }
}

@media (max-width: 1900px) {
  footer .top .logo {
    top: 80px;
  }
}

@media (max-width: 1400px) {
  footer .top .logo {
    top: 66px;
    width: 179px;
    height: 31px;
  }
}

@media (max-width: 1000px) {
  footer .top .logo {
    width: 237px;
    height: 41px;
    top: 115px;
  }
}

@media (max-width: 700px) {
  footer .top .logo {
    top: 75px;
    width: 205px;
    height: 36px;
    z-index: 2;
  }
}

footer .top:after {
  content: "";
  display: block;
  position: absolute;
  right: -220px;
  top: 80px;
  opacity: 0.07;
  width: 828px;
  height: 828px;
  background: url(../img/badge.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 2600px) {
  footer .top:after {
    top: 72px;
    right: -125px;
    width: 462px;
    height: 462px;
  }
}

@media (max-width: 1900px) {
  footer .top:after {
    top: -7px;
    width: 381px;
    height: 381px;
  }
}

@media (max-width: 1400px) {
  footer .top:after {
    top: 26px;
    right: -48px;
    width: 287px;
    height: 287px;
  }
}

@media (max-width: 1300px) {
  footer .top:after {
    right: -70px;
  }
}

footer .bottom {
  position: relative;
  font-family: 'futura-pt';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2.5px;
  background: #e7e5de;
}

@media (max-width: 1000px) {
  footer .bottom {
    width: 100vw;
  }
}

@media (max-width: 700px) {
  footer .bottom {
    paadding: 15px 0;
    text-align: center;
  }
}

footer .bottom .holder {
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 2600px) {
  footer .bottom .holder {
    max-width: 1440px;
    padding: 25px 0;
  }
}

@media (max-width: 1900px) {
  footer .bottom .holder {
    max-width: 1200px;
  }
}

@media (max-width: 1300px) {
  footer .bottom .holder {
    max-width: 900px;
  }
}

@media (max-width: 1000px) {
  footer .bottom .holder {
    max-width: 660px;
    padding: 20px 0;
  }
}

@media (max-width: 700px) {
  footer .bottom .holder {
    padding: 25px 0 50px;
  }
}

footer .bottom .holder a {
  display: inline-block;
  position: relative;
  padding-top: 15px;
  margin-bottom: 15px;
  font-size: 10px;
  letter-spacing: 0.8px;
}

footer .bottom .holder a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  width: 16px;
  height: 8px;
  background: url(../img/arrow-top.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 350ms 0ms ease-in-out;
  transition: all 350ms 0ms ease-in-out;
}

@media (max-width: 2600px) {
  footer .bottom .holder a {
    font-size: 8px;
  }
}

@media (max-width: 1300px) {
  footer .bottom .holder a {
    font-size: 6px;
  }
}

@media (max-width: 700px) {
  footer .bottom .holder a {
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: 16px;
    height: 8px;
    padding-top: 0px;
    margin-bottom: 0px;
    -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    text-indent: -9999px;
    outline: none;
  }
}

footer .bottom .holder p {
  margin: 0px auto;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 2600px) {
  footer .bottom .holder p {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1400px) {
  footer .bottom .holder p {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1300px) {
  footer .bottom .holder p {
    font-size: 8px;
    letter-spacing: 1px;
  }
}

@media (max-width: 700px) {
  footer .bottom .holder p {
    font-size: 8px;
  }
}

footer .bottom .holder p br {
  display: none;
}

@media (max-width: 700px) {
  footer .bottom .holder p br {
    display: block;
  }
}

.desktop footer .top ul li a:hover {
  font-weight: 700;
}

.desktop footer .top ul li a:active {
  color: #c0bdb4;
}

.desktop footer .top p a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.desktop footer .top p a:active {
  color: #c0bdb4;
}

.desktop footer .bottom a:hover:before, .desktop footer .bottom a:active:before {
  -webkit-transform: translateX(-50%) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
}

.tablet .home footer {
  clear: both;
}

/*
    + Windows Chrome*/
html.chrome.windows body footer .top, html.chrome.windows body footer .bottom {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

@media (max-width: 1900px) {
  html.chrome.windows body footer .top .holder .location, html.chrome.windows body footer .top .holder .quick-links {
    max-width: 220px;
  }
}

/*
    + 404 */
.error404 {
  color: red;
}

.error404 .nav-trigger {
  display: none;
}

.error404 .intro .logo {
  z-index: 3;
  background-image: url(../img/logo-red.svg);
}

.error404 .intro article {
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
}

.error404 .intro article h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  color: #a30c2f;
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 1400px) {
  .error404 .intro article h1 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1000px) {
  .error404 .intro article h1 {
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .error404 .intro article h1:after {
    display: none;
  }
}

@media (max-width: 700px) {
  .error404 .intro article h1 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 26px;
  }
}

.error404 .intro article p {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  color: #382b28;
  font-size: 18px;
  line-height: 24px;
}

.error404 .intro article p a {
  color: #382b28;
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .error404 .intro article p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 700px) {
  .error404 .intro article p {
    font-size: 12px;
    line-height: 18px;
  }
}

.error404 .intro article:before {
  content: "404";
  display: block;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: 'eccentric';
  font-size: 600px;
  color: rgba(56, 43, 40, 0.05);
  line-height: 600px;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1400px) {
  .error404 .intro article:before {
    font-size: 400px;
    line-height: 400px;
  }
}

@media (max-width: 700px) {
  .error404 .intro article:before {
    font-size: 180px;
    line-height: 180px;
  }
}

.error404 .sections-holder {
  display: none;
}

/*
= HOME PAGE
------------------------------------------------------------------------------------- */
/*
	+ Sections */
.home header .nav-trigger {
  -webkit-transition: all 750ms 0ms ease-in-out;
  transition: all 750ms 0ms ease-in-out;
}

.home section .holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
}

.home section .holder .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 70px;
  z-index: 1;
  /*
						* logo without shadow
						* width: 237px; height: 41px;
						*/
  width: 247px;
  height: 47px;
  text-indent: -9999px;
  background: url(../img/logo-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .home section .holder .logo {
    top: 58px;
    width: 188px;
    height: 36px;
  }
}

@media (max-width: 1400px) {
  .home section .holder .logo {
    /*
                            * logo without shadow
                            * top: 42px;
                            * width: 165px; height: 29px;
                            */
    top: 52px;
    width: 179px;
    height: 35px;
  }
}

@media (max-width: 1300px) {
  .home section .holder .logo {
    top: 72px;
    width: 175px;
    height: 34px;
  }
}

@media (max-width: 1000px) {
  .home section .holder .logo {
    /*
                            * logo without shadow
                            * top: 42px;
                            * width: 162px; height: 29px;
                            */
    width: 172px;
    height: 34px;
  }
}

@media (max-width: 700px) {
  .home section .holder .logo {
    /*
                            * logo without shadow
                            * top: 30px;
                            * width: 120px; height: 21px;
                            */
    top: 30px;
    width: 130px;
    height: 26px;
  }
}

.home .intro {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.home .intro .holder .logo {
  z-index: 3;
}

.home .intro .media-holder {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 2;
  width: 110%;
  height: 100%;
  background: url(../img/home-intro-bgr.jpg) center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.home .intro .media-holder .video-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.home .intro .media-holder .video-holder video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.home .intro .media-holder .video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/home-intro-bgr.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .intro .media-holder:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  -webkit-transition: all 750ms 0ms ease-in-out;
  transition: all 750ms 0ms ease-in-out;
}

.home .intro article {
  z-index: 3;
}

.home .intro article h1 strong {
  text-transform: none;
}

.home .intro article h3 {
  /*
						* svg widouth shadow 
						* width: 371px; height: 221px;
						*/
  width: 389px;
  height: 240px;
  margin: 0px auto;
  /*text-indent: -9999px;
						background: url(../img/grand-to-meet-you.svg) center no-repeat; */
  background-size: 100% 100%;
}

@media (max-width: 1400px) {
  .home .intro article h3 {
    /*
							* svg widouth shadow 
							* width: 256px; height: 152px;
							*/
    width: 273px;
    height: 172px;
  }
}

@media (max-width: 1000px) {
  .home .intro article h3 {
    /*
							* svg widouth shadow 
							* width: 340px; height: 202px;
							*/
    width: 357px;
    height: 221px;
  }
}

@media (max-width: 700px) {
  .home .intro article h3 {
    /*
							* svg widouth shadow 
							* width: 177px; height: 105px;
							*/
    width: 194px;
    height: 125px;
  }
}

.home .intro article .play-video-btn {
  display: none;
}

.home .intro.live-grand-intro article h1 {
  text-indent: -9999px;
  width: 482px;
  height: 107px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  background-image: url(../img/live-grand.svg);
}

@media (max-width: 1900px) {
  .home .intro.live-grand-intro article h1 {
    width: 395px;
    height: 88px;
  }
}

@media (max-width: 1000px) {
  .home .intro.live-grand-intro article h1 {
    width: 494px;
    height: 110px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .home .intro.live-grand-intro article h1:after {
    bottom: -50%;
  }
}

@media (max-width: 700px) {
  .home .intro.live-grand-intro article h1 {
    width: 215px;
    height: 48px;
    margin-bottom: 70px;
  }
  .home .intro.live-grand-intro article h1:after {
    bottom: calc(-50% - 19px);
  }
}

.home .intro .mute-btn {
  right: 90px;
}

.home .intro .mute-btn .equalizer {
  margin: 0px auto 15px;
}

.home .intro .scroll-explore-btn {
  z-index: 3;
  -webkit-transition: all 750ms 0ms ease-in-out;
  transition: all 750ms 0ms ease-in-out;
}

@media (max-width: 700px) {
  .home .intro .scroll-explore-btn {
    display: block;
    bottom: 20px;
    padding-top: 65px;
    opacity: 0.5;
  }
  .home .intro .scroll-explore-btn:before {
    bottom: 30px;
    left: 50%;
    height: 35px;
  }
  .home .intro .scroll-explore-btn:after {
    top: 40px;
    opacity: 1;
    width: 9px;
    height: 9px;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

.home .hp-sections {
  position: relative;
}

.home .hp-sections section {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
}

.home .hp-sections section .holder .bgr-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.home .hp-sections section .holder .history-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.home .hp-sections section .holder .history-btn h3 {
  margin-bottom: 44px;
  font-family: 'futura-pt';
  font-weight: 200;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 115px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
  .home .hp-sections section .holder .history-btn h3 {
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  }
}

.home .hp-sections section .holder .history-btn h3 strong {
  display: block;
  font-family: 'eccentric';
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 1900px) {
  .home .hp-sections section .holder .history-btn h3 {
    margin-bottom: 52px;
    font-size: 70px;
    line-height: 86px;
  }
}

@media (max-width: 1400px) {
  .home .hp-sections section .holder .history-btn h3 {
    margin-bottom: 47px;
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 1300px) {
  .home .hp-sections section .holder .history-btn h3 {
    margin-bottom: 49px;
  }
}

@media (max-width: 1000px) {
  .home .hp-sections section .holder .history-btn h3 {
    margin-bottom: 55px;
    font-size: 80px;
    line-height: 104px;
  }
}

@media (max-width: 700px) {
  .home .hp-sections section .holder .history-btn h3 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 54px;
  }
}

.home .hp-sections section .holder .history-btn h4 {
  max-width: 380px;
  margin: 0px auto 46px;
  font-family: 'futura-pt';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 25px;
  text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 2600px) {
  .home .hp-sections section .holder .history-btn h4 {
    text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 1000px) {
  .home .hp-sections section .holder .history-btn h4 {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 1400px) {
  .home .hp-sections section .holder .history-btn h4 {
    max-width: 350px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.9px;
  }
}

@media (max-width: 1000px) {
  .home .hp-sections section .holder .history-btn h4 {
    line-height: 24px;
    letter-spacing: 1px;
  }
}

@media (max-width: 700px) {
  .home .hp-sections section .holder .history-btn h4 {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 700px) {
  .home .hp-sections section .holder .history-btn {
    width: 200px;
  }
}

.home .hp-sections section .holder .history-btn:hover .more-btn em {
  -webkit-transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .home .hp-sections section .holder .history-btn:hover .more-btn em {
    -webkit-transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.home .hp-sections section .holder .history-btn:hover .more-btn em:last-of-type {
  -webkit-transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .home .hp-sections section .holder .history-btn:hover .more-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .home .hp-sections section .holder .history-btn:hover .more-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.home .hp-sections section .holder .history-btn:hover .more-btn:after {
  opacity: 0;
}

.home .hp-sections section .holder .history-btn:hover .more-btn:before {
  opacity: 1;
}

.home .hp-sections section .holder .history-btn:hover .more-btn:hover em {
  -webkit-transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .home .hp-sections section .holder .history-btn:hover .more-btn:hover em {
    -webkit-transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.home .hp-sections section .holder .history-btn:hover .more-btn:hover em:last-of-type {
  -webkit-transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .home .hp-sections section .holder .history-btn:hover .more-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .home .hp-sections section .holder .history-btn:hover .more-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.home .hp-sections section .holder .history-btn:hover .more-btn:hover:after {
  opacity: 0;
}

.home .hp-sections section .holder .history-btn:hover .more-btn:hover:before {
  opacity: 1;
}

.home .hp-sections section .holder.grand-cocktails a.history-btn h4 {
  max-width: 280px;
}

@media (max-width: 1400px) {
  .home .hp-sections section .holder.grand-cocktails a.history-btn h4 {
    max-width: 230px;
  }
}

@media (max-width: 700px) {
  .home .hp-sections section .holder.grand-cocktails a.history-btn {
    width: 180px;
  }
}

.home .hp-sections section .holder.live-grand a.history-btn h3 {
  /*
									* svg widouth shadow 
									* width: 543px; height: 121px;
									*/
  width: 512px;
  height: 129px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  background-image: url(../img/live-grand.svg);
}

@media (max-width: 1000px) {
  .home .hp-sections section .holder.live-grand a.history-btn h3 {
    /*
										* svg widouth shadow 
										* width: 342px; height: 76px;
										*/
    width: 344px;
    height: 76px;
  }
}

@media (max-width: 700px) {
  .home .hp-sections section .holder.live-grand a.history-btn h3 {
    /*
										* svg widouth shadow 
										* width: 171px; height: 38px;
										*/
    width: 200px;
    height: 50px;
  }
}

.home .hp-sections section:first-child {
  display: block;
}

.desktop .home .side-nav-holder .side-nav li:hover {
  opacity: 1;
}

.ie11 .home .intro .media-holder .video-holder video,
.edge .home .intro .media-holder .video-holder video {
  z-index: -1;
}

.tablet .home {
  /*section{
					.holder{
						.logo{
//							display: none;
						}
					}
				}*/
}

.tablet .home .intro {
  float: right;
  clear: both;
  position: relative;
  right: auto;
  /*article{
						// .play-video-btn{
						// 	display: inline-block;
						// }
					}*/
}

.tablet .home .intro .media-holder {
  left: 0px;
  width: 100%;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.tablet .home .intro .mute-btn {
  display: none;
}

.tablet .home .intro .more-btn.play-video-btn {
  margin-top: 40px;
}

.tablet .home .holder {
  height: 100%;
}

.tablet .home .sections-holder {
  overflow: hidden;
}

.tablet .home .hp-sections.window-height {
  height: auto !important;
}

.tablet .home .hp-sections section {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  float: right;
  clear: right;
}

.tablet .home .hp-sections section .holder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tablet .home .hp-sections section .holder .bgr-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.tablet .home .hp-sections section .holder a.history-btn h3 {
  margin-bottom: 31px;
}

.tablet .home .side-nav-holder .side-nav {
  position: fixed;
  left: 80px;
  width: 80px;
}

.tablet .home .side-nav-holder .side-nav li a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.5px;
  color: #fff;
}

.tablet .home .side-nav-holder .side-nav li a span {
  display: block;
}

.tablet .home .side-nav-holder .side-nav li:after, .tablet .home .side-nav-holder .side-nav li:before {
  width: 3px;
  height: 3px;
  border-color: #fff;
}

.tablet .home .side-nav-holder .side-nav li.active a {
  color: #fff;
}

.tablet .home .side-nav-holder .side-nav li.active:after, .tablet .home .side-nav-holder .side-nav li.active:before {
  width: 3px;
  height: 3px;
  background-color: #fff;
}

.tablet .home .side-nav-holder .side-nav li.active:after {
  opacity: 1;
}

.tablet .home .side-nav-holder .ribbon, .tablet .home .side-nav-holder:after {
  display: none;
}

.mobile .home .intro {
  position: relative;
  right: auto;
  /*article{
						// .play-video-btn{
						// 	display: inline-block;
						// }
					}*/
}

.mobile .home .intro .media-holder {
  left: 0px;
  width: 100%;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.mobile .home .intro .mute-btn {
  display: none;
}

.mobile .home .intro .more-btn.play-video-btn {
  margin-top: 35px;
}

.mobile .home section .holder .logo {
  display: none;
}

.mobile .home .holder {
  height: 100%;
}

.mobile .home .hp-sections.window-height {
  height: auto !important;
}

.mobile .home .hp-sections section {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.mobile .home .hp-sections section .holder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile .home .hp-sections section .holder .bgr-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(ellipse, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}

.mobile .home .side-nav-holder {
  display: none;
}

.mobile .home .side-nav-holder .side-nav {
  display: block;
  position: fixed;
  left: 35px;
  width: 10px;
}

.mobile .home .side-nav-holder .side-nav li {
  opacity: 0.5;
  height: 10px;
  padding: 0;
  margin: 0 0 15px;
}

.mobile .home .side-nav-holder .side-nav li a {
  line-height: 10px;
  height: 10px;
}

.mobile .home .side-nav-holder .side-nav li a span {
  display: block;
  text-indent: -9999px;
  line-height: 10px;
}

.mobile .home .side-nav-holder .side-nav li a span strong {
  display: none;
}

.mobile .home .side-nav-holder .side-nav li:after, .mobile .home .side-nav-holder .side-nav li:before {
  top: 25%;
  width: 5px;
  height: 5px;
  border-color: #fff;
}

.mobile .home .side-nav-holder .side-nav li.active {
  opacity: 1;
}

.mobile .home .side-nav-holder .side-nav li.active a {
  color: #fff;
}

.mobile .home .side-nav-holder .side-nav li.active:after, .mobile .home .side-nav-holder .side-nav li.active:before {
  top: 50%;
  opacity: 1;
  width: 5px;
  height: 5px;
  border: 1px solid #a30c2f;
}

.mobile .home .side-nav-holder .side-nav li:after {
  display: none;
}

.mobile .home .side-nav-holder .ribbon, .mobile .home .side-nav-holder:after {
  display: none;
}

.mobile .home .more-btn.read-btn:after {
  width: 35px;
  height: 35px;
}

html.chrome.windows body .hp-sections section .holder a.history-btn h4 {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

html.chrome.windows body .hp-sections section .holder a.history-btn h4 {
  max-width: 360px;
  font-size: 17px;
  line-height: 24px;
}

html.chrome.windows body .hp-sections section .holder.grand-cocktails a h4 {
  max-width: 260px;
}

html.chrome.windows body .hp-sections section .holder.live-grand a h4 {
  max-width: 340px;
}

/*
= OUR COLLECTION
--------------------------------------------------------------------------------- */
/*
    + Intro section */
.page-template-tpl-collection .intro .logo {
  top: 72px;
}

@media (max-width: 1400px) {
  .page-template-tpl-collection .intro .logo {
    top: 37px;
  }
}

/*
    + Collection holder */
.collection-holder {
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.collection-holder .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 70px;
  width: 195px;
  height: 40px;
  /*
            * logo without shadow
            * width: 237px; height: 41px;
            */
  /*
            * Because of shadow on logo we need to go with smaller version so it can be aligned with menu on left side
            * top: 70px;
            * width: 247px; height: 47px;
            */
  text-indent: -9999px;
  background: url(../img/logo-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  z-index: 5;
  background: url(../img/logo-red.svg) no-repeat;
  outline: none;
  top: 69px;
  background-size: cover;
}

@media (max-width: 1900px) {
  .collection-holder .logo {
    top: 71px;
    width: 188px;
    height: 36px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 165px; height: 29px;
                */
    top: 37px;
    width: 179px;
    height: 35px;
  }
}

@media (max-width: 1300px) {
  .collection-holder .logo {
    top: 38px;
    width: 175px;
    height: 34px;
  }
}

@media (max-width: 1000px) {
  .collection-holder .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 162px; height: 29px;
                */
    width: 172px;
    height: 34px;
  }
}

@media (max-width: 700px) {
  .collection-holder .logo {
    /*
                * logo without shadow
                * top: 30px;
                * width: 120px; height: 21px;
                */
    top: 30px;
    width: 130px;
    height: 26px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .logo {
    top: 37px;
  }
}

@media (max-width: 700px) {
  .collection-holder {
    height: 100% !important;
  }
}

.collection-holder section {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 700px) {
  .collection-holder section {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    background-color: rgba(231, 229, 222, 0.7);
    padding-top: 110px;
  }
  .collection-holder section:last-of-type {
    padding-bottom: 120px;
  }
}

.collection-holder section:first-of-type {
  display: block;
  z-index: 4;
}

.collection-holder section span {
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0%;
  width: 390px;
  height: 1025px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
}

.collection-holder section span.responsive-img-holder, .collection-holder section span.mobile-img-holder {
  display: none;
}

.collection-holder .collection-wrapper div {
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: 2;
  width: 50%;
  height: 100%;
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 0 100px;
  }
}

.collection-holder .collection-wrapper div.reverse {
  bottom: auto;
  top: 0px;
}

.collection-holder .collection-wrapper div.holder {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}

.collection-holder .collection-wrapper div.left {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: height;
  background: #ffffff;
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.left {
    overflow: visible;
    background: transparent;
    margin-bottom: 10px;
  }
}

.collection-holder .collection-wrapper div.left .holder {
  background: #e7e5de;
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.left .holder {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    height: auto !important;
  }
  .collection-holder .collection-wrapper div.left .holder span {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    margin: 0 auto;
    background-size: cover;
  }
}

.collection-holder .collection-wrapper div.left .holder article {
  max-width: 655px;
}

@media (max-width: 2600px) {
  .collection-holder .collection-wrapper div.left .holder article {
    font-size: 20px;
    line-height: 30px;
    max-width: 400px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .collection-wrapper div.left .holder article {
    max-width: 300px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .collection-wrapper div.left .holder article {
    font-size: 14px;
    max-width: 280px;
  }
}

@media (max-width: 1300px) {
  .collection-holder .collection-wrapper div.left .holder article {
    line-height: 21px;
    width: 220px;
  }
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.left .holder article {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    max-width: 100%;
    width: auto;
    padding-right: 5px;
    margin-bottom: 0px;
  }
}

.collection-holder .collection-wrapper div.left .holder article h3 {
  position: relative;
  padding: 86px 0 50px;
  margin-bottom: 89px;
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 96px;
  font-weight: 200;
  line-height: 89px;
  text-transform: uppercase;
  color: #b91f31;
}

.collection-holder .collection-wrapper div.left .holder article h3 strong {
  display: block;
  font-family: 'eccentric';
  font-weight: normal;
  text-transform: lowercase;
}

@media (max-width: 2600px) {
  .collection-holder .collection-wrapper div.left .holder article h3 {
    font-size: 60px;
    line-height: 78px;
    padding: 36px 0 44px;
    margin-bottom: 22px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .collection-wrapper div.left .holder article h3 {
    font-size: 50px;
    line-height: 58px;
    padding-bottom: 41px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .collection-wrapper div.left .holder article h3 {
    font-size: 40px;
    line-height: 45px;
    padding: 34px 0 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1300px) {
  .collection-holder .collection-wrapper div.left .holder article h3 {
    padding-top: 35px;
  }
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.left .holder article h3 {
    line-height: 50px;
    padding: 74px 0px 0 0;
    margin-bottom: 36px;
  }
}

.collection-holder .collection-wrapper div.left .holder article h3:before, .collection-holder .collection-wrapper div.left .holder article h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  width: 8px;
  height: 8px;
  border: 1px solid #382b28;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.left .holder article h3:before {
    left: 0;
  }
}

.collection-holder .collection-wrapper div.left .holder article h3:after {
  top: auto;
  bottom: 0px;
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.left .holder article h3:after {
    display: none;
  }
}

.collection-holder .collection-wrapper div.right {
  left: auto;
  right: 0px;
  top: 0px;
  bottom: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: height;
  background: #dddad1;
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right {
    position: relative;
    right: auto;
    top: auto;
    background: transparent;
    margin-bottom: 0;
  }
}

.collection-holder .collection-wrapper div.right article {
  max-width: 400px;
}

@media (max-width: 2600px) {
  .collection-holder .collection-wrapper div.right article {
    max-width: 240px;
  }
}

@media (max-width: 1300px) {
  .collection-holder .collection-wrapper div.right article {
    max-width: 230px;
  }
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right article {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    max-width: 100%;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    display: block;
  }
}

.collection-holder .collection-wrapper div.right article h4 {
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 43px;
  font-family: 'futura-pt';
  font-weight: 200;
  font-weight: 200;
  font-size: 50px;
  line-height: 57px;
  text-transform: uppercase;
}

.collection-holder .collection-wrapper div.right article h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 8px;
  height: 8px;
  border: 1px solid #382b28;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  .collection-holder .collection-wrapper div.right article h4 {
    font-size: 34px;
    line-height: 37px;
    padding-bottom: 42px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .collection-wrapper div.right article h4 {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .collection-wrapper div.right article h4 {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 14px;
  }
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right article h4 {
    font-size: 30px;
    line-height: 32px;
    width: 120px;
    padding-bottom: 0;
    margin-bottom: 39px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .collection-holder .collection-wrapper div.right article h4:after {
    display: none;
  }
}

.collection-holder .collection-wrapper div.right article h5 {
  margin-bottom: 15px;
  font-family: 'eccentric';
  font-size: 33px;
  font-weight: 400;
  color: #a30c2f;
}

@media (max-width: 2600px) {
  .collection-holder .collection-wrapper div.right article h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 9px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .collection-wrapper div.right article h5 {
    margin-bottom: 5px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .collection-wrapper div.right article h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right article h5 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

.collection-holder .collection-wrapper div.right article ul {
  line-height: 33px;
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right article ul {
    display: block;
  }
}

.collection-holder .collection-wrapper div.right article ul li {
  margin-bottom: 70px;
}

.collection-holder .collection-wrapper div.right article ul li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 2600px) {
  .collection-holder .collection-wrapper div.right article ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 36px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .collection-wrapper div.right article ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .collection-wrapper div.right article ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right article ul li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 30px !important;
    padding-right: 60px;
    font-size: 16px;
  }
  .collection-holder .collection-wrapper div.right article ul li:last-child {
    margin-bottom: 0px !important;
  }
}

.collection-holder .collection-wrapper div.right span {
  right: 100%;
  left: auto;
  -webkit-transform: translateX(50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right span {
    display: none;
  }
}

.collection-holder .collection-wrapper div.right .holder {
  top: 0px;
  bottom: auto;
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right .holder {
    height: auto !important;
  }
}

.collection-holder .collection-wrapper div.right .holder:before {
  content: "";
  display: block;
  position: absolute;
  right: -150px;
  top: 30px;
  opacity: 0.07;
  width: 550px;
  height: 550px;
  background: url(../img/badge.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 2600px) {
  .collection-holder .collection-wrapper div.right .holder:before {
    width: 350px;
    height: 351px;
    right: -99px;
    top: 5px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .collection-wrapper div.right .holder:before {
    width: 289px;
    height: 289px;
    top: 0px;
    right: -85px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .collection-wrapper div.right .holder:before {
    top: -10px;
    right: -113px;
  }
}

@media (max-width: 1300px) {
  .collection-holder .collection-wrapper div.right .holder:before {
    top: -8px;
    right: -84px;
  }
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper div.right .holder:before {
    display: none;
  }
}

@media (max-width: 700px) {
  .collection-holder .collection-wrapper {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    max-width: 100%;
    width: auto;
    margin: 0 22px;
  }
  .collection-holder .collection-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -86px;
    opacity: 0.07;
    width: 238px;
    height: 238px;
    background-size: 100%;
  }
}

.collection-holder .left article, .collection-holder .right article {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 26px;
  line-height: 39px;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.collection-holder .gone .left {
  height: 0px;
}

.collection-holder .gone .right {
  height: 0px;
}

.collection-holder .reverse .right {
  top: auto;
  bottom: 0px;
}

.collection-holder .reverse .right .holder {
  top: auto;
  bottom: 0px;
}

.collection-holder .reverse div {
  bottom: auto;
  top: 0px;
}

/*
    + Side nav for Collection*/
.collection-holder .side-nav {
  position: absolute;
  right: 90px;
  top: 50%;
  left: auto;
  z-index: 5;
  width: 20px;
  text-align: center;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .collection-holder .side-nav {
    right: 80px;
    width: 20px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .side-nav {
    right: 53px;
  }
}

@media (max-width: 1400px) {
  .collection-holder .side-nav {
    right: 45px;
  }
}

@media (max-width: 1300px) {
  .collection-holder .side-nav {
    width: 10px;
    right: 45px;
  }
}

@media (max-width: 700px) {
  .collection-holder .side-nav {
    display: none;
  }
}

.collection-holder .side-nav li {
  position: relative;
  height: auto;
  padding-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 2600px) {
  .collection-holder .side-nav li {
    height: auto;
    padding-top: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .side-nav li {
    height: auto;
    padding-top: 0;
    margin-bottom: 8px;
  }
}

@media (max-width: 1300px) {
  .collection-holder .side-nav li {
    height: auto;
    padding-top: 0;
  }
}

.collection-holder .side-nav li a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 1300px) {
  .collection-holder .side-nav li a {
    width: 10px;
    height: 10px;
  }
}

.collection-holder .side-nav li a span {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1300px) {
  .collection-holder .side-nav li a span {
    display: none;
  }
}

.collection-holder .side-nav li a:before, .collection-holder .side-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #382b28;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  .collection-holder .side-nav li a:before, .collection-holder .side-nav li a:after {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 1900px) {
  .collection-holder .side-nav li a:before, .collection-holder .side-nav li a:after {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 1300px) {
  .collection-holder .side-nav li a:before, .collection-holder .side-nav li a:after {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 700px) {
  .collection-holder .side-nav li a:before, .collection-holder .side-nav li a:after {
    width: 5px;
    height: 5px;
  }
}

.collection-holder .side-nav li a:after {
  opacity: 0;
  border-color: #a30c2f;
  background-color: #a30c2f;
}

.collection-holder .side-nav li:last-child {
  margin-bottom: 0px;
}

.collection-holder .side-nav li.active a:before, .collection-holder .side-nav li.active a:after {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 1300px) {
  .collection-holder .side-nav li.active a:before, .collection-holder .side-nav li.active a:after {
    background-color: #a30c2f;
  }
}

.collection-holder .side-nav li.active a:after {
  opacity: 1;
}

/*
    + Tablet and Mobile */
.tablet .collection-holder .logo,
.mobile .collection-holder .logo {
  display: none;
}

.tablet .collection-holder .collection-wrapper div .holder span.img-holder,
.mobile .collection-holder .collection-wrapper div .holder span.img-holder {
  display: none;
}

.tablet .collection-holder .collection-wrapper div .holder span.responsive-img-holder,
.mobile .collection-holder .collection-wrapper div .holder span.responsive-img-holder {
  display: block;
}

/*
    + Mobile */
.mobile .collection-holder .logo {
  display: none;
}

.mobile .collection-holder .collection-wrapper div .holder span.mobile-img-holder {
  display: block;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.mobile .collection-holder .collection-wrapper div .holder span.responsive-img-holder {
  display: none;
}

.mobile .collection-holder .collection-wrapper div.right .holder span.responsive-img-holder {
  display: none;
}

/*
    + Tablet */
.tablet .collection-holder {
  height: auto !important;
}

.tablet .collection-holder section {
  display: block;
  position: relative;
}

/*
    + Tablet Portrait*/
.tablet.portrait .collection-holder section {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  background-color: rgba(231, 229, 222, 0.7);
}

.tablet.portrait .collection-holder section span {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  position: relative;
  left: auto;
  top: auto;
}

.tablet.portrait .collection-holder .collection-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  max-width: 100%;
  width: 100%;
}

.tablet.portrait .collection-holder .collection-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  top: 0;
  opacity: 0.07;
  width: 350px;
  height: 350px;
  background: url(../img/badge.svg) no-repeat;
  background-size: 100%;
}

.tablet.portrait .collection-holder .collection-wrapper div {
  position: relative;
  left: auto;
  top: auto;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 105px 0 40px;
}

.tablet.portrait .collection-holder .collection-wrapper div.holder {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}

.tablet.portrait .collection-holder .collection-wrapper div.left {
  overflow: visible;
  margin-bottom: 12px;
  background: transparent;
}

.tablet.portrait .collection-holder .collection-wrapper div.left .holder {
  background: transparent;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.tablet.portrait .collection-holder .collection-wrapper div.left .holder:before, .tablet.portrait .collection-holder .collection-wrapper div.left .holder:after {
  content: "";
  display: table;
}

.tablet.portrait .collection-holder .collection-wrapper div.left .holder:after {
  clear: both;
}

.tablet.portrait .collection-holder .collection-wrapper div.left .holder span {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  float: right;
}

.tablet.portrait .collection-holder .collection-wrapper div.left .holder article {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  max-width: 320px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
}

.tablet.portrait .collection-holder .collection-wrapper div.left .holder article h3 {
  line-height: 50px;
  padding: 37px 55px 0 0;
  margin-bottom: 18px;
}

.tablet.portrait .collection-holder .collection-wrapper div.left .holder article h3:before {
  left: 3px;
}

.tablet.portrait .collection-holder .collection-wrapper div.left .holder article h3:after {
  display: none;
}

.tablet.portrait .collection-holder .collection-wrapper div.right {
  position: relative;
  right: auto;
  top: -61px;
  background: transparent;
}

.tablet.portrait .collection-holder .collection-wrapper div.right article {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  max-width: 100%;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
}

.tablet.portrait .collection-holder .collection-wrapper div.right article h4 {
  font-size: 30px;
  line-height: 32px;
  width: 150px;
}

.tablet.portrait .collection-holder .collection-wrapper div.right article h4:after {
  display: none;
}

.tablet.portrait .collection-holder .collection-wrapper div.right article h5 {
  margin-bottom: 8px;
  font-size: 20px;
}

.tablet.portrait .collection-holder .collection-wrapper div.right article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tablet.portrait .collection-holder .collection-wrapper div.right article ul li {
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 25px;
  padding-right: 25px;
}

.tablet.portrait .collection-holder .collection-wrapper div.right span {
  display: none;
}

.tablet.portrait .collection-holder .collection-wrapper div.right .holder {
  top: 0px;
  bottom: auto;
}

.tablet.portrait .collection-holder .collection-wrapper div.right .holder:before {
  display: none;
}

.tablet.portrait .collection-holder .collection-wrapper div.right .holder span.responsive-img-holder {
  display: none;
}

.tablet.portrait .collection-holder .img-holder {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: auto !important;
}

.tablet.portrait .collection-holder .side-nav {
  right: 35px;
}

.tablet.portrait .collection-holder .side-nav li:before, .tablet.portrait .collection-holder .side-nav li:after {
  width: 5px;
  height: 5px;
}

/*
    + Windows Chrome */
@media (max-width: 2600px) {
  html.chrome.windows body .collection-holder .collection-wrapper div.left .holder article {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .collection-holder .collection-wrapper div.left .holder article {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .collection-holder .collection-wrapper div.left .holder article {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 2600px) {
  html.chrome.windows body .collection-holder .collection-wrapper div.right article ul li {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .collection-holder .collection-wrapper div.right article ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  html.chrome.windows body .collection-holder .collection-wrapper div.right article ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .collection-holder .collection-wrapper div.right article ul li {
    margin-bottom: 10px;
  }
}

html.chrome.windows body .collection-holder .collection-wrapper div.right article ul li:last-child {
  margin-bottom: 0;
}

html.chrome.windows body .side-nav li a {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

/*
= Cocktails
------------------------------------------------------------------------------------- */
/*
    + Common elemenets */
.edge .slider-nav ul li {
  text-indent: 0px !important;
  color: transparent !important;
  cursor: pointer;
}

/*
    + Cocktails holder */
.cocktails-holder {
  overflow: hidden;
  position: relative;
  background: #e7e5de;
}

.cocktails-holder > h4 {
  display: none;
}

/*
    + Cocktails list */
.cocktails-list {
  overflow: hidden;
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 0;
}

.cocktails-list .item-holder {
  float: left;
  overflow: hidden;
  position: relative;
  width: 16.666%;
  height: 100%;
  background: #e7e5de;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cocktails-list .item-holder div {
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cocktails-list .item-holder div .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 70px;
  width: 195px;
  height: 40px;
  /*
            * logo without shadow
            * width: 237px; height: 41px;
            */
  /*
            * Because of shadow on logo we need to go with smaller version so it can be aligned with menu on left side
            * top: 70px;
            * width: 247px; height: 47px;
            */
  text-indent: -9999px;
  background: url(../img/logo-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  z-index: 5;
  background: url(../img/logo-red.svg) no-repeat;
  outline: none;
  background-size: contain;
}

@media (max-width: 1900px) {
  .cocktails-list .item-holder div .logo {
    top: 71px;
    width: 188px;
    height: 36px;
  }
}

@media (max-width: 1400px) {
  .cocktails-list .item-holder div .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 165px; height: 29px;
                */
    top: 37px;
    width: 179px;
    height: 35px;
  }
}

@media (max-width: 1300px) {
  .cocktails-list .item-holder div .logo {
    top: 38px;
    width: 175px;
    height: 34px;
  }
}

@media (max-width: 1000px) {
  .cocktails-list .item-holder div .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 162px; height: 29px;
                */
    width: 172px;
    height: 34px;
  }
}

@media (max-width: 700px) {
  .cocktails-list .item-holder div .logo {
    /*
                * logo without shadow
                * top: 30px;
                * width: 120px; height: 21px;
                */
    top: 30px;
    width: 130px;
    height: 26px;
  }
}

.cocktails-list .item-holder div .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: calc((100vw - 0px) * 0.1666);
  padding-bottom: 20vh;
  color: #382b28;
  text-transform: uppercase;
  font-size: 15px;
}

.cocktails-list .item-holder div .item h4 {
  position: absolute;
  left: 0%;
  top: 50%;
  opacity: 0;
  color: #f0efeb;
  font-size: 350px;
  white-space: nowrap;
  font-family: 'futura-pt';
  font-weight: 200;
  font-weight: 200;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms 0ms ease-in-out;
  transition: all 350ms 0ms ease-in-out;
}

.cocktails-list .item-holder div .item h4 strong {
  display: block;
  opacity: 0.5;
  width: 380px;
  height: 174px;
  margin: 0px auto;
  text-indent: -9999px;
  background: url(../img/grand-white.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 2600px) {
  .cocktails-list .item-holder div .item h4 {
    font-size: 260px;
  }
  .cocktails-list .item-holder div .item h4 strong {
    width: 340px;
    height: 157px;
  }
}

@media (max-width: 1900px) {
  .cocktails-list .item-holder div .item h4 {
    font-size: 200px;
  }
  .cocktails-list .item-holder div .item h4 strong {
    width: 300px;
    height: 139px;
  }
}

@media (max-width: 1400px) {
  .cocktails-list .item-holder div .item h4 {
    font-size: 180px;
  }
  .cocktails-list .item-holder div .item h4 strong {
    width: 280px;
    height: 129px;
  }
}

@media (max-width: 1300px) {
  .cocktails-list .item-holder div .item h4 {
    font-size: 140px;
  }
  .cocktails-list .item-holder div .item h4 strong {
    width: 210px;
    height: 97px;
  }
}

.cocktails-list .item-holder div .item h4.active {
  opacity: 1;
}

.cocktails-list .item-holder div .item figure {
  width: 100%;
  text-align: center;
  -webkit-transition: all 750ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 750ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cocktails-list .item-holder div .item img {
  display: block;
  position: relative;
  z-index: 2;
  width: 70%;
  height: auto;
  margin: 0 auto 0px;
  -webkit-transition: all 750ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 750ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cocktails-list .item-holder div .item figcaption {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 34px;
  line-height: 43px;
}

.cocktails-list .item-holder div .item figcaption strong {
  display: block;
  overflow: hidden;
  width: 79px;
  height: 36px;
  margin: 0px auto;
  text-indent: -9999px;
  background: url(../img/grand-red.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 2600px) {
  .cocktails-list .item-holder div .item figcaption {
    font-size: 20px;
    line-height: 26px;
  }
  .cocktails-list .item-holder div .item figcaption strong {
    width: 49px;
    height: 22px;
  }
}

@media (max-width: 1900px) {
  .cocktails-list .item-holder div .item figcaption {
    font-size: 16px;
    line-height: 21px;
  }
  .cocktails-list .item-holder div .item figcaption strong {
    width: 37px;
    height: 17px;
  }
}

@media (max-width: 1400px) {
  .cocktails-list .item-holder div .item figcaption {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 1300px) {
  .cocktails-list .item-holder div .item figcaption {
    font-size: 34px;
    line-height: 43px;
  }
  .cocktails-list .item-holder div .item figcaption strong {
    width: 80px;
    height: 36px;
  }
}

.cocktails-list .item-holder div .item span {
  opacity: 0;
  margin-top: -55px;
  -webkit-transition: all 750ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 750ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cocktails-list .item-holder.gone {
  opacity: 0;
}

.cocktails-list .item-holder:first-child div .item h4 {
  left: 100%;
  -webkit-transform: translateX(calc(-50% + (100vw * 0.3322))) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-50% + (100vw * 0.3322))) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateX(33.22vw) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:first-child div:last-child {
  -webkit-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:first-child.gone div {
  -webkit-transform: translateX(-70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:first-child.gone div:last-child {
  -webkit-transform: translateX(30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(2) div .item h4 {
  left: 100%;
  -webkit-transform: translateX(calc(-50% + (100vw * 0.1666))) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-50% + (100vw * 0.1666))) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateX(16.66vw) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(2) div:last-child {
  -webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(2).gone div {
  -webkit-transform: translateX(70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(2).gone div:last-child {
  -webkit-transform: translateX(-30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(3) div .item h4 {
  left: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(3) div .logo {
  left: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(3) div:last-child {
  -webkit-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(3).gone div {
  -webkit-transform: translateX(-70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(3).gone div:last-child {
  -webkit-transform: translateX(30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(4) div .item h4 {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(4) div .logo {
  right: calc(100vw * 0.1666);
  left: auto;
  -webkit-transform: translateX(50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(4) div:last-child {
  -webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(4).gone div {
  -webkit-transform: translateX(70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(4).gone div:last-child {
  -webkit-transform: translateX(-30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(5) div .item h4 {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(calc(50% - (100vw * 0.1666))) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(50% - (100vw * 0.1666))) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(50%) translateX(-16.66vw) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(5) div:last-child {
  -webkit-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(5).gone div {
  -webkit-transform: translateX(-70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(5).gone div:last-child {
  -webkit-transform: translateX(30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(6) div .item h4 {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(calc(50% - (100vw * 0.3322))) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(50% - (100vw * 0.3322))) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(50%) translateX(-33.22vw) translateY(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(6) div:last-child {
  -webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(6).gone div {
  -webkit-transform: translateX(70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(70%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-list .item-holder:nth-child(6).gone div:last-child {
  -webkit-transform: translateX(-30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.ie11 .cocktails-list .item-holder div .item {
  padding: 20vh 0 0;
}

.ie11 .cocktails-list .item-holder div .item figure {
  height: 100%;
}

@media (max-width: 1400px) {
  .ie11 .cocktails-list .item-holder div .item {
    padding: 15vh 0 0;
  }
}

@media (max-width: 1300px) {
  .ie11 .cocktails-list .item-holder div .item {
    padding: 25vh 0 0;
  }
}

.ie11 .cocktails-list .item-holder div:last-child {
  display: none;
}

.desktop .cocktails-list .item-holder div .item figcaption {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .desktop .cocktails-list .item-holder div .item figcaption {
    font-size: 17px;
    line-height: 27px;
  }
  .desktop .cocktails-list .item-holder div .item figcaption strong {
    width: 36px;
    height: 16px;
  }
}

.desktop .cocktails-list .item-holder div .item:hover figure {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.4);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.4);
}

.desktop .cocktails-list .item-holder div .item:hover figure figcaption {
  -webkit-transform: translateX(0px) translateY(45px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(45px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .desktop .cocktails-list .item-holder div .item:hover figure figcaption {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.desktop .cocktails-list .item-holder div .item:hover span {
  -webkit-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(0.8);
  transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(0.8);
  opacity: 1;
}

@media (max-width: 2600px) {
  .desktop .cocktails-list .item-holder div .item:hover span {
    -webkit-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(0.55);
    transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(0.55);
  }
}

@media (max-width: 1900px) {
  .desktop .cocktails-list .item-holder div .item:hover span {
    -webkit-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(0.5);
    transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(0.5);
  }
}

/*
    + Cocktails slider */
.back-btn {
  display: block;
  position: absolute;
  left: 41px;
  top: 112px;
  z-index: 2;
  padding-left: 0;
  padding-top: 13px;
  font-family: 'futura-pt';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 15px;
  color: #382b28;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.back-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  background: #382b28;
  height: 1px;
  width: 38px;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.back-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 7px;
  height: 7px;
  border: 1px solid #382b28;
  border-right: medium none;
  border-bottom: medium none;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  .back-btn {
    top: 65px;
  }
}

@media (max-width: 1900px) {
  .back-btn {
    left: 32px;
  }
}

@media (max-width: 1400px) {
  .back-btn {
    top: 23px;
    left: 25px;
    letter-spacing: 2px;
  }
  .back-btn:before {
    width: 35px;
  }
}

@media (max-width: 1300px) {
  .back-btn {
    left: 15px;
  }
}

.cocktails-slider-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f1f0ec;
}

.cocktails-slider-holder .slider-nav {
  text-align: center;
}

.cocktails-slider-holder .slider-nav ul {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
}

@media (max-width: 2600px) {
  .cocktails-slider-holder .slider-nav ul {
    margin: 0 15px;
    line-height: 10px;
  }
}

.cocktails-slider-holder .slider-nav ul li {
  display: inline-block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 9px;
  border: 1px solid #382b28;
  cursor: pointer;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  .cocktails-slider-holder .slider-nav ul li {
    width: 5px;
    height: 5px;
    margin: 0 4px;
  }
}

.cocktails-slider-holder .slider-nav ul li:last-of-type {
  margin-right: 0px;
}

.cocktails-slider-holder .slider-nav ul li.active {
  border-color: #a30c2f;
  background-color: #a30c2f;
}

.cocktails-slider-holder .slider-nav .prev,
.cocktails-slider-holder .slider-nav .next {
  display: inline-block;
  position: relative;
  width: 85px;
  height: 25px;
  -webkit-transition: all 300ms 0ms ease-in-out;
  transition: all 300ms 0ms ease-in-out;
}

@media (max-width: 2600px) {
  .cocktails-slider-holder .slider-nav .prev,
  .cocktails-slider-holder .slider-nav .next {
    width: 51px;
    height: 25px;
  }
}

.cocktails-slider-holder .slider-nav .prev span,
.cocktails-slider-holder .slider-nav .next span {
  position: absolute;
  left: 0;
  top: calc(50% + 5px);
  width: 85px;
  height: 1px;
  background: #382b28;
}

.cocktails-slider-holder .slider-nav .prev span:after,
.cocktails-slider-holder .slider-nav .next span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: calc(50% - 8px);
  width: 15px;
  height: 15px;
  border: 1px solid #382b28;
  border-right: medium none;
  border-bottom: medium none;
  -webkit-transform: translateX(0px) translateY(-0.5px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(0px) translateY(-0.5px) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  .cocktails-slider-holder .slider-nav .prev span,
  .cocktails-slider-holder .slider-nav .next span {
    width: 51px;
  }
  .cocktails-slider-holder .slider-nav .prev span:after,
  .cocktails-slider-holder .slider-nav .next span:after {
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
  }
}

.cocktails-slider-holder .slider-nav .prev.disable,
.cocktails-slider-holder .slider-nav .next.disable {
  opacity: 0;
  cursor: default;
}

.cocktails-slider-holder .slider-nav .next span:after {
  left: auto;
  right: 0;
  border-left: medium none;
  border-top: medium none;
  border-right: 1px solid #382b28;
  border-bottom: 1px solid #382b28;
}

@media (max-width: 2600px) {
  .cocktails-slider-holder .slider-nav .next span:after {
    left: auto;
    right: 0;
  }
}

.cocktails-slider-holder .slider-nav {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  max-width: calc(33.32% + 1px);
}

.cocktails-slider-holder .ribbon {
  display: block;
  position: absolute;
  right: calc(33.32% + 1px);
  top: 0px;
  bottom: 0px;
  background: url(../img/ribbon.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(calc(50% + 200px)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(50% + 200px)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(50%) translateX(200px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cocktails-slider-holder .ribbon.active {
  -webkit-transform: translateX(50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cocktails-slider .imgs {
  display: block;
  position: absolute;
  left: 120px;
  top: 0px;
  overflow: hidden;
  width: calc(66.68% - 120px);
  height: 100%;
  -webkit-transform: translateX(200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 2600px) {
  .cocktails-slider .imgs {
    width: calc(66.68% - 120px);
    left: 120px;
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs {
    width: calc(66.68% - 99px);
    left: 99px;
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs {
    width: calc(66.68% - 85px);
    left: 85px;
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs {
    width: calc(66.68% - 64px);
    left: 64px;
  }
}

.cocktails-slider .imgs .img-pieces-holder {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: calc(66.68vw - 120px);
  height: 100%;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.15);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.15);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces {
    width: calc(66.68vw - 99px);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces {
    width: calc(66.68vw - 85px);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces {
    width: calc(66.68vw - 64px);
  }
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div {
  position: absolute;
  top: 0px;
  overflow: hidden;
  width: calc((66.68vw - 120px) * 0.25);
  height: 100%;
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div {
    width: calc((66.68vw - 99px) * 0.25);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div {
    width: calc((66.68vw - 85px) * 0.25);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div {
    width: calc((66.68vw - 64px) * 0.25);
  }
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div span {
  display: block;
  width: calc(66.68vw - 120px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div span {
    width: calc(66.68vw - 99px);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div span {
    width: calc(66.68vw - 85px);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div span {
    width: calc(66.68vw - 64px);
  }
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div:first-child {
  left: 0px;
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div:first-child span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-16.67vw) translateX(30px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:first-child span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(25px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:first-child span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(21px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:first-child span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(16px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) {
  left: calc((66.68vw - 120px) * 0.25);
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) {
    left: calc((66.68vw - 99px) * 0.25);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) {
    left: calc((66.68vw - 85px) * 0.25);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) {
    left: calc((66.68vw - 64px) * 0.25);
  }
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) {
  left: calc((66.68vw - 120px) * 0.5);
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-50vw) translateX(90px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(74px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(64px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(48px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) {
    left: calc((66.68vw - 99px) * 0.5);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) {
    left: calc((66.68vw - 85px) * 0.5);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) {
    left: calc((66.68vw - 64px) * 0.5);
  }
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child {
  left: calc((66.68vw - 120px) * 0.75);
}

.cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-33.34vw) translateX(60px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(50px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(43px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(32px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child {
    left: calc((66.68vw - 99px) * 0.75);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child {
    left: calc((66.68vw - 85px) * 0.75);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child {
    left: calc((66.68vw - 64px) * 0.75);
  }
}

.cocktails-slider .imgs .img-pieces-holder:only-child, .cocktails-slider .imgs .img-pieces-holder.in {
  width: 100% !important;
}

.cocktails-slider .imgs .img-pieces-holder:only-child .img-pieces, .cocktails-slider .imgs .img-pieces-holder.in .img-pieces {
  -webkit-transform: scale(1.15) translateX(0px) !important;
  transform: scale(1.15) translateX(0px) !important;
}

.cocktails-slider .imgs.to-left .img-pieces-holder:last-child {
  left: auto;
  right: 0px;
  width: 0px;
}

.cocktails-slider .imgs.to-left .img-pieces-holder:last-child .img-pieces {
  left: auto;
  right: 0px;
  -webkit-transform: translateX(200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider .imgs.to-left .img-pieces-holder.out {
  width: 0px;
}

.cocktails-slider .imgs.to-left .img-pieces-holder.out .img-pieces {
  -webkit-transform: translateX(-200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider .imgs.to-right .img-pieces-holder:last-child {
  width: 0px;
  left: 0px;
  right: auto;
}

.cocktails-slider .imgs.to-right .img-pieces-holder:last-child .img-pieces {
  left: 0px;
  right: auto;
  -webkit-transform: translateX(-200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider .imgs.to-right .img-pieces-holder.out {
  left: auto;
  right: 0px;
  width: 0px;
}

.cocktails-slider .imgs.to-right .img-pieces-holder.out .img-pieces {
  left: auto;
  right: 0px;
  -webkit-transform: translateX(200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider .articles {
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: calc(33.32% + 1px);
  height: 100%;
  background: #e7e5de;
  -webkit-transform: translateX(200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(200px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cocktails-slider .articles .article-pieces {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cocktails-slider .articles .article-pieces .left,
.cocktails-slider .articles .article-pieces .right {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.cocktails-slider .articles .article-pieces .left article,
.cocktails-slider .articles .article-pieces .right article {
  position: absolute;
  left: 100%;
  top: calc(50% - 40px);
  width: 720px;
  text-align: center;
  -webkit-transform: translateX(0%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 2600px) {
  .cocktails-slider .articles .article-pieces .left article,
  .cocktails-slider .articles .article-pieces .right article {
    width: 430px;
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .articles .article-pieces .left article,
  .cocktails-slider .articles .article-pieces .right article {
    width: 364px;
  }
}

.cocktails-slider .articles .article-pieces .left article h3,
.cocktails-slider .articles .article-pieces .right article h3 {
  margin-bottom: 40px;
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 80px;
  text-transform: uppercase;
}

.cocktails-slider .articles .article-pieces .left article h3 strong,
.cocktails-slider .articles .article-pieces .right article h3 strong {
  display: block;
  overflow: hidden;
  width: 237px;
  height: 107px;
  margin: 0px auto;
  text-indent: -9999px;
  background: url(../img/grand-red.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 2600px) {
  .cocktails-slider .articles .article-pieces .left article h3,
  .cocktails-slider .articles .article-pieces .right article h3 {
    font-size: 60px;
    margin-bottom: 38px;
  }
  .cocktails-slider .articles .article-pieces .left article h3 strong,
  .cocktails-slider .articles .article-pieces .right article h3 strong {
    width: 142px;
    height: 64px;
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .articles .article-pieces .left article h3,
  .cocktails-slider .articles .article-pieces .right article h3 {
    font-size: 50px;
    margin-bottom: 24px;
  }
  .cocktails-slider .articles .article-pieces .left article h3 strong,
  .cocktails-slider .articles .article-pieces .right article h3 strong {
    width: 120px;
    height: 54px;
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .articles .article-pieces .left article h3,
  .cocktails-slider .articles .article-pieces .right article h3 {
    font-size: 40px;
    margin-bottom: 9px;
  }
  .cocktails-slider .articles .article-pieces .left article h3 strong,
  .cocktails-slider .articles .article-pieces .right article h3 strong {
    width: 84px;
    height: 38px;
  }
}

.cocktails-slider .articles .article-pieces .left article p,
.cocktails-slider .articles .article-pieces .right article p {
  padding: 0 100px;
  font-size: 28px;
  line-height: 39px;
  font-weight: 200;
}

@media (max-width: 2600px) {
  .cocktails-slider .articles .article-pieces .left article p,
  .cocktails-slider .articles .article-pieces .right article p {
    padding: 0 15px;
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .articles .article-pieces .left article p,
  .cocktails-slider .articles .article-pieces .right article p {
    padding: 0 10px;
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .articles .article-pieces .left article p,
  .cocktails-slider .articles .article-pieces .right article p {
    font-size: 16px;
    line-height: 22px;
  }
}

.cocktails-slider .articles .article-pieces .left article > p,
.cocktails-slider .articles .article-pieces .right article > p {
  margin-bottom: 30px;
}

@media (max-width: 2600px) {
  .cocktails-slider .articles .article-pieces .left article > p,
  .cocktails-slider .articles .article-pieces .right article > p {
    margin-bottom: 35px;
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .articles .article-pieces .left article > p,
  .cocktails-slider .articles .article-pieces .right article > p {
    margin-bottom: 30px;
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .articles .article-pieces .left article > p,
  .cocktails-slider .articles .article-pieces .right article > p {
    margin-bottom: 18px;
  }
}

.cocktails-slider .articles .article-pieces .left article h4,
.cocktails-slider .articles .article-pieces .right article h4 {
  margin-bottom: 25px;
  font-family: 'eccentric';
  color: #a30c2f;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 2600px) {
  .cocktails-slider .articles .article-pieces .left article h4,
  .cocktails-slider .articles .article-pieces .right article h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .articles .article-pieces .left article h4,
  .cocktails-slider .articles .article-pieces .right article h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .articles .article-pieces .left article h4,
  .cocktails-slider .articles .article-pieces .right article h4 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 8px;
  }
}

.cocktails-slider .articles .article-pieces .left article ul li,
.cocktails-slider .articles .article-pieces .right article ul li {
  margin-bottom: 30px;
}

@media (max-width: 2600px) {
  .cocktails-slider .articles .article-pieces .left article ul li,
  .cocktails-slider .articles .article-pieces .right article ul li {
    margin-bottom: 35px;
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .articles .article-pieces .left article ul li,
  .cocktails-slider .articles .article-pieces .right article ul li {
    margin-bottom: 17px;
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .articles .article-pieces .left article ul li,
  .cocktails-slider .articles .article-pieces .right article ul li {
    margin-bottom: 18px;
  }
}

.cocktails-slider .articles .article-pieces .left article ul li ul li,
.cocktails-slider .articles .article-pieces .right article ul li ul li {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 45px;
  white-space: nowrap;
}

@media (max-width: 2600px) {
  .cocktails-slider .articles .article-pieces .left article ul li ul li,
  .cocktails-slider .articles .article-pieces .right article ul li ul li {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .articles .article-pieces .left article ul li ul li,
  .cocktails-slider .articles .article-pieces .right article ul li ul li {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 1400px) {
  .cocktails-slider .articles .article-pieces .left article ul li ul li,
  .cocktails-slider .articles .article-pieces .right article ul li ul li {
    font-size: 16px;
    line-height: 22px;
  }
}

.cocktails-slider .articles .article-pieces .left article ul li:last-child,
.cocktails-slider .articles .article-pieces .right article ul li:last-child {
  margin-bottom: 0px;
}

.cocktails-slider .articles .article-pieces .right {
  left: 50%;
}

.cocktails-slider .articles .article-pieces .right article {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(0%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider .articles .article-pieces .right article:last-child {
  -webkit-transform: translateX(100%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(100%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
}

.cocktails-slider .articles .article-pieces:only-child, .cocktails-slider .articles .article-pieces.in {
  opacity: 1 !important;
  -webkit-transform: translateX(0) scale(1) !important;
  transform: translateX(0) scale(1) !important;
}

.cocktails-slider .articles.to-left .article-pieces:last-child {
  opacity: 0;
  -webkit-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
}

.cocktails-slider .articles.to-left .article-pieces.out {
  opacity: 0;
  -webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
}

.cocktails-slider .articles.to-right .article-pieces:last-child {
  opacity: 0;
  -webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
}

.cocktails-slider .articles.to-right .article-pieces.out {
  opacity: 0;
  -webkit-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
}

.cocktails-slider .articles:before {
  content: "";
  display: block;
  position: absolute;
  right: -100px;
  top: -30px;
  opacity: 0.07;
  width: 350px;
  height: 350px;
  background: url(../img/badge.svg) no-repeat;
  background-size: 100%;
}

.cocktails-slider.active .imgs {
  -webkit-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider.active .imgs .img-pieces div:first-child span {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider.active .imgs .img-pieces div:nth-child(2) span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-16.67vw) translateX(30px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .cocktails-slider.active .imgs .img-pieces div:nth-child(2) span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(25px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider.active .imgs .img-pieces div:nth-child(2) span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(21px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider.active .imgs .img-pieces div:nth-child(2) span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(16px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.cocktails-slider.active .imgs .img-pieces div:nth-child(3) span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-33.34vw) translateX(60px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .cocktails-slider.active .imgs .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(50px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider.active .imgs .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(43px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider.active .imgs .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(32px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.cocktails-slider.active .imgs .img-pieces div:last-child span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-50vw) translateX(90px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .cocktails-slider.active .imgs .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(74px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .cocktails-slider.active .imgs .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(64px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .cocktails-slider.active .imgs .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(48px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.cocktails-slider.active .articles {
  -webkit-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider.active .articles .article-pieces .left article {
  -webkit-transition: all 500ms 500ms ease-in-out;
  transition: all 500ms 500ms ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider.active .articles .article-pieces .right article {
  -webkit-transition: all 500ms 500ms ease-in-out;
  transition: all 500ms 500ms ease-in-out;
  -webkit-transform: translateX(50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.cocktails-slider.active .articles .article-pieces .right article:last-child {
  opacity: 0.5;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-transform: translateX(0%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.slides-content-holder {
  display: none;
}

.ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:first-child {
  left: 0px;
}

.ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:first-child span {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) {
  left: calc((66.68vw - 120px) * 0.25);
}

.ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-16.67vw) translateX(30px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(25px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(21px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -4)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16.67vw) translateX(16px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) {
    left: calc((66.68vw - 99px) * 0.25);
  }
}

@media (max-width: 1400px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) {
    left: calc((66.68vw - 85px) * 0.25);
  }
}

@media (max-width: 1300px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(2) {
    left: calc((66.68vw - 64px) * 0.25);
  }
}

.ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) {
  left: calc((66.68vw - 120px) * 0.5);
}

.ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-33.34vw) translateX(60px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(50px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(23px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -2)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-33.34vw) translateX(32px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) {
    left: calc((66.68vw - 99px) * 0.5);
  }
}

@media (max-width: 1400px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) {
    left: calc((66.68vw - 85px) * 0.5);
  }
}

@media (max-width: 1300px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:nth-child(3) {
    left: calc((66.68vw - 64px) * 0.5);
  }
}

.ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child {
  left: calc((66.68vw - 120px) * 0.75);
}

.ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child span {
  -webkit-transform: translateX(calc((66.68vw - 120px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc((66.68vw - 120px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-50vw) translateX(90px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 99px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 99px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(74px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 85px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 85px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(64px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child span {
    -webkit-transform: translateX(calc((66.68vw - 64px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc((66.68vw - 64px) / -1.334)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50vw) translateX(48px) translateY(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child {
    left: calc((66.68vw - 99px) * 0.75);
  }
}

@media (max-width: 1400px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child {
    left: calc((66.68vw - 85px) * 0.75);
  }
}

@media (max-width: 1300px) {
  .ie11 .cocktails-slider .imgs .img-pieces-holder .img-pieces div:last-child {
    left: calc((66.68vw - 64px) * 0.75);
  }
}

.ie11 .articles .article-pieces .left article {
  -webkit-transition: all 500ms 500ms ease-in-out;
  transition: all 500ms 500ms ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.ie11 .articles .article-pieces .right article {
  -webkit-transition: all 500ms 500ms ease-in-out;
  transition: all 500ms 500ms ease-in-out;
  -webkit-transform: translateX(50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.ie11 .articles .article-pieces .right article:last-child {
  opacity: 0.5;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-transform: translateX(0%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.chrome.windows .cocktails-slider .articles .article-pieces .left article ul li ul li,
.chrome.windows .cocktails-slider .articles .article-pieces .right article ul li ul li {
  white-space: pre;
}

/*
    + Desktop 1024*/
@media (max-width: 1300px) {
  .desktop .cocktails-slider-holder .cocktails-slider .imgs {
    width: calc(66.68% - 64px);
  }
  .desktop .cocktails-slider-holder .cocktails-slider .articles {
    max-width: calc(39.32% + 1px);
  }
  .desktop .cocktails-slider-holder .ribbon {
    right: calc(39.32% + 1px);
  }
  .desktop .cocktails-slider-holder .slider-nav {
    max-width: calc(39.32% + 1px);
  }
  .desktop .cocktails-slider-holder .slider-nav ul {
    margin: 0 5px;
  }
  .desktop .cocktails-slider .articles .article-pieces .left article, .desktop .cocktails-slider .articles .article-pieces .right article {
    width: 280px;
  }
  .desktop .cocktails-slider .articles .article-pieces .left article h3, .desktop .cocktails-slider .articles .article-pieces .right article h3 {
    font-size: 30px;
  }
  .desktop .cocktails-slider .articles .article-pieces .left article h3 strong, .desktop .cocktails-slider .articles .article-pieces .right article h3 strong {
    width: 62px;
    height: 28px;
  }
  .desktop .cocktails-slider .articles .article-pieces .left article h4, .desktop .cocktails-slider .articles .article-pieces .right article h4 {
    font-size: 16px;
    line-height: 21px;
  }
  .desktop .cocktails-slider .articles .article-pieces .left article p, .desktop .cocktails-slider .articles .article-pieces .right article p {
    font-size: 14px;
    line-height: 20px;
  }
  .desktop .cocktails-slider .articles .article-pieces .left article ul li ul li, .desktop .cocktails-slider .articles .article-pieces .right article ul li ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

/*
    + Tablet  & Mobile */
.tablet .cocktails-holder > h4, .mobile .cocktails-holder > h4 {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(50% - 60px);
  opacity: 1;
  display: block;
  font-size: 105px;
  white-space: nowrap;
  font-family: 'futura-pt';
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  color: #f0efeb;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.tablet .cocktails-holder > h4 strong, .mobile .cocktails-holder > h4 strong {
  display: block;
  opacity: 0.5;
  width: 180px;
  height: 82px;
  margin: 0px auto;
  text-indent: -9999px;
  background: url(../img/grand-white.svg) no-repeat;
  background-size: 100%;
}

.tablet .cocktails-list .slick-active.item-holder,
.tablet .cocktails-list .active.item-holder, .mobile .cocktails-list .slick-active.item-holder,
.mobile .cocktails-list .active.item-holder {
  background: transparent;
}

.tablet .cocktails-list .slick-active.item-holder div .item figure,
.tablet .cocktails-list .active.item-holder div .item figure, .mobile .cocktails-list .slick-active.item-holder div .item figure,
.mobile .cocktails-list .active.item-holder div .item figure {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tablet .cocktails-list .slick-active.item-holder div .item span,
.tablet .cocktails-list .active.item-holder div .item span, .mobile .cocktails-list .slick-active.item-holder div .item span,
.mobile .cocktails-list .active.item-holder div .item span {
  opacity: 1;
}

.tablet .cocktails-list .item-holder, .mobile .cocktails-list .item-holder {
  overflow: initial;
  width: 270px;
  background: transparent;
}

.tablet .cocktails-list .item-holder > div, .mobile .cocktails-list .item-holder > div {
  overflow: visible;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.tablet .cocktails-list .item-holder div, .mobile .cocktails-list .item-holder div {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none !important;
  transform: none !important;
}

.tablet .cocktails-list .item-holder div .logo, .mobile .cocktails-list .item-holder div .logo {
  display: none;
}

.tablet .cocktails-list .item-holder div .item, .mobile .cocktails-list .item-holder div .item {
  position: absolute;
  right: auto;
  top: calc(50% - 80px);
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.tablet .cocktails-list .item-holder div .item figure, .mobile .cocktails-list .item-holder div .item figure {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.65);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.65);
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tablet .cocktails-list .item-holder div .item img, .mobile .cocktails-list .item-holder div .item img {
  width: auto;
  max-height: 500px;
}

.tablet .cocktails-list .item-holder div .item span, .mobile .cocktails-list .item-holder div .item span {
  margin-bottom: 20px;
  margin-top: -45px;
}

.tablet .cocktails-list .slick-dots, .mobile .cocktails-list .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: block;
  height: 10px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.tablet .cocktails-list .slick-dots li, .mobile .cocktails-list .slick-dots li {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
}

.tablet .cocktails-list .slick-dots li:after, .mobile .cocktails-list .slick-dots li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  border: 1px solid #382b28;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
}

.tablet .cocktails-list .slick-dots li.slick-active:after, .mobile .cocktails-list .slick-dots li.slick-active:after {
  border-color: #a30c2f;
  background-color: #a30c2f;
}

.tablet .cocktails-slider-holder, .mobile .cocktails-slider-holder {
  display: none;
}

.tablet .slides-content-holder, .mobile .slides-content-holder {
  display: none;
  position: fixed;
  left: -9999px;
  top: 0px;
  z-index: 9998;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.tablet .slides-content-holder.opened, .mobile .slides-content-holder.opened {
  left: 0;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.tablet .slides-content-holder .slides-content, .mobile .slides-content-holder .slides-content {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #e7e5de;
}

.tablet .slides-content-holder .slick-close, .mobile .slides-content-holder .slick-close {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
  background-color: #f1f0ec;
  padding-left: 40px;
}

.tablet .slides-content-holder .slick-close span, .mobile .slides-content-holder .slick-close span {
  position: relative;
  display: inline-block;
  line-height: 60px;
  font-family: 'futura-pt';
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #382b28;
  padding-left: 54px;
}

.tablet .slides-content-holder .slick-close span:before, .mobile .slides-content-holder .slick-close span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  width: 40px;
  height: 1px;
  background: #382b28;
}

.tablet .slides-content-holder .slick-close span:after, .mobile .slides-content-holder .slick-close span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid #382b28;
  border-right: medium none;
  border-bottom: medium none;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
}

.tablet .slides-content-holder .img-pieces-holder, .mobile .slides-content-holder .img-pieces-holder {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100vw;
  height: 50vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .img-pieces-holder, .mobile .slides-content-holder .img-pieces-holder {
    height: calc(50vh + 60px);
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .img-pieces-holder, .mobile .slides-content-holder .img-pieces-holder {
    height: 50vh;
  }
}

.tablet .slides-content-holder .img-pieces-holder span, .mobile .slides-content-holder .img-pieces-holder span {
  display: block;
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .img-pieces-holder span, .mobile .slides-content-holder .img-pieces-holder span {
    height: calc(50vh + 60px);
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .img-pieces-holder span, .mobile .slides-content-holder .img-pieces-holder span {
    height: 50vh;
  }
}

.tablet .slides-content-holder .article-pieces, .mobile .slides-content-holder .article-pieces {
  width: 100vw;
  background: #e7e5de;
  position: relative;
  z-index: 2;
  border-top: 50vh solid transparent;
  background-clip: content-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces, .mobile .slides-content-holder .article-pieces {
    border-top: calc(50vh + 60px) solid transparent;
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .article-pieces, .mobile .slides-content-holder .article-pieces {
    border-top: 50vh solid transparent;
  }
}

.tablet .slides-content-holder .article-pieces article, .mobile .slides-content-holder .article-pieces article {
  padding: 70px 0 250px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces article, .mobile .slides-content-holder .article-pieces article {
    max-width: 360px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .article-pieces article, .mobile .slides-content-holder .article-pieces article {
    max-width: 450px;
    font-size: 17px;
    line-height: 27px;
  }
}

.tablet .slides-content-holder .article-pieces article:before, .mobile .slides-content-holder .article-pieces article:before {
  content: "";
  display: block;
  position: absolute;
  right: -84px;
  top: 25px;
  opacity: 0.07;
  width: 297px;
  height: 297px;
  background: url(../img/badge.svg) no-repeat;
  background-size: 100%;
}

.tablet .slides-content-holder .article-pieces article h3, .mobile .slides-content-holder .article-pieces article h3 {
  text-transform: uppercase;
  font-weight: 200;
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces article h3, .mobile .slides-content-holder .article-pieces article h3 {
    font-size: 43px;
    line-height: 55px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .article-pieces article h3, .mobile .slides-content-holder .article-pieces article h3 {
    font-size: 60px;
    line-height: 77px;
    margin-bottom: 41px;
  }
}

.tablet .slides-content-holder .article-pieces article h3 strong, .mobile .slides-content-holder .article-pieces article h3 strong {
  display: block;
  overflow: hidden;
  margin: 0px auto;
  text-indent: -9999px;
  background: url(../img/grand-red.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces article h3 strong, .mobile .slides-content-holder .article-pieces article h3 strong {
    width: 84px;
    height: 38px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .article-pieces article h3 strong, .mobile .slides-content-holder .article-pieces article h3 strong {
    width: 142px;
    height: 64px;
  }
}

.tablet .slides-content-holder .article-pieces article h4, .mobile .slides-content-holder .article-pieces article h4 {
  position: relative;
  font-family: 'eccentric';
  color: #a30c2f;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces article h4, .mobile .slides-content-holder .article-pieces article h4 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .article-pieces article h4, .mobile .slides-content-holder .article-pieces article h4 {
    margin-bottom: 15px;
  }
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces article > p, .mobile .slides-content-holder .article-pieces article > p {
    margin-bottom: 56px;
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .article-pieces article > p, .mobile .slides-content-holder .article-pieces article > p {
    margin-bottom: 71px;
  }
}

.tablet .slides-content-holder .article-pieces article > ul > li, .mobile .slides-content-holder .article-pieces article > ul > li {
  margin-bottom: 40px;
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces article > ul > li, .mobile .slides-content-holder .article-pieces article > ul > li {
    margin-bottom: 22px;
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .article-pieces article > ul > li, .mobile .slides-content-holder .article-pieces article > ul > li {
    margin-bottom: 28px;
  }
}

.tablet .slides-content-holder .article-pieces article > ul > li:last-child, .mobile .slides-content-holder .article-pieces article > ul > li:last-child {
  margin-bottom: 0;
  padding: 0 10px;
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces article > ul > li:last-child h4, .mobile .slides-content-holder .article-pieces article > ul > li:last-child h4 {
    padding-top: 36px;
  }
}

@media (max-width: 1000px) {
  .tablet .slides-content-holder .article-pieces article > ul > li:last-child h4, .mobile .slides-content-holder .article-pieces article > ul > li:last-child h4 {
    padding-top: 40px;
  }
}

.tablet .slides-content-holder .article-pieces article > ul > li:last-child h4:after, .mobile .slides-content-holder .article-pieces article > ul > li:last-child h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  background: url(../img/rect-brown.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .tablet .slides-content-holder .article-pieces article > ul > li:last-child h4:after, .mobile .slides-content-holder .article-pieces article > ul > li:last-child h4:after {
    width: 14px;
    height: 14px;
  }
}

.tablet .slides-content-holder .slider-nav, .mobile .slides-content-holder .slider-nav {
  text-align: center;
}

.tablet .slides-content-holder .slider-nav ul, .mobile .slides-content-holder .slider-nav ul {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
}

@media (max-width: 2600px) {
  .tablet .slides-content-holder .slider-nav ul, .mobile .slides-content-holder .slider-nav ul {
    margin: 0 15px;
    line-height: 10px;
  }
}

.tablet .slides-content-holder .slider-nav ul li, .mobile .slides-content-holder .slider-nav ul li {
  display: inline-block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 9px;
  border: 1px solid #382b28;
  cursor: pointer;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  .tablet .slides-content-holder .slider-nav ul li, .mobile .slides-content-holder .slider-nav ul li {
    width: 5px;
    height: 5px;
    margin: 0 4px;
  }
}

.tablet .slides-content-holder .slider-nav ul li:last-of-type, .mobile .slides-content-holder .slider-nav ul li:last-of-type {
  margin-right: 0px;
}

.tablet .slides-content-holder .slider-nav ul li.active, .mobile .slides-content-holder .slider-nav ul li.active {
  border-color: #a30c2f;
  background-color: #a30c2f;
}

.tablet .slides-content-holder .slider-nav .prev,
.tablet .slides-content-holder .slider-nav .next, .mobile .slides-content-holder .slider-nav .prev,
.mobile .slides-content-holder .slider-nav .next {
  display: inline-block;
  position: relative;
  width: 85px;
  height: 25px;
  -webkit-transition: all 300ms 0ms ease-in-out;
  transition: all 300ms 0ms ease-in-out;
}

@media (max-width: 2600px) {
  .tablet .slides-content-holder .slider-nav .prev,
  .tablet .slides-content-holder .slider-nav .next, .mobile .slides-content-holder .slider-nav .prev,
  .mobile .slides-content-holder .slider-nav .next {
    width: 51px;
    height: 25px;
  }
}

.tablet .slides-content-holder .slider-nav .prev span,
.tablet .slides-content-holder .slider-nav .next span, .mobile .slides-content-holder .slider-nav .prev span,
.mobile .slides-content-holder .slider-nav .next span {
  position: absolute;
  left: 0;
  top: calc(50% + 5px);
  width: 85px;
  height: 1px;
  background: #382b28;
}

.tablet .slides-content-holder .slider-nav .prev span:after,
.tablet .slides-content-holder .slider-nav .next span:after, .mobile .slides-content-holder .slider-nav .prev span:after,
.mobile .slides-content-holder .slider-nav .next span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: calc(50% - 8px);
  width: 15px;
  height: 15px;
  border: 1px solid #382b28;
  border-right: medium none;
  border-bottom: medium none;
  -webkit-transform: translateX(0px) translateY(-0.5px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(0px) translateY(-0.5px) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  .tablet .slides-content-holder .slider-nav .prev span,
  .tablet .slides-content-holder .slider-nav .next span, .mobile .slides-content-holder .slider-nav .prev span,
  .mobile .slides-content-holder .slider-nav .next span {
    width: 51px;
  }
  .tablet .slides-content-holder .slider-nav .prev span:after,
  .tablet .slides-content-holder .slider-nav .next span:after, .mobile .slides-content-holder .slider-nav .prev span:after,
  .mobile .slides-content-holder .slider-nav .next span:after {
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
  }
}

.tablet .slides-content-holder .slider-nav .prev.disable,
.tablet .slides-content-holder .slider-nav .next.disable, .mobile .slides-content-holder .slider-nav .prev.disable,
.mobile .slides-content-holder .slider-nav .next.disable {
  opacity: 0;
  cursor: default;
}

.tablet .slides-content-holder .slider-nav .next span:after, .mobile .slides-content-holder .slider-nav .next span:after {
  left: auto;
  right: 0;
  border-left: medium none;
  border-top: medium none;
  border-right: 1px solid #382b28;
  border-bottom: 1px solid #382b28;
}

@media (max-width: 2600px) {
  .tablet .slides-content-holder .slider-nav .next span:after, .mobile .slides-content-holder .slider-nav .next span:after {
    left: auto;
    right: 0;
  }
}

.tablet .slides-content-holder .slider-nav, .mobile .slides-content-holder .slider-nav {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
}

.tablet .slides-content-holder .slider-nav:after, .mobile .slides-content-holder .slider-nav:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 218, 209, 0)), color-stop(53%, #dddad1));
  background: linear-gradient(to bottom, rgba(221, 218, 209, 0) 0%, #dddad1 53%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#dddad1',GradientType=0 );
}

.tablet .slides-content-holder .slider-nav.end-class:after, .mobile .slides-content-holder .slider-nav.end-class:after {
  display: none;
}

.tablet .slides-content-holder .slider-nav .next, .tablet .slides-content-holder .slider-nav .prev, .mobile .slides-content-holder .slider-nav .next, .mobile .slides-content-holder .slider-nav .prev {
  height: 15px;
  z-index: 5;
}

.tablet .slides-content-holder .slider-nav .next span, .tablet .slides-content-holder .slider-nav .prev span, .mobile .slides-content-holder .slider-nav .next span, .mobile .slides-content-holder .slider-nav .prev span {
  top: calc(50% + 3px);
}

.tablet .slides-content-holder .slider-nav ul, .mobile .slides-content-holder .slider-nav ul {
  position: relative;
  z-index: 5;
}

.tablet .sections-holder .slider-nav .slider-nav-wrapper, .mobile .sections-holder .slider-nav .slider-nav-wrapper {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.tablet .sections-holder .slider-nav .slick-dots, .mobile .sections-holder .slider-nav .slick-dots {
  display: block;
  margin: 0 80px 0;
  height: 15px;
}

.tablet .sections-holder .slider-nav .slick-dots .slick-active, .mobile .sections-holder .slider-nav .slick-dots .slick-active {
  background-color: #a30c2f;
  border-color: #a30c2f;
}

.tablet .sections-holder .slider-nav .slick-arrow, .mobile .sections-holder .slider-nav .slick-arrow {
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  padding-left: 47px;
  border: medium none;
  background: none;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  text-indent: -9999px;
}

.tablet .sections-holder .slider-nav .slick-arrow:focus, .mobile .sections-holder .slider-nav .slick-arrow:focus {
  outline: none;
}

.tablet .sections-holder .slider-nav .slick-arrow:after, .mobile .sections-holder .slider-nav .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  width: 51px;
  height: 1px;
  background: #382b28;
}

.tablet .sections-holder .slider-nav .slick-arrow:before, .mobile .sections-holder .slider-nav .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  border: 1px solid #382b28;
  border-right: medium none;
  border-bottom: medium none;
  -webkit-transform: translateX(0px) translateY(0.5px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(0px) translateY(0.5px) translateZ(0px) rotate(-45deg) scale(1);
  width: 8px;
  height: 8px;
}

.tablet .sections-holder .slider-nav .slick-arrow.slick-next, .mobile .sections-holder .slider-nav .slick-arrow.slick-next {
  left: auto;
  right: 0;
  padding-left: 0px;
  padding-right: 53px;
  background-position: center right;
}

.tablet .sections-holder .slider-nav .slick-arrow.slick-next:after, .mobile .sections-holder .slider-nav .slick-arrow.slick-next:after {
  left: auto;
  right: 1px;
}

.tablet .sections-holder .slider-nav .slick-arrow.slick-next:before, .mobile .sections-holder .slider-nav .slick-arrow.slick-next:before {
  left: auto;
  right: 1px;
  border-right: 1px solid #382b28;
  border-bottom: 1px solid #382b28;
  border-left: medium none;
  border-top: medium none;
}

.tablet .sections-holder .slider-nav:after, .mobile .sections-holder .slider-nav:after {
  left: 0;
  bottom: 0;
  right: auto;
  width: 100vw;
}

/*
    + Mobile */
.mobile .cocktails-holder > h4 {
  font-size: 51px;
}

.mobile .cocktails-holder > h4 strong {
  width: 85px;
  height: 39px;
}

.mobile .cocktails-list .item-holder div .item {
  top: 50%;
}

.mobile .cocktails-list .item-holder div .item figcaption {
  font-size: 22px;
  line-height: 38px;
}

.mobile .cocktails-list .item-holder div .item figcaption strong {
  width: 46px;
  height: 20px;
}

.mobile .cocktails-list .item-holder div .item img {
  width: auto;
  max-height: 320px;
  margin-top: -55px;
}

.mobile .cocktails-list .item-holder div .item span {
  margin-top: -35px;
  margin-bottom: 10px;
}

.mobile .cocktails-list .item-holder div .item .more-btn {
  font-size: 9px;
}

.mobile .cocktails-list .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: block;
  height: 10px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.mobile .cocktails-list .slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  background-image: url(../img/slider-bullet.svg);
}

.mobile .cocktails-list .slick-dots li.slick-active {
  background-image: url(../img/slider-bullet-active.svg);
}

.mobile .slides-content-holder .slick-close {
  background-color: transparent;
  left: 15px;
  top: 15px;
  right: auto;
  width: 19px;
  height: 19px;
  padding-left: 0px;
}

.mobile .slides-content-holder .slick-close span {
  position: relative;
  text-indent: -9999px;
  padding-left: 0;
  background: none;
  background-color: #fff;
  width: 2px;
  height: 19px;
  -webkit-transition: all 300ms 0ms ease-in-out;
  transition: all 300ms 0ms ease-in-out;
  -webkit-transform: translateX(8px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
  transform: translateX(8px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
}

.mobile .slides-content-holder .slick-close span:before {
  display: none;
}

.mobile .slides-content-holder .slick-close span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 19px;
  margin: 0;
  border: medium none;
  background-color: #fff;
  -webkit-transition: all 300ms 0ms ease-in-out;
  transition: all 300ms 0ms ease-in-out;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
}

.mobile .slides-content-holder .slick-close.dark span {
  background-color: #382b28;
}

.mobile .slides-content-holder .slick-close.dark span:after {
  background-color: #382b28;
}

.mobile .slides-content-holder .img-pieces-holder {
  height: 100vw;
}

.mobile .slides-content-holder .img-pieces-holder span {
  height: 100vw;
}

.mobile .slides-content-holder .article-pieces {
  border-top: 100vw solid transparent;
}

.mobile .slides-content-holder .article-pieces article {
  padding: 35px 0 100px;
  max-width: 280px;
  font-family: 'futura-pt';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.mobile .slides-content-holder .article-pieces article:before {
  right: -46px;
  top: 14px;
  opacity: 0.07;
  width: 140px;
  height: 140px;
}

.mobile .slides-content-holder .article-pieces article > ul > li {
  margin-bottom: 17px;
}

.mobile .slides-content-holder .article-pieces article > ul > li:last-child h4 {
  padding-top: 27px;
}

.mobile .slides-content-holder .article-pieces article h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 35px;
}

.mobile .slides-content-holder .article-pieces article h3 strong {
  width: 84px;
  height: 38px;
}

.mobile .slides-content-holder .article-pieces article h4 {
  margin-bottom: 15px;
}

.mobile .slides-content-holder .article-pieces article > p {
  margin-bottom: 35px;
}

.mobile .slides-content-holder .slider-nav {
  bottom: 20px;
}

.mobile .slides-content-holder .slider-nav:after {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(221, 218, 209, 0)), color-stop(58%, #dddad1));
  background: linear-gradient(to bottom, rgba(221, 218, 209, 0) 5%, #dddad1 58%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#dddad1',GradientType=0 );
}

.mobile .slides-content-holder .slider-nav .slick-arrow {
  display: none;
}

.tablet .slides-content-holder, .mobile .slides-content-holder {
  display: none;
  position: fixed;
  left: -9999px;
  top: 0px;
  z-index: 9998;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.tablet .slides-content-holder.opened, .mobile .slides-content-holder.opened {
  left: 0;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html, body {
  overflow: visible;
  height: auto;
}

@media (max-width: 1900px) {
  html.chrome.windows body .cocktails-slider .articles {
    max-width: calc(30.32% + 1px);
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .cocktails-slider .articles {
    max-width: calc(35.32% + 1px);
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article {
    width: 300px;
  }
}

html.chrome.windows body .cocktails-slider .articles .article-pieces .left article h3, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article h3 {
  font-size: 57px;
}

@media (max-width: 1900px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article h3, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article h3 {
    font-size: 48px;
    margin-bottom: 15px;
  }
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article h3 strong, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article h3 strong {
    width: 100px;
    height: 45px;
  }
}

@media (max-width: 1400px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article h3, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article h3 strong, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article h3 strong {
    width: 80px;
    height: 37px;
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article h3, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article h3 strong, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article h3 strong {
    width: 60px;
    height: 26px;
  }
}

html.chrome.windows body .cocktails-slider .articles .article-pieces .left article > p, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article > p {
  margin-bottom: 30px;
}

@media (max-width: 1900px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article > p, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article > p {
    margin-bottom: 15px;
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article > p, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article > p {
    margin-bottom: 10px;
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article p, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article p {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 1400px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article p, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article p {
    font-size: 14px;
    line-height: 21px;
  }
}

html.chrome.windows body .cocktails-slider .articles .article-pieces .left article ul li, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article ul li {
  margin-bottom: 30px;
}

@media (max-width: 1900px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article ul li, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .cocktails-slider .articles .article-pieces .left article ul li, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article ul li {
    margin-bottom: 10px;
  }
}

html.chrome.windows body .cocktails-slider .articles .article-pieces .left article ul li li, html.chrome.windows body .cocktails-slider .articles .article-pieces .right article ul li li {
  margin-bottom: 0 !important;
}

@media (max-width: 1900px) {
  html.chrome.windows body .cocktails-slider-holder .slider-nav {
    max-width: calc(30.32% + 1px);
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .cocktails-slider-holder .slider-nav {
    max-width: calc(35.32% + 1px);
  }
}

.cocktails-slider .articles .article-pieces .left article,
.cocktails-slider .articles .article-pieces .right article {
  overflow: auto;
  top: 50% !important;
  max-height: 100vh;
  padding: 40px 0 105px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cocktails-slider .articles .article-pieces .right article:first-child {
  right: calc(100% - (33.32vw - 720px) / 4 - 10px);
  width: calc(720px + (33.32vw - 720px) / 2 + 20px);
  padding-right: calc((33.32vw - 720px) / 2 + 20px);
}

@media (max-width: 2600px) {
  .cocktails-slider .articles .article-pieces .right article:first-child {
    right: calc(100% - (33.32vw - 430px) / 4 - 10px);
    width: calc(430px + (33.32vw - 430px) / 2 + 20px);
    padding-right: calc((33.32vw - 430px) / 2 + 20px);
  }
}

@media (max-width: 1900px) {
  .cocktails-slider .articles .article-pieces .right article:first-child {
    right: calc(100% - (33.32vw - 364px) / 4 - 10px);
    width: calc(364px + (33.32vw - 364px) / 2 + 20px);
    padding-right: calc((33.32vw - 364px) / 2 + 20px);
  }
}

.cocktails-slider .articles:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 105px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 218, 209, 0)), color-stop(53%, #dddad1));
  background: linear-gradient(to bottom, rgba(221, 218, 209, 0) 0%, #dddad1 53%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#dddad1',GradientType=0 );
}

/*
= LIVE GRAND
------------------------------------------------------------------------------------- */
/*
    + Intro section */
@media (max-width: 1000px) {
  .page-template-tpl-live .intro .bgr-holder {
    background-position: left center;
  }
}

.page-template-tpl-live .intro article {
  max-width: 600px;
}

.page-template-tpl-live .intro article h1 {
  /*text-indent: -9999px;*/
  width: 482px;
  height: 107px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  /*background-image: url(../img/live-grand.svg);*/
}

@media (max-width: 1900px) {
  .page-template-tpl-live .intro article h1 {
    width: 595px;
    height: 88px;
  }
}

@media (max-width: 1000px) {
  .page-template-tpl-live .intro article h1 {
    width: 694px;
    height: 110px;
  }
}

@media (max-width: 700px) {
  .page-template-tpl-live .intro article h1 {
    width: 415px;
    height: 48px;
  }
}

@media (max-width: 1900px) {
  .page-template-tpl-live .intro article {
    max-width: 700px;
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .page-template-tpl-live .intro article {
    max-width: 670px;
  }
}

@media (max-width: 1000px) {
  .page-template-tpl-live .intro article {
    max-width: 540px;
  }
}

@media (max-width: 700px) {
  .page-template-tpl-live .intro article {
    max-width: 265px;
  }
}

.page-template-tpl-live .intro article h1 strong {
  display: inline-block;
}

.page-template-tpl-live .intro article p {
  font-size: 30px;
  line-height: 34px;
}

@media (max-width: 2600px) {
  .page-template-tpl-live .intro article p {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 1400px) {
  .page-template-tpl-live .intro article p {
    font-size: 23px;
    line-height: 28px;
  }
}

@media (max-width: 1000px) {
  .page-template-tpl-live .intro article p {
    font-size: 22px;
    line-height: 33px;
  }
}

@media (max-width: 700px) {
  .page-template-tpl-live .intro article p {
    font-size: 18px;
    line-height: 27px;
  }
}

.desktop .page-template-tpl-live header .logo {
  top: 22px;
}

@media (max-width: 1900px) {
  .desktop .page-template-tpl-live header .logo {
    top: 21px;
  }
}

@media (max-width: 1300px) {
  .desktop .page-template-tpl-live header .logo {
    top: 21px;
  }
}

/*
    + Content of page */
.live-holder {
  overflow: hidden;
  position: relative;
  background: #e7e5de;
}

.live-holder .live-wrapper {
  padding: 0 58px;
}

@media (max-width: 2600px) {
  .live-holder .live-wrapper {
    padding: 0 36px;
  }
}

@media (max-width: 1900px) {
  .live-holder .live-wrapper {
    padding: 0 26px;
  }
}

.live-holder .live-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: -129px;
  top: 95px;
  opacity: 0.07;
  width: 453px;
  height: 453px;
  background: url(../img/badge.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 2600px) {
  .live-holder .live-wrapper:after {
    right: -120px;
    top: 72px;
    width: 425px;
    height: 425px;
  }
}

@media (max-width: 1900px) {
  .live-holder .live-wrapper:after {
    right: -130px;
    top: 34px;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-wrapper:after {
    right: -98px;
    top: 65px;
    width: 325px;
    height: 325px;
  }
}

.live-holder .live-wrapper .fs-section {
  position: relative;
  height: 1470px;
  z-index: 5;
  background: #000000;
}

@media (max-width: 2600px) {
  .live-holder .live-wrapper .fs-section {
    height: 920px;
  }
}

@media (max-width: 1900px) {
  .live-holder .live-wrapper .fs-section {
    height: 690px;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-wrapper .fs-section {
    height: 655px;
  }
}

@media (max-width: 1000px) {
  .live-holder .live-wrapper .fs-section {
    height: 940px;
  }
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section {
    height: 528px;
  }
}

.live-holder .live-wrapper .fs-section article {
  max-width: 100%;
  width: 1900px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  text-align: center;
}

@media (max-width: 2600px) {
  .live-holder .live-wrapper .fs-section article {
    width: 1105px;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-wrapper .fs-section article {
    width: 920px;
  }
}

@media (max-width: 1000px) {
  .live-holder .live-wrapper .fs-section article {
    width: 600px;
  }
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section article {
    width: 90%;
  }
}

.live-holder .live-wrapper .fs-section article h3 {
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 80px;
  line-height: 110px;
  letter-spacing: 1px;
  color: #f3f0e7;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 2600px) {
  .live-holder .live-wrapper .fs-section article h3 {
    font-size: 45px;
    line-height: 61px;
    letter-spacing: 1.25px;
    margin-bottom: 0;
  }
}

@media (max-width: 1900px) {
  .live-holder .live-wrapper .fs-section article h3 {
    font-size: 45px;
    letter-spacing: 0.70px;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-wrapper .fs-section article h3 {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 0.8px;
    margin-bottom: 0;
  }
}

@media (max-width: 1300px) {
  .live-holder .live-wrapper .fs-section article h3 {
    font-size: 36px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 1000px) {
  .live-holder .live-wrapper .fs-section article h3 {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0;
  }
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section article h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
  }
}

.live-holder .live-wrapper .fs-section article h3 strong {
  display: inline-block;
  font-family: 'eccentric';
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  font-weight: normal;
}

@media (max-width: 2600px) {
  .live-holder .live-wrapper .fs-section article h3 strong {
    font-size: 45px;
    letter-spacing: 0.9px;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-wrapper .fs-section article h3 strong {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}

.live-holder .live-wrapper .fs-section article h4 {
  width: 482px;
  height: 107px;
  /*text-indent: -9999px;*/
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  /*background-image: url(../img/live-grand.svg);*/
}

@media (max-width: 2600px) {
  .live-holder .live-wrapper .fs-section article h4 {
    width: 230px;
    height: 51px;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-wrapper .fs-section article h4 {
    width: 180px;
    height: 40px;
  }
}

@media (max-width: 1000px) {
  .live-holder .live-wrapper .fs-section article h4 {
    width: 135px;
    height: 30px;
    margin-top: 6px;
  }
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section article h4 {
    margin-top: 2px;
  }
}

.live-holder .live-wrapper .fs-section article h4 strong {
  display: block;
  font-family: 'eccentric';
}

.live-holder .live-wrapper .fs-section article .more-btn {
  margin-top: 72px;
}

@media (max-width: 1000px) {
  .live-holder .live-wrapper .fs-section article .more-btn {
    margin-top: 70px;
  }
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section article .more-btn {
    margin-top: 22px;
  }
}

.live-holder .live-wrapper .fs-section .holder {
  height: 100% !important;
  max-width: 100% !important;
}

.live-holder .live-wrapper .fs-section .holder .controls {
  padding-right: 125px;
}

.live-holder .live-wrapper .fs-section .holder .controls .mute-btn {
  right: 60px;
}

.live-holder .live-wrapper .fs-section.content-bgr-image {
  margin-bottom: 38px;
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image {
    height: 665px;
    margin-bottom: 22px;
  }
}

.live-holder .live-wrapper .fs-section.content-bgr-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  z-index: 1;
}

.live-holder .live-wrapper .fs-section.content-bgr-image .bgr-holder span {
  display: none;
}

@media (max-width: 1000px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image .bgr-holder {
    background: none;
  }
  .live-holder .live-wrapper .fs-section.content-bgr-image .bgr-holder span {
    display: block;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image .bgr-holder span {
    background-size: 656px;
    background-position: 100%;
  }
}

.live-holder .live-wrapper .fs-section.content-bgr-image h2 {
  margin: 0 auto 70px;
  text-indent: -9999px;
  width: 482px;
  height: 107px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  background-image: url(../img/live-grand.svg);
}

.live-holder .live-wrapper .fs-section.content-bgr-image h2 strong {
  font-family: 'eccentric';
}

@media (max-width: 1900px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image h2 {
    width: 395px;
    height: 88px;
    font-size: 70px;
    line-height: 86px;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image h2 {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 1000px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image h2 {
    margin-bottom: 48px;
    font-size: 80px;
    line-height: 104px;
    width: 494px;
    height: 110px;
  }
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image h2 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 54px;
    width: 193px;
    height: 42px;
  }
}

.live-holder .live-wrapper .fs-section.content-bgr-image article {
  max-width: 705px;
  z-index: 2;
}

@media (max-width: 1000px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image article {
    max-width: 540px;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image article {
    max-width: 80%;
  }
}

.live-holder .live-wrapper .fs-section.content-bgr-image article p {
  margin-bottom: 30px;
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 26px;
  line-height: 30px;
  color: #f3f0e7;
}

.live-holder .live-wrapper .fs-section.content-bgr-image article p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .live-holder .live-wrapper .fs-section.content-bgr-image article p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 27px;
  }
}

.live-holder .live-content {
  position: relative;
  max-width: 720px;
  margin: 150px auto 50px;
  padding-top: 135px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.live-holder .live-content > div {
  padding-bottom: 100px;
}

@media (max-width: 1900px) {
  .live-holder .live-content {
    font-size: 24px;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-content {
    font-size: 22px;
  }
}

.live-holder .live-content p {
  margin-bottom: 35px;
}

.live-holder .live-content p:last-of-type {
  margin-bottom: 0;
}

.live-holder .live-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  background-image: url(../img/diamond-red.svg);
  width: 43px;
  height: 43px;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .live-holder .live-content p {
    margin-bottom: 30px;
  }
  .live-holder .live-content p:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 1400px) {
  .live-holder .live-content p {
    margin-bottom: 25px;
  }
  .live-holder .live-content p:last-of-type {
    margin-bottom: 0;
  }
}

.live-holder .grid-holder {
  position: relative;
}

.live-holder .grid-holder h2 {
  margin: 168px auto 185px;
  font-family: 'futura-pt';
  font-weight: 400;
  font-size: 45px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.live-holder .grid-holder h2 span {
  padding-top: 25px;
  width: auto !important;
  font-size: 45px;
  display: block;
  /*background-image: url(../img/hashtag-live-grand.svg);*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  background-size: contain;
  /*text-indent: -9999px;*/
  height: 97px;
  margin: 0 auto;
}

.live-holder .grid-holder h2 span strong {
  font-family: 'eccentric';
  color: #a30c2f;
}

@media (max-width: 2600px) {
  .live-holder .grid-holder h2 {
    margin: 166px auto 163px;
  }
  .live-holder .grid-holder h2 span {
    width: 347px;
    height: 86px;
  }
}

@media (max-width: 1900px) {
  .live-holder .grid-holder h2 {
    margin: 89px auto 93px;
    font-size: 36px;
    line-height: 36px;
  }
  .live-holder .grid-holder h2 span {
    width: 255px;
    height: 50px;
  }
}

@media (max-width: 1400px) {
  .live-holder .grid-holder h2 {
    margin: 70px auto 75px;
  }
}

@media (max-width: 1300px) {
  .live-holder .grid-holder h2 {
    margin: 83px auto 72px;
    font-size: 26px;
    line-height: 26px;
  }
  .live-holder .grid-holder h2 span {
    width: 205px;
    height: 40px;
  }
}

@media (max-width: 1000px) {
  .live-holder .grid-holder h2 {
    margin: 93px auto 89px;
  }
  .live-holder .grid-holder h2 span {
    width: 255px;
    height: 50px;
  }
}

@media (max-width: 700px) {
  .live-holder .grid-holder h2 {
    margin: 76px auto 68px;
    font-size: 20px;
    line-height: 26px;
  }
  .live-holder .grid-holder h2 span {
    width: 153px;
    height: 31px;
  }
}

.live-holder .grid-holder .grid-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 536px 536px 536px 536px;
      grid-template-rows: 536px 536px 536px 536px;
  grid-gap: 30px;
  margin: 0 0 50px;
}

@media (max-width: 1900px) {
  .live-holder .grid-holder .grid-wrapper {
    -ms-grid-rows: 400px 400px 400px 400px;
        grid-template-rows: 400px 400px 400px 400px;
    grid-gap: 24px;
    margin: 0 0 45px;
  }
}

@media (max-width: 1400px) {
  .live-holder .grid-holder .grid-wrapper {
    -ms-grid-rows: 380px 380px 380px 380px;
        grid-template-rows: 380px 380px 380px 380px;
    grid-gap: 22px;
    margin: 0 0 30px;
  }
}

@media (max-width: 1300px) {
  .live-holder .grid-holder .grid-wrapper {
    -ms-grid-rows: 285px 285px 285px 285px;
        grid-template-rows: 285px 285px 285px 285px;
    grid-gap: 17px;
    margin: 0 0 28px;
  }
}

@media (max-width: 1000px) {
  .live-holder .grid-holder .grid-wrapper {
    -ms-grid-rows: 200px 200px 200px 200px;
        grid-template-rows: 200px 200px 200px 200px;
    grid-gap: 10px;
    margin: 0px 0 45px;
  }
}

@media (max-width: 700px) {
  .live-holder .grid-holder .grid-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 166px 166px 336px 166px 166px 166px 166px;
        grid-template-rows: 166px 166px 336px 166px 166px 166px 166px;
    grid-gap: 10px;
    margin: 0 0 35px;
  }
}

.live-holder .grid-holder .grid-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
}

.live-holder .grid-holder .grid-box > div {
  max-width: 570px;
  position: absolute;
  left: 67px;
  bottom: 70px;
  font-size: 33px;
  color: #f3f0e7;
  line-height: 35px;
  z-index: 5;
}

.live-holder .grid-holder .grid-box > div h3 {
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 80px;
  line-height: 91px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 41px;
}

.live-holder .grid-holder .grid-box > div h3 strong {
  display: block;
  font-family: 'eccentric';
  text-transform: lowercase;
}

@media (max-width: 2600px) {
  .live-holder .grid-holder .grid-box > div {
    left: 43px;
    bottom: 50px;
    max-width: 400px;
    font-size: 22px;
    line-height: 21px;
  }
  .live-holder .grid-holder .grid-box > div h3 {
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 1px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1900px) {
  .live-holder .grid-holder .grid-box > div {
    max-width: 270px;
    left: 24px;
    bottom: 35px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .live-holder .grid-holder .grid-box > div h3 {
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.7px;
  }
}

@media (max-width: 1000px) {
  .live-holder .grid-holder .grid-box > div {
    max-width: 280px;
  }
  .live-holder .grid-holder .grid-box > div h3 {
    font-size: 26px;
    letter-spacing: 0px;
  }
  .live-holder .grid-holder .grid-box > div h3 strong {
    display: inline-block;
  }
}

.live-holder .grid-holder .grid-box.grid-50, .live-holder .grid-holder .grid-box:first-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

.live-holder .grid-holder .grid-box.grid-double-height, .live-holder .grid-holder .grid-box:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
}

.live-holder .grid-holder .grid-box.grid-half-row, .live-holder .grid-holder .grid-box:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
  -ms-grid-row: 2;
  grid-row: 2;
}

.live-holder .grid-holder .grid-box:nth-child(10) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}

@media (max-width: 700px) {
  .live-holder .grid-holder .grid-box > div {
    max-width: 100%;
    margin: 0 20px;
    bottom: 16px;
    left: auto;
  }
  .live-holder .grid-holder .grid-box > div h3 {
    margin-bottom: 0;
    line-height: 36px;
  }
  .live-holder .grid-holder .grid-box.grid-50, .live-holder .grid-holder .grid-box:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .live-holder .grid-holder .grid-box:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .live-holder .grid-holder .grid-box:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .live-holder .grid-holder .grid-box.grid-double-height, .live-holder .grid-holder .grid-box:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .live-holder .grid-holder .grid-box:nth-child(6), .live-holder .grid-holder .grid-box:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .live-holder .grid-holder .grid-box:nth-child(7) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
  }
  .live-holder .grid-holder .grid-box:nth-child(7) > div span {
    display: none;
  }
  .live-holder .grid-holder .grid-box.grid-half-row, .live-holder .grid-holder .grid-box:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .live-holder .grid-holder .grid-box:nth-child(8) {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .live-holder .grid-holder .grid-box:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .live-holder .grid-holder .grid-box:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

.tablet .live-holder .live-wrapper {
  padding: 0 17px;
}

@media (max-width: 1000px) {
  .tablet .live-holder .live-wrapper {
    padding: 0 40px;
  }
}

.tablet .live-holder .live-wrapper:after {
  right: -94px;
  top: -65px;
  width: 325px;
  height: 325px;
}

.tablet .live-holder .live-content {
  max-width: 535px;
  margin: 60px auto 10px;
  padding-top: 90px;
  font-size: 22px;
}

@media (max-width: 1000px) {
  .tablet .live-holder .live-content {
    max-width: 500px;
    font-size: 26px;
  }
}

.tablet .live-holder .live-content > div {
  padding-bottom: 60px;
}

.tablet .live-holder .media-holder {
  height: 100%;
}

@media (max-width: 1000px) {
  .tablet .live-holder .media-holder {
    height: 100%;
  }
}

.tablet .live-holder .media-holder .video-overlay > div {
  max-width: 850px;
}

@media (max-width: 1000px) {
  .tablet .live-holder .media-holder .video-overlay > div {
    max-width: 600px;
  }
}

.tablet .live-holder .media-holder .video-overlay h3 {
  font-size: 40px;
}

@media (max-width: 1000px) {
  .tablet .live-holder .media-holder .video-overlay h3 {
    line-height: 51px;
    letter-spacing: 0;
  }
}

@media (max-width: 1000px) {
  .tablet .live-holder .media-holder .video-overlay h3 strong {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 51px;
  }
}

.tablet .live-holder .media-holder .video-overlay .more-btn {
  margin-top: 53px;
}

@media (max-width: 1000px) {
  .tablet .live-holder .media-holder .video-overlay .more-btn {
    margin-top: 32px;
    font-size: 11px;
    line-height: 84px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1000px) {
  .tablet .live-holder .media-holder .video-overlay .more-btn em {
    margin-left: 126px;
  }
}

@media (max-width: 1000px) {
  .tablet .live-holder .media-holder .video-overlay .more-btn:after {
    left: calc(50% - 8px);
    width: 88px;
    height: 84px;
  }
}

.tablet .fs-section .holder {
  height: 100%;
}

.mobile .live-holder .live-wrapper {
  padding: 0 20px;
}

.mobile .live-holder .live-wrapper:after {
  right: -74px;
  top: -20px;
  width: 193px;
  height: 193px;
}

.mobile .live-holder .live-content {
  max-width: 100%;
  width: auto;
  font-size: 18px;
  line-height: 27px;
  margin: 50px 0 20px;
  padding-top: 58px;
}

.mobile .live-holder .live-content > div {
  padding-bottom: 30px;
}

.mobile .live-holder .live-content p {
  margin-bottom: 15px;
}

.mobile .live-holder .live-content p:last-of-type {
  margin-bottom: 0;
}

.mobile .live-holder .live-content:after {
  width: 27px;
  height: 27px;
}

.mobile .live-holder .media-holder .video-overlay > div {
  max-width: 80%;
}

.mobile .live-holder .media-holder .video-overlay h3 {
  font-size: 28px;
  line-height: 38px;
}

.mobile .live-holder .media-holder .video-overlay h3 strong {
  font-size: 28px;
  line-height: 38px;
}

.mobile .live-holder .media-holder .video-overlay .more-btn {
  margin-top: 26px;
  font-size: 11px;
  line-height: 66px;
}

.mobile .live-holder .media-holder .video-overlay .more-btn em {
  margin-left: 86px;
}

.mobile .live-holder .media-holder .video-overlay .more-btn:after {
  left: calc(50% - 6px);
  width: 69px;
  height: 66px;
}

/*
    + IE11 Grid Fix */
.ie11 .live-holder .grid-holder h2 {
  margin-bottom: 101px;
}

@media (max-width: 1900px) {
  .ie11 .live-holder .grid-holder h2 {
    margin-bottom: 96px;
  }
}

@media (max-width: 1400px) {
  .ie11 .live-holder .grid-holder h2 {
    margin-bottom: 97px;
  }
}

@media (max-width: 1300px) {
  .ie11 .live-holder .grid-holder h2 {
    margin-bottom: 99px;
  }
}

.ie11 .live-holder .grid-holder .grid-wrapper {
  overflow: hidden;
  padding: 0 15px;
  margin: 0 -15px 35px;
}

@media (max-width: 1900px) {
  .ie11 .live-holder .grid-holder .grid-wrapper {
    padding: 0 12px;
    margin: 0 -12px 38px;
  }
}

@media (max-width: 1400px) {
  .ie11 .live-holder .grid-holder .grid-wrapper {
    padding: 0 11px;
    margin: 0 -11px 39px;
  }
}

@media (max-width: 1300px) {
  .ie11 .live-holder .grid-holder .grid-wrapper {
    padding: 0 9px;
    margin: 0 -9px 41px;
  }
}

@media (max-width: 1000px) {
  .ie11 .live-holder .grid-holder .grid-wrapper {
    padding: 0;
    margin: 0;
  }
}

.ie11 .live-holder .grid-holder .grid-wrapper .grid-box {
  float: left;
  width: calc(25% - 30px);
  height: calc(536px - 30px);
  margin: 15px;
}

@media (max-width: 1900px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box {
    width: calc(25% - 24px);
    height: calc(400px - 24px);
    margin: 12px;
  }
}

@media (max-width: 1400px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box {
    width: calc(25% - 22px);
    height: calc(380px - 22px);
    margin: 11px;
  }
}

@media (max-width: 1300px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box {
    width: calc(25% - 18px);
    height: calc(285px - 18px);
    margin: 9px;
  }
}

@media (max-width: 1000px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box {
    width: 100%;
    height: 50vw;
  }
}

.ie11 .live-holder .grid-holder .grid-wrapper .grid-box:first-of-type, .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4), .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(5) {
  width: calc(50% - 30px);
}

@media (max-width: 1900px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:first-of-type, .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4), .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(5) {
    width: calc(50% - 24px);
  }
}

@media (max-width: 1400px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:first-of-type, .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4), .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(5) {
    width: calc(50% - 22px);
  }
}

@media (max-width: 1300px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:first-of-type, .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4), .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(5) {
    width: calc(50% - 18px);
  }
}

@media (max-width: 1000px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:first-of-type, .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4), .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(5) {
    width: 100%;
    height: 50vw;
  }
}

.ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4) {
  height: calc((536px * 2) - 30px);
}

@media (max-width: 1900px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4) {
    height: calc((400px * 2) - 24px);
  }
}

@media (max-width: 1400px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4) {
    height: calc((380px * 2) - 22px);
  }
}

@media (max-width: 1300px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4) {
    height: calc((285px * 2) - 18px);
  }
}

@media (max-width: 1000px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(4) {
    width: 100%;
    height: 50vw;
  }
}

.ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(10) {
  width: calc(50% - 30px);
  height: calc(536px - 30px);
  margin: 15px;
}

@media (max-width: 1900px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(10) {
    width: calc(50% - 24px);
    height: calc(400px - 24px);
    margin: 12px;
  }
}

@media (max-width: 1400px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(10) {
    width: calc(50% - 22px);
    height: calc(380px - 22px);
    margin: 11px;
  }
}

@media (max-width: 1300px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(10) {
    width: calc(50% - 18px);
    height: calc(285px - 18px);
    margin: 9px;
  }
}

@media (max-width: 1000px) {
  .ie11 .live-holder .grid-holder .grid-wrapper .grid-box:nth-child(10) {
    width: 100%;
    height: 50vw;
  }
}

/*
    + Windows Chrome*/
/*
= SAVOIR FAIRE
------------------------------------------------------------------------------------- */
/*
    + Intro */
.page-template-tpl-savoir-faire h1 strong {
  text-transform: none;
}

.page-template-tpl-savoir-faire h1 .intro .logo {
  top: 72px;
}

@media (max-width: 1400px) {
  .page-template-tpl-savoir-faire h1 .intro .logo {
    top: 38px;
  }
}

/*
    + Popup */
.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 9998;
  width: 100%;
  background: #e7e5de;
}

.popup .back-btn {
  display: block;
  position: absolute;
  top: 65px;
  left: 101px;
  padding-left: 0;
  padding-top: 13px;
  z-index: 3;
  font-family: 'futura-pt';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 15px;
  color: #382b28;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.popup .back-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  background: #382b28;
  height: 1px;
  width: 38px;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.popup .back-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 7px;
  height: 7px;
  border: 1px solid #382b28;
  border-right: medium none;
  border-bottom: medium none;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 2600px) {
  .popup .back-btn {
    top: 65px;
    left: 60px;
  }
}

@media (max-width: 1900px) {
  .popup .back-btn {
    left: 43px;
  }
}

@media (max-width: 1400px) {
  .popup .back-btn {
    top: 23px;
    left: 44px;
    letter-spacing: 2px;
  }
  .popup .back-btn:before {
    width: 35px;
  }
}

.popup .nav {
  position: absolute;
  left: 65px;
  top: 50%;
  z-index: 4;
  width: 110px;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .popup .nav {
    left: 45px;
    width: 65px;
    -webkit-transform: translateX(0px) translateY(calc(-50%)) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(calc(-50%)) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .popup .nav {
    left: 34px;
    width: 54px;
    -webkit-transform: translateX(0px) translateY(calc(-50%)) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(calc(-50%)) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .popup .nav {
    width: 51px;
  }
}

@media (max-width: 1000px) {
  .popup .nav {
    width: 54px;
  }
}

.popup .nav li {
  margin-bottom: 45px;
}

.popup .nav li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1900px) {
  .popup .nav li {
    margin-bottom: 38px;
  }
  .popup .nav li:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 1400px) {
  .popup .nav li {
    margin-bottom: 27px;
  }
  .popup .nav li:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 1300px) {
  .popup .nav li {
    margin-bottom: 24px;
  }
  .popup .nav li:last-child {
    margin-bottom: 0px;
  }
}

.popup .nav li a {
  display: block;
  position: relative;
  max-width: 100%;
  padding-top: 68px;
  font-family: 'futura-pt';
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #382b28;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 2600px) {
  .popup .nav li a {
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
  }
}

@media (max-width: 2600px) {
  .popup .nav li a {
    max-width: 64px;
  }
}

@media (max-width: 1900px) {
  .popup .nav li a {
    max-width: 54px;
    padding-top: 58px;
    font-size: 9px;
    line-height: 10px;
  }
}

@media (max-width: 1400px) {
  .popup .nav li a {
    max-width: 51px;
    padding-top: 55px;
  }
}

@media (max-width: 1000px) {
  .popup .nav li a {
    max-width: 54px;
    padding-top: 58px;
  }
}

.popup .nav li a:before, .popup .nav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1900px) {
  .popup .nav li a:before, .popup .nav li a:after {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 1400px) {
  .popup .nav li a:before, .popup .nav li a:after {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1000px) {
  .popup .nav li a:before, .popup .nav li a:after {
    width: 54px;
    height: 54px;
  }
}

.popup .nav li a:after {
  opacity: 0;
}

.popup .nav li a.cognac:before {
  background-image: url(../img/icon-cognac.svg);
}

.popup .nav li a.cognac:after {
  background-image: url(../img/icon-cognac-red.svg);
}

.popup .nav li a.vineyardgrapes:before, .popup .nav li a.vignoblesetraisins:before {
  background-image: url(../img/icon-vineyard-grapes.svg);
}

.popup .nav li a.vineyardgrapes:after, .popup .nav li a.vignoblesetraisins:after {
  background-image: url(../img/icon-vineyard-grapes-red.svg);
}

.popup .nav li a.distillation:before {
  background-image: url(../img/icon-distillation.svg);
}

.popup .nav li a.distillation:after {
  background-image: url(../img/icon-distillation-red.svg);
}

.popup .nav li a.barrellingaging:before, .popup .nav li a.miseenftetvieillissement:before {
  background-image: url(../img/icon-barreling-aging.svg);
}

.popup .nav li a.barrellingaging:after, .popup .nav li a.miseenftetvieillissement:after {
  background-image: url(../img/icon-barreling-aging-red.svg);
}

.popup .nav li a.blending:before, .popup .nav li a.coupage:before {
  background-image: url(../img/icon-blending.svg);
}

.popup .nav li a.blending:after, .popup .nav li a.coupage:after {
  background-image: url(../img/icon-blending-red.svg);
}

.popup .nav li a.orangeessence:before, .popup .nav li a.essencedorange:before {
  background-image: url(../img/icon-orange-essence.svg);
}

.popup .nav li a.orangeessence:after, .popup .nav li a.essencedorange:after {
  background-image: url(../img/icon-orange-essence-red.svg);
}

.popup .nav li a.sundrying:before, .popup .nav li a.schageausoleil:before {
  background-image: url(../img/icon-sun-drying.svg);
}

.popup .nav li a.sundrying:after, .popup .nav li a.schageausoleil:after {
  background-image: url(../img/icon-sun-drying-red.svg);
}

.popup .nav li a.orangedistillation:before {
  background-image: url(../img/icon-orange-distillation.svg);
}

.popup .nav li a.orangedistillation:after {
  background-image: url(../img/icon-orange-distillation-red.svg);
}

.popup .nav li.active a {
  color: #a30c2f;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.15);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.15);
}

.popup .nav li.active a:before {
  opacity: 0;
}

.popup .nav li.active a:after {
  opacity: 1;
}

@media (max-width: 1400px) {
  .popup .nav li.active a {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.12);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.12);
  }
  .popup .nav li.active a:before {
    opacity: 0;
  }
  .popup .nav li.active a:after {
    opacity: 1;
  }
}

.popup .nav li:nth-child(2) span, .popup .nav li:nth-child(4) span {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .popup .nav li:nth-child(2) span, .popup .nav li:nth-child(4) span {
    max-width: 90%;
  }
}

.popup .nav.orange-essence-nav {
  display: none;
}

@media (max-width: 1900px) {
  .popup .nav.orange-essence-nav {
    top: 50%;
    bottom: auto;
    left: 27px;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.popup #popup-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.popup #popup-content > div {
  position: relative;
  display: none;
}

.popup #popup-content > div section {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  overflow: hidden;
  width: calc(100% - 240px);
}

@media (max-width: 2600px) {
  .popup #popup-content > div section {
    width: calc(100% - 155px);
  }
}

@media (max-width: 1900px) {
  .popup #popup-content > div section {
    width: calc(100% - 120px);
  }
}

.popup #popup-content > div section .holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
}

.popup #popup-content > div section .holder .bgr-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.popup #popup-content > div section .holder article {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .popup #popup-content > div section .holder article {
    width: 470px;
  }
}

.popup #popup-content > div section .holder article h3 {
  margin-bottom: 60px;
  font-family: 'futura-pt';
  font-weight: 200;
  text-transform: uppercase;
  font-size: 99px;
  line-height: 109px;
  font-weight: 200;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
  .popup #popup-content > div section .holder article h3 {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

.popup #popup-content > div section .holder article h3 strong {
  display: block;
  font-family: 'eccentric';
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 2600px) {
  .popup #popup-content > div section .holder article h3 {
    margin-bottom: 32px;
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1900px) {
  .popup #popup-content > div section .holder article h3 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 1400px) {
  .popup #popup-content > div section .holder article h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1300px) {
  .popup #popup-content > div section .holder article h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 700px) {
  .popup #popup-content > div section .holder article h3 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 38px;
  }
}

.popup #popup-content > div section .holder article p {
  max-width: 800px;
  font-family: 'futura-pt';
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
  .popup #popup-content > div section .holder article p {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 2600px) {
  .popup #popup-content > div section .holder article p {
    max-width: 650px;
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 1900px) {
  .popup #popup-content > div section .holder article p {
    max-width: 580px;
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 1400px) {
  .popup #popup-content > div section .holder article p {
    max-width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 1300px) {
  .popup #popup-content > div section .holder article p {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 1000px) {
  .popup #popup-content > div section .holder article p {
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  .popup #popup-content > div section .holder article p {
    font-size: 12px;
    line-height: 20px;
  }
}

.popup #popup-content > div section:first-child {
  display: block;
}

.popup #popup-content > div:first-of-type {
  display: block;
}

.ie11 .popup {
  -webkit-transform: none !important;
          transform: none !important;
}

.ie11 .popup .back-btn {
  top: 43px;
  padding-top: 35px;
}

@media (max-width: 1900px) {
  .ie11 .popup .back-btn {
    top: 5px;
  }
}

.ie11 .popup .back-btn:after, .ie11 .popup .back-btn:before {
  top: calc(1px + 50%);
}

.ie11 .popup .back-btn:before {
  width: 39px;
}

.ie11 .popup .nav {
  bottom: 25px;
  top: auto;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.ie11 .popup .nav li {
  margin-bottom: 18px;
}

.edge .popup .back-btn {
  top: 43px;
  padding-top: 35px;
}

.edge .popup .back-btn:after, .edge .popup .back-btn:before {
  top: calc(1px + 50%);
}

.edge .popup .back-btn:before {
  width: 39px;
}

.desktop .chrome .popup .nav li a:before, .desktop .chrome .popup .nav li a:after {
  background-size: 100% 100%;
}

/*
    + Content block */
.content-block {
  position: relative;
  z-index: 4;
  height: 335px;
  padding: 0px;
  background: url(../img/diamond-red.svg) center center no-repeat #e7e5de;
  background-size: 43px 43px;
}

.content-block article {
  max-width: 670px;
  margin: 0px auto;
  padding-top: 90px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  background: url(../img/diamond-red.svg) center top no-repeat;
  background-size: 43px 43px;
}

@media (max-width: 1900px) {
  .content-block {
    padding: 0px;
  }
}

@media (max-width: 1400px) {
  .content-block {
    padding: 0px;
  }
  .content-block article {
    max-width: 560px;
    font-size: 23px;
    line-height: 27px;
    background-size: 36px 36px;
  }
}

@media (max-width: 1000px) {
  .content-block {
    font-size: 22px;
    line-height: 30px;
  }
  .content-block article {
    max-width: 550px;
    background-size: 43px 43px;
  }
}

.content-block .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 70px;
  width: 195px;
  height: 40px;
  /*
            * logo without shadow
            * width: 237px; height: 41px;
            */
  /*
            * Because of shadow on logo we need to go with smaller version so it can be aligned with menu on left side
            * top: 70px;
            * width: 247px; height: 47px;
            */
  text-indent: -9999px;
  background: url(../img/logo-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.content-block .logo em {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/logo-red.svg) no-repeat;
  background-size: 100%;
}

.content-block .logo em:first-child {
  opacity: 1;
  background-image: url(../img/logo-white.svg);
}

/*
    + Moving holders */
.savoir-faire-holder {
  position: relative;
  overflow: hidden;
  background: #e7e5de;
}

.savoir-faire-holder section {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
}

.savoir-faire-holder section .holder {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.savoir-faire-holder section .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 70px;
  width: 195px;
  height: 40px;
  /*
            * logo without shadow
            * width: 237px; height: 41px;
            */
  /*
            * Because of shadow on logo we need to go with smaller version so it can be aligned with menu on left side
            * top: 70px;
            * width: 247px; height: 47px;
            */
  text-indent: -9999px;
  background: url(../img/logo-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  top: 71px;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 1900px) {
  .savoir-faire-holder section .logo {
    top: 71px;
    width: 188px;
    height: 36px;
  }
}

@media (max-width: 1400px) {
  .savoir-faire-holder section .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 165px; height: 29px;
                */
    top: 37px;
    width: 179px;
    height: 35px;
  }
}

@media (max-width: 1300px) {
  .savoir-faire-holder section .logo {
    top: 38px;
    width: 175px;
    height: 34px;
  }
}

@media (max-width: 1000px) {
  .savoir-faire-holder section .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 162px; height: 29px;
                */
    width: 172px;
    height: 34px;
  }
}

@media (max-width: 700px) {
  .savoir-faire-holder section .logo {
    /*
                * logo without shadow
                * top: 30px;
                * width: 120px; height: 21px;
                */
    top: 30px;
    width: 130px;
    height: 26px;
  }
}

@media (max-width: 1900px) {
  .savoir-faire-holder section .logo {
    top: 73px;
  }
}

@media (max-width: 1400px) {
  .savoir-faire-holder section .logo {
    top: 38px;
  }
}

.savoir-faire-holder .moving-holders {
  position: relative;
  overflow: hidden;
  z-index: 3;
  display: block;
  background: #e7e5de;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.savoir-faire-holder .moving-holders .holder {
  display: none;
}

.savoir-faire-holder .moving-holders .holder > div {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.savoir-faire-holder .moving-holders .holder > div .bgr-holder {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.savoir-faire-holder .moving-holders .holder > div .bgr-holder > em {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.savoir-faire-holder .moving-holders .holder > div a {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  max-width: 670px;
  font-size: 46px;
  line-height: 50px;
  color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.savoir-faire-holder .moving-holders .holder > div a h2 {
  margin-bottom: 40px;
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 99px;
  line-height: 109px;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
  .savoir-faire-holder .moving-holders .holder > div a h2 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  }
}

.savoir-faire-holder .moving-holders .holder > div a h2 strong {
  display: block;
  font-family: 'eccentric';
  text-transform: none;
}

.savoir-faire-holder .moving-holders .holder > div a p {
  font-weight: 400;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 125px;
}

@media (max-width: 1000px) {
  .savoir-faire-holder .moving-holders .holder > div a p {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 2600px) {
  .savoir-faire-holder .moving-holders .holder > div a {
    font-size: 26px;
    line-height: 30px;
    max-width: 400px;
  }
  .savoir-faire-holder .moving-holders .holder > div a h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .savoir-faire-holder .moving-holders .holder > div a p {
    margin-bottom: 52px;
  }
}

@media (max-width: 1900px) {
  .savoir-faire-holder .moving-holders .holder > div a {
    max-width: 390px;
    width: 100%;
  }
  .savoir-faire-holder .moving-holders .holder > div a h2 {
    margin-bottom: 13px;
    font-size: 50px;
    line-height: 60px;
  }
  .savoir-faire-holder .moving-holders .holder > div a p {
    margin-bottom: 30px;
  }
}

@media (max-width: 1400px) {
  .savoir-faire-holder .moving-holders .holder > div a {
    max-width: 370px;
    font-size: 23px;
    line-height: 27px;
  }
  .savoir-faire-holder .moving-holders .holder > div a h2 {
    margin-bottom: 8px;
    font-size: 50px;
  }
  .savoir-faire-holder .moving-holders .holder > div a p {
    margin-bottom: 26px;
  }
}

@media (max-width: 1300px) {
  .savoir-faire-holder .moving-holders .holder > div a {
    max-width: 300px;
  }
  .savoir-faire-holder .moving-holders .holder > div a h2 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }
  .savoir-faire-holder .moving-holders .holder > div a p {
    margin-bottom: 27px;
  }
}

@media (max-width: 1000px) {
  .savoir-faire-holder .moving-holders .holder > div a {
    max-width: 70%;
    font-size: 22px;
    line-height: 25px;
  }
  .savoir-faire-holder .moving-holders .holder > div a h2 {
    margin-bottom: 30px;
  }
  .savoir-faire-holder .moving-holders .holder > div a p {
    margin-bottom: 48px;
  }
}

@media (max-width: 700px) {
  .savoir-faire-holder .moving-holders .holder > div a {
    max-width: 80%;
    font-size: 18px;
    line-height: 20px;
  }
  .savoir-faire-holder .moving-holders .holder > div a h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.savoir-faire-holder .moving-holders .holder > div .ribbon {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  background: url(../img/ribbon.png) center no-repeat;
  background-size: 100% 100%;
}

.savoir-faire-holder .moving-holders .holder > div.left .bgr-holder i {
  left: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.savoir-faire-holder .moving-holders .holder > div.right {
  left: 50%;
}

.savoir-faire-holder .moving-holders .holder > div.right .bgr-holder i {
  right: 100%;
  -webkit-transform: translateX(50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.savoir-faire-holder .moving-holders .holder h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 0;
  font-weight: 200;
  font-size: 90px;
  line-height: 115px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.savoir-faire-holder .moving-holders .holder h3 strong {
  display: block;
  font-family: 'eccentric';
  text-transform: none;
}

@media (max-width: 2600px) {
  .savoir-faire-holder .moving-holders .holder h3 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1900px) {
  .savoir-faire-holder .moving-holders .holder h3 {
    font-size: 50px;
  }
}

@media (max-width: 1400px) {
  .savoir-faire-holder .moving-holders .holder h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 1000px) {
  .savoir-faire-holder .moving-holders .holder h3 {
    line-height: 60px;
  }
}

@media (max-width: 700px) {
  .savoir-faire-holder .moving-holders .holder h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

.savoir-faire-holder .moving-holders .holder:first-of-type {
  display: block;
}

.savoir-faire-holder .fs-section article h3 {
  font-size: 99px;
  line-height: 109px;
}

@media (max-width: 2600px) {
  .savoir-faire-holder .fs-section article h3 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1900px) {
  .savoir-faire-holder .fs-section article {
    width: 700px;
  }
  .savoir-faire-holder .fs-section article h3 {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 1400px) {
  .savoir-faire-holder .fs-section article {
    width: 650px;
    font-size: 23px;
    line-height: 27px;
  }
  .savoir-faire-holder .fs-section article h3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 1300px) {
  .savoir-faire-holder .fs-section article {
    width: 620px;
  }
  .savoir-faire-holder .fs-section article h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 1000px) {
  .savoir-faire-holder .fs-section article {
    width: 420px;
    font-size: 22px;
    line-height: 25px;
  }
  .savoir-faire-holder .fs-section article h3 {
    margin-bottom: 22px;
  }
}

@media (max-width: 700px) {
  .savoir-faire-holder .fs-section article h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

.savoir-faire-holder .more-btn.read-btn:after {
  width: 44px;
  height: 43px;
}

@media (max-width: 1300px) {
  .savoir-faire-holder .more-btn.read-btn:after {
    width: 32px;
    height: 30px;
  }
}

@media (max-width: 1000px) {
  .savoir-faire-holder .more-btn.read-btn:after {
    width: 58px;
    height: 58px;
  }
}

.savoir-faire-holder .more-btn.play-video-btn {
  margin-top: 54px;
}

.savoir-faire-holder .more-btn.play-video-btn:after {
  width: 66px;
  height: 63px;
}

@media (max-width: 1300px) {
  .savoir-faire-holder .more-btn.play-video-btn {
    margin-top: 39px;
  }
  .savoir-faire-holder .more-btn.play-video-btn:after {
    width: 47px;
    height: 45px;
  }
}

@media (max-width: 1000px) {
  .savoir-faire-holder .more-btn.play-video-btn {
    margin-top: 90px;
  }
  .savoir-faire-holder .more-btn.play-video-btn:after {
    width: 88px;
    height: 84px;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .video-holder {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-holder {
    width: 300% !important;
    left: -100% !important;
  }
}

.moving-holders a:hover .more-btn em {
  -webkit-transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .moving-holders a:hover .more-btn em {
    -webkit-transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.moving-holders a:hover .more-btn em:last-of-type {
  -webkit-transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .moving-holders a:hover .more-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .moving-holders a:hover .more-btn em:last-of-type {
    -webkit-transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.moving-holders a:hover .more-btn:after {
  opacity: 0;
}

.moving-holders a:hover .more-btn:before {
  opacity: 1;
}

.moving-holders a:hover .more-btn:hover em {
  -webkit-transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .moving-holders a:hover .more-btn:hover em {
    -webkit-transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(-100% - 19px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.moving-holders a:hover .more-btn:hover em:last-of-type {
  -webkit-transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 25px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .moving-holders a:hover .more-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 24px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .moving-holders a:hover .more-btn:hover em:last-of-type {
    -webkit-transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(calc(100% + 23px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

.moving-holders a:hover .more-btn:hover:after {
  opacity: 0;
}

.moving-holders a:hover .more-btn:hover:before {
  opacity: 1;
}

.edge .moving-holders .more-btn,
.firefox .moving-holders .more-btn {
  display: block;
  margin: 0px auto;
  height: 50px;
  width: 51px;
}

.edge .moving-holders .more-btn:after, .edge .moving-holders .more-btn:before,
.firefox .moving-holders .more-btn:after,
.firefox .moving-holders .more-btn:before {
  width: 100%;
  height: 100%;
}

@media (max-width: 1300px) {
  .edge .moving-holders .more-btn,
  .firefox .moving-holders .more-btn {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1000px) {
  .edge .moving-holders .more-btn,
  .firefox .moving-holders .more-btn {
    width: 58px;
    height: 58px;
  }
}

/*
    + tablet & mobile */
.tablet .content-block .logo, .mobile .content-block .logo {
  display: none;
}

.tablet .savoir-faire-holder, .mobile .savoir-faire-holder {
  height: auto !important;
}

.tablet .savoir-faire-holder section, .mobile .savoir-faire-holder section {
  position: relative;
  display: block;
}

.tablet .savoir-faire-holder section .holder, .mobile .savoir-faire-holder section .holder {
  position: relative;
}

.tablet .savoir-faire-holder section .logo, .mobile .savoir-faire-holder section .logo {
  display: none;
}

.tablet .savoir-faire-holder .moving-holders .holder, .mobile .savoir-faire-holder .moving-holders .holder {
  height: 100% !important;
}

.tablet .savoir-faire-holder .moving-holders .holder > div, .mobile .savoir-faire-holder .moving-holders .holder > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.tablet .savoir-faire-holder .moving-holders .holder > div.right, .mobile .savoir-faire-holder .moving-holders .holder > div.right {
  left: auto;
  right: 0;
}

.tablet .savoir-faire-holder .moving-holders .holder > div.right .bgr-holder, .mobile .savoir-faire-holder .moving-holders .holder > div.right .bgr-holder {
  background-position: 80%;
}

.tablet .savoir-faire-holder .moving-holders .holder > div .bgr-holder, .mobile .savoir-faire-holder .moving-holders .holder > div .bgr-holder {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.tablet .savoir-faire-holder .moving-holders .holder > div .bgr-holder > em, .mobile .savoir-faire-holder .moving-holders .holder > div .bgr-holder > em {
  opacity: 0.86;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.98));
}

.tablet .savoir-faire-holder .moving-holders .holder > div a, .mobile .savoir-faire-holder .moving-holders .holder > div a {
  opacity: 1;
}

.tablet .popup, .mobile .popup {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.tablet .popup.opened, .mobile .popup.opened {
  left: 0;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

/*
    + Tablet */
.tablet .content-block {
  height: 0px;
  padding: 70px 0 90px;
}

.tablet .content-block .logo {
  display: none;
}

.tablet .savoir-faire-holder section .holder {
  height: 100% !important;
}

.tablet .popup .back-btn {
  letter-spacing: 3px;
}

.tablet .popup .back-btn:before {
  width: 41px;
}

.tablet .popup .nav {
  width: 54px;
}

.tablet .popup .nav li {
  margin-bottom: 30px;
}

.tablet .popup .nav li:last-of-type {
  margin-bottom: 0px;
}

.tablet .popup .nav li a {
  max-width: 54px;
  padding-top: 54px;
  font-size: 10px;
  line-height: 14px;
}

.tablet .popup .nav li a:after, .tablet .popup .nav li a:before {
  width: 62px;
  height: 62px;
}

.tablet .popup .nav li:nth-child(4) span {
  max-width: 100%;
}

.tablet .popup .nav li:nth-child(3) span {
  margin-left: -1px;
}

.tablet .popup #popup-content {
  left: 120px;
  height: 100%;
}

.tablet .popup #popup-content > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tablet .popup #popup-content > div section {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: 100% !important;
}

.tablet .popup #popup-content > div section .holder {
  left: -60px;
  height: 100% !important;
}

.tablet .popup #popup-content > div section .holder article {
  width: 425px;
}

.tablet .popup #popup-content > div section .holder article h3 {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 50px;
}

.tablet .popup #popup-content > div section .holder article p {
  line-height: 26px;
}

.tablet.portrait .popup .back-btn {
  top: 62px;
}

.tablet.portrait .popup .nav {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

/*
    + Mobile */
.mobile .content-block {
  height: 0px;
  padding: 64px 0 64px;
  background-size: 27px 27px;
}

.mobile .content-block article {
  background-size: 31px 31px;
  max-width: 100%;
  margin: 0 20px;
  padding-top: 71px;
  font-size: 18px;
  line-height: 24px;
}

.mobile .savoir-faire-holder .moving-holders .holder > div .bgr-holder {
  background-position: 60%;
}

.mobile .savoir-faire-holder .moving-holders .holder > div a {
  max-width: 90%;
}

.mobile .savoir-faire-holder .moving-holders .holder > div a h4 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 40px;
}

.mobile .savoir-faire-holder .moving-holders .holder > div a p {
  display: none;
}

.mobile .savoir-faire-holder .more-btn.read-btn:after {
  width: 35px;
  height: 35px;
}

.mobile .savoir-faire-holder .more-btn.play-video-btn {
  margin-top: 20px;
}

.mobile .savoir-faire-holder .more-btn.play-video-btn:after {
  width: 69px;
  height: 66px;
}

.mobile .savoir-faire-holder .more-btn em {
  -webkit-transform: translateX(calc(-100% - 3px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(-100% - 3px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.mobile .savoir-faire-holder .more-btn em:last-of-type {
  -webkit-transform: translateX(calc(100% + 5px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 5px)) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.mobile .savoir-faire-holder .fs-section article {
  width: 90%;
  font-size: 18px;
  line-height: 20px;
}

.mobile .savoir-faire-holder .fs-section article h3 {
  margin-bottom: 17px;
  font-size: 28px;
  line-height: 34px;
}

.mobile .popup .back-btn {
  left: 0;
  top: 0;
  right: 0;
  height: 50px;
  padding-left: 44px;
  padding-top: 0;
  line-height: 50px;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  background-color: #e7e5de;
}

.mobile .popup .back-btn:before {
  left: 17px;
  top: 50%;
  width: 20px;
}

.mobile .popup .back-btn:after {
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
}

.mobile .popup .nav {
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  height: 60px;
  width: 100%;
  margin-right: -5px;
  padding-right: 5px;
  text-align: center;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  background-color: #e7e5de;
}

.mobile .popup .nav.orange-essence-nav {
  top: auto;
  bottom: 0;
}

.mobile .popup .nav li {
  display: inline-block;
  margin: 0 13px;
  min-width: 35px;
  height: 35px;
}

.mobile .popup .nav li:first-of-type {
  margin-left: 0;
}

.mobile .popup .nav li:last-of-type {
  margin-right: 0;
}

.mobile .popup .nav li a {
  text-indent: -9999px;
  padding: 0;
  margin-top: 11px;
  max-width: 35px;
  min-width: 35px;
  height: 35px;
}

.mobile .popup .nav li a:after, .mobile .popup .nav li a:before {
  width: 35px;
  height: 35px;
  background-size: 100% 100%;
}

.mobile .popup .nav li.active a {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.mobile .popup #popup-content {
  height: 100%;
}

.mobile .popup #popup-content > div {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.mobile .popup #popup-content > div section {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: calc(100% - 110px) !important;
  width: 100%;
  top: 50px !important;
}

.mobile .popup #popup-content > div section .holder {
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mobile .popup #popup-content > div section .holder article {
  width: 80%;
  max-height: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mobile .popup #popup-content > div section .holder article h3 {
  font-size: 28px;
  line-height: 38px;
}

.mobile .popup #popup-content > div section .holder article h3:last-child {
  margin-bottom: 0px;
}

.mobile .popup #popup-content > div section .holder article p {
  font-size: 16px;
  line-height: 20px;
}

.mobile .popup #popup-content > div section :first-child .scroll-explore-btn {
  display: none;
}

html.chrome.windows body .savoir-faire-holder .moving-holders .holder > div a {
  font-size: 23px;
  line-height: 27px;
}

@media (max-width: 1400px) {
  html.chrome.windows body .savoir-faire-holder .moving-holders .holder > div a {
    font-size: 21px;
    line-height: 25px;
  }
}

html.chrome.windows body .savoir-faire-holder .more-btn.play-video-btn {
  margin-top: 24px;
}

html.chrome.windows body .popup #popup-content > div section .holder article p {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

@media (max-width: 2600px) {
  html.chrome.windows body .popup #popup-content > div section .holder article p {
    max-width: 660px;
    font-size: 25px;
    line-height: 29px;
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .popup #popup-content > div section .holder article p {
    font-size: 23px;
    line-height: 27px;
  }
}

@media (max-width: 1400px) {
  html.chrome.windows body .popup #popup-content > div section .holder article p {
    font-size: 21px;
    line-height: 25px;
  }
}

@media (max-width: 1400px) {
  html.chrome.windows body .popup #popup-content > div section .holder article p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 2600px) {
  html.chrome.windows body .fs-section article {
    max-width: 660px;
    font-size: 25px;
    line-height: 29px;
  }
}

@media (max-width: 1900px) {
  html.chrome.windows body .fs-section article {
    font-size: 23px;
    line-height: 27px;
  }
}

/*
= GRAND HERITAGE
------------------------------------------------------------------------------------- */
/*
    + Intro section */
.desktop .page-template-tpl-heritage header .logo {
  top: 22px;
}

@media (max-width: 1900px) {
  .desktop .page-template-tpl-heritage header .logo {
    top: 21px;
  }
}

@media (max-width: 1400px) {
  .desktop .page-template-tpl-heritage header .logo {
    top: 6px;
  }
}

@media (max-width: 1300px) {
  .desktop .page-template-tpl-heritage header .logo {
    top: 21px;
  }
}

/* 
    + Heritage intro */
.page-template-tpl-heritage .intro article h1 strong {
  text-transform: none;
}

/* 
    + Heritage holder */
.heritage-holder {
  overflow: hidden;
  position: relative;
  background: #e7e5de;
}

/*
    + Year sections */
.year-section {
  position: relative;
}

@media (max-width: 700px) {
  .year-section {
    height: auto !important;
    margin: 263px 0 35px;
    padding: 0;
  }
  .year-section:first-of-type {
    margin-top: 263px;
  }
}

.year-section .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 70px;
  width: 195px;
  height: 40px;
  /*
            * logo without shadow
            * width: 237px; height: 41px;
            */
  /*
            * Because of shadow on logo we need to go with smaller version so it can be aligned with menu on left side
            * top: 70px;
            * width: 247px; height: 47px;
            */
  text-indent: -9999px;
  background: url(../img/logo-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  z-index: 5;
  background: url(../img/logo-red.svg) no-repeat;
  outline: none;
  top: 69px;
  z-index: 9995;
  background-size: cover;
}

@media (max-width: 1900px) {
  .year-section .logo {
    top: 71px;
    width: 188px;
    height: 36px;
  }
}

@media (max-width: 1400px) {
  .year-section .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 165px; height: 29px;
                */
    top: 37px;
    width: 179px;
    height: 35px;
  }
}

@media (max-width: 1300px) {
  .year-section .logo {
    top: 38px;
    width: 175px;
    height: 34px;
  }
}

@media (max-width: 1000px) {
  .year-section .logo {
    /*
                * logo without shadow
                * top: 42px;
                * width: 162px; height: 29px;
                */
    width: 172px;
    height: 34px;
  }
}

@media (max-width: 700px) {
  .year-section .logo {
    /*
                * logo without shadow
                * top: 30px;
                * width: 120px; height: 21px;
                */
    top: 30px;
    width: 130px;
    height: 26px;
  }
}

@media (max-width: 1400px) {
  .year-section .logo {
    top: 37px;
  }
}

.year-section h5 {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1864px;
  font-family: 'eccentric';
  font-weight: normal;
  color: rgba(56, 43, 40, 0.1);
  font-size: 500px;
  line-height: 600px;
  z-index: 9991;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.year-section h5 i {
  font-size: 400px;
  line-height: 400px;
}

@media (max-width: 2600px) {
  .year-section h5 {
    left: -40px;
    top: -66px;
    width: auto;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1300px) {
  .year-section h5 {
    font-size: 400px;
    line-height: 500px;
  }
  .year-section h5 i {
    font-size: 300px;
    line-height: 400px;
  }
}

.year-section .year-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1440px;
  z-index: 9994;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .year-section .year-wrapper {
    left: 212px;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .year-section .year-wrapper {
    left: 66px;
    width: 1150px;
  }
}

@media (max-width: 1400px) {
  .year-section .year-wrapper {
    width: 1100px;
  }
}

@media (max-width: 1300px) {
  .year-section .year-wrapper {
    width: 800px;
  }
}

@media (max-width: 700px) {
  .year-section .year-wrapper {
    max-width: 100%;
    width: auto;
    margin: 0 40px 75px;
  }
}

.year-section article {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 26px;
  line-height: 44px;
  padding: 0 0 0 75px;
  max-width: 630px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .year-section article {
    max-width: 550px;
    padding-left: 54px;
    font-size: 23px;
    line-height: 40px;
  }
}

@media (max-width: 1300px) {
  .year-section article {
    max-width: 390px;
    font-size: 17px;
    line-height: 28px;
    padding-left: 34px;
  }
}

.year-section article p {
  clear: both;
}

.year-section article:after {
  content: attr(data-year) "";
  position: absolute;
  left: 0px;
  top: -93px;
  font-family: 'eccentric';
  font-size: 60px;
  line-height: 72px;
  color: #382b28;
}

@media (max-width: 1900px) {
  .year-section article:after {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1300px) {
  .year-section article:after {
    top: -52px;
  }
}

.year-section h3 {
  font-family: 'futura-pt';
  font-weight: 200;
  font-size: 64px;
  line-height: 82px;
  color: #a30c2f;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 40px;
}

@media (max-width: 1900px) {
  .year-section h3 {
    font-size: 48px;
    line-height: 61px;
  }
}

@media (max-width: 1400px) {
  .year-section h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1300px) {
  .year-section h3 {
    font-size: 46px;
    line-height: 59px;
  }
}

.year-section .year-images {
  position: relative;
  width: 1440px;
  height: 42vw;
  margin: 0 auto;
  z-index: 9992;
}

@media (max-width: 2600px) {
  .year-section .year-images {
    height: 100%;
  }
}

@media (max-width: 1900px) {
  .year-section .year-images {
    width: 1150px;
  }
}

@media (max-width: 1400px) {
  .year-section .year-images {
    width: 1100px;
  }
}

@media (max-width: 1300px) {
  .year-section .year-images {
    width: 800px;
  }
}

.year-section .year-images img {
  position: absolute;
  bottom: 0;
  height: auto;
  z-index: 9992;
}

.year-section .year-images img:nth-child(2) {
  z-index: 9993;
}

.year-section .year-images img:nth-child(3) {
  z-index: 9994;
}

.year-section .year-images img:nth-child(4) {
  z-index: 9995;
}

.year-section .year-images.tablet, .year-section .year-images.mobile {
  display: none;
}

.year-section:nth-child(2n) article {
  left: auto;
  right: 0;
  padding: 0;
}

.year-section:nth-child(2n) article:after {
  left: auto;
  right: -60px;
}

@media (max-width: 1300px) {
  .year-section:nth-child(2n) article:after {
    right: -20px;
  }
}

.year-section[data-year="1827"] .year-images img {
  right: 85px;
}

.year-section[data-year="1827"] .year-images img:nth-child(2) {
  right: calc(452px - 99px);
  bottom: -77px;
}

.year-section[data-year="1827"] .year-images img:nth-child(3) {
  right: 0;
}

@media (max-width: 1900px) {
  .year-section[data-year="1827"] .year-images img {
    width: 500px;
  }
  .year-section[data-year="1827"] .year-images img:nth-child(2) {
    width: 357px;
    right: calc(352px - 78px);
  }
  .year-section[data-year="1827"] .year-images img:nth-child(3) {
    width: 352px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1827"] .year-images img {
    width: 400px;
  }
  .year-section[data-year="1827"] .year-images img:nth-child(2) {
    width: 307px;
    right: calc(302px - 67px);
  }
  .year-section[data-year="1827"] .year-images img:nth-child(3) {
    width: 302px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1827"] .year-images img {
    bottom: 10%;
    width: 350px;
  }
  .year-section[data-year="1827"] .year-images img:nth-child(2) {
    width: 257px;
    right: calc(222px - 20px);
    bottom: 25px;
  }
  .year-section[data-year="1827"] .year-images img:nth-child(3) {
    width: 222px;
    right: 34px;
    bottom: 15%;
  }
}

.year-section[data-year="1876"] .year-wrapper article {
  max-width: 520px;
}

@media (max-width: 1900px) {
  .year-section[data-year="1876"] .year-wrapper article {
    max-width: 470px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1876"] .year-wrapper article {
    max-width: 345px;
  }
}

.year-section[data-year="1876"] div img:nth-child(2) {
  right: 60px;
  bottom: -5%;
}

@media (max-width: 1900px) {
  .year-section[data-year="1876"] div img {
    width: 600px;
  }
  .year-section[data-year="1876"] div img:nth-child(2) {
    width: 296px;
    right: 120px;
    bottom: 0;
  }
}

@media (max-width: 1900px) {
  .year-section[data-year="1876"] div img {
    width: 500px;
  }
  .year-section[data-year="1876"] div img:nth-child(2) {
    width: 196px;
    right: 175px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1876"] div img {
    width: 400px;
  }
  .year-section[data-year="1876"] div img:nth-child(2) {
    right: 110px;
    bottom: 5%;
    width: 180px;
  }
}

@media (max-width: 1900px) {
  .year-section[data-year="1880"] .year-wrapper article {
    max-width: 600px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1880"] .year-wrapper article {
    max-width: 360px;
  }
}

.year-section[data-year="1880"] img {
  right: 0;
}

@media (max-width: 1900px) {
  .year-section[data-year="1880"] img {
    width: 571px;
  }
  .year-section[data-year="1880"] img:nth-child(2) {
    width: 169px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1880"] img {
    width: 471px;
  }
  .year-section[data-year="1880"] img:nth-child(2) {
    width: 140px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1880"] img {
    width: 371px;
  }
  .year-section[data-year="1880"] img:nth-child(2) {
    width: 100px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1880"] img {
    width: 450px;
  }
  .year-section[data-year="1880"] img:last-child {
    width: 140px;
  }
}

.year-section[data-year="1880"] ~ [data-year="1880"] .year-wrapper article {
  -webkit-transform: translateX(0px) translateY(50px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(50px) translateZ(0px) rotate(0deg) scale(1);
  bottom: 0px;
  top: auto;
  max-width: 650px;
}

@media (max-width: 1900px) {
  .year-section[data-year="1880"] ~ [data-year="1880"] .year-wrapper article {
    -webkit-transform: translateX(0px) translateY(50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(50%) translateZ(0px) rotate(0deg) scale(1);
    max-width: 550px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1880"] ~ [data-year="1880"] .year-wrapper article {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    max-width: 550px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1880"] ~ [data-year="1880"] .year-wrapper article {
    -webkit-transform: translateX(0px) translateY(15%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(15%) translateZ(0px) rotate(0deg) scale(1);
    bottom: 0px;
    top: auto;
    max-width: 400px;
  }
}

.year-section[data-year="1880"] ~ [data-year="1880"] div img {
  left: 0;
}

.year-section[data-year="1880"] ~ [data-year="1880"] div img:last-child {
  left: auto;
  right: 135px;
}

@media (max-width: 1900px) {
  .year-section[data-year="1880"] ~ [data-year="1880"] div img {
    bottom: 10%;
    width: 500px;
  }
  .year-section[data-year="1880"] ~ [data-year="1880"] div img:last-child {
    right: 245px;
    bottom: 0;
    width: 200px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1880"] ~ [data-year="1880"] div img {
    bottom: 15%;
    width: 400px;
  }
  .year-section[data-year="1880"] ~ [data-year="1880"] div img:last-child {
    right: 250px;
    width: 150px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1880"] ~ [data-year="1880"] div img {
    bottom: 30%;
    width: 350px;
  }
  .year-section[data-year="1880"] ~ [data-year="1880"] div img:last-child {
    right: 145px;
    bottom: 10%;
    width: 180px;
  }
}

.year-section[data-year="1892"] .year-wrapper article {
  max-width: 640px;
}

@media (max-width: 1900px) {
  .year-section[data-year="1892"] .year-wrapper article {
    max-width: 600px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1892"] .year-wrapper article {
    max-width: 450px;
  }
}

.year-section[data-year="1892"] div img {
  right: 15px;
}

.year-section[data-year="1892"] div img:first-of-type {
  left: 212px;
  right: auto;
}

@media (max-width: 1900px) {
  .year-section[data-year="1892"] div img {
    width: 180px;
  }
  .year-section[data-year="1892"] div img:first-of-type {
    left: 170px;
  }
  .year-section[data-year="1892"] div img:nth-child(2) {
    width: 550px;
  }
  .year-section[data-year="1892"] div img:nth-child(3) {
    width: 250px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1892"] div img {
    width: 120px;
  }
  .year-section[data-year="1892"] div img:first-of-type {
    left: 196px;
  }
  .year-section[data-year="1892"] div img:nth-child(2) {
    width: 450px;
  }
  .year-section[data-year="1892"] div img:nth-child(3) {
    width: 220px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1892"] div img {
    bottom: 5%;
  }
  .year-section[data-year="1892"] div img:first-of-type {
    left: 135px;
  }
  .year-section[data-year="1892"] div img:nth-child(2) {
    width: 350px;
  }
  .year-section[data-year="1892"] div img:nth-child(3) {
    width: 180px;
  }
}

.year-section[data-year="1880 - 1914"] h5 {
  font-size: 380px;
}

@media (max-width: 1900px) {
  .year-section[data-year="1880 - 1914"] h5 {
    font-size: 280px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1880 - 1914"] h5 {
    font-size: 260px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1880 - 1914"] h5 {
    font-size: 200px;
  }
}

.year-section[data-year="1880 - 1914"] .year-wrapper article {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  bottom: 0px;
  top: auto;
  max-width: 720px;
}

@media (max-width: 1900px) {
  .year-section[data-year="1880 - 1914"] .year-wrapper article {
    -webkit-transform: translateX(0px) translateY(35%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(35%) translateZ(0px) rotate(0deg) scale(1);
    max-width: 630px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1880 - 1914"] .year-wrapper article {
    -webkit-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
    max-width: 430px;
  }
}

.year-section[data-year="1880 - 1914"] div img {
  left: 0;
}

.year-section[data-year="1880 - 1914"] div img:last-child {
  left: auto;
  right: 200px;
}

@media (max-width: 1900px) {
  .year-section[data-year="1880 - 1914"] div img {
    width: 450px;
  }
  .year-section[data-year="1880 - 1914"] div img:last-child {
    right: 265px;
    width: 200px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1880 - 1914"] div img {
    width: 400px;
  }
  .year-section[data-year="1880 - 1914"] div img:last-child {
    right: 282px;
    width: 180px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1880 - 1914"] div img {
    width: 400px;
  }
  .year-section[data-year="1880 - 1914"] div img:last-child {
    right: 282px;
    width: 180px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1880 - 1914"] div img {
    bottom: 10%;
    width: 340px;
  }
  .year-section[data-year="1880 - 1914"] div img:last-child {
    bottom: 15%;
    right: 170px;
    width: 140px;
  }
}

.year-section[data-year="1927"] .year-wrapper article {
  max-width: 680px;
}

@media (max-width: 1400px) {
  .year-section[data-year="1927"] .year-wrapper article {
    max-width: 760px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1927"] .year-wrapper article {
    max-width: 600px;
  }
}

@media (max-width: 1900px) {
  .year-section[data-year="1927"] div img {
    width: 90%;
  }
}

.year-section[data-year="1980s"] .year-wrapper article {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  bottom: 0px;
  top: auto;
  max-width: 750px;
}

.year-section[data-year="1980s"] .year-wrapper article p {
  max-width: 630px;
  margin: 0 auto;
}

@media (max-width: 1900px) {
  .year-section[data-year="1980s"] .year-wrapper article {
    -webkit-transform: translateX(0px) translateY(25%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(25%) translateZ(0px) rotate(0deg) scale(1);
    max-width: 580px;
  }
  .year-section[data-year="1980s"] .year-wrapper article p {
    max-width: 520px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1980s"] .year-wrapper article {
    -webkit-transform: translateX(0px) translateY(15%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(15%) translateZ(0px) rotate(0deg) scale(1);
    max-width: 400px;
  }
  .year-section[data-year="1980s"] .year-wrapper article h3 {
    white-space: normal;
  }
  .year-section[data-year="1980s"] .year-wrapper article p {
    max-width: 100%;
  }
}

.year-section[data-year="1980s"] div img:last-of-type {
  right: 100px;
}

@media (max-width: 1900px) {
  .year-section[data-year="1980s"] div img {
    width: 500px;
  }
  .year-section[data-year="1980s"] div img:last-of-type {
    right: 140px;
    width: 400px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="1980s"] div img {
    width: 400px;
  }
  .year-section[data-year="1980s"] div img:last-of-type {
    right: 182px;
    width: 300px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="1980s"] div img {
    bottom: 10%;
    width: 360px;
  }
  .year-section[data-year="1980s"] div img:last-of-type {
    right: 112px;
    width: 260px;
  }
}

@media (max-width: 1900px) {
  .year-section[data-year="2016"] .year-wrapper article {
    max-width: 650px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="2016"] .year-wrapper article {
    max-width: 450px;
  }
}

.year-section[data-year="2016"] div img {
  left: 170px;
}

.year-section[data-year="2016"] div img:last-of-type {
  right: 0px;
  left: auto;
}

@media (max-width: 1900px) {
  .year-section[data-year="2016"] div img {
    left: 140px;
    bottom: 5%;
    width: 269px;
  }
  .year-section[data-year="2016"] div img:last-of-type {
    width: 500px;
  }
}

@media (max-width: 1400px) {
  .year-section[data-year="2016"] div img {
    left: 140px;
    bottom: 0;
    width: 239px;
  }
  .year-section[data-year="2016"] div img:last-of-type {
    width: 420px;
  }
}

@media (max-width: 1300px) {
  .year-section[data-year="2016"] div img {
    left: 108px;
    bottom: 10%;
    width: 180px;
  }
  .year-section[data-year="2016"] div img:last-of-type {
    width: 360px;
  }
}

/*
    + Heritage navigation */
.heritage-nav {
  position: absolute;
  right: 73px;
  top: 0%;
  z-index: 9995;
  height: 806px;
  width: 21px;
}

@media (max-width: 2600px) {
  .heritage-nav {
    right: 58px;
  }
}

@media (max-width: 1900px) {
  .heritage-nav {
    right: 43px;
    height: 556px;
  }
}

@media (max-width: 1400px) {
  .heritage-nav {
    right: 39px;
    height: 593px;
  }
}

@media (max-width: 1300px) {
  .heritage-nav {
    right: 6px;
  }
}

.heritage-nav li {
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1400px) {
  .heritage-nav li {
    width: 6px;
    height: 6px;
  }
}

.heritage-nav li a {
  display: block;
  position: absolute;
  left: calc(50% - 0.5px);
  top: 50%;
  width: 100%;
  height: 100%;
  color: #382b28;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.heritage-nav li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  font-family: 'futura-pt';
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
  -webkit-transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1900px) {
  .heritage-nav li a span {
    font-size: 11px;
    -webkit-transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .heritage-nav li a span {
    font-size: 10px;
  }
}

.heritage-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #382b28;
  background: #e7e5de;
  will-change: width, height;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
}

.heritage-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  border: 1px solid #382b28;
  background: #e7e5de;
  will-change: width, height, opacity;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms 0ms ease-in-out;
  transition: all 500ms 0ms ease-in-out;
}

.heritage-nav li .line {
  display: block;
  position: absolute;
  left: calc(50% - 0.5px);
  top: 0px;
  width: 1px;
  height: 0px;
  background: #382b28;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.heritage-nav li.active a span {
  font-family: 'futura-pt';
  font-weight: 600;
  -webkit-transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(2);
  transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(2);
}

@media (max-width: 1900px) {
  .heritage-nav li.active a span {
    -webkit-transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(2);
    transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(2);
  }
}

.heritage-nav li.active a:before {
  width: 14px;
  height: 14px;
}

.heritage-nav li.active a:after {
  opacity: 1;
  width: 7px;
  height: 7px;
}

@media (max-width: 1900px) {
  .heritage-nav li.active {
    font-size: 8px;
  }
}

.heritage-nav li:first-child a {
  top: 0px;
}

.heritage-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  top: 0px;
  bottom: 0px;
  opacity: 0.3;
  border-right: 1px dashed #382b28;
}

.heritage-nav.sticky {
  position: fixed;
}

.desktop .heritage-nav li:hover a span {
  -webkit-transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1.5);
  transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1.5);
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

@media (max-width: 1900px) {
  .desktop .heritage-nav li:hover a span {
    -webkit-transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1.5);
    transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1.5);
  }
}

.desktop .heritage-nav li:hover a:before {
  width: 10px;
  height: 10px;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.desktop .heritage-nav li.active:hover a span {
  -webkit-transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(2);
  transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(2);
}

@media (max-width: 1900px) {
  .desktop .heritage-nav li.active:hover a span {
    -webkit-transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(2);
    transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(2);
  }
}

.desktop .heritage-nav li.active:hover a:before {
  width: 14px;
  height: 14px;
}

.desktop.safari .heritage-nav li a span {
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.desktop.safari .heritage-nav li a:before {
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.desktop.safari .heritage-nav li:hover a span {
  font-size: 18px;
  -webkit-transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .desktop.safari .heritage-nav li:hover a span {
    font-size: 16px;
    -webkit-transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1900px) {
  .desktop.safari .heritage-nav li:hover a span {
    font-size: 15px;
  }
}

.desktop.safari .heritage-nav li.active a span {
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.desktop.safari .heritage-nav li.active:hover a span {
  font-size: 24px;
  -webkit-transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .desktop.safari .heritage-nav li.active:hover a span {
    font-size: 22px;
    -webkit-transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .desktop.safari .heritage-nav li.active:hover a span {
    font-size: 20px;
  }
}

.desktop.safari .heritage-nav li.active:hover a:before {
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.desktop .year-section[data-year="1827"] div img:nth-child(2), .desktop .year-section[data-year="1827"] div img:nth-child(3) {
  bottom: 135px;
  -webkit-box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
}

.desktop .year-section[data-year="1827"] div img:nth-child(3) {
  bottom: 80px;
}

@media (max-width: 1900px) {
  .desktop .year-section[data-year="1827"] div img:nth-child(2) {
    width: 260px;
    right: 352px;
    bottom: 119px;
  }
  .desktop .year-section[data-year="1827"] div img:nth-child(3) {
    width: 275px;
    bottom: 62px;
    right: 77px;
  }
}

@media (max-width: 1400px) {
  .desktop .year-section[data-year="1827"] div img:nth-child(2) {
    width: 226px;
    bottom: 65px;
    right: 265px;
  }
  .desktop .year-section[data-year="1827"] div img:nth-child(3) {
    width: 235px;
    bottom: 48px;
    right: 30px;
  }
}

@media (max-width: 1300px) {
  .desktop .year-section[data-year="1827"] div img:nth-child(2) {
    width: 190px;
    bottom: 140px;
    right: 240px;
  }
  .desktop .year-section[data-year="1827"] div img:nth-child(3) {
    width: 175px;
    right: 65px;
    bottom: 130px;
  }
}

.desktop .year-section[data-year="1876"] div img {
  bottom: 95px;
  -webkit-box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
}

.desktop .year-section[data-year="1876"] div img:last-child {
  right: 210px;
  bottom: 210px;
}

@media (max-width: 1900px) {
  .desktop .year-section[data-year="1876"] div img:first-child {
    width: 410px;
    left: 10px;
    bottom: 140px;
  }
  .desktop .year-section[data-year="1876"] div img:last-child {
    width: 120px;
    right: 250px;
    bottom: 180px;
  }
}

@media (max-width: 1400px) {
  .desktop .year-section[data-year="1876"] div img:first-child {
    bottom: 70px;
  }
  .desktop .year-section[data-year="1876"] div img:last-child {
    right: 233px;
    bottom: 110px;
  }
}

@media (max-width: 1300px) {
  .desktop .year-section[data-year="1876"] div img:first-child {
    width: 340px;
    bottom: 60px;
  }
  .desktop .year-section[data-year="1876"] div img:last-child {
    width: 116px;
    right: 160px;
    bottom: 120px;
  }
}

.desktop .year-section[data-year="1880"] div img:first-child {
  bottom: 259px;
  right: 83px;
  -webkit-box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1900px) {
  .desktop .year-section[data-year="1880"] div img:first-child {
    width: 490px;
    bottom: 215px;
    right: 60px;
  }
}

@media (max-width: 1400px) {
  .desktop .year-section[data-year="1880"] div img:first-child {
    width: 345px;
    bottom: 190px;
    right: 10px;
  }
}

@media (max-width: 1400px) {
  .desktop .year-section[data-year="1880"] div img:first-child {
    width: 310px;
    bottom: 210px;
    right: 70px;
  }
}

.desktop .year-section[data-year="1880 - 1914"] div img {
  bottom: 140px;
  -webkit-box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
}

.desktop .year-section[data-year="1880 - 1914"] div img:last-child {
  right: 310px;
  bottom: 180px;
}

@media (max-width: 2600px) {
  .desktop .year-section[data-year="1880 - 1914"] div img:last-child {
    right: 320px;
    width: 140px;
  }
}

@media (max-width: 1900px) {
  .desktop .year-section[data-year="1880 - 1914"] div img:first-child {
    width: 370px;
    bottom: 70px;
  }
  .desktop .year-section[data-year="1880 - 1914"] div img:last-child {
    width: 120px;
    bottom: 80px;
    right: 330px;
  }
}

@media (max-width: 1400px) {
  .desktop .year-section[data-year="1880 - 1914"] div img:first-child {
    width: 330px;
    bottom: 80px;
  }
  .desktop .year-section[data-year="1880 - 1914"] div img:last-child {
    width: 100px;
    bottom: 70px;
    right: 327px;
  }
}

@media (max-width: 1300px) {
  .desktop .year-section[data-year="1880 - 1914"] div img:first-child {
    width: 280px;
    bottom: 110px;
  }
  .desktop .year-section[data-year="1880 - 1914"] div img:last-child {
    width: 85px;
    right: 220px;
    bottom: 170px;
  }
}

.desktop .year-section[data-year="1880 - 1914"] ~ [data-year="1880"] div img:first-child {
  bottom: 190px;
  right: auto;
  left: 25px;
}

@media (max-width: 1900px) {
  .desktop .year-section[data-year="1880 - 1914"] ~ [data-year="1880"] div img:first-child {
    width: 435px;
    right: auto;
    bottom: 200px;
    left: 25px;
  }
}

@media (max-width: 1400px) {
  .desktop .year-section[data-year="1880 - 1914"] ~ [data-year="1880"] div img:first-child {
    width: 350px;
    right: auto;
    bottom: 190px;
    left: 10px;
  }
}

@media (max-width: 1300px) {
  .desktop .year-section[data-year="1880 - 1914"] ~ [data-year="1880"] div img:first-child {
    width: 300px;
    right: auto;
    bottom: 280px;
  }
}

.desktop .year-section[data-year="1927"] div img {
  width: 80%;
}

.desktop .year-section[data-year="1980s"] div img:first-child {
  bottom: 80px;
  -webkit-box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1900px) {
  .desktop .year-section[data-year="1980s"] div img:first-child {
    width: 425px;
    bottom: 120px;
  }
}

@media (max-width: 1400px) {
  .desktop .year-section[data-year="1980s"] div img:first-child {
    width: 340px;
    bottom: 60px;
  }
}

@media (max-width: 1300px) {
  .desktop .year-section[data-year="1980s"] div img:first-child {
    width: 300px;
    bottom: 120px;
  }
}

.desktop .year-section[data-year="2016"] div img:last-child {
  bottom: 120px;
  -webkit-box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1900px) {
  .desktop .year-section[data-year="2016"] div img:last-child {
    width: 430px;
    bottom: 135px;
    right: 60px;
  }
}

@media (max-width: 1900px) {
  .desktop .year-section[data-year="2016"] div img:last-child {
    width: 360px;
    bottom: 80px;
  }
}

@media (max-width: 1300px) {
  .desktop .year-section[data-year="2016"] div img:last-child {
    width: 310px;
    bottom: 130px;
  }
}

.safari .heritage-nav li.active a span {
  font-size: 24px;
  -webkit-transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-34px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1900px) {
  .safari .heritage-nav li.active a span {
    font-size: 22px;
    -webkit-transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-21px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 1400px) {
  .safari .heritage-nav li.active a span {
    font-size: 20px;
  }
}

/*
    + Desktop */
.desktop .year-section h5 {
  -webkit-transform: translateX(-50%) translateY(25vh) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(25vh) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 2600px) {
  .desktop .year-section h5 {
    -webkit-transform: translateX(0px) translateY(25vh) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(25vh) translateZ(0px) rotate(0deg) scale(1);
  }
}

.desktop .year-section .year-wrapper {
  -webkit-transform: translateX(-50%) translateY(35vh) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(35vh) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 2600px) {
  .desktop .year-section .year-wrapper {
    -webkit-transform: translateX(0px) translateY(35vh) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(35vh) translateZ(0px) rotate(0deg) scale(1);
  }
}

.desktop .year-section article p {
  -webkit-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.desktop .year-section .year-images img {
  -webkit-transform: translateX(0px) translateY(50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 750ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 750ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.desktop .year-section .year-images img:nth-child(2) {
  -webkit-transition: all 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.desktop .year-section .year-images img:nth-child(3) {
  -webkit-transition: all 1250ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1250ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.desktop .year-section.in-view article p,
.desktop .year-section.in-view .year-images img {
  -webkit-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
}

.desktop .year-section.in-view h5,
.desktop .year-section.in-view .year-wrapper {
  -webkit-transform: translateX(-50%) translateY(0) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 2600px) {
  .desktop .year-section.in-view h5,
  .desktop .year-section.in-view .year-wrapper {
    -webkit-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
  }
}

/*
    + Tablet */
.tablet .year-section article:after:nth-letter(5) {
  color: red;
}

.tablet .year-section .logo {
  display: none;
}

.tablet .heritage-nav {
  height: 550px;
}

.tablet.landscape .year-section div img {
  bottom: 35px;
}

.tablet.landscape .year-section h5 {
  font-size: 200px;
  line-height: 200px;
  left: -10px;
  top: 60px;
}

.tablet.landscape .year-section h5 i {
  font-size: 100px;
  line-height: 100px;
}

@media (min-width: 800px) {
  .tablet.landscape .year-section[data-year="1827"] .year-images img:nth-child(2) {
    bottom: 15%;
    width: 207px;
  }
  .tablet.landscape .year-section[data-year="1827"] .year-images img:first-child {
    bottom: 15%;
    width: 300px;
  }
  .tablet.landscape .year-section[data-year="1827"] .year-images img:last-child {
    bottom: 18%;
    width: 172px;
  }
  .tablet.landscape .year-section[data-year="1880"] .year-images img:first-child {
    bottom: 20%;
  }
  .tablet.landscape .year-section[data-year="1880"] ~ [data-year="1880"] .year-wrapper article {
    -webkit-transform: translateX(0px) translateY(25%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(25%) translateZ(0px) rotate(0deg) scale(1);
  }
  .tablet.landscape .year-section[data-year="1880"] ~ [data-year="1880"] .year-images img:first-child {
    width: 300px;
    bottom: 35%;
  }
  .tablet.landscape .year-section[data-year="1876"] .year-images img {
    bottom: 10%;
  }
  .tablet.landscape .year-section[data-year="1876"] .year-images img:first-child {
    width: 350px;
  }
  .tablet.landscape .year-section[data-year="1880 - 1914"] .year-wrapper article {
    bottom: -80px;
  }
  .tablet.landscape .year-section[data-year="1880 - 1914"] .year-images img:first-child {
    bottom: 15%;
    width: 300px;
  }
  .tablet.landscape .year-section[data-year="1880 - 1914"] .year-images img:last-child {
    bottom: 85px;
    right: 200px;
    width: 100px;
  }
  .tablet.landscape .year-section[data-year="1927"] .year-images img {
    bottom: 65px;
  }
  .tablet.landscape .year-section[data-year="1980s"] .year-images img:first-child {
    width: 300px;
  }
}

@media (min-width: 1100px) and (max-width: 1600px) {
  .tablet.landscape .year-images.tablet {
    display: none;
  }
  .tablet.landscape .year-section[data-year="1827"] .year-images img {
    bottom: 35px;
  }
  .tablet.landscape .year-section[data-year="1827"] .year-images img:nth-child(2), .tablet.landscape .year-section[data-year="1827"] .year-images img:first-child, .tablet.landscape .year-section[data-year="1827"] .year-images img:last-child {
    bottom: 35px;
  }
  .tablet.landscape .year-section[data-year="1827"] .year-images img:last-child {
    bottom: 55px;
  }
  .tablet.landscape .year-section[data-year="1876"] .year-images img:last-child {
    right: 170px;
  }
  .tablet.landscape .year-section[data-year="1880"] ~ [data-year="1880"] .year-wrapper article {
    -webkit-transform: translateX(0px) translateY(25%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(25%) translateZ(0px) rotate(0deg) scale(1);
  }
  .tablet.landscape .year-section[data-year="1880 - 1914"] .year-images img:first-child {
    width: 250px;
  }
  .tablet.landscape .year-section[data-year="1880 - 1914"] .year-images img:last-child {
    right: 260px;
  }
  .tablet.landscape .year-section[data-year="1980s"] .year-images img:last-child {
    width: 280px;
  }
}

.tablet.portrait .heritage-holder:before {
  content: '';
  display: block;
  width: 100%;
  height: 150px;
}

.tablet.portrait .year-section {
  padding: 0 0 170px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tablet.portrait .year-section h5 {
  left: -5px;
  top: -48px;
  font-size: 150px;
  line-height: 150px;
}

.tablet.portrait .year-section h5 i {
  font-size: 110px;
  line-height: 110px;
}

@media (max-width: 800px) {
  .tablet.portrait .year-section h5 {
    font-size: 100px;
    line-height: 101px;
  }
  .tablet.portrait .year-section h5 i {
    font-size: 50px;
    line-height: 51px;
  }
}

.tablet.portrait .year-section .year-wrapper {
  position: relative;
  left: 60px;
  top: 100px;
  width: 570px;
  margin-left: 0px;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.tablet.portrait .year-section .year-wrapper:nth-child(2n) {
  left: auto;
  right: auto;
  margin: 0 auto;
}

.tablet.portrait .year-section article {
  position: relative;
  top: auto;
  bottom: auto;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  text-align: left;
  padding-left: 0px;
  max-width: 350px;
  font-size: 18px;
  line-height: 24px;
}

.tablet.portrait .year-section article:after {
  top: -41px;
  font-size: 20px;
  line-height: 20px;
}

.tablet.portrait .year-section h3 {
  font-size: 44px;
  line-height: 56px;
}

.tablet.portrait .year-section .year-images {
  display: none;
}

.tablet.portrait .year-section .year-images.tablet {
  position: absolute;
  left: 40px;
  bottom: 130px;
  display: block;
  margin: 0 auto;
  width: 685px;
  height: auto;
  z-index: 9992;
}

.tablet.portrait .year-section .year-images.tablet div {
  width: 100%;
  height: 100%;
  z-index: 9992;
}

.tablet.portrait .year-section .year-images.tablet img {
  position: relative;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  height: auto;
}

.tablet.portrait .year-section:nth-child(2n) article {
  right: 0;
  text-align: right;
  padding-left: 0;
}

.tablet.portrait .year-section:nth-child(2n) article:after {
  right: -2px;
}

.tablet.portrait .year-section[data-year="1827"] .year-wrapper {
  top: 25%;
}

.tablet.portrait .year-section[data-year="1827"] .year-images.tablet img {
  top: -50px;
}

.tablet.portrait .year-section[data-year="1876"] .year-wrapper {
  top: 18%;
}

.tablet.portrait .year-section[data-year="1876"] article {
  max-width: 320px;
}

.tablet.portrait .year-section[data-year="1876"] .year-images.tablet {
  width: 580px;
}

.tablet.portrait .year-section[data-year="1876"] .year-images.tablet img {
  top: 0px;
}

.tablet.portrait .year-section[data-year="1880"] .year-wrapper {
  top: 16%;
}

.tablet.portrait .year-section[data-year="1880"] article {
  max-width: 280px;
}

.tablet.portrait .year-section[data-year="1880"] .year-images.tablet {
  width: 625px;
}

.tablet.portrait .year-section[data-year="1880"] .year-images.tablet img {
  top: -100px;
}

.tablet.portrait .year-section[data-year="1880"] .year-images.tablet img:first-child {
  bottom: 20%;
}

.tablet.portrait .year-section[data-year="1880"] ~ [data-year="1880"] .year-wrapper {
  top: 12%;
}

.tablet.portrait .year-section[data-year="1880"] ~ [data-year="1880"] article {
  max-width: 360px;
}

.tablet.portrait .year-section[data-year="1880"] ~ [data-year="1880"] .year-images.tablet {
  width: 590px;
}

.tablet.portrait .year-section[data-year="1880"] ~ [data-year="1880"] .year-images.tablet img {
  top: -50px;
  right: auto;
  bottom: auto;
  width: 100%;
}

.tablet.portrait .year-section[data-year="1880"] ~ [data-year="1880"] .year-images.tablet img:first-child {
  width: 100%;
}

.tablet.portrait .year-section[data-year="1892"] .year-wrapper {
  top: 17%;
}

.tablet.portrait .year-section[data-year="1892"] article {
  max-width: 350px;
}

.tablet.portrait .year-section[data-year="1892"] .year-images.tablet {
  width: 595px;
}

.tablet.portrait .year-section[data-year="1892"] .year-images.tablet img {
  top: -40px;
}

.tablet.portrait .year-section[data-year="1880 - 1914"] .year-wrapper {
  top: 18%;
}

.tablet.portrait .year-section[data-year="1880 - 1914"] article {
  max-width: 300px;
}

.tablet.portrait .year-section[data-year="1880 - 1914"] .year-images.tablet {
  width: 583px;
}

.tablet.portrait .year-section[data-year="1880 - 1914"] .year-images.tablet img {
  top: 0px;
  width: 80%;
}

.tablet.portrait .year-section[data-year="1927"] .year-wrapper {
  top: 18%;
}

.tablet.portrait .year-section[data-year="1927"] article {
  max-width: 350px;
}

.tablet.portrait .year-section[data-year="1927"] .year-images.tablet {
  width: 578px;
}

.tablet.portrait .year-section[data-year="1927"] .year-images.tablet img {
  top: -50px;
  right: auto;
  left: 30px;
}

.tablet.portrait .year-section[data-year="1980s"] .year-wrapper {
  top: 18%;
}

.tablet.portrait .year-section[data-year="1980s"] article {
  max-width: 360px;
}

.tablet.portrait .year-section[data-year="1980s"] article p {
  float: right;
  max-width: 285px;
}

.tablet.portrait .year-section[data-year="1980s"] .year-images.tablet {
  width: 640px;
}

.tablet.portrait .year-section[data-year="1980s"] .year-images.tablet img {
  top: 0px;
  width: 90%;
}

.tablet.portrait .year-section[data-year="2016"] .year-wrapper {
  top: 17%;
}

.tablet.portrait .year-section[data-year="2016"] article {
  max-width: 370px;
}

.tablet.portrait .year-section[data-year="2016"] .year-images.tablet {
  left: 60px;
  width: 521px;
}

.tablet.portrait .year-section[data-year="2016"] .year-images.tablet img {
  top: 0px;
}

.tablet.portrait .year-section:nth-child(2n) article {
  right: auto;
  float: right;
  margin: 0;
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .tablet.portrait .year-section .year-images.tablet {
    width: 800px !important;
    left: auto;
    right: 100px;
  }
  .tablet.portrait .year-section:nth-child(2n) .year-wrapper {
    position: absolute;
    left: auto;
    right: 150px;
  }
  .tablet.portrait .year-section:nth-child(2n) .year-images.tablet {
    left: 30px;
    right: auto;
  }
}

/*
    + Mobile */
.mobile .heritage-nav {
  display: none;
}

.mobile .year-section {
  padding: 80px 0 0;
  margin: 130px 0 50px;
}

.mobile .year-section:first-of-type {
  margin: 145px 0 50px;
}

.mobile .year-section .logo {
  display: none;
}

.mobile .year-section .year-wrapper {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  margin: 0 20px 10px 40px;
}

.mobile .year-section article {
  position: relative !important;
  left: auto;
  top: auto;
  float: none !important;
  max-width: 90%;
  padding-left: 0;
  text-align: left;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  font-family: 'futura-pt';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.mobile .year-section article:after {
  right: auto !important;
  left: 0 !important;
  top: -41px;
  max-width: 100% !important;
  font-size: 20px;
  line-height: 20px;
}

.mobile .year-section article p {
  margin: 0 !important;
}

.mobile .year-section article:first-of-type {
  margin-top: 0;
}

.mobile .year-section h3 {
  margin-bottom: 23px;
  font-size: 30px;
  line-height: 30px;
}

.mobile .year-section h5 {
  left: -5px;
  font-size: 100px;
  line-height: 120px;
}

.mobile .year-section h5 i {
  font-size: 50px;
  line-height: 70px;
}

.mobile .year-section:nth-child(2n) article {
  text-align: left;
  max-width: 100% !important;
}

.mobile .year-section:nth-child(2n) h3 {
  float: none !important;
  white-space: pre-wrap !important;
}

.mobile .year-section[data-year="1827"] div img {
  display: block;
  left: 15px;
  right: auto !important;
  width: 300px;
  margin: 0 auto;
}

.mobile .year-section[data-year="1876"] article {
  max-width: 98% !important;
}

.mobile .year-section[data-year="1876"] div img {
  display: block;
  left: 15px;
  right: auto !important;
  width: 345px;
  margin: 0 auto;
}

.mobile .year-section[data-year="1880"] article {
  max-width: 90% !important;
}

.mobile .year-section[data-year="1880"] div img {
  width: 80%;
}

.mobile .year-section ~ [data-year="1880"] .year-wrapper article {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.mobile .year-section ~ [data-year="1880"] div img:last-child {
  display: block;
  right: auto !important;
  bottom: auto;
  left: 15px;
  width: 329px;
  margin: 0 auto;
}

.mobile .year-section[data-year="1892"] article {
  max-width: 95% !important;
}

.mobile .year-section[data-year="1892"] div img {
  display: block;
  left: auto;
  right: auto !important;
  width: 259px;
  margin: 0 auto;
}

.mobile .year-section[data-year="1880 - 1914"] h5 {
  font-size: 65px;
}

.mobile .year-section[data-year="1880 - 1914"] article {
  max-width: 95% !important;
}

.mobile .year-section[data-year="1880 - 1914"] div img {
  display: block;
  bottom: auto;
  right: auto !important;
  left: 15px;
  width: 361px;
  margin: 0 auto;
}

.mobile .year-section[data-year="1927"] .year-wrapper article {
  max-width: 100%;
}

.mobile .year-section[data-year="1927"] div img {
  display: block;
  bottom: auto;
  right: auto !important;
  width: 256px;
  margin: 0 auto;
}

.mobile .year-section[data-year="1980s"] .year-wrapper article {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.mobile .year-section[data-year="1980s"] div img {
  display: block;
  bottom: auto;
  right: auto !important;
  left: 0;
  width: 318px;
  margin: 0 auto;
}

.mobile .year-section[data-year="2016"] div img:last-of-type {
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  width: 90%;
  margin: 0 auto;
}

.mobile .year-images {
  display: none;
}

.mobile .year-images.mobile {
  display: block;
  position: relative;
  bottom: auto;
  width: auto;
  height: auto;
}

.mobile .year-images.mobile img {
  position: relative;
  bottom: auto;
  right: 0 !important;
  max-width: 100%;
  width: 100%;
  height: auto;
}

html.chrome.windows body .year-section {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

html.chrome.windows body .year-section article {
  font-size: 22px;
  line-height: 40px;
}

@media (max-width: 2600px) {
  html.chrome.windows body .year-section article {
    font-size: 20px;
    line-height: 38px;
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .year-section article {
    font-size: 14px;
    line-height: 32px;
  }
}

html.chrome.windows body .year-section[data-year="1980s"] .year-wrapper article p {
  max-width: 600px;
}

@media (max-width: 1900px) {
  html.chrome.windows body .year-section[data-year="1980s"] .year-wrapper article p {
    max-width: 500px;
  }
}

@media (max-width: 1300px) {
  html.chrome.windows body .year-section[data-year="1980s"] .year-wrapper article p {
    max-width: 380px;
  }
}

html.chrome.windows body .heritage-nav li a span {
  font-family: 'Didact Gothic';
  font-weight: 400 !important;
}

/*
	+ Age gate */
.age-gate {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
  width: 100%;
  height: 100%;
  background: #e7e5de;
}

.age-gate .media-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.age-gate .media-holder .video-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.age-gate .media-holder .video-holder video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.age-gate .media-holder:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(231, 229, 222, 0.95);
}

.age-gate .media-holder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  width: 624px;
  height: 631px;
  background: url(../img/badge-beveled.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1300px) {
  .age-gate .media-holder:after {
    width: 462px;
    height: 467px;
    -webkit-transform: translateX(30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(30%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

@media (max-width: 700px) {
  .age-gate .media-holder:after {
    width: 192px;
    height: 194px;
    -webkit-transform: translateX(40%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(40%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  }
}

.age-gate .non-us {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 4;
  width: 462px;
  padding-top: 100px;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .age-gate .non-us {
    -webkit-transform: translateX(-50%) translateY(calc(-50% - 40px)) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(calc(-50% - 40px)) translateZ(0px) rotate(0deg) scale(1);
  }
}

.age-gate .non-us .select-holder {
  display: block;
  position: relative;
  width: 320px;
  height: 32px;
  margin: 0px auto 28px;
  border-bottom: 1px solid rgba(56, 43, 40, 0.4);
}

.age-gate .non-us .select-holder select {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.age-gate .non-us .select-holder em {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .age-gate .non-us .select-holder em {
    font-size: 16px;
  }
}

.age-gate .non-us .select-holder:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #a30c2f;
  border-bottom: 1px solid #a30c2f;
  -webkit-transform: translateX(-2px) translateY(-7px) translateZ(0px) rotate(-45deg) scale(1);
  transform: translateX(-2px) translateY(-7px) translateZ(0px) rotate(-45deg) scale(1);
}

@media (max-width: 700px) {
  .age-gate .non-us .select-holder {
    width: 100%;
  }
}

.age-gate .non-us ul {
  text-align: center;
}

.age-gate .non-us ul li {
  display: inline-block;
  margin: 0 2px;
}

.age-gate .non-us ul li button {
  display: block;
  width: 78px;
  height: 30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 200;
  background: none;
  border: 1px solid #382b28;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.age-gate .non-us p {
  clear: both;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  line-height: 23px;
}

.age-gate .non-us p strong {
  font-weight: 700;
}

.age-gate .non-us p a {
  display: inline-block;
  color: #382b28;
  text-decoration: underline;
}

.age-gate .non-us p.message {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.age-gate .non-us:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  width: 250px;
  height: 44px;
  background: url(../img/logo-red.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .age-gate .non-us:before {
    width: 162px;
    height: 27px;
  }
}

.age-gate .non-us.invalid p strong {
  font-weight: 700;
  color: #a30c2f;
}

@media (max-width: 1000px) {
  .age-gate .non-us {
    width: 400px;
    padding-top: 105px;
  }
  .age-gate .non-us:before {
    width: 200px;
    height: 35px;
  }
  .age-gate .non-us p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 700px) {
  .age-gate .non-us {
    width: 280px;
    padding-top: 58px;
  }
  .age-gate .non-us:before {
    width: 162px;
    height: 27px;
  }
}

.age-gate form {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 4;
  width: 462px;
  padding-top: 75px;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

.age-gate form fieldset {
  overflow: hidden;
  float: left;
  position: relative;
  width: 116px;
  height: 95px;
  margin: 0 10px 20px 0;
  padding-bottom: 6px;
  background: url(../img/separator-month-day.png) center no-repeat;
}

.age-gate form fieldset input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 19px;
  font-family: 'eccentric-age';
  font-size: 50px;
  color: #a30c2f;
  letter-spacing: 18px;
  background: none;
  border: 1px solid rgba(56, 43, 40, 0.4);
  border-bottom: none;
  border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.age-gate form fieldset label {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  padding: 0 5px;
  font-size: 12px;
  color: #a30c2f;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 12px;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.age-gate form fieldset label:before, .age-gate form fieldset label:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 200px;
  height: 1px;
  background: rgba(56, 43, 40, 0.4);
}

.age-gate form fieldset label:before {
  right: 100%;
  left: auto;
}

@media (max-width: 700px) {
  .age-gate form fieldset {
    margin-bottom: 10px;
  }
}

.age-gate form fieldset:last-of-type {
  width: 210px;
  margin-right: 0px;
  background-image: url(../img/separator-year.png);
}

@media (max-width: 700px) {
  .age-gate form fieldset:last-of-type {
    margin-bottom: 20px;
  }
  .age-gate form fieldset:last-of-type input {
    width: 242px;
    padding-left: 35px;
  }
}

@media (max-width: 700px) {
  .age-gate form fieldset:nth-child(2) {
    margin-right: 0px;
  }
}

.age-gate form p {
  clear: both;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  line-height: 23px;
}

.age-gate form p strong {
  font-weight: 500;
}

.age-gate form p a {
  display: inline-block;
  color: #382b28;
  text-decoration: underline;
}

.age-gate form p.message {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.age-gate form:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  width: 250px;
  height: 44px;
  background: url(../img/logo-red.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 700px) {
  .age-gate form:before {
    width: 162px;
    height: 27px;
  }
}

.age-gate form.invalid p strong {
  font-weight: 700;
  color: #a30c2f;
}

@media (max-width: 1000px) {
  .age-gate form {
    padding-top: 105px;
  }
  .age-gate form:before {
    width: 200px;
    height: 35px;
  }
  .age-gate form p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 700px) {
  .age-gate form {
    width: 242px;
    padding-top: 58px;
  }
  .age-gate form:before {
    width: 162px;
    height: 27px;
  }
}

.age-gate .age-gate-footer {
  position: absolute;
  left: 50%;
  bottom: 25px;
  z-index: 4;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.age-gate .age-gate-footer p {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 10px;
  font-weight: 500;
}

.age-gate .age-gate-footer p br {
  display: none;
}

@media (max-width: 700px) {
  .age-gate .age-gate-footer p br {
    display: block;
  }
}

@media (max-width: 1300px) {
  .age-gate .age-gate-footer p {
    font-size: 8px;
    letter-spacing: 1px;
  }
}

@media (max-width: 700px) {
  .age-gate .age-gate-footer p {
    font-size: 8px;
    line-height: 14px;
    letter-spacing: 1px;
  }
}

.desktop .non-us ul li button {
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.desktop .non-us ul li button:hover {
  color: #e7e5de;
  background: #a30c2f;
  border-color: #a30c2f;
}

.desktop .non-us ul li button:active {
  color: #e7e5de;
  background: #900526;
  border-color: #900526;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(56, 43, 40, 0.1);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(56, 43, 40, 0.1);
}

:-ms-input-placeholder {
  opacity: 1;
  color: rgba(56, 43, 40, 0.1);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(56, 43, 40, 0.1);
}

html.chrome.windows body .age-gate .non-us p a {
  display: inline;
}

/*
	+ Contact */
.contact-holder {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 9998;
  width: 100%;
  height: 100%;
}

.contact-holder .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(231, 229, 222, 0.93);
}

.contact-holder .contact {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 960px;
  padding: 50px 110px 95px;
  color: #e7e5de;
  font-weight: 400;
  background: #a30c2f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
}

@media (max-width: 1400px) {
  .contact-holder .contact {
    width: 600px;
    padding: 25px 30px;
  }
}

@media (max-width: 1000px) {
  .contact-holder .contact {
    padding: 75px 60px 50px;
  }
}

@media (max-width: 700px) {
  .contact-holder .contact {
    width: calc(100vw - 24px);
    padding: 15px 20px;
  }
}

.contact-holder .contact .close-btn {
  position: absolute;
  top: 36px;
  right: 40px;
  z-index: 3;
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  outline: none;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
}

.contact-holder .contact .close-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e7e5de;
}

.contact-holder .contact .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e7e5de;
}

@media (max-width: 1400px) {
  .contact-holder .contact .close-btn {
    top: 26px;
    right: 30px;
  }
}

@media (max-width: 1000px) {
  .contact-holder .contact .close-btn {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 700px) {
  .contact-holder .contact .close-btn {
    top: 15px;
    right: 20px;
  }
}

.contact-holder .contact h3 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase;
  font-weight: 300;
}

.contact-holder .contact h3 strong {
  display: block;
  font-family: 'eccentric';
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 1400px) {
  .contact-holder .contact h3 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 1000px) {
  .contact-holder .contact h3 {
    font-size: 50px;
    line-height: 61px;
  }
}

@media (max-width: 700px) {
  .contact-holder .contact h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }
}

.contact-holder .contact p {
  max-width: 600px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .contact-holder .contact p {
    max-width: 470px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1000px) {
  .contact-holder .contact p {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 700px) {
  .contact-holder .contact p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }
}

.contact-holder .contact form {
  font-size: 14px;
}

.contact-holder .contact form ul li {
  margin-bottom: 16px;
}

.contact-holder .contact form ul li input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  font-family: 'futura-pt';
  font-weight: 400;
  color: #e7e5de;
  line-height: 48px;
  background: #b20d34;
  border: none;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.contact-holder .contact form ul li input:focus, .contact-holder .contact form ul li input.wpcf7-not-valid {
  background: #bc0933;
}

.contact-holder .contact form ul li input[type=submit] {
  width: 200px;
  height: 30px;
  padding: 0px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(244, 180, 195, 0.6);
  background: #a30c2f;
  border: 1px solid rgba(244, 180, 195, 0.6);
}

@media (max-width: 700px) {
  .contact-holder .contact form ul li input[type=submit] {
    width: 96px;
    padding: 0px;
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  .contact-holder .contact form ul li input {
    height: 32px;
    line-height: 32px;
  }
}

@media (max-width: 1000px) {
  .contact-holder .contact form ul li input {
    height: 48px;
    line-height: 48px;
  }
}

@media (max-width: 700px) {
  .contact-holder .contact form ul li input {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
  }
}

.contact-holder .contact form ul li textarea {
  display: block;
  width: 100%;
  height: 195px;
  padding: 15px 20px;
  font-family: 'futura-pt';
  font-weight: 400;
  color: #e7e5de;
  line-height: 20px;
  background: #b20d34;
  border: none;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 250ms 0ms ease-in-out;
  transition: all 250ms 0ms ease-in-out;
}

.contact-holder .contact form ul li textarea:focus, .contact-holder .contact form ul li textarea.wpcf7-not-valid {
  background: #bc0933;
}

@media (max-width: 1400px) {
  .contact-holder .contact form ul li textarea {
    height: 140px;
  }
}

@media (max-width: 1000px) {
  .contact-holder .contact form ul li textarea {
    height: 195px;
  }
}

@media (max-width: 700px) {
  .contact-holder .contact form ul li textarea {
    height: 100px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 18px;
  }
}

.contact-holder .contact form ul li:last-child {
  position: relative;
  margin-bottom: 0px;
}

.contact-holder .contact form ul li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  .contact-holder .contact form ul li {
    margin-bottom: 8px;
  }
  .contact-holder .contact form ul li:last-child {
    margin-bottom: 0px;
  }
}

.contact-holder .contact form ::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(244, 180, 195, 0.6);
}

.contact-holder .contact form ::-moz-placeholder {
  opacity: 1;
  color: rgba(244, 180, 195, 0.6);
}

.contact-holder .contact form :-ms-input-placeholder {
  opacity: 1;
  color: rgba(244, 180, 195, 0.6);
}

.contact-holder .contact form :-moz-placeholder {
  opacity: 1;
  color: rgba(244, 180, 195, 0.6);
}

.contact-holder .contact form input:-webkit-autofill,
.contact-holder .contact form input:-webkit-autofill:hover,
.contact-holder .contact form textarea:-webkit-autofill,
.contact-holder .contact form textarea:-webkit-autofill:hover {
  background: none !important;
  -webkit-box-shadow: 0 0 0 30px #b20d34 inset !important;
  -webkit-text-fill-color: #e7e5de !important;
}

.contact-holder .contact form input:-webkit-autofill:focus,
.contact-holder .contact form textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #bc0933 inset !important;
}

.contact-holder .contact form .wpcf7-response-output,
.contact-holder .contact form .wpcf7-not-valid-tip,
.contact-holder .contact form .ajax-loader {
  display: none !important;
}

.contact-holder .contact .ty-note {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #a30c2f;
}

.contact-holder .contact .ty-note p {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  max-width: 100%;
  padding: 0 230px;
  margin: 0px;
  font-size: 50px;
  line-height: 64px;
  color: #e7e5de;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-holder .contact .ty-note p strong {
  display: block;
  padding: 30px 0 20px;
  font-family: 'eccentric';
  text-transform: none;
}

@media (max-width: 700px) {
  .contact-holder .contact .ty-note p strong {
    padding: 20px 0 10px;
  }
}

@media (max-width: 1400px) {
  .contact-holder .contact .ty-note p {
    padding: 0 150px;
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 1000px) {
  .contact-holder .contact .ty-note p {
    padding: 0 90px;
    font-size: 50px;
    line-height: 64px;
  }
}

@media (max-width: 700px) {
  .contact-holder .contact .ty-note p {
    padding: 0 20px;
    font-size: 30px;
    line-height: 40px;
  }
}

.contact-holder .contact.valid form ul li:last-child:after {
  display: none;
}

.contact-holder .contact.valid form ul li input[type=submit] {
  color: #e7e5de;
  border-color: #e7e5de;
}

.contact-holder .contact.valid form ul li input[type=submit]:focus {
  background: #a30c2f;
}

.contact-holder .contact.valid form ul li input[type=submit]:hover {
  color: #a30c2f;
  background: #e7e5de;
}

.safari .contact-holder .contact form ul li input {
  line-height: normal !important;
}

.nice-select {
  position: relative;
  display: block;
  height: 48px;
  padding-left: 20px;
  padding-right: 32px;
  text-align: left !important;
  line-height: 48px;
  white-space: nowrap;
  text-transform: uppercase;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-color: #b20d34;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1400px) {
  .nice-select {
    height: 32px;
    line-height: 32px;
  }
}

@media (max-width: 1000px) {
  .nice-select {
    height: 48px;
    line-height: 48px;
  }
}

@media (max-width: 700px) {
  .nice-select {
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
  }
}

.nice-select .current {
  color: rgba(244, 180, 195, 0.6);
}

.nice-select.selected .current {
  color: #e7e5de;
}

.nice-select:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  border-bottom: 1px solid #e7e5de;
  border-right: 1px solid #e7e5de;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select .list {
  position: absolute;
  top: 100%;
  left: 0 !important;
  right: 0 !important;
  z-index: 9;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  max-height: 279px;
  padding: 0;
  background-color: #bc0933;
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateX(0px) translateY(-21px) translateZ(0px) rotate(0deg) scale(0.75);
  transform: translateX(0px) translateY(-21px) translateZ(0px) rotate(0deg) scale(0.75);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nice-select .list .option {
  min-height: 26px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 0px;
  line-height: 26px;
  text-align: left;
  list-style: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .list .option:hover, .nice-select .list .option.focus, .nice-select .list .option.selected, .nice-select .list .option.selected.focus {
  font-weight: 700;
}

@media (max-width: 700px) {
  .nice-select .list .option {
    padding-left: 10px;
  }
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

@media (max-width: 1400px) {
  .nice-select .list {
    max-height: 204px;
  }
}

@media (max-width: 1000px) {
  .nice-select .list {
    max-height: 279px;
  }
}

@media (max-width: 700px) {
  .nice-select .list {
    max-height: 146px;
  }
}

.nice-select.open {
  background-color: #bc0933;
}

.nice-select.open .current {
  color: #e7e5de;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-overflow-scrolling: touch;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}
/*# sourceMappingURL=main.css.map */