/* ----------------------------------------------
 * Generated by Animista on 2018-8-4 11:58:3
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,
  60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,
  60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@font-face {
  font-family: 'jaapokki-regular';
  src: url("../font/jaapokki-regular/jaapokki-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/jaapokki-regular/jaapokki-regular.woff") format("woff"), url("../font/jaapokki-regular/jaapokki-regular.ttf") format("truetype"), url("../font/jaapokki-regular/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'worksans-medium';
  src: url("../font/worksans-medium/WorkSans-Medium.woff2") format("woff2"), url("../font/worksans-medium/WorkSans-Medium.woff") format("woff"), url("../font/worksans-medium/WorkSans-Medium.ttf") format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'jaapokki-regular';
  src: url("../font/jaapokki-regular/jaapokki-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/jaapokki-regular/jaapokki-regular.woff") format("woff"), url("../font/jaapokki-regular/jaapokki-regular.ttf") format("truetype"), url("../font/jaapokki-regular/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'worksans-medium';
  src: url("../font/worksans-medium/WorkSans-Medium.woff2") format("woff2"), url("../font/worksans-medium/WorkSans-Medium.woff") format("woff"), url("../font/worksans-medium/WorkSans-Medium.ttf") format("truetype");
}

html {
  font-size: 16px;
  font-family: 'worksans-medium', sans-serif;
  color: #2B2B32;
}

@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1160px) {
  html {
    font-size: 12px;
  }
}

.cookies-warning {
  position: fixed;
  z-index: 10;
  bottom: 1em;
  left: 1em;
  font-family: 'jaapokki-regular', sans-serif;
}

@media (max-width: 810px) {
  .cookies-warning {
    width: 90vw;
  }
}

.cookies-warning .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookies-warning .background {
  width: 42em;
}

@media (max-width: 810px) {
  .cookies-warning .background {
    width: 100%;
  }
}

.cookies-warning .close {
  position: absolute;
  right: 2em;
  top: 50%;
  height: 5em;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
  cursor: pointer;
}

@media (max-width: 810px) {
  .cookies-warning .close {
    height: 4em;
  }
}

.cookies-warning .text {
  position: absolute;
  top: 50%;
  font-size: 1.3rem;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2em;
}

@media (max-width: 810px) {
  .cookies-warning .text {
    width: calc(100% - 5em);
    font-size: 1.2rem;
  }
}

.lock-scroll {
  overflow: hidden;
}

.nav {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 70px 120px -60px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px -60px rgba(0, 0, 0, 0.75);
  font-size: 1.05rem;
  text-align: center;
  z-index: 5;
  font-family: 'jaapokki-regular', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  min-height: 10vh;
}

@media (min-width: 1160px) {
  .nav {
    -webkit-box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
  }
}

@media (max-width: 1366px) {
  .nav {
    font-size: 1rem;
  }
}

@media (max-width: 1160px) {
  .nav {
    font-size: 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: fixed;
    top: 0;
    left: -75%;
    height: 100%;
    z-index: 6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 75%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.6em 0;
    overflow-y: auto;
    /* enable scroll for menu items */
  }
  .show .nav {
    left: 0;
  }
}

.nav > a {
  padding: 1em 1em;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 1160px) {
  .nav > a:hover {
    color: #F15136;
  }
  .nav > a:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -0.3em;
    top: 39%;
    color: #2B2B32;
  }
}

@media (max-width: 1160px) {
  .nav > a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em;
  }
  .nav > a:first-of-type {
    margin-top: 1.5em;
  }
}

.nav > a img {
  margin-left: 0.5em;
  height: 2.5em;
  border-radius: 50%;
}

.nav .login {
  background-color: #EAEAEA;
  padding: 0.8em;
  margin-bottom: 0.2em;
  padding-top: 1em;
  border-radius: 1.6em;
}

@media (max-width: 1160px) {
  .nav .nav-logo {
    display: none;
  }
}

