/**************************
 * Project	: B-Cat
 * Name		: Vincent van de Water
 * Date		: 6-1-2017
 * Company	: MIXFINITY
 *************************/
@font-face {
  font-family: 'aller_typobold_italic';
  src: url("fonts/Aller_Typo_BdIt.ttf") format("truetype"), url("fonts/Aller_Typo_BdIt.woff2") format("woff2"), url("fonts/Aller_Typo_BdIt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aller_typolight';
  src: url("fonts/Aller_Typo_Lt.ttf") format("truetype"), url("fonts/Aller_Typo_Lt.woff2") format("woff2"), url("fonts/Aller_Typo_Lt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*!
 * 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: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@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, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 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: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 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 fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 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, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 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; }

.blue-grad, .list-overview.presentation-mode .project-content,
.news.presentation-mode .project-content,
.page-list-91.presentation-mode .project-content,
.page-list-97.presentation-mode .project-content,
.page-list-103.presentation-mode .project-content {
  background: black;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEwZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, black 0%, #00a0d3 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, #00a0d3));
  background: -webkit-linear-gradient(left, black 0%, #00a0d3 100%);
  background: -o-linear-gradient(left, black 0%, #00a0d3 100%);
  background: -ms-linear-gradient(left, black 0%, #00a0d3 100%);
  background: linear-gradient(to right, black 0%, #00a0d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00a0d3',GradientType=1 ); }

/* Vars */
* {
  padding: 0;
  margin: 0; }

body {
  font-family: "Roboto", serif;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400; }
  @media (max-width: 767px) {
    body {
      font-weight: 36px; } }

h1, h2, h3, h4, h5, h6, p, a {
  transition: .3s all; }

h1 {
  font: 300 100px 'aller_typolight'; }
  @media (max-width: 767px) {
    h1 {
      font-size: 15vw; } }

h2 {
  font: 300 50px 'aller_typolight'; }
  @media (max-width: 767px) {
    h2 {
      font-size: 10vw; } }

h3 {
  font: 700 30px 'Roboto'; }
  @media (max-width: 767px) {
    h3 {
      font-size: 7vw; } }

a {
  color: #3fa9f5; }

a:hover {
  color: #FFF; }

p {
  font-size: 24px;
  font-weight: 300; }
  @media (max-width: 767px) {
    p {
      font-size: 18px;
      line-height: 30px; } }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  color: #fff;
  opacity: 1; }

::-moz-placeholder {
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder {
  color: #fff; }

.content-style h1 {
  font: 300 70px 'aller_typolight'; }
  @media (max-width: 992px) {
    .content-style h1 {
      font-size: 70px; } }
  @media (max-width: 767px) {
    .content-style h1 {
      font-size: 12vw; } }
.content-style h2 {
  font: 300 50px 'aller_typolight'; }
  @media (max-width: 992px) {
    .content-style h2 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .content-style h2 {
      font-size: 10vw; } }
.content-style h3 {
  font: 300 36px 'Roboto'; }
  @media (max-width: 767px) {
    .content-style h3 {
      font-size: 7vw; } }
.content-style p, .content-style a:not(.button), .content-style li {
  font-size: 24px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .content-style p, .content-style a:not(.button), .content-style li {
      font-size: 18px;
      line-height: 30px; } }
.content-style a {
  color: #00a7ce; }
  .content-style a:hover {
    color: #00a7ce;
    text-decoration: underline; }
.content-style ul {
  list-style: none;
  margin-left: 25px; }
  .content-style ul li {
    position: relative;
    font-size: 24px; }
    @media (max-width: 767px) {
      .content-style ul li {
        font-size: 18px;
        line-height: 30px; } }
    .content-style ul li:before {
      content: "-";
      display: block;
      position: absolute;
      left: -20px; }
.content-style .button {
  margin-top: 60px; }

.pointer {
  cursor: pointer; }

.button {
  border-radius: 35px;
  border: 1px solid #ffffff;
  display: block;
  width: 300px;
  height: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  margin: 25px auto;
  position: relative;
  color: #fff;
  text-decoration: none !important;
  transition: .3s all; }
  @media (max-width: 767px) {
    .button {
      font-size: 19px; } }
  .button:after {
    content: '';
    display: block;
    position: absolute;
    right: 38px;
    bottom: 16px;
    width: 22px;
    height: 36px;
    background: url(grfx/icon/arrow-right.svg) 93% center no-repeat;
    background-size: 22px 36px; }
  .button:hover {
    background: rgba(0, 0, 0, 0.2); }
  .button .content {
    position: relative;
    color: #fff !important;
    margin-left: -20px;
    display: inline-block;
    margin-top: 24px;
    font-size: 22px; }
    @media (max-width: 767px) {
      .button .content {
        font-size: 20px; } }
  .button.order {
    background: #00a7ce;
    margin: 50px 0 25px;
    border: none; }
    .button.order:hover {
      background: #007e9b; }

.grey-grad, footer {
  background: white;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, white 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(left, white 0%, #cccccc 100%);
  background: -o-linear-gradient(left, white 0%, #cccccc 100%);
  background: -ms-linear-gradient(left, white 0%, #cccccc 100%);
  background: linear-gradient(to right, white 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 );
  color: #333333; }

.black-grad, .references-slider .project-title {
  background: #333333;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, black 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, #333333));
  background: -webkit-linear-gradient(left, black 0%, #333333 100%);
  background: -o-linear-gradient(left, black 0%, #333333 100%);
  background: -ms-linear-gradient(left, black 0%, #333333 100%);
  background: linear-gradient(to right, black 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); }

/**************
* Base
**************/
nav {
  transition: .3s all;
  z-index: 10300 !important; }
  nav #menu-button {
    position: absolute;
    left: 50px;
    top: 35px;
    width: 48px;
    height: 48px;
    padding: 5px 4px;
    background: #00a7ce;
    transition: .3s all;
    z-index: 11338 !important;
    cursor: pointer; }
    @media (max-width: 767px) {
      nav #menu-button {
        left: 22px;
        top: 22px; } }
    nav #menu-button:hover {
      background: #222222; }
    nav #menu-button span {
      background: #fff;
      display: block;
      width: 40px;
      height: 3px;
      margin-top: 7px;
      transition: .3s all;
      width: 80%;
      margin-left: 10%; }
      nav #menu-button span:nth-child(1) {
        transform-origin: left; }
      nav #menu-button span:nth-child(2) {
        transition: .3s all; }
      nav #menu-button span:nth-child(3) {
        transform-origin: top; }
    nav #menu-button.active {
      transform: translateX(300px);
      background: #222222;
      transition: .3s all;
      box-shadow: 19px 0px 1px 9px #222222; }
      nav #menu-button.active span {
        width: 100%;
        margin-left: 0; }
      @media (max-width: 767px) {
        nav #menu-button.active {
          transform: translateX(270px); } }
      @media (max-width: 359px) {
        nav #menu-button.active {
          transform: translateX(240px); } }
      nav #menu-button.active:hover {
        background: #00a7ce; }
      nav #menu-button.active span:nth-child(1) {
        transform: rotate(45deg) translate(1px, -6px); }
      nav #menu-button.active span:nth-child(2) {
        opacity: 0;
        transform: rotateY(90deg) translateX(-10px); }
      nav #menu-button.active span:nth-child(3) {
        transform: rotate(-46deg) translate(5px, -7px); }
    nav #menu-button.moving {
      transition: 0.8s transform 0s, 0.7s background 0.6s !important;
      box-shadow: none !important; }
      nav #menu-button.moving span {
        transition: .5s all .6s; }
        nav #menu-button.moving span:nth-child(1) {
          transform-origin: left; }
        nav #menu-button.moving span:nth-child(2) {
          transition: .3s all .6s; }
        nav #menu-button.moving span:nth-child(3) {
          transform-origin: top; }
    nav #menu-button.moving-back {
      transition: 0.6s transform 0s, 0.7s background 0.6s;
      box-shadow: none !important; }
      nav #menu-button.moving-back span {
        transition: .5s all;
        opacity: 1;
        transform: rotate(0deg) !important; }
  nav #logo {
    width: 240px;
    height: 187px;
    margin: 30px auto 0;
    overflow: hidden;
    transition: .3s all; }
    @media (min-width: 768px) and (max-width: 1200px) {
      nav #logo {
        width: 190px;
        height: 145px; } }
    nav #logo img {
      width: 100%; }
    @media (max-width: 767px) {
      nav #logo {
        width: 110px;
        height: 63px;
        margin: 15px auto 13px;
        overflow: hidden; } }
  nav .site-label {
    position: absolute;
    right: 250px;
    top: 0; }
    @media (max-width: 767px) {
      nav .site-label {
        right: 75px; } }
    @media (max-width: 424px) {
      nav .site-label {
        display: none; } }
    nav .site-label img {
      width: 60px;
      height: 92px; }
  nav #b-cat-group {
    width: 350px;
    position: absolute;
    top: 30px;
    right: 50px; }
    nav #b-cat-group img {
      width: 100%; }
    @media (max-width: 1199px) {
      nav #b-cat-group {
        width: 28vw; } }
    @media (max-width: 767px) {
      nav #b-cat-group {
        right: 15px;
        width: 30vw;
        top: 28px; } }
  nav.shrink {
    background: #fff; }
    nav.shrink #logo {
      width: 130px;
      height: 75px;
      margin: 20px auto 25px;
      overflow: hidden; }
  nav.hideMenu {
    transform: translateY(-120px); }
    nav.hideMenu #navbar.active {
      transform: translate(0px, 120px) !important; }
    nav.hideMenu #menu-button.active {
      transform: translate(300px, 120px); }
      @media (max-width: 767px) {
        nav.hideMenu #menu-button.active {
          transform: translate(270px, 120px); } }
      @media (max-width: 359px) {
        nav.hideMenu #menu-button.active {
          transform: translate(240px, 120px); } }
  @media (max-width: 767px) {
    nav {
      background: #fff; } }

#navbar {
  padding: 30px;
  background: #222222;
  z-index: 11337 !important;
  width: 100%;
  max-width: 430px;
  top: 0;
  height: 100vh;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    #navbar {
      padding: 30px 10px; } }
  #navbar.active {
    transition: .3s all; }
  #navbar .relative-wrapper {
    position: relative; }
  #navbar #menu-head, #navbar #submenu-head {
    font: 700 26px/20px roboto;
    margin: 20px 0 40px 0;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      #navbar #menu-head, #navbar #submenu-head {
        font: 700 26px/20px roboto;
        margin: 8px 0 30px 0; } }
  #navbar #submenu-head {
    position: absolute;
    left: calc(100% + 30px);
    width: 100%;
    top: -27px;
    background: url(grfx/icon/arrow-left.svg) 0 center no-repeat;
    background-size: 17px 36px;
    padding-left: 22px;
    height: 36px;
    line-height: 36px;
    font-size: 24px; }
    @media (max-width: 375px) {
      #navbar #submenu-head {
        top: -18px; } }
  #navbar.has-active-sub #submenu-head {
    left: 100%;
    padding-left: 37px; }
    @media (max-width: 375px) {
      #navbar.has-active-sub #submenu-head {
        left: 111%;
        top: -18px;
        font-size: 18px; } }
  #navbar ul {
    list-style: none;
    margin-left: 10px; }
    #navbar ul li {
      position: initial;
      user-select: none;
      -moz-user-select: none;
      -apple-user-select: none;
      w-ebkit-user-select: none; }
      @media (max-width: 480px) {
        #navbar ul li {
          height: 37px;
          line-height: 100%; } }
      #navbar ul li:before {
        content: none;
        display: none; }
      #navbar ul li a {
        font: 400 20px/20px roboto;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        text-decoration: none !important; }
        @media (max-width: 480px) {
          #navbar ul li a {
            font: 400 16px/18px roboto; } }
        #navbar ul li a:after {
          content: '';
          position: absolute;
          bottom: -4px;
          left: 0;
          height: 2px;
          width: 0;
          background: #fff;
          transition: .4s all; }
        #navbar ul li a:hover:after {
          width: 100%; }
      #navbar ul li.has-sub {
        background: url(grfx/icon/arrow-right.svg) 93% center no-repeat;
        background-size: 17px 36px; }
        @media (max-width: 480px) {
          #navbar ul li.has-sub {
            background-size: 18px 27px; } }
        #navbar ul li.has-sub > a {
          pointer-events: none; }
        #navbar ul li.has-sub:hover {
          cursor: pointer; }
          #navbar ul li.has-sub:hover > a:after {
            width: 100%; }
        #navbar ul li.has-sub ul.submenu {
          position: absolute;
          top: 60px;
          left: calc(100% + 30px);
          width: 100%;
          display: none; }
          #navbar ul li.has-sub ul.submenu .parent-page a {
            color: #00a7ce; }
          #navbar ul li.has-sub ul.submenu li.lang-button {
            background-size: 33px 27px;
            background-position: 93% 3px;
            background-repeat: no-repeat; }
  #navbar > ul {
    position: relative;
    transition: .5s all; }
  #navbar.has-active-sub > ul {
    transform: translateX(calc(-100% - 30px)); }
    #navbar.has-active-sub > ul li.has-sub.active-sub .submenu {
      display: block; }

