/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, partials/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, partials/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, partials/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, partials/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, partials/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, partials/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.3.0 | 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
   ========================================================================== */
/* line 13, partials/_base-top.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, partials/_base-top.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, partials/_base-top.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, partials/_base-top.scss */
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
 */
/* line 56, partials/_base-top.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, partials/_base-top.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, partials/_base-top.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 96, partials/_base-top.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/** site variables **/
/*
 * Retina Sprites for Compass
 * by:              Andreas Sahle
 * forked from:     Retina-Sprites-for-Compass by Gaya Kessler
 * @see: https://github.com/Gaya/Retina-Sprites-for-Compass
 * last update:     04/13/14
 *
 * Usage:
 * 1. create a folder in your image directory (in this case 'icons').
 * 2. create sprite images for pixel ratio 1 screens and put them in the folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the folder,
 *    use the same filenames with a '-2x' suffix.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* $sprite-high-res-suffix: '-2x' !default; */
/* smoothState settings */
/*
 * Keyframes
 */
/*
 * Keyframes
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* line 86, _desktop.scss */
.m-scene {
  height: 100%;
  /** Basic styles for an animated element */
  /** An element that fades in */
  /** An element that fades in and slides up */
  /** An element that fades in and slides from the right */
}
/* line 89, _desktop.scss */
.m-scene .page {
  height: 100%;
}
/* line 92, _desktop.scss */
.m-scene .scene_element {
  height: 100%;
  animation-duration: 0.35s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}
/* line 101, _desktop.scss */
.m-scene .scene_element--fadein {
  animation-name: fadeIn;
}
/* line 106, _desktop.scss */
.m-scene .scene_element--fadeinup {
  animation-name: fadeInUp;
}
/* line 111, _desktop.scss */
.m-scene .scene_element--fadeinright {
  animation-name: fadeInRight;
}

/** accessibility additions **/
/* line 123, _desktop.scss */
.secondary-nav ul li:nth-child(1),
.secondary-nav ul li:nth-child(2),
.secondary-nav ul li:nth-child(3) {
  font-size: 0;
}

/* line 131, _desktop.scss */
.logo-cnt {
  font-size: 0;
}

/* line 135, _desktop.scss */
span.hide {
  display: none;
}

/** end accessibility additions **/
/* general styling */
/* line 146, _desktop.scss */
body {
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  color: #170092;
}

/* line 151, _desktop.scss */
h1 {
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  font-size: 58px;
  color: #170092;
  text-transform: uppercase;
  text-align: center;
  line-height: .93em;
  letter-spacing: 2px;
  margin-top: 130px;
}

/* line 164, _desktop.scss */
h2 {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 38px;
  color: #ec1c24;
  margin-top: 80px;
  margin-bottom: 38px;
  text-align: center;
  letter-spacing: 2px;
}

/* line 175, _desktop.scss */
p {
  margin: 0 auto 1em;
  max-width: 840px;
}

/* line 180, _desktop.scss */
ul {
  list-style-type: none;
}

/* line 184, _desktop.scss */
a, a:visited, a:hover {
  text-decoration: none;
}

/* line 188, _desktop.scss */
p a, p a:visited {
  color: #ec1c24;
}

/* line 192, _desktop.scss */
sup {
  margin-left: 3px;
}

/* line 196, _desktop.scss */
.center {
  margin: 0 auto;
  padding: 0 150px;
}

/* line 201, _desktop.scss */
.table {
  display: table;
}

/* line 205, _desktop.scss */
.vmiddle {
  display: table-cell;
  vertical-align: middle;
}

/* line 210, _desktop.scss */
.left {
  float: left;
}

/* line 214, _desktop.scss */
.right {
  float: right;
}

/* line 218, _desktop.scss */
.max-width {
  max-width: 840px;
}

/* line 222, _desktop.scss */
section {
  overflow: auto;
}

/* line 226, _desktop.scss */
.btn-container {
  text-align: center;
  margin-top: 32px;
}

/* line 231, _desktop.scss */
.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 18px 28px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  color: #fff;
  background: #ec1c24;
  border: 1px solid #ec1c24;
  text-transform: uppercase;
}

/* line 247, _desktop.scss */
.btn:hover {
  color: #ec1c24;
  background: #fff;
}

/* line 252, _desktop.scss */
textarea:focus, input:focus {
  outline: none;
}

/* site basics */
/* line 262, _desktop.scss */
#wrap {
  position: relative;
  overflow: auto;
}

/* line 268, _desktop.scss */
#logo,
#logo-contact {
  position: fixed;
  top: 32px;
  left: 42px;
  z-index: 100;
}

/* line 276, _desktop.scss */
#logo-domes {
  position: fixed;
  top: 53px;
  right: 42px;
  transition: opacity .5s ease-out;
  z-index: 100;
}

/* line 289, _desktop.scss */
#home-sponsors #sponsor-container {
  margin-bottom: 4rem;
}

/* line 294, _desktop.scss */
#espa {
  position: absolute;
  margin: 0;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 302, _desktop.scss */
#espa > .cnt {
  text-align: center;
}
/* line 306, _desktop.scss */
#espa .espa-desktop {
  display: inline-block;
  height: auto;
  width: 460px;
}
/* line 314, _desktop.scss */
#espa .espa-mobile {
  display: none;
}

/* line 321, _desktop.scss */
* {
  margin: 0;
}

/* line 324, _desktop.scss */
html, body {
  height: 100%;
}

/* line 327, _desktop.scss */
#wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -88px;
}

/* line 332, _desktop.scss */
#wrap:after {
  content: "";
  display: block;
}

/* line 336, _desktop.scss */
footer, #wrap:after {
  height: 88px;
}

/* line 346, _desktop.scss */
.icon-mobile-menu-btn, .icon-mobile-close {
  display: none;
}

/* line 350, _desktop.scss */
.dates-mobile {
  display: none;
}

/* line 354, _desktop.scss */
.mobile-social {
  display: none;
}

/** navigation **/
/* line 362, _desktop.scss */
.main-nav {
  position: fixed;
  top: 50%;
  left: 45px;
  margin-top: 314px;
  height: 28px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  transform: rotate(270deg);
  transform-origin: top left;
  z-index: 100;
}
/* line 379, _desktop.scss */
.main-nav ul {
  padding-left: 0;
  margin: 0;
}
/* line 383, _desktop.scss */
.main-nav ul li {
  float: left;
}
/* line 388, _desktop.scss */
.main-nav a, .main-nav a:visited {
  margin: 0 13px;
  color: #ec1c24;
}

/* line 394, _desktop.scss */
.competition .menu-item-38 a,
.exhibition .menu-item-37 a,
.publication .menu-item-36 a,
.excursus .menu-item-35 a,
.competition .menu-item-42 a,
.exhibition .menu-item-39 a,
.publication .menu-item-41 a,
.excursus .menu-item-40 a {
  color: #170092;
}

/* line 405, _desktop.scss */
:lang(el) .main-nav {
  margin-top: 280px;
}