.hamburger {
  display: none;
}

.nav-logo {
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: 0.6s -webkit-transform ease-in-out;
  transition: 0.6s -webkit-transform ease-in-out;
  transition: 0.6s transform ease-in-out;
  transition: 0.6s transform ease-in-out, 0.6s -webkit-transform ease-in-out;
}

.nav-logo img {
  height: 4em;
  display: block;
}

.nav-logo.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-logo.mobile {
  -webkit-transform: translateY(6.8em);
          transform: translateY(6.8em);
  margin-right: 1em;
}

.nav-logo.mobile img {
  height: 6em;
}

.nav-logo.mobile.show {
  -webkit-transform: translateY(0.8em);
          transform: translateY(0.8em);
}

@media (max-width: 1160px) {
  .menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
  }
  .show .menu-overlay {
    opacity: 1;
    z-index: 1;
  }
  .hamburger {
    padding: 0.7em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    background-color: white;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    text-align: center;
  }
  .container > .hamburger {
    -webkit-box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
  }
  .hamburger .bars {
    padding: 1.6em 1em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background: #EAEAEA;
  }
  .hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #2B2B32;
    margin: 4px auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
  }
  .show .hamburger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: static;
    background: none;
    padding: 0;
    margin: 0 auto;
  }
  .show .hamburger .bars {
    padding: 1em 0;
    width: 3.2em;
    height: 3.2em;
    background-color: transparent;
  }
  .show .hamburger .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4.5px, 6px);
            transform: rotate(-45deg) translate(-4.5px, 6px);
  }
  .show .hamburger .bar2 {
    opacity: 0;
  }
  .show .hamburger .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -9px);
            transform: rotate(45deg) translate(-6px, -9px);
  }
}

.logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo .logo-mobile {
  display: none;
}

@media (max-width: 810px) {
  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 9em;
  }
  .logo .logo-mobile {
    display: block;
  }
  .logo .logo-normal {
    display: none;
  }
}

.logo img {
  display: block;
  width: 1160px;
  margin: 2em auto 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1366px) {
  .logo img {
    width: 900px;
  }
}

@media (max-width: 1160px) {
  .logo img {
    width: 700px;
  }
}

@media (max-width: 810px) {
  .logo img {
    margin: 0 auto;
    width: 60%;
  }
}

@media (max-width: 500px) {
  .logo img {
    margin: 0 auto;
    width: 90%;
  }
}

.logo .text {
  font-size: 3.5rem;
  position: absolute;
  top: 3.75em;
  left: calc(50vw + 370px);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1366px) {
  .logo .text {
    top: 4.5em;
    left: calc(50vw + 275px);
  }
}

@media (max-width: 1160px) {
  .logo .text {
    top: 5em;
    left: calc(50vw + 180px);
  }
}