footer {
  color: #808080;
  padding: 60px 0; }
  @media (max-width: 480px) {
    footer {
      padding: 15px 0; } }
  footer a {
    color: #808080; }
    footer a:hover {
      color: #999999; }
  footer p {
    font-size: 16px; }
  footer .mixfinity {
    float: right;
    perspective: 1000px; }
    footer .mixfinity img {
      transition: 1s all;
      transform-origin: bottom;
      width: 68px;
      height: 68px;
      margin-top: -8px; }
      @media (max-width: 767px) {
        footer .mixfinity img {
          margin-top: -9px;
          margin-right: 14px; } }
    footer .mixfinity:hover img {
      transform: rotateY(180deg) rotateX(180deg) rotate(180deg) scale(1.1); }
  @media (max-width: 767px) {
    footer .block-when-small {
      display: block;
      width: 100%;
      float: left;
      height: 50px;
      margin-top: 30px;
      margin-bottom: 10px; } }
  footer .logo-small {
    float: right;
    margin-right: 35px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #333333;
    transition: .3s all; }
    @media (max-width: 480px) {
      footer .logo-small {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      footer .logo-small {
        float: none;
        display: inline-block; } }
    footer .logo-small img {
      width: 50px;
      height: 50px;
      margin: 0;
      transition: .3s all; }
      footer .logo-small img:hover {
        transform: scale(1.2); }
    footer .logo-small:hover.facebook {
      background: #3c5193; }
    footer .logo-small:hover.youtube {
      background: #c1272d; }
    footer .logo-small:hover.pintrest {
      background: #4099ff; }
    footer .logo-small:hover.linkedin {
      background: #0177b5; }
  @media (min-width: 992px) {
    footer .center {
      position: absolute;
      left: calc(50% - 150px);
      width: 300px; } }

/******************
* Home
*******************/
.common-home .references-slider,
.common-home .contact-container {
  margin-top: -10px; }

/***************************
* Pages
***************************/
.list-overview,
.news,
.page-list-91,
.page-list-97,
.page-list-103 {
  width: 100%;
  overflow-x: hidden; }
  .list-overview header,
  .news header,
  .page-list-91 header,
  .page-list-97 header,
  .page-list-103 header {
    margin-top: 120px; }
    @media (max-width: 767px) {
      .list-overview header,
      .news header,
      .page-list-91 header,
      .page-list-97 header,
      .page-list-103 header {
        margin-top: 94px; } }
  .list-overview nav,
  .news nav,
  .page-list-91 nav,
  .page-list-97 nav,
  .page-list-103 nav {
    background: #fff; }
    .list-overview nav #logo,
    .news nav #logo,
    .page-list-91 nav #logo,
    .page-list-97 nav #logo,
    .page-list-103 nav #logo {
      width: 130px;
      height: 75px;
      margin: 20px auto 25px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .list-overview nav #logo,
        .news nav #logo,
        .page-list-91 nav #logo,
        .page-list-97 nav #logo,
        .page-list-103 nav #logo {
          width: 110px;
          height: 63px;
          margin: 15px auto 13px;
          overflow: hidden; } }
  .list-overview .head,
  .news .head,
  .page-list-91 .head,
  .page-list-97 .head,
  .page-list-103 .head {
    font-family: aller_typolight;
    font-size: 60px;
    line-height: 140px;
    height: 140px;
    text-align: center;
    transition: 1s all; }
    @media (max-width: 767px) {
      .list-overview .head,
      .news .head,
      .page-list-91 .head,
      .page-list-97 .head,
      .page-list-103 .head {
        font-size: 6vw;
        line-height: 15vw;
        height: 15vw; } }
    .list-overview .head #overview,
    .news .head #overview,
    .page-list-91 .head #overview,
    .page-list-97 .head #overview,
    .page-list-103 .head #overview {
      display: none; }
  .list-overview .contact-container,
  .news .contact-container,
  .page-list-91 .contact-container,
  .page-list-97 .contact-container,
  .page-list-103 .contact-container {
    display: none; }
  .list-overview.presentation-mode .head,
  .news.presentation-mode .head,
  .page-list-91.presentation-mode .head,
  .page-list-97.presentation-mode .head,
  .page-list-103.presentation-mode .head {
    margin-bottom: -10px;
    position: relative;
    z-index: 5; }
    .list-overview.presentation-mode .head #overview,
    .news.presentation-mode .head #overview,
    .page-list-91.presentation-mode .head #overview,
    .page-list-97.presentation-mode .head #overview,
    .page-list-103.presentation-mode .head #overview {
      background: url(grfx/overview.svg) 0 0 no-repeat;
      background-size: 100%;
      position: absolute;
      left: 57px;
      top: 52px;
      width: 32px;
      height: 32px;
      display: block;
      transition: .3s all;
      cursor: pointer; }
      .list-overview.presentation-mode .head #overview:hover,
      .news.presentation-mode .head #overview:hover,
      .page-list-91.presentation-mode .head #overview:hover,
      .page-list-97.presentation-mode .head #overview:hover,
      .page-list-103.presentation-mode .head #overview:hover {
        transform: scale(1.1); }
      @media (max-width: 767px) {
        .list-overview.presentation-mode .head #overview,
        .news.presentation-mode .head #overview,
        .page-list-91.presentation-mode .head #overview,
        .page-list-97.presentation-mode .head #overview,
        .page-list-103.presentation-mode .head #overview {
          left: 8vw;
          top: 3.1vw;
          width: 8vw;
          height: 8vw; } }
  .list-overview.presentation-mode .project-content,
  .news.presentation-mode .project-content,
  .page-list-91.presentation-mode .project-content,
  .page-list-97.presentation-mode .project-content,
  .page-list-103.presentation-mode .project-content {
    width: 100%;
    padding: 80px 0; }
    @media (max-width: 767px) {
      .list-overview.presentation-mode .project-content,
      .news.presentation-mode .project-content,
      .page-list-91.presentation-mode .project-content,
      .page-list-97.presentation-mode .project-content,
      .page-list-103.presentation-mode .project-content {
        padding: 30px 0; } }
  @media (max-width: 767px) {
    .list-overview.presentation-mode .references-slider .bx-wrapper .bx-viewport li img,
    .news.presentation-mode .references-slider .bx-wrapper .bx-viewport li img,
    .page-list-91.presentation-mode .references-slider .bx-wrapper .bx-viewport li img,
    .page-list-97.presentation-mode .references-slider .bx-wrapper .bx-viewport li img,
    .page-list-103.presentation-mode .references-slider .bx-wrapper .bx-viewport li img {
      padding-bottom: 70px; }
    .list-overview.presentation-mode .project-title,
    .news.presentation-mode .project-title,
    .page-list-91.presentation-mode .project-title,
    .page-list-97.presentation-mode .project-title,
    .page-list-103.presentation-mode .project-title {
      bottom: 0px; } }
  .list-overview.presentation-mode .contact-container,
  .news.presentation-mode .contact-container,
  .page-list-91.presentation-mode .contact-container,
  .page-list-97.presentation-mode .contact-container,
  .page-list-103.presentation-mode .contact-container {
    display: block; }

.page-list-103 .contact-container,
.news-detail .contact-container {
  display: block; }

.page-list-103 .top-selector #links .share-social {
  line-height: 55px; }
  .page-list-103 .top-selector #links .share-social .share-text {
    top: -10px; }

