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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold; }

pre {
  white-space: normal; }

a img {
  border: none; }

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

strong, b, em {
  font-weight: bold;
  font-style: inherit;
  color: inherit; }

i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit; }

/* clear */
.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.clear {
  display: block;
  zoom: 1; }

* html .clear {
  height: 1px; }

.left {
  float: left; }

.right {
  float: right; }

*, *:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.clearfix {
  overflow: hidden; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  visibility: hidden; }

html,
body {
  height: 100%; }

body {
  background-color: white;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%; }

body {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1200px) {
  body {
    font-size: 22px; } }
@media screen and (max-width: 1100px) {
  body {
    font-size: 19px; }

  .location,
  .location-map span {
    font-size: 15px;
    line-height: 120%; } }
@media screen and (max-width: 960px) {
  body {
    font-size: 16px; }

  h1 {
    font-size: 1.1363636364em; }

  .location,
  .location-map span,
  .body {
    font-size: 15px;
    line-height: 120%; } }
@media screen and (max-width: 820px) {
  body {
    font-size: 22px; }

  body {
    background-color: white; }

  .location,
  .location-map span,
  .body {
    font-size: 15px;
    line-height: 120%; } }
@media screen and (max-width: 320px) {
  body {
    font-size: 22px; }

  .location,
  .location-map span {
    font-size: 15px;
    line-height: 120%; } }
@media screen and (min-width: 820px) and (max-height: 900px) {
  body {
    font-size: 19px; }
    body .location,
    body .location-map span {
      font-size: 15px;
      line-height: 120%; } }
@media screen and (min-width: 820px) and (max-height: 720px) {
  body {
    font-size: 16px; }
    body .location,
    body .location-map span {
      font-size: 15px;
      line-height: 120%; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase; }

h1 {
  font-size: 2.1818181818em;
  }

h2 {
  font-size: 1.8181818182em; }

h3,
h4,
h5,
h6 {
  font-size: 1.2727272727em; }

a,
a:visited {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in; }

.container {
  width: 100%;
  height: 100%;
  min-height: 500px;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 820px) {
    .container {
      height: auto; } }

.sticky-menu-btn {
  cursor: pointer;
  display: none;
  width: 3.6em;
  height: 16.6666666667%;
  min-height: 100px;
  top: -3px;
  left: 40px;
  position: fixed;
  z-index: 30; }
  @media screen and (max-width: 820px) {
    .sticky-menu-btn {
      display: none; } }

header {
  overflow: visible;
  padding: 10px 40px;
  height: 16.6666666667%;
  background-color: none;
  border-bottom: 4px solid #FF3100;
  font-size: 1.6363636364em;
  color: #FF3100;
  line-height: 1.2em;
  text-align: right;
  width: 100%; }
  header .slogan {
    width: 50%;
    max-width: 600px;
    margin-top: 0.4em;
    float: right; }
  header .svg {
    height: 2.5em; }
  header a {
    display: block;
    position: absolute; }
  header h1 {
    cursor: pointer;
    color: inherit;
    font-size: 1em;
        font-style: italic;
    font-weight: 300; }
  header h2 {
    color: inherit;
    font-size: 1em;
    font-weight: 400;
    padding-top: 0.3em;
    padding-right: 5em;
    text-align: right; }
  @media screen and (max-width: 820px) {
    header {
      background-color: #FF3100;
      border: none;
      height: 80px;
      padding: 0; }
      header .svg {
        height: 70px; }
      header a {
        position: relative; }
      header h1,
      header h2,
      header .slogan {
        display: none; } }

header .douchebag-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

main ul,
main ol {
  padding-left: 40px; }
  main ul li,
  main ol li {
    padding-left: 20px; }
main ul {
  list-style-type: circle; }
main ol {
  list-style-type: decimal; }

a:hover {
  border: 0;
  opacity: 0.6;
  -webkit-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in; }

a:active {
  opacity: 1; }

a.none,
a.none:hover {
  border: 0;
  text-decoration: none;
  opacity: 1; }

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

hr {
  border: 0;
  color: inherit;
  background-color: inherit;
  height: 1px; }

.center {
  text-align: center; }

.small {
  font-size: 10px; }

.hide {
  display: none; }

.hidden {
  visibility: hidden; }

.bg-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 3%;
  z-index: -100;
  opacity: 0.05; }
  @media screen and (max-width: 820px) {
    .bg-wrapper {
      display: none; } }