/* line 412, _desktop.scss */
.secondary-nav {
  position: fixed;
  height: 28px;
  right: -181px;
  top: 50%;
  margin-top: 9px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  transform: rotate(90deg);
  z-index: 100;
}
/* line 426, _desktop.scss */
.secondary-nav .icon-fb, .secondary-nav .icon-twitter, .secondary-nav .icon-pinterest {
  margin: 0 9px;
  transform: rotate(270deg);
}
/* line 431, _desktop.scss */
.secondary-nav ul li {
  float: left;
}
/* line 435, _desktop.scss */
.secondary-nav a, .secondary-nav a:visited {
  color: #ec1c24;
}
/* line 439, _desktop.scss */
.secondary-nav .sec-contact {
  margin-left: 6.5px;
  padding: 0 13px;
}
/* line 444, _desktop.scss */
.secondary-nav .sec-newsletter {
  padding: 0 13px;
  margin-right: 13px;
}
/* line 449, _desktop.scss */
.secondary-nav .sec-lang {
  color: #fff;
}
/* line 452, _desktop.scss */
.secondary-nav .sec-lang .active {
  display: none;
}
/* line 456, _desktop.scss */
.secondary-nav .sec-lang .dash {
  display: none;
}

/** homepage **/
/* line 473, _desktop.scss */
.home h1 {
  font-size: 95px;
  font-size: 12vh;
}

/* line 478, _desktop.scss */
.home #wrap {
  padding-top: 0;
}

/* line 482, _desktop.scss */
.home-description {
  visibility: hidden;
  position: absolute;
  left: 50%;
  margin: -130px 0 0 -102px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 17px;
  color: #ec1c24;
  text-align: center;
  text-transform: none;
}

/* line 496, _desktop.scss */
#home-section {
  position: relative;
  height: 100vh;
  overflow: auto;
  z-index: 1;
  display: table;
  width: 100%;
}
/* line 510, _desktop.scss */
#home-section h1 {
  display: table-cell;
  vertical-align: middle;
}

/* line 516, _desktop.scss */
#cloud {
  position: absolute;
  width: 352px;
  height: 385px;
  left: 50%;
  top: 50%;
  margin-left: -166px;
  margin-top: -140px;
}

/* line 545, _desktop.scss */
#next-page {
  position: absolute;
  bottom: 42px;
  width: 50px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
  text-align: center;
}
/* line 555, _desktop.scss */
#next-page .icon-arrow-down {
  display: inline-block;
}

/* line 563, _desktop.scss */
#home-timeline {
  margin-top: 80px;
}

/* line 567, _desktop.scss */
.period {
  max-width: 840px;
  margin: 0 auto 90px;
}

/* line 572, _desktop.scss */
.what, .what-exactly {
  box-sizing: border-box;
  float: left;
  width: 50%;
  height: 120px;
  margin: 15px 0;
}

/* line 580, _desktop.scss */
.what {
  border-right: 1px solid #ec1c24;
  text-align: right;
  font-size: 36px;
}
/* line 585, _desktop.scss */
.what .vmiddle {
  padding-right: 62px;
}
/* line 589, _desktop.scss */
.what.dotted {
  border-right: 1px dotted #ec1c24;
  height: 119px;
}

/* line 596, _desktop.scss */
.what-exactly .vmiddle {
  padding-left: 62px;
}

/* line 601, _desktop.scss */
#home-timeline .date {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 20px;
  color: #ec1c24;
  text-align: center;
}

/* line 611, _desktop.scss */
#home-sponsors h2 {
  margin-top: 165px;
}

/* line 619, _desktop.scss */
#sponsor-container {
  margin: 164px auto 87px;
}
/* line 622, _desktop.scss */
#sponsor-container .sponsor-category {
  text-align: center;
  border-bottom: 1px solid #170092;
  padding-bottom: 15px;
}
/* line 628, _desktop.scss */
#sponsor-container .sponsors-row {
  min-height: 140px;
}

/* line 638, _desktop.scss */
.sponsor {
  box-sizing: border-box;
  display: table;
  float: left;
  width: 25%;
}
/* line 650, _desktop.scss */
.sponsor:last-child {
  margin-right: 0;
}
/* line 656, _desktop.scss */
.sponsor.major {
  border-bottom: none;
}
/* line 668, _desktop.scss */
.sponsor.minor {
  width: 25%;
}
/* line 672, _desktop.scss */
.sponsor.supporter {
  width: 25%;
}
/* line 676, _desktop.scss */
.sponsor.no-border {
  border: none;
}
/* line 680, _desktop.scss */
.sponsor img {
  margin: 20px 0;
  width: 100%;
}

/* line 687, _desktop.scss */
#home-about {
  padding-bottom: 70px;
}

/* line 691, _desktop.scss */
#home-organization {
  padding-bottom: 65px;
}

/** competion **/
/* line 699, _desktop.scss */
#brief {
  padding-bottom: 175px;
}
/* line 702, _desktop.scss */
#brief .btn-container {
  margin-top: 50px;
}

/* line 707, _desktop.scss */
.competition .exhibition-header .exhibition-dates {
  padding: 0 70px 0 64px;
}

/* line 714, _desktop.scss */
.prize-container {
  position: relative;
  margin: 46px auto 126px;
  max-width: 840px;
  min-height: 300px;
}
/* line 720, _desktop.scss */
.prize-container .prize {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  width: 33.3333%;
  border-bottom: 1px solid #ec1c24;
  text-align: center;
}
/* line 728, _desktop.scss */
.prize-container .prize .text-container {
  position: absolute;
  bottom: 0;
  padding-bottom: 22px;
  width: 100%;
}
/* line 735, _desktop.scss */
.prize-container .prize .prize-title {
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  font-size: 24px;
}
/* line 740, _desktop.scss */
.prize-container .prize .prize-money {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 50px;
}
/* line 745, _desktop.scss */
.prize-container .prize.first-prize {
  left: 33.3333%;
  height: 110px;
}
/* line 750, _desktop.scss */
.prize-container .prize.second-prize {
  left: 0;
  height: 180px;
}
/* line 755, _desktop.scss */
.prize-container .prize.third-prize {
  left: 66.6666%;
  height: 250px;
}
/* line 761, _desktop.scss */
.prize-container .border-box1 {
  position: absolute;
  box-sizing: border-box;
  left: 33.3333%;
  top: 110px;
  width: 33.3333%;
  height: 70px;
  border-left: 1px solid #ec1c24;
  border-right: 1px solid #ec1c24;
}
/* line 772, _desktop.scss */
.prize-container .border-box2 {
  position: absolute;
  box-sizing: border-box;
  left: 33.3333%;
  top: 180px;
  width: 33.3333%;
  height: 70px;
  border-right: 1px solid #ec1c24;
}

/* line 784, _desktop.scss */
#terms-btn {
  width: 142px;
}

/* line 789, _desktop.scss */
#faq-button {
  display: inline-block;
  margin-left: 38px;
  width: 142px;
  text-align: center;
}