.page-list-97 .media-filter .switch {
  position: absolute;
  left: 55px;
  margin-top: 15px;
  font-size: 18px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .page-list-97 .media-filter .switch {
      left: 25px;
      margin-top: 2%; } }
  .page-list-97 .media-filter .switch .photo {
    background: url("grfx/photo-camera.svg") center center no-repeat; }
    .page-list-97 .media-filter .switch .photo:after {
      right: 0; }
  .page-list-97 .media-filter .switch .video {
    margin-left: 10px;
    background: url("grfx/video-camera.svg") center center no-repeat; }
    .page-list-97 .media-filter .switch .video:after {
      left: 0px; }
  .page-list-97 .media-filter .switch .photo,
  .page-list-97 .media-filter .switch .video {
    background-size: 100%;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: .5s all; }
  .page-list-97 .media-filter .switch.video-active .photo {
    transform: scale(0.8);
    opacity: 0.6; }
  .page-list-97 .media-filter .switch.video-active .video {
    transform: scale(1.2) translateX(-5px); }
  .page-list-97 .media-filter .switch.photo-active .video {
    transform: scale(0.8);
    opacity: 0.6; }
  .page-list-97 .media-filter .switch.photo-active .photo {
    transform: scale(1.2) translateX(5px); }

.page-82 .content-container {
  padding: 0;
  line-height: 140px;
  height: 140px;
  text-align: center;
  transition: 1s all; }
  @media (max-width: 767px) {
    .page-82 .content-container {
      height: 100px; } }
  .page-82 .content-container h2 {
    line-height: 100px; }
    @media (max-width: 767px) {
      .page-82 .content-container h2 {
        font-size: 40px; } }

