@charset "UTF-8";
/* @group ALGEMEEN */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  font-family: 'Rubik', sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #000;
  font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}
h1.merri,
h2.merri,
h3.merri,
h4.merri {
  font-family: 'Merriweather', serif;
  font-weight: 900;
}
.merri {
  font-family: 'Merriweather', serif;
  font-weight: 900;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
.mod-title {
  font-size: 50px;
  font-weight: 500;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #ef4354;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #6b0196;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.containerx {
  background: rgba(75, 125, 88, 0.8);
}
.main-body {
  padding: 0;
}
.tpl-category .main-body {
  background: #f2f2f2;
}
@media (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* @end */
/* @group GRADIENTS */
/* 1 - expressie - purple to pink */
/* 2 - taal - blue to blue */
/* 3 - media - green to mint */
/* 4 - sport - yellow to green */
/* 5 - beeld. kunst - orange to yellow */
/* 6 - techniek - purple to blue */
/* 7 - maatsch. vorming - red to pink */
/* pink to blue-ish */
.gradient-purple {
  background: #600f90;
  background: -moz-linear-gradient(left, #600f90 0%, #e23184 100%);
  background: -webkit-linear-gradient(left, #600f90 0%, #e23184 100%);
  background: linear-gradient(to right, #600f90 0%, #e23184 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_purple_l', endColorstr='@gr_purple_r', GradientType=1);
}
.gradient-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
  background: #74fbfd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #74fbfd 0%, #245df6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #74fbfd 0%, #245df6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #74fbfd 0%, #245df6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_blue_l', endColorstr='@gr_blue_r', GradientType=1);
  /* IE6-9 */
}
.gradient-green {
  background: #5dca3b;
  background: -moz-linear-gradient(left, #5dca3b 0%, #75fbd0 100%);
  background: -webkit-linear-gradient(left, #5dca3b 0%, #75fbd0 100%);
  background: linear-gradient(to right, #5dca3b 0%, #75fbd0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_green_l', endColorstr='@gr_green_r', GradientType=1);
}
.gradient-yellow {
  background: #ffff54;
  background: -moz-linear-gradient(left, #ffff54 0%, #75fb4c 100%);
  background: -webkit-linear-gradient(left, #ffff54 0%, #75fb4c 100%);
  background: linear-gradient(to right, #ffff54 0%, #75fb4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_yellow_l', endColorstr='@gr_yellow_r', GradientType=1);
}
.gradient-orange {
  background: #eb5428;
  background: -moz-linear-gradient(left, #eb5428 0%, #f9d849 100%);
  background: -webkit-linear-gradient(left, #eb5428 0%, #f9d849 100%);
  background: linear-gradient(to right, #eb5428 0%, #f9d849 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_orange_l', endColorstr='@gr_orange_r', GradientType=1);
}
.gradient-lila {
  background: #ad24f6;
  background: -moz-linear-gradient(left, #ad24f6 0%, #0004f5 100%);
  background: -webkit-linear-gradient(left, #ad24f6 0%, #0004f5 100%);
  background: linear-gradient(to right, #ad24f6 0%, #0004f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_lila_l', endColorstr='@gr_lila_r', GradientType=1);
}
.gradient-red {
  background: #ea3323;
  background: -moz-linear-gradient(left, #ea3323 0%, #f095b9 100%);
  background: -webkit-linear-gradient(left, #ea3323 0%, #f095b9 100%);
  background: linear-gradient(to right, #ea3323 0%, #f095b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_red_l', endColorstr='@gr_red_r', GradientType=1);
}
.gradient-pink {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
  background: #ff6069;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff6069 0%, #a1bfff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff6069 0%, #a1bfff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff6069 0%, #a1bfff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_pink_l', endColorstr='@gr_pink_r', GradientType=1);
  /* IE6-9 */
}
.t-gradient-purple {
  color: #600f90;
  background: -webkit-linear-gradient(#600f90, #e23184);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-gradient-blue {
  color: #74fbfd;
  background: -webkit-linear-gradient(#74fbfd, #245df6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-gradient-green {
  color: #5dca3b;
  background: -webkit-linear-gradient(#5dca3b, #75fbd0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-gradient-yellow {
  color: #ffff54;
  background: -webkit-linear-gradient(#ffff54, #75fb4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-gradient-orange {
  color: #eb5428;
  background: -webkit-linear-gradient(#eb5428, #f9d849);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-gradient-lila {
  color: #ad24f6;
  background: -webkit-linear-gradient(#ad24f6, #0004f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-gradient-red {
  color: #ea3323;
  background: -webkit-linear-gradient(#ea3323, #f095b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-purple {
  color: #600f90;
}
.t-blue {
  color: #74fbfd;
}
.t-green {
  color: #5dca3b;
}
.t-yellow {
  color: #eb5428;
}
.t-orange {
  color: #eb5428;
}
.t-lila {
  color: #ad24f6;
}
.t-red {
  color: #ea3323;
}
@-webkit-keyframes bganimate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes bganimate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bganimate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* @end */
/* @group BUTTON */
.button {
  display: inline-block;
  background: #000;
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.9em 1.2em;
  border-radius: 4px;
  text-transform: lowercase;
  position: relative;
  overflow: hidden;
  border: none;
}
.button span {
  display: block;
  position: relative;
  z-index: 10;
}
.button:before {
  display: block;
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: #00bc81;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform-origin: center center;
  transition: all 0.6s ease-in-out 0s;
  transform: translate(-50%, -50%) scale(0.01);
  opacity: 0;
}
.button:hover:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.button.big {
  font-size: 24px;
}
.button.small {
  font-size: 16px;
  padding: 0.6em 1em;
}
.button.purple {
  background: #6b0196;
}
/* @end */
/* @group SITE-HEADER */
.logo {
  display: block;
  width: 156px;
  height: 180px;
  background: url(../img/skillsforkids-logo-black.png) top left no-repeat;
  background-size: contain;
}
.logo.white {
  background-image: url(../img/skillsforkids-logo-white.png);
}
.site-wrapper {
  padding-top: 70px;
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.site-header .icon-bar {
  position: relative;
  z-index: 900;
}
.site-header .navigation-bar {
  height: 70px;
  background: #fff;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  transform: translateY(0);
}
.site-header .navigation-bar:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: -50%;
  width: 200%;
  background: #fff;
  z-index: -1;
}
.site-header .bv-navigation {
  position: absolute;
  top: 20px;
  left: 4px;
}
.site-header .mainnav li {
  float: left;
  margin-right: 30px;
}
.site-header .mainnav a {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: lowercase;
}
.site-header .mainnav a:hover {
  opacity: 0.8;
  color: #6b0196;
}
.site-header .trigger {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  right: 70px;
}
.site-header .trigger a {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: lowercase;
}
.site-header .trigger a:hover {
  opacity: 0.8;
  color: #6b0196;
}
.site-header .secondary {
  background: none;
  font-size: 20px;
  position: relative;
}
.site-header .secondary .leftcol {
  width: 100%;
  float: left;
  color: #fff;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.site-header .secondary .leftcol:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  right: 0;
  width: 200%;
  background: #ff6069;
  z-index: -1;
}
.site-header .secondary .rightcol {
  padding: 0 20px;
  background: #000;
  height: 55px;
  line-height: 55px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transition: all 0.4s ease-in-out;
}
.site-header .secondary .rightcol:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: -15px;
  width: 1500px;
  background: #000;
  z-index: -1;
}
.site-header .secondary .rightcol .pay-off {
  margin-right: 40px;
}
.site-header .secondary .rightcol .search-toggle {
  display: block;
  height: 100%;
  width: 55px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  right: -10px;
}
.bg-purple {
  background: #600f90 !important;
}
.bg-purple:before {
  background: #600f90 !important;
}
.bg-blue {
  background: #74fbfd !important;
}
.bg-blue:before {
  background: #74fbfd !important;
}
.bg-blue .path {
  color: #000;
}
.bg-blue .path a {
  border-bottom-color: #000;
}
.bg-green {
  background: #5dca3b !important;
}
.bg-green:before {
  background: #5dca3b !important;
}
.bg-green .path {
  color: #000;
}
.bg-green .path a {
  border-bottom-color: #000;
}
.bg-yellow {
  background: #ffff54 !important;
}
.bg-yellow:before {
  background: #ffff54 !important;
}
.bg-yellow .path {
  color: #000;
}
.bg-yellow .path a {
  border-bottom-color: #000;
}
.bg-orange {
  background: #eb5428 !important;
}
.bg-orange:before {
  background: #eb5428 !important;
}
.bg-orange .path {
  color: #000;
}
.bg-orange .path a {
  border-bottom-color: #000;
}
.bg-lila {
  background: #ad24f6 !important;
}
.bg-lila:before {
  background: #ad24f6 !important;
}
.bg-red {
  background: #ea3323 !important;
}
.bg-red:before {
  background: #ea3323 !important;
}
.bg-red .path {
  color: #000;
}
.bg-red .path a {
  border-bottom-color: #000;
}
.bg-pink {
  background: #ff6069 !important;
}
.bg-pink:before {
  background: #ff6069 !important;
}
.mod-crumbs {
  display: none;
}
.path {
  height: 55px;
  color: #fff;
  text-transform: lowercase;
  padding-top: 15px;
}
.path a {
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid #fff;
  margin-left: 5px;
}
.path i {
  position: relative;
  top: 2px;
}
.path .path-item {
  display: inline-block;
  margin-left: 5px;
}
.scrolled .site-header .primary {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .site-header .secondary .leftcolxx {
    width: 60%;
  }
  .site-header .secondary .rightcolxx {
    width: 40%;
  }
  .site-header .secondary .text2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .comp-logo {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../img/skillsforkids-logo-black.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1;
    transition: all 0.25s ease-in-out 0s;
  }
  .site-header .bv-navigation {
    display: none;
  }
  .skill-detail-page .site-header .secondary .rightcol .pay-off {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .nav-icon {
    right: 20px;
  }
  .site-header .trigger {
    top: 12px;
    right: 80px;
  }
  .site-header .secondary .leftcol {
    display: none;
  }
  .site-header .secondary .rightcol .pay-off {
    margin-right: 55px;
  }
  .site-header .secondary .rightcol .search-toggle {
    right: 8px;
  }
}
@media (max-width: 650px) {
  .site-header .secondary {
    display: none;
  }
}
@media (max-width: 600px) {
  .site-wrapper {
    padding-top: 60px;
  }
  .site-header .nav-icon {
    top: 12px;
  }
  .site-header .navigation-bar {
    height: 60px;
  }
  .site-header .bv-navigation {
    display: none;
  }
  .site-header .secondary {
    display: none;
  }
}
/* @end */
/* @group MOBILE-NAV */
.nav-icon {
  display: block;
  width: 36px;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 4px;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon .middle {
  background-color: #000;
  content: '';
  display: block;
  height: 4px;
  margin: 5px 0;
  border-radius: 2px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-icon .middle {
  width: 70%;
}
.nav-icon.open:before {
  transform: translateY(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(9px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-9px) rotate(-135deg);
  -moz-transform: translateY(-9px) rotate(-135deg);
  -webkit-transform: translateY(-9px) rotate(-135deg);
}
.nav-icon.open div {
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.mobile-nav {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  top: 0;
  top: -100%;
  z-index: 700;
  overflow-x: hidden;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.mobile-nav .container {
  z-index: 200;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.mobile-nav .primary-bar {
  padding: 70px 20px;
  color: #fff;
}
.mobile-nav .cta-skills {
  display: inline-block;
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 18px;
  border-bottom: 2px solid #fff;
  position: relative;
}
.mobile-nav .cta-skills span {
  display: block;
  font-size: 26px;
  margin-bottom: 15px;
}
.mobile-nav .cta-skills i {
  display: block;
  position: absolute;
  bottom: 0;
  right: -75px;
}
.mobile-nav .cta-skills:hover {
  opacity: 0.8;
}
.mobile-nav .cta-login-button {
  display: block;
  background: red;
  position: relative;
  line-height: 1.5em;
  padding: 30px 0 30px 30px;
  font-weight: bold;
  font-size: 22px;
  color: #000;
}
.mobile-nav .cta-login-button:before {
  display: block;
  content: " ";
  width: 1600px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #74fbfd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #74fbfd 0%, #245df6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #74fbfd 0%, #245df6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #74fbfd 0%, #245df6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_blue_l', endColorstr='@gr_blue_r', GradientType=1);
  /* IE6-9 */
}
.mobile-nav .cta-login-button .inner {
  position: relative;
  z-index: 5;
}
.mobile-nav .cta-login-button:hover {
  opacity: 0.8;
}
.mobile-nav .secondary-bar {
  padding: 40px 0;
}
.mobile-nav .secondary-bar .container {
  font-size: 22px;
  text-transform: lowercase;
}
.mobile-nav .secondary-bar .mainnav a {
  color: #000;
}
.mobile-nav .secondary-bar .mainnav a:hover {
  color: #6b0196;
}
.mobile-nav .secondary-bar .mainnav > li {
  margin-bottom: 30px;
}
.mobile-nav .secondary-bar .mainnav > li > a {
  font-size: 26px;
  font-weight: 500;
  border-bottom: 2px solid #333;
}
.mobile-nav .secondary-bar .mainnav ul {
  padding: 10px 0 0 0;
}
.mobile-nav .secondary-bar .mainnav ul a {
  display: block;
  line-height: 1.8em;
}
.mobile-nav .secondary-bar .contact-info .title {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.mobile-nav .secondary-bar .contact-info a {
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}
.mobile-nav .secondary-bar .contact-info a:hover {
  color: #6b0196;
}
.shownav .nav-icon:after,
.shownav .nav-icon:before,
.shownav .nav-icon .middle {
  background-color: #fff;
}
.shownav .site-header .primary {
  box-shadow: none;
}
.shownav .site-header .comp-logo {
  opacity: 0;
  top: -40px;
}
.shownav .mobile-nav {
  top: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0.15s;
}
.shownav .navigation-bar {
  transform: translateY(-70px);
}
.shownav .secondary .leftcol {
  transform: translateX(-300px);
  opacity: 0;
}
.shownav .secondary .rightcol {
  transform: translateX(300px);
  opacity: 0;
}
@media (max-width: 600px) {
  .mobile-nav .primary-bar {
    padding: 50px 0;
  }
  .mobile-nav .cta-skills {
    font-size: 36px;
  }
  .mobile-nav .cta-skills i {
    bottom: 10px;
    right: -70px;
  }
}
@media (max-width: 420px) {
  .mobile-nav .primary-bar {
    padding: 40px 0;
  }
  .mobile-nav .cta-skills {
    font-size: 28px;
  }
  .mobile-nav .cta-skills span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mobile-nav .cta-skills i {
    bottom: 15px;
    right: -50px;
  }
}
/* @end */
/* @group SEARCH-PANEL */
.close-icon {
  display: block;
  width: 36px;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 4px;
}
.close-icon:after,
.close-icon:before,
.close-icon .middle {
  background-color: #fff;
  content: '';
  display: block;
  height: 4px;
  margin: 5px 0;
  border-radius: 2px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.close-icon .middle {
  width: 70%;
}
.close-icon.open:before {
  transform: translateY(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(9px) rotate(135deg);
}
.close-icon.open:after {
  transform: translateY(-9px) rotate(-135deg);
  -moz-transform: translateY(-9px) rotate(-135deg);
  -webkit-transform: translateY(-9px) rotate(-135deg);
}
.close-icon.open div {
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.search-panel {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease-in-out;
}
.search-panel .close-icon {
  top: 84px;
}
.search-panel .container {
  position: relative;
  height: 100vh;
  background: url(../img/skillsforkids-logo-white.png) 4px 155px no-repeat;
  background-size: 156px auto;
}
.search-panel .qsearch {
  position: absolute;
  top: 150px;
  right: 0;
}
.search-panel .qsearch .tagline {
  text-align: right;
  font-weight: 500;
  margin-bottom: 20px;
}
.search-panel .qsearch input {
  background: none;
  color: #000;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 15px 10px 0;
  font-family: 'Merriweather', serif;
  font-size: 50px;
  line-height: 1;
  text-align: right;
}
.showsearch .search-panel {
  left: 0;
}
/* @end */
/* @group IMAGE BANNER */
.img-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
}
/* @end */
/* @group PAGE-BANNER */
.page-banner {
  overflow: hidden;
}
.page-banner .container {
  min-height: 320px;
}
.page-banner .logo {
  height: 100%;
  background-position: 0 85px;
  position: absolute;
  top: 0;
  left: 4px;
}
.page-banner .pay-off {
  display: none;
}
.page-banner .banner-content {
  float: right;
  width: 60%;
  padding: 120px 20% 40px 0;
  color: inherit;
}
.page-banner .banner-content h1,
.page-banner .banner-content p {
  font-family: 'Merriweather', serif;
  font-size: 50px;
  line-height: 1.2em;
  color: inherit;
}
.page-banner .banner-content em {
  display: block;
  margin-top: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  font-style: normal;
  font-weight: bold;
  color: inherit;
}
.page-banner .banner-posts {
  float: right;
  width: 60%;
  padding: 120px 0 40px 0;
  color: inherit;
}
.page-banner .banner-posts h1,
.page-banner .banner-posts p {
  font-family: 'Merriweather', serif;
  font-size: 38px;
  line-height: 1.2em;
  color: inherit;
}
.page-banner .banner-posts .output {
  width: 65%;
  float: left;
}
.page-banner .banner-posts .action {
  float: right;
}
.page-banner.gradient-purple,
.page-banner.gradient-lila {
  color: #fff;
}
.page-banner.gradient-purple .logo,
.page-banner.gradient-lila .logo {
  background-image: url(../img/skillsforkids-logo-white.png);
}
@media (max-width: 1280px) {
  .page-banner .banner-content {
    padding: 120px 10% 40px 0;
  }
  .page-banner .banner-content h1,
  .page-banner .banner-content p {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .page-banner .banner-content {
    padding: 100px 0 30px 0;
  }
  .page-banner .banner-content h1,
  .page-banner .banner-content p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-banner .container {
    min-height: 240px;
  }
  .page-banner .logo {
    width: 120px;
    left: 20px;
    background-position: 0 50px;
  }
  .page-banner .banner-content {
    width: 100%;
    padding: 100px 10% 70px 200px;
  }
  .page-banner .banner-content h1,
  .page-banner .banner-content p {
    font-size: 32px;
  }
}
@media (max-width: 650px) {
  .page-banner .container {
    min-height: 20px;
  }
  .page-banner .logo {
    display: none;
  }
  .page-banner .banner-content {
    float: none;
    padding: 80px 0 50px 0;
  }
  .page-banner .banner-content h1,
  .page-banner .banner-content p {
    font-size: 30px;
  }
  .page-banner .pay-off {
    display: block;
    padding: 30px 15px;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    line-height: 1.3em;
  }
}
@media (max-width: 480px) {
  .page-banner .container {
    min-height: 20px;
  }
  .page-banner .logo {
    display: none;
  }
  .page-banner .banner-content {
    float: none;
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 600px) {
  .page-banner .logo {
    background-position: 0 50px;
  }
}
/* @end */
/* @group DEFAULT POST STUFF */
.main .post-entry h1,
.main .post-output h1,
.main .post-entry h2,
.main .post-output h2,
.main .post-entry h3,
.main .post-output h3,
.main .post-entry h4,
.main .post-output h4 {
  margin-bottom: 10px;
}
.main .post-entry h1,
.main .post-output h1 {
  font-size: 32px;
}
.main .post-entry h2,
.main .post-output h2 {
  font-size: 22px;
}
.main .post-entry h3,
.main .post-output h3 {
  font-size: 20px;
}
.main .post-entry h4,
.main .post-output h4 {
  font-size: 18px;
}
.main .post-entry ul,
.main .post-output ul,
.main .post-entry ol,
.main .post-output ol,
.main .post-entry li,
.main .post-output li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.6em;
}
.main .post-entry ul,
.main .post-output ul {
  margin: 0 0 30px;
}
.main .post-entry ul li,
.main .post-output ul li {
  margin-left: 40px;
  list-style: disc;
}
.main .post-entry ol,
.main .post-output ol {
  margin: 0 0 30px;
}
.main .post-entry ol li,
.main .post-output ol li {
  margin-left: 40px;
  list-style: decimal;
}
/* @end */
/* @group MOD-CTA */
.mod-cta {
  background: #000;
  overflow: hidden;
}
.mod-cta .cta-left,
.mod-cta .cta-right {
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.mod-cta .cta-left:hover {
  background: #600f90;
}
.mod-cta .cta-right {
  border-left: 1px solid #fff;
}
.mod-cta .cta-right:hover {
  background: #5dca3b;
}
@media (max-width: 580px) {
  .mod-cta .cta-left,
  .mod-cta .cta-right {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    border: none;
    padding: 15px;
    border-top: 1px solid #fff;
  }
}
/* @end */
/* @group mod-usps */
.mod-usps {
  margin-bottom: 60px;
}
.mod-usps .usp {
  text-align: center;
}
.mod-usps .usp .inner {
  padding: 40px;
}
.mod-usps .usp h3 {
  font-size: 34px;
  margin: 0 0 15px;
  font-weight: bold;
  text-transform: lowercase;
}
.mod-usps .usp figure {
  height: 200px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-usps .usp figure img {
  display: none;
}
.mod-usps .usp em {
  display: block;
  font-size: 20px;
  font-style: normal;
  text-transform: lowercase;
}
@media (max-width: 1280px) {
  .mod-usps .usp .inner {
    padding: 15px;
  }
  .mod-usps .usp h3 {
    font-size: 30px;
  }
  .mod-usps .usp em {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mod-usps .usp .inner {
    padding: 10px;
  }
  .mod-usps .usp h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .mod-usps .usp .inner {
    padding: 40px;
  }
  .mod-usps .usp h3 {
    font-size: 30px;
  }
  .mod-usps .usp figure {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .mod-usps .usp {
    margin-bottom: 40px;
  }
  .mod-usps .usp .inner {
    padding: 0;
  }
  .mod-usps .usp h3 {
    font-size: 26px;
  }
  .mod-usps .usp figure {
    height: 120px;
  }
}
@media (max-width: 380px) {
  .mod-usps .usp {
    width: 100%;
    float: none;
  }
}
/* @end */
/* @group VIDEOS */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* @end */
/* @group MOD-CONTENT-ENTRY */
.mod-content-block-a {
  position: relative;
  padding: 80px 0;
  margin-bottom: 60px;
}
.mod-content-block-a .col-left {
  padding-right: 10%;
}
.mod-content-block-a .bv-image {
  display: block;
  width: 50%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 50%;
  background-size: cover;
  background-position: center center;
}
.mod-content-block-a .bv-image img {
  display: none;
}
@media (max-width: 767px) {
  .mod-content-block-a {
    margin-bottom: 20px;
    padding: 0;
  }
  .mod-content-block-a .col-left {
    padding-right: 0;
    padding-top: 40px;
  }
  .mod-content-block-a .bv-image {
    position: static;
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 500px) {
  .mod-content-block-a .bv-image {
    height: 350px;
  }
}
/* @end */
/* @group MOD-QUOTE */
.mod-quote {
  padding: 60px 0;
}
.mod-quote .container {
  overflow: hidden;
}
.mod-quote blockquote {
  font-family: 'Merriweather', serif;
  font-size: 60px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
}
.mod-quote blockquote p {
  margin: 0;
  padding: 0 10%;
}
.mod-quote cite {
  display: inline-block;
  float: right;
  font-size: 16px;
  padding-top: 15px;
}
@media (max-width: 1280px) {
  .mod-quote blockquote {
    font-size: 50px;
  }
  .mod-quote blockquote p {
    padding: 0 8%;
  }
}
@media (max-width: 991px) {
  .mod-quote blockquote {
    font-size: 46px;
  }
  .mod-quote blockquote p {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .mod-quote blockquote {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .mod-quote blockquote p {
    padding: 0;
  }
}
@media (max-width: 580px) {
  .mod-quote blockquote {
    font-size: 28px;
  }
}
/* @end */
/* @group MOD-CTA */
.mod-block-cta {
  margin-bottom: 40px;
}
.mod-block-cta .inner {
  text-align: center;
  padding: 60px 30px;
  color: #fff;
}
.mod-block-cta .inner h3 {
  font-size: 60px;
  line-height: 1.3em;
  color: #fff;
  font-family: 'Merriweather', serif;
  margin: 0 0 40px;
}
.mod-block-cta .inner .button span {
  white-space: normal;
}
.mod-block-cta .inner .button:before {
  background: #fff;
}
.mod-block-cta .inner .button:hover {
  color: #000 !important;
}
@media (max-width: 1280px) {
  .mod-block-cta .inner h3 {
    font-size: 46px;
    margin: 0 0 36px;
  }
}
@media (max-width: 600px) {
  .mod-block-cta .inner {
    padding: 40px 20px;
  }
  .mod-block-cta .inner h3 {
    font-size: 30px;
  }
}
/* @end */
/* @group tpl-skill-overview */
.mod-skills-intro h1 {
  line-height: 1em;
  margin: 0 0 30px;
}
.mod-skills-intro .intro-output p:first-child {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  line-height: 1.15em;
  font-weight: bold;
}
.tpl-skill-overview .mod-skills-intro {
  padding: 60px 0 20px;
}
.tpl-skill-overview h1 {
  line-height: 1em;
  margin: 0 0 30px;
}
/* @end */
/* @group MOD-FILTER */
.mod-filter {
  padding-bottom: 20px;
}
.mod-filter .filter-categories {
  overflow: hidden;
  margin-left: -5px;
}
.mod-filter .filter-categories li {
  float: left;
  margin: 0;
}
.mod-filter .filter-categories a {
  display: block;
  line-height: 32px;
  padding: 0 20px 0 8px;
  color: #fff;
  border-radius: 2px;
  border: 5px solid #f2f2f2;
  transition: transform 0.3s ease-in-out 0s;
}
.mod-filter .filter-categories a i {
  font-size: 15px;
  position: relative;
  top: -1px;
}
.mod-filter .filter-categories a i:before {
  margin: 0 3px 0 0;
}
.mod-filter .filter-categories a:hover {
  transform: scale(1.1);
}
.mod-filter .filter-categories a.showall {
  color: #fff;
  background: #000;
  padding-left: 20px;
}
.mod-filter .filter-categories a.showall:hover {
  opacity: 0.8;
}
.mod-filter .filter-categories a.category-1:hover {
  background: #600f90;
}
.mod-filter .filter-categories a.category-2:hover {
  background: #245df6;
}
.mod-filter .filter-categories a.category-3:hover {
  background: #5dca3b;
}
.mod-filter .filter-categories a.category-4:hover {
  background: #75fb4c;
}
.mod-filter .filter-categories a.category-5:hover {
  background: #eb5428;
}
.mod-filter .filter-categories a.category-6:hover {
  background: #ad24f6;
}
.mod-filter .filter-categories a.category-7:hover {
  background: #ea3323;
}
/* @end */
/* @group SKILLS-GRID */
.skills-grid {
  /* expressie */
  /* taal */
  /* media */
  /* sport */
  /* beeldend */
  /* techniek */
  /* maatsch. vorming */
}
.skills-grid .item {
  margin-bottom: 15px;
  position: relative;
}
.skills-grid .item:hidden {
  display: none;
}
.skills-grid .inner {
  position: relative;
  overflow: hidden;
}
.skills-grid .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 5;
  background: #5dca3b;
  mix-blend-mode: multiply;
  transition: 0.45s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.skills-grid .inner:hover:before {
  left: 0;
}
.skills-grid .inner:hover .arrow {
  top: 35%;
  opacity: 1;
}
.skills-grid .inner:hover .bv-image img {
  transform: scale(1.15);
  opacity: 0.5;
}
.skills-grid .inner:hover .bv-header .icon {
  transform: scale(0);
}
.skills-grid .arrow {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 20;
  color: #fff !important;
  font-size: 50px;
  opacity: 0;
  transition: 0.45s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.skills-grid .bv-image {
  margin-bottom: 20px;
  background: #5dca3b;
  overflow: hidden;
}
.skills-grid .bv-image img {
  opacity: 1;
  transition: 0.45s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.skills-grid .bv-header {
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  z-index: 15;
}
.skills-grid .bv-header .icon {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: 4px;
  left: 0;
  transition: 0.45s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.skills-grid .goto {
  display: none;
}
.skills-grid h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.skills-grid .subtitle {
  display: block;
  font-size: 15px;
  line-height: 1.4em;
}
.skills-grid .category-1 .inner:before,
.skills-grid .category-1 .bv-image,
.skills-grid .category-1 .icon {
  background: #600f90;
}
.skills-grid .category-1 .arrow {
  color: #fff;
}
.skills-grid .category-1:hover .bv-header {
  color: #fff;
}
.skills-grid .category-1:hover .bv-header h2 {
  color: inherit;
}
.skills-grid .category-2 .inner:before,
.skills-grid .category-2 .bv-image,
.skills-grid .category-2 .icon {
  background: #74fbfd;
}
.skills-grid .category-3 .inner:before,
.skills-grid .category-3 .bv-image,
.skills-grid .category-3 .icon {
  background: #5dca3b;
}
.skills-grid .category-4 .inner:before,
.skills-grid .category-4 .bv-image,
.skills-grid .category-4 .icon {
  background: #ffff54;
}
.skills-grid .category-5 .inner:before,
.skills-grid .category-5 .bv-image,
.skills-grid .category-5 .icon {
  background: #eb5428;
}
.skills-grid .category-6 .inner:before,
.skills-grid .category-6 .bv-image,
.skills-grid .category-6 .icon {
  background: #ad24f6;
}
.skills-grid .category-7 .inner:before,
.skills-grid .category-7 .bv-image,
.skills-grid .category-7 .icon {
  background: #ea3323;
}
@media (max-width: 400px) {
  .skills-grid .item {
    width: 100%;
    float: none;
  }
}
/* @end */
/* @group DOCENTEN-GRID */
.docenten-grid .item {
  margin-bottom: 8px;
}
.docenten-grid .item:hover .bv-image-2 {
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 1;
}
.docenten-grid .inner {
  position: relative;
}
.docenten-grid .bv-image {
  position: relative;
  z-index: 2;
}
.docenten-grid .bv-image img {
  width: 100%;
  opacity: 1;
}
.docenten-grid .bv-image-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: opacity 0.3s ease-in-out 0.4s;
  opacity: 0;
}
.docenten-grid .bv-image-2 img {
  width: 100%;
  opacity: 1;
}
.docenten-grid .cta-item .bv-image {
  opacity: 0;
}
.docenten-grid .cta-item .cta {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.docenten-grid .cta-item .cta span {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.docenten-grid .cta-item .cta i {
  font-size: 30px;
}
.docenten-grid .cta-item .cta:hover {
  color: #fff;
}
@media (min-width: 401px) and (max-width: 500px) {
  .docenten-grid .cta-item .cta {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .docenten-grid .item {
    width: 100%;
  }
}
/* @end */
/* @group SCHOLEN-GRID */
.location-grid .item .bv-image {
  background-color: transparent;
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.location-grid .cta-item .inner {
  position: relative;
  min-height: 300px;
}
.location-grid .cta-item .inner:before {
  display: none;
}
.location-grid .cta-item .cta {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.location-grid .cta-item .cta span {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.location-grid .cta-item .cta i {
  font-size: 30px;
}
.location-grid .cta-item .cta:hover {
  color: #fff;
}
/* @end */
/* @group SKILL DETAIL */
.skill-detail-page {
  /* expressie */
  /* taal */
  /* media */
  /* sport */
  /* beeldend */
  /* techniek */
  /* maatsch. vorming */
}
.skill-detail-page .site-header .leftcol {
  background: #600f90;
}
.skill-detail-page .site-header .leftcol:before {
  background: #600f90;
}
.skill-detail-page .mod-inschrijven {
  padding: 60px 0;
  background: #600f90;
}
.skill-detail-page.category-1 .site-header .leftcol,
.skill-detail-page.category-1 .mod-inschrijven {
  background: #600f90;
}
.skill-detail-page.category-1 .site-header .leftcol:before,
.skill-detail-page.category-1 .mod-inschrijven:before {
  background: #600f90;
}
.skill-detail-page.category-1 .mod-skills-form:before,
.skill-detail-page.category-1 .mod-skills-related:before {
  background: #600f90;
}
.skill-detail-page.category-2 .site-header .leftcol,
.skill-detail-page.category-2 .mod-inschrijven {
  background: #74fbfd;
}
.skill-detail-page.category-2 .site-header .leftcol:before,
.skill-detail-page.category-2 .mod-inschrijven:before {
  background: #74fbfd;
}
.skill-detail-page.category-2 .mod-skills-form:before,
.skill-detail-page.category-2 .mod-skills-related:before {
  background: #74fbfd;
}
.skill-detail-page.category-3 .site-header .leftcol,
.skill-detail-page.category-3 .mod-inschrijven {
  background: #5dca3b;
}
.skill-detail-page.category-3 .site-header .leftcol:before,
.skill-detail-page.category-3 .mod-inschrijven:before {
  background: #5dca3b;
}
.skill-detail-page.category-3 .mod-skills-form:before,
.skill-detail-page.category-3 .mod-skills-related:before {
  background: #5dca3b;
}
.skill-detail-page.category-4 .site-header .leftcol,
.skill-detail-page.category-4 .mod-inschrijven {
  background: #ffff54;
}
.skill-detail-page.category-4 .site-header .leftcol:before,
.skill-detail-page.category-4 .mod-inschrijven:before {
  background: #ffff54;
}
.skill-detail-page.category-4 .path {
  color: #000;
}
.skill-detail-page.category-4 .path a {
  border-color: #000;
}
.skill-detail-page.category-4 .mod-skills-form:before,
.skill-detail-page.category-4 .mod-skills-related:before {
  background: #ffff54;
}
.skill-detail-page.category-5 .site-header .leftcol,
.skill-detail-page.category-5 .mod-inschrijven {
  background: #eb5428;
}
.skill-detail-page.category-5 .site-header .leftcol:before,
.skill-detail-page.category-5 .mod-inschrijven:before {
  background: #eb5428;
}
.skill-detail-page.category-5 .mod-skills-form:before,
.skill-detail-page.category-5 .mod-skills-related:before {
  background: #eb5428;
}
.skill-detail-page.category-6 .site-header .leftcol,
.skill-detail-page.category-6 .mod-inschrijven {
  background: #ad24f6;
}
.skill-detail-page.category-6 .site-header .leftcol:before,
.skill-detail-page.category-6 .mod-inschrijven:before {
  background: #ad24f6;
}
.skill-detail-page.category-6 .mod-skills-form:before,
.skill-detail-page.category-6 .mod-skills-related:before {
  background: #ad24f6;
}
.skill-detail-page.category-7 .site-header .leftcol,
.skill-detail-page.category-7 .mod-inschrijven {
  background: #ea3323;
}
.skill-detail-page.category-7 .site-header .leftcol:before,
.skill-detail-page.category-7 .mod-inschrijven:before {
  background: #ea3323;
}
.skill-detail-page.category-7 .mod-skills-form:before,
.skill-detail-page.category-7 .mod-skills-related:before {
  background: #ea3323;
}
.post-ouput p:last-child,
.post-entry p:last-child,
.bv-ouput p:last-child {
  margin-bottom: 0;
}
.post-ouput ul,
.post-entry ul,
.bv-ouput ul,
.post-ouput ol,
.post-entry ol,
.bv-ouput ol,
.post-ouput li,
.post-entry li,
.bv-ouput li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-ouput ul,
.post-entry ul,
.bv-ouput ul,
.post-ouput ol,
.post-entry ol,
.bv-ouput ol {
  margin-bottom: 30px;
}
.post-ouput ul li,
.post-entry ul li,
.bv-ouput ul li {
  margin-left: 20px;
  list-style: disc;
}
.post-ouput ol li,
.post-entry ol li,
.bv-ouput ol li {
  margin-left: 20px;
  list-style: decimal;
}
.mod-skills-intro {
  padding: 60px 0;
}
.mod-skills-intro .intro-header {
  margin-bottom: 40px;
}
.mod-skills-intro .intro-image,
.mod-skills-intro .intro-output {
  width: 50%;
  float: left;
}
.mod-skills-intro .intro-output {
  padding-left: 30px;
}
.mod-skills-intro .intro-image {
  background-size: cover;
  background-position: center center;
}
.mod-skills-intro .intro-image img {
  opacity: 1;
}
@media (max-width: 600px) {
  .mod-skills-intro .intro-image,
  .mod-skills-intro .intro-output {
    width: 100%;
    float: none;
    padding: 0;
  }
  .mod-skills-intro .intro-image {
    margin-bottom: 50px;
  }
}
/* @end */
/* @group MOD-SKILLS-FORM */
.mod-skills-form {
  padding: 60px 0 30px;
  position: relative;
}
.mod-skills-form:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}
.mod-skills-form .mod-title {
  font-size: 40px;
  margin-bottom: 40px;
}
.mod-skills-form .form-default .field-row textarea {
  height: 40px;
}
.mod-skills-form .form-default .loader {
  margin-top: 20px;
}
.form-columns {
  overflow: hidden;
}
.form-columns .col-6 {
  width: 50%;
  float: left;
}
.form-columns .col-left {
  padding-right: 10px;
}
.form-columns .col-right {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .mod-skills-form .mod-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .mod-skills-form .form-columns .col-6 {
    width: 100%;
    float: none;
  }
  .mod-skills-form .form-columns .col-left {
    padding-right: 0;
  }
  .mod-skills-form .form-columns .col-right {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .mod-skills-form .mod-title {
    font-size: 30px;
  }
}
/* @end */
/* @group MOD-SKILLS-RELATED */
.mod-skills-related {
  padding: 60px 0 30px;
  position: relative;
}
.mod-skills-related:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.1;
}
.mod-skills-related .mod-header {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .mod-skills-related .mod-title {
    font-size: 40px;
  }
  .mod-skills-related .skills-grid .item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 991px) {
  .mod-skills-related .mod-title {
    font-size: 36px;
  }
  .mod-skills-related .skills-grid .item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .mod-skills-related .mod-title {
    width: 70%;
  }
  .mod-skills-related .skills-grid .item:nth-child(4) {
    display: block;
  }
}
@media (max-width: 500px) {
  .mod-skills-related .mod-title {
    width: 100%;
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .mod-skills-related .skills-grid .item:nth-child(3) {
    display: none;
  }
}
/* @end */
/* @group FORM STYLING */
.form-wrap .form-group {
  margin-bottom: 15px;
}
.form-wrap label {
  display: block;
}
.form-wrap input[type="text"],
.form-wrap textarea {
  width: 100%;
  border: 1px solid #ddd;
  height: 36px;
  line-height: 36px;
  padding: 5px 10px;
  border-radius: 2px;
}
.form-wrap textarea {
  height: 160px;
  line-height: 1.4em;
}
/* @end */
/* @group CMS-BLOCK */
.cms-blocks {
  padding: 60px 0 0;
}
.cms-block .post-header {
  margin-bottom: 40px;
}
.cms-block .post-header h1 {
  margin-bottom: 20px;
}
.cms-block .post-output h2 {
  font-size: 24px;
}
/* @end */
/* @group MOD-BLOCK-DEFAULT */
.mod-block-default {
  margin-bottom: 60px;
}
/* @end */
/* @group MOD-BLOCK-TEXT-IMAGE */
.mod-block-text-image {
  margin-bottom: 60px;
}
.mod-block-text-image .post-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.mod-block-text-image .post-image img {
  display: block;
}
.mod-block-text-image .content-col {
  width: 60%;
  padding: 60px 0 60px 60px;
  float: left;
}
.mod-block-text-image .image-col {
  width: 40%;
  float: left;
  position: relative;
}
.mod-block-text-image.switchstance .content-col {
  float: right;
  padding: 60px 60px 60px 0;
}
.mod-block-text-image.switchstance .image-col {
  float: right;
}
@media (max-width: 991px) {
  .mod-block-text-image .content-col {
    width: 55%;
    padding: 0 0 40px 40px;
  }
  .mod-block-text-image .image-col {
    width: 45%;
  }
  .mod-block-text-image.switchstance .content-col {
    padding: 0 40px 40px 0;
  }
}
@media (max-width: 560px) {
  .mod-block-text-image .content-col {
    width: 100%;
    float: none;
    padding: 0;
  }
  .mod-block-text-image .image-col {
    width: 100%;
    float: none;
    padding: 0;
    clear: both;
    margin-bottom: 40px;
  }
  .mod-block-text-image.switchstance .content-col {
    padding: 0;
  }
  .mod-block-text-image.switchstance .image-col {
    clear: both;
  }
}
/* @end */
/* @group TPL-POST */
.tpl-post .post {
  margin: 60px 0 60px;
}
.tpl-post .post .post-header {
  margin-top: 30px;
}
.tpl-post .page-form {
  margin-bottom: 60px;
}
/* @end */
/* @group mod-blox */
.mod-blox {
  padding: 0 0 30px 0;
}
.mod-blox .item .bv-header {
  padding: 80px 0;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.mod-blox .item .bv-header .arrow {
  position: absolute;
  top: 50%;
  right: -5px;
  z-index: 20;
  font-size: 70px;
  transform: translate(50%, -50%);
}
.mod-blox .item .bv-header h2 {
  color: #fff;
}
.mod-blox .item .bv-header.bg-green {
  background: #00ff96;
}
.mod-blox .item .bv-header.bg-red {
  background: #ff5454;
}
.mod-blox .item .bv-header.bg-pink {
  background: #f60085;
}
.mod-blox .item .post-info {
  margin: 0 0 30px;
}
/* @end */
/* @group mod-vacature-blokken */
.mod-vacature-blokken {
  margin-bottom: 40px;
}
.mod-vacature-blokken .item {
  display: block;
  margin-bottom: 10px;
}
.mod-vacature-blokken .inner {
  text-align: center;
  padding: 40px 50px 50px;
  color: #fff;
}
.mod-vacature-blokken .inner:hover {
  opacity: 0.8;
}
.mod-vacature-blokken .icon {
  font-size: 60px;
  margin-bottom: 30px;
}
.mod-vacature-blokken .icon .skills-logo {
  display: block;
  height: 60px;
  background-image: url(../img/skillsforkids-logo-white.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-vacature-blokken .text {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 500;
}
.mod-vacature-blokken .text .subtitle {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .mod-vacature-blokken .inner {
    padding: 30px;
  }
  .mod-vacature-blokken .icon {
    font-size: 50px;
  }
  .mod-vacature-blokken .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .mod-vacature-blokken .inner {
    padding: 25px 20px;
  }
  .mod-vacature-blokken .icon {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .mod-vacature-blokken .text {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .mod-vacature-blokken .item {
    width: 100%;
    float: none;
  }
}
/* @end */
/* @group tpl-watwijdoen */
.tpl-watwijdoen .mod-blox .item {
  position: relative;
}
.tpl-watwijdoen .mod-blox .item:nth-child(1) {
  z-index: 100;
}
.tpl-watwijdoen .mod-blox .item:nth-child(2) {
  z-index: 90;
}
.tpl-watwijdoen .mod-blox .item:nth-child(3) {
  z-index: 80;
}
.tpl-watwijdoen .mod-blox .item:nth-child(4) {
  z-index: 70;
}
.tpl-watwijdoen .mod-blox .item .post-info {
  margin: 0 30px 30px 0;
}
.tpl-watwijdoen .mod-blox .item:last-of-type .arrow {
  display: none !important;
}
/* @end */
/* @group tpl-location-detail */
.tpl-location-detail .location-info {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.tpl-location-detail .location-info .l-col {
  width: 25%;
  float: left;
  padding-right: 40px;
}
.tpl-location-detail .location-info .r-col {
  width: 75%;
  float: left;
}
.tpl-location-detail .location-info .location-description {
  max-width: 600px;
}
.mod-lesblokken {
  background: rgba(0, 0, 0, 0.02);
}
.mod-lesblokken .preloader {
  height: 200px;
  background: url(../img/loader.gif) center center no-repeat;
}
.mod-lesblokken .mod-title {
  font-size: 36px;
  margin-bottom: 30px;
}
.mod-lesblokken .lesblokken {
  margin: 60px 0;
}
.mod-lesblokken .lesblokken:first-child {
  margin-bottom: 80px;
}
.mod-lesblokken .lesblokken .lesgroep {
  margin-bottom: 40px;
  overflow: hidden;
}
.mod-lesblokken .lesblokken .l-col {
  width: 25%;
  float: left;
  padding-right: 40px;
}
.mod-lesblokken .lesblokken .r-col {
  width: 75%;
  float: left;
}
.mod-lesblokken .lesblokken.voorgaande .l-col {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}
.mod-lesblokken .lesblokken.voorgaande .r-col {
  float: right;
}
.mod-lesblokken .lesblokken .skill-info {
  margin-bottom: 30px;
}
.mod-lesblokken .lesblokken h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.mod-lesblokken .lesblokken .skill-output {
  max-width: 500px;
  font-size: 14px;
}
.mod-lesblokken .lesblokken .skill-output p {
  margin-bottom: 10px;
}
.mod-lesblokken .lesblokken .lesblok {
  margin-bottom: 30px;
}
.mod-lesblokken .lesblokken .lesblok .lesblok-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.mod-lesblokken .lesblokken .lesblok-datums {
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-lesblokken .lesblokken .lesblok-datums .datum {
  display: block;
  float: left;
  background: #0ad90a;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px;
  margin: 0 5px 5px 0;
  border-radius: 2px;
  text-transform: uppercase;
}
.mod-lesblokken .lesblokken .lesblok-datums .datum.past {
  background: #eee;
  color: #999;
}
.mod-lesblokken .lesblokken .subscription-closed {
  color: #6b0196;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .tpl-location-detail .location-info .l-col {
    width: 35%;
  }
  .tpl-location-detail .location-info .r-col {
    width: 65%;
  }
  .mod-lesblokken .lesblokken .l-col {
    width: 35%;
  }
  .mod-lesblokken .lesblokken .r-col {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .tpl-location-detail .location-info .l-col {
    width: 40%;
  }
  .tpl-location-detail .location-info .r-col {
    width: 60%;
  }
  .mod-lesblokken .lesblokken .l-col {
    width: 40%;
  }
  .mod-lesblokken .lesblokken .r-col {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .tpl-location-detail .location-info .l-col {
    width: 45%;
    padding-right: 30px;
  }
  .tpl-location-detail .location-info .r-col {
    width: 55%;
  }
  .mod-lesblokken .lesblokken .l-col {
    width: 45%;
    padding-right: 30px;
  }
  .mod-lesblokken .lesblokken .r-col {
    width: 55%;
  }
  .mod-lesblokken .lesblokken.voorgaande .l-col {
    padding-left: 30px;
  }
}
@media (max-width: 560px) {
  .tpl-location-detail .location-info .l-col,
  .tpl-location-detail .location-info .r-col {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    margin-bottom: 40px;
  }
  .tpl-location-detail .location-info .location-description {
    max-width: none;
    width: 100%;
  }
  .mod-lesblokken .lesblokken .l-col,
  .mod-lesblokken .lesblokken .r-col {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
  }
  .mod-lesblokken .lesblokken .l-col {
    margin-bottom: 40px;
  }
}
.mod-inschrijven-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease-in-out 0s;
  background: rgba(255, 255, 255, 0.98);
}
.mod-inschrijven-form.show {
  left: 0;
}
.mod-inschrijven-form .inner {
  padding-bottom: 40px;
}
.mod-inschrijven-form .form-toggle {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  color: #fff;
}
.mod-inschrijven-form .form-toggle:hover {
  color: #fff;
  opacity: 0.7;
}
.mod-inschrijven-form .form-footer {
  height: 60px;
  background: #000;
}
.mod-inschrijven-form .mod-header {
  color: #fff;
}
.mod-inschrijven-form .mod-header .container {
  padding-top: 60px;
  padding-bottom: 40px;
}
.mod-inschrijven-form .mod-header h2 {
  font-size: 30px;
  margin: 0 0 12px;
  color: inherit;
}
.mod-inschrijven-form .mod-header h3 {
  margin: 0;
  opacity: 0.5;
  color: inherit;
}
.mod-inschrijven-form .inner {
  padding-top: 40px;
  position: relative;
}
.mod-inschrijven-form .inner:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8) url(../img/loader.gif) center center no-repeat;
}
.mod-inschrijven-form .inner.isloading:before {
  display: block;
}
.form-group {
  margin-bottom: 20px;
  overflow: hidden;
}
.form-group .label {
  display: block;
  padding: 0 0 2px 2px;
  font-size: 16px;
  color: #666;
}
.form-group .radio-group {
  overflow: hidden;
}
.form-group .radio-group label {
  width: auto;
  display: block;
  float: left;
  margin-right: 20px;
}
.form-group .radio-group label input {
  margin-right: 8px;
}
.form-group .group-6 {
  width: 50%;
  float: left;
}
.form-group .group-6:first-child {
  padding-right: 20px;
}
.form-group .group-6:last-child {
  padding-left: 20px;
}
.form-group textarea {
  height: 100px;
}
.form-loader {
  padding-top: 15px;
  text-align: right;
}
/* @end */
/* @group tpl-cms-contact */
.tpl-cms-contact .main-body {
  padding: 60px 0;
}
.tpl-cms-contact .post-header {
  margin-bottom: 20px;
}
.tpl-cms-contact .post-output {
  padding-right: 20%;
}
.tpl-cms-contact iframe {
  width: 80%;
  height: 400px;
  border: none;
}
.tpl-cms-contact .contact-form h2 {
  font-size: 36px;
  margin: 11px 0 22px;
}
@media (max-width: 767px) {
  .tpl-cms-contact .contact-form {
    margin-top: 60px;
  }
}
/* @end */
/* @group FOMRS */
.form-default fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.form-default .field-row {
  margin-bottom: 20px;
}
.form-default .field-row label {
  display: block;
  margin-bottom: 5px;
}
.form-default .field-row input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.form-default .field-row textarea {
  width: 100%;
  height: 140px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.form-default .checkers {
  overflow: hidden;
  border-radius: 3px;
  padding: 0 10px;
  background: #f7f7f7;
}
.form-default .checkers label {
  display: block;
  float: left;
  margin: 10px 20px 10px 0;
}
.form-default .checkers label input {
  margin-right: 5px;
}
/* @end */
/* @group INLINE ALERT */
#inline_alert {
  min-height: 170px;
  min-width: 420px;
  max-width: 540px;
  padding: 30px;
  margin-bottom: 2px;
  margin-top: 5px;
  line-height: 1.6em;
  color: #555;
}
#inline_alert h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
#inline_alert p:last-of-type {
  margin-bottom: 0;
}
/* @end */
/* @group INSTAGRAM */
.mod-instagram {
  margin-bottom: 40px;
}
.mod-instagram .preloader {
  height: 200px;
  background: url(../img/loader.gif) center center no-repeat;
}
.mod-instagram .follow-us {
  background: #fff;
  width: 206px;
  height: 410px;
  position: absolute;
  bottom: 8px;
  right: 4px;
  z-index: 10;
  opacity: 1;
  text-align: center;
}
.mod-instagram .follow-us .icon {
  padding: 15px 0 10px 0;
  font-size: 36px;
  text-align: center;
  color: #6b0196;
}
.mod-instagram .follow-us h2 {
  font-size: 32px;
  padding: 0 5px 20px;
  line-height: 1.4em;
}
.mod-instagram .follow-us .button {
  width: 100%;
}
.insta-grid .item {
  margin-bottom: 8px;
}
.insta-grid .item.nested {
  width: 20%;
}
.insta-grid .item .inner {
  overflow: hidden;
}
.insta-grid .item .picture {
  display: block;
  height: 200px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: all 6s ease 0s;
}
.insta-grid .item .picture:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6b0196;
  mix-blend-mode: multiply;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: center center;
  transform: scale(0.2);
  opacity: 0;
}
.insta-grid .item .picture i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 46px;
  top: 60%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.insta-grid .item .picture:hover {
  transform: scale(1.2);
}
.insta-grid .item .picture:hover:before {
  transform: scale(1);
  opacity: 0.7;
}
.insta-grid .item .picture:hover i {
  top: 50%;
  opacity: 1;
}
.insta-grid .item img {
  display: none;
}
@media (max-width: 1280px) {
  .mod-instagram .follow-us {
    width: 474px;
    height: 220px;
    padding: 0 30px;
  }
  .mod-instagram .follow-us h2 {
    font-size: 24px;
  }
  .insta-grid .item:nth-child(n+13) {
    display: none;
  }
  .insta-grid .item .picture {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .mod-instagram .follow-us {
    width: 362px;
    height: 330px;
    padding: 30px;
    opacity: 1;
  }
  .insta-grid .item:nth-child(n+13) {
    display: none;
  }
  .insta-grid .item .picture {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .mod-instagram .follow-us {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .mod-instagram .follow-us .button {
    width: 280px;
  }
  .insta-grid .item:nth-child(n+10) {
    display: none;
  }
  .insta-grid .item .picture {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .insta-grid .item .picture {
    height: 160px;
  }
}
@media (max-width: 480px) {
  .insta-grid .item {
    width: 50%;
  }
  .insta-grid .item:nth-child(n+7) {
    display: none;
  }
  .insta-grid .item .picture {
    height: 160px;
  }
}
@media (max-width: 374px) {
  .insta-grid .item {
    width: 100%;
  }
  .insta-grid .item:nth-child(n+4) {
    display: none;
  }
  .insta-grid .item .picture {
    height: 200px;
  }
}
/* @end */
.mod-teasers .item {
  position: relative;
  padding: 0 !important;
}
.mod-teasers .item:before {
  display: block;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
}
.mod-teasers .item:nth-child(odd):before {
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
  background: #74fbfd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #74fbfd 0%, #245df6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #74fbfd 0%, #245df6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #74fbfd 0%, #245df6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_blue_l', endColorstr='@gr_blue_r', GradientType=1);
  /* IE6-9 */
}
.mod-teasers .item:nth-child(even):before {
  left: 0;
  background: #ad24f6;
  background: -moz-linear-gradient(left, #ad24f6 0%, #0004f5 100%);
  background: -webkit-linear-gradient(left, #ad24f6 0%, #0004f5 100%);
  background: linear-gradient(to right, #ad24f6 0%, #0004f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gr_lila_l', endColorstr='@gr_lila_r', GradientType=1);
}
.mod-teasers .article-image {
  position: relative;
  z-index: 5;
}
.mod-teasers .article-info {
  padding: 60px;
  position: relative;
  z-index: 5;
  text-align: center;
  color: #fff;
}
.mod-teasers .article-info h1,
.mod-teasers .article-info h2,
.mod-teasers .article-info h3,
.mod-teasers .article-info h4 {
  color: #fff;
}
.mod-teasers .article-info .post-title {
  font-size: 34px;
}
.mod-teasers .article-info .post-header {
  margin-bottom: 40px;
}
.mod-teasers .article-info .post-actions {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mod-teasers .item:before {
    width: 150%;
  }
  .mod-teasers .item:nth-child(odd):before {
    right: -150px;
  }
  .mod-teasers .item:nth-child(even):before {
    left: -150px;
  }
  .mod-teasers .article-info {
    padding: 40px;
  }
  .mod-teasers .article-info .post-title {
    font-size: 30px;
  }
  .mod-teasers .article-info .post-header {
    margin-bottom: 30px;
  }
  .mod-teasers .article-info .post-actions {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mod-teasers .container {
    padding: 0;
    margin: 0;
  }
  .mod-teasers .container .row {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 580px) {
  .mod-teasers .article-info {
    padding: 40px;
  }
}
/* @group SITE-FOOTER */
.site-wrapper {
  background: #fff;
  overflow: hidden;
}
.site-footer {
  background: #000;
  color: #fff;
  padding: 50px 0 30px;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer a {
  color: inherit;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #ef4354;
}
.site-footer .info {
  margin-right: 20%;
}
.site-footer h3 {
  font-size: 30px;
  margin: 0 0 6px;
}
.site-footer .quicklinks li:first-child {
  margin-bottom: 20px;
}
.site-footer .right-box {
  position: relative;
}
.site-footer .right-box .socials {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
}
.site-footer .right-box .socials i:before {
  margin: 0;
}
.site-footer .logo {
  width: 100px;
  height: 120px;
  margin-bottom: 15px;
}
.site-footer .credits {
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 4px;
}
.site-footer .credits strong {
  display: block;
}
@media (max-width: 991px) {
  .site-footer {
    font-size: 16px;
  }
  .site-footer h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .site-footer .credits {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .site-footer .right-box .socials {
    margin-top: 30px;
    position: static;
  }
  .site-footer .credits {
    position: static;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 0;
    margin-top: 20px;
  }
  .site-footer .credits strong {
    margin-top: 10px;
  }
}
/* @end */
/* @group FONTELLO */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?24678777c');
  src: url('../font/fontello.eot?24678777c#iefix') format('embedded-opentype'), url('../font/fontello.woff2?24678777c') format('woff2'), url('../font/fontello.woff?24678777c') format('woff'), url('../font/fontello.ttf?24678777c') format('truetype'), url('../font/fontello.svg?24678777c#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?24678777#fontello') format('svg');
  }
}
*/
[class^="icn-"]:before,
[class*=" icn-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icn-right-small:before {
  content: '\e800';
}
/* '' */
.icn-left-small:before {
  content: '\e801';
}
/* '' */
.icn-down-small:before {
  content: '\e802';
}
/* '' */
.icn-up-small:before {
  content: '\e803';
}
/* '' */
.icn-cancel:before {
  content: '\e804';
}
/* '' */
.icn-home:before {
  content: '\e805';
}
/* '' */
.icn-search-1:before {
  content: '\e80c';
}
/* '' */
.icn-expressie:before {
  content: '\e816';
}
/* '' */
.icn-kunst:before {
  content: '\e817';
}
/* '' */
.icn-media:before {
  content: '\e818';
}
/* '' */
.icn-sport:before {
  content: '\e819';
}
/* '' */
.icn-taal:before {
  content: '\e81a';
}
/* '' */
.icn-techniek:before {
  content: '\e81b';
}
/* '' */
.icn-vorming:before {
  content: '\e81c';
}
/* '' */
.icn-facebook-squared:before {
  content: '\e835';
}
/* '' */
.icn-instagram:before {
  content: '\e83e';
}
/* '' */
.icn-instagramm:before {
  content: '\e83f';
}
/* '' */
.icn-up-open:before {
  content: '\f005';
}
/* '' */
.icn-right-open-2:before {
  content: '\f006';
}
/* '' */
.icn-left-open-2:before {
  content: '\f007';
}
/* '' */
.icn-facebook:before {
  content: '\f09a';
}
/* '' */
.icn-facebook-official:before {
  content: '\f230';
}
/* '' */
.icn-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
/* @end */
/* @group ANIMATE */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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;
}
@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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;
}
/* @end */