/* line 806, _desktop.scss */
.judges {
  max-width: 1052px;
  padding-bottom: 120px;
  margin: 0 auto;
}
/* line 813, _desktop.scss */
.judges .judge-row.row-1 .judge {
  float: left;
}
/* line 815, _desktop.scss */
.judges .judge-row.row-1 .judge:first-child {
  margin-left: 10.47619%;
}
/* line 819, _desktop.scss */
.judges .judge-row.row-1 .judge:last-child {
  margin-left: 15.2381%;
}
/* line 826, _desktop.scss */
.judges .judge-row.row-2 .judge {
  float: right;
}
/* line 828, _desktop.scss */
.judges .judge-row.row-2 .judge:first-child {
  margin-right: 0;
}
/* line 832, _desktop.scss */
.judges .judge-row.row-2 .judge:last-child {
  margin-right: 15.2381%;
}
/* line 840, _desktop.scss */
.judges .judge {
  width: 26.66667%;
  text-align: center;
  margin-bottom: 38px;
  cursor: pointer;
  letter-spacing: .03em;
}
/* line 847, _desktop.scss */
.judges .judge img {
  width: 100%;
}
/* line 851, _desktop.scss */
.judges .judge .judge-name {
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  font-size: 24px;
  color: #ec1c24;
  margin-top: 17px;
  margin-bottom: 5px;
}
/* line 859, _desktop.scss */
.judges .judge .judge-title {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: initial;
}

/* line 871, _desktop.scss */
.overlay.judge {
  color: #fff;
}
/* line 874, _desktop.scss */
.overlay.judge .center {
  padding: 0 40px;
  padding-top: 265px;
  padding-bottom: 90px;
  max-width: 1200px;
}
/* line 881, _desktop.scss */
.overlay.judge .left {
  width: 26.66667%;
  margin-right: 4.7619%;
}
/* line 884, _desktop.scss */
.overlay.judge .left img {
  width: 100%;
}
/* line 889, _desktop.scss */
.overlay.judge .right {
  width: 68.57143%;
}
/* line 893, _desktop.scss */
.overlay.judge .name {
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  font-size: 38px;
  color: #ec1c24;
  margin-bottom: 7px;
}
/* line 900, _desktop.scss */
.overlay.judge .title {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 906, _desktop.scss */
.overlay.judge .bio {
  margin-top: 38px;
}
/* line 909, _desktop.scss */
.overlay.judge .bio img {
  display: none;
}
/* line 913, _desktop.scss */
.overlay.judge .bio p {
  max-width: 750px;
  margin: 0;
  letter-spacing: 1px;
}

/* line 921, _desktop.scss */
.center-it {
  margin: 0 auto;
}

/* line 928, _desktop.scss */
.calendar-container {
  max-width: 840px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 175px;
  padding-left: 0;
}
/* line 937, _desktop.scss */
.calendar-container .event {
  position: relative;
  width: 100%;
  padding: 17px 0;
  border-bottom: 1px solid #ec1c24;
}
/* line 943, _desktop.scss */
.calendar-container .event:first-child {
  border-top: 1px solid #ec1c24;
}
/* line 947, _desktop.scss */
.calendar-container .event .date {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  float: left;
  width: 165px;
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  font-size: 24px;
  color: #ec1c24;
}
/* line 960, _desktop.scss */
.calendar-container .event .title {
  display: table-cell;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 22px;
  padding-right: 30px;
  padding-left: 120px;
}
/* line 969, _desktop.scss */
.calendar-container .event .link {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
}

/* line 981, _desktop.scss */
.fees-container {
  max-width: 840px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}
/* line 988, _desktop.scss */
.fees-container .fee {
  float: left;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  height: 220px;
  display: table;
}
/* line 997, _desktop.scss */
.fees-container .fee:first-child {
  border-right: 1px solid #ec1c24;
}
/* line 1001, _desktop.scss */
.fees-container .fee .date {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #170092;
  font-size: 21px;
  margin-bottom: 5px;
}
/* line 1009, _desktop.scss */
.fees-container .fee .type {
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  color: #ec1c24;
  font-size: 42px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
/* line 1017, _desktop.scss */
.fees-container .fee .price {
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  font-size: 32px;
  color: #170092;
}

/* line 1027, _desktop.scss */
#registration p {
  text-align: center;
  max-width: 630px;
}
/* line 1032, _desktop.scss */
#registration .btn-container {
  margin-top: 52px;
  margin-bottom: 175px;
}

/* line 1042, _desktop.scss */
.partner-container {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  max-width: 840px;
  margin: 0 auto 30px;
  column-count: 3;
  column-width: 30%;
  column-gap: 1em;
}
/* line 1051, _desktop.scss */
.partner-container .cat-title {
  color: #ec1c24;
}
/* line 1055, _desktop.scss */
.partner-container ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
  break-inside: avoid-column;
}
/* line 1061, _desktop.scss */
.partner-container ul li {
  line-height: 1.4em;
}
/* line 1065, _desktop.scss */
.partner-container ul a, .partner-container ul a:visited {
  color: #170092;
}

/** exhibition **/
/* line 1074, _desktop.scss */
.exhibition-header {
  margin-top: 50px;
}
/* line 1077, _desktop.scss */
.exhibition-header .exhibition p {
  max-width: 640px;
}
/* line 1083, _desktop.scss */
.exhibition-header .exhibition-title {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 17px;
  color: #ec1c24;
  text-align: center;
}
/* line 1091, _desktop.scss */
.exhibition-header .exhibition-dates {
  position: relative;
  width: 80%;
  max-width: 100px;
  padding: 0 70px;
  margin: 10px auto 62px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 17px;
  color: #ec1c24;
}
/* line 1102, _desktop.scss */
.exhibition-header .date {
  position: absolute;
}
/* line 1104, _desktop.scss */
.exhibition-header .date:first-child {
  left: 0;
  top: 0;
}
/* line 1109, _desktop.scss */
.exhibition-header .date:last-child {
  right: 0;
  top: 0;
}
/* line 1115, _desktop.scss */
.exhibition-header .line-container {
  padding-top: 9px;
  border-bottom: 1px solid #ec1c24;
}

/* line 1122, _desktop.scss */
.publication-title {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 17px;
  color: #ec1c24;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 52px;
}

/** pulication **/
/** contact **/
/* line 1161, _desktop.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 0, 146, 0.97);
  z-index: 150;
  overflow-y: scroll;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease-out;
}
/* line 1180, _desktop.scss */
.overlay.active {
  pointer-events: auto;
  opacity: 1;
}
/* line 1186, _desktop.scss */
.overlay h1 {
  font-size: 58px;
  color: #ec1c24;
}

/* line 1202, _desktop.scss */
.close-overlay {
  position: fixed;
  top: 50px;
  right: 44px;
  cursor: pointer;
  z-index: 100;
}

