/*!
	Theme Name:
	Theme URI: http://thodoristsirkas.com
	Description: Custom Wordpress theme for
	Version: 1.0.0
	Author: Thodoris Tsirkas
	Author URI: http://thodoristsirkas.com
	Tags:

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/** site variables **/
@font-face {
  font-family: 'GT Pressura Greek';
  src: url("../../assets/fonts/subset-GTPressuraGreek-Light.eot");
  src: url("../../assets/fonts/subset-GTPressuraGreek-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/subset-GTPressuraGreek-Light.woff2") format("woff2"), url("../../assets/fonts/subset-GTPressuraGreek-Light.woff") format("woff"), url("../../assets/fonts/subset-GTPressuraGreek-Light.ttf") format("truetype"), url("../../assets/fonts/subset-GTPressuraGreek-Light.svg#GTPressuraGreek-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GT Pressura Greek';
  src: url("../../assets/fonts/subset-GTPressuraGreek-Regular.eot");
  src: url("../../assets/fonts/subset-GTPressuraGreek-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/subset-GTPressuraGreek-Regular.woff2") format("woff2"), url("../../assets/fonts/subset-GTPressuraGreek-Regular.woff") format("woff"), url("../../assets/fonts/subset-GTPressuraGreek-Regular.ttf") format("truetype"), url("../../assets/fonts/subset-GTPressuraGreek-Regular.svg#GTPressuraGreek-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/** general styling **/
:root {
  --body-font-size: 1rem;
  --menu-font-size: .875rem;
  --medium-font-size: 1.5rem;
  --large-font-size: 2.25rem;
  --category-font-size: 1.25rem;
  --p-size: 1.125rem;
  --h1-size: 3rem;
  --h2-size: 4rem;
  --h3-size: 2.25rem;
  --h4-size: .8125rem;
  --scrollbar-width: 0px;
  --bottom-bar-height: 0px;
  --row-height: 3.75rem;
  --site-padding: 1.5rem;
  --content-width: calc(100vw - 100px - var(--scrollbar-width));
  --event-color: #fff; }
  @media (max-width: 1200px) {
    :root {
      --body-font-size: 1rem;
      --menu-font-size: .875rem;
      --medium-font-size: 1.5rem;
      --large-font-size: 2.25rem;
      --category-font-size: 1rem;
      --p-size: 1.125rem;
      --h1-size: 3rem;
      --h2-size: 3rem;
      --h3-size: 2.25rem;
      --h4-size: .8125rem;
      --scrollbar-width: 0px;
      --bottom-bar-height: 0px;
      --row-height: 3.75rem;
      --site-padding: 1.5rem;
      --content-width: calc(100vw - 100px - var(--scrollbar-width));
      --event-color: #fff; } }
  @media (max-width: 900px) {
    :root {
      --body-font-size: 1rem;
      --menu-font-size: .875rem;
      --medium-font-size: 2rem;
      --large-font-size: 2.5rem;
      --category-font-size: 1.25rem;
      --p-size: 1.125rem;
      --h1-size: 3rem;
      --h2-size: 3rem;
      --h3-size: 2.25rem;
      --h4-size: .8125rem;
      --scrollbar-width: 0px;
      --bottom-bar-height: 0px;
      --row-height: 3.75rem;
      --site-padding: 1.5rem;
      --content-width: calc(100vw - var(--scrollbar-width)); } }
  @media (max-width: 600px) {
    :root {
      --body-font-size: 1rem;
      --menu-font-size: .875rem;
      --medium-font-size: 1.1rem;
      --large-font-size: 1.5rem;
      --category-font-size: .75rem;
      --p-size: 1.125rem;
      --h1-size: 1.5rem;
      --h2-size: .8125rem;
      --h3-size: .8125rem;
      --h4-size: .8125rem;
      --scrollbar-width: 0px;
      --bottom-bar-height: 0px;
      --row-height: 2.5rem;
      --site-padding: .9375rem;
      --content-width: calc(100vw - var(--scrollbar-width)); } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 30px;
  height: 31px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 1px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -15px; }
  .hamburger-inner::after {
    bottom: -15px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* ==========================================================================
	 sherlockth's got style(s)
	 ========================================================================== */
* {
  box-sizing: border-box; }

html {
  font-family: 'GT Pressura Greek', Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .05em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1; }

h1 {
  font-size: var(--h1-size); }

h2 {
  margin: 0;
  font-size: var(--h2-size); }

h3 {
  font-size: var(--h3-size); }

p:first-of-type {
  margin-top: 0; }

ul {
  list-style-type: none;
  padding-left: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a.full {
    display: block;
    width: 100%;
    height: 100%; }

a:focus {
  outline: 0; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
  button:focus {
    outline: 0; }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

.button {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 2.5rem;
  line-height: var(--row-height); }
  .button + .button {
    border-left: none; }
  .button:hover {
    background: #000;
    color: #fff; }

.skip-link {
  display: none !important; }

.menu-toggle {
  display: none; }

.site {
  display: flex; }

.site-content {
  width: 100%;
  margin-left: 100px; }
  @media (max-width: 900px) {
    .site-content {
      margin-left: 0;
      padding-top: 70px;
      transition: filter .4s linear; }
      .menu-open .site-content {
        filter: brightness(0.6); } }

.read-more-cnt {
  position: relative;
  width: var(--row-height); }
  .read-more-cnt .read-more {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-50%, -50%);
    text-transform: uppercase; }

.row {
  height: var(--row-height); }

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

.glitch-cnt {
  position: fixed;
  top: 0;
  left: 100px;
  right: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
  opacity: .8; }
  .glitch-cnt.fit {
    position: absolute;
    left: 0; }

#glitch {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.glitchable {
  position: relative; }

.eleni {
  background: pink; }
  .eleni .site-header > .cnt {
    background: pink; }
  .eleni .site-header .clock-cnt .clock-outer {
    background: pink; }
  .eleni .calendar {
    background: pink; }
    .eleni .calendar .month-row > .cnt {
      background: pink; }
    .eleni .calendar .current-month {
      background: pink; }

/** header / nav **/
.site-header {
  position: fixed;
  width: 100px;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: var(--menu-font-size);
  font-weight: 400;
  border-right: 1px solid #000;
  z-index: 10; }
  .site-header > .cnt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 99px;
    height: 100vh;
    background: #fff; }
    .site-header > .cnt .site-branding {
      flex: 0 0 0%; }
    .site-header > .cnt .clock-cnt {
      flex: 1 1 0%; }
    .site-header > .cnt .site-navigation {
      flex: 2 1 0%; }
  .site-header .site-branding {
    padding: 22px 0 23px; }
  .site-header .logo {
    width: 64px;
    height: 74px; }
  .site-header .clock-cnt {
    width: 100%;
    border-top: 1px solid #000; }
    .site-header .clock-cnt .cnt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 100%; }
    .site-header .clock-cnt .line {
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      left: 50%;
      background: #000;
      z-index: 0; }
    .site-header .clock-cnt .clock-outer {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 1px solid #000;
      background: #fff;
      z-index: 1; }
  .site-header .site-navigation {
    width: 100%; }
    .site-header .site-navigation > .cnt {
      display: flex;
      flex-flow: column;
      height: 100%; }
      .site-header .site-navigation > .cnt .info-cnt {
        flex: 1 1 auto; }
      .site-header .site-navigation > .cnt .lang-select {
        flex: 0 0 0%; }
      .site-header .site-navigation > .cnt .sponsors-cnt {
        flex: 1 1 auto; }
      .site-header .site-navigation > .cnt .donors-cnt {
        flex: 1 1 auto; }
      .site-header .site-navigation > .cnt .newsletter-cnt {
        flex: 0 0 0%; }
      .site-header .site-navigation > .cnt .social {
        flex: 0 0 0%; }
      .site-header .site-navigation > .cnt .info-cnt:hover,
      .site-header .site-navigation > .cnt .newsletter-cnt:hover,
      .site-header .site-navigation > .cnt .lang-select li:hover {
        background: #000;
        color: #fff; }
      .site-header .site-navigation > .cnt .fb:hover,
      .site-header .site-navigation > .cnt .instagram:hover {
        background: #000; }
        .site-header .site-navigation > .cnt .fb:hover path,
        .site-header .site-navigation > .cnt .instagram:hover path {
          fill: #000; }
          .site-header .site-navigation > .cnt .fb:hover path:first-child,
          .site-header .site-navigation > .cnt .instagram:hover path:first-child {
            fill: #fff; }
      .site-header .site-navigation > .cnt .youtube:hover,
      .site-header .site-navigation > .cnt .twitter:hover {
        background: #000; }
        .site-header .site-navigation > .cnt .youtube:hover path:first-child,
        .site-header .site-navigation > .cnt .twitter:hover path:first-child {
          fill: #000; }
        .site-header .site-navigation > .cnt .youtube:hover path:last-child,
        .site-header .site-navigation > .cnt .twitter:hover path:last-child {
          fill: #fff; }
  .site-header .info-cnt {
    position: relative;
    width: 100%;
    padding-top: 110px;
    border-top: 1px solid #000; }
    .site-header .info-cnt a {
      position: absolute;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      line-height: 1.08;
      font-size: 36px; }
      .site-header .info-cnt a .info-btn-inner {
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        transform: rotate(-90deg) translateY(-50%) translateX(-50%);
        transform-origin: 0 0;
        pointer-events: none; }
    .info-active .site-header .info-cnt {
      background: #000;
      color: #fff; }
  .site-header .donors-cnt {
    position: relative;
    width: 100%;
    padding-top: 110px;
    border-top: 1px solid #000;
    font-size: 1.375rem; }
    .site-header .donors-cnt a {
      position: absolute;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      line-height: 1.08; }
      .site-header .donors-cnt a .donors-btn-inner {
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        transform: rotate(-90deg) translateY(-50%) translateX(-50%);
        transform-origin: 0 0;
        pointer-events: none; }
    .support-us-active .site-header .donors-cnt {
      background: #000;
      color: #fff; }
  .site-header .lang-select {
    position: relative;
    padding-top: 53px; }
    .site-header .lang-select .inner {
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      right: 0;
      margin: 0;
      display: flex;
      width: 100%;
      height: 53px;
      border-top: 1px solid #000; }
    .site-header .lang-select li {
      width: 50%;
      text-align: center; }
      .site-header .lang-select li a {
        display: block;
        padding: 17px 0; }
      .site-header .lang-select li:first-child {
        border-right: 1px solid #000; }
  .site-header .sponsors-cnt {
    position: relative;
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 100px;
    display: none; }
    .site-header .sponsors-cnt .sponsors-btn {
      position: absolute;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      .site-header .sponsors-cnt .sponsors-btn:hover, .site-header .sponsors-cnt .sponsors-btn.active {
        background: #000;
        color: #fff; }
      .site-header .sponsors-cnt .sponsors-btn .sponsors-btn-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotate(-90deg) translateY(-50%) translateX(-50%);
        transform-origin: 0 0;
        text-transform: uppercase;
        pointer-events: none; }
    .site-header .sponsors-cnt .sponsors {
      overflow: hidden;
      position: fixed;
      height: auto;
      max-height: 100vh;
      width: 500px;
      top: 0;
      left: 100px;
      background: #fff;
      border-right: 1px solid #000;
      z-index: -1;
      will-change: transform;
      transform: translateX(calc(-100% - 1px));
      transition: transform .3s ease-out;
      display: none; }
      .site-header .sponsors-cnt .sponsors > .cnt {
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
        max-height: 100vh;
        width: calc(100% + var(--scrollbar-width)); }
      .site-header .sponsors-cnt .sponsors .sponsor {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 123px;
        border-bottom: 1px solid #000; }
        .site-header .sponsors-cnt .sponsors .sponsor img {
          display: block;
          width: 50%;
          height: 50%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center; }
        .site-header .sponsors-cnt .sponsors .sponsor:nth-child(even) {
          border-left: 1px solid #000; }
    .sponsors-open .site-header .sponsors-cnt .sponsors {
      transform: translateX(0); }
  .site-header .donors-cnt {
    position: relative;
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 100px; }
    .site-header .donors-cnt .donors-btn {
      position: absolute;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .site-header .donors-cnt .donors-btn:hover, .site-header .donors-cnt .donors-btn.active {
        background: #000;
        color: #fff; }
      .site-header .donors-cnt .donors-btn .donors-btn-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotate(-90deg) translateY(-50%) translateX(-50%);
        transform-origin: 0 0;
        text-transform: uppercase;
        pointer-events: none;
        white-space: nowrap; }
    .site-header .donors-cnt .donors {
      overflow: hidden;
      position: fixed;
      height: auto;
      max-height: 100vh;
      width: 423px;
      top: 0;
      left: 100px;
      z-index: -1;
      will-change: transform;
      transform: translateX(calc(-100% - 1px));
      transition: transform .3s ease-out; }
      .site-header .donors-cnt .donors > .cnt {
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
        max-height: 100vh;
        width: calc(100% + var(--scrollbar-width)); }
    .donors-open .site-header .donors-cnt .donors {
      transform: translateX(0); }
  .site-header .newsletter-cnt {
    width: 100%;
    border-top: 1px solid #000;
    text-align: center;
    font-size: 12px; }
    .site-header .newsletter-cnt a {
      display: block;
      padding: 17px 0; }
  .site-header .social {
    position: relative;
    padding-top: 92px; }
    .site-header .social .inner {
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      border-top: 1px solid #000; }
    .site-header .social a {
      display: block;
      width: 50%;
      padding: 12px 0;
      text-align: center; }
      .site-header .social a:nth-child(1), .site-header .social a:nth-child(2) {
        border-bottom: 1px solid #000; }
      .site-header .social a:nth-child(2n+1) {
        border-right: 1px solid #000; }
  @media (max-width: 1200px) {
    .site-header > .cnt .clock-cnt {
      flex: .7 1 0%; } }
  @media (max-width: 900px) {
    .site-header {
      width: 100%;
      height: 70px;
      right: 0;
      bottom: auto;
      border: none;
      z-index: 10; }
      .site-header > .cnt {
        flex-flow: row;
        width: 100%;
        height: 70px;
        border-bottom: 1px solid #000; }
        .site-header > .cnt .clock-cnt {
          flex: 1 1 0%; }
      .site-header .site-branding {
        padding: 6px 15px; }
      .site-header .logo {
        width: 40px;
        height: 43px; }
      .site-header .menu-toggle {
        display: block;
        margin-bottom: -5px;
        padding: 15px 20px; }
        .site-header .menu-toggle .hamburger-box {
          pointer-events: none; }
      .site-header .clock-cnt {
        height: 100%;
        border-top: none;
        border-left: 1px solid #000;
        border-right: 1px solid #000; }
        .site-header .clock-cnt .clock-outer {
          width: 60px;
          height: 60px; }
        .site-header .clock-cnt .line {
          width: 100%;
          height: 1px;
          left: 0;
          top: 50%; }
      .site-header .site-navigation {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: auto;
        will-change: opacity;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease-out;
        background: #fff; }
        .site-header .site-navigation > .cnt {
          flex-flow: row;
          flex-wrap: wrap;
          height: auto; }
          .site-header .site-navigation > .cnt > div,
          .site-header .site-navigation > .cnt > ul > li,
          .site-header .site-navigation > .cnt > div > a {
            display: flex;
            align-items: center;
            justify-content: center; }
          .site-header .site-navigation > .cnt .info-cnt {
            flex: 1 1 auto;
            order: 1; }
          .site-header .site-navigation > .cnt .lang-select {
            flex: 1 1 auto;
            order: 2; }
          .site-header .site-navigation > .cnt .sponsors-cnt {
            order: 5; }
          .site-header .site-navigation > .cnt .donors-cnt {
            order: 5; }
          .site-header .site-navigation > .cnt .newsletter-cnt {
            flex: 1 1 auto;
            order: 4; }
          .site-header .site-navigation > .cnt .social {
            flex: 1 1 auto;
            order: 3; }
      .menu-open .site-header .site-navigation {
        opacity: 1;
        pointer-events: auto; }
      .site-header .info-cnt {
        width: 50%;
        height: 70px;
        padding: 23px 10px;
        border-top: none;
        border-right: 1px solid transparent;
        text-align: center; }
        .site-header .info-cnt a {
          position: static;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto; }
          .site-header .info-cnt a .info-btn-inner {
            position: static;
            top: auto;
            left: auto;
            transform: none; }
      .site-header .lang-select {
        width: 50%;
        height: 70px;
        border-top: none;
        padding-top: 0; }
        .site-header .lang-select .inner {
          position: static;
          border: none;
          height: 70px;
          align-items: center;
          margin: 0; }
        .site-header .lang-select li {
          height: 100%;
          border-left: 1px solid #000; }
          .site-header .lang-select li a {
            padding: 0;
            line-height: 70px; }
          .site-header .lang-select li:first-child {
            border-right: 1px solid transparent; }
      .site-header .social {
        padding-top: 0; }
        .site-header .social .inner {
          position: static;
          height: 70px; }
          .site-header .social .inner a {
            display: flex;
            align-items: center;
            justify-content: center; }
      .site-header .sponsors-cnt {
        padding-top: 0;
        align-items: baseline;
        display: block !important; }
        .site-header .sponsors-cnt .sponsors-btn {
          display: block;
          position: static;
          width: 100%;
          padding-top: 23px;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          display: none; }
          .site-header .sponsors-cnt .sponsors-btn.active, .site-header .sponsors-cnt .sponsors-btn:hover {
            background: #fff;
            color: #000; }
          .site-header .sponsors-cnt .sponsors-btn .sponsors-btn-inner {
            position: static;
            top: auto;
            left: auto;
            transform: none; }
        .site-header .sponsors-cnt .sponsors {
          position: static;
          overflow: auto;
          width: 100%;
          overflow: hidden;
          transform: none;
          border: none; }
          .site-header .sponsors-cnt .sponsors .cnt {
            display: flex;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            padding: 30px 0; }
          .site-header .sponsors-cnt .sponsors .sponsor {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            height: 45px;
            border: none !important;
            padding: 0 20px; }
            .site-header .sponsors-cnt .sponsors .sponsor img {
              width: auto;
              height: 100%; }
      .site-header .donors-cnt {
        padding-top: 0;
        align-items: baseline;
        display: block !important; }
        .site-header .donors-cnt .donors-btn {
          display: block;
          position: static;
          width: 100%;
          padding-top: 23px;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto; }
          .site-header .donors-cnt .donors-btn.active, .site-header .donors-cnt .donors-btn:hover {
            background: #fff;
            color: #000; }
          .site-header .donors-cnt .donors-btn .donors-btn-inner {
            position: static;
            top: auto;
            left: auto;
            transform: none; }
        .site-header .donors-cnt .donors {
          position: static;
          overflow: auto;
          width: 100%;
          overflow: hidden;
          transform: none;
          border: none;
          display: none; }
          .site-header .donors-cnt .donors .cnt {
            display: flex;
            width: 100%;
            padding: 30px 0;
            justify-content: center; }
          .site-header .donors-cnt .donors iframe {
            max-width: 423px !important; }
      .site-header .newsletter-cnt {
        height: 70px;
        border-top: none; }
      .site-header .social {
        height: 70px; }
        .site-header .social a {
          width: 25%;
          height: 100%;
          border-bottom: 1px solid #000; }
          .site-header .social a + a {
            border-left: 1px solid #000; }
          .site-header .social a:nth-child(2n+1) {
            border-right: none; } }
  @media (max-width: 600px) {
    .site-header .info-cnt {
      width: 50%; }
    .site-header .donors-cnt .donors-btn {
      padding-bottom: 22px; } }

@media screen and (min-width: 900px) and (max-height: 720px) {
  .site-header .clock-cnt {
    display: none; } }

@media screen and (max-height: 534px) {
  .site-header .social {
    display: none; } }

@keyframes blink {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.blink {
  animation: blink 1s infinite; }

/** end header / nav **/
/** home slideshow **/
.home-slideshow {
  position: fixed;
  top: 0; }
  .home-slideshow .slick-slider {
    width: var(--content-width); }
    .home-slideshow .slick-slider .slick-slide {
      width: var(--content-width); }
      .home-slideshow .slick-slider .slick-slide .read-more-cnt:hover {
        background: #000; }
      .home-slideshow .slick-slider .slick-slide > a {
        display: block;
        width: 100%;
        height: 100%; }
      .home-slideshow .slick-slider .slick-slide .cnt {
        display: flex;
        flex-wrap: wrap;
        width: var(--content-width);
        height: 50vh; }
      .home-slideshow .slick-slider .slick-slide .left,
      .home-slideshow .slick-slider .slick-slide .right {
        width: 50%;
        height: 50vh; }
      .home-slideshow .slick-slider .slick-slide .right {
        display: flex;
        flex-wrap: wrap; }
      .home-slideshow .slick-slider .slick-slide .info {
        position: relative;
        width: calc(100% - var(--row-height));
        height: 100%;
        border-right: 1px solid #000; }
        .home-slideshow .slick-slider .slick-slide .info .category {
          height: var(--row-height);
          padding: 1.2rem 2rem;
          border-bottom: 1px solid #000;
          text-transform: uppercase; }
        .home-slideshow .slick-slider .slick-slide .info .title {
          padding: 2rem; }
          .home-slideshow .slick-slider .slick-slide .info .title h2 {
            font-size: 3vw; }
        .home-slideshow .slick-slider .slick-slide .info .dates {
          position: absolute;
          padding: 2rem;
          bottom: 0; }
    .home-slideshow .slick-slider .slick-dots {
      display: flex !important;
      align-items: center;
      justify-content: center;
      margin: 0;
      height: var(--row-height); }
      .home-slideshow .slick-slider .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 1rem;
        border-radius: 16px;
        border: 1px solid #000;
        cursor: pointer; }
        .home-slideshow .slick-slider .slick-dots li.slick-active {
          background: #000; }
      .home-slideshow .slick-slider .slick-dots button {
        display: none; }
    .home-slideshow .slick-slider img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  @media (max-width: 900px) {
    .home-slideshow {
      top: 70px; }
      .home-slideshow .slick-slider .slick-slide:hover .read-more-cnt {
        background: none;
        color: #000; }
      .home-slideshow .slick-slider .slick-slide .cnt {
        height: calc(100vh - var(--row-height) - var(--bottom-bar-height) - 70px); }
      .home-slideshow .slick-slider .slick-slide .left,
      .home-slideshow .slick-slider .slick-slide .right {
        width: 100%;
        height: auto; }
      .home-slideshow .slick-slider .slick-slide .info .category {
        padding: 1.4375rem;
        border-bottom: none; }
      .home-slideshow .slick-slider .slick-slide .info .title {
        padding: 1.4375rem;
        padding-top: 0; }
        .home-slideshow .slick-slider .slick-slide .info .title h2 {
          font-size: 5vw; }
      .home-slideshow .slick-slider .slick-slide .info .dates {
        padding: 1.4375rem; }
      .home-slideshow .slick-slider .slick-dots {
        display: none !important; } }
  @media (max-width: 600px) {
    .home-slideshow .slick-slider .slick-slide .info .category {
      font-size: .75rem; }
    .home-slideshow .slick-slider .slick-slide .info .title h2 {
      font-size: var(--large-font-size); }
    .home-slideshow .slick-slider .slick-slide .info .dates {
      font-size: var(--menu-font-size); } }

/** end slideshow **/
/** calendar **/
.calendar {
  position: relative;
  width: 100%;
  width: var(--content-width);
  background: #fff;
  margin-top: calc(50vh + var(--row-height));
  z-index: 2; }
  .calendar > .cnt {
    display: flex;
    flex-wrap: wrap; }
  .calendar .calendar-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10; }
    .calendar .calendar-header .month-short {
      display: none; }
  .calendar .current-month {
    will-change: opacity;
    transition: opacity .3s ease-out;
    background: #fff; }
  .calendar .select-selected {
    cursor: pointer; }
  .calendar .year-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #000;
    color: #fff; }
    .calendar .year-row .title {
      font-size: var(--large-font-size);
      text-transform: uppercase;
      font-weight: 400;
      padding: 0 1.4375rem; }
    .calendar .year-row .controls {
      display: flex;
      height: 100%; }
    .calendar .year-row .year-select {
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 1.875rem;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
      .calendar .year-row .year-select select {
        display: none; }
      .calendar .year-row .year-select .select-items div {
        color: #ffffff;
        padding: 8px 16px;
        border: 1px solid #fff;
        border-color: transparent transparent white transparent;
        cursor: pointer; }
        .calendar .year-row .year-select .select-items div:last-of-type {
          border-bottom: none; }
      .calendar .year-row .year-select .select-items {
        position: absolute;
        background-color: #000;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99; }
    .calendar .year-row .today-btn {
      padding: 0 1.875rem; }
    .calendar .year-row .select-hide {
      display: none; }
    .calendar .year-row .select-items div:hover, .calendar .year-row .same-as-selected {
      background-color: rgba(0, 0, 0, 0.1); }
  .calendar .month-row > .cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    border-bottom: 1px solid #000;
    background: #fff; }
  .calendar .month-row .perv-month,
  .calendar .month-row .next-month {
    position: relative;
    width: 61px;
    height: var(--row-height); }
    .calendar .month-row .perv-month svg,
    .calendar .month-row .next-month svg {
      pointer-events: none; }
    .calendar .month-row .perv-month:hover svg path,
    .calendar .month-row .next-month:hover svg path {
      stroke: #000;
      fill: #fff; }
    .calendar .month-row .perv-month.disabled svg path,
    .calendar .month-row .next-month.disabled svg path {
      fill: #fff; }
  .calendar .month-row .month-year {
    text-transform: uppercase;
    font-size: var(--medium-font-size);
    font-weight: 400; }
  .calendar .event {
    display: flex;
    flex-wrap: wrap;
    width: var(--content-width);
    height: 11.25rem;
    border-bottom: 1px solid #000;
    overflow: hidden; }
    .calendar .event:hover .read-more-cnt {
      background: #000;
      color: #fff; }
    .calendar .event.no-event:hover .read-more-cnt {
      background: transparent; }
    .calendar .event.no-event .thumb {
      background-color: grey;
      background: none;
      border-left: 1px solid #000;
      border-right: 1px solid #000; }
    .calendar .event .date {
      position: relative;
      width: 5.5rem;
      font-size: var(--large-font-size);
      z-index: 1; }
      .calendar .event .date .date-bg {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        will-change: transform;
        transition: transform .2s ease-out; }
      .calendar .event .date .date-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.4375rem;
        line-height: 1.08;
        display: flex;
        align-items: flex-end; }
        .calendar .event .date .date-content .month {
          display: none; }
        .calendar .event .date .date-content .inner {
          width: 100%;
          text-align: center; }
    .calendar .event .thumb {
      width: 18rem; }
      .calendar .event .thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .calendar .event .info {
      position: relative;
      flex: 2 0 auto;
      padding: 1.4375rem;
      border-right: 1px solid #000; }
      .calendar .event .info .category {
        text-transform: uppercase;
        font-size: var(--category-font-size); }
      .calendar .event .info .title {
        position: absolute;
        left: var(--site-padding);
        right: var(--site-padding);
        bottom: 0;
        padding-bottom: calc(1.4375rem - .18em);
        font-size: var(--large-font-size);
        font-weight: 400;
        line-height: 1.1; }
  @media (max-width: 1200px) {
    .calendar .event .info {
      padding-top: 1.1rem; } }
  @media (max-width: 900px) {
    .calendar {
      margin-top: calc(100vh - var(--row-height) - var(--bottom-bar-height) - 70px); }
      .calendar .calendar-header {
        top: calc(70px - var(--row-height));
        z-index: 10; }
      .calendar .year-row .title {
        width: 100%;
        text-align: center; }
      .calendar .year-row .controls {
        position: absolute;
        justify-content: space-between;
        width: 100%;
        height: var(--row-height);
        top: var(--row-height);
        color: #000; }
        .calendar .year-row .controls .year-select {
          width: 81px;
          padding: 0 0 0 11px;
          border-left: none;
          border-right: 1px solid #000; }
        .calendar .year-row .controls .today-btn {
          width: 81px;
          height: var(--row-height);
          padding: 0;
          border-left: 1px solid #000; }
      .calendar .month-row {
        border-bottom: 1px solid #000;
        background: #fff; }
        .calendar .month-row > .cnt {
          width: calc(100% - 2 * 81px);
          margin: 0 auto;
          border: none; }
        .calendar .month-row .perv-month:hover svg path,
        .calendar .month-row .next-month:hover svg path {
          fill: #000; }
      .calendar .event:hover .read-more-cnt {
        background: #fff;
        color: #000; }
      .calendar .event .date {
        width: 3rem;
        font-size: 1.25rem; }
        .calendar .event .date .date-content {
          padding-left: 0;
          padding-right: 0; }
      .calendar .event .thumb {
        display: none; } }
  @media (max-width: 600px) {
    .calendar .calendar-header .month {
      display: none; }
    .calendar .calendar-header .year {
      display: none; }
    .calendar .calendar-header .month-short {
      display: inline-block;
      font-size: 2rem; }
    .calendar .month-row .perv-month,
    .calendar .month-row .next-month {
      width: 40px; }
      .calendar .month-row .perv-month svg,
      .calendar .month-row .next-month svg {
        height: var(--row-height);
        width: 40px; }
    .calendar .event .date {
      font-size: .875rem; } }

/** end calendar **/
/** event template **/
.poster {
  width: 100%;
  height: 60vh; }
  .poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  @media (max-width: 600px) {
    .poster {
      height: 40vh; } }

.event-page {
  min-height: 100vh; }
  .event-page .event-header .categories {
    padding: 0 var(--site-padding);
    border-bottom: 1px solid #000;
    line-height: var(--row-height);
    font-size: var(--category-font-size);
    text-transform: uppercase; }
  .event-page .event-header .main-info {
    display: flex; }
  .event-page .left,
  .event-page .right {
    width: 50%; }
  .event-page .left {
    padding-right: 4rem; }
  .event-page .main-info {
    padding: var(--site-padding);
    border-bottom: 1px solid #000; }
    .event-page .main-info h1 {
      margin-top: -.1em;
      margin-bottom: 0; }
  .event-page .info-box {
    margin-bottom: 2rem;
    font-size: var(--category-font-size); }
    .event-page .info-box:last-of-type {
      margin-bottom: 0; }
    .event-page .info-box .title {
      text-transform: uppercase;
      font-size: var(--menu-font-size); }
  .event-page .event-info-header {
    display: none; }
  .event-page .event-info {
    padding: var(--site-padding) var(--site-padding) 2.5rem;
    font-size: var(--category-font-size); }
    .event-page .event-info > .cnt {
      display: flex; }
    .event-page .event-info .info-title {
      display: none; }
    .event-page .event-info .contributors .info-box {
      max-width: 400px; }
  .event-page .event-footer .row {
    display: flex;
    align-items: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid transparent; }
  .event-page .event-footer .presskit-share {
    justify-content: space-between; }
    .event-page .event-footer .presskit-share .fb-event {
      border-left: none; }
    .event-page .event-footer .presskit-share .presskit {
      border-left: none; }
      .event-page .event-footer .presskit-share .presskit:hover {
        color: var(--event-color); }
    .event-page .event-footer .presskit-share .share {
      display: flex;
      align-items: center;
      margin-left: auto; }
      .event-page .event-footer .presskit-share .share span {
        padding: 0 var(--site-padding); }
    .event-page .event-footer .presskit-share .share-btn {
      display: block;
      padding: 0 1.2rem;
      line-height: var(--row-height);
      border-left: 1px solid #000; }
      .event-page .event-footer .presskit-share .share-btn:hover {
        background: #000; }
        .event-page .event-footer .presskit-share .share-btn:hover.fb-share-btn path {
          fill: #000; }
          .event-page .event-footer .presskit-share .share-btn:hover.fb-share-btn path:first-child {
            fill: var(--event-color); }
        .event-page .event-footer .presskit-share .share-btn:hover.twitter-share-button path:first-child {
          fill: #000; }
        .event-page .event-footer .presskit-share .share-btn:hover.twitter-share-button path:last-child {
          fill: var(--event-color); }
  .event-page .event-footer .auspices {
    padding: 0 var(--site-padding);
    text-transform: uppercase; }
  .event-page .event-footer .special-sponsors {
    padding: var(--site-padding);
    padding-bottom: 0;
    background: #fff;
    border-top: 1px solid #000; }
    .event-page .event-footer .special-sponsors > a {
      display: inline-block;
      margin-bottom: var(--site-padding); }
      .event-page .event-footer .special-sponsors > a + a {
        margin-left: var(--site-padding); }
    .event-page .event-footer .special-sponsors img {
      width: auto;
      max-width: 100%;
      height: 4.25rem; }
  @media (max-width: 600px) {
    .event-page .event-header .main-info {
      flex-wrap: wrap; }
    .event-page .main-info {
      flex-wrap: wrap;
      padding: 2rem var(--site-padding); }
      .event-page .main-info .left,
      .event-page .main-info .right {
        width: 100%; }
      .event-page .main-info .left {
        padding-right: 0; }
      .event-page .main-info .right {
        padding: 0; }
      .event-page .main-info h1 {
        margin-bottom: 1.5em; }
    .event-page .left,
    .event-page .right {
      width: 100%; }
    .event-page .left {
      padding-right: 4rem; }
    .event-page .event-info {
      padding-top: 0; }
      .event-page .event-info > .cnt {
        flex-wrap: wrap; }
      .event-page .event-info .left {
        padding-right: 0; }
      .event-page .event-info .info-title {
        display: flex;
        display: none;
        margin-left: calc(var(--site-padding) * -1);
        margin-right: calc(var(--site-padding) * -1);
        margin-bottom: calc(2 *var(--site-padding));
        text-align: center;
        text-transform: uppercase;
        color: var(--event-color);
        justify-content: center;
        background: #000;
        line-height: var(--row-height); }
      .event-page .event-info .contributors {
        order: 2; }
      .event-page .event-info .about {
        order: 1; }
      .event-page .event-info.about-active .about-btn {
        background: #000;
        color: var(--event-color); }
      .event-page .event-info.about-active .contributors {
        display: none; }
      .event-page .event-info.contributors-active .contributors-btn {
        background: #000;
        color: var(--event-color); }
      .event-page .event-info.contributors-active .about {
        display: none; }
    .event-page .event-info-header {
      position: -webkit-sticky;
      position: sticky;
      display: flex;
      top: 70px;
      margin-left: calc(var(--site-padding) * -1);
      margin-right: calc(var(--site-padding) * -1);
      margin-bottom: calc(2 *var(--site-padding));
      border-bottom: 1px solid #000; }
      .event-page .event-info-header .info-btn {
        width: 50%;
        background: var(--event-color);
        color: #000;
        text-transform: uppercase;
        border-right-color: var(--event-color); }
        .event-page .event-info-header .info-btn + info-btn {
          border-right-color: #000; }
    .event-page .event-footer .row + .row {
      justify-content: center; }
    .event-page .event-footer .presskit-share .presskit,
    .event-page .event-footer .presskit-share .fb-event {
      padding: 0 1rem; }
    .event-page .event-footer .presskit-share.has-fb-event .fb-event,
    .event-page .event-footer .presskit-share.has-fb-event .presskit {
      width: 50%;
      text-align: center; }
    .event-page .event-footer .presskit-share.has-fb-event .presskit {
      border-right: none; }
    .event-page .event-footer .presskit-share.has-fb-event .share {
      display: none; } }

/** end event template **/
/** info template **/
#map {
  width: 100%;
  height: 60vh; }

.info-page {
  background: #fff;
  color: #000;
  font-size: var(--medium-font-size); }
  .info-page .info-header {
    padding: 0 var(--site-padding);
    border-bottom: 1px solid #fff; }
  .info-page .ket-info {
    display: flex;
    padding: var(--site-padding) var(--site-padding) 2.5rem;
    font-size: var(--category-font-size); }
    .info-page .ket-info .left,
    .info-page .ket-info .right {
      width: 50%; }
    .info-page .ket-info .left {
      padding-right: var(--site-padding); }
    .info-page .ket-info .right {
      padding: 0 var(--site-padding); }
    .info-page .ket-info h3 {
      font-size: var(--menu-font-size);
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase; }
      .info-page .ket-info h3 + p {
        margin-top: 0; }
    .info-page .ket-info .info-footer {
      display: block;
      margin-top: 4rem;
      font-size: var(--menu-font-size); }
  @media (max-width: 900px) {
    .info-page .ket-info {
      flex-wrap: wrap; }
      .info-page .ket-info .left,
      .info-page .ket-info .right {
        width: 100%; }
      .info-page .ket-info .right {
        padding: 0; } }

/** end info template **/
/** support us template **/
@media (max-width: 900px) {
  .support-us-page .ket-info .right {
    margin-top: 1rem; } }

/** end support us template **/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