.news .intro {
  text-align: center; }
@media (min-width: 768px) {
  .news .news-detail .top-picture {
    height: 60vh;
    min-height: 300px;
    max-height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; } }
.news .news-detail .top-picture img {
  width: 100%; }
  @media (min-width: 768px) {
    .news .news-detail .top-picture img {
      display: none; } }

.contact .content-container,
.page-84 .content-container {
  display: none; }
.contact .employees-container .employee,
.page-84 .employees-container .employee {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  @media (min-width: 768px) {
    .contact .employees-container .employee,
    .page-84 .employees-container .employee {
      padding-bottom: 50%; } }
  @media (min-width: 1200px) {
    .contact .employees-container .employee,
    .page-84 .employees-container .employee {
      padding-bottom: 25%; } }
  .contact .employees-container .employee .info-wrap,
  .page-84 .employees-container .employee .info-wrap {
    position: absolute;
    width: 200%;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 1%, rgba(0, 160, 211, 0.85) 33%, rgba(0, 160, 211, 0) 66%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(1%, rgba(0, 0, 0, 0.85)), color-stop(33%, rgba(0, 160, 211, 0.85)), color-stop(66%, rgba(0, 160, 211, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 1%, rgba(0, 160, 211, 0.85) 33%, rgba(0, 160, 211, 0) 66%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 1%, rgba(0, 160, 211, 0.85) 33%, rgba(0, 160, 211, 0) 66%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 1%, rgba(0, 160, 211, 0.85) 33%, rgba(0, 160, 211, 0) 66%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 1%, rgba(0, 160, 211, 0.85) 33%, rgba(0, 160, 211, 0) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#0000a0d3',GradientType=1 );
    background-size: 150%;
    transform: translateX(-100%);
    transition: .8s all;
    height: 100%; }
    .contact .employees-container .employee .info-wrap .info,
    .page-84 .employees-container .employee .info-wrap .info {
      margin-top: 10%;
      width: 50%;
      text-align: center; }
      .contact .employees-container .employee .info-wrap .info .contact .mail,
      .page-84 .employees-container .employee .info-wrap .info .contact .mail {
        background: url("grfx/mail-employee.svg") center center no-repeat; }
      .contact .employees-container .employee .info-wrap .info .contact .phone,
      .page-84 .employees-container .employee .info-wrap .info .contact .phone {
        background: url("grfx/phone-employee.svg") center center no-repeat; }
      .contact .employees-container .employee .info-wrap .info .contact .linkedin,
      .page-84 .employees-container .employee .info-wrap .info .contact .linkedin {
        background: url("grfx/linkedin-employee.svg") center center no-repeat; }
      .contact .employees-container .employee .info-wrap .info .contact a,
      .page-84 .employees-container .employee .info-wrap .info .contact a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 3px;
        background-size: 100% !important; }
      .contact .employees-container .employee .info-wrap .info .functie,
      .page-84 .employees-container .employee .info-wrap .info .functie {
        font-style: italic;
        font-size: 18px; }
  .contact .employees-container .employee:hover .info-wrap,
  .contact .employees-container .employee .hover .info-wrap,
  .page-84 .employees-container .employee:hover .info-wrap,
  .page-84 .employees-container .employee .hover .info-wrap {
    transform: translateX(0); }

.page-85 .content-style {
  min-height: 675px;
  padding-top: 200px; }
  @media (max-width: 767px) {
    .page-85 .content-style {
      padding-top: 100px; } }
  .page-85 .content-style .button {
    padding-top: 25px;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .page-85 .content-style .button {
        padding-right: 30px; } }

.page-35 .content-style h1 {
  margin: 200px 0 50px; }
  @media (max-width: 767px) {
    .page-35 .content-style h1 {
      margin: 150px 0 30px; } }
.page-35 .content-style > ul {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .page-35 .content-style > ul {
      margin-bottom: 0; } }

/***************************
* Objects
***************************/
.slide-out {
  position: fixed;
  transform: translateX(-101%) !important; }
  .slide-out.loaded {
    transition: .8s all ease; }
  .slide-out.active {
    transform: translateX(0px) !important; }

.fullwidth {
  float: left;
  width: 100%; }

.content-container {
  padding: 90px 0; }
  @media (max-width: 767px) {
    .content-container {
      padding: 25px 0; } }

.fullscreen-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  float: left;
  width: 100%; }

.fullscreen-container {
  height: 100vh;
  width: 100%; }

@media (min-width: 768px) {
  .fullscreen-container-no-xs {
    height: 100vh;
    width: 100%; } }

.top-selector {
  position: relative;
  height: 65px !important;
  line-height: 65px !important; }
  .top-selector #links {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    width: auto;
    text-align: center; }
    .top-selector #links #overview {
      font-size: 16px;
      background: url(grfx/overview.svg) center left no-repeat;
      background-size: 36px;
      color: #ffffff;
      padding-left: 50px;
      float: left;
      text-decoration: none !important;
      display: block;
      height: 65px;
      transition: .3s all; }
      @media (max-width: 991px) {
        .top-selector #links #overview {
          width: 50px;
          overflow: hidden; } }
      @media (max-width: 767px) {
        .top-selector #links #overview {
          margin-left: 13px; } }
      .top-selector #links #overview:hover {
        transform: scale(1.1); }
    .top-selector #links .share-social {
      float: right;
      height: 65px;
      display: inline-block; }
      .top-selector #links .share-social .share-text {
        font-size: 16px;
        color: #ffffff;
        height: 75px;
        display: inline-block;
        position: relative;
        top: -3px;
        left: -5px; }
        @media (max-width: 767px) {
          .top-selector #links .share-social .share-text {
            display: none; } }
      .top-selector #links .share-social a {
        display: inline-block;
        margin: 0 10px; }
        .top-selector #links .share-social a img {
          width: 35px;
          height: 35px;
          transition: .3s all; }
          @media (max-width: 767px) {
            .top-selector #links .share-social a img {
              width: 30px;
              height: 30px; } }
        .top-selector #links .share-social a:hover img {
          transform: scale(1.2); }
  .top-selector #next-button {
    position: absolute;
    color: #00a7ce;
    top: 22px;
    right: 73px;
    margin: 0;
    transition: .5s all; }
    @media (max-width: 480px) {
      .top-selector #next-button {
        width: 25px;
        color: transparent; } }
    .top-selector #next-button:after {
      content: '';
      display: block;
      position: absolute;
      right: -30px;
      border-top: 4px solid #00acc9;
      border-right: 4px solid #00acc9;
      transform: rotate(45deg);
      width: 25px;
      height: 25px;
      bottom: 1px; }
      @media (max-width: 767px) {
        .top-selector #next-button:after {
          width: 20px;
          height: 20px;
          bottom: 3px; } }
    .top-selector #next-button.show {
      opacity: 1; }