/* line 1210, _desktop.scss */
#contact {
  color: #ec1c24;
  font-size: 23px;
  text-align: center;
}
/* line 1215, _desktop.scss */
#contact .table {
  height: 100%;
  width: 100%;
}
/* line 1220, _desktop.scss */
#contact h1 {
  margin-bottom: 120px;
  margin-bottom: 60px;
  text-transform: initial;
  margin-top: 0;
}
/* line 1227, _desktop.scss */
#contact a, #contact a:visited {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #fff;
  font-size: 40px;
}
/* line 1235, _desktop.scss */
#contact p {
  margin: 38px auto 0;
}
/* line 1238, _desktop.scss */
#contact p:first-child {
  margin-top: 0;
}

/** newsletter **/
/* line 1252, _desktop.scss */
#newsletter .newsletter-container {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* line 1262, _desktop.scss */
#newsletter .newsletter-container .input-container {
  position: relative;
}
/* line 1266, _desktop.scss */
#newsletter .newsletter-container input {
  border: 1px solid #ec1c24;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  height: 20px;
  background-color: #170092;
  padding: 41px 112px 41px 28px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 27px;
  color: #fff;
}
/* line 1279, _desktop.scss */
#newsletter .newsletter-container .center {
  max-width: 636px;
}
/* line 1283, _desktop.scss */
#newsletter .newsletter-container .newsletter-go {
  position: absolute;
  width: 84px;
  height: 84px;
  background: #ec1c24;
  right: 0;
  top: 0;
  cursor: pointer;
}
/* line 1292, _desktop.scss */
#newsletter .newsletter-container .newsletter-go .icon-arrow-right-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
}
/* line 1301, _desktop.scss */
#newsletter .newsletter-container h1 {
  font-size: 48px;
  margin-top: -72px;
  text-transform: none;
}

/* line 1310, _desktop.scss */
.es_lablebox, .es_textbox, .es_button {
  display: none;
}

/* line 1315, _desktop.scss */
::-webkit-input-placeholder {
  color: #fff;
}

/* line 1319, _desktop.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* line 1323, _desktop.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

/* line 1327, _desktop.scss */
:-ms-input-placeholder {
  color: #fff;
}

/** excursus **/
/* line 1335, _desktop.scss */
#excursus {
  margin-top: 22px;
}

/* line 1339, _desktop.scss */
#filter {
  margin-bottom: 46px;
  text-align: center;
}
/* line 1343, _desktop.scss */
#filter ul {
  margin: 0 auto;
  padding-left: 0;
  display: inline-block;
}
/* line 1348, _desktop.scss */
#filter ul li {
  margin: 0 12px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #ec1c24;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 1356, _desktop.scss */
#filter ul li.active {
  color: #170092;
}

/* line 1366, _desktop.scss */
#posts-container {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 1371, _desktop.scss */
#posts-container article {
  box-sizing: border-box;
  width: 44.31818%;
  margin: 0 2.84091% 5.68182%;
  display: block;
  font: normal 400 21px/1.2 "Times New Roman", Times, serif;
  font-size: 21px;
}
/* line 1381, _desktop.scss */
#posts-container article .top {
  padding: 28px;
}
/* line 1385, _desktop.scss */
#posts-container article img {
  width: 100%;
}
/* line 1389, _desktop.scss */
#posts-container article .link {
  display: none;
  padding: 24px 0;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
/* line 1398, _desktop.scss */
#posts-container article .category-title {
  display: none;
  margin-bottom: 14px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 1407, _desktop.scss */
#posts-container article[class*="articles-"] {
  background: #170092;
  color: #fff;
  text-align: center;
}
/* line 1412, _desktop.scss */
#posts-container article[class*="articles-"] .category-title.article-tag {
  display: block;
  color: #fff;
}
/* line 1418, _desktop.scss */
#posts-container article[class*="articles-"] .link.article-link {
  display: block;
  color: #ec1c24;
  border-top: 1px solid #ec1c24;
}
/* line 1426, _desktop.scss */
#posts-container article[class*="bibliography-"] {
  color: #ec1c24;
  text-align: left;
  border: 3px solid #ec1c24;
}
/* line 1431, _desktop.scss */
#posts-container article[class*="bibliography-"] .category-title.bibliography-tag {
  display: block;
  color: #170092;
  text-align: left;
}
/* line 1438, _desktop.scss */
#posts-container article[class*="domes-"] {
  color: #170092;
  text-align: left;
  border: 3px solid #170092;
  font-size: 24px;
}
/* line 1444, _desktop.scss */
#posts-container article[class*="domes-"] .domes-image {
  margin-bottom: 25px;
  background-blend-mode: screen, multiply;
  transition: background-color .3s ease-out;
}
/* line 1457, _desktop.scss */
#posts-container article[class*="domes-"] .domes-image:hover {
  background-color: #000;
}
/* line 1462, _desktop.scss */
#posts-container article[class*="domes-"] .category-title.domes-tag {
  display: block;
  color: #170092;
  text-align: left;
}
/* line 1469, _desktop.scss */
#posts-container article[class*="domes-"] .add-text {
  margin-top: 2px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6em;
}
/* line 1477, _desktop.scss */
#posts-container article[class*="domes-"] .link.domes-link {
  display: block;
  color: #ec1c24;
  border-top: 1px solid #170092;
  text-align: center;
}
/* line 1486, _desktop.scss */
#posts-container article[class*="news-"] {
  background: #ec1c24;
  color: #fff;
  text-align: center;
}
/* line 1491, _desktop.scss */
#posts-container article[class*="news-"] .date {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #170092;
  font-size: 14px;
  margin-bottom: 14px;
}
/* line 1498, _desktop.scss */
#posts-container article[class*="news-"] a, #posts-container article[class*="news-"] a:visited {
  color: #170092;
}
/* line 1503, _desktop.scss */
#posts-container article[class*="photos-"] {
  text-align: left;
  font-size: 24px;
}
/* line 1507, _desktop.scss */
#posts-container article[class*="photos-"] .top {
  padding: 0 0 15px;
  border-bottom: 1px solid #ec1c24;
}
/* line 1516, _desktop.scss */
#posts-container article[class*="photos-"] .image {
  margin-bottom: 14px;
  background-color: #170092;
}
/* line 1532, _desktop.scss */
#posts-container article[class*="photos-"] .link.fullscreen-link {
  display: block;
  color: #ec1c24;
  text-align: left;
  border-top: 1px solid #ec1c24;
  padding-bottom: 0;
}
/* line 1540, _desktop.scss */
#posts-container article[class*="photos-"] .add-text {
  margin-top: 2px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6em;
}
/* line 1550, _desktop.scss */
#posts-container article[class*="drawings-"] {
  font-size: 24px;
}
/* line 1552, _desktop.scss */
#posts-container article[class*="drawings-"] .top {
  padding: 0 0 19px;
  border-bottom: 1px solid #ec1c24;
}
/* line 1559, _desktop.scss */
#posts-container article[class*="drawings-"] .image {
  margin-bottom: 14px;
}
/* line 1574, _desktop.scss */
#posts-container article[class*="drawings-"] .link.fullscreen-link {
  display: block;
  color: #ec1c24;
  text-align: left;
  border-top: 1px solid #ec1c24;
  padding-bottom: 0;
}
/* line 1582, _desktop.scss */
#posts-container article[class*="drawings-"] .add-text {
  margin-top: 2px;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6em;
}

