/*
* @author    : DaretoDevelop
* @copyright : Copyright (c) 2016 - DaretoDevelop
*/
/*
* @author    : DaretoDevelop
* @copyright : Copyright (c) 2016 - DaretoDevelop
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaLtCnBT';
  src: url("../fonts/Futura-Light-font.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'FuturaBdCnBT';
  src: url("../fonts/Futura-Bold-font.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'BacktoBlackDemo';
  src: url("../fonts/Back-to-Black-Demo.ttf");
  font-weight: 300;
  font-style: normal; }

/*
* @author    : DaretoDevelop
* @copyright : Copyright (c) 2016 - DaretoDevelop
*/
html {
  font-size: 100%; }

/* 1em = 16px */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  margin: 0; }

h2 {
  font-size: 1.250em;
  color: #fff;
  margin: 0 0 4%; }

p {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #fff; }

a[href='#undefined'] {
  display: none !important; }

.col3 {
  width: 25%;
  height: auto;
  float: left; }

.content {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  transition: all 1s ease-in; }

.preload {
  width: 100%;
  height: 100vh; }
  .preload img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.topNavigation {
  position: fixed;
  z-index: 999;
  margin: 47px 0 0 31px;
  padding: 15px 0 0 0; }

.toggle-menu.menu-active {
  margin: 0px 10px 10px 0; }

.topLogo {
  position: fixed;
  z-index: 998;
  right: 15px;
  top: 15px; }

.hamburger--collapse .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.hamburger-box {
  width: 48px;
  height: 34px; }
  .hamburger-box .hamburger-inner, .hamburger-box .hamburger-inner::before, .hamburger-box .hamburger-inner::after {
    width: 48px;
    height: 4px;
    background-color: #fff;
    border-radius: 0; }
  .hamburger-box .hamburger-inner::after {
    top: -28px; }
  .hamburger-box .hamburger-inner::before {
    top: -14px; }

.cbp-spmenu-left.menu-open {
  z-index: 998; }

.cbp-spmenu {
  width: 295px;
  overflow-y: hidden;
  padding: 0 0 0 40px; }
  .cbp-spmenu li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .cbp-spmenu a {
    font-size: 18px; }
  .cbp-spmenu .mod_lang a {
    font-size: 14px;
    padding: 0;
    border: 0;
    margin: 10px;
    float: right; }
  .cbp-spmenu .first-menu-item {
    margin: 30px 0 0 0; }

.cbp-spmenu-left {
  left: -295px; }

.cbp-spmenu-vertical {
  width: 295px; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: none;
  border: 1px solid #fff;
  height: 12px;
  width: 12px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 7px #000;
  box-shadow: 0px 0px 7px #000;
  border-radius: 0;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  background: #fff;
  border: 1px solid #fff;
  height: 12px;
  width: 12px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 7px #000;
  box-shadow: 0px 0px 7px #000;
  border-radius: 0;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.slide {
  padding: 0;
  position: relative;
  z-index: 10;
  background-size: cover; }
  .slide h2 {
    z-index: 100; }

.slide.active {
  z-index: 99; }

.controlls {
  position: absolute;
  bottom: 40px;
  width: auto;
  margin: 0 auto; }

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
  position: relative;
  height: 30px;
  width: 60px;
  border: 0;
  top: auto; }

.fp-controlArrow.fp-prev {
  background-image: url(../images/Arrow_Icon_White_left.png) !important;
  background-repeat: no-repeat !important;
  background-position: 15px center !important;
  background-size: 30px !important;
  opacity: 1; }

.fp-controlArrow.fp-next {
  background-image: url(../images/Arrow_Icon_White_Right.png) !important;
  background-repeat: no-repeat !important;
  background-position: center right 13px !important;
  background-size: 30px !important; }

.overviewIcon {
  bottom: 20px;
  left: 300px;
  position: absolute;
  z-index: 888;
  display: inherit; }

.fp-viewing-page0-0 .overviewIcon {
  display: none; }

.textstroke {
  margin-left: -20px; }

.overviewPages {
  opacity: 0;
  position: absolute;
  z-index: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .overviewPages .sectie {
    margin-top: 75px; }

.overviewPages.show {
  opacity: 1;
  z-index: 99; }
  .overviewPages.show .col3 {
    padding: 1%; }
    .overviewPages.show .col3 img {
      width: 100%;
      height: auto; }
  .overviewPages.show h1 {
    text-align: left; }

.hide-btn {
  display: none; }

.slide-btn {
  border: 2px solid #fff;
  padding: 5px 20px;
  color: #fff;
  display: inline-block;
  font-style: normal;
  font-size: 14px; }
  .slide-btn:hover {
    background-color: white;
    color: #000; }

.Aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fp-controlArrow.fp-prev {
  opacity: 0;
  right: 0 !important;
  top: 27px;
  left: 30px; }

.fp-controlArrow.fp-next {
  opacity: 0;
  top: 13px;
  right: 36px; }

.controlArrowContentLeft {
  width: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff; }

.controlArrowContentRight {
  width: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff; }

/*  SECTIONS  ============================================================================= */
.sectie {
  clear: both;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1340px; }

/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/*  GRID COLUMN SETUP   ============================================================================= */
.col {
  display: block;
  float: left;
  margin: 1% 0.8%; }

.col:first-child {
  margin-left: 0; }

/* all browsers except IE6 and lower */
.col:last-child {
  margin-right: 0; }

/* all browsers except IE6 and lower */
/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.53%; }

.span_10_of_12 {
  width: 83.06%; }

.span_9_of_12 {
  width: 74.6%; }

.span_8_of_12 {
  width: 66.13%; }

.span_7_of_12 {
  width: 57.66%; }

.span_6_of_12 {
  width: 49.2%; }

.span_5_of_12 {
  width: 40.73%; }

.span_4_of_12 {
  width: 32.26%; }

.span_3_of_12 {
  width: 23.8%; }

.span_2_of_12 {
  width: 15.33%; }

.span_1_of_12 {
  width: 6.86%; }

.span_4_of_12:nth-child(3n+1) {
  clear: both;
  margin-left: 0; }

.span_4_of_12:nth-child(3n) {
  margin-right: 0; }

.span_6_of_12:nth-child(2n+1) {
  clear: both;
  margin-left: 0; }

.span_6_of_12:nth-child(2n) {
  margin-right: 0; }

.span_3_of_12:nth-child(4n+1) {
  clear: both;
  margin-left: 0; }

.span_3_of_12:nth-child(4n) {
  margin-right: 0; }

/* OVERVIEW MENU */
.menu-block {
  height: 60px;
  background-size: cover;
  position: relative;
  cursor: pointer; }
  .menu-block:hover .menu-block-overlay {
    opacity: 1; }
  .menu-block .menu-block-content {
    position: absolute;
    width: 100%;
    top: 48%;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%); }
    .menu-block .menu-block-content h2 {
      font-size: 18px;
      margin: 0;
      font-weight: 400; }
  .menu-block .menu-block-overlay {
    display: none;
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0;
    background-color: #009f4d;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in; }

#fp-nav {
  z-index: 98 !important; }

.menu-block-link {
  display: block;
  min-height: 225px; }

.cbp-spmenu {
  background: #FFF; }
  .cbp-spmenu a {
    color: #c7b299; }
    .cbp-spmenu a:hover {
      background-color: #c7b299;
      color: #fff; }

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #000; }

.is-active .hamburger-box .hamburger-inner {
  background-color: #c7b299;
  color: #fff; }

.is-active .hamburger-box .hamburger-inner:before {
  background-color: #c7b299;
  color: #fff; }

.topNavigation {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  .topNavigation .menu-active .hamburger-inner {
    background-color: #c7b299;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .topNavigation .menu-active .hamburger-inner:before {
    background-color: #c7b299;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .topNavigation .menu-active .hamburger-inner:after {
    background-color: #c7b299;
    opacity: 0; }
  .topNavigation .hamburger-inner:after {
    opacity: 1; }

#video-container {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  #video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
    z-index: 0; }

.homepageSection h2 {
  font-size: 5vh;
  text-align: center;
  font-weight: bold; }

.homepageSection hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 4px;
  background: #fff;
  border: 0; }

.longdescription {
  display: inherit; }

.shortdescription {
  display: none; }

.num {
  z-index: 997;
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 18px; }

.fp-slidesNav.bottom {
  display: none; }

.text.textblock p:first-child {
  display: inherit; }

.text.textblock p:nth-child(2) {
  display: none; }

.overviewBtn {
  z-index: 999 !important;
  display: inherit;
  margin: 0 0 18px 24px; }

.copyright {
  bottom: 15px;
  position: absolute; }
  .copyright p {
    color: #000;
    font-size: 14px; }
  .copyright a {
    padding: 0 !important;
    margin: 0;
    color: #000;
    font-size: 14px;
    border: 0;
    display: inline;
    text-decoration: underline; }
    .copyright a:hover {
      font-weight: bold;
      background: none;
      color: green; }

/*
* @author    : DaretoDevelop
* @copyright : Copyright (c) 2016 - DaretoDevelop
*/
.template1 .infoblock {
  text-align: left;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 60%;
  padding: 6% 0 0 5%;
  top: 0;
  background: rgba(0, 0, 0, 0.7); }
  .template1 .infoblock .controlls {
    right: 40px; }
  .template1 .infoblock .titleblock h1 {
    text-transform: uppercase;
    font-family: "FuturaLtCnBT", sans-serif;
    font-weight: 300; }
    .template1 .infoblock .titleblock h1 span {
      font-family: "FuturaBdCnBT", sans-serif;
      font-weight: 400; }
    .template1 .infoblock .titleblock h1 .enteken {
      font-family: "BacktoBlackDemo", serif;
      font-weight: 300; }
  .template1 .infoblock .catblock {
    margin-left: 80px;
    margin-top: 20px; }
  .template1 .infoblock .textblock {
    padding: 2% 14% 0% 0%;
    color: #fff; }
  .template1 .infoblock .buttonblock {
    text-align: right;
    padding: 6px 25px 0px;
    background: #c7b299;
    display: inline-block;
    float: left;
    margin-top: 24px; }
    .template1 .infoblock .buttonblock p {
      margin: 0;
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      float: left; }
    .template1 .infoblock .buttonblock a {
      float: left;
      color: #fff;
      padding: 7px 0 0 0;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      font-size: 15px;
      font-weight: 100; }

.template2 .infoblock {
  right: 0 !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  height: 100%;
  width: 60%;
  padding: 4% 16% 0 0%;
  top: 0;
  text-align: left; }
  .template2 .infoblock .controlls {
    left: 40px; }

.template2 .titleblock h1 {
  text-transform: uppercase;
  font-family: "FuturaLtCnBT", sans-serif;
  font-weight: 300;
  padding: 2% 4%; }
  .template2 .titleblock h1 span {
    font-family: "FuturaBdCnBT", sans-serif;
    font-weight: 400; }
  .template2 .titleblock h1 .enteken {
    font-family: "BacktoBlackDemo", serif;
    font-weight: 300; }

.template2 .catblock {
  margin-left: 4%;
  padding-left: 80px;
  margin-top: 20px; }

.template2 .textblock {
  padding: 2% 4%; }

.template2 .buttonblock {
  text-align: right;
  padding: 6px 25px 0px;
  background: #c7b299;
  display: inline-block;
  float: left;
  margin-top: 24px; }
  .template2 .buttonblock p {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    float: left; }
  .template2 .buttonblock a {
    float: left;
    color: #fff;
    padding: 7px 0 0 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
    font-weight: 100; }

.hometemplate {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2em;
  border-radius: 10px; }

.homepageSection {
  position: relative;
  text-align: left !important; }
  .homepageSection .sectie {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .homepageSection .sectie .span_10_of_12 {
      float: none;
      margin: 0 auto; }

.template3 .Bottle {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .template3 .Bottle img {
    margin: auto;
    left: 0;
    max-height: 791px;
    width: auto; }

.template3 .infoblock {
  text-align: left;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 60%;
  padding: 6% 0 0 5%;
  top: 0;
  background: rgba(0, 0, 0, 0.7); }
  .template3 .infoblock .controlls {
    right: 40px; }
  .template3 .infoblock .titleblock h1 {
    text-transform: uppercase;
    font-family: "FuturaLtCnBT", sans-serif;
    font-weight: 300; }
    .template3 .infoblock .titleblock h1 span {
      font-family: "FuturaBdCnBT", sans-serif;
      font-weight: 400; }
    .template3 .infoblock .titleblock h1 .enteken {
      font-family: "BacktoBlackDemo", serif;
      font-weight: 300; }
  .template3 .infoblock .catblock {
    margin-left: 80px;
    margin-top: 20px; }
  .template3 .infoblock .textblock {
    padding: 2% 14% 0% 0%;
    color: #fff; }
  .template3 .infoblock .buttonblock {
    text-align: right;
    padding: 6px 25px 0px;
    background: #c7b299;
    display: inline-block;
    float: left;
    margin-top: 24px; }
    .template3 .infoblock .buttonblock p {
      margin: 0;
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      float: left; }
    .template3 .infoblock .buttonblock a {
      float: left;
      color: #fff;
      padding: 7px 0 0 0;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      font-size: 15px;
      font-weight: 100; }

.template4 .infoblock {
  right: 0 !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  height: 100%;
  width: 60%;
  padding: 4% 16% 0 0%;
  top: 0;
  text-align: left; }
  .template4 .infoblock .controlls {
    left: 40px; }

.template4 .Bottle {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .template4 .Bottle img {
    margin: auto;
    left: 0;
    max-height: 791px;
    width: auto; }

.template4 .titleblock h1 {
  text-transform: uppercase;
  font-family: "FuturaLtCnBT", sans-serif;
  font-weight: 300;
  padding: 2% 4%; }
  .template4 .titleblock h1 span {
    font-family: "FuturaBdCnBT", sans-serif;
    font-weight: 400; }
  .template4 .titleblock h1 .enteken {
    font-family: "BacktoBlackDemo", serif;
    font-weight: 300; }

.template4 .catblock {
  margin-left: 4%;
  padding-left: 80px;
  margin-top: 20px; }

.template4 .textblock {
  padding: 2% 4%; }

.template4 .buttonblock {
  text-align: right;
  padding: 6px 25px 0px;
  background: #c7b299;
  display: inline-block;
  float: left;
  margin-top: 24px; }
  .template4 .buttonblock p {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    float: left; }
  .template4 .buttonblock a {
    float: left;
    color: #fff;
    padding: 7px 0 0 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
    font-weight: 100; }

.hometemplate {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2em;
  border-radius: 10px; }

.homepageSection {
  position: relative;
  text-align: left !important; }
  .homepageSection .sectie {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .homepageSection .sectie .span_10_of_12 {
      float: none;
      margin: 0 auto; }

.pLeftCenter {
  background-position: left center; }

.pCenterCenter {
  background-position: center center; }

.pRightCenter {
  background-position: right center; }

/*
* @author    : DaretoDevelop
* @copyright : Copyright (c) 2016 - DaretoDevelop
*/
/* TEMPLATE / ANIMATION 1 - fade left */
.section .slide > .fp-tableCell .aFadeLeft {
  -webkit-transform: translateX(-2000px);
  -ms-transform: translateX(-2000px);
  transform: translateX(-2000px);
  opacity: 1;
  -webkit-transition: opacity 0.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out;
  transition: transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out;
  transition: transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.section.active .slide.active > .fp-tableCell .aFadeLeft {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.section .slide.active > .fp-tableCell .aFadeLeft {
  -webkit-transition-delay: .44s;
  -o-transition-delay: .44s;
  transition-delay: .44s; }

/* TEMPLATE / ANIMATION 2 - Fade right */
.section .slide > .fp-tableCell .aFadeRight {
  -webkit-transform: translateX(2000px);
  -ms-transform: translateX(2000px);
  transform: translateX(2000px);
  opacity: 0;
  -webkit-transition: opacity 0.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out;
  transition: transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out;
  transition: transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.section.active .slide.active > .fp-tableCell .aFadeRight {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.section .slide.active > .fp-tableCell .aFadeRight {
  -webkit-transition-delay: .44s;
  -o-transition-delay: .44s;
  transition-delay: .44s; }

.section .slide > .fp-tableCell .aTextRight {
  -webkit-transform: translateX(2000px);
  -ms-transform: translateX(2000px);
  transform: translateX(2000px);
  opacity: 1;
  -webkit-transition: opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out;
  transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out;
  transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.section.active .slide.active > .fp-tableCell .aTextRight {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.section .slide > .fp-tableCell .aTextLeft {
  -webkit-transform: translateX(-2000px);
  -ms-transform: translateX(-2000px);
  transform: translateX(-2000px);
  opacity: 1;
  -webkit-transition: opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out;
  transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out;
  transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.section.active .slide.active > .fp-tableCell .aTextLeft {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.section .slide > .fp-tableCell .aTextCatLeft {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
  opacity: 1;
  -webkit-transition: opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out;
  transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out;
  transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.section.active .slide.active > .fp-tableCell .aTextCatLeft {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.section .slide.active > .fp-tableCell .aTextCatLeft {
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms; }

.section .slide > .fp-tableCell .aTextCatRight {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
  opacity: 1;
  -webkit-transition: opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out;
  transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out;
  transition: transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 2000ms ease-in-out, -webkit-transform 2000ms cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.section.active .slide.active > .fp-tableCell .aTextCatRight {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.section .slide.active > .fp-tableCell .aTextCatRight {
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms; }

.section.active .slide.active > .fp-tableCell .fp-controlArrow {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.StripeAnimation {
  position: fixed;
  margin: 1%;
  width: 98%;
  height: 97%;
  z-index: 2;
  pointer-events: none; }

/*  Box-nimation  */
.draw {
  overflow: hidden; }

.draw::before, .draw::after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  border: 6px solid transparent;
  width: 0;
  height: 0; }

.draw::before {
  top: 0;
  left: 0;
  border-top-color: #c7b299;
  border-right-color: #c7b299;
  -webkit-animation: border 9s infinite;
  animation: border 9s infinite; }

.draw::after {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: border 9s 4.5s infinite, borderColor 9s 4.5s infinite;
  animation: border 9s 4.5s infinite, borderColor 9s 4.5s infinite; }

@-webkit-keyframes border {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 100%;
    height: 0; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }

@keyframes border {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 100%;
    height: 0; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }

@-webkit-keyframes borderColor {
  0% {
    border-bottom-color: #c7b299;
    border-left-color: #c7b299; }
  50% {
    border-bottom-color: #c7b299;
    border-left-color: #c7b299; }
  51% {
    border-bottom-color: transparent;
    border-left-color: transparent; }
  100% {
    border-bottom-color: transparent;
    border-left-color: transparent; } }

@keyframes borderColor {
  0% {
    border-bottom-color: #c7b299;
    border-left-color: #c7b299; }
  50% {
    border-bottom-color: #c7b299;
    border-left-color: #c7b299; }
  51% {
    border-bottom-color: transparent;
    border-left-color: transparent; }
  100% {
    border-bottom-color: transparent;
    border-left-color: transparent; } }

/*
* @author    : DaretoDevelop
* @copyright : Copyright (c) 2016 - DaretoDevelop
*/
@media only screen and (max-width: 1455px) {
  .template1 .infoblock {
    padding: 10% 0 0 10%; }
  .template2 .infoblock {
    padding: 10% 0 0 10%; }
  .template3 .infoblock {
    padding: 10% 0 0 10%; }
  .template4 .infoblock {
    padding: 10% 0 0 10%; } }

@media only screen and (max-width: 1280px) {
  p {
    font-size: 1.2em; } }

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 4em;
    font-weight: 100;
    color: #fff; }
  .fp-slidesNav, #fp-nav {
    display: inherit; } }

@media screen and (max-width: 960px) {
  .text.textblock p:first-child {
    display: none; }
  .text.textblock p:nth-child(2) {
    display: inherit; }
  h1 {
    font-size: 2.5em;
    font-weight: 100;
    color: #fff; }
  .template1 .infoblock, .template2 .infoblock, .template3 .infoblock, .template4 .infoblock {
    width: 100%;
    top: 0; }
  .overlay {
    width: 10000vh !important;
    height: 10000vh !important; }
  .fp-slidesNav, #fp-nav {
    display: none; }
  .textstroke {
    margin-left: -20px; }
  .hide-btn {
    display: none; }
  .overviewPages.show .col3 {
    width: 50%;
    padding: 1%; }
  .fp-controlArrow.fp-next {
    top: -12px; }
  /* OVERVIEW MENU */
  .menu-block .menu-block-overlay {
    height: 25%;
    opacity: 1; }
  .cbp-spmenu img {
    width: 100px;
    text-align: center;
    margin-left: 23px; }
  .cbp-spmenu .first-menu-item {
    margin: 20px 0 0 0; }
  .cbp-spmenu-vertical a {
    padding: 1em; }
  .longdescription {
    display: none; }
  .shortdescription {
    display: inherit; }
  .num {
    margin: 0 0 25px; }
  .template1 .infoblock, .template3 .infoblock {
    padding: 16% 0 0 10%; } }

@media screen and (max-width: 640px) {
  .overviewBtn {
    z-index: 999 !important;
    display: none; }
  .template3 .Bottle {
    bottom: 40px;
    display: block;
    z-index: 3;
    height: unset;
    top: unset; }
    .template3 .Bottle img {
      max-height: 300px; }
  .template4 .infoblock .buttonblock {
    margin-right: 5%;
    float: right; }
  .template4 .infoblock .controlls {
    right: 40px;
    left: unset; }
  .template4 .Bottle {
    bottom: 40px;
    display: block;
    z-index: 3;
    height: unset;
    top: unset; }
    .template4 .Bottle img {
      max-height: 300px; }
  .template1 .infoblock, .template2 .infoblock, .template3 .infoblock, .template4 .infoblock {
    padding: 9% 0 0 0%;
    background: rgba(0, 0, 0, 0.5); }
    .template1 .infoblock .catblock, .template2 .infoblock .catblock, .template3 .infoblock .catblock, .template4 .infoblock .catblock {
      margin-left: 80px;
      margin-top: 10px; }
    .template1 .infoblock .titleblock, .template2 .infoblock .titleblock, .template3 .infoblock .titleblock, .template4 .infoblock .titleblock {
      margin-left: 88px; }
    .template1 .infoblock .textblock, .template2 .infoblock .textblock, .template3 .infoblock .textblock, .template4 .infoblock .textblock {
      padding: 6% 4%;
      color: #fff;
      font-size: 1em;
      line-height: 1.6em; }
    .template1 .infoblock .buttonblock, .template2 .infoblock .buttonblock, .template3 .infoblock .buttonblock, .template4 .infoblock .buttonblock {
      margin-left: 4%; }
  h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    text-align: right; }
  h2 {
    font-size: 1em;
    text-align: right;
    padding: 0 20px;
    font-weight: 100; }
  .homepageSection .col {
    width: 100% !important; }
  .homepageSection img {
    width: 90%;
    height: auto; }
  .overviewPages .sectie {
    margin-top: 25px; }
  /* OVERVIEW MENU */
  .menu-block {
    width: 48%;
    margin: 1% !important;
    min-height: 0px;
    height: 100px;
    clear: none !important; }
    .menu-block .menu-block-link {
      min-height: 100px; }
    .menu-block .menu-block-overlay {
      height: 100%;
      opacity: 1; }
  p {
    font-size: 1em;
    line-height: 1.6em;
    font-style: normal;
    font-weight: lighter;
    display: inline; }
  .overlay {
    width: 10000vh !important;
    height: 10000vh !important; }
  .slide-btn {
    padding: 8px 16px; }
  .textstroke {
    margin-left: -12px; }
  .hide-btn {
    position: absolute;
    bottom: 41px;
    z-index: 100;
    display: inherit;
    left: 5%; }
  i.iconHide {
    bottom: 4px;
    left: 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    min-height: 30px;
    min-width: 30px;
    border: 0;
    background: none;
    font-size: 12px;
    position: absolute; }
  i.iconHide::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: transparent;
    color: #fff; }
  .fp-tableCell.hide {
    opacity: 0; }
  .fp-tableCell {
    opacity: 1;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in; }
  .overviewPages.show {
    padding: 20% 10% 10%; }
    .overviewPages.show .col3 {
      width: 50%;
      padding: 1%; }
  .Aligner-item {
    position: absolute;
    width: 85%;
    top: 48%;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%); }
  .Aligner {
    display: block; }
  .cbp-spmenu .first-menu-item {
    margin: 0px 0 0 0; }
  .cbp-spmenu-vertical a {
    padding: 15px; } }

/* ----------- iPhone 4 and 4S ----------- */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content {
    display: none !important; }
  body {
    background-image: url(../img/rotate.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; } }

/* ----------- iPhone 5 and 5S ----------- */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content {
    display: none !important; }
  body {
    background-image: url(../img/rotate.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; } }

/* ----------- iPhone 6 ----------- */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content {
    display: none !important; }
  body {
    background-image: url(../img/rotate.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; } }

/* ----------- iPhone 6+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content {
    display: none !important; }
  body {
    background-image: url(../img/rotate.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; } }

/* ----------- Galaxy S3 ----------- */
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content {
    display: none !important; }
  body {
    background-image: url(../img/rotate.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; } }

/* ----------- Galaxy S4 ----------- */
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content {
    display: none !important; }
  body {
    background-image: url(../img/rotate.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; } }

/* ----------- Galaxy S5 ----------- */
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content {
    display: none !important; }
  body {
    background-image: url(../img/rotate.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; } }

/* ----------- HTC One ----------- */
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content {
    display: none !important; }
  body {
    background-image: url(../img/rotate.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; } }