.awesome-panels {
  text-align: center; }
  .awesome-panels .panels {
    position: relative;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    margin: 0 -3px;
    transition: 50ms all;
    top: 0; }
    @media (max-width: 767px) {
      .awesome-panels .panels {
        margin: -7px 0; } }
    @media (min-width: 768px) {
      .awesome-panels .panels:nth-child(1) {
        top: 50px; }
      .awesome-panels .panels:nth-child(2) {
        top: 0px; }
      .awesome-panels .panels:nth-child(3) {
        top: 100px; }
      .awesome-panels .panels:nth-child(4) {
        top: 50px; } }
    .awesome-panels .panels .text {
      font-size: 36px;
      font-weight: 700;
      position: absolute;
      bottom: 30px;
      left: 20px;
      right: 20px;
      color: #fff;
      text-decoration: none !important; }
      .awesome-panels .panels .text:hover {
        color: #fff; }
  .awesome-panels .panel-holder {
    display: block;
    margin: 100px auto; }
    .awesome-panels .panel-holder.panels-2 .panels {
      width: 485px;
      height: 750px; }
    .awesome-panels .panel-holder.panels-3 .panels {
      width: 308px;
      height: 530px; }
    .awesome-panels .panel-holder.panels-4 .panels {
      width: 295px;
      height: 510px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .awesome-panels .panel-holder.panels-4 .panels {
          width: 246px;
          height: 420px; }
          .awesome-panels .panel-holder.panels-4 .panels .text {
            font-size: 28px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .awesome-panels .panel-holder.panels-4 .panels {
          width: 336px;
          height: 485px; }
          .awesome-panels .panel-holder.panels-4 .panels .text {
            font-size: 28px; } }
    @media (min-width: 768px) {
      .awesome-panels .panel-holder .panels {
        transition: .3s opacity; } }
    @media (max-width: 767px) {
      .awesome-panels .panel-holder.panels-4 .panels, .awesome-panels .panel-holder.panels-3 .panels, .awesome-panels .panel-holder.panels-2 .panels, .awesome-panels .panel-holder.panels-1 .panels {
        width: 100%;
        height: 0;
        padding-top: 100%;
        box-shadow: none;
        transform: none !important; } }

.header-image.dark-overlay {
  position: relative; }
  .header-image.dark-overlay .content {
    position: relative; }
  .header-image.dark-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15); }
.header-image .content {
  margin-top: 23%;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .header-image .content {
      margin-top: 26vh; } }
  @media (max-width: 767px) {
    .header-image .content {
      margin-top: 35vh; } }
  .header-image .content h1.bigger {
    font-size: 140px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-image .content h1.bigger {
        font-size: 120px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-image .content h1.bigger {
        font-size: 100px; } }
    @media (max-width: 767px) {
      .header-image .content h1.bigger {
        font-size: 12vw; } }
  .header-image .content h2 {
    font-size: 68px;
    font-weight: 500;
    font-style: italic; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-image .content h2 {
        font-size: 60px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-image .content h2 {
        font-size: 58px; } }
    @media (max-width: 767px) {
      .header-image .content h2 {
        font-size: 7vw;
        margin-top: 10px; } }
  .header-image .content .divider {
    display: block;
    width: 650px;
    height: 3px;
    background: #fff;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .header-image .content .divider {
        width: 50%; } }
  .header-image .content .scroll-down {
    width: 100px;
    height: 100px;
    margin: 100px auto 0; }
    @media (max-width: 1024px) {
      .header-image .content .scroll-down {
        margin: 60px auto 0; } }
    @media (max-width: 767px) {
      .header-image .content .scroll-down {
        height: 70px;
        width: 70px; } }
    .header-image .content .scroll-down:hover {
      animation: bounce 1.8s infinite cubic-bezier(0.365, 0.225, 0.17, 1.65);
      cursor: pointer; }

@keyframes bounce {
  0% {
    transform: translateY(0px); }
  25% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(0px); } }
.faq-wrapper .faq-item {
  position: relative; }
  .faq-wrapper .faq-item h1 {
    font-size: 50px; }
  .faq-wrapper .faq-item h2 {
    cursor: pointer;
    font-size: 40px; }
    @media (max-width: 767px) {
      .faq-wrapper .faq-item h2 {
        font-size: 10vw; } }
  .faq-wrapper .faq-item h3 {
    font-size: 30px; }
  .faq-wrapper .faq-item > h2 {
    width: calc(100% - 75px); }
  .faq-wrapper .faq-item .arrow {
    position: absolute;
    right: 0;
    bottom: 62px;
    transition: .3s all;
    cursor: pointer; }
    @media (max-width: 767px) {
      .faq-wrapper .faq-item .arrow {
        bottom: 10px; } }
    .faq-wrapper .faq-item .arrow img {
      width: 60px;
      height: 36px; }
      @media (max-width: 767px) {
        .faq-wrapper .faq-item .arrow img {
          width: 40px;
          height: 28px; } }
  .faq-wrapper .faq-item .content {
    overflow-y: hidden;
    padding-bottom: 35px; }
  .faq-wrapper .faq-item .button {
    line-height: 70px; }
    .faq-wrapper .faq-item .button:after {
      content: none;
      display: none; }
    @media (max-width: 767px) {
      .faq-wrapper .faq-item .button {
        width: 275px;
        line-height: 55px;
        margin: 50px auto 80px; } }
  .faq-wrapper .faq-item .divider {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 50px auto; }
  .faq-wrapper .faq-item.active .arrow {
    bottom: 25px;
    transform: rotateX(180deg); }

.fs-youtube .youtube-container, .fs-youtube iframe {
  min-height: 400px; }
.fs-youtube .video-header {
  background: #00a7ce;
  color: #fff;
  text-align: center;
  height: 125px;
  line-height: 100%; }
  .fs-youtube .video-header h2 {
    line-height: 125px;
    margin: 0; }