/* line 1610, _desktop.scss */
#fullscreen-container.active {
  display: block;
}

/* line 1616, _desktop.scss */
#fullscreen-container:fullscreen {
  display: block;
}

/* line 1620, _desktop.scss */
#fullscreen-container:full-screen {
  display: block;
}

/* line 1624, _desktop.scss */
#fullscreen-container:-webkit-full-screen {
  display: block;
}

/* line 1629, _desktop.scss */
#slider-container {
  display: table;
  height: 100%;
  margin-top: 38px;
}

/* line 1638, _desktop.scss */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}

/* line 1638, _desktop.scss */
.unslider-wrap {
  position: relative;
}

/* line 1638, _desktop.scss */
.unslider-wrap.unslider-carousel > li {
  float: left;
}

/* line 1638, _desktop.scss */
.unslider-vertical > ul {
  height: 100%;
}

/* line 1638, _desktop.scss */
.unslider-vertical li {
  float: none;
  width: 100%;
}

/* line 1638, _desktop.scss */
.unslider-fade {
  position: relative;
}

/* line 1638, _desktop.scss */
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}

/* line 1638, _desktop.scss */
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

/* line 1638, _desktop.scss */
.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 1638, _desktop.scss */
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}

/* line 1638, _desktop.scss */
.unslider-arrow.next {
  left: auto;
  right: 20px;
}

/* line 1641, _desktop.scss */
#slider {
  position: relative;
  margin-top: 160px;
  padding: 0 200px;
}
/* line 1654, _desktop.scss */
#slider #the-slider img {
  width: auto;
  margin: 0 5%;
  height: auto;
  max-height: 100%;
  max-width: 90%;
}
/* line 1672, _desktop.scss */
#slider .nav-btn {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
/* line 1679, _desktop.scss */
#slider .nav-btn.prev-btn {
  left: 124px;
}
/* line 1684, _desktop.scss */
#slider .nav-btn.next-btn {
  right: 124px;
}
/* line 1688, _desktop.scss */
#slider .nav-btn .icon-arrow-left, #slider .nav-btn .icon-arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -46px;
}

/* line 1696, _desktop.scss */
#the-slider ul {
  padding-left: 0;
}
/* line 1699, _desktop.scss */
#the-slider ul li {
  white-space: nowrap;
  text-align: center;
}
/* line 1708, _desktop.scss */
#the-slider ul li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 1714, _desktop.scss */
#the-slider ul li img {
  vertical-align: middle;
}

/* line 1735, _desktop.scss */
#slider {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

/* line 1741, _desktop.scss */
#gallery-caption {
  min-height: 56px;
  width: 90%;
  padding: 0 5%;
  margin-top: 30px;
}

/* line 1753, _desktop.scss */
#image-credits {
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ec1c24;
  display: block;
  margin-top: 5px;
}

/* line 1776, _desktop.scss */
.excursus .exhibition-header .exhibition-dates {
  padding: 0 70px 0 57px;
}

/* line 1789, _desktop.scss */
html.overlay-active,
html.overlay-active body {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 1824px) {
  /* line 1802, _desktop.scss */
  #posts-container {
    max-width: 1470px;
  }
  /* line 1805, _desktop.scss */
  #posts-container article {
    width: 29.54545%;
    margin: 0 1.88452% 3.78788%;
  }
}
@media screen and (max-width: 1150px) {
  /* line 1816, _desktop.scss */
  #posts-container article {
    font-size: 21px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1825, _desktop.scss */
  .main-nav {
    font-size: 20px;
    margin-top: 369px;
  }

  /* line 1830, _desktop.scss */
  :lang(el) .main-nav {
    margin-top: 323px;
  }
}
/** icons **/
/* line 1843, _desktop.scss */
.icon-logo {
  width: 83px;
  height: 52px;
}

/* line 1848, _desktop.scss */
.icon-overlay-logo {
  width: 83px;
  height: 52px;
}

/* line 1853, _desktop.scss */
.icon-logo-domes {
  display: inline-block;
  width: 110px;
  height: 32px;
}

/* line 1859, _desktop.scss */
.icon-fb, .icon-mobile-fb {
  width: 8px;
  height: 18px;
}

/* line 1864, _desktop.scss */
.icon-twitter, .icon-mobile-twitter {
  width: 23px;
  height: 16px;
}

/* line 1869, _desktop.scss */
.icon-pinterest, .icon-mobile-pinterest {
  width: 18px;
  height: 18px;
}

/* line 1874, _desktop.scss */
.icon-vimeo, .icon-mobile-vimeo {
  width: 20px;
  height: 17px;
}

/* line 1879, _desktop.scss */
.icon-overlay-close {
  width: 40px;
  height: 40px;
}

/* line 1885, _desktop.scss */
.icon-arrow-right-blue {
  width: 40px;
  height: 16px;
}

/* line 1893, _desktop.scss */
.icon-mobile-menu-btn {
  width: 21px;
  height: 13px;
}

/* line 1898, _desktop.scss */
.icon-mobile-close {
  width: 16px;
  height: 16px;
}

/* line 1903, _desktop.scss */
.icon-plus {
  width: 17px;
  height: 17px;
}

/* line 1908, _desktop.scss */
.icon-arrow-down {
  width: 17px;
  height: 31px;
}

/* line 1913, _desktop.scss */
.icon-arrow-right {
  width: 32px;
  height: 18px;
}

/* line 1918, _desktop.scss */
.icon-arrow-left {
  width: 32px;
  height: 18px;
}

/* line 1923, _desktop.scss */
.icon-plus {
  width: 18px;
  height: 18px;
}

/** footer **/
/* line 1930, _desktop.scss */
footer {
  display: table;
  width: 100%;
  font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #170092;
  text-transform: uppercase;
  text-align: center;
}
/* line 1939, _desktop.scss */
footer .footer-nav {
  display: table-cell;
  vertical-align: middle;
}
/* line 1944, _desktop.scss */
footer ul {
  display: inline-block;
}
/* line 1948, _desktop.scss */
footer .footer-inner li {
  float: left;
  margin: 0 17px;
}
/* line 1952, _desktop.scss */
footer .footer-inner li a, footer .footer-inner li a:visited {
  color: #ec1c24;
}

