@charset "UTF-8";
/* Vars */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: both;
  animation-timing-function: both; }

.animated.infinite {
  -webkit-animation-iteration-count: ease;
  animation-iteration-count: ease; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 0.1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 0.1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInRightBigTrans {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 0.1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBigTrans {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 0.1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBigTrans {
  -webkit-animation-name: fadeInRightBigTrans;
  animation-name: fadeInRightBigTrans; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-enabled body > *:not(.fancybox-container) {
  filter: blur(5px); }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #dddddd;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .37;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }

  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }

  .fancybox-button--thumbs span {
    font-size: 23px; }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/*************
*
* Custom Fancybox styling
*
**************/
.fancybox-container {
  background: rgba(255, 255, 255, 0.4); }
  .fancybox-container .fc-content {
    background: #e6e6e6;
    padding: 40px 70px; }
    @media (max-width: 767px) {
      .fancybox-container .fc-content {
        padding: 15px 25px; } }
    @media (min-width: 768px) {
      .fancybox-container .fc-content {
        width: 670px; } }
    .fancybox-container .fc-content p, .fancybox-container .fc-content li, .fancybox-container .fc-content h1, .fancybox-container .fc-content h2, .fancybox-container .fc-content h3, .fancybox-container .fc-content h4 {
      color: #333; }
    @media (max-width: 767px) {
      .fancybox-container .fc-content h3 {
        font-size: 6vw;
        line-height: 7vw; } }
    .fancybox-container .fc-content ul {
      list-style: none; }
      .fancybox-container .fc-content ul li {
        font-size: 18px; }

@font-face {
  font-family: "dancingscript";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/dancingscript.woff2") format("woff2"), url("fonts/dancingscript.woff") format("woff"), url("fonts/dancingscript.ttf") format("ttf"); }
.ff-dancingscript {
  font-family: "dancingscript"; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

* {
  padding: 0;
  margin: 0; }

body {
  font-family: "open sans";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  width: 100%;
  overflow-x: hidden; }

h1, .like-h1 {
  font: 400 96px/88px 'dancingscript';
  color: #193540; }
  @media (max-width: 767px) {
    h1, .like-h1 {
      font-size: 9vw;
      line-height: 10vw; } }

h2, .like-h2 {
  font: 400 70px/80px 'dancingscript';
  color: #193540; }
  @media (max-width: 767px) {
    h2, .like-h2 {
      font-size: 9vw;
      line-height: 11.5vw; } }
  @media (max-width: 479px) {
    h2, .like-h2 {
      font-size: 12vw;
      line-height: 13.5vw; } }
  h2.os, .like-h2.os {
    font: 300 65px/75px 'Open Sans'; }
    @media (max-width: 767px) {
      h2.os, .like-h2.os {
        font: 300 9vw/10vw 'Open Sans'; } }

h3, .like-h3 {
  font: 400 60px/50px 'dancingscript'; }
  @media (max-width: 767px) {
    h3, .like-h3 {
      font-size: 7vw; } }
  h3.os, .like-h3.os {
    font: 300 40px/45px 'Open Sans'; }
    @media (max-width: 767px) {
      h3.os, .like-h3.os {
        font: 300 8vw/9vw 'Open Sans'; } }

h4 {
  font: 400 32px/50px 'dancingscript'; }
  @media (max-width: 767px) {
    h4 {
      font-size: 5vw;
      line-height: 5vw; } }

h5 {
  font: 400 22px/18px 'Open sans'; }

a {
  color: #000; }

p {
  font-family: "open sans";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 300; }

hr {
  border-color: #cccccc; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, p {
  transition: .3s all; }

::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999;
  opacity: 1; }

::-moz-placeholder {
  color: #999999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999999; }

.padding {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .padding {
      padding-top: 25px;
      padding-bottom: 25px; } }

.form-error {
  border-color: #f00 !important;
  box-shadow: inset 0 0 3px 1px #f00;
  -webkit-appearance: none; }

.button {
  padding: 8px 70px 8px 30px;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  background-image: url(grfx/arrow-right-white.svg);
  background-size: 25px 20px;
  background-position: 92% 13px;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 5px;
  background-color: #a0220a;
  transition: .3s all ease;
  outline: none;
  cursor: pointer; }
  .button:hover, .button:active, .button:focus {
    color: #fff;
    text-decoration: none;
    background-position: 94% 13px; }

.no-float {
  float: inherit; }

/**************
* Base
**************/
header {
  margin-top: 160px; }
  @media (max-width: 767px) {
    header {
      margin-top: 120px; } }
  header nav {
    background: #fff;
    height: 60px; }
    @media (max-width: 767px) {
      header nav {
        height: 70px; } }
    header nav #logo {
      display: inline-block; }
      header nav #logo img {
        width: 120px;
        border-radius: 100%;
        border: 5px solid #fff;
        position: absolute;
        top: 0; }
        @media (max-width: 767px) {
          header nav #logo img {
            width: 60px;
            z-index: 2;
            border: 0;
            margin-top: 5px; } }
    header nav .buttons {
      float: right;
      position: absolute;
      top: 0px;
      right: 40px; }
      @media (max-width: 767px) {
        header nav .buttons {
          right: 15px;
          top: 6px; } }
      header nav .buttons .winkelmandje,
      header nav .buttons .account,
      header nav .buttons .zoeken {
        padding-right: 40px;
        margin-right: 30px;
        background-position: right center;
        background-repeat: no-repeat;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        cursor: pointer; }
        @media (max-width: 991px) {
          header nav .buttons .winkelmandje,
          header nav .buttons .account,
          header nav .buttons .zoeken {
            padding-right: 28px;
            margin-right: 8px;
            height: 25px; }
            header nav .buttons .winkelmandje > .icon-label,
            header nav .buttons .account > .icon-label,
            header nav .buttons .zoeken > .icon-label {
              display: none; } }
        @media (max-width: 1024px) {
          header nav .buttons .winkelmandje,
          header nav .buttons .account,
          header nav .buttons .zoeken {
            line-height: 35px; } }
      header nav .buttons .account,
      header nav .buttons .zoeken {
        position: relative; }
        header nav .buttons .account:before,
        header nav .buttons .zoeken:before {
          content: '';
          position: absolute;
          right: 0;
          z-index: -1;
          width: 25px;
          height: 25px;
          border-radius: 3px;
          background: #534741;
          transition: .3s all; }
          @media (min-width: 992px) {
            header nav .buttons .account:before,
            header nav .buttons .zoeken:before {
              top: 8px; } }
        header nav .buttons .account.active:before, header nav .buttons .account:hover:before,
        header nav .buttons .zoeken.active:before,
        header nav .buttons .zoeken:hover:before {
          background: #80884f; }
      header nav .buttons .winkelmandje {
        color: #534741;
        background-image: url(grfx/shopping-cart.svg);
        position: relative; }
        header nav .buttons .winkelmandje .inhoud {
          position: absolute;
          right: -11px;
          top: 0;
          background: #80884f;
          height: 20px;
          width: 20px;
          text-align: center;
          border-radius: 100%;
          line-height: 20px;
          color: #fff;
          font-weight: 400;
          font-size: 12px;
          overflow: hidden; }
          header nav .buttons .winkelmandje .inhoud:empty {
            display: none; }
      header nav .buttons .account {
        color: #534741;
        background-image: url(grfx/account.svg); }
        header nav .buttons .account .account-content {
          width: 380px;
          position: absolute;
          right: -45px;
          top: 52px;
          z-index: -1;
          pointer-events: none;
          opacity: 0;
          transition: .3s all; }
          @media (max-width: 991px) {
            header nav .buttons .account .account-content {
              right: -42px;
              top: 44px; } }
          @media (max-width: 767px) {
            header nav .buttons .account .account-content {
              width: 100vw;
              top: 48px;
              right: -106px; } }
          header nav .buttons .account .account-content .hoekje {
            position: absolute;
            top: -6px;
            right: 45px;
            width: 20px;
            height: 20px;
            display: block;
            background: #732706;
            transform: rotate(45deg); }
            @media (max-width: 767px) {
              header nav .buttons .account .account-content .hoekje {
                right: 108px; } }
          header nav .buttons .account .account-content .content-not-logged-in {
            padding: 40px 40px 80px 40px;
            background: #732706;
            display: none; }
            header nav .buttons .account .account-content .content-not-logged-in.active {
              display: block; }
            @media (max-width: 1024px) {
              header nav .buttons .account .account-content .content-not-logged-in {
                padding: 20px 40px 80px 40px; } }
            @media (max-width: 767px) {
              header nav .buttons .account .account-content .content-not-logged-in {
                padding: 20px 15px 80px 15px; } }
            header nav .buttons .account .account-content .content-not-logged-in h5 {
              color: #fff;
              text-transform: uppercase;
              margin-bottom: 30px;
              font-weight: 700; }
              @media (max-width: 767px) {
                header nav .buttons .account .account-content .content-not-logged-in h5 {
                  margin-bottom: 20px; } }
            header nav .buttons .account .account-content .content-not-logged-in .form-group {
              margin-bottom: 12px;
              display: block; }
              @media (max-width: 767px) {
                header nav .buttons .account .account-content .content-not-logged-in .form-group {
                  margin-bottom: 0px; } }
              header nav .buttons .account .account-content .content-not-logged-in .form-group p {
                font-size: 14px;
                color: #fff;
                font-weight: 400; }
                @media (max-width: 767px) {
                  header nav .buttons .account .account-content .content-not-logged-in .form-group p {
                    margin: 3px 0; } }
              header nav .buttons .account .account-content .content-not-logged-in .form-group input {
                padding: 2px 10px;
                font-weight: 600;
                width: 100%;
                border: none;
                outline: none;
                background: #fff;
                border: 1px solid #b3b3b3;
                border-radius: 5px; }
                @media (max-width: 767px) {
                  header nav .buttons .account .account-content .content-not-logged-in .form-group input {
                    line-height: 30px; } }
            header nav .buttons .account .account-content .content-not-logged-in .forgot {
              display: block;
              color: #fff;
              font-style: italic;
              font-weight: 400;
              font-size: 14px;
              margin-top: 5px; }
            header nav .buttons .account .account-content .content-not-logged-in .button {
              width: 100%;
              padding: 5px 0 6px 22px;
              text-align: left;
              line-height: 34px;
              margin-top: 10px;
              background-color: transparent;
              border: 1px solid #fff; }
            header nav .buttons .account .account-content .content-not-logged-in .external-login {
              margin-top: 15px;
              display: block; }
              header nav .buttons .account .account-content .content-not-logged-in .external-login p {
                color: #fff;
                font-size: 14px;
                font-weight: 400; }
              header nav .buttons .account .account-content .content-not-logged-in .external-login .google,
              header nav .buttons .account .account-content .content-not-logged-in .external-login .facebook {
                display: inline-block;
                height: 40px; }
              header nav .buttons .account .account-content .content-not-logged-in .external-login .google {
                background-image: url(grfx/login-w-google.svg);
                width: 85px; }
              header nav .buttons .account .account-content .content-not-logged-in .external-login .facebook {
                background-image: url(grfx/login-w-facebook.svg);
                width: 100px;
                margin-left: 15px; }
            header nav .buttons .account .account-content .content-not-logged-in .account-maken {
              background: #e84d34;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              padding: 15px 0 5px 0;
              text-align: center; }
              header nav .buttons .account .account-content .content-not-logged-in .account-maken .signswitch {
                text-decoration: underline; }
                header nav .buttons .account .account-content .content-not-logged-in .account-maken .signswitch:hover {
                  text-decoration: underline; }
              header nav .buttons .account .account-content .content-not-logged-in .account-maken p, header nav .buttons .account .account-content .content-not-logged-in .account-maken a {
                color: #fff;
                font-weight: 400;
                font-size: 14px; }
          header nav .buttons .account .account-content .content-logged-in {
            padding: 40px 40px;
            background: #80884f;
            display: block;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px; }
            @media (max-width: 767px) {
              header nav .buttons .account .account-content .content-logged-in {
                padding: 50px 25px 30px 25px; } }
            header nav .buttons .account .account-content .content-logged-in p, header nav .buttons .account .account-content .content-logged-in a {
              color: #fff; }
            header nav .buttons .account .account-content .content-logged-in p {
              font-size: 14px;
              line-height: 20px;
              font-weight: 400; }
            header nav .buttons .account .account-content .content-logged-in a {
              background-image: url(grfx/arrow-right-white.svg);
              background-size: 20px 15px;
              background-position: 0% 13px;
              background-repeat: no-repeat;
              padding-left: 40px;
              font-size: 20px;
              font-weight: 600;
              display: block;
              margin-bottom: 5px;
              transition: .3s all ease; }
              header nav .buttons .account .account-content .content-logged-in a:hover {
                background-position: 2% 13px;
                text-decoration: none; }
              @media (max-width: 767px) {
                header nav .buttons .account .account-content .content-logged-in a {
                  font-size: 16px;
                  margin-bottom: 0; } }
            header nav .buttons .account .account-content .content-logged-in .button {
              width: 100%;
              padding: 5px 0 6px 22px;
              text-align: left;
              line-height: 34px;
              margin-top: 30px;
              background-size: 25px 20px;
              background-position: 92% 13px;
              background-color: transparent;
              border: 1px solid #fff; }
              header nav .buttons .account .account-content .content-logged-in .button:hover {
                background-position: 95% 13px; }
        header nav .buttons .account.logged-in .hoekje {
          background: #80884f; }
        header nav .buttons .account.active .account-content {
          opacity: 1;
          pointer-events: initial;
          z-index: 1; }
      header nav .buttons .zoeken {
        color: #534741;
        background-image: url(grfx/search.svg); }
        header nav .buttons .zoeken .zoeken-content {
          width: 400px;
          position: absolute;
          padding: 30px;
          right: -45px;
          top: 52px;
          z-index: -1;
          pointer-events: none;
          opacity: 0;
          background: #80884f;
          transition: .3s all; }
          @media (max-width: 991px) {
            header nav .buttons .zoeken .zoeken-content {
              right: -42px;
              top: 44px; } }
          @media (max-width: 767px) {
            header nav .buttons .zoeken .zoeken-content {
              width: 100vw;
              top: 48px;
              right: -72px; } }
          header nav .buttons .zoeken .zoeken-content h3 {
            font-family: 'Open sans';
            font-size: 24px;
            color: #fff;
            margin-top: 0;
            line-height: 26px; }
          header nav .buttons .zoeken .zoeken-content .hoekje {
            position: absolute;
            top: -6px;
            right: 45px;
            width: 20px;
            height: 20px;
            display: block;
            background: #80884f;
            transform: rotate(45deg); }
            @media (max-width: 767px) {
              header nav .buttons .zoeken .zoeken-content .hoekje {
                right: 75px; } }
          header nav .buttons .zoeken .zoeken-content .omni-box {
            background: #ffffff url(grfx/omni-box-search-icon.svg) 15px 10px no-repeat;
            margin: 0;
            padding: 5px 55px 5px 55px; }
            header nav .buttons .zoeken .zoeken-content .omni-box .submit-button {
              background-image: url(grfx/brown-arrow-right.svg);
              width: 36px;
              height: 27px;
              background-size: 100%;
              display: inline-block;
              position: absolute;
              right: 15px;
              top: 11px;
              margin-bottom: 0; }
            header nav .buttons .zoeken .zoeken-content .omni-box input {
              padding: 0; }
        header nav .buttons .zoeken.active .zoeken-content {
          opacity: 1;
          pointer-events: initial;
          z-index: 1; }
      header nav .buttons #menu-button {
        background: #80884f;
        display: inline-block;
        width: 98px;
        height: 38px;
        color: #fff;
        vertical-align: bottom;
        margin-top: 10px;
        margin-left: 30px;
        border-radius: 5px;
        transition: .3s all; }
        @media (max-width: 991px) {
          header nav .buttons #menu-button {
            margin-left: 0; } }
        @media (max-width: 767px) {
          header nav .buttons #menu-button {
            width: 38px; } }
        header nav .buttons #menu-button.active, header nav .buttons #menu-button:hover {
          background: #732706;
          cursor: pointer; }
        header nav .buttons #menu-button .text {
          float: left;
          height: 38px;
          color: #fff;
          line-height: 34px;
          padding-left: 8px;
          font-size: 16px; }
          @media (max-width: 767px) {
            header nav .buttons #menu-button .text {
              display: none; } }
        header nav .buttons #menu-button .wrap {
          display: inline-block;
          border-radius: 100%;
          padding-left: 10px;
          padding-top: 6px;
          transition: .3s all; }
          @media (max-width: 767px) {
            header nav .buttons #menu-button .wrap {
              padding-left: 7px; } }
          header nav .buttons #menu-button .wrap span {
            width: 25px;
            height: 2px;
            background-color: #fff;
            margin-top: 5px;
            display: block;
            transition: .3s margin 0s, .3s transform .3s; }
        header nav .buttons #menu-button.active .wrap {
          position: relative;
          top: -1px; }
          header nav .buttons #menu-button.active .wrap span {
            margin-top: -2px; }
            header nav .buttons #menu-button.active .wrap span:nth-child(1), header nav .buttons #menu-button.active .wrap span:nth-child(2) {
              transform: rotate(45deg); }
            header nav .buttons #menu-button.active .wrap span:nth-child(3) {
              transform: rotate(-45deg); }
        header nav .buttons #menu-button:not(.active) .wrap {
          transition: .3s all .3s; }
          header nav .buttons #menu-button:not(.active) .wrap span {
            transition: .3s margin .3s, .3s transform 0s; }
    header nav #navbar {
      background: rgba(115, 39, 6, 0.9);
      width: 450px;
      right: 40px;
      top: 100px;
      border-radius: 5px;
      position: fixed;
      padding: 55px 20px;
      opacity: 0;
      transform: translateY(10px);
      z-index: -1;
      pointer-events: none;
      transition: .5s all ease; }
      header nav #navbar.active {
        opacity: 1;
        z-index: 5;
        pointer-events: initial;
        transform: translateY(0px); }
      header nav #navbar:not(.active) {
        transition: .5s opacity 0s ease, .2s transform .5s ease; }
      header nav #navbar > ul > li {
        list-style: none;
        padding-left: 25px;
        position: relative;
        margin-bottom: 10px; }
        header nav #navbar > ul > li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 10px;
          width: 15px;
          height: 11px;
          background: url(grfx/arrow-right-white.svg) left center no-repeat;
          background-size: 100%; }
        header nav #navbar > ul > li > a {
          font-weight: 600;
          font-size: 20px;
          line-height: 30px;
          color: #fff; }
        header nav #navbar > ul > li.has-sub {
          cursor: pointer; }
          header nav #navbar > ul > li.has-sub:before, header nav #navbar > ul > li.has-sub:after {
            content: '';
            display: block;
            position: absolute;
            height: 2px;
            width: 14px;
            background: #fff;
            left: 0px;
            top: 13px; }
          header nav #navbar > ul > li.has-sub:after {
            transition: .3s all ease;
            transform: rotate(90deg);
            transform-origin: center; }
          header nav #navbar > ul > li.has-sub .submenu {
            list-style: none; }
            header nav #navbar > ul > li.has-sub .submenu > li {
              height: 0px;
              overflow: hidden;
              opacity: 0;
              transition: .3s all ease; }
              header nav #navbar > ul > li.has-sub .submenu > li a {
                color: #fff; }
          header nav #navbar > ul > li.has-sub.active-sub:after {
            transform: rotate(0deg); }
          header nav #navbar > ul > li.has-sub.active-sub .submenu > li {
            height: 30px;
            opacity: 1; }
      @media (max-width: 767px) {
        header nav #navbar {
          width: 100%;
          right: 0; } }