@media (max-width: 810px) {
  .logo .text {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 3.5rem;
    margin: .3em auto;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2018-8-4 11:58:3
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,
  60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@font-face {
  font-family: 'jaapokki-regular';
  src: url("../font/jaapokki-regular/jaapokki-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/jaapokki-regular/jaapokki-regular.woff") format("woff"), url("../font/jaapokki-regular/jaapokki-regular.ttf") format("truetype"), url("../font/jaapokki-regular/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'worksans-medium';
  src: url("../font/worksans-medium/WorkSans-Medium.woff2") format("woff2"), url("../font/worksans-medium/WorkSans-Medium.woff") format("woff"), url("../font/worksans-medium/WorkSans-Medium.ttf") format("truetype");
}

.human-container {
  margin-top: 2em;
  margin-bottom: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.human-container .human {
  width: 20%;
  min-width: 25em;
  margin: 1.5em 0;
}

.human-container .human.delighter {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  opacity: 0;
}

.human-container .human.delighter.started {
  opacity: 1;
}

.human-container .human-image {
  margin: 0 auto;
  width: 20em;
  height: 20em;
  border-radius: 50%;
  overflow: hidden;
}

.human-container .human-image > img {
  width: 100%;
}

.human-container .human-profile {
  position: relative;
}

.human-container .human-mail {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  border-radius: 50%;
}

.human-container .human-mail img {
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .human-container .human-mail img {
    width: 60%;
  }
}

.human-container .human-name {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.8em;
  font-size: 3rem;
  text-align: center;
  height: 2em;
}

@media (max-width: 810px) {
  .human-container .human-name {
    margin-top: 0.4em;
  }
}

.human-container .human-function {
  width: 100%;
  margin-top: 0.4em;
  font-size: 2.2rem;
  text-align: center;
  color: #018EB6;
  text-transform: lowercase;
}

@media (max-width: 810px) {
  .human-container .human-function {
    margin-top: 0.2em;
  }
}

.human-container .human-function::before {
  content: "- ";
}

.human-container .human-function::after {
  content: " -";
}

.human-container .human-description {
  width: 90%;
  margin: 0 auto;
  margin-top: 1.2em;
  font-size: 1.5rem;
  color: #8F8F8F;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 810px) {
  .human-container .human-description {
    margin-top: 0.6em;
  }
}

.container {
  background: #FBFBFB;
  font-family: 'jaapokki-regular', sans-serif;
}

#landing-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../img/background-light.png");
  background-position: center center;
  min-height: 90vh;
}

.scroll {
  display: block;
  height: 12vh;
}

.scroll img {
  height: 80%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.scroll.delighter {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0;
}

.scroll.delighter.started {
  opacity: 1;
}

.eu-logos {
  background-color: white;
  text-align: center;
  padding: 0.5em 0;
  -webkit-box-shadow: 0px 20px 120px -60px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 20px 120px -60px rgba(0, 0, 0, 0.7);
}

.eu-logos img {
  height: 80px;
  padding-bottom: 1em;
}

@media (max-width: 810px) {
  .eu-logos img {
    max-width: 95%;
  }
}

@media (max-width: 500px) {
  .eu-logos img {
    max-width: 95%;
    height: auto;
  }
}

.eu-logos div {
  color: grey;
  width: 60%;
  margin: 0 auto;
  font-family: Calibri, sans-serif;
}

@media (max-width: 810px) {
  .eu-logos div {
    width: 95%;
  }
}

@media (hover: none), (hover: on-demand) {
  .scroll {
    display: none;
  }
}

.strong {
  color: #F15136;
}

main article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8em calc(50vw - 700px) 0;
}

#about {
  background-color: #FBFBFB;
  overflow: hidden;
}

@media (max-width: 810px) {
  #about {
    padding-top: 4em;
  }
}

#news {
  -webkit-box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
  background-color: #FFFFFF;
}

#previous-events {
  -webkit-box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
  background-color: #FBFBFB;
}

#join-us {
  -webkit-box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
  background-color: #FFFFFF;
}

#our-team {
  -webkit-box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
  background-color: #FBFBFB;
}

#download {
  -webkit-box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
  background-color: #FFFFFF;
}

#contact {
  -webkit-box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
  background-color: #FBFBFB;
  position: relative;
  overflow: hidden;
}

footer {
  height: 10em;
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
}

.article-header {
  color: #018EB6;
  font-size: 6.2rem;
  text-transform: lowercase;
  text-align: center;
}

@media (max-width: 810px) {
  .article-header {
    font-size: 4.2rem;
    text-align: center;
  }
}

.article-header.delighter {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
}

.article-header.delighter.started {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 1;
}

.bullet-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3em;
}

.article-bullet {
  position: relative;
  text-transform: lowercase;
  font-size: 2rem;
  color: #9B9B9B;
  width: 25%;
  text-align: center;
  margin-top: 1em;
}