/** site variables **/
@media screen and (max-width: 1100px) {
  /* line 8, _tablet.scss */
  .calendar-container .event .title {
    font-size: 22px;
  }
}
/*** ipad landscape ***/
@media screen and (max-width: 1024px) {
  /* line 23, _tablet.scss */
  .home h1 {
    font-size: 80px;
  }

  /* line 36, _tablet.scss */
  .overlay.judge .center {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 45, _tablet.scss */
  #filter {
    display: none;
  }

  /* line 51, _tablet.scss */
  .judges .judge {
    margin-bottom: 42px;
  }
  /* line 57, _tablet.scss */
  .judges .judge-row.row-1 .judge {
    width: 47.61905%;
  }
  /* line 60, _tablet.scss */
  .judges .judge-row.row-1 .judge:first-child {
    margin-left: 0;
  }
  /* line 64, _tablet.scss */
  .judges .judge-row.row-1 .judge:last-child {
    margin-left: 4.7619%;
  }
  /* line 72, _tablet.scss */
  .judges .judge-row.row-2 .judge {
    width: 47.61905%;
  }
  /* line 75, _tablet.scss */
  .judges .judge-row.row-2 .judge:first-child {
    margin-right: 0;
  }
  /* line 79, _tablet.scss */
  .judges .judge-row.row-2 .judge:last-child {
    margin-right: 4.7619%;
  }
}
/*** end ipad landscape ***/
@media screen and (max-width: 920px) {
  /* line 109, _tablet.scss */
  .period .date {
    display: none;
  }

  /* line 113, _tablet.scss */
  .dates-mobile {
    position: relative;
    display: block;
  }
  /* line 117, _tablet.scss */
  .dates-mobile .date {
    position: absolute;
    display: inline-block !important;
    top: 0;
  }
  /* line 122, _tablet.scss */
  .dates-mobile .date:first-child {
    left: 0;
  }
  /* line 126, _tablet.scss */
  .dates-mobile .date:last-child {
    right: 0;
  }
  /* line 131, _tablet.scss */
  .dates-mobile .line-container {
    padding: 10px 90px 0;
  }
  /* line 135, _tablet.scss */
  .dates-mobile .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ec1c24;
  }

  /* line 144, _tablet.scss */
  .what, .what-exactly {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    text-align: center;
  }
  /* line 151, _tablet.scss */
  .what .vmiddle, .what-exactly .vmiddle {
    display: block;
    margin-bottom: 13px;
    padding-right: 0;
    padding-left: 0;
  }

  /* line 159, _tablet.scss */
  .what.dotted {
    border: none;
    height: auto;
  }

  /* line 166, _tablet.scss */
  #slider {
    padding: 25px;
    margin-top: 70px;
  }
  /* line 170, _tablet.scss */
  #slider.vmiddle {
    display: block;
    vertical-align: initial;
  }
  /* line 175, _tablet.scss */
  #slider .nav-btn {
    display: none;
  }
  /* line 183, _tablet.scss */
  #slider #the-slider img {
    width: 100%;
    margin: 0;
  }
}
/*** ipad portrait ***/
@media screen and (max-width: 769px) {
  /* line 206, _tablet.scss */
  .home h1 {
    font-size: 70px;
  }

  /* line 210, _tablet.scss */
  .center {
    padding: 0 110px;
  }

  /* line 214, _tablet.scss */
  .home-description {
    margin: -130px 0 0 -92.5px;
    font-size: 15px;
  }

  /* line 219, _tablet.scss */
  #cloud {
    width: 60%;
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -30%;
    margin-top: -20%;
  }

  /** navigation **/
  /* line 233, _tablet.scss */
  #mobile-menu-footer {
    position: fixed;
    display: table;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    cursor: pointer;
    z-index: 110;
  }
  /* line 246, _tablet.scss */
  #mobile-menu-footer .vmiddle {
    text-align: center;
  }

  /* line 252, _tablet.scss */
  #mobile-nav-inner {
    display: table;
    width: 100%;
    height: 100%;
    margin-top: -60px;
  }

  /* line 260, _tablet.scss */
  .icon-mobile-menu-btn, .icon-mobile-close {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    cursor: pointer;
    transition: opacity .2s ease-out;
  }

  /* line 270, _tablet.scss */
  .icon-mobile-menu-btn {
    margin-top: -6.5px;
    margin-left: -10.5px;
    opacity: 1;
  }

  /* line 276, _tablet.scss */
  body.menu-active .icon-mobile-menu-btn {
    opacity: 0;
  }

  /* line 280, _tablet.scss */
  .icon-mobile-close {
    margin-top: -8px;
    margin-left: -9px;
    opacity: 0;
  }

  /* line 286, _tablet.scss */
  body.menu-active .icon-mobile-close {
    opacity: 1;
  }

  /* line 290, _tablet.scss */
  #mobile-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ec1c24;
    width: 100%;
    height: 100vh;
    z-index: 110;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease-out;
  }

  /* line 308, _tablet.scss */
  body.menu-active #mobile-nav-container {
    opacity: .97;
    pointer-events: auto;
  }

  /* line 313, _tablet.scss */
  .main-nav {
    position: initial;
    top: initial;
    left: initial;
    margin: 48px auto 32px;
    height: auto;
    font: normal 400 21px/1.2 "Times New Roman", Times, serif;
    font-size: 26px;
    text-transform: uppercase;
    transform: rotate(0deg);
    transform-origin: top left;
    z-index: 100;
  }
  /* line 330, _tablet.scss */
  .main-nav ul {
    padding-left: 0;
    margin: 0;
  }
  /* line 334, _tablet.scss */
  .main-nav ul li {
    float: none;
    text-align: center;
    margin-bottom: 8px;
  }
  /* line 341, _tablet.scss */
  .main-nav a, .main-nav a:visited {
    float: none;
    margin: 0;
    color: #fff;
    letter-spacing: 2px;
  }

  /* line 352, _tablet.scss */
  .secondary-nav {
    position: initial;
    height: initial;
    right: initial;
    top: initial;
    margin-top: 0;
    font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    transform: rotate(0deg);
    z-index: 100;
  }
  /* line 367, _tablet.scss */
  .secondary-nav .icon-fb, .secondary-nav .icon-twitter, .secondary-nav .icon-pinterest {
    margin: 0 9px;
    transform: rotate(0deg);
    display: none;
  }
  /* line 373, _tablet.scss */
  .secondary-nav ul {
    padding: 0;
  }
  /* line 376, _tablet.scss */
  .secondary-nav ul li {
    float: none;
    text-align: center;
    margin-bottom: 9px;
  }
  /* line 386, _tablet.scss */
  .secondary-nav a, .secondary-nav a:visited {
    color: #fff;
    letter-spacing: 3px;
  }
  /* line 391, _tablet.scss */
  .secondary-nav .sec-contact {
    margin-left: 0;
    padding: 0;
  }
  /* line 396, _tablet.scss */
  .secondary-nav .sec-newsletter {
    padding: 0;
    margin-right: 0;
  }
  /* line 402, _tablet.scss */
  .secondary-nav .sec-lang .active {
    display: inline-block;
  }
  /* line 406, _tablet.scss */
  .secondary-nav .sec-lang .dash {
    display: inline-block;
  }
  /* line 411, _tablet.scss */
  .secondary-nav .mobile-social {
    display: block;
    margin-top: 46px;
    text-align: center;
  }
  /* line 416, _tablet.scss */
  .secondary-nav .mobile-social li {
    display: inline-block;
    margin: 0 10px;
  }

  /* line 428, _tablet.scss */
  :lang(el) .main-nav {
    margin-top: 0;
  }

  /* line 445, _tablet.scss */
  #next-page {
    display: none;
  }

  /* line 462, _tablet.scss */
  .prize-container .prize .prize-money {
    font-size: 40px;
  }

  /* line 466, _tablet.scss */
  .judges .judge {
    width: 100% !important;
    margin-bottom: 48px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 473, _tablet.scss */
  .calendar-container .event {
    padding: 10px 0;
  }
  /* line 476, _tablet.scss */
  .calendar-container .event .date {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: -7px;
  }
  /* line 483, _tablet.scss */
  .calendar-container .event .title {
    font-size: 18px;
  }
  /* line 487, _tablet.scss */
  .calendar-container .event .link {
    margin-top: -14.5;
  }

  /* line 497, _tablet.scss */
  .overlay.judge .left {
    display: none;
  }
  /* line 502, _tablet.scss */
  .overlay.judge .right {
    width: 100%;
    padding-bottom: 38px;
  }
  /* line 507, _tablet.scss */
  .overlay.judge .bio {
    margin-top: 31px;
  }
  /* line 510, _tablet.scss */
  .overlay.judge .bio img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 518, _tablet.scss */
  .calendar-container .event .title {
    padding-left: 80px;
  }

  /* line 522, _tablet.scss */
  .partner-container {
    column-count: 2;
  }

  /* line 529, _tablet.scss */
  #contact h1 {
    margin-top: 95px;
    margin-bottom: 35px;
  }

  /** competition **/
  /* line 552, _tablet.scss */
  #registration p {
    margin-bottom: 0;
  }
  /* line 556, _tablet.scss */
  #registration .btn-container {
    margin-top: 0;
  }

  /* line 561, _tablet.scss */
  .fees-container {
    margin-top: 0;
  }
  /* line 564, _tablet.scss */
  .fees-container .fee {
    width: 100%;
  }
  /* line 567, _tablet.scss */
  .fees-container .fee:first-child {
    border: none;
    border-bottom: 1px solid #ec1c24;
  }

  /** excursus **/
  /* line 577, _tablet.scss */
  #posts-container article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }

  /* line 590, _tablet.scss */
  #wrap {
    margin-bottom: -138px;
  }

  /* line 594, _tablet.scss */
  footer, #wrap:after {
    height: 138px;
  }
}
/** site variables **/
/*** mobile ***/
@media screen and (max-width: 767px) {
  /* line 11, _mobile.scss */
  #faq-button {
    display: block;
    margin: 52px auto 0;
  }
  /* line 15, _mobile.scss */
  .logged-in #faq-button {
    display: block;
  }

  /* line 21, _mobile.scss */
  #espa {
    margin-bottom: 0;
    top: 77px;
  }
  /* line 25, _mobile.scss */
  #espa .espa-desktop {
    display: none;
  }
  /* line 29, _mobile.scss */
  #espa .espa-mobile {
    display: inline-block;
  }
}
/*** end mobile ***/
/*** mobile small ***/
@media screen and (max-width: 568px) {
  /* line 46, _mobile.scss */
  body {
    font-size: 15px;
  }

  /* line 50, _mobile.scss */
  h1, .home h1 {
    font-size: 40px;
  }

  /* line 54, _mobile.scss */
  h2 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 48px;
  }

  /* line 60, _mobile.scss */
  .center {
    padding: 0 25px;
  }

  /* line 64, _mobile.scss */
  .icon-logo {
    width: 60px;
    height: 38px;
  }

  /* line 69, _mobile.scss */
  .icon-logo-domes {
    width: 78px;
    height: 23px;
  }

  /* line 74, _mobile.scss */
  #logo {
    position: absolute;
    top: 25px;
    left: 25px;
  }

  /* line 80, _mobile.scss */
  #logo-domes {
    position: absolute;
    top: 40px;
    right: 25px;
  }

  /* line 86, _mobile.scss */
  .icon-overlay-logo {
    width: 60px;
    height: 38px;
  }

  /* line 91, _mobile.scss */
  .icon-overlay-close {
    width: 31px;
    height: 31px;
  }

  /* line 96, _mobile.scss */
  .close-overlay {
    top: 27px;
    right: 27px;
  }

  /* line 101, _mobile.scss */
  .btn {
    font-size: 12px;
  }

  /* line 106, _mobile.scss */
  #cloud {
    width: 60%;
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -30%;
    margin-top: -10%;
  }

  /* line 115, _mobile.scss */
  #home-timeline .date {
    font-size: 14px;
  }

  /** homepage **/
  /* line 122, _mobile.scss */
  .home-description {
    display: none;
  }

  /* line 126, _mobile.scss */
  #next-page {
    display: none;
  }

  /* line 131, _mobile.scss */
  .what, .what-exactly {
    margin: 8px 0;
  }
  /* line 134, _mobile.scss */
  .what .date, .what-exactly .date {
    font-size: 14px;
  }
  /* line 138, _mobile.scss */
  .what .vmiddle, .what-exactly .vmiddle {
    font-size: 25px;
    margin-bottom: 7px;
  }

  /* line 146, _mobile.scss */
  .what-exactly .vmiddle {
    font-size: 15px;
  }

  /* line 151, _mobile.scss */
  .what.dotted {
    height: auto;
    border: none;
  }

  /* line 156, _mobile.scss */
  .period {
    margin-bottom: 32px;
  }

  /* line 160, _mobile.scss */
  #home-sponsors h2 {
    margin-top: 143px;
  }

  /* line 166, _mobile.scss */
  .sponsor-categories .major-sponsors {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
  /* line 172, _mobile.scss */
  .sponsor-categories .minor-sponsors {
    display: none;
  }

  /* line 177, _mobile.scss */
  .minor-sponsors {
    margin-top: 62px;
    font-size: 17px;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #170092;
  }

  /* line 186, _mobile.scss */
  #sponsor-container .minor-sponsors {
    display: block;
  }
  /* line 190, _mobile.scss */
  #sponsor-container .sponsors-row {
    min-height: 165px;
  }

  /* line 196, _mobile.scss */
  .sponsor.major {
    width: 100%;
    border-right: none;
  }
  /* line 202, _mobile.scss */
  .sponsor.minor {
    width: 50%;
    float: left;
    margin-right: 0;
  }
  /* line 211, _mobile.scss */
  .sponsor.minor img {
    width: 99%;
  }
  /* line 216, _mobile.scss */
  .sponsor.supporter {
    width: 50%;
    float: left;
    margin-right: 0;
  }

  /* line 223, _mobile.scss */
  #home-about {
    padding-bottom: 64px;
  }

  /* line 227, _mobile.scss */
  #home-organization {
    padding-bottom: 33px;
  }

  /* line 231, _mobile.scss */
  .dates-mobile .line-container {
    padding: 7px 60px 0;
  }

  /* line 235, _mobile.scss */
  .dotted .dates-mobile .line {
    border-bottom: 1px dotted #ec1c24;
  }

  /** competition **/
  /* line 242, _mobile.scss */
  #brief {
    padding-bottom: 115px;
  }

  /* line 250, _mobile.scss */
  .prize-container .prize.first-prize {
    width: 100%;
    border-top: 1px solid #ec1c24;
  }

  /* line 255, _mobile.scss */
  .prize-container {
    margin-bottom: 46px;
  }
  /* line 258, _mobile.scss */
  .prize-container .prize {
    text-align: center;
    height: auto !important;
    position: initial;
    left: auto;
    top: auto;
    width: 100%;
  }
  /* line 266, _mobile.scss */
  .prize-container .prize .text-container {
    position: initial;
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  /* line 273, _mobile.scss */
  .prize-container .prize .prize-title {
    font-size: 17px;
  }
  /* line 277, _mobile.scss */
  .prize-container .prize .prize-money {
    font-size: 30px;
  }
  /* line 282, _mobile.scss */
  .prize-container .border-box1, .prize-container .border-box2 {
    display: none;
  }

  /* line 287, _mobile.scss */
  .btn-container {
    margin-top: 36px;
  }

  /* line 291, _mobile.scss */
  .judges {
    padding-bottom: 60px;
  }

  /* line 295, _mobile.scss */
  .judges .judge .judge-name {
    letter-spacing: 1px;
  }

  /* line 299, _mobile.scss */
  .calendar-container {
    padding-bottom: 115px;
  }

  /* line 303, _mobile.scss */
  .fees-container {
    text-align: center;
    margin-top: -12px;
    padding-bottom: 0;
  }
  /* line 308, _mobile.scss */
  .fees-container .fee {
    display: block;
    width: 100%;
    border-right: none !important;
    height: auto;
    padding: 45px 0 33px;
  }
  /* line 315, _mobile.scss */
  .fees-container .fee:first-child {
    border-bottom: 1px solid #ec1c24;
  }
  /* line 319, _mobile.scss */
  .fees-container .fee .vmiddle {
    display: inline-block;
  }
  /* line 323, _mobile.scss */
  .fees-container .fee .type {
    font-size: 27px;
    margin-bottom: 0;
  }
  /* line 328, _mobile.scss */
  .fees-container .fee .prize {
    font-size: 30px;
  }
  /* line 332, _mobile.scss */
  .fees-container .fee .price {
    font-size: 27px;
  }
  /* line 336, _mobile.scss */
  .fees-container .fee .date {
    font-size: 14px;
    margin-bottom: 0;
  }

  /* line 344, _mobile.scss */
  .partner-container {
    margin-top: 33px;
    column-count: 1;
  }

  /* line 351, _mobile.scss */
  .calendar-container .event .date {
    position: static;
    margin-top: initial;
  }

  /* line 356, _mobile.scss */
  .calendar-container .event .title {
    padding-left: 0;
  }

  /* line 361, _mobile.scss */
  .overlay.judge .title {
    font-size: 12px;
    text-align: center;
  }

  /* line 366, _mobile.scss */
  .overlay.judge .name {
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
  }

  /* line 372, _mobile.scss */
  .overlay.judge .center {
    padding-top: 90px;
  }

  /* line 381, _mobile.scss */
  #contact {
    font-size: 14px;
  }
  /* line 384, _mobile.scss */
  #contact h1 {
    font-size: 26px;
    margin-top: 95px;
    margin-bottom: 35px;
  }
  /* line 390, _mobile.scss */
  #contact a, #contact a:visited {
    font-size: 21px;
  }
  /* line 394, _mobile.scss */
  #contact p {
    margin: 40px auto 0;
  }
  /* line 397, _mobile.scss */
  #contact p:first-child {
    margin-top: 0;
  }

  /* line 403, _mobile.scss */
  #newsletter .newsletter-container h1 {
    font-size: 26px;
  }

  /* line 409, _mobile.scss */
  #newsletter .newsletter-container input {
    font-size: 16px;
    padding: 21px 52px 21px 28px;
  }
  /* line 414, _mobile.scss */
  #newsletter .newsletter-container .newsletter-go {
    width: 44px;
    height: 44px;
  }
  /* line 418, _mobile.scss */
  #newsletter .newsletter-container .newsletter-go .icon-arrow-right-blue {
    width: 20px;
    height: 10px;
    margin-left: -10px;
    margin-top: -5px;
  }

  /* line 435, _mobile.scss */
  .exhibition-header {
    margin-top: 42px;
  }
  /* line 439, _mobile.scss */
  .exhibition-header .exhibition p {
    max-width: 640px;
  }
  /* line 445, _mobile.scss */
  .exhibition-header .exhibition-title {
    font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    color: #ec1c24;
    text-align: center;
    margin-top: 47px;
  }
  /* line 453, _mobile.scss */
  .exhibition-header .exhibition-dates {
    position: relative;
    width: 80%;
    max-width: 100px;
    padding: 0 50px;
    margin: 10px auto 47px;
    font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    color: #ec1c24;
  }
  /* line 464, _mobile.scss */
  .exhibition-header .date {
    position: absolute;
  }
  /* line 466, _mobile.scss */
  .exhibition-header .date:first-child {
    left: 0;
    top: 0;
  }
  /* line 471, _mobile.scss */
  .exhibition-header .date:last-child {
    right: 0;
    top: 0;
  }
  /* line 477, _mobile.scss */
  .exhibition-header .line-container {
    padding-top: 6px;
    border-bottom: 1px solid #ec1c24;
  }

  /* line 484, _mobile.scss */
  .publication-title {
    font: normal 500 21px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    color: #ec1c24;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /** excursus **/
  /* line 497, _mobile.scss */
  #slider {
    padding: 0 30px;
  }
  /* line 500, _mobile.scss */
  #slider .nav-btn {
    display: none;
  }

  /* line 506, _mobile.scss */
  #posts-container article {
    margin-bottom: 50px;
  }
  /* line 509, _mobile.scss */
  #posts-container article .category-title {
    margin-bottom: 18px;
  }
}
/*** end mobile small ***/
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 531, _mobile.scss */
  .home h1 {
    font-size: 28px;
    margin-top: -60px;
  }

  /* line 536, _mobile.scss */
  h2 {
    font-size: 28px;
  }

  /* line 540, _mobile.scss */
  #mobile-nav-inner {
    transform: rotate(270deg);
    margin-top: -30px;
  }

  /* line 545, _mobile.scss */
  #cloud {
    width: 27%;
    margin-left: -20%;
  }

  /* line 550, _mobile.scss */
  .home-description {
    margin: -70px 0 0 -68px;
    font-size: 10px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
/* line 9, partials/_base-helper.scss */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 18, partials/_base-helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 35, partials/_base-helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 49, partials/_base-helper.scss */
.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.
 */
/* line 65, partials/_base-helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 71, partials/_base-helper.scss */
.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 {
  /* line 99, partials/_base-helper.scss */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 111, partials/_base-helper.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 116, partials/_base-helper.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 120, partials/_base-helper.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 129, partials/_base-helper.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 134, partials/_base-helper.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 145, partials/_base-helper.scss */
  thead {
    display: table-header-group;
  }

  /* line 149, partials/_base-helper.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 154, partials/_base-helper.scss */
  img {
    max-width: 100% !important;
  }

  /* line 158, partials/_base-helper.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 165, partials/_base-helper.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