.bg {
  position: relative;
  height: 100%;
  background-image: url("../assets/bg-logo-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.highlight {
  color: #FF3100; }

.inactive {
  opacity: 0.2; }
  @media screen and (max-width: 820px) {
    .inactive {
      opacity: 1; } }

.none {
  text-decoration: none !important;
  border: 0 !important; }

.voog-search-modal {
  z-index: 9999 !important; }

h1 {
  font-size: 1.3636363636em;
  text-transform: none;
  border: 0;
  color: inherit; }

@media screen and (max-width: 820px) {
  .front {
    background-color: #FF3100; } }

.front main {
  height: 83.3333333333%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*@include query($mobile-1) {
    flex-wrap: nowrap;
  }*/ }
  @media screen and (max-width: 820px) {
    .front main {
      display: none; } }

.box {
  overflow: hidden;
  background: none;
  -webkit-transition: background 1s ease-in-out;
          transition: background 1s ease-in-out; }
  .box.mediafeed {
    overflow: hidden; }

.douchebag-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.naitused,
.opikojad,
.konkurss,
.mood,
.melu,
.satelliidid,
.uudised {
  width: 32.5%;
  padding: 0 20px 0 40px;
  cursor: pointer; }

.programm,
.paevad,
.syndmus,
.syndmused,
.mediafeed {
  width: 32.5%;
  padding: 0 25px 0 25px; }

.navigaator,
.kaart,
.spacer,
.ekstra {
  width: 35%; }

.syndmus,
.syndmused,
.mediafeed,
.ekstra {
  padding-top: 20px; }

.naitused {
  color: #FF3131;
  height: 14.2857142857%; }
  .naitused:hover {
    background-color: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .naitused:hover a {
      opacity: 1; }

.opikojad {
  color: #00B42B;
  height: 14.2857142857%; }
  .opikojad:hover {
    background: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .opikojad:hover a {
      opacity: 1; }

.konkurss {
  color: #ED3425;
  height: 14.2857142857%; }
  .konkurss:hover {
    background: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .konkurss:hover a {
      opacity: 1; }

.mood {
  color: #ED3425;
  height: 14.2857142857%; }
  .mood:hover {
    background: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .mood:hover a {
      opacity: 1; }

.melu {
  color: #FF0079;
  height: 14.2857142857%; }
  .melu:hover {
    background: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .melu:hover a {
      opacity: 1; }

.satelliidid {
  color: #098DD7;
  height: 14.2857142857%; }
  .satelliidid:hover {
    background: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .satelliidid:hover a {
      opacity: 1; }

.uudised {
  color: #ED3425;
  height: 14.2857142857%; }
  .uudised:hover {
    background-color: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .uudised:hover a {
      opacity: 1; }

.programm {
  color: #ff3030;
  height: 33.3333333333%;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .programm:hover {
    background-color: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .programm:hover a {
      opacity: 1; }
  .programm svg {
    width: 1.3em;
    height: 2.08em;
    vertical-align: middle; }
  .programm path {
    fill: #FF3100; }
  .programm .location,
  .programm .location-map {
    color: #000; }

.paevad {
  color: #00FA9A;
  height: 33.3333333333%; }
  .paevad:hover {
    background-color: #FF265B;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .paevad:hover a {
      opacity: 1; }
  .paevad table {
    width: 100%; }
  .paevad tr:first-child td {
    border-bottom: 1px solid; }
  .paevad td:first-child {
    border-right: 1px solid; }
  .paevad td {
    padding: 10px 0;
    text-align: center; }

.syndmus {
  color: #26BFB7;
  height: 34.8%;
  position: relative;
  background-color: #FFFF00; }
  .syndmus:hover a {
    opacity: 1;
    background-color: #FFFF00; }
  .syndmus svg {
    width: 1.8em;
    height: 2.88em;
    vertical-align: middle; }
  .syndmus path {
    fill: #26BFB7; }

.syndmused {
  color: #26BFB7;
  height: 34.8%;
  position: relative;
  padding: 0;
  margin: 0; }
  .syndmused ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFF00;
    position: relative; }
    .syndmused ul li {
      width: 100%;
      height: 100%;
      list-style: none;
      float: left;
      padding: 0;
      margin: 0;
      padding: 20px 25px 0 25px;
      position: relative; }

.syndmus2 {
  width: 100%;
  height: 100%;
  position: relative; }
  .syndmus2 svg {
    width: 1.8em;
    height: 2.88em;
    vertical-align: middle; }
  .syndmus2 path {
    fill: #26BFB7; }

.mediafeed {
  padding: 0;
  margin: 0;
  color: #ED3425;
  height: 31.7333333333%; }
  .mediafeed .text {
    margin: 20px;
    height: 80%;
    overflow: hidden;
    font-size: 15px;
    line-height: 120%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }

.kaart {
  font-size: 0.796em;
  color: #9C25C0;
  height: 12%;
  text-align: right;
  vertical-align: middle;
  padding: 0 20px 0 20px; }
  .kaart:hover {
    background-color: #66CCCC;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .kaart:hover a {
      opacity: 1; }
  .kaart svg {
    float: left;
    height: 3em; }
  .kaart path {
    fill: #9C25C0; }
  .kaart .title {
    text-align: center;
    padding-left: 40px; }


.navigaator {
  width: 35%;
  height: 12%;
  display: table; }
  .navigaator .navigaator-kaart {
    color: #9c25c0;
    display: table-cell;
    font-size: 0.8em;
    height: 100%;
    padding: 0 20px 0 20px;
    width: 63.6%;
    vertical-align: middle; }
    .navigaator .navigaator-kaart:hover {
      background-color: #66CCCC;
      -webkit-transition: background 0.01s ease-in-out;
              transition: background 0.01s ease-in-out; }
      .navigaator .navigaator-kaart:hover a {
        opacity: 1; }
  .navigaator .navigaator-info {
    cursor: pointer;
    display: table-cell;
    height: 100%;
    color: #FF3100;
    vertical-align: middle;
    text-align: center;
    width: 19%;
    -webkit-transition: background 2s ease-in-out;
            transition: background 2s ease-in-out; }
    .navigaator .navigaator-info img {
      width: 50%;
      vertical-align: middle; }
    .navigaator .navigaator-info:hover {
      background-color: #EE3B23;
      -webkit-transition: background 0.01s ease-in-out;
              transition: background 0.01s ease-in-out; }
      .navigaator .navigaator-info:hover a {
        opacity: 1; }
  .navigaator .lang {
    color: #FF3100;
    display: table-cell;
    font-style: italic;
    font-size: 1.6363636364em;
    height: 100%;
    padding: 0 20px 0 20px;
    text-align: center;
    width: 17.4%;
    vertical-align: middle; }
  .navigaator svg {
    float: left;
    height: 3em; }
  .navigaator path {
    fill: #9C25C0; }
  .navigaator .title {
    text-align: center;
    padding-left: 40px; }

.spacer {
  height: 58.6666666667%; }

.ekstra {
  color: #4D4D4D;
  height: 29.3333333333%;
  padding: 0; }
  .ekstra .wrapper {
    float: left;
    width: 58.9473684211%;
    height: 100%; }
  .ekstra .socialbuttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 59.0909090909%;
    width: 100%; }
    .ekstra .socialbuttons a {
      color: #4d4d4d;
      padding: 0 11px 20px 11px; }
      .ekstra .socialbuttons a:first-child {
        padding-left: 0; }
      .ekstra .socialbuttons a:last-childe {
        padding-right: 0; }
  .ekstra .sponsors {
    height: 40.9090909091%;
    padding: 0 20px 0 20px;
    -webkit-transition: background 2s ease-in-out;
            transition: background 2s ease-in-out;
    text-align: center; }
    .ekstra .sponsors:hover {
      background-color: #91F9BB;
      -webkit-transition: background 0.01s ease-in-out;
              transition: background 0.01s ease-in-out; }
      .ekstra .sponsors:hover a {
        opacity: 1; }
  .ekstra .info {
    float: right;
    cursor: pointer;
    width: 41.0526315789%;
    height: 100%;
    padding: 30px 20px 20px;
    right: 0;
    z-index: 1;
    text-align: center;
    -webkit-transition: background 2s ease-in-out;
            transition: background 2s ease-in-out; }
    .ekstra .info svg {
      width: 80%; }
    .ekstra .info:hover {
      background-color: #99FFFF;
      -webkit-transition: background 0.01s ease-in-out;
              transition: background 0.01s ease-in-out; }

.tab {
  color: #ED3425;
  font-size: 0.8em;
  font-weight: 300;
  height: 17.3333333333%;
  text-align: center;
  width: 35%; }
  .tab:hover {
    background-color: #FF7300;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }

.ekstra2 {
  width: 35%;
  color: #4D4D4D;
  height: 12%;
  padding: 0; }
  .ekstra2 .socialbuttons {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 52.6315789474%; }
    .ekstra2 .socialbuttons a {
      color: #4d4d4d;
      padding: 10px 10px 10px 10px; }
  .ekstra2 .sponsors {
    height: 100%;
    padding: 0 20px 0 20px;
    -webkit-transition: background 2s ease-in-out;
            transition: background 2s ease-in-out;
    text-align: center;
    width: 47.3684210526%; }
    .ekstra2 .sponsors:hover {
      background-color: #91F9BB;
      -webkit-transition: background 0.01s ease-in-out;
              transition: background 0.01s ease-in-out; }
      .ekstra2 .sponsors:hover a {
        opacity: 1; }

.title,
.paevad .text,
.sponsors {
  color: inherit;
  font-size: 2.7272727273em;
  border: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
 }

.sponsors {
  font-size: 2.1818181818em; }

.bottomaligner {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin-left: -40px;
  padding: 0 25px 0 40px; }

.location {
  float: left;
  font-size: 0.8181818182em;
  padding-top: 20px; }

.location-map {
  float: right;
  font-size: 0.8181818182em;
  padding-top: 20px; }
  .location-map span {
    margin-left: 15px; }

.gallery {
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;

  right: 0;
  top: 26.6666666667%;
  width: 50%;
  height: 48.8888888889%;
  min-height: 300px;
  overflow: hidden;
  z-index: -10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer; }
  .gallery ul, .gallery li {
    height: 100%; }
  .gallery li {
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer; }
  .gallery nav {
    position: absolute;
    z-index: 200;
    bottom: 30px;
    right: 30px; }

.after-fold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 40px 0 40px; }
  .after-fold a {
    margin: 0 20px 40px 20px; }
    .after-fold a img {
      max-width: 210px;
      width: 100%; }

.menupage .main,
.overlay-menu {
  color: #FF3100;
  display: none;
  font-size: 1.3636363636em;
  font-weight: 400;
  line-height: 150%;
  padding: 40px 80px;
  height: 83.3333333333%;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 820px) {
    .menupage .main,
    .overlay-menu {
      font-size: 1.4545454545em;
      font-weight: 300;
      padding: 0;
      height: 100%; } }

.overlay-menu .menu,
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 73.3333333333%;
  min-height: 500px;
  text-transform: uppercase; }
  @media screen and (max-width: 820px) {
    .overlay-menu .menu,
    .menu {
      display: block;
      min-height: auto;
      height: 100%; } }
  @media screen and (max-width: 820px) {
    .overlay-menu .menu .item,
    .menu .item {
      color: white;
      cursor: pointer;
      background-color: #FF3100;
      font-size: 1em;
      width: 100%;
      padding: 0 0 5px;
      text-align: center; } }
  .overlay-menu .menu .closed,
  .menu .closed {
    border-bottom: 1px solid; }
  .overlay-menu .menu .open,
  .overlay-menu .menu .closed,
  .menu .open,
  .menu .closed {
    display: inline-block;
    text-align: right;
    min-width: 200px;
    padding-right: 50px; }
    @media screen and (max-width: 820px) {
      .overlay-menu .menu .open,
      .overlay-menu .menu .closed,
      .menu .open,
      .menu .closed {
        border: none;
        text-align: center;
        padding: 0; } }
  .overlay-menu .menu .sub,
  .menu .sub {
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-weight: 300;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 10px 7.9365079365% 10px 150px;
    margin: 4px 0 0; }
    @media screen and (max-width: 820px) {
      .overlay-menu .menu .sub,
      .menu .sub {
        background: white;
        padding: 0;
        margin: 0 auto;
        display: block;
        border: 0;
        display: none; } }
  .overlay-menu .menu li.highlight,
  .menu li.highlight {
    color: #FF3100;
    font-weight: 400; }
  .overlay-menu .menu li,
  .menu li {
    color: #FF3100;
    list-style: none;
    padding-right: 35px; }
    @media screen and (max-width: 820px) {
      .overlay-menu .menu li,
      .menu li {
        color: #FF3100;
        display: block;
        width: 85%;
        border-bottom: 1px solid;
        margin: 0 7.5%;
        padding: 0; }
        .overlay-menu .menu li:last-child,
        .menu li:last-child {
          border: none; } }

.overlay-menu .menu {
  min-height: 500px; }
  @media screen and (max-width: 820px) {
    .overlay-menu .menu {
      min-height: auto; } }

.overlay-menu footer,
.menupage footer {
  height: 26.6666666667%;
  min-height: 200px;
  max-width: 460px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 820px) {
    .overlay-menu footer,
    .menupage footer {
      height: auto;
      min-height: inherit;
      width: 100%;
      bottom: 20px; } }
  .overlay-menu footer form,
  .menupage footer form {
    display: inline-block;
    max-width: 460px;
    width: 100%;
    margin: 0 auto 40px; }
    @media screen and (max-width: 820px) {
      .overlay-menu footer form,
      .menupage footer form {
        margin: 20px auto 10px auto; } }
    .overlay-menu footer form input,
    .overlay-menu footer form textarea,
    .menupage footer form input,
    .menupage footer form textarea {
      background: none;
      border: 2px solid #FF3100;
      color: #FF3100;
      display: inline;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 30px;
      font-weight: 300;
      height: 54px;
      line-height: 50px;
      margin: 0;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media screen and (max-width: 820px) {
        .overlay-menu footer form input,
        .overlay-menu footer form textarea,
        .menupage footer form input,
        .menupage footer form textarea {
          color: white;
          border-color: white;
          width: 85%;
          font-size: 18px;
          font-style: italic;
          font-weight: 400;
          line-height: 20px;
          height: 34px; } }
  .overlay-menu footer .socialbuttons,
  .menupage footer .socialbuttons {
    display: inline-block;
    margin: 0 auto;
    max-width: 460px;
    margin-bottom: 40px; }
    @media screen and (max-width: 820px) {
      .overlay-menu footer .socialbuttons,
      .menupage footer .socialbuttons {
        color: white; } }
    .overlay-menu footer .socialbuttons a,
    .menupage footer .socialbuttons a {
      display: inline-block;
      margin: 0 10px; }

.programpage .douchebag-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.programpage main {
  color: #FF3100;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
  padding: 40px 80px;
  margin-bottom: 40px;
  height: auto;
  top: 270px;
  width: 2240px;
  position: relative; }
  @media screen and (max-width: 820px) {
    .programpage main {
      font-weight: 300;
      padding: 0;
      top: 80px;
      width: 100%;
      padding: 0; } }
.programpage header {
  width: 100%;
  z-index: 200; }
  .programpage header.fixedheader {
    position: fixed; }
.programpage nav {
  cursor: pointer;
  position: fixed;
  height: 55.5555555556%;
  width: 80px;
  border: 1px solid #333;
  background: white;
  z-index: 100;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-48.8888888889%);
      -ms-transform: translateY(-48.8888888889%);
          transform: translateY(-48.8888888889%);
  -webkit-transition: background 1s ease-in-out;
          transition: background 1s ease-in-out; }
  .programpage nav.prev {
    color: #FF3100;
    left: 0;
    border-left: none; }
    .programpage nav.prev a img {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .programpage nav.next {
    color: #FF3100;
    right: 0;
    border-right: none; }
    .programpage nav.next a img {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .programpage nav:hover {
    color: #fff;
    background-color: #FF3100;
    -webkit-transition: background 0.01s ease-in-out;
            transition: background 0.01s ease-in-out; }
    .programpage nav:hover a {
      opacity: 1; }
  @media screen and (max-width: 820px) {
    .programpage nav {
      display: none; } }
.programpage .dropdown {
  color: #FF3100;
  font-size: 3.2727272727em;
  line-height: 120%;
  font-weight: 300;
  position: absolute;
  min-width: 540px;
  max-width: 730px;
  width: 100%;
  border: 1px solid #333;
  padding: 0 40px;
  left: 50%;
  text-transform: uppercase;
  top: 200px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  white-space: nowrap; }
  @media screen and (max-width: 820px) {
    .programpage .dropdown {
      display: none; } }
  .programpage .dropdown a {
    display: none; }
  .programpage .dropdown a.active {
    display: block; }
  .programpage .dropdown a.active:before {
    margin-right: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    content: url("../assets/btn-arrow2.svg");
    top: -0.1em;
    position: relative;
    left: 0;
    height: 100%; }
.programpage .listbox {
  width: 100%;
  height: 100%;
  display: table; }
.programpage .list {
  width: 320px;
  display: table-cell;
  overflow: hidden;
  height: 100%; }
  @media screen and (max-width: 820px) {
    .programpage .list {
      display: block;
      width: 100%;
      margin: 0 auto; } }
  .programpage .list h1 {
    font-size: 3.2727272727em;
    text-align: center;
    margin-bottom: 40px; }
  .programpage .list:nth-child(4n+1) h1 {
    color: #26BFB7; }
    .programpage .list:nth-child(4n+1) h1.active {
      color: white;
      background: #26BFB7; }
  .programpage .list:nth-child(4n+2) h1 {
    color: #7f47dd; }
    .programpage .list:nth-child(4n+2) h1.active {
      color: white;
      background: #7f47dd; }
  .programpage .list:nth-child(4n+3) h1 {
    color: #1b1464; }
    .programpage .list:nth-child(4n+3) h1.active {
      color: white;
      background: #1b1464; }
  .programpage .list:nth-child(4n+4) h1 {
    color: #9e005d; }
    .programpage .list:nth-child(4n+4) h1.active {
      color: white;
      background: #9e005d; }
  @media screen and (max-width: 820px) {
    .programpage .list:nth-child(1n) h1 {
      color: #FF3100;
      font-size: 1.5em;
      margin-bottom: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid;
      cursor: pointer; }
      .programpage .list:nth-child(1n) h1.active {
        border: 0; }
    .programpage .list .no-js .dropdown {
      display: none; } }
.programpage section {
  border-right: 1px solid #333;
  padding: 0 20px;
  height: 100%; }
  @media screen and (max-width: 820px) {
    .programpage section {
      border: none;
      padding: 0;
      display: none; } }
.programpage .list:last-child section {
  border: none; }
.programpage .eventbox {
  opacity: 0.4;
  color: #000;
  font-size: 16px; }
  .programpage .eventbox.active, .programpage .eventbox.active.Satelliit {
    opacity: 1; }
  .programpage .eventbox.Satelliit {
    opacity: 0.5; }
    @media screen and (max-width: 820px) {
      .programpage .eventbox.Satelliit {
        opacity: 1; } }
  @media screen and (max-width: 820px) {
    .programpage .eventbox {
      width: 85%;
      margin: 0 auto;
      opacity: 1; } }
  .programpage .eventbox .event-closed,
  .programpage .eventbox .event-open {
    cursor: pointer; }
  .programpage .eventbox .time {
    color: #FF3100;
    float: left;
    width: 45px;
    font-weight: 400;
    font-style: normal; }
  .programpage .eventbox .event-title {
    display: block;
    font-weight: 300;
    padding-left: 45px; }
  .programpage .eventbox .details {
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 10px 0;
    padding: 10px; }
  .programpage .eventbox .more-info {
    margin-top: 15px; }
    .programpage .eventbox .more-info img {
      vertical-align: middle;
      margin-right: 15px; }
    .programpage .eventbox .more-info .info {
      float: right; }

.maplist {
  display: none; }
  @media screen and (max-width: 820px) {
    .maplist {
      display: block; } }
  .maplist .eventbox {
    opacity: 1; }
  .maplist.active {
    display: block; }
    @media screen and (max-width: 820px) {
      .maplist.active section {
        display: block; } }
  .maplist h1 {
    font-size: 2.7272727273em;
    color: #FF3100; }
    @media screen and (max-width: 820px) {
      .maplist h1 {
        border-bottom: 1px solid;
        cursor: pointer;
        font-size: 1.4545454545em;
        margin: 0;
        padding: 6px 20px;
        text-align: center; } }
  .maplist h2 {
    color: #FF3100;
    font-size: 1.6363636364em;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media screen and (max-width: 820px) {
      .maplist h2 {
        margin: 20px auto;
        width: 85%; } }
  .maplist h3 {
    font-size: 1em;
    color: #FF3100;
    margin-bottom: 20px;
    font-weight: 400; }
  .maplist section {
    padding: 0;
    margin: 0;
    border: none; }

.wholeday {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
  text-transform: uppercase; }
  @media screen and (max-width: 820px) {
    .wholeday {
      margin-left: 7.5%; } }

.no-js .eventbox {
  opacity: 1; }

.article .douchebag-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.article article,
.article main {
  color: #000;
  font-size: 1em;
  font-weight: 300;
  line-height: 120%;
  height: 83.3333333333%;
  margin: 40px 0;
  width: 100%;
  min-width: 320px;
  position: relative; }
  @media screen and (max-width: 820px) {
    .article article,
    .article main {
      font-weight: 300;
      padding: 0;
      margin: 0; } }
.article .cover {
  margin: 0 auto;
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 820px) {
    .article .cover {
      width: 100%;
      height: 300px; } }
  .article .cover .cover-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 500px;
    width: 54.1666666667%;
    z-index: -1; }
    @media screen and (max-width: 820px) {
      .article .cover .cover-image {
        width: 100%;
        height: 300px; } }
  .article .cover h1 {
    font-size: 2.7272727273em;
    color: #00FA9A;
    width: 54.1666666667%;
    margin-top: -30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 820px) {
      .article .cover h1 {
        margin: 0;
        bottom: 50px;
        width: 85%;
        color: white;
        font-size: 1.3636363636em;
        font-style: italic;
        font-weight: 300;
        text-transform: none; } }
  .article .cover .description {
    position: absolute;
    bottom: 0;
    margin-left: 56.9444444444%;
    width: 20.1388888889%;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal; }
    @media screen and (max-width: 820px) {
      .article .cover .description {
        margin: 0;
        width: 85%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: none; } }
    .article .cover .description a.map {
      display: block; }
      .article .cover .description a.map img {
        vertical-align: middle;
        margin-left: 15px; }
.article .body {
  font-size: 0.7727272727em;
  line-height: 120%;
  width: 54.1666666667%;
  margin: 40px auto; }
  @media screen and (max-width: 960px) {
    .article .body {
      font-size: 15px; } }
  @media screen and (min-width: 820px) and (max-height: 900px) {
    .article .body {
      font-size: 15px; } }
  @media screen and (min-width: 820px) and (max-height: 720px) {
    .article .body {
      font-size: 15px; } }
  @media screen and (max-width: 820px) {
    .article .body {
      font-size: 22px;
      width: 85%; } }
  .article .body h3 {
    color: #00FA9A;
    text-transform: none;
    font-size: 1.7272727273em;
    line-height: 110%;
    margin-left: -140px; }
    @media screen and (max-width: 820px) {
      .article .body h3 {
        margin: 0; } }
.article article .socialbuttons {
  color: #4D4D4D;
  width: 100px;
  float: left;
  text-align: right;
  width: 100px; }
  @media screen and (max-width: 820px) {
    .article article .socialbuttons {
      display: none; } }
  .article article .socialbuttons a {
    display: block;
    margin-bottom: 5px; }
.article section {
  margin-left: 140px; }
  @media screen and (max-width: 820px) {
    .article section {
      margin-left: 0; } }

.article-list {
  width: 86.8055555556%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media screen and (max-width: 820px) {
    .article-list {
      width: 100%; } }

.article-box {
  width: 31.2%;
  height: 393px;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px; }
  .article-box:hover .intro-wrap {
    visibility: visible; }
  .article-box:hover h2 {
    top: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-height: 40%;
    overflow: hidden;
    left: 9.358974359%; }
  @media screen and (max-width: 820px) {
    .article-box {
      width: 100%;
      height: 240px;
      margin-bottom: 2px; } }
  .article-box .article-bg {
    background-size: cover;
    background-position: center center;
    width: 93.3333333333%;
    height: 373px;
    bottom: 0;
    position: absolute;
    z-index: 1; }
    @media screen and (max-width: 820px) {
      .article-box .article-bg {
        width: 100%;
        height: 100%; } }
  .article-box h2 {
    font-size: 32px;
    line-height: 120%;
    color: white;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    position: absolute;
    width: 77.9487179487%;
    left: 7.6923076923%;
    bottom: 40px;
    z-index: 3; }
    @media screen and (max-width: 820px) {
      .article-box h2 {
        bottom: inherit;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .article-box .intro-wrap {
    position: absolute;
    background-color: #a1e7e3;
    z-index: 2;
    width: 97.4358974359%;
    height: 380px;
    top: 0;
    right: 0;
    visibility: hidden; }
    @media screen and (max-width: 820px) {
      .article-box .intro-wrap {
        width: 100%;
        height: 100%; } }
  .article-box .intro {
    position: absolute;
    width: 85%;
    left: 7.5%;
    bottom: 20px;
    font-size: 19px;
    color: white;
    max-height: 40%;
    overflow: hidden; }

.infopage main {
  color: #000;
  font-size: 1em;
  font-weight: 300;
  line-height: 120%;
  height: 83.3333333333%;
  margin: 40px 0;
  width: 100%;
  min-width: 320px;
  position: relative; }
  @media screen and (max-width: 820px) {
    .infopage main {
      margin-top: 0; } }
  .infopage main a {
    border-bottom: 1px solid; }
  .infopage main h1 {
    font-size: 2.7272727273em;
    color: #00FA9A;
    width: 54.1666666667%;
    margin: 0 auto 15px; }
    .infopage main h1.open {
      border-bottom: 0; }
    @media screen and (max-width: 820px) {
      .infopage main h1 {
        color: #FF3100;
        font-size: 1.5em;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid;
        cursor: pointer;
        display: block;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        position: relative; } }
  .infopage main .body {
    font-size: 0.7727272727em;
    line-height: 120%;
    width: 54.1666666667%;
    margin: 40px auto; }
    @media screen and (max-width: 960px) {
      .infopage main .body {
        font-size: 15px; } }
    @media screen and (min-width: 820px) and (max-height: 900px) {
      .infopage main .body {
        font-size: 15px; } }
    @media screen and (min-width: 820px) and (max-height: 720px) {
      .infopage main .body {
        font-size: 15px; } }
    @media screen and (max-width: 820px) {
      .infopage main .body {
        display: none;
        font-size: 22px;
        width: 100%;
        margin-bottom: 0;
        padding: 0 7.5% 40px;
        border-bottom: 1px solid #FF3100; } }
    .infopage main .body h3 {
      color: #00FA9A;
      text-transform: none;
      font-size: 1.7272727273em;
      line-height: 110%;
      margin-left: -140px; }
      @media screen and (max-width: 820px) {
        .infopage main .body h3 {
          margin: 0; } }
@media screen and (max-width: 820px) {
  .infopage .cover {
    display: none;
    width: 100%; } }
.infopage section {
  margin-left: 140px; }
  @media screen and (max-width: 820px) {
    .infopage section {
      margin: 0; } }
.infopage .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 820px) {
    .infopage .flex {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .infopage .flex a {
    margin-right: 30px;
    margin-bottom: 40px; }

#mapinfobox {
  position: absolute;
  width: 33%;
  z-index: 0;
  height: 83.333%;
  right: 0;
  background: white;
  padding: 20px 35px;
  overflow-y: scroll; }
  @media screen and (max-width: 820px) {
    #mapinfobox {
      overflow: visible;
      position: static;
      width: 100%;
      height: auto;
      padding: 0; }
      #mapinfobox .listbox {
        width: 100%;
        display: block; } }

@media screen and (max-width: 820px) {
  #map {
    display: none; } }

.mobilemap {
  display: none; }
  @media screen and (max-width: 820px) {
    .mobilemap {
      display: block;
      margin: 20px 7.5%; } }

.invert {
  background-color: #000;
  color: white;
  padding: 10px 20px; }

.mobile-menu {
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  color: white;
  height: 100%;
  position: relative;
  display: none; }
  @media screen and (max-width: 820px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu a {
    display: inline-block; }
  .mobile-menu .btn {
    text-align: center;
    position: absolute;
    right: 0px;
    padding: 11px 18px 0 18px;
    color: #FF3100;
    background-color: white;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .mobile-menu .btn span {
      display: none; }
  .mobile-menu.frontpage .btn {
    background: none;
    text-align: right;
    width: 100%;
    color: white; }
    .mobile-menu.frontpage .btn span {
      display: inline; }
  .mobile-menu .menu-title {
    width: 100%;
    height: 100%;
    padding-right: 85px;
    text-align: center;
    text-transform: uppercase; }
  .mobile-menu.frontpage .menu-title {
    display: none; }

.menu-btn-open,
.menu-btn-close {
  cursor: pointer;
  float: left; }
  @media screen and (max-width: 820px) {
    .menu-btn-open,
    .menu-btn-close {
      display: none; } }

@media screen and (max-width: 820px) {
  .front .toggle {
    display: none; } }

@media screen and (max-width: 820px) {
  .front .overlay-menu {
    display: block; } }

/* .st-accordion {
  width: 100%;
  min-width: 270px;
  margin: 0 auto;
  li {
    height: 80px;
    border-bottom: 2px solid $secondary-color;
    border-top:1px solid $secondary-color;
    overflow: hidden;
    ul li {
      height: 40px;
    }
    & > a {
      color: $secondary-color;
      font-style: italic;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 48/22*1em;
      padding-left: 60px;
      display: block;
      position: relative;
      line-height: 80px;
      outline: none;
      transition: color 0.15s ease-in-out;
    }
    ul li a {
      font-size: 1em;
      line-height: 40px;
    }
    & > a:hover {
      background-color: $secondary-color;
      color: $white;
    }
    & > a span {
      background: transparent url(../../assets/down.svg) no-repeat center center;
      width: 43px;
      height: 23px;
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -38px;
      opacity: 1;
    }
    & > a:hover span {
      opacity: 1;
      right: 10px;
    }
  }
  li.st-open > a {
    background-color: $secondary-color;
    color: $white;
    span {
      transform: rotate(180deg);
      left: auto;
      right: 0;
      opacity: 1;
      margin-top: 18px;
    }
  }
}
.st-content {
  padding: 5px 0 30px;
  p {
    padding: 10px 20px;
  }
  .details {
    display: none;
    border-top: 1px solid #7f47dd;
    border-bottom: 1px solid #7f47dd;
  }
}
.accordion-menu {
  .closed,
  .open {
    text-align: center;
  }
}

a.menu-btn-close img {
  display: none;
}
 */
.label {
  color: blue; }

.socialmedia-list-container {
  height: 30px;
  margin: auto; }
  .socialmedia-list-container li {
    display: block;
    float: left;
    margin-right: 10px; }