.contact-container {
  background: url(grfx/form_background.jpg) center center;
  background-size: cover;
  position: relative; }
  .contact-container .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1; }
  .contact-container .container {
    position: relative;
    z-index: 2; }
  .contact-container form {
    margin-bottom: 60px; }
  .contact-container input[type="text"],
  .contact-container input[type="email"],
  .contact-container input[type="tel"],
  .contact-container textarea {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    background: none;
    margin-bottom: 30px;
    width: 100%;
    transition: .5s all;
    padding: 5px 20px;
    font: 300 18px/26px Roboto;
    resize: vertical; }
    .contact-container input[type="text"].form-error,
    .contact-container input[type="email"].form-error,
    .contact-container input[type="tel"].form-error,
    .contact-container textarea.form-error {
      border-color: #f00; }
    @media (max-width: 767px) {
      .contact-container input[type="text"],
      .contact-container input[type="email"],
      .contact-container input[type="tel"],
      .contact-container textarea {
        padding: 10px;
        font: 400 18px/26px Roboto; } }
    .contact-container input[type="text"]::-webkit-input-placeholder, .contact-container input[type="text"]:-moz-placeholder, .contact-container input[type="text"]::-moz-placeholder, .contact-container input[type="text"]:-ms-input-placeholder,
    .contact-container input[type="email"]::-webkit-input-placeholder,
    .contact-container input[type="email"]:-moz-placeholder,
    .contact-container input[type="email"]::-moz-placeholder,
    .contact-container input[type="email"]:-ms-input-placeholder,
    .contact-container input[type="tel"]::-webkit-input-placeholder,
    .contact-container input[type="tel"]:-moz-placeholder,
    .contact-container input[type="tel"]::-moz-placeholder,
    .contact-container input[type="tel"]:-ms-input-placeholder,
    .contact-container textarea::-webkit-input-placeholder,
    .contact-container textarea:-moz-placeholder,
    .contact-container textarea::-moz-placeholder,
    .contact-container textarea:-ms-input-placeholder {
      color: #fff; }
    .contact-container input[type="text"]:hover,
    .contact-container input[type="email"]:hover,
    .contact-container input[type="tel"]:hover,
    .contact-container textarea:hover {
      cursor: pointer; }
    .contact-container input[type="text"]:active, .contact-container input[type="text"]:focus,
    .contact-container input[type="email"]:active,
    .contact-container input[type="email"]:focus,
    .contact-container input[type="tel"]:active,
    .contact-container input[type="tel"]:focus,
    .contact-container textarea:active,
    .contact-container textarea:focus {
      background: #fff;
      outline: none;
      box-shadow: 1px 2px 12px 1px rgba(0, 0, 0, 0.3);
      color: #000 !important; }
      .contact-container input[type="text"]:active::-webkit-input-placeholder, .contact-container input[type="text"]:active:-moz-placeholder, .contact-container input[type="text"]:active::-moz-placeholder, .contact-container input[type="text"]:active:-ms-input-placeholder, .contact-container input[type="text"]:focus::-webkit-input-placeholder, .contact-container input[type="text"]:focus:-moz-placeholder, .contact-container input[type="text"]:focus::-moz-placeholder, .contact-container input[type="text"]:focus:-ms-input-placeholder,
      .contact-container input[type="email"]:active::-webkit-input-placeholder,
      .contact-container input[type="email"]:active:-moz-placeholder,
      .contact-container input[type="email"]:active::-moz-placeholder,
      .contact-container input[type="email"]:active:-ms-input-placeholder,
      .contact-container input[type="email"]:focus::-webkit-input-placeholder,
      .contact-container input[type="email"]:focus:-moz-placeholder,
      .contact-container input[type="email"]:focus::-moz-placeholder,
      .contact-container input[type="email"]:focus:-ms-input-placeholder,
      .contact-container input[type="tel"]:active::-webkit-input-placeholder,
      .contact-container input[type="tel"]:active:-moz-placeholder,
      .contact-container input[type="tel"]:active::-moz-placeholder,
      .contact-container input[type="tel"]:active:-ms-input-placeholder,
      .contact-container input[type="tel"]:focus::-webkit-input-placeholder,
      .contact-container input[type="tel"]:focus:-moz-placeholder,
      .contact-container input[type="tel"]:focus::-moz-placeholder,
      .contact-container input[type="tel"]:focus:-ms-input-placeholder,
      .contact-container textarea:active::-webkit-input-placeholder,
      .contact-container textarea:active:-moz-placeholder,
      .contact-container textarea:active::-moz-placeholder,
      .contact-container textarea:active:-ms-input-placeholder,
      .contact-container textarea:focus::-webkit-input-placeholder,
      .contact-container textarea:focus:-moz-placeholder,
      .contact-container textarea:focus::-moz-placeholder,
      .contact-container textarea:focus:-ms-input-placeholder {
        color: #333;
        font-weight: 400; }
  .contact-container input[type="text"],
  .contact-container input[type="email"],
  .contact-container input[type="tel"] {
    height: 50px;
    font: 300 18px/26px Roboto; }
    @media (max-width: 767px) {
      .contact-container input[type="text"],
      .contact-container input[type="email"],
      .contact-container input[type="tel"] {
        font: 300 18px/26px Roboto;
        height: 45px; } }
  .contact-container input[type="submit"] {
    background: none;
    outline: none;
    transition: .3s all;
    height: 60px;
    width: 250px; }
    .contact-container input[type="submit"]:hover {
      background: rgba(0, 0, 0, 0.3); }
  .contact-container h1 {
    font: 50px aller_typolight;
    margin: 100px auto;
    text-align: center; }
    @media (max-width: 767px) {
      .contact-container h1 {
        font-size: 11vw;
        margin: 30px auto; } }
  @media (max-width: 767px) {
    .contact-container .contact-list {
      width: 216px;
      margin: 0 auto 60px; } }
  .contact-container .contact-list a {
    display: block;
    font: 400 28px/40px Roboto;
    background-position: 0 0;
    padding-left: 90px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    color: #fff !important;
    min-height: 60px;
    margin-bottom: 35px;
    overflow: visible;
    text-decoration: none !important; }
    @media (max-width: 767px) {
      .contact-container .contact-list a {
        font: 400 20px/30px Roboto;
        padding-left: 55px;
        background-size: 34px 34px;
        min-height: 35px;
        margin-bottom: 22px; } }
    .contact-container .contact-list a.tel span, .contact-container .contact-list a.mail span {
      margin-top: 7px;
      display: inline-block; }
      @media (max-width: 767px) {
        .contact-container .contact-list a.tel span, .contact-container .contact-list a.mail span {
          margin-top: 3px; } }
    .contact-container .contact-list a.tel {
      background-image: url(grfx/phone.svg); }
      .contact-container .contact-list a.tel:hover {
        animation: phoneRing 100ms 8; }
    .contact-container .contact-list a.mail {
      background-image: url(grfx/mail.svg); }
      .contact-container .contact-list a.mail:hover {
        animation: mailFly 800ms 1 ease-in-out; }
    .contact-container .contact-list a.location {
      background-image: url(grfx/location.svg);
      background-position: 0 10px; }
      .contact-container .contact-list a.location:hover {
        animation: locationJump 600ms 1 cubic-bezier(0.33, 1.51, 0.48, 1.36); }

@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; } }
.news-slider {
  overflow-y: hidden; }
  @media (max-width: 1024px) {
    .news-slider .bx-controls {
      display: none; } }
  .news-slider .bx-controls .bx-controls-direction a {
    bottom: 0; }
  .news-slider .bx-controls .bx-controls-direction .bx-prev {
    background: url(grfx/icon/arrow-ball-left.svg) left center no-repeat; }
    @media (min-width: 1300px) {
      .news-slider .bx-controls .bx-controls-direction .bx-prev {
        background: url(grfx/icon/arrow-ball-left.svg) center center no-repeat; } }
  .news-slider .bx-controls .bx-controls-direction .bx-next {
    background: url(grfx/icon/arrow-ball-right.svg) right center no-repeat; }
    @media (min-width: 1300px) {
      .news-slider .bx-controls .bx-controls-direction .bx-next {
        background: url(grfx/icon/arrow-ball-right.svg) center center no-repeat; } }
  .news-slider .bx-controls .bx-controls-direction .bx-prev, .news-slider .bx-controls .bx-controls-direction .bx-next {
    background-size: 75px; }
    .news-slider .bx-controls .bx-controls-direction .bx-prev:before, .news-slider .bx-controls .bx-controls-direction .bx-next:before {
      border: none;
      display: none; }
  @media (min-width: 768px) {
    .news-slider .bx-wrapper .bx-viewport {
      width: 750px !important; } }
  @media (min-width: 992px) {
    .news-slider .bx-wrapper .bx-viewport {
      width: 970px !important; } }
  @media (min-width: 1200px) {
    .news-slider .bx-wrapper .bx-viewport {
      width: 1140px !important; } }
  .news-slider .bx-viewport {
    left: 0; }
  .news-slider .bxslider li {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    height: 50vw;
    min-height: 400px;
    max-height: 600px;
    opacity: 0.6;
    transition: .5s all;
    cursor: pointer; }
    .news-slider .bxslider li .content {
      position: absolute;
      bottom: 0;
      color: #fff;
      transition: .5s all;
      transform: translateY(200px);
      left: 0;
      right: 0;
      background: -moz-linear-gradient(top, transparent 0%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
      background: -webkit-linear-gradient(top, transparent 0%, black 100%);
      background: -o-linear-gradient(top, transparent 0%, black 100%);
      background: -ms-linear-gradient(top, transparent 0%, black 100%);
      background: linear-gradient(to bottom, transparent 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
      .news-slider .bxslider li .content h2 {
        padding: 30px 60px;
        font-size: 40px;
        font-weight: 300;
        font-family: roboto; }
        @media (max-width: 767px) {
          .news-slider .bxslider li .content h2 {
            font-size: 6vw; } }
    .news-slider .bxslider li.active {
      opacity: 1; }
      .news-slider .bxslider li.active .content {
        z-index: 100;
        transform: translateY(0); }

.product-slider {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 50vw;
  min-height: 400px;
  max-height: 600px; }
  @media (max-width: 767px) {
    .product-slider {
      height: initial;
      min-height: initial;
      max-height: initial;
      width: 100%;
      max-width: 100%; }
      .product-slider .bx-viewport {
        left: 0; }
      .product-slider img {
        min-width: 100%;
        max-width: 100%;
        height: initial; }
      .product-slider .bx-prev, .product-slider .bx-next {
        border: none;
        display: none; } }
  @media (min-width: 768px) {
    .product-slider .bx-wrapper,
    .product-slider .bx-viewport,
    .product-slider .bxslider,
    .product-slider .bxslider li {
      overflow: hidden;
      background-size: cover;
      background-position: center center;
      height: 50vw;
      min-height: 400px;
      max-height: 600px; } }

.references-overview .item,
.list-overview-wrapper .item {
  padding: 0; }
  .references-overview .item .image_holder,
  .list-overview-wrapper .item .image_holder {
    overflow: hidden; }
    .references-overview .item .image_holder img,
    .list-overview-wrapper .item .image_holder img {
      max-width: 100%;
      transition: 3s all; }
  .references-overview .item .title,
  .list-overview-wrapper .item .title {
    background: #00a7ce;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTdjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #00a7ce 0%, black 50%, #333333 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a7ce), color-stop(50%, black), color-stop(100%, #333333));
    background: -webkit-linear-gradient(left, #00a7ce 0%, black 50%, #333333 100%);
    background: -o-linear-gradient(left, #00a7ce 0%, black 50%, #333333 100%);
    background: -ms-linear-gradient(left, #00a7ce 0%, black 50%, #333333 100%);
    background: linear-gradient(to right, #00a7ce 0%, black 50%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7ce', endColorstr='#333333',GradientType=1 );
    background-size: 201%;
    background-position: 99% 0;
    font-family: aller_typolight;
    font-size: 30px;
    text-align: center;
    height: 140px;
    line-height: 140px;
    width: 100%;
    position: relative;
    transition: .7s all;
    cursor: pointer; }
    @media (max-width: 767px) {
      .references-overview .item .title,
      .list-overview-wrapper .item .title {
        font-size: 6vw;
        line-height: 15vw;
        height: 15vw; } }
    .references-overview .item .title:after,
    .list-overview-wrapper .item .title:after {
      content: '';
      display: block;
      position: absolute;
      width: 25px;
      height: 100%;
      background: url(grfx/icon/arrow-right.svg) center no-repeat;
      bottom: 0;
      right: 30px; }
  .references-overview .item:hover .image_holder img,
  .list-overview-wrapper .item:hover .image_holder img {
    cursor: pointer;
    transform: scale(1.1); }
  .references-overview .item:hover .title,
  .list-overview-wrapper .item:hover .title {
    background-position: 0 0; }
  .references-overview .item.afbeelding, .references-overview .item.video,
  .list-overview-wrapper .item.afbeelding,
  .list-overview-wrapper .item.video {
    cursor: pointer;
    transition: .5s all; }
    .references-overview .item.afbeelding.filter, .references-overview .item.video.filter,
    .list-overview-wrapper .item.afbeelding.filter,
    .list-overview-wrapper .item.video.filter {
      width: 0;
      opacity: 0; }
  .references-overview .item.video:after,
  .list-overview-wrapper .item.video:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    border-radius: 100%;
    background: url(grfx/play.svg) no-repeat center center;
    background-size: 100% 100%;
    opacity: 0.7;
    transition: .3s all; }
  .references-overview .item.video:hover:after,
  .list-overview-wrapper .item.video:hover:after {
    opacity: 1; }

.references-slider {
  max-width: 100%;
  display: block;
  overflow: hidden;
  position: relative; }
  .references-slider .bx-wrapper .bx-viewport {
    left: 2px; }
    .references-slider .bx-wrapper .bx-viewport .bxslider li {
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        .references-slider .bx-wrapper .bx-viewport .bxslider li img {
          max-width: 100%;
          height: initial;
          padding-bottom: 15vw; }
        .references-slider .bx-wrapper .bx-viewport .bxslider li .project-title {
          font-size: 6vw;
          line-height: 15vw;
          height: 15vw; } }
  .references-slider .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%; }
    @media (max-width: 767px) {
      .references-slider .bx-wrapper .bx-controls-direction {
        display: none; } }
    .references-slider .bx-wrapper .bx-controls-direction .bx-prev, .references-slider .bx-wrapper .bx-controls-direction .bx-next {
      background: rgba(0, 0, 0, 0.75);
      height: 75px;
      width: 75px;
      border-radius: 100%;
      top: 50%;
      position: relative;
      border: none !important; }
    .references-slider .bx-wrapper .bx-controls-direction .bx-prev {
      float: left;
      margin-left: 40px; }
      .references-slider .bx-wrapper .bx-controls-direction .bx-prev:before {
        content: '';
        border: none !important;
        transform: none !important;
        display: block;
        position: absolute;
        left: 18px;
        width: 28px;
        height: 50px;
        bottom: 13px;
        background: url(grfx/icon/arrow-left.svg) center no-repeat;
        background-size: 90%; }
    .references-slider .bx-wrapper .bx-controls-direction .bx-next {
      float: right;
      margin-right: 40px; }
      .references-slider .bx-wrapper .bx-controls-direction .bx-next:before {
        content: '';
        border: none !important;
        transform: none !important;
        display: block;
        position: absolute;
        right: 18px;
        width: 28px;
        height: 50px;
        bottom: 13px;
        background: url(grfx/icon/arrow-right.svg) center no-repeat;
        background-size: 90%; }
  .references-slider .project-title {
    position: absolute;
    bottom: 0;
    height: 150px;
    width: 100%;
    left: 0;
    font-family: roboto;
    font-size: 50px;
    font-weight: 300;
    line-height: 150px; }
    @media (max-width: 767px) {
      .references-slider .project-title {
        height: 70px;
        line-height: 70px;
        font-size: 22px; } }
    .references-slider .project-title .meer-weten {
      float: right;
      height: 50px;
      font: 400 18px/50px 'roboto';
      text-transform: uppercase;
      background: url(grfx/icon/arrow-right.svg) right center no-repeat;
      background-size: 20px;
      padding-right: 40px;
      position: absolute;
      right: 0;
      top: calc(50% - 25px); }
      @media (max-width: 767px) {
        .references-slider .project-title .meer-weten {
          width: 25px;
          text-indent: -9999px;
          overflow: hidden; } }
    .references-slider .project-title #ref-read-more {
      background: url(grfx/icon/arrow-down.svg) center 70% no-repeat;
      padding-right: 0;
      line-height: inherit;
      top: calc(50% - 25px);
      width: 50px; }
      @media (max-width: 767px) {
        .references-slider .project-title #ref-read-more {
          top: calc(50% - 20px);
          height: 40px;
          background-size: 30px;
          width: 40px; } }

.downloads-list .item {
  color: #ffffff !important;
  height: 350px;
  text-decoration: none !important; }
  .downloads-list .item .title {
    height: 100%;
    padding-top: 180px;
    background: #00a7ce;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMDBhN2NlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #00a7ce 3%, black 50%, #333333 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(3%, #00a7ce), color-stop(50%, black), color-stop(100%, #333333));
    background: -webkit-linear-gradient(-45deg, #00a7ce 3%, black 50%, #333333 100%);
    background: -o-linear-gradient(-45deg, #00a7ce 3%, black 50%, #333333 100%);
    background: -ms-linear-gradient(-45deg, #00a7ce 3%, black 50%, #333333 100%);
    background: linear-gradient(135deg, #00a7ce 3%, black 50%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7ce', endColorstr='#333333',GradientType=1 );
    background-size: 205% 205%;
    background-position: 99% 99%; }
    @media (max-width: 767px) {
      .downloads-list .item .title {
        padding: 140px 0 40px 0; } }
    .downloads-list .item .title:hover {
      background-position: 0% 0%; }
    .downloads-list .item .title:after {
      background-image: url(grfx/icon/download-white.svg);
      background-size: 100%;
      top: -50px;
      right: calc(50% - 50px);
      width: 100px; }

.news-blocks {
  margin: 50px auto 100px auto; }
  .news-blocks .item {
    background: #f2f2f2;
    background: -moz-linear-gradient(left, #f2f2f2 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2f2f2), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(left, #f2f2f2 0%, #e6e6e6 100%);
    background: -o-linear-gradient(left, #f2f2f2 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(left, #f2f2f2 0%, #e6e6e6 100%);
    background: linear-gradient(to right, #f2f2f2 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e6e6e6',GradientType=1 );
    color: #333;
    display: block;
    margin-top: 50px;
    transition: .5s all;
    padding: 0; }
    .news-blocks .item h2 {
      font: 300 35px aller_typolight;
      margin-top: 0; }
    .news-blocks .item p {
      font: 400 18px/28px roboto; }
    .news-blocks .item:hover {
      box-shadow: 1px 2px 9px 0px #111;
      transform: translate(-1px, -2px); }
    .news-blocks .item .text {
      padding: 40px 40px 60px 40px;
      position: relative; }
      .news-blocks .item .text .read-more {
        position: absolute;
        left: 40px;
        bottom: 20px;
        color: #00a7ce;
        font-size: 16px;
        padding-right: 30px;
        background: url(grfx/icon/arrow-right-blue-news.svg) no-repeat right center;
        background-size: 18px 28px;
        text-transform: uppercase;
        font-weight: 700;
        transition: .3s all; }
        .news-blocks .item .text .read-more:hover {
          padding-right: 35px; }
    .news-blocks .item .image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .news-blocks .item .image {
          height: 300px; } }
      @media (max-width: 767px) {
        .news-blocks .item .image {
          height: 250px; } }
      @media (min-width: 992px) {
        .news-blocks .item .image {
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0; } }
    @media (min-width: 992px) {
      .news-blocks .item:nth-child(odd) .image {
        float: right; } }
    @media (min-width: 1200px) {
      .news-blocks .item:nth-child(odd) {
        margin-left: -50px; }
      .news-blocks .item:nth-child(even) {
        margin-left: 80px; } }

.load-more-news {
  display: block;
  float: left;
  width: 100%; }

.loader {
  position: relative;
  padding: 35px 0 100px 0;
  width: 60px;
  margin: 30px auto;
  display: block; }
  .loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s; }
    .loader span:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #ffffff;
      /* Pick a color */ }
    .loader span:nth-child(2) {
      animation-delay: 240ms; }
    .loader span:nth-child(3) {
      animation-delay: 480ms; }
    .loader span:nth-child(4) {
      animation-delay: 720ms; }
    .loader span:nth-child(5) {
      animation-delay: 960ms; }

@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear; }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out; }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear; }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out; }
  76% {
    transform: rotate(945deg);
    opacity: 0; }
  100% {
    transform: rotate(945deg);
    opacity: 0; } }
.product-overview .item {
  color: #fff;
  text-decoration: none !important; }

.fadeInDown {
  margin-top: 300px;
  color: #FFF; }

.P404 nav {
  background: #fff; }
  .P404 nav #logo {
    width: 130px;
    height: 75px;
    margin: 20px auto 25px;
    overflow: hidden; }

/*# sourceMappingURL=style.css.map */