@media (max-width: 1160px) {
  .article-bullet {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .article-bullet {
    width: 100%;
  }
}

.article-bullet.delighter {
  opacity: 0;
}

.article-bullet.delighter.started {
  -webkit-animation: bounce-in-top 1.1s normal forwards;
          animation: bounce-in-top 1.1s normal forwards;
}

.article-bullet:nth-child(2) {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}

.article-bullet:nth-child(3) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.article-bullet:nth-child(4) {
  -webkit-animation-delay: 1.35s !important;
          animation-delay: 1.35s !important;
}

.article-bullet .title {
  width: 80%;
  margin: 1em auto 0;
  height: 2.5em;
}

@media (max-width: 500px) {
  .article-bullet .title {
    height: auto;
  }
}

.article-bullet .title::before {
  content: '> ';
}

.article-bullet .number {
  margin: 0 auto;
  font-size: 4.5rem;
  color: #F15136;
  width: 3.5em;
  height: 3.5em;
  border: 0.15em solid #2B2B32;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 500px) {
  .article-bullet .number {
    font-size: 4rem;
    margin-top: 0.5em;
  }
}

.article-bullet .number div {
  margin-top: 0.25em;
}

.description-container {
  width: 100%;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media (min-width: 1160px) {
  .description-container .column:not(:first-child) {
    margin-left: 1em;
  }
}

.description-container .column .description:not(:first-child) {
  margin-top: 1.5em;
}

.description-container .description {
  text-align: left;
  line-height: 1.2;
}

@media (max-width: 1160px) {
  .description-container .description {
    margin-top: 1em;
    max-width: 100%;
  }
}

.description-container .description::before {
  content: '> ';
}

.description-container .description.delighter {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  opacity: 0;
}

.description-container .description.delighter.started {
  opacity: 1;
}

.article-description {
  font-size: 1.6rem;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1160px) {
  .article-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.entry-container {
  margin: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 810px) {
  .entry-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.entry {
  width: 25em;
  margin: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3E3E3;
  border-radius: 3em;
  overflow: hidden;
  line-height: 1.2;
}

@media (max-width: 810px) {
  .entry {
    width: 80%;
    margin: 1em auto;
  }
}

.entry.delighter {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  opacity: 0;
}

.entry.delighter.started {
  opacity: 1;
}

.entry-image {
  min-width: 100%;
  height: 18em;
}

.entry-content {
  margin: 2.5em 2.5em 1.5em;
}

.entry-title {
  font-size: 1.8rem;
  height: 2.5em;
}

@media (max-width: 810px) {
  .entry-title {
    height: auto;
  }
}

.entry-description {
  margin-top: 0.7em;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.4;
  height: 8em;
  overflow: hidden;
  position: relative;
}

.entry-description::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1.33em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #E3E3E3));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #E3E3E3 50%);
}

@media (max-width: 810px) {
  .entry-description {
    height: auto;
  }
}

.entry-further {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-further:hover .entry-arrows {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.entry-readmore {
  margin-top: 0.7em;
  padding-top: 0.8em;
  font-size: 1.8rem;
  border-top: 0.3em solid;
  width: auto;
}

.entry-arrows {
  font-size: 5rem;
  margin-top: 0.3em;
  margin-left: 0.8em;
}

.more-entries {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0.5em;
  font-size: 3rem;
  color: #018EB6;
  border-radius: 50%;
  border: 0.3em solid #2B2B32;
  height: 4em;
  width: 4em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-tile-container {
  margin-top: 2em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-tile-container .event-tile {
  margin: 0.5em;
  width: 7em;
  height: 7em;
  font-size: 3rem;
  color: black;
  position: relative;
}

.event-tile-container .event-tile.delighter {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  opacity: 0;
}

.event-tile-container .event-tile.delighter.started {
  opacity: 1;
}

.event-tile-container .event-tile img {
  width: 100%;
  height: 100%;
}

.event-tile-container .event-tile .overlay {
  background-image: url("../img/prev-events/jaworze1.png");
  position: absolute;
  width: 120%;
  height: 120%;
  top: -0.2em;
  left: -0.9em;
  background-repeat: no-repeat;
  background-size: 100%;
}

.join-tile-container {
  margin-top: 2em;
  margin-bottom: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.join-tile-container.delighter {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  opacity: 0;
}

.join-tile-container.delighter.started {
  opacity: 1;
}

.join-tile-container > * {
  position: relative;
}

.join-tile-container .join-tile {
  position: relative;
  width: 30em;
  height: 20em;
  border-radius: 3em;
  margin: 1em;
  padding: 2em;
  border: solid #2B2B32 1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.join-tile-container .join-tile-title {
  font-size: 2.5rem;
  text-transform: lowercase;
  padding-bottom: 0.4em;
  border-bottom: solid #2B2B32 0.25em;
}

.join-tile-container .join-tile-description {
  margin-top: 1em;
  font-size: 1.2rem;
}

.join-tile-container .join-tile-arrows {
  font-size: 5.5rem;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 0.5em;
}

.join-tile-container .join-tile:not(.blocked):hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #2B2B32;
  color: white;
}

.join-tile-container .join-tile:not(.blocked):hover .join-tile-title {
  border-bottom: solid white 0.25em;
}

.join-tile-container .blocked-text {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  background-color: rgba(0, 0, 0, 0.9);
  margin: 1em;
  cursor: not-allowed;
  border-radius: 3em;
  color: white;
  padding: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.join-tile-container .blocked-text p {
  font-size: 1.5rem;
}

.not-capitalize {
  text-transform: none;
}

.files-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  font-size: 1.4rem;
  margin: 2em auto 6em;
  color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.files-container .file {
  margin-top: 0.7em;
  margin-right: 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2B2B32;
  border-radius: 2em;
  padding: 0.4em 1.6em;
}

.files-container .file-download {
  height: 3em;
  margin-left: 1em;
}

.files-container .file-download img {
  height: 100%;
}

.media-container {
  width: 80%;
  margin: 2em auto 6em;
}

@media (max-width: 810px) {
  .media-container {
    width: 90%;
  }
}

.media-container .medium {
  margin-top: 0.8em;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media-container .medium-icon {
  width: 2em;
}

@media (max-width: 810px) {
  .media-container .medium-icon {
    width: 4em;
  }
}

.media-container .medium-content {
  margin-left: 1.5em;
  color: #8F8F8F;
}

@media (max-width: 810px) {
  .media-container .medium-content {
    margin-left: 0.75em;
  }
}

.contact-logo {
  position: absolute;
  right: -25em;
  bottom: -40em;
}

@media (max-width: 1366px) {
  .contact-logo {
    right: -30em;
    bottom: -50em;
  }
}

@media (max-width: 1160px) {
  .contact-logo {
    right: -40em;
    bottom: -60em;
    opacity: 0.5;
  }
}

@media (max-width: 810px) {
  .contact-logo {
    right: -42.5em;
    bottom: -40em;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.partners-container {
    display: flex;
    width: 80%;
    font-size: 1.4rem;
    margin: 2em auto 6em;
    color: white;
    flex-wrap: wrap;
    justify-content: center;
}

.partners-container a {
    padding: 20px 20px;
}

.partners-container img {
    width: 260px;
}

.event-list {
  font-size: 1.6rem;
  width: 80%;
  margin: 2em auto;
}

.event-table {
    display: table;
    width: 100%;
}

.event-table-row {
    display: table-row;
}

.event-table-row-cell {
    display: table-cell;
    padding: 20px 0px;
}

.event-table-body {
    display: table-row-group;
}

.event-table-body > a:hover {
    color: #F15136;
}

.event-table-row:hover .black-bar {
    background-color: #F15136;
}


.event-time {
    width: 29%;
}

.event-title {
    width: 70%
}

.black-bar {
    background-color: black;
    width: 8px;
    height: 57px;
    display: block;
    margin: 0px 10px;
    margin-bottom: -27px;
}
}


/*# sourceMappingURL=home.css.map */