@import url('../fonts/markweb-book/font.css');
@import url('../fonts/markweb-bold/font.css');
@media (max-width: 767px) {
  .margin-left {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-left {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .margin-left {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .margin-left {
    margin-left: 75px;
  }
}
@media (max-width: 767px) {
  .margin-right {
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-right {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .margin-right {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .margin-right {
    margin-right: 75px;
  }
}
.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.no-margin + p {
  margin-top: 0;
}
.has-margin {
  padding-left: 20px;
}
.animate {
  -webkit-transition: all .5s ease;
  /* For Safari 3.1 to 6.0 */
  transition: all .5s ease;
}
.row-* {
  display: block;
}
.row-1 {
  height: 100px;
}
.row-2 {
  height: 200px;
}
.row-3 {
  height: 300px;
}
.row-4 {
  height: 400px;
}
.row-5 {
  height: 500px;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
body {
  color: #1e1e1e;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  font-family: 'MarkWeb', Verdana, Tahoma, sans-serif;
  line-height: 1.3;
  max-width: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
.blocks-wrapper {
  background: #ffffff;
}
a,
a:link,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: inherit;
}
.underline {
  text-decoration: underline !important;
}
.container {
  height: 100%;
}
.touch-scroll {
  -webkit-overflow-scrolling: touch;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.bold {
  font-weight: bold;
}
.large {
  font-size: 1.2em;
}
.max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 32em;
}
@media (max-width: 767px) {
  .max-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.three-columns {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.three-columns p {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
@media (max-width: 767px) and (orientation: portrait) {
  .three-columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
div.dots {
  width: 100%;
  display: block;
  height: 70px;
  background: url('../images/icon-dots.svg') no-repeat center center;
}
h3 {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: -1px;
  padding-right: 10%;
  padding-left: 10%;
}
h3.regular {
  font-weight: normal;
}
@media (max-width: 767px) and (orientation: portrait) {
  h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  h3 {
    font-size: 2em;
  }
}
h4 {
  font-size: 0.8em;
  font-weight: normal;
}
.menu-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  overflow: auto;
}
@media (max-width: 767px) {
  .menu-fixed.away {
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -moz-transform: translate(0px, 0px);
    /* Mozilla */
    -webkit-transform: translate(0px, 0px);
    /* Safari */
    transform: translate(0px, 0px);
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .menu-fixed.away {
    -ms-transform: translate(0px, -70px);
    /* IE 9 */
    -moz-transform: translate(0px, -70px);
    /* Mozilla */
    -webkit-transform: translate(0px, -70px);
    /* Safari */
    transform: translate(0px, -70px);
  }
}
.menu-fixed,
.menu {
  -webkit-transition: color 0.2s opacity 0.2s ease;
  -moz-transition: color 0.2s opacity 0.2s ease;
  transition: color 0.2s opacity 0.2s ease;
}
.menu {
  position: relative;
  background: #ffffff;
  display: block;
  height: 70px;
  overflow: hidden;
}
.menu .logo {
  display: block;
  height: 70px;
  width: auto;
  background: transparent url('../images/zwaan-logo.svg') no-repeat;
  background-position: left center;
  background-size: 99px auto;
  position: relative;
}
.menu .logo span {
  position: absolute;
  left: 120px;
  bottom: 18px;
}
.menu .menu__item {
  display: block;
  height: 100%;
  width: 100%;
  text-align: left;
  padding-top: 34px;
  transition: color .2s;
}
.menu .menu__item:hover {
  color: #000;
}
.menu .menu__item.active {
  font-weight: bold;
}
.menu .menu__item.inactive {
  color: #9e9e9e;
}
.menu .menu__item.inactive:hover {
  color: #000;
}
section.content {
  margin-top: 70px;
}
@media (max-width: 767px) {
  body:not(.home) section.content {
    margin-top: 50px;
  }
}
.left-column,
.right-column {
  position: relative;
}
.right-column.waypoint-fixed {
  position: fixed;
  top: 0px;
  right: 0px;
}
.right-column.waypoint-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.right-column {
  position: relative;
}
@media (min-width: 1200px) {
  .right-column.affix-top {
    top: auto;
  }
  .right-column.affix {
    position: fixed;
    top: 0px;
    left: 50%;
  }
  .right-column.affix-bottom {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .right-column,
  .left-column {
    position: auto!important;
    top: auto;
    left: auto;
    bottom: auto;
    float: auto;
  }
}
.vertical-align {
  display: table;
}
.vertical-align > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.full {
  width: 100%;
  height: 100%;
}
.filter-bar {
  background: #1e1e1e;
  font-weight: bold;
  color: #808080;
}
.filter-bar.center {
  text-align: center;
}
.filter-bar a {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .filter-bar a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.filter-bar a.active,
.filter-bar a:active {
  color: #ffffff;
}
.link-to-subpage,
.link {
  cursor: pointer;
}
.block {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.block.type-light {
  color: #ffffff;
}
.block.type-dark {
  color: #1e1e1e;
}
.block .chapeau {
  font-size: 1em;
}
.block .wrapper {
  position: relative;
}
.block .wrapper-top {
  margin-top: 1em;
}
.block-zwaan {
  color: #ffffff;
  background: #1e1e1e;
}
.block-intro {
  color: #1e1e1e;
}
.block-intro.triangle-up {
  background-image: url('../images/icon-triangle-up.svg') !important;
}
.block-intro.verhaal {
  background: #ffffff;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .block-intro {
    max-height: 250px;
  }
}
.block-intro.clickable {
  cursor: pointer;
  background: #ff64aa url('../images/icon-triangle-down.svg') no-repeat center bottom;
}
.block-intro.clickable.verhaal {
  background-color: #ffffff;
}
.block-intro .chapeau {
  position: absolute;
  top: 1em;
  width: 100%;
}
@media (max-width: 767px) {
  .block-intro .chapeau {
    display: none;
  }
}
.block-intro .quote {
  width: 100%;
}
.block-intro .more-button {
  position: absolute;
  bottom: 1em;
  left: 50%;
}
.block-intro-2 {
  background: #ff64aa;
  padding-bottom: 40px;
}
.block-intro-2.verhaal {
  background: #ffffff;
}
.block-intro-2 .intro-text {
  font-size: 1.25em;
}
.block-intro-2 .details .heading {
  font-size: 0.75em;
  font-weight: bold;
}
.block-intro-2 h4 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 60px;
}
.block-intro-2 p {
  margin-top: 0px;
}
.block-intro-2.clickable {
  cursor: pointer;
  background: #ff64aa;
}
.block-intro-2.clickable.verhaal {
  background-color: #ffffff;
}
.block-intro-2 a {
  text-decoration: underline;
}
.block-intro-2.block-intro-download {
  padding-bottom: 0px;
  background-color: #ffffff;
}
.block-image {
  background-size: cover;
  background-position: center center;
}
.block-verhaal {
  background-size: cover;
  position: relative;
  background-position: center center;
  cursor: pointer;
}
.block-verhaal .client {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60px;
  font-weight: bold;
  background-position: center center;
}
.block-quote {
  background: #ffdcc3;
}
.block-quote p.center {
  margin: 0px 10% 0px 10%;
}
.block-quote .quote {
  font-weight: bold;
}
.block-quote .name {
  display: inline-block;
}
.block-pinterest {
  background: #ffffff;
  position: relative;
}
.block-pinterest .row {
  height: 100%;
}
.block-pinterest .pinterest-board {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.block-pinterest .pinterest-board:not(.empty):hover {
  cursor: pointer;
}
.block-pinterest .info {
  text-transform: capitalize;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
  font-weight: bold;
  display: block;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
}
.block-pinterest .info .vertical-align {
  padding-left: 20px;
}
.block-telephone {
  background: #ffffff;
}
.block-contact {
  background: #f5f5f5;
}
.block-more {
  background: #00b4e6;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
}
.block-module {
  background-position: center center;
  background-size: cover;
}
.block-download {
  background-color: #f5f5f5;
}
.block-download .extension,
.block-download .subtitle {
  font-weight: normal;
}
.block-download h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.block-download p {
  margin-top: 4px;
}
.block-download .chapeau-bottom {
  position: absolute;
  bottom: 1em;
  width: 100%;
}
.block-download-small {
  height: 100px;
}
.block-download-small .extension,
.block-download-small .subtitle {
  font-weight: normal;
}
.block-download-small h3 {
  font-size: 1em;
}
.block-download-small a {
  text-decoration: none;
}
.block.to-show {
  display: none;
}
.button {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-mail {
  background-image: url('../images/icon-mail.svg');
}
.button-location,
.button-location-white {
  background-image: url('../images/icon-location-white.svg');
}
.button-location-black {
  background-image: url('../images/icon-location-black.svg');
}
.button-facebook-white {
  background-image: url('../images/icon-facebook-white.svg');
}
.button-facebook-black {
  background-image: url('../images/icon-facebook-black.svg');
}
.button-pinterest-white {
  background-image: url('../images/icon-pinterest-white.svg');
}
.button-pinterest-black {
  background-image: url('../images/icon-pinterest-black.svg');
}
.button-blog-white {
  background-image: url('../images/icon-blogger-white.svg');
}
.button-blog-black {
  background-image: url('../images/icon-blogger-black.svg');
}
.button-vimeo-black {
  background-image: url('../images/icon-vimeo-black.svg');
}
.button-mail,
.button-facebook-black {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.button-mail:hover,
.button-facebook-black:hover {
  background-color: #dcdcdc;
}
@media (max-width: 767px) {
  .auto-height-xs {
    height: auto !important;
  }
  .fixed-height-xs {
    height: 320px !important;
  }
  .fixed-height-xs-half {
    height: 160px !important;
  }
}
.veil {
  background: rgba(0, 0, 0, 0.12);
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.block-verhaal:hover .veil,
.block-image:hover .veil,
.veil.off,
.blog-entry:hover .veil {
  background: rgba(0, 0, 0, 0);
}
.contact .cycle-slideshow,
.contact .cycle-slideshow .slide {
  display: block;
  height: 100%;
  width: 100%;
  background: #d2d3d5;
}
.contact .cycle-slideshow .slide .vertical-align > div {
  width: 100%;
}
.contact .cycle-slideshow .slide .name,
.contact .cycle-slideshow .slide .quote {
  color: #ffffff;
  display: block;
  text-align: center;
  width: auto;
  margin-left: 25%;
  margin-right: 25%;
}
.contact .cycle-slideshow .slide .quote {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .contact .cycle-slideshow .slide .quote {
    font-size: 2em;
  }
}
.contact .cycle-slideshow .cycle-prev,
.contact .cycle-slideshow .cycle-next {
  display: block;
  height: 100%;
  width: 30%;
  position: absolute;
  top: 0px;
  z-index: 102;
  cursor: pointer;
}
.contact .cycle-slideshow .cycle-prev {
  left: 0px;
  background: transparent url('../images/icon-arrow-left.svg') no-repeat 30px center;
  cursor: w-resize;
}
.contact .cycle-slideshow .cycle-next {
  right: 0px;
  background: transparent url('../images/icon-arrow-right.svg') no-repeat right 30px center;
  cursor: e-resize;
}
.contact .block {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.contact .block.silver {
  background: #f5f5f5;
}
.contact .block.gray-light {
  background: #e9e9e9;
}
.contact .block-addresses {
  background: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .contact .block-addresses {
    height: auto !important;
  }
}
.contact .block .wrapper {
  margin-left: 20px;
}
.contact .block-pinterest {
  background: #ff64aa;
}
.contact .block-pinterest:hover {
  background: #ff7eb8;
}
.contact .block-facebook {
  background: #ff3232;
}
.contact .block-facebook:hover {
  background: #ff4c4c;
}
.contact .block-location {
  background: #f5f5f5;
}
.contact .block-location:hover {
  background: #ffffff;
}
.contact .block-contact {
  background: #e9e9e9;
}
.contact .block-contact:hover {
  background: #f6f6f6;
}
.contact .block-blog {
  background: #ff6f00;
}
.contact .block-blog:hover {
  background: #ff7d1a;
}
.contact .block-vimeo {
  background: #ff4f4f;
}
.contact .block-vimeo:hover {
  background: #ff6969;
}
.contact .block-mvo {
  background: #4df48f;
}
.contact .block-mvo:nth-child(2) {
  background: #00ef5f;
}
.contact .button-mail {
  background-color: #ffffff;
}
.contact .button-mail:hover {
  background-color: #f5f5f5;
}
.contact .button-facebook-black {
  background-color: #ff3232;
}
.contact .button-facebook-black:hover {
  background-color: #ff4c4c;
}
.click-order .block-image {
  background-color: #ffffff;
}
.click-order .block-image.col-sm-12 > .wrapper {
  margin: 20px 55% 20px 20px;
}
.click-order .block-image.col-sm-6 > .wrapper {
  margin: 20px;
}
.click-order .block-image p {
  margin: 0px;
  font-size: 1.3em;
}
.click-order .block-image p.caption {
  color: #ffffff;
}
.over-subpage .block-blog {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .over-subpage .blog-entry h3 {
    font-size: 1.3em;
  }
}
.over-subpage .block-be-inspired {
  background-color: #ffffff;
}
.over-subpage .block-full-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.over-subpage .blog-board {
  background: #999999;
}
.over-subpage .blog-board .blog-entry {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden !important;
}
.over-subpage .blog-board .blog-entry:hover {
  cursor: pointer;
}
.over-subpage .blog-board h3 {
  padding-left: 5%;
  padding-right: 5%;
  color: #ffffff;
  text-align: center;
}
.button-close {
  display: block;
  height: 30px;
  float: right;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .button-close {
    background-image: url('../images/icon-cross-black-fat.svg');
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .button-close {
    width: 30px;
    background-image: url('../images/icon-cross-black.svg');
    margin-right: 20px;
  }
}
.button-close a {
  display: block;
  height: 100%;
  width: 100%;
}
.button-close :after {
  clear: both;
}
@media (max-width: 767px) {
  #fp-nav {
    display: none;
  }
}
.panels {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
.panels .panel {
  color: #ffffff;
  display: block;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.panels .panel img {
  width: 100%;
  height: auto;
}
.panels .panel .title-caption {
  position: absolute;
  top: 30px;
  left: 0px;
}
@media (max-width: 767px) {
  .panels .panel .title-caption {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panels .panel .title-caption {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panels .panel .title-caption {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .panels .panel .title-caption {
    margin-left: 75px;
  }
}
.panels .panel .title-caption .title {
  font-weight: bold;
}
.panels .panel .text {
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 100%;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .panels .panel .text {
    font-size: 2.2em;
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panels .panel .text {
    font-size: 3em;
    letter-spacing: -2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .panels .panel .text {
    font-size: 4em;
    letter-spacing: -2px;
  }
}
.home-block {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  color: white;
  height: 250px;
  background-color: #1e1e1e;
}
.home-block p {
  max-width: 16em;
}
.home-block h3 {
  padding: 0;
  font-weight: normal;
  font-size: 1.5em;
}
.home-block .block-button {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  padding-top: 17px;
  font-weight: bold;
  background: url('/assets/images/icon-triangles_right-white.svg') no-repeat;
  background-position: right 5px center;
  letter-spacing: -0.5px;
}
@media (min-width: 1200px) {
  .home-block .block-button {
    padding-top: 15px;
  }
}
.home-block .block-button-alt {
  color: #1e1e1e;
  background-color: #ffffff;
  background-image: url('/assets/images/icon-triangles_right.svg');
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.home-block .block-story {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.home-block .block-story h3 {
  font-weight: bold;
  width: 100%;
  padding-left: 20px;
}
.home-block .block-story h3 a {
  display: block;
  background: url('/assets/images/icon-triangles_right-white.svg') no-repeat;
  background-position: right 5px center;
  padding-right: 50px;
}
.home-block:hover .block-button-alt,
.home-block:hover .block-story {
  opacity: 1;
}
.home-blog {
  background-color: #999999;
  height: 0;
}
.home-blog .blog-post {
  background-size: cover;
  background-position: center center;
  color: white;
  height: 400px;
  cursor: pointer;
}
.home-blog .blog-post .veil {
  background-color: rgba(0, 0, 0, 0);
}
.home-blog .blog-post:hover .veil {
  background-color: rgba(0, 0, 0, 0.12);
}
.home-blog h3 {
  padding-left: 20px;
  padding-right: 40px;
  font-size: 2em;
  line-height: 1;
  font-weight: normal;
  max-width: 12em;
}
.home-blog .excerpt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 1.1em;
}
.mobile-menu-button {
  display: block;
  width: 60px;
  height: 70px;
  background: transparent url('../images/icon-menu.svg') no-repeat center center;
  background-size: 60px 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.mobile-menu-button.open {
  background-image: url('../images/icon-close.svg');
}
.mobile-menu {
  display: block;
  background: #1e1e1e;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 768px) and (max-width: 991px), (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.away {
  display: none;
}
li.mobile-menu-item,
li.mobile-submenu-item {
  list-style: none;
}
li.mobile-menu-item a,
li.mobile-submenu-item a {
  display: block;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  font-size: 1.15em;
  letter-spacing: -0.5px;
}
@media (orientation: portrait) {
  li.mobile-menu-item a,
  li.mobile-submenu-item a {
    height: 50px;
    padding-top: 1em;
  }
}
@media (orientation: landscape) {
  li.mobile-menu-item a,
  li.mobile-submenu-item a {
    height: 35px;
    padding-top: 0.5em;
  }
}
li.mobile-menu-item a.active,
li.mobile-submenu-item a.active,
li.mobile-menu-item a:hover,
li.mobile-submenu-item a:hover,
li.mobile-menu-item a:active,
li.mobile-submenu-item a:active {
  background: #f5f5f5;
}
li.mobile-menu-item a.has-submenu,
li.mobile-submenu-item a.has-submenu {
  background-image: url('../images/icon-triangles_right.svg');
  background-repeat: no-repeat;
  background-position: right 5px center;
}
li.mobile-menu-item a.has-submenu.open,
li.mobile-submenu-item a.has-submenu.open {
  background-image: url('../images/icon-triangles_down.svg');
}
li.mobile-submenu-item {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  height: 0px;
  overflow: hidden;
}
li.mobile-submenu-item.open {
  height: 50px;
}
@media (orientation: landscape) {
  li.mobile-submenu-item.open {
    height: 35px;
  }
}
li.mobile-submenu-item a {
  color: #999999;
  background: #1e1e1e;
}
li.mobile-submenu-item a.active,
li.mobile-submenu-item a:active,
li.mobile-submenu-item a:hover {
  background: #1e1e1e;
  color: #ffffff;
}
@media (max-width: 767px) {
  body:not(.home) .menu-fixed .mobile-menu-button {
    height: 50px;
  }
  body:not(.home) .menu-fixed .menu {
    height: 50px;
  }
  body:not(.home) .menu-fixed .menu .logo {
    height: 50px;
  }
}
.pop-up {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  font-size: 1.2857em;
}
@media (max-width: 767px) {
  .pop-up {
    font-size: 1em;
  }
}
.pop-up .intro {
  padding-left: 20px;
  padding-right: 20px;
  margin: 100px auto 0 auto;
  max-width: 1000px;
  text-align: center;
}
@media (max-width: 767px) {
  .pop-up .intro {
    margin-top: 70px;
    font-size: 1.5556em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pop-up .intro {
    font-size: 1.5556em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .pop-up .intro {
    font-size: 2em;
  }
}
.pop-up .intro p img {
  margin-bottom: 6px;
  height: 1.1em;
  width: auto;
}
@media (max-width: 767px) {
  .pop-up .slick {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .pop-up .slick {
    margin-top: 60px;
  }
}
.pop-up .slide {
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
}
.pop-up .slide.lenoir {
  font-family: "Courier", "Courier New", monospace;
}
.pop-up .slide .name {
  font-weight: bold;
  white-space: nowrap;
}
.pop-up .color-panel {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #ff4f4f;
  z-index: -1;
}
.pop-up .greeting {
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 70px;
}
@media (max-width: 767px) {
  .pop-up .greeting {
    bottom: 40px;
  }
}
.pop-up .button-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  background-image: url('../images/icon-cross-black.svg');
  margin-right: 20px;
}
.slick-slide {
  outline: none;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 1px #1e1e1e solid;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background: #1e1e1e;
}