.fill {
  min-height: calc(100vh - 400px); }

footer {
  background: #732706; }
  footer ul li {
    list-style: none; }
    footer ul li.top {
      font-weight: 600;
      color: #fff;
      line-height: 40px; }
    footer ul li a, footer ul li span {
      color: #fff !important;
      line-height: 30px; }
    footer ul li img {
      width: 200px;
      margin-top: 36px; }

/******************
* Home 
*******************/
.common-home header {
  margin-top: 60px; }
@media (max-width: 767px) {
  .common-home .home-header {
    margin-top: 60px; } }
.common-home .home-tekst-blokken p {
  margin-bottom: 25px; }
.common-home .home-tekst-blokken h1 {
  margin-bottom: 50px; }
.common-home .home-tekst-blokken img {
  width: 100%; }
.common-home .home-tekst-blokken .button {
  margin-top: 20px; }
.common-home .home-tekst-blokken .blok-1 {
  background: #f2f2f2;
  padding-top: 110px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .common-home .home-tekst-blokken .blok-1 {
      padding-top: 30px; } }
  .common-home .home-tekst-blokken .blok-1 h1, .common-home .home-tekst-blokken .blok-1 p {
    color: #4d4d4d; }
  .common-home .home-tekst-blokken .blok-1 img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -100px; }
    @media (max-width: 767px) {
      .common-home .home-tekst-blokken .blok-1 img {
        margin-top: 80px; } }
  .common-home .home-tekst-blokken .blok-1 .button {
    background-color: #80884f; }
.common-home .home-tekst-blokken .blok-2 {
  background: #e6e6e6;
  padding-bottom: 80px; }
  @media (min-width: 767px) {
    .common-home .home-tekst-blokken .blok-2 {
      padding-top: 150px; } }
  .common-home .home-tekst-blokken .blok-2 h1, .common-home .home-tekst-blokken .blok-2 p {
    color: #4d4d4d; }
  .common-home .home-tekst-blokken .blok-2 .button {
    background-color: #80884f; }
  .common-home .home-tekst-blokken .blok-2 img {
    margin-top: 100px; }
    @media (max-width: 767px) {
      .common-home .home-tekst-blokken .blok-2 img {
        margin-bottom: 20px; } }

/***************************
* Pages
***************************/
@media (min-width: 768px) {
  .page-129 .topbar .holder {
    margin-top: 30px; } }
.page-129 .filter-input {
  color: #fff;
  background: rgba(115, 39, 6, 0.9);
  position: absolute;
  top: 100px;
  padding: 70px 100px;
  width: 805px;
  transform: translateY(10px);
  opacity: 0;
  transition: .4s all;
  pointer-events: none; }
  .page-129 .filter-input.active {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: initial; }
  @media (max-width: 991px) {
    .page-129 .filter-input {
      width: 400px;
      padding: 50px 35px 35px 35px; } }
  @media (max-width: 767px) {
    .page-129 .filter-input {
      width: 100%;
      padding: 50px 25px 35px 25px;
      left: 0;
      top: 56px; } }
  .page-129 .filter-input .filter-close {
    position: absolute;
    color: #fff;
    right: 25px;
    top: 25px;
    width: 80px;
    cursor: pointer; }
    .page-129 .filter-input .filter-close:after {
      content: '+';
      transform: rotate(45deg);
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      font-size: 50px; }
  .page-129 .filter-input .filter-input__list {
    color: #fff; }
    @media (min-width: 992px) {
      .page-129 .filter-input .filter-input__list {
        float: left;
        width: 300px;
        margin-top: -50px; } }
    .page-129 .filter-input .filter-input__list .checkbox-styling label {
      color: #fff; }
    .page-129 .filter-input .filter-input__list .filter-input__list-head {
      margin-top: 30px;
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 991px) {
        .page-129 .filter-input .filter-input__list .filter-input__list-head {
          margin-top: 10px; } }
  @media (max-width: 991px) {
    .page-129 .filter-input .dropdown-js .dropdown-js-handle:after {
      border-color: #ffffff transparent transparent transparent; } }
  .page-129 .filter-input .dropdown-js.active .dropdown-js-handle:after {
    border-color: transparent transparent #ffffff transparent; }
  .page-129 .filter-input .bottom {
    display: block;
    float: left;
    width: 100%; }
    .page-129 .filter-input .bottom .filter-discard {
      border: 1px solid #fff;
      border-radius: 5px;
      position: relative;
      background: none;
      margin-top: 30px;
      transition: .3s all;
      cursor: pointer; }
      .page-129 .filter-input .bottom .filter-discard:hover {
        background: rgba(255, 255, 255, 0.2); }
      .page-129 .filter-input .bottom .filter-discard:after {
        content: '+';
        transform: rotate(45deg);
        position: absolute;
        display: block;
        right: 12px;
        top: 8px;
        font-size: 40px; }
.page-129 .categorie-tekst {
  background: #fff; }
  .page-129 .categorie-tekst h2 {
    margin-bottom: 50px;
    text-align: center; }
  .page-129 .categorie-tekst h2, .page-129 .categorie-tekst p {
    color: #80884f; }

.page-130 header {
  margin-bottom: 60px; }
.page-130 h1.like-h2 {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .page-130 h1.like-h2 {
      line-height: 55px; } }
  @media (max-width: 767px) {
    .page-130 h1.like-h2 {
      margin-top: 60px; } }
.page-130 h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px; }
.page-130 .intro {
  font: 300 18px/28px 'Open sans';
  font-style: italic;
  margin-bottom: 30px; }
.page-130 .topbar {
  background: #b27953;
  z-index: 6; }
  .page-130 .topbar .holder {
    position: relative; }
    @media (max-width: 480px) {
      .page-130 .topbar .holder .bezorgtijd-meticon {
        display: none; } }
  .page-130 .topbar #exclusive-stars {
    width: 230px;
    margin: 6px 40px; }
  .page-130 .topbar .gerechten-lijst-btn,
  .page-130 .topbar .goto-cart-btn {
    display: none; }
  @media (max-width: 767px) {
    .page-130 .topbar {
      height: 56px; }
      .page-130 .topbar .wrap {
        top: 10px; }
      .page-130 .topbar #exclusive-stars {
        display: none; }
      .page-130 .topbar .gerechten-lijst-btn,
      .page-130 .topbar .goto-cart-btn {
        background-size: 25px;
        padding: 3px 10px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        display: inline-block; }
      .page-130 .topbar .gerechten-lijst-btn {
        background: #f7931e url(grfx/bolletjes.svg) 90% center no-repeat;
        padding-right: 30px;
        background-size: 4px; }
      .page-130 .topbar .goto-cart-btn {
        background: #39b54a url(grfx/cart-icon.svg) 90% center no-repeat;
        padding-right: 30px;
        background-size: 17px;
        float: right; } }
  @media (max-width: 991px) {
    .page-130 .topbar .back,
    .page-130 .topbar .next {
      width: 50px;
      text-align: left;
      background-position: 20px 8px !important; }
      .page-130 .topbar .back .text,
      .page-130 .topbar .next .text {
        display: none; }
    .page-130 .topbar .back {
      margin-left: 40px; } }
  @media (max-width: 767px) {
    .page-130 .topbar .back {
      margin-left: 0px;
      margin-top: 0px; } }
.page-130 .header {
  height: 70vh;
  position: relative; }
  .page-130 .header h2 {
    color: #fff;
    margin-top: 20vw;
    font-style: italic;
    font-weight: 300; }
    @media (max-width: 767px) {
      .page-130 .header h2 {
        margin-top: 25vh;
        font-size: 12vw;
        line-height: 13vw; } }
.page-130 .gerecht-content {
  background: #f2f2f2; }
  .page-130 .gerecht-content .video {
    width: 100%;
    display: block;
    height: 0;
    background-size: cover;
    background-position: center center;
    padding-bottom: 56.8%;
    position: relative;
    margin-bottom: 15px; }
    .page-130 .gerecht-content .video:after {
      content: '';
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      background: url(grfx/play.svg) center center no-repeat;
      background-size: 100%;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      cursor: pointer;
      transition: .3s all ease; }
    .page-130 .gerecht-content .video:hover:after {
      transform: scale(1.1); }
  .page-130 .gerecht-content .favoriet {
    text-align: center; }
    .page-130 .gerecht-content .favoriet .button {
      background-color: #f29fc5;
      background-image: url(grfx/heart.svg);
      background-size: 20px;
      transition: .3s all ease;
      margin-top: 25px;
      margin-bottom: 25px;
      width: 304px;
      cursor: pointer;
      transition: .3s all; }
      @media (max-width: 360px) {
        .page-130 .gerecht-content .favoriet .button {
          width: 100%; } }
      .page-130 .gerecht-content .favoriet .button.done {
        background-color: #ec72aa;
        background-size: 30px;
        background-position: 92% 9px; }
      .page-130 .gerecht-content .favoriet .button:hover {
        background-size: 30px;
        background-position: 92% 9px; }
    .page-130 .gerecht-content .favoriet .sub {
      display: block;
      font-style: italic;
      font-weight: 400;
      font-size: 15px; }
  .page-130 .gerecht-content .extra {
    margin-top: 30px;
    display: block; }
    .page-130 .gerecht-content .extra .bereidingstijd {
      display: block; }
    .page-130 .gerecht-content .extra .pittigheid {
      display: block; }
      .page-130 .gerecht-content .extra .pittigheid .text {
        display: inline-block; }
      .page-130 .gerecht-content .extra .pittigheid .chilli {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-size: 100%; }
        .page-130 .gerecht-content .extra .pittigheid .chilli.chilli-on {
          background-image: url(grfx/chili-on.svg); }
        .page-130 .gerecht-content .extra .pittigheid .chilli.chilli-off {
          background-image: url(grfx/chili-off.svg); }
  .page-130 .gerecht-content .social {
    margin-top: 25px; }
    .page-130 .gerecht-content .social hr {
      width: 304px;
      margin: 25px auto; }
      @media (max-width: 420px) {
        .page-130 .gerecht-content .social hr {
          width: 100%; } }
    .page-130 .gerecht-content .social p {
      font: 600 16px/24px 'Open sans';
      text-transform: uppercase;
      width: 304px;
      margin: 20px auto; }
      @media (max-width: 360px) {
        .page-130 .gerecht-content .social p {
          width: 100%; } }
    .page-130 .gerecht-content .social .btn-wrap {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      margin-bottom: 50px;
      width: 304px;
      margin: 10px auto 50px; }
      @media (max-width: 420px) {
        .page-130 .gerecht-content .social .btn-wrap {
          width: 100%; } }
      .page-130 .gerecht-content .social .btn-wrap .btn {
        width: 40px;
        height: 40px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        transition: .3s all ease; }
        .page-130 .gerecht-content .social .btn-wrap .btn:hover {
          transform: scale(1.1); }
        .page-130 .gerecht-content .social .btn-wrap .btn.pintrest {
          background-image: url(grfx/social/pintrest.svg); }
        .page-130 .gerecht-content .social .btn-wrap .btn.facebook {
          background-image: url(grfx/social/facebook.svg); }
        .page-130 .gerecht-content .social .btn-wrap .btn.twitter {
          background-image: url(grfx/social/twitter.svg); }
        .page-130 .gerecht-content .social .btn-wrap .btn.google {
          background-image: url(grfx/social/google.svg); }
  .page-130 .gerecht-content .ingredienten {
    background: #e6e6e6;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 15px 25px; }
    .page-130 .gerecht-content .ingredienten .checkbox-styling {
      position: relative;
      display: block; }
      .page-130 .gerecht-content .ingredienten .checkbox-styling label {
        margin-bottom: 2px; }
        .page-130 .gerecht-content .ingredienten .checkbox-styling label .check {
          margin-right: 10px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .page-130 .gerecht-content .ingredienten {
        padding: 15px 15px; } }
    .page-130 .gerecht-content .ingredienten ul {
      margin: 30px 15px; }
      @media (min-width: 768px) and (max-width: 992px) {
        .page-130 .gerecht-content .ingredienten ul {
          margin: 30px 0 30px 25px; } }
      .page-130 .gerecht-content .ingredienten ul li {
        font: 400 16px/32px 'Open sans';
        color: #193540;
        position: relative; }
        .page-130 .gerecht-content .ingredienten ul li:after {
          content: '';
          width: calc(100% + 20px);
          position: absolute;
          display: block;
          height: 1px;
          background: #cccccc;
          left: -20px; }
    .page-130 .gerecht-content .ingredienten .bezorgtijd-meticon {
      margin-left: 0;
      font-size: 14px;
      line-height: 18px;
      background-size: 35px;
      margin-top: -15px;
      margin-bottom: 30px;
      display: block; }
  .page-130 .gerecht-content .button-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; }
    .page-130 .gerecht-content .button-wrap .button-add-to-cart {
      width: 95px;
      height: 145px;
      padding: 15px 10px 10px 15px;
      color: #fff;
      display: inline-block;
      text-align: center;
      background-image: url(grfx/shopping-cart-white.svg);
      background-repeat: no-repeat;
      background-position: 50% 90%;
      border-radius: 5px; }
      .page-130 .gerecht-content .button-wrap .button-add-to-cart .type {
        display: block;
        text-transform: uppercase;
        line-height: 25px; }
        .page-130 .gerecht-content .button-wrap .button-add-to-cart .type .small {
          font-size: 14px;
          display: block; }
      .page-130 .gerecht-content .button-wrap .button-add-to-cart .prijs {
        display: block;
        font-size: 14px; }
      .page-130 .gerecht-content .button-wrap .button-add-to-cart.button-bio {
        background-color: #80884f; }
        .page-130 .gerecht-content .button-wrap .button-add-to-cart.button-bio .type {
          font-weight: 600; }
      .page-130 .gerecht-content .button-wrap .button-add-to-cart.button-reg {
        background-color: #af3e51; }
      .page-130 .gerecht-content .button-wrap .button-add-to-cart.button-halal {
        background-color: #2e7382; }
      @media (min-width: 768px) and (max-width: 992px) {
        .page-130 .gerecht-content .button-wrap .button-add-to-cart {
          width: 86px;
          height: 127px;
          padding: 15px 8px 10px 8px; }
          .page-130 .gerecht-content .button-wrap .button-add-to-cart .type {
            font-size: 14px;
            line-height: 20px !important; } }
      @media (max-width: 767px) {
        .page-130 .gerecht-content .button-wrap .button-add-to-cart {
          line-height: 40px;
          padding-top: 0;
          text-align: left;
          font-size: 14px;
          height: 40px;
          background-position: 97%;
          margin-bottom: 15px;
          width: 100%; }
          .page-130 .gerecht-content .button-wrap .button-add-to-cart .type, .page-130 .gerecht-content .button-wrap .button-add-to-cart .small, .page-130 .gerecht-content .button-wrap .button-add-to-cart .prijs {
            display: inline-block !important; }
          .page-130 .gerecht-content .button-wrap .button-add-to-cart .prijs {
            float: right;
            padding-right: 40px; } }
  .page-130 .gerecht-content .tip {
    font-size: 14px;
    color: #193540;
    line-height: 19px;
    margin-bottom: 40px; }
  .page-130 .gerecht-content #mobile-order-buttons {
    background: #ffffff;
    padding: 15px;
    margin-left: -15px;
    margin-bottom: -25px;
    margin-right: -15px; }
  .page-130 .gerecht-content .bereiding-stappen .custom-bullet li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #193540; }
    .page-130 .gerecht-content .bereiding-stappen .custom-bullet li:before {
      position: absolute;
      left: 0;
      top: 2px;
      color: #fff;
      text-align: center;
      line-height: 30px;
      font-weight: 600;
      font-size: 14px;
      display: inline-block;
      width: 30px;
      height: 30px;
      background: #193540;
      border-radius: 100%; }
    @media (max-width: 767px) {
      .page-130 .gerecht-content .bereiding-stappen .custom-bullet li {
        padding-top: 40px;
        padding-left: 0;
        margin-bottom: 50px; }
        .page-130 .gerecht-content .bereiding-stappen .custom-bullet li:before {
          left: calc(50% - 15px); } }
  .page-130 .gerecht-content .toolbar-buttons {
    display: none;
    background: #c7cdcf;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    text-align: center; }
    .page-130 .gerecht-content .toolbar-buttons > span {
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: 10px 8px;
      display: inline-block;
      color: #193540;
      border-radius: 5px;
      border: 1px solid #193540;
      min-width: 35px;
      min-height: 35px;
      font-size: 14px;
      font-weight: 400;
      margin-top: 10px;
      padding: 5px 5px 5px 40px;
      transition: .3s all; }
      @media (min-width: 380px) {
        .page-130 .gerecht-content .toolbar-buttons > span {
          margin-left: 5px;
          margin-right: 5px; } }
    .page-130 .gerecht-content .toolbar-buttons .video-btn {
      background-image: url(grfx/play-icon.svg);
      background-size: 24px;
      background-position: 11px 8px; }
      @media (max-width: 460px) {
        .page-130 .gerecht-content .toolbar-buttons .video-btn .text {
          display: inline-block;
          width: 0;
          overflow: hidden;
          height: 0; } }
    .page-130 .gerecht-content .toolbar-buttons .personen-btn {
      background-image: url(grfx/person-icon.svg); }
    .page-130 .gerecht-content .toolbar-buttons .ingredienten-btn {
      background-image: url(grfx/list-icon.svg);
      background-position: 10px 13px; }
  @media (max-width: 767px) {
    .page-130 .gerecht-content {
      overflow-x: hidden;
      position: relative; }
      .page-130 .gerecht-content .toolbar {
        display: block;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        height: 60px;
        z-index: 3;
        overflow: hidden;
        background: #c7cdcf;
        transition: .3s all; }
        .page-130 .gerecht-content .toolbar .plus-min-input {
          display: none; }
        .page-130 .gerecht-content .toolbar .toolbar-buttons {
          display: block; }
        .page-130 .gerecht-content .toolbar.show-personen {
          height: 140px !important; }
          .page-130 .gerecht-content .toolbar.show-personen .plus-min-input {
            display: block; }
          .page-130 .gerecht-content .toolbar.show-personen .toolbar-buttons .personen-btn {
            background-color: #ffffff; }
        .page-130 .gerecht-content .toolbar.show-ingredienten .plus-min-input {
          display: none; }
        .page-130 .gerecht-content .toolbar.show-ingredienten .toolbar-buttons .ingredienten-btn {
          background-color: #ffffff; }
        .page-130 .gerecht-content .toolbar .ingredienten-gerechten {
          background: #c7cdcf;
          z-index: 12;
          position: relative; } }

.page-131 {
  background-color: #f2f2f2; }
  .page-131 .categorie-tekst h2 {
    margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-131 .topbar .back,
    .page-131 .topbar .next {
      width: 50px;
      text-align: left;
      background-position: 20px 8px !important; }
      .page-131 .topbar .back .text,
      .page-131 .topbar .next .text {
        display: none; } }
  .page-131 .categorie-overzicht-wrap {
    margin-bottom: 80px; }
    .page-131 .categorie-overzicht-wrap .categorie-link {
      border-radius: 5px;
      margin-bottom: 25px;
      overflow: hidden;
      text-decoration: none !important; }
      .page-131 .categorie-overzicht-wrap .categorie-link .image img {
        width: 100%; }
      .page-131 .categorie-overzicht-wrap .categorie-link .title-wrap {
        background-color: #193540;
        background-image: url(grfx/arrow-right-white.svg);
        background-size: 25px;
        background-repeat: no-repeat;
        display: block;
        background-position: 93% 11px;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 20px;
        font-size: 16px;
        font-weight: 600;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        transition: .3s all ease; }
      .page-131 .categorie-overzicht-wrap .categorie-link:hover .title-wrap {
        background-position: 95% 11px; }

.page-132 {
  background-color: #f2f2f2; }
  @media (max-width: 991px) {
    .page-132 .topbar .back,
    .page-132 .topbar .next {
      width: 50px;
      text-align: left;
      background-position: 20px 8px !important; }
      .page-132 .topbar .back .text,
      .page-132 .topbar .next .text {
        display: none; } }
  .page-132 .categorie-tekst h2 {
    margin-bottom: 50px; }
  .page-132 .filter-wrap .filters {
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 25px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .page-132 .filter-wrap .filters .filter-blok {
        margin-bottom: 25px; } }
    @media (max-width: 991px) {
      .page-132 .filter-wrap .filters .filter-blok.active {
        margin-bottom: 25px; } }
    .page-132 .filter-wrap .filters .filter-blok p {
      font-weight: 400;
      line-height: 28px; }
  .page-132 .producten-wrap {
    padding: 0; }
    .page-132 .producten-wrap .product-link {
      position: relative;
      margin-bottom: 25px;
      text-decoration: none; }
      .page-132 .producten-wrap .product-link .price {
        position: absolute;
        top: 0;
        right: 15px;
        padding: 2px 10px;
        background-color: #009245;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        width: 85px; }
      .page-132 .producten-wrap .product-link .image img {
        width: 100%; }
      .page-132 .producten-wrap .product-link .title-wrap {
        background: #193540;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 10px 15px;
        position: relative;
        height: 95px;
        width: 100%;
        display: block; }
        .page-132 .producten-wrap .product-link .title-wrap .title {
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          display: block;
          width: calc(100% - 40px); }
        .page-132 .producten-wrap .product-link .title-wrap .sub-title {
          color: #fff;
          font-size: 14px;
          font-weight: 600;
          display: block;
          width: calc(100% - 40px); }
        .page-132 .producten-wrap .product-link .title-wrap .add-to-cart {
          display: inline-block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          height: 100%;
          width: 45px;
          background-color: #009245;
          border-bottom-right-radius: 5px;
          background-image: url(grfx/shopping-cart-white.svg);
          background-position: center center;
          background-size: 28px;
          background-repeat: no-repeat;
          transition: .3s all ease; }
          .page-132 .producten-wrap .product-link .title-wrap .add-to-cart:hover {
            background-color: #005f2d; }

@media (max-width: 991px) {
  .page-133 .topbar .back,
  .page-133 .topbar .next {
    width: 50px;
    text-align: left;
    background-position: 20px 8px !important; }
    .page-133 .topbar .back .text,
    .page-133 .topbar .next .text {
      display: none; } }
.page-133 .categorie-tekst {
  background-color: #f2f2f2; }
  .page-133 .categorie-tekst h1 {
    margin-bottom: 80px;
    font: 300 65px/75px 'Open Sans'; }
    @media (max-width: 767px) {
      .page-133 .categorie-tekst h1 {
        font: 300 9vw/10vw 'Open Sans';
        margin-bottom: 10vw; } }
  .page-133 .categorie-tekst .product-content .product-price {
    font: 600 32px/40px 'Open sans';
    margin-bottom: 30px; }
  .page-133 .categorie-tekst .product-content .button.add-to-cart {
    background-color: #39b54a;
    margin: 15px 0; }
  .page-133 .categorie-tekst .product-content .button.add-to-favorites {
    background-color: #f29fc5;
    background-image: url(grfx/heart.svg);
    background-size: 20px;
    transition: .3s all ease;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 304px;
    cursor: pointer;
    transition: .3s all; }
    @media (max-width: 360px) {
      .page-133 .categorie-tekst .product-content .button.add-to-favorites {
        width: 100%; } }
    .page-133 .categorie-tekst .product-content .button.add-to-favorites.done {
      background-color: #ec72aa;
      background-size: 30px;
      background-position: 92% 9px; }
    .page-133 .categorie-tekst .product-content .button.add-to-favorites:hover {
      background-size: 30px;
      background-position: 92% 9px; }
  .page-133 .categorie-tekst .product-content .slider .slick-arrow {
    position: absolute;
    bottom: calc(50% - 37px);
    cursor: pointer;
    width: 50px;
    height: 75px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 20px; }
  .page-133 .categorie-tekst .product-content .slider .slick-prev {
    left: 0px;
    background-image: url(grfx/arrow-left-white.svg);
    transform-origin: bottom left; }
  .page-133 .categorie-tekst .product-content .slider .slick-next {
    right: 0px;
    background-image: url(grfx/arrow-right-white2.svg);
    transform-origin: bottom right; }
  @media (max-width: 767px) {
    .page-133 .categorie-tekst .product-content .slider-previews {
      margin-left: -5px;
      margin-right: -5px; } }
  .page-133 .categorie-tekst .product-content .slider-previews img {
    margin-top: 30px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .page-133 .categorie-tekst .product-content .slider-previews img {
        margin-top: 10px;
        padding: 0 5px; } }

.page-134 h2 {
  margin-bottom: 50px; }
.page-134 .content {
  background: #f2f2f2;
  min-height: 60vh; }
.page-134 .winkelwagen-wrap {
  margin-top: 50px; }
  .page-134 .winkelwagen-wrap .winkelwagen-item {
    background: #e6e6e6;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .page-134 .winkelwagen-wrap .winkelwagen-item {
        padding: 15px; } }
    .page-134 .winkelwagen-wrap .winkelwagen-item .product {
      border-top: 1px solid #cccccc;
      padding-top: 30px;
      margin-bottom: 30px;
      position: relative; }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-preview {
        width: 100px;
        display: inline-block;
        vertical-align: top; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-preview .image {
          width: 100px;
          height: 100px;
          display: block;
          background-size: cover;
          background-position: center center; }
        @media (max-width: 767px) {
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-preview {
            width: 80px; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-preview .image {
              width: 80px;
              height: 80px; } }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product .gerecht-type {
        width: 100%;
        max-width: 250px;
        margin-top: 15px;
        font-size: 12px;
        text-align: center;
        padding: 10px 0;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        padding-left: 50px;
        background-size: 30px; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .gerecht-type.biologisch {
          color: #80884f;
          background: url(grfx/foodicon-bio.svg) left center no-repeat; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .gerecht-type.vis {
          color: #ebb6a5;
          background: url(grfx/foodicon-vis.svg) left center no-repeat; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .gerecht-type.lowcalorie {
          color: #998675;
          background: url(grfx/foodicon-lowcalorie.svg) left center no-repeat; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .gerecht-type.regulier {
          color: #af3e51;
          background: url(grfx/foodicon-regulier.svg) left center no-repeat; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .gerecht-type.halal {
          color: #2e7382;
          background: url(grfx/foodicon-halal.svg) left center no-repeat; }
        @media (max-width: 767px) {
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .gerecht-type {
            position: absolute;
            left: -100px;
            top: 90px;
            width: 40px;
            height: 40px;
            overflow: hidden;
            background-size: 40px !important;
            padding: 0;
            margin: 0;
            padding-left: 40px; } }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info {
        display: inline-block;
        margin-left: 25px;
        width: calc(100% - 300px); }
        @media (max-width: 991px) {
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info {
            width: calc(100% - 130px); } }
        @media (max-width: 767px) {
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info {
            margin-left: 15px;
            position: relative;
            width: calc(100% - 110px); } }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info h4 {
          display: block;
          vertical-align: top;
          margin-top: 0; }
          @media (max-width: 767px) {
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info h4 {
              padding-right: 0px;
              font-size: 8vw;
              line-height: 8vw; } }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info p {
          line-height: 24px; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .total {
          font-size: 18px; }
          @media (max-width: 767px) {
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .total strong {
              display: block; } }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info {
          width: 100%;
          display: inline-block;
          position: relative;
          padding-bottom: 15px; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .checkbox-styling {
            display: inline-block;
            float: left; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .checkbox-styling label .check {
              margin-right: 10px; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .aantallen {
            display: inline-block;
            vertical-align: top;
            float: left;
            padding-left: 20px; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .aantallen .text-label {
              display: block; }
            @media (max-width: 767px) {
              .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .aantallen {
                font-size: 16px;
                padding-left: 7px;
                float: right; } }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .checkbox-styling label,
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .aantallen .text-label,
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info p {
            height: 28px;
            overflow: hidden;
            transition: .4s all ease;
            line-height: 28px;
            margin-bottom: 0; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .checkbox-styling label:nth-child(n+4),
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .aantallen .text-label:nth-child(n+4),
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info p:nth-child(n+4) {
              height: 0; }
            @media (max-width: 767px) {
              .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .checkbox-styling label,
              .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .aantallen .text-label,
              .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info p {
                font-size: 15px; } }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .control {
            position: absolute;
            bottom: -10px;
            left: 0;
            cursor: pointer; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .control > span {
              color: #80884f; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info .control .hide-control {
              display: none; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info.active .checkbox-styling label,
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info.active .aantallen .text-label,
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info.active p {
            height: 28px; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info.active .hide-control {
            display: block; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-info .slide-out-info.active .show-control {
            display: none; }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data {
        width: 206px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 25px;
        bottom: 0; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .personen {
          display: inline-block;
          vertical-align: top; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .personen input {
            width: 100%;
            height: 40px;
            display: inline-block;
            background: #fff;
            border: 1px solid #ccc;
            text-align: center; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .personen .aantal-label {
            display: inline-block;
            height: 40px;
            padding-left: 20px;
            line-height: 40px; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .personen .prijs {
            font-weight: 700;
            display: inline-block;
            vertical-align: top;
            line-height: 40px;
            margin-left: 25px; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .personen .prijs .valuta {
              display: inline-block; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .personen .prijs .totaal {
              display: inline-block; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .date-input {
          position: relative;
          height: 45px;
          padding-right: 36px;
          border: 1px solid #ccc;
          margin-top: 30px;
          overflow: hidden;
          padding: 6px 12px;
          background: #fff; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .date-input:after {
            content: '';
            position: absolute;
            right: 5px;
            top: 8px;
            width: 30px;
            height: 30px;
            background: #cccccc url(grfx/kalender.svg) center center no-repeat;
            background-size: 24px;
            border-radius: 5px; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .date-input input {
            border: none;
            outline: none;
            background: none; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .date-input input:focus, .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .date-input input:active {
              outline: none; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .control {
          cursor: pointer; }
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .control .delete {
            color: #c1272d;
            position: absolute;
            bottom: 0px;
            right: 0px;
            text-align: right;
            background: url(grfx/delete.svg) center left no-repeat;
            padding-left: 25px; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .price {
          text-align: right;
          display: block; }
          @media (max-width: 767px) {
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .price {
              text-align: left; } }
        @media (max-width: 991px) {
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data {
            position: relative;
            display: block;
            margin-top: 30px;
            margin-left: 130px;
            width: calc(100% - 130px);
            padding-bottom: 60px; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .date-input {
              width: 100%;
              display: inline-block;
              margin-top: 0; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .control .delete {
              bottom: 10px; } }
        @media (max-width: 767px) {
          .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data {
            margin-top: 40px;
            margin-left: 0;
            width: calc(100%); }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .date-input,
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .personen,
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .control {
              margin-top: 10px;
              min-height: 40px;
              display: block;
              margin-left: 0; }
              .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .date-input .delete,
              .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .personen .delete,
              .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .control .delete {
                position: relative;
                top: 5px; }
            .page-134 .winkelwagen-wrap .winkelwagen-item .product .product-data .plus-min-input {
              margin-bottom: 15px; } }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product:first-child {
        border-top: none;
        padding-top: 0; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product:first-child .product-data {
          top: 0; }
          @media (max-width: 768px) {
            .page-134 .winkelwagen-wrap .winkelwagen-item .product:first-child .product-data {
              top: 25px; } }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product.biologisch .button {
        background: #80884f; }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product.regulier .button {
        background: #af3e51; }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product.halal .button {
        background: #2e7382; }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product.boodschappenlijstje p {
        font-size: 14px; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product.boodschappenlijstje p strong {
          display: inline-block;
          margin-bottom: 20px; }
      .page-134 .winkelwagen-wrap .winkelwagen-item .product.boodschappenlijstje .slide-out-info {
        padding-bottom: 25px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px; }
      @media (max-width: 1199px) {
        .page-134 .winkelwagen-wrap .winkelwagen-item .product.boodschappenlijstje .product-preview {
          display: none; }
        .page-134 .winkelwagen-wrap .winkelwagen-item .product.boodschappenlijstje .product-info {
          width: 100%;
          margin-left: 0; } }
  .page-134 .winkelwagen-wrap .bottom .price p {
    text-align: right; }
    .page-134 .winkelwagen-wrap .bottom .price p .key {
      display: inline-block;
      width: 200px; }
      .page-134 .winkelwagen-wrap .bottom .price p .key .small {
        font-size: 60%; }
      @media (max-width: 767px) {
        .page-134 .winkelwagen-wrap .bottom .price p .key {
          width: 150px; } }
    .page-134 .winkelwagen-wrap .bottom .price p .value {
      display: inline-block;
      width: 100px;
      vertical-align: top; }
  .page-134 .winkelwagen-wrap .bottom .buttons {
    margin-top: 30px; }
    .page-134 .winkelwagen-wrap .bottom .buttons .back {
      float: left;
      background: url(grfx/arrow-left-blue.svg) no-repeat;
      background-size: 25px 20px;
      background-position: 15px 13px;
      border: 1px solid #000;
      color: #000;
      padding-left: 61px;
      width: 250px;
      padding-right: 10px; }
    .page-134 .winkelwagen-wrap .bottom .buttons .front {
      float: right;
      background: #39b54a url(grfx/arrow-right-white.svg) no-repeat;
      background-size: 25px 20px;
      background-position: 92% 13px;
      width: 250px; }
    @media (max-width: 767px) {
      .page-134 .winkelwagen-wrap .bottom .buttons .back {
        padding-right: 10px;
        width: 114px;
        padding-left: 50px; }
      .page-134 .winkelwagen-wrap .bottom .buttons .front {
        width: 140px;
        padding-left: 10px; } }

.account-pagina header, .account header {
  margin-top: 60px; }
.account-pagina .fullscreen-container.account-view, .account .fullscreen-container.account-view {
  min-height: 800px; }

.account-view {
  background-image: url(grfx/account-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  .account-view h1 {
    color: #80884f;
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .account-view h1 {
        margin-bottom: 50px; } }
  .account-view .navigatie {
    background: #e6e6e6;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 40px 25px 20px 25px; }
    @media (max-width: 767px) {
      .account-view .navigatie {
        padding: 20px 25px 20px 25px; } }
    @media (max-width: 992px) {
      .account-view .navigatie {
        margin-bottom: 30px; } }
    .account-view .navigatie ul {
      list-style: none;
      margin-bottom: 0; }
      .account-view .navigatie ul li {
        display: inline-block; }
        .account-view .navigatie ul li.gegevens, .account-view .navigatie ul li.bestellingen, .account-view .navigatie ul li.bewaarde-gerechten, .account-view .navigatie ul li.bewaarde-producten {
          padding-left: 50px;
          padding-right: 40px;
          margin-bottom: 30px;
          cursor: pointer;
          position: relative; }
          @media (max-width: 767px) {
            .account-view .navigatie ul li.gegevens, .account-view .navigatie ul li.bestellingen, .account-view .navigatie ul li.bewaarde-gerechten, .account-view .navigatie ul li.bewaarde-producten {
              width: 23%;
              height: 30px;
              text-align: center;
              padding-left: 0;
              padding-right: 0px;
              margin-bottom: 0;
              margin-top: 7px; } }
          @media (min-width: 768px) and (max-width: 992px) {
            .account-view .navigatie ul li.gegevens, .account-view .navigatie ul li.bestellingen, .account-view .navigatie ul li.bewaarde-gerechten, .account-view .navigatie ul li.bewaarde-producten {
              width: calc(50% - 20px); } }
          .account-view .navigatie ul li.gegevens a, .account-view .navigatie ul li.bestellingen a, .account-view .navigatie ul li.bewaarde-gerechten a, .account-view .navigatie ul li.bewaarde-producten a {
            text-decoration: none;
            transition: .3s all; }
            @media (max-width: 767px) {
              .account-view .navigatie ul li.gegevens a, .account-view .navigatie ul li.bestellingen a, .account-view .navigatie ul li.bewaarde-gerechten a, .account-view .navigatie ul li.bewaarde-producten a {
                position: absolute;
                overflow: hidden;
                opacity: 0;
                width: 100%;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0; } }
          .account-view .navigatie ul li.gegevens .pre, .account-view .navigatie ul li.bestellingen .pre, .account-view .navigatie ul li.bewaarde-gerechten .pre, .account-view .navigatie ul li.bewaarde-producten .pre {
            width: 30px;
            height: 30px;
            transition: .3s all;
            position: absolute;
            left: 0;
            top: 0;
            display: block; }
            @media (max-width: 767px) {
              .account-view .navigatie ul li.gegevens .pre, .account-view .navigatie ul li.bestellingen .pre, .account-view .navigatie ul li.bewaarde-gerechten .pre, .account-view .navigatie ul li.bewaarde-producten .pre {
                transform: scale(1.3);
                position: relative;
                display: inline-block; } }
            .account-view .navigatie ul li.gegevens .pre path.st0, .account-view .navigatie ul li.bestellingen .pre path.st0, .account-view .navigatie ul li.bewaarde-gerechten .pre path.st0, .account-view .navigatie ul li.bewaarde-producten .pre path.st0 {
              transition: .3s all;
              fill: #193540; }
          .account-view .navigatie ul li.gegevens .arrow, .account-view .navigatie ul li.bestellingen .arrow, .account-view .navigatie ul li.bewaarde-gerechten .arrow, .account-view .navigatie ul li.bewaarde-producten .arrow {
            width: 27px;
            height: 21px;
            transition: .3s all;
            position: absolute;
            right: 0;
            top: 4px;
            display: none; }
            .account-view .navigatie ul li.gegevens .arrow path.st0, .account-view .navigatie ul li.bestellingen .arrow path.st0, .account-view .navigatie ul li.bewaarde-gerechten .arrow path.st0, .account-view .navigatie ul li.bewaarde-producten .arrow path.st0 {
              transition: .3s all;
              fill: #193540; }
          .account-view .navigatie ul li.gegevens.active, .account-view .navigatie ul li.bestellingen.active, .account-view .navigatie ul li.bewaarde-gerechten.active, .account-view .navigatie ul li.bewaarde-producten.active {
            font-weight: 700; }
            @media (min-width: 768px) {
              .account-view .navigatie ul li.gegevens.active .arrow, .account-view .navigatie ul li.bestellingen.active .arrow, .account-view .navigatie ul li.bewaarde-gerechten.active .arrow, .account-view .navigatie ul li.bewaarde-producten.active .arrow {
                display: block; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .account-view .navigatie ul li.gegevens {
            margin-right: 33px; } }
        .account-view .navigatie ul li.gegevens.active, .account-view .navigatie ul li.gegevens:hover {
          color: #80884f; }
          .account-view .navigatie ul li.gegevens.active a, .account-view .navigatie ul li.gegevens:hover a {
            color: #80884f; }
          .account-view .navigatie ul li.gegevens.active .st0, .account-view .navigatie ul li.gegevens:hover .st0 {
            fill: #80884f !important; }
        .account-view .navigatie ul li.bestellingen.active, .account-view .navigatie ul li.bestellingen:hover {
          color: #39b54a; }
          .account-view .navigatie ul li.bestellingen.active a, .account-view .navigatie ul li.bestellingen:hover a {
            color: #39b54a; }
          .account-view .navigatie ul li.bestellingen.active .st0, .account-view .navigatie ul li.bestellingen:hover .st0 {
            fill: #39b54a !important; }
        @media (min-width: 768px) and (max-width: 992px) {
          .account-view .navigatie ul li.bewaarde-gerechten {
            margin-right: 33px; } }
        .account-view .navigatie ul li.bewaarde-gerechten.active, .account-view .navigatie ul li.bewaarde-gerechten:hover {
          color: #f29fc5; }
          .account-view .navigatie ul li.bewaarde-gerechten.active a, .account-view .navigatie ul li.bewaarde-gerechten:hover a {
            color: #f29fc5; }
          .account-view .navigatie ul li.bewaarde-gerechten.active .st0, .account-view .navigatie ul li.bewaarde-gerechten:hover .st0 {
            fill: #f29fc5 !important; }
        .account-view .navigatie ul li.bewaarde-producten.active, .account-view .navigatie ul li.bewaarde-producten:hover {
          color: #b65534; }
          .account-view .navigatie ul li.bewaarde-producten.active a, .account-view .navigatie ul li.bewaarde-producten:hover a {
            color: #b65534; }
          .account-view .navigatie ul li.bewaarde-producten.active .st0, .account-view .navigatie ul li.bewaarde-producten:hover .st0 {
            fill: #b65534 !important; }
    .account-view .navigatie .button--logout {
      width: 100%;
      background-color: rgba(25, 53, 64, 0);
      border: 1px solid #193540;
      font-weight: 600;
      color: #193540;
      background-image: url(grfx/arrow-right-blue.svg); }
  .account-view .content-blocks .content-block {
    display: none; }
    .account-view .content-blocks .content-block.active {
      display: block; }
  .account-view .content-blocks .gegevens-tonen table tr td {
    width: 200px;
    line-height: 30px;
    color: #193540;
    vertical-align: top; }
    .account-view .content-blocks .gegevens-tonen table tr td:nth-child(1) {
      font-weight: 300; }
    .account-view .content-blocks .gegevens-tonen table tr td:nth-child(2) {
      font-weight: 600; }
  .account-view .content-blocks .gegevens-tonen .button--req-form {
    color: #e84d34;
    background-color: transparent;
    background-image: url(grfx/arrow-right-orange.svg);
    margin-top: 40px;
    padding-left: 0; }
  .account-view .content-blocks .gegevens-wijzigen table {
    width: 100%; }
    .account-view .content-blocks .gegevens-wijzigen table tr td {
      line-height: 30px;
      color: #193540;
      padding-bottom: 8px; }
      .account-view .content-blocks .gegevens-wijzigen table tr td:nth-child(1) {
        width: 200px; }
      .account-view .content-blocks .gegevens-wijzigen table tr td:nth-child(2) {
        font-weight: 600; }
      .account-view .content-blocks .gegevens-wijzigen table tr td input,
      .account-view .content-blocks .gegevens-wijzigen table tr td select {
        padding: 6px 10px;
        font-weight: 600;
        width: 100%;
        border: none;
        outline: none;
        background: #fff;
        border: 1px solid #b3b3b3;
        border-radius: 5px; }
        .account-view .content-blocks .gegevens-wijzigen table tr td input ::-webkit-input-placeholder,
        .account-view .content-blocks .gegevens-wijzigen table tr td select ::-webkit-input-placeholder {
          color: #999999; }
        .account-view .content-blocks .gegevens-wijzigen table tr td input :-moz-placeholder,
        .account-view .content-blocks .gegevens-wijzigen table tr td select :-moz-placeholder {
          color: #999999;
          opacity: 1; }
        .account-view .content-blocks .gegevens-wijzigen table tr td input ::-moz-placeholder,
        .account-view .content-blocks .gegevens-wijzigen table tr td select ::-moz-placeholder {
          color: #999999;
          opacity: 1; }
        .account-view .content-blocks .gegevens-wijzigen table tr td input :-ms-input-placeholder,
        .account-view .content-blocks .gegevens-wijzigen table tr td select :-ms-input-placeholder {
          color: #999999; }
      .account-view .content-blocks .gegevens-wijzigen table tr td select {
        padding: 8px 10px; }
  .account-view .content-blocks .gegevens-wijzigen .button--send-form {
    margin-top: 36px;
    background-color: #e84d34; }
  .account-view .content-blocks .bestellingen .bestelling {
    padding: 25px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 30px; }
    .account-view .content-blocks .bestellingen .bestelling p {
      font-weight: 700;
      margin-bottom: 2px; }
    .account-view .content-blocks .bestellingen .bestelling table {
      width: 100%; }
      .account-view .content-blocks .bestellingen .bestelling table tr td {
        line-height: 30px;
        color: #193540;
        vertical-align: top;
        padding-bottom: 20px; }
        .account-view .content-blocks .bestellingen .bestelling table tr td:nth-child(1) {
          width: 200px; }
        .account-view .content-blocks .bestellingen .bestelling table tr td:nth-child(2) {
          font-weight: 600; }
        .account-view .content-blocks .bestellingen .bestelling table tr td .tt-link {
          font-weight: 300;
          color: #e84d34;
          display: block; }
        .account-view .content-blocks .bestellingen .bestelling table tr td input {
          padding: 6px 10px;
          font-weight: 600;
          width: 100%;
          border: none;
          outline: none;
          background: #fff;
          border: 1px solid #b3b3b3;
          border-radius: 5px; }
    .account-view .content-blocks .bestellingen .bestelling .button--bestel {
      background-color: #39b54a;
      margin-top: 10px;
      font-weight: 600; }
  .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured,
  .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured {
    margin-bottom: 0;
    display: inline-block !important; }
    .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured .overlay,
    .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured .overlay {
      padding: 50px 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured .overlay,
        .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured .overlay {
          padding: 100px 15px; } }
      @media (max-width: 767px) {
        .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured .overlay,
        .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured .overlay {
          padding: 4vw 15px; } }
      .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured .overlay h4,
      .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured .overlay h4 {
        font-size: 26px;
        line-height: 30px; }
        @media (max-width: 767px) {
          .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured .overlay h4,
          .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured .overlay h4 {
            font-size: 5vw;
            line-height: 6vw; } }
      .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured .overlay h3,
      .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured .overlay h3 {
        margin-top: 20px;
        font-size: 34px;
        line-height: 38px; }
        @media (max-width: 767px) {
          .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured .overlay h3,
          .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured .overlay h3 {
            font-size: 6vw;
            line-height: 7vw; } }
      @media (max-width: 767px) {
        .account-view .content-blocks .bewaarde-producten .gerechten-wrap .gerecht.featured .overlay .streep,
        .account-view .content-blocks .bewaarde-gerechten .gerechten-wrap .gerecht.featured .overlay .streep {
          width: 100%;
          max-width: 100%; } }

.page-136 header {
  margin-top: 60px; }
.page-136 .head-tekst {
  background: #193540;
  text-align: center; }
  .page-136 .head-tekst #exclusive-stars {
    width: 230px;
    display: inline-block; }
    @media (min-width: 768px) {
      .page-136 .head-tekst #exclusive-stars {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .page-136 .head-tekst #exclusive-stars {
        margin-top: 25px; } }
  .page-136 .head-tekst h2 {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .page-136 .head-tekst h2 {
        margin-bottom: 25px; } }
  .page-136 .head-tekst h2, .page-136 .head-tekst p {
    color: #fff; }

.page-137 h1.like-h2 {
  line-height: 55px;
  margin-bottom: 50px;
  color: #fff; }
  @media (max-width: 767px) {
    .page-137 h1.like-h2 {
      font-size: 9vw;
      line-height: 11.5vw;
      margin-bottom: 40px; } }
  @media (max-width: 479px) {
    .page-137 h1.like-h2 {
      font-size: 12vw;
      line-height: 12.5vw;
      margin-bottom: 30px; } }
.page-137 h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #fff; }
.page-137 .intro {
  font: 300 18px/28px 'Open sans';
  font-style: italic;
  margin-bottom: 30px;
  color: #fff; }
.page-137 .topbar {
  background: #0e1e25;
  z-index: 6; }
  .page-137 .topbar .holder {
    position: relative; }
    @media (max-width: 480px) {
      .page-137 .topbar .holder .bezorgtijd-meticon {
        display: none; } }
  .page-137 .topbar #exclusive-stars {
    width: 230px;
    margin: 6px 40px; }
  .page-137 .topbar .gerechten-lijst-btn,
  .page-137 .topbar .goto-cart-btn {
    display: none; }
  @media (max-width: 767px) {
    .page-137 .topbar {
      height: 56px; }
      .page-137 .topbar .wrap {
        top: 10px; }
      .page-137 .topbar #exclusive-stars {
        display: none; }
      .page-137 .topbar .gerechten-lijst-btn,
      .page-137 .topbar .goto-cart-btn {
        background-size: 25px;
        padding: 3px 10px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        display: inline-block; }
      .page-137 .topbar .gerechten-lijst-btn {
        background: #f7931e url(grfx/bolletjes.svg) 90% center no-repeat;
        padding-right: 30px;
        background-size: 4px; }
      .page-137 .topbar .goto-cart-btn {
        background: #39b54a url(grfx/cart-icon.svg) 90% center no-repeat;
        padding-right: 30px;
        background-size: 17px;
        float: right; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-137 .topbar {
      text-align: center; }
      .page-137 .topbar .back,
      .page-137 .topbar .next {
        width: 50px;
        text-align: left;
        background-position: 20px 8px !important; }
        .page-137 .topbar .back .text,
        .page-137 .topbar .next .text {
          display: none; } }
.page-137 .header {
  height: 70vh;
  position: relative; }
  .page-137 .header h2 {
    color: #fff;
    margin-top: 20vw;
    font-style: italic;
    font-weight: 300; }
    @media (max-width: 767px) {
      .page-137 .header h2 {
        margin-top: 25vh;
        font-size: 12vw;
        line-height: 13vw; } }
.page-137 .gerecht-content {
  background: #193540; }
  .page-137 .gerecht-content .content-top h2 {
    color: #fff;
    margin-bottom: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-137 .gerecht-content .content-top h2 {
        color: #fff;
        margin-bottom: 50px;
        margin-top: -20px;
        line-height: 69px; } }
  .page-137 .gerecht-content .content-top > .info {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: none; }
  .page-137 .gerecht-content .content-top hr {
    margin-top: 20px;
    margin-bottom: 50px; }
  .page-137 .gerecht-content .content-top .navigatie {
    margin-bottom: 80px; }
    .page-137 .gerecht-content .content-top .navigatie .overzicht {
      background: #666666;
      color: #fff;
      border-radius: 5px;
      padding: 11px 10px;
      font-size: 16px;
      display: inline-block;
      text-transform: uppercase;
      cursor: pointer; }
      .page-137 .gerecht-content .content-top .navigatie .overzicht.active {
        background: #f7931e; }
    .page-137 .gerecht-content .content-top .navigatie .ball {
      background: #cccccc;
      color: #193540;
      font-size: 16px;
      width: 50px;
      height: 50px;
      display: inline-block;
      margin-left: 10px;
      line-height: 50px;
      border-radius: 100%;
      text-align: center;
      cursor: pointer;
      transition: .3s all; }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-137 .gerecht-content .content-top .navigatie .ball {
          width: 40px;
          height: 40px;
          margin-left: 4px;
          line-height: 40px; } }
      .page-137 .gerecht-content .content-top .navigatie .ball.active {
        background: #f7931e;
        color: #fff; }
      .page-137 .gerecht-content .content-top .navigatie .ball.disabled {
        opacity: 0.5; }
      .page-137 .gerecht-content .content-top .navigatie .ball:hover {
        opacity: 0.9; }
  .page-137 .gerecht-content .video {
    width: 100%;
    display: block;
    height: 0;
    background-size: cover;
    background-position: center center;
    padding-bottom: 56.8%;
    position: relative;
    margin-bottom: 15px; }
    .page-137 .gerecht-content .video:after {
      content: '';
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      background: url(grfx/play.svg) center center no-repeat;
      background-size: 100%;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      cursor: pointer;
      transition: .3s all ease; }
    .page-137 .gerecht-content .video:hover:after {
      transform: scale(1.1); }
  .page-137 .gerecht-content .favoriet {
    text-align: center; }
    .page-137 .gerecht-content .favoriet .button {
      background-color: #f29fc5;
      background-image: url(grfx/heart.svg);
      transition: .3s all ease;
      margin-top: 25px;
      margin-bottom: 25px;
      width: 304px; }
      @media (max-width: 360px) {
        .page-137 .gerecht-content .favoriet .button {
          width: 100%; } }
      .page-137 .gerecht-content .favoriet .button:hover {
        background-size: 30px;
        background-position: 92% 9px; }
    .page-137 .gerecht-content .favoriet .sub {
      display: block;
      font-style: italic;
      font-weight: 400;
      font-size: 15px;
      color: #fff; }
  .page-137 .gerecht-content .social {
    margin-top: 25px; }
    .page-137 .gerecht-content .social hr {
      width: 304px;
      margin: 25px auto; }
      @media (max-width: 360px) {
        .page-137 .gerecht-content .social hr {
          width: 100%; } }
    .page-137 .gerecht-content .social p {
      font: 600 16px/24px 'Open sans';
      text-transform: uppercase;
      width: 304px;
      color: #fff;
      margin: 20px auto; }
      @media (max-width: 360px) {
        .page-137 .gerecht-content .social p {
          width: 100%; } }
    .page-137 .gerecht-content .social .btn-wrap {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      margin-bottom: 50px;
      width: 304px;
      margin: 10px auto 50px; }
      .page-137 .gerecht-content .social .btn-wrap .btn {
        width: 40px;
        height: 40px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        transition: .3s all ease;
        background-color: #fff;
        border-radius: 5px;
        border: none; }
        .page-137 .gerecht-content .social .btn-wrap .btn:hover {
          transform: scale(1.1); }
        .page-137 .gerecht-content .social .btn-wrap .btn.pintrest {
          background-image: url(grfx/social/pintrest.svg); }
        .page-137 .gerecht-content .social .btn-wrap .btn.facebook {
          background-image: url(grfx/social/facebook.svg); }
        .page-137 .gerecht-content .social .btn-wrap .btn.twitter {
          background-image: url(grfx/social/twitter.svg); }
        .page-137 .gerecht-content .social .btn-wrap .btn.google {
          background-image: url(grfx/social/google.svg); }
  .page-137 .gerecht-content .ingredienten-gerechten {
    background: #f2f2f2;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 15px 25px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .page-137 .gerecht-content .ingredienten-gerechten {
        padding: 15px 15px; } }
    .page-137 .gerecht-content .ingredienten-gerechten h3 {
      color: #1a1a1a; }
    .page-137 .gerecht-content .ingredienten-gerechten .tip {
      font-size: 14px;
      color: #193540;
      line-height: 19px;
      margin-bottom: 30px; }
    .page-137 .gerecht-content .ingredienten-gerechten .gerechten-toggle label {
      margin-bottom: 2px;
      height: 28px;
      overflow: hidden;
      transition: .4s all ease;
      color: #193540; }
      .page-137 .gerecht-content .ingredienten-gerechten .gerechten-toggle label .check {
        margin-right: 10px; }
    .page-137 .gerecht-content .ingredienten-gerechten .ingredienten-lijsten .ingredienten-lijst span {
      color: #193540;
      display: block;
      height: 0;
      overflow: hidden;
      transition: .4s all ease; }
    .page-137 .gerecht-content .ingredienten-gerechten .ingredienten-lijsten .info {
      background: #b3b3b3;
      border: 1px solid #999999;
      margin-top: 20px;
      font-size: 14px;
      line-height: 19px;
      font-style: italic;
      color: #193540;
      display: block;
      padding: 15px; }
    .page-137 .gerecht-content .ingredienten-gerechten.focus .gerechten-toggle label {
      height: 0;
      margin-bottom: 0; }
      .page-137 .gerecht-content .ingredienten-gerechten.focus .gerechten-toggle label.active {
        height: 28px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .page-137 .gerecht-content .ingredienten-gerechten.focus .gerechten-toggle label.active {
            margin-top: -30px;
            margin-bottom: -30px; } }
    @media (min-width: 768px) {
      .page-137 .gerecht-content .ingredienten-gerechten.focus .ingredienten-lijst.active {
        border-top: 1px solid #193540;
        display: block;
        padding-top: 20px;
        margin-top: 10px; } }
    .page-137 .gerecht-content .ingredienten-gerechten.focus .ingredienten-lijst.active span {
      height: 28px; }
    .page-137 .gerecht-content .ingredienten-gerechten .button-wrap {
      margin-top: 30px;
      margin-bottom: 30px;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart {
        width: 95px;
        height: 145px;
        padding: 15px 10px 10px 15px;
        color: #fff;
        display: inline-block;
        text-align: center;
        background-image: url(grfx/shopping-cart-white.svg);
        background-repeat: no-repeat;
        background-position: 50% 90%;
        border-radius: 5px; }
        @media (min-width: 768px) and (max-width: 992px) {
          .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart {
            width: 86px;
            height: 127px;
            padding: 15px 8px 10px 8px; }
            .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart .type {
              font-size: 14px;
              line-height: 20px !important; } }
        .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart .type {
          display: block;
          text-transform: uppercase;
          line-height: 25px; }
          .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart .type .small {
            font-size: 14px;
            display: block; }
        .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart .prijs {
          display: block;
          font-size: 14px; }
        .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart.button-bio {
          background-color: #80884f; }
          .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart.button-bio .type {
            font-weight: 600; }
        .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart.button-reg {
          background-color: #af3e51; }
        .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart.button-halal {
          background-color: #2e7382; }
    .page-137 .gerecht-content .ingredienten-gerechten .bezorgtijd-meticon {
      margin-left: 0;
      font-size: 14px;
      line-height: 18px;
      background-size: 35px;
      margin-top: -15px;
      margin-bottom: 30px;
      display: block; }
  .page-137 .gerecht-content #mobile-order-buttons {
    padding: 15px;
    margin-bottom: -25px; }
  .page-137 .gerecht-content .gerechten-beschrijving-wrap {
    position: relative;
    overflow: hidden;
    min-height: 600px; }
    .page-137 .gerecht-content .gerechten-beschrijving-wrap.animated {
      transition: .5s all ease; }
      .page-137 .gerecht-content .gerechten-beschrijving-wrap.animated .item {
        transition: .5s all ease; }
    .page-137 .gerecht-content .gerechten-beschrijving-wrap .item {
      position: absolute;
      background: #193540;
      left: 101%;
      width: 100%;
      top: 0; }
      .page-137 .gerecht-content .gerechten-beschrijving-wrap .item.active {
        z-index: 2;
        transform: translateX(-100%); }
  .page-137 .gerecht-content .bereiding-stappen .custom-bullet li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff; }
    .page-137 .gerecht-content .bereiding-stappen .custom-bullet li:before {
      position: absolute;
      left: 0;
      top: 2px;
      color: #193540;
      text-align: center;
      line-height: 30px;
      font-weight: 600;
      font-size: 14px;
      display: inline-block;
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 100%; }
    @media (max-width: 767px) {
      .page-137 .gerecht-content .bereiding-stappen .custom-bullet li {
        padding-top: 40px;
        padding-left: 0;
        margin-bottom: 50px; }
        .page-137 .gerecht-content .bereiding-stappen .custom-bullet li:before {
          left: calc(50% - 15px); } }
  .page-137 .gerecht-content .toolbar-buttons {
    display: none;
    background: #c7cdcf;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    text-align: center; }
    .page-137 .gerecht-content .toolbar-buttons > span {
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: 10px 8px;
      display: inline-block;
      color: #193540;
      border-radius: 5px;
      border: 1px solid #193540;
      min-width: 35px;
      min-height: 35px;
      font-size: 14px;
      font-weight: 400;
      margin-top: 10px;
      padding: 5px 5px 5px 40px;
      transition: .3s all; }
      @media (min-width: 380px) {
        .page-137 .gerecht-content .toolbar-buttons > span {
          margin-left: 5px;
          margin-right: 5px; } }
    .page-137 .gerecht-content .toolbar-buttons .video-btn {
      background-image: url(grfx/play-icon.svg);
      background-size: 24px;
      background-position: 11px 8px;
      display: none; }
      @media (max-width: 460px) {
        .page-137 .gerecht-content .toolbar-buttons .video-btn .text {
          display: inline-block;
          width: 0;
          overflow: hidden;
          height: 0; } }
    .page-137 .gerecht-content .toolbar-buttons .personen-btn {
      background-image: url(grfx/person-icon.svg); }
    .page-137 .gerecht-content .toolbar-buttons .ingredienten-btn {
      background-image: url(grfx/list-icon.svg);
      background-position: 10px 13px;
      display: none; }
  @media (max-width: 767px) {
    .page-137 .gerecht-content {
      overflow-x: hidden;
      position: relative; }
      .page-137 .gerecht-content .content-top {
        padding-top: 50px; }
      .page-137 .gerecht-content hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
      .page-137 .gerecht-content .toolbar {
        display: block;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        height: 60px;
        z-index: 3;
        overflow: hidden;
        background: #c7cdcf;
        transition: .3s all; }
        .page-137 .gerecht-content .toolbar .plus-min-input {
          display: none; }
        .page-137 .gerecht-content .toolbar .toolbar-buttons {
          display: block; }
        .page-137 .gerecht-content .toolbar.show-personen {
          height: 140px !important; }
          .page-137 .gerecht-content .toolbar.show-personen .plus-min-input {
            display: block; }
          .page-137 .gerecht-content .toolbar.show-personen .toolbar-buttons .personen-btn {
            background-color: #ffffff; }
        .page-137 .gerecht-content .toolbar.show-ingredienten .plus-min-input {
          display: none; }
        .page-137 .gerecht-content .toolbar.show-ingredienten .toolbar-buttons .ingredienten-btn {
          background-color: #ffffff; }
        .page-137 .gerecht-content .toolbar .ingredienten-gerechten {
          background: #c7cdcf;
          z-index: 12;
          position: relative; }
      .page-137 .gerecht-content.focus .content-top {
        display: none; }
      .page-137 .gerecht-content.focus .gerechten-beschrijving-wrap {
        margin-top: 50px; }
      .page-137 .gerecht-content.focus .toolbar {
        height: 60px; }
        .page-137 .gerecht-content.focus .toolbar .toolbar-buttons .video-btn,
        .page-137 .gerecht-content.focus .toolbar .toolbar-buttons .ingredienten-btn {
          display: inline-block; }
      .page-137 .gerecht-content .ingredienten-gerechten {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0; }
        .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart {
          line-height: 40px;
          padding-top: 0;
          text-align: left;
          font-size: 14px;
          height: 40px;
          background-position: 95%;
          margin-bottom: 15px;
          width: 100%; }
          .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart .type, .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart .small, .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart .prijs {
            display: inline-block !important; }
          .page-137 .gerecht-content .ingredienten-gerechten .button-wrap .button-add-to-cart .prijs {
            float: right;
            padding-right: 40px; }
        .page-137 .gerecht-content .ingredienten-gerechten .gerechten-toggle {
          width: 100%;
          background: #c7cdcf;
          display: block;
          padding: 25px 0;
          transition: .3s all ease;
          z-index: 10; }
          .page-137 .gerecht-content .ingredienten-gerechten .gerechten-toggle.show-as-menu {
            position: fixed;
            top: 125px;
            left: 0;
            bottom: 0;
            padding: 30px 15px;
            transform: translateX(-101%); }
            .page-137 .gerecht-content .ingredienten-gerechten .gerechten-toggle.show-as-menu.active {
              transform: translateX(0%); }
              .page-137 .gerecht-content .ingredienten-gerechten .gerechten-toggle.show-as-menu.active label {
                margin-top: 0px;
                margin-bottom: 2px;
                height: 28px; }
        .page-137 .gerecht-content .ingredienten-gerechten .ingredienten-lijsten .ingredienten-lijst.active {
          display: block;
          margin-top: -15px; } }

.kassa * {
  font-family: 'Open sans'; }
.kassa h3 {
  text-align: left;
  font-size: 24px;
  line-height: 55px; }
.kassa .content {
  background: #f2f2f2; }
.kassa .button {
  width: 100%; }
  .kassa .button.btn-inloggen {
    background-color: #39b54a; }
.kassa .buttons .button {
  width: 200px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .kassa .buttons .button {
      width: 130px; } }
.kassa .buttons .vorige {
  float: left;
  background: url(grfx/arrow-left-blue.svg) 15px center no-repeat;
  background-size: 25px;
  padding-left: 50px;
  color: #193540;
  border: 1px solid #193540; }
.kassa .buttons .volgende {
  background-color: #39b54a;
  margin-right: 50px;
  float: right; }
  @media (max-width: 767px) {
    .kassa .buttons .volgende {
      padding-left: 20px; } }
.kassa .inloggen-form-wrap {
  background: #e6e6e6;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 30px; }
  .kassa .inloggen-form-wrap .inloggen-form {
    max-width: 380px;
    width: 100%;
    display: block;
    margin: 100px auto; }
    @media (max-width: 767px) {
      .kassa .inloggen-form-wrap .inloggen-form {
        padding: 25px;
        margin: 25px auto; } }
    .kassa .inloggen-form-wrap .inloggen-form .title {
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase; }
    .kassa .inloggen-form-wrap .inloggen-form .form-group label {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      display: block; }
    .kassa .inloggen-form-wrap .inloggen-form .form-group input,
    .kassa .inloggen-form-wrap .inloggen-form .form-group select {
      padding: 6px 10px;
      font-weight: 600;
      width: 100%;
      border: none;
      outline: none;
      background: #fff;
      border: 1px solid #b3b3b3;
      border-radius: 5px; }
      .kassa .inloggen-form-wrap .inloggen-form .form-group input ::-webkit-input-placeholder,
      .kassa .inloggen-form-wrap .inloggen-form .form-group select ::-webkit-input-placeholder {
        color: #999999; }
      .kassa .inloggen-form-wrap .inloggen-form .form-group input :-moz-placeholder,
      .kassa .inloggen-form-wrap .inloggen-form .form-group select :-moz-placeholder {
        color: #999999;
        opacity: 1; }
      .kassa .inloggen-form-wrap .inloggen-form .form-group input ::-moz-placeholder,
      .kassa .inloggen-form-wrap .inloggen-form .form-group select ::-moz-placeholder {
        color: #999999;
        opacity: 1; }
      .kassa .inloggen-form-wrap .inloggen-form .form-group input :-ms-input-placeholder,
      .kassa .inloggen-form-wrap .inloggen-form .form-group select :-ms-input-placeholder {
        color: #999999; }
    .kassa .inloggen-form-wrap .inloggen-form .link {
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      margin-top: 10px;
      display: inline-block; }
    .kassa .inloggen-form-wrap .inloggen-form .button {
      width: 100%; }
      .kassa .inloggen-form-wrap .inloggen-form .button.btn-inloggen {
        background-color: #39b54a; }
      .kassa .inloggen-form-wrap .inloggen-form .button.btn-nietinloggen {
        margin-top: 30px;
        background-color: #193540; }
.kassa .navigation-status {
  text-align: center;
  margin: 50px 0; }
  .kassa .navigation-status ul {
    list-style: none; }
    .kassa .navigation-status ul li {
      display: inline-block;
      font-weight: 400;
      color: #b3b3b3; }
      .kassa .navigation-status ul li.active {
        color: #39b54a; }
      @media (max-width: 767px) {
        .kassa .navigation-status ul li {
          display: block;
          text-align: left;
          padding-left: 15px; } }
    .kassa .navigation-status ul span {
      margin: 0 10px; }
.kassa .gegevens-wrap .gegevens {
  max-width: 655px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  .kassa .gegevens-wrap .gegevens .form-group {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-right: 50px;
    vertical-align: top;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .kassa .gegevens-wrap .gegevens .form-group {
        display: block;
        width: 100%; }
        .kassa .gegevens-wrap .gegevens .form-group:after {
          top: 40px !important; } }
    .kassa .gegevens-wrap .gegevens .form-group:after {
      content: '';
      position: absolute;
      right: 0;
      top: 5px;
      display: block;
      width: 33px;
      height: 25px;
      opacity: 0;
      transform: translateY(5px);
      transition: .3s all;
      background-size: 33px 25px;
      background-image: url(grfx/cart-valid.svg); }
    .kassa .gegevens-wrap .gegevens .form-group.empty-line:after {
      content: none; }
    .kassa .gegevens-wrap .gegevens .form-group.valid:after {
      opacity: 1;
      transform: translateY(0px); }
    .kassa .gegevens-wrap .gegevens .form-group.error input {
      background: #e8d1d3;
      color: #ed1c24; }
    .kassa .gegevens-wrap .gegevens .form-group label {
      display: inline-block;
      width: 200px;
      font-weight: 300;
      vertical-align: top; }
      @media (max-width: 767px) {
        .kassa .gegevens-wrap .gegevens .form-group label {
          display: block;
          width: 100%; } }
    .kassa .gegevens-wrap .gegevens .form-group input,
    .kassa .gegevens-wrap .gegevens .form-group select {
      padding: 6px 10px;
      font-weight: 600;
      border: none;
      outline: none;
      background: #fff;
      border: 1px solid #b3b3b3;
      border-radius: 5px;
      width: 400px;
      display: inline-block; }
      .kassa .gegevens-wrap .gegevens .form-group input ::-webkit-input-placeholder,
      .kassa .gegevens-wrap .gegevens .form-group select ::-webkit-input-placeholder {
        color: #999999; }
      .kassa .gegevens-wrap .gegevens .form-group input :-moz-placeholder,
      .kassa .gegevens-wrap .gegevens .form-group select :-moz-placeholder {
        color: #999999;
        opacity: 1; }
      .kassa .gegevens-wrap .gegevens .form-group input ::-moz-placeholder,
      .kassa .gegevens-wrap .gegevens .form-group select ::-moz-placeholder {
        color: #999999;
        opacity: 1; }
      .kassa .gegevens-wrap .gegevens .form-group input :-ms-input-placeholder,
      .kassa .gegevens-wrap .gegevens .form-group select :-ms-input-placeholder {
        color: #999999; }
      @media (max-width: 767px) {
        .kassa .gegevens-wrap .gegevens .form-group input,
        .kassa .gegevens-wrap .gegevens .form-group select {
          display: block;
          width: 100%; } }
    .kassa .gegevens-wrap .gegevens .form-group .radio-input {
      width: 400px;
      display: inline-block; }
      @media (max-width: 767px) {
        .kassa .gegevens-wrap .gegevens .form-group .radio-input {
          width: 100%; } }
      .kassa .gegevens-wrap .gegevens .form-group .radio-input label {
        width: 100%;
        display: inline-block; }
        .kassa .gegevens-wrap .gegevens .form-group .radio-input label input {
          width: 30px;
          display: inline-block; }
.kassa .betaalwijze .wrap {
  max-width: 570px;
  width: 100%;
  padding: 10px;
  margin: 0 auto 20px; }
  .kassa .betaalwijze .wrap .volgende {
    margin-right: 0; }
.kassa .betaalwijze .form-group {
  max-width: 570px;
  width: 100%;
  padding: 10px;
  margin: 0 auto 20px;
  background: #e6e6e6;
  border: 1px solid #cccccc;
  border-radius: 5px; }
  .kassa .betaalwijze .form-group .ideal img {
    width: 50px; }
  .kassa .betaalwijze .form-group input,
  .kassa .betaalwijze .form-group select {
    padding: 8px 10px;
    font-weight: 600;
    vertical-align: top;
    outline: none;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    width: calc(100% - 70px);
    display: inline-block;
    margin-left: 10px; }
.kassa .bedankt * {
  text-align: center; }

.page-140 header {
  margin-top: 60px; }
.page-140 .over-tekst-blokken {
  overflow: hidden; }
  .page-140 .over-tekst-blokken p {
    margin-bottom: 25px; }
  .page-140 .over-tekst-blokken h1 {
    margin-bottom: 50px; }
  .page-140 .over-tekst-blokken img {
    width: 100%; }
  .page-140 .over-tekst-blokken .button {
    margin-top: 20px; }
  .page-140 .over-tekst-blokken .blok-1 {
    background: #f2f2f2;
    padding-top: 110px;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .page-140 .over-tekst-blokken .blok-1 {
        padding-top: 30px; } }
    .page-140 .over-tekst-blokken .blok-1 h1, .page-140 .over-tekst-blokken .blok-1 p {
      color: #4d4d4d; }
    .page-140 .over-tekst-blokken .blok-1 img {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-bottom: -100px; }
      @media (max-width: 767px) {
        .page-140 .over-tekst-blokken .blok-1 img {
          margin-top: 80px; } }
    .page-140 .over-tekst-blokken .blok-1 .button {
      background-color: #80884f; }
  .page-140 .over-tekst-blokken .blok-2 {
    background: #e6e6e6;
    padding-bottom: 80px; }
    @media (min-width: 767px) {
      .page-140 .over-tekst-blokken .blok-2 {
        padding-top: 150px; } }
    .page-140 .over-tekst-blokken .blok-2 h1, .page-140 .over-tekst-blokken .blok-2 p {
      color: #4d4d4d; }
    .page-140 .over-tekst-blokken .blok-2 .button {
      background-color: #80884f; }
    .page-140 .over-tekst-blokken .blok-2 img {
      margin-top: 100px; }
      @media (max-width: 767px) {
        .page-140 .over-tekst-blokken .blok-2 img {
          margin-bottom: 20px; } }
.page-140 .video {
  width: 100%;
  display: block;
  height: 0;
  background-size: cover;
  background-position: center center;
  padding-bottom: 56.8%;
  position: relative;
  margin-bottom: 15px; }
.page-140 .magic {
  min-height: 37vw; }
  @media (max-width: 768px) {
    .page-140 .magic {
      min-height: 18vw; } }
  .page-140 .magic .big-picture {
    margin-top: 50px;
    position: absolute;
    right: 15px;
    top: 200px;
    width: 46vw; }
.page-140 .gerechten-wrap .header {
  background: #b27953;
  color: #fff;
  padding: 30px 0; }
  .page-140 .gerechten-wrap .header h2 {
    margin-top: 0;
    color: #fff; }
  @media (max-width: 767px) {
    .page-140 .gerechten-wrap .header {
      padding: 3vw 0; }
      .page-140 .gerechten-wrap .header h2 {
        font-size: 8vw;
        margin-top: 0; } }

.page-141 header {
  margin-top: 60px; }
.page-141 .gerechtzoeken h2 {
  color: #193540; }

.page-138 header, .page-list-198 header {
  margin-top: 60px; }
.page-138 .halve-header .overlay, .page-list-198 .halve-header .overlay {
  background: rgba(25, 53, 64, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; }
.page-138 .halve-header h2, .page-list-198 .halve-header h2 {
  position: relative;
  z-index: 3; }
.page-138 .faq-blokken .faq-blok, .page-list-198 .faq-blokken .faq-blok {
  background: #e6e6e6;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative; }
  .page-138 .faq-blokken .faq-blok .icon, .page-list-198 .faq-blokken .faq-blok .icon {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 35px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat; }
    .page-138 .faq-blokken .faq-blok .icon.algemeen, .page-list-198 .faq-blokken .faq-blok .icon.algemeen {
      background-image: url(grfx/faq-algemeen.svg); }
    .page-138 .faq-blokken .faq-blok .icon.gerechten, .page-list-198 .faq-blokken .faq-blok .icon.gerechten {
      background-image: url(grfx/faq-gerechten.svg); }
    .page-138 .faq-blokken .faq-blok .icon.nonfood, .page-list-198 .faq-blokken .faq-blok .icon.nonfood {
      background-image: url(grfx/faq-nonfood.svg); }
    .page-138 .faq-blokken .faq-blok .icon.levering, .page-list-198 .faq-blokken .faq-blok .icon.levering {
      background-image: url(grfx/faq-levering.svg); }
    .page-138 .faq-blokken .faq-blok .icon.maaltijdenbox, .page-list-198 .faq-blokken .faq-blok .icon.maaltijdenbox {
      background-image: url(grfx/faq-foodbox.svg); }
    .page-138 .faq-blokken .faq-blok .icon.account, .page-list-198 .faq-blokken .faq-blok .icon.account {
      background-image: url(grfx/faq-account.svg); }
  .page-138 .faq-blokken .faq-blok .title, .page-list-198 .faq-blokken .faq-blok .title {
    color: #193540;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-right: 40px;
    height: 2em; }
  .page-138 .faq-blokken .faq-blok a, .page-list-198 .faq-blokken .faq-blok a {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: #193540;
    display: block;
    margin-bottom: 20px; }
    .page-138 .faq-blokken .faq-blok a.more, .page-list-198 .faq-blokken .faq-blok a.more {
      color: #e84d34;
      background-color: transparent;
      background-image: url(grfx/arrow-right-orange.svg);
      float: right;
      padding-right: 40px;
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: 95% center; }

.page-142, .page-list-198 {
  background: #f2f2f2; }
  .page-142 header, .page-list-198 header {
    margin-top: 60px; }
  .page-142 .faq-wrap h3, .page-142 .faq-wrap h2, .page-list-198 .faq-wrap h3, .page-list-198 .faq-wrap h2 {
    font-family: open sans;
    font-weight: 300; }
  .page-142 .faq-wrap h3, .page-list-198 .faq-wrap h3 {
    font-size: 24px; }
  .page-142 .faq-wrap .faq-wrap__navigation, .page-list-198 .faq-wrap .faq-wrap__navigation {
    margin-top: 100px; }
    @media (max-width: 991px) {
      .page-142 .faq-wrap .faq-wrap__navigation, .page-list-198 .faq-wrap .faq-wrap__navigation {
        margin-top: 40px;
        margin-bottom: 40px; }
        .page-142 .faq-wrap .faq-wrap__navigation ul, .page-list-198 .faq-wrap .faq-wrap__navigation ul {
          width: 100%;
          display: flex;
          justify-content: space-around;
          background: #e6e6e6;
          border: 1px solid #cccccc;
          border-radius: 5px; } }
    .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item {
      list-style: none;
      padding-left: 60px;
      background-size: 30px;
      background-repeat: no-repeat;
      line-height: 42px;
      background-position: left center;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative; }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item:before, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item:before {
        content: '';
        display: block;
        left: 60px;
        bottom: 0;
        width: 0;
        background: #193540;
        height: 1px;
        position: absolute;
        transition: .3s all; }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item:hover:before, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item:hover:before {
        width: calc(100% - 60px); }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item a, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item a {
        text-decoration: none !important;
        color: #000 !important; }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__algemeen, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__algemeen {
        background-image: url(grfx/faq-algemeen.svg); }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__gerechten, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__gerechten {
        background-image: url(grfx/faq-gerechten.svg); }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__non-food, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__non-food {
        background-image: url(grfx/faq-nonfood.svg); }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__levering, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__levering {
        background-image: url(grfx/faq-levering.svg); }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__maaltijdenbox, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__maaltijdenbox {
        background-image: url(grfx/faq-foodbox.svg); }
      .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__account, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item.navigation-item__account {
        background-image: url(grfx/faq-account.svg); }
      @media (max-width: 991px) {
        .page-142 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item, .page-list-198 .faq-wrap .faq-wrap__navigation .faq-wrap_navigation-item {
          padding-left: 44px;
          width: 38px;
          overflow: hidden;
          height: 40px;
          display: flex;
          background-size: 28px;
          background-position: center center; } }
  .page-142 .faq-wrap .faq-wrap__content .faq-wrap__title, .page-list-198 .faq-wrap .faq-wrap__content .faq-wrap__title {
    background-position: right center;
    padding-right: 50px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    border-bottom: 1px solid #193540; }
    .page-142 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__algemeen, .page-list-198 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__algemeen {
      background-image: url(grfx/faq-algemeen.svg); }
    .page-142 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__gerechten, .page-list-198 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__gerechten {
      background-image: url(grfx/faq-gerechten.svg); }
    .page-142 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__nonfood, .page-list-198 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__nonfood {
      background-image: url(grfx/faq-nonfood.svg); }
    .page-142 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__levering, .page-list-198 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__levering {
      background-image: url(grfx/faq-levering.svg); }
    .page-142 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__foodbox, .page-list-198 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__foodbox {
      background-image: url(grfx/faq-foodbox.svg); }
    .page-142 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__account, .page-list-198 .faq-wrap .faq-wrap__content .faq-wrap__title.faq-wrap__title__account {
      background-image: url(grfx/faq-account.svg); }
    @media (max-width: 991px) {
      .page-142 .faq-wrap .faq-wrap__content .faq-wrap__title, .page-list-198 .faq-wrap .faq-wrap__content .faq-wrap__title {
        background-size: 28px; } }
  .page-142 .faq-wrap .faq-wrap__content .faq-item, .page-list-198 .faq-wrap .faq-wrap__content .faq-item {
    margin-bottom: 50px; }
    .page-142 .faq-wrap .faq-wrap__content .faq-item .faq-item__title, .page-list-198 .faq-wrap .faq-wrap__content .faq-item .faq-item__title {
      font-size: 16px;
      line-height: 20px;
      font-style: italic;
      font-weight: 700;
      margin-bottom: 1em; }
    .page-142 .faq-wrap .faq-wrap__content .faq-item .faq-item__content, .page-list-198 .faq-wrap .faq-wrap__content .faq-item .faq-item__content {
      font-size: 16px;
      line-height: 27px; }

.faq-contact {
  background: #e6e6e6; }
  .faq-contact h3, .faq-contact p {
    color: #193540;
    font-family: 'Open sans'; }
  .faq-contact h3 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px; }
  .faq-contact a {
    text-decoration: none !important; }
  .faq-contact .button {
    background-color: #39b54a;
    width: 100%; }
  .faq-contact .form-group label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: block; }
  .faq-contact .form-group input,
  .faq-contact .form-group select,
  .faq-contact .form-group textarea {
    padding: 6px 10px;
    font-weight: 600;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    resize: vertical; }
    .faq-contact .form-group input ::-webkit-input-placeholder,
    .faq-contact .form-group select ::-webkit-input-placeholder,
    .faq-contact .form-group textarea ::-webkit-input-placeholder {
      color: #999999; }
    .faq-contact .form-group input :-moz-placeholder,
    .faq-contact .form-group select :-moz-placeholder,
    .faq-contact .form-group textarea :-moz-placeholder {
      color: #999999;
      opacity: 1; }
    .faq-contact .form-group input ::-moz-placeholder,
    .faq-contact .form-group select ::-moz-placeholder,
    .faq-contact .form-group textarea ::-moz-placeholder {
      color: #999999;
      opacity: 1; }
    .faq-contact .form-group input :-ms-input-placeholder,
    .faq-contact .form-group select :-ms-input-placeholder,
    .faq-contact .form-group textarea :-ms-input-placeholder {
      color: #999999; }
  .faq-contact .info-list {
    margin-top: 50px; }
    .faq-contact .info-list .info-list__item {
      margin-bottom: 20px; }
      .faq-contact .info-list .info-list__item .info-list__item-icon {
        width: 35px;
        height: 35px;
        margin-right: 25px;
        background-size: 100%;
        display: inline-block;
        vertical-align: top; }
      .faq-contact .info-list .info-list__item .info-list__item-icon__location {
        background-image: url(grfx/contact-location.svg); }
      .faq-contact .info-list .info-list__item .info-list__item-icon__company {
        background-image: url(grfx/contact-company.svg); }
      .faq-contact .info-list .info-list__item .info-list__item-icon__phone {
        background-image: url(grfx/contact-phone.svg); }
      .faq-contact .info-list .info-list__item .info-list__item-content {
        display: inline-block; }

.bedankt header,
.page-144 header {
  margin-top: 60px; }
.bedankt .account-view a,
.page-144 .account-view a {
  color: #193540;
  text-decoration: underline; }

/***************************
* Objects
***************************/
.omni-box,
.omni-box-style {
  background-color: #fff;
  padding-left: 80px;
  display: block;
  padding: 5px 75px 5px 60px;
  position: relative;
  border-radius: 5px;
  margin: 40px 0; }
  .omni-box ::-webkit-input-placeholder,
  .omni-box-style ::-webkit-input-placeholder {
    color: #999999; }
  .omni-box :-moz-placeholder,
  .omni-box-style :-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .omni-box ::-moz-placeholder,
  .omni-box-style ::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .omni-box :-ms-input-placeholder,
  .omni-box-style :-ms-input-placeholder {
    color: #999999; }
  .omni-box input,
  .omni-box-style input {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 75px 15px 15px; }
    @media (max-width: 767px) {
      .omni-box input,
      .omni-box-style input {
        padding: 10px 0 10px 0px; } }
  .omni-box .submit-button,
  .omni-box-style .submit-button {
    background-image: url(grfx/brown-arrow-right.svg);
    width: 40px;
    height: 31px;
    display: inline-block;
    position: absolute;
    right: 19px;
    top: 15px;
    background-color: transparent;
    border: none; }

.easy-autocomplete-container ul {
  list-style: none;
  display: none; }
  .easy-autocomplete-container ul li {
    border-bottom: 1px solid #ccc; }
    .easy-autocomplete-container ul li a:hover {
      text-decoration: none; }
    .easy-autocomplete-container ul li a img {
      margin-right: 15px; }

.loader {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
  background: url(grfx/loader/background.svg) center center no-repeat;
  background-size: 100%;
  position: relative;
  cursor: none;
  transition: .3s all; }
  .loader .air {
    width: 12px;
    height: 48px;
    display: block;
    background: url(grfx/loader/mans-not-hot.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    animation: hotAir 1s .1s infinite;
    animation-timing-function: ease-out;
    bottom: 20px; }
    .loader .air:nth-child(1) {
      animation-delay: .2s;
      left: 30%; }
    .loader .air:nth-child(2) {
      animation-delay: .7s;
      left: 35%; }
    .loader .air:nth-child(3) {
      animation-delay: .3s;
      left: 40%; }
    .loader .air:nth-child(4) {
      animation-delay: .1s;
      left: 45%; }
    .loader .air:nth-child(5) {
      animation-delay: .8s;
      left: 55%; }
    .loader .air:nth-child(6) {
      animation-delay: .6s;
      left: 60%; }

@keyframes hotAir {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    opacity: 0; } }
.gerecht-info {
  float: none; }
  .gerecht-info .inner {
    padding: 30px; }
    @media (max-width: 767px) {
      .gerecht-info .inner {
        padding: 15px; } }
    .gerecht-info .inner table {
      width: 100%; }
      .gerecht-info .inner table tr {
        border-top: 1px solid #cccccc; }
        .gerecht-info .inner table tr:first-child {
          border-top: 0; }
        .gerecht-info .inner table tr td {
          padding: 25px 0;
          vertical-align: top; }
          .gerecht-info .inner table tr td p {
            margin-bottom: 0; }
            .gerecht-info .inner table tr td p.bold {
              margin-right: 10px; }

.dropdown-js {
  overflow: hidden; }
  .dropdown-js .dropdown-js-handle {
    position: relative; }
    @media (max-width: 991px) {
      .dropdown-js .dropdown-js-handle:after {
        content: '';
        position: absolute;
        right: 15px;
        top: 10px;
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 8px 6px 0 6px;
        border-style: solid;
        transition: .3s all;
        border-color: #000000 transparent transparent transparent; } }
  .dropdown-js .dropdown-js-content {
    display: block; }
  .dropdown-js.activated {
    transition: .3s all; }
    .dropdown-js.activated .dropdown-js-handle:after {
      transition: .3s all; }
  .dropdown-js.active .dropdown-js-handle:after {
    border-color: transparent transparent #000000 transparent;
    border-width: 0 6px 8px 6px; }

.bezorgtijd-meticon {
  color: #fff;
  background-image: url(grfx/levertijd.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding-left: 70px;
  margin-left: 20px; }
  .bezorgtijd-meticon.brown {
    color: #b65534;
    background-image: url(grfx/levertijd-brown.svg); }
    .bezorgtijd-meticon.brown.kosten {
      background-image: url(grfx/leverkosten-brown.svg); }
  .bezorgtijd-meticon.blue {
    color: #193540;
    background-image: url(grfx/levertijd-blue.svg); }
    .bezorgtijd-meticon.blue.kosten {
      background-image: url(grfx/leverkosten-blue.svg); }
  .bezorgtijd-meticon.small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .bezorgtijd-meticon {
      display: none; } }

.gerechtzoeken {
  background: #ffffff; }
  .gerechtzoeken p, .gerechtzoeken h2 {
    color: #80884f;
    text-align: center; }
  .gerechtzoeken h2 {
    margin-top: 0; }
  .gerechtzoeken .omni-box {
    background: #ffffff url(grfx/omni-box-search-icon.svg) 20px 20px no-repeat;
    box-shadow: 0 0 30px 3px #f2f2f2; }
    .gerechtzoeken .omni-box input {
      background-color: #ffffff; }
    .gerechtzoeken .omni-box .submit-button {
      background-image: url(grfx/brown-arrow-right.svg);
      width: 40px;
      height: 31px;
      display: inline-block;
      position: absolute;
      right: 19px;
      top: 15px; }

@media (max-width: 991px) {
  .gerechten-wrap .gerecht .overlay {
    padding: 6vw 15%; }
  .gerechten-wrap .gerecht:nth-child(4), .gerechten-wrap .gerecht:nth-child(7) {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .gerechten-wrap .gerecht:nth-child(4), .gerechten-wrap .gerecht:nth-child(7), .gerechten-wrap .gerecht:nth-child(12) {
    display: none; } }
.gerechten-wrap .gerecht .img {
  position: absolute;
  background-size: cover;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: scale(1.05);
  transition: .8s all ease; }
.gerechten-wrap .gerecht .overlay {
  text-align: center;
  background: rgba(63, 55, 46, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  opacity: 0;
  transition: .5s all ease;
  padding: 20% 15%; }
  @media (min-width: 1200px) {
    .gerechten-wrap .gerecht .overlay {
      padding: 3vw; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .gerechten-wrap .gerecht .overlay {
      padding: 3vw 8%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gerechten-wrap .gerecht .overlay {
      padding: 6vw 5%; } }
  @media (max-width: 767px) {
    .gerechten-wrap .gerecht .overlay {
      padding: 6vw 2%; } }
  .gerechten-wrap .gerecht .overlay h4 {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans'; }
    @media (min-width: 1200px) {
      .gerechten-wrap .gerecht .overlay h4 {
        font-size: 1.5vw; } }
    @media (max-width: 767px) {
      .gerechten-wrap .gerecht .overlay h4 {
        font-size: 4vw;
        line-height: 5vw;
        margin-top: 0; } }
  .gerechten-wrap .gerecht .overlay .streep {
    width: 180px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 15px auto; }
    @media (max-width: 767px) {
      .gerechten-wrap .gerecht .overlay .streep {
        width: 35vw;
        margin: 2vw auto; } }
  .gerechten-wrap .gerecht .overlay h3 {
    color: #fff;
    margin-top: 40px; }
    @media (min-width: 1200px) {
      .gerechten-wrap .gerecht .overlay h3 {
        margin-top: 1.6vw;
        font-size: 3vw;
        line-height: 3vw; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .gerechten-wrap .gerecht .overlay h3 {
        font-size: 7vw;
        margin-top: 30px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .gerechten-wrap .gerecht .overlay h3 {
        font-size: 5vw;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .gerechten-wrap .gerecht .overlay h3 {
        font-size: 7vw;
        line-height: 8vw;
        margin-top: 0; } }
  .gerechten-wrap .gerecht .overlay .rating {
    margin-top: 1.5vw;
    display: inline-block; }
    @media (min-width: 1200px) {
      .gerechten-wrap .gerecht .overlay .rating {
        margin-top: 1.5vw; } }
    @media (max-width: 767px) {
      .gerechten-wrap .gerecht .overlay .rating {
        margin-top: 0; } }
    .gerechten-wrap .gerecht .overlay .rating .heart {
      width: 30px;
      height: 28px;
      display: block;
      margin: 10px auto;
      background: url(grfx/heart.svg) center center no-repeat;
      background-size: 100%; }
      @media (max-width: 767px) {
        .gerechten-wrap .gerecht .overlay .rating .heart {
          width: 4vw;
          height: 3.7vw;
          margin: 0 auto; } }
    .gerechten-wrap .gerecht .overlay .rating .counter {
      font-size: 15px;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 767px) {
        .gerechten-wrap .gerecht .overlay .rating .counter {
          font-size: 3vw; } }
.gerechten-wrap .gerecht .land {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  color: #193540;
  padding: 3px 10px;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  line-height: 29px;
  transition: .5s all ease; }
  @media (max-width: 767px) {
    .gerechten-wrap .gerecht .land {
      right: 0;
      max-width: 100%;
      bottom: 0;
      border-radius: 0px;
      width: 100%; } }
.gerechten-wrap .gerecht:hover .img, .gerechten-wrap .gerecht.hover .img {
  transform: scale(1); }
.gerechten-wrap .gerecht:hover .land, .gerechten-wrap .gerecht.hover .land {
  transform: translateY(80px); }
.gerechten-wrap .gerecht:hover .overlay, .gerechten-wrap .gerecht.hover .overlay {
  opacity: 1;
  transform: scale(1); }
.gerechten-wrap .gerecht.featured {
  width: 50%;
  margin-bottom: -25%;
  padding-bottom: 50%; }
.gerechten-wrap .gerecht-banner {
  width: 50%;
  background: #fff;
  display: inline-block;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 25%;
  color: #fff; }
  .gerechten-wrap .gerecht-banner h1 {
    padding: 25px 30px 20px 30px;
    font-size: 6vw;
    line-height: 5vw;
    color: #80884f; }
    @media (max-width: 1199px) {
      .gerechten-wrap .gerecht-banner h1 {
        font-size: 7vw;
        line-height: 5.5vw; } }
  .gerechten-wrap .gerecht-banner p {
    padding: 25px 30px 20px 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gerechten-wrap .gerecht-banner {
      width: 66.666%;
      padding-bottom: 33.333%; } }
  @media (max-width: 991px) {
    .gerechten-wrap .gerecht-banner {
      width: 100%;
      padding-bottom: 50%; } }
  .gerechten-wrap .gerecht-banner .button {
    margin-left: 25px;
    background-color: #80884f; }
    @media (min-width: 768px) {
      .gerechten-wrap .gerecht-banner .button {
        position: absolute;
        bottom: 50px; } }
  @media (min-width: 768px) {
    .gerechten-wrap .gerecht-banner .bezorgtijd-meticon {
      position: absolute;
      bottom: 50px;
      left: 343px; } }

.topbar {
  background: #b27953;
  height: 100px;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1020;
  top: 60px; }
  @media (max-width: 767px) {
    .topbar {
      top: 70px;
      height: 56px; } }
  .topbar.transparency {
    background: rgba(178, 121, 83, 0.9); }
  .topbar.alt-color {
    background: #c9c2b6; }
  .topbar.blue-color {
    background: #193540; }
  .topbar .wrap {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%; }
    @media (max-width: 767px) {
      .topbar .wrap {
        top: 0; } }
  .topbar .input-wrap {
    background-color: rgba(255, 255, 255, 0.7);
    width: 200px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding: 4px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #193540;
    cursor: pointer; }
    .topbar .input-wrap.back {
      background-image: url(grfx/arrow-left-blue.svg);
      background-repeat: no-repeat;
      background-position: 20px 8px;
      padding-left: 45px;
      background-size: 24px;
      text-align: right;
      transition: .3s all ease;
      text-decoration: none !important; }
      .topbar .input-wrap.back:hover {
        background-position: 15px 8px; }
    .topbar .input-wrap.next {
      background-image: url(grfx/arrow-right-blue.svg);
      background-repeat: no-repeat;
      background-position: 92% 8px;
      padding-right: 45px;
      background-size: 24px;
      transition: .3s all ease;
      text-decoration: none !important; }
      .topbar .input-wrap.next:hover {
        background-position: 95% 8px; }
    .topbar .input-wrap.filter {
      background-color: #732706;
      background-image: url(grfx/filter.svg);
      background-repeat: no-repeat;
      background-position: 8px 8px;
      padding-left: 40px;
      padding-right: 5px;
      background-size: 20px;
      color: #fff;
      transition: .3s all ease; }
    .topbar .input-wrap.dropdown {
      background-image: url(grfx/arrow-down-blue.svg);
      background-repeat: no-repeat;
      background-position: 97% 14px;
      background-size: 20px;
      text-align: left;
      margin-top: 4px;
      margin-right: 30px;
      transition: .3s all ease;
      text-decoration: none !important; }
      .topbar .input-wrap.dropdown:hover {
        background-position: 97% 18px; }
  .topbar .bezorgtijd-meticon {
    position: absolute;
    top: 34px;
    right: 61px; }

.producten .header {
  background: #193540;
  color: #fff;
  padding: 30px 0; }
  .producten .header h2 {
    margin-top: 0;
    color: #fff; }
  @media (max-width: 767px) {
    .producten .header {
      padding: 3vw 0; }
      .producten .header h2 {
        font-size: 8vw;
        margin-top: 0; } }
.producten .product {
  padding-bottom: 25%;
  overflow: hidden;
  text-decoration: none; }
  @media (max-width: 991px) {
    .producten .product {
      padding-bottom: 50%; } }
  .producten .product .overlay {
    text-align: center;
    background: rgba(25, 53, 64, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    opacity: 0;
    transition: .5s all ease; }
    @media (min-width: 1200px) {
      .producten .product .overlay {
        padding: 20% 15%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .producten .product .overlay {
        padding: 10% 10%; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .producten .product .overlay {
        padding: 5% 5%; } }
    @media (max-width: 768px) {
      .producten .product .overlay {
        padding: 0 2%; } }
    .producten .product .overlay h2 {
      color: #fff;
      margin-top: 40px; }
      @media (min-width: 1200px) {
        .producten .product .overlay h2 {
          margin-top: 1.6vw;
          font-size: 3vw;
          line-height: 3vw; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .producten .product .overlay h2 {
          font-size: 7vw; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .producten .product .overlay h2 {
          font-size: 4vw;
          line-height: 5vw; } }
      @media (max-width: 768px) {
        .producten .product .overlay h2 {
          font-size: 8vw;
          line-height: 9vw; } }
  .producten .product:hover .overlay {
    opacity: 1; }
  .producten .product:nth-child(7) .overlay {
    background: #193540;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 1;
    text-align: left;
    padding: 0;
    transition: .4s all ease; }
    .producten .product:nth-child(7) .overlay h2 {
      padding: 2vw 0;
      font-size: 3.5vw;
      line-height: 4.5vw;
      color: #fff;
      background-image: url(grfx/arrow-right-white.svg);
      background-position: 0 100%;
      background-repeat: no-repeat;
      padding-bottom: 60px;
      margin: 0 0 0 2vw;
      background-size: 40px; }
      @media (max-width: 991px) {
        .producten .product:nth-child(7) .overlay h2 {
          padding: 3vw 0;
          padding-bottom: 60px;
          font-size: 7.5vw;
          line-height: 8.5vw;
          margin: 0 0 0 3vw; } }

.inschrijven-nieuwsbrief {
  background: url(grfx/inschrijven-nieuwsbrief.jpg) center center no-repeat;
  background-size: cover; }
  .inschrijven-nieuwsbrief p,
  .inschrijven-nieuwsbrief h2 {
    color: #fff;
    text-align: center; }
  .inschrijven-nieuwsbrief .container {
    position: relative; }
    .inschrijven-nieuwsbrief .container .center-box {
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

.bolletje-halal-pos,
.bolletje-halal-neg,
.bolletje-reg-pos,
.bolletje-reg-neg,
.bolletje-bio-pos,
.bolletje-bio-neg {
  position: relative; }
  @media (max-width: 767px) {
    .bolletje-halal-pos,
    .bolletje-halal-neg,
    .bolletje-reg-pos,
    .bolletje-reg-neg,
    .bolletje-bio-pos,
    .bolletje-bio-neg {
      pointer-events: none; } }
  .bolletje-halal-pos:after,
  .bolletje-halal-neg:after,
  .bolletje-reg-pos:after,
  .bolletje-reg-neg:after,
  .bolletje-bio-pos:after,
  .bolletje-bio-neg:after {
    content: attr(data-tooltip);
    position: absolute;
    left: calc(0px);
    top: 7px;
    width: 10px;
    height: 10px;
    line-height: 18px;
    font-size: 15px;
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
    display: block;
    overflow: visible; }
  @media (max-width: 767px) {
    .bolletje-halal-pos:hover:after,
    .bolletje-halal-neg:hover:after,
    .bolletje-reg-pos:hover:after,
    .bolletje-reg-neg:hover:after,
    .bolletje-bio-pos:hover:after,
    .bolletje-bio-neg:hover:after {
      left: calc(100% - 20px); } }

.bolletje-bio-pos:after,
.bolletje-bio-neg:after {
  background: #80884f; }
.bolletje-bio-pos:before,
.bolletje-bio-neg:before {
  background: url(grfx/tooltip-voet-bio.svg) center center no-repeat;
  background-size: 100%; }

.bolletje-reg-pos:after,
.bolletje-reg-neg:after {
  background: #af3e51; }
.bolletje-reg-pos:before,
.bolletje-reg-neg:before {
  background: url(grfx/tooltip-voet-regulier.svg) center center no-repeat;
  background-size: 100%; }

.bolletje-halal-pos:after,
.bolletje-halal-neg:after {
  background: #2e7382; }
.bolletje-halal-pos:before,
.bolletje-halal-neg:before {
  background: url(grfx/tooltip-voet-halal.svg) center center no-repeat;
  background-size: 100%; }

.tooltip {
  position: relative; }
  .tooltip .tooltip-content {
    background: url(grfx/tooltip-bio.svg) center center no-repeat;
    background-size: 100% 100%;
    width: 232px;
    height: 78px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0; }

.halve-header {
  height: 60vh;
  position: relative; }
  @media (max-width: 767px) {
    .halve-header {
      height: 60vw; } }
  .halve-header h2 {
    color: #fff;
    margin-top: 10vw;
    font-style: italic;
    font-weight: 300; }
    @media (max-width: 767px) {
      .halve-header h2 {
        margin-top: 15vw;
        font-size: 8vw;
        line-height: 10vw; } }

.ff-grid .ff-grid-item {
  width: 25%;
  display: inline-block;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden; }
  @media (max-width: 991px) {
    .ff-grid .ff-grid-item {
      width: 50%;
      padding-bottom: 50%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ff-grid .ff-grid-item {
      width: 33.333%;
      padding-bottom: 33.333%; } }

.custom-bullet {
  margin-left: 0;
  list-style: none;
  counter-reset: counter; }
  .custom-bullet > li:before {
    counter-increment: counter;
    content: counter(counter); }

ul.normal {
  list-style: none; }
  @media (min-width: 768px) {
    ul.normal {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    ul.normal {
      margin-left: 15px; } }
  ul.normal li {
    position: relative;
    font-size: 18px; }
    ul.normal li:before {
      content: '\00b7';
      display: block;
      position: absolute;
      left: -20px;
      font-size: 45px; }
    @media (max-width: 359px) {
      ul.normal li {
        font-size: 16px;
        line-height: 28px; } }

.plus-min-input {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #cccccc;
  height: 45px;
  padding: 7px 15px;
  border-radius: 5px;
  margin-bottom: 25px; }
  .plus-min-input .display-value {
    border: none;
    width: 77%;
    outline: none;
    pointer-events: none;
    font-weight: 500;
    display: inline-block; }
  .plus-min-input .form-value {
    display: none; }
  .plus-min-input .buttons {
    position: absolute;
    right: 10px; }
    .plus-min-input .buttons .plus,
    .plus-min-input .buttons .min {
      background: #cccccc;
      color: #193540;
      border-radius: 3px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 24px;
      display: inline-block;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      user-select: none;
      -webit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
    .plus-min-input .buttons .min {
      line-height: 26px;
      position: relative;
      top: -2px; }

.checkbox-styling label {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 0;
  padding-right: 18px; }
  .checkbox-styling label input[type="checkbox"] {
    display: none; }
    .checkbox-styling label input[type="checkbox"]:checked + .check:after {
      width: 19px; }
  .checkbox-styling label .check {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    width: 15px;
    position: relative; }
    .checkbox-styling label .check:after {
      content: '';
      position: absolute;
      top: -3px;
      left: 2px;
      display: block;
      background-image: url(grfx/checkmark.svg);
      background-repeat: no-repeat;
      width: 0px;
      height: 14px;
      transition: .3s all ease; }
.checkbox-styling .info {
  background: #fff;
  width: 27px;
  height: 27px;
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 27px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  font-family: Times New Roman;
  border: 1px solid #333;
  cursor: pointer; }
  .checkbox-styling .info:hover {
    cursor: pointer; }

.slider {
  position: relative; }
  .slider .slick-arrow {
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    width: 40px;
    height: 30px;
    z-index: 5; }
  .slider .slick-prev {
    left: -25px;
    background-image: url(grfx/arrow-left-blue.svg);
    transform-origin: bottom left; }
    @media (max-width: 991px) {
      .slider .slick-prev {
        left: 0px; } }
  .slider .slick-next {
    right: -25px;
    background-image: url(grfx/arrow-right-blue.svg);
    transform-origin: bottom right; }
    @media (max-width: 991px) {
      .slider .slick-next {
        right: 0px; } }

@media (max-width: 787px) {
  .gerelateerde-producten h2 {
    padding-left: 25px;
    padding-right: 25px; } }
.gerelateerde-producten .slider-container-producten {
  margin-top: 80px;
  margin-bottom: 80px; }
  .gerelateerde-producten .slider-container-producten .product > span {
    width: 100%;
    padding-bottom: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center; }

.fullscreen-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  @media (max-width: 767px) {
    .fullscreen-image.fullscreen-container {
      height: 0;
      padding-bottom: 56.8%; } }

.fullscreen-container {
  height: 100vh; }
  .fullscreen-container.only-min {
    height: auto;
    min-height: 100vh; }
  .fullscreen-container.no-xs {
    height: auto; }
    @media (min-width: 768px) {
      .fullscreen-container.no-xs {
        height: 100vh; } }

.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 768px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 1024px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 568px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 480px; } }
.ipad .fullscreen-container.only-min,
.iphone .fullscreen-container.only-min {
  height: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 768px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 1024px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 568px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 480px; } }
@media (max-width: 767px) {
  .ipad .fullscreen-container.no-xs,
  .iphone .fullscreen-container.no-xs {
    height: auto; } }

.grecaptcha-badge {
  width: 1px !important;
  height: 1px !important;
  transition: none !important;
  top: 0 !important;
  right: 0 !important;
  box-shadow: none !important; }

@keyframes phoneRing {
  0% {
    background-position: -2px 0; }
  33% {
    background-position: 0 0; }
  66% {
    background-position: 2px 0; }
  100% {
    background-position: 0 0; } }
@keyframes mailFly {
  0% {
    background-position: 0 0px; }
  33% {
    background-position: 75px -70px; }
  65% {
    background-position: -75px -70px; }
  66% {
    background-position: -75px 50px; }
  100% {
    background-position: 0 0; } }
@keyframes locationJump {
  0% {
    background-position: 0 7px; }
  50% {
    background-position: 0 1px; }
  100% {
    background-position: 0 10px; } }

/*# sourceMappingURL=style.css.map */
