/*!
Theme Name:     Tavastia
Description:    
Author:         Ulkoasu: Tero Ahonen, Ohjelmointi: Jari Pennanen
Version:        
License:
*/
@import url("https://use.typekit.net/pyd7cok.css");
@font-face {
  font-family: "Sweden Sans";
  src: url("css/swedensansbold-webfont.woff2") format("woff2"), url("css/swedensansbold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sweden Sans";
  src: url("css/swedensans-webfont.woff2") format("woff2"), url("css/swedensans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* HTML5 support for IE6,7,8 */
section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
body {
  font-family: Arial;
}
ul,
ol {
  padding: 0 0 1em 1.5em;
  margin: 0;
}
p {
  padding: 0 0 1em 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.screen-reader-response,
.skip-link,
.assistive-text,
.assistive-navigation {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.clear,
.clearfix {
  clear: both;
}
div.error,
p.error,
span.error {
  color: #D32A24;
}
.small-highlight {
  font-size: 70%;
}
blockquote {
  border-left: 3px solid #efefef;
  margin: 0 0 1em 1.0em;
  padding: 0.2em 0 0.2em 1.5em;
  overflow: hidden;
}
blockquote p:last-child {
  padding-bottom: 0;
}
/* Embeds */
.ownskit-embedhtmlshort {
  margin: 0 0 1em 0;
}
/* =Images
-------------------------------------------------------------- */
img {
  border: 0;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  width: auto !important;
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft-wrap {
  float: left;
}
.alignnone,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: left;
  clear: left;
  margin-right: 14px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: right;
  clear: right;
  margin-left: 14px;
  margin-top: 4px;
}
.alignnone,
.aligncenter,
.wp-post-image,
img.aligncenter {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter iframe {
  display: block;
  margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  width: auto !important;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /* prevent too-wide images from breaking layout */
  text-align: center;
  color: gray;
  font-family: Georgia;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.gallery-icon img,
.wp-caption img {
  display: block;
  margin: 0 auto 3px auto;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.wp-smiley {
  margin: 0;
}
/* WP-Gallery feature */
.gallery {
  clear: both;
  margin: 0 -10px;
}
.gallery .gallery-caption,
.gallery .gallery-content,
.gallery .gallery-icon {
  margin: 0 10px;
  display: block;
}
.gallery .gallery-icon .preview {
  display: block;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
#ie7 .gallery-columns-2 .gallery-item {
  width: 48%;
}
#ie7 .gallery-columns-3 .gallery-item {
  width: 31%;
}
#ie7 .gallery-columns-4 .gallery-item {
  width: 23%;
}
#ie7 .gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: both;
}
.gallery img {
  display: block;
  margin: 0 auto;
  border: 1px solid #D3D4D4;
}
.gallery .attachment-thumbnail,
.gallery .attachment-medium {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 3px 0 12px;
}
.ownskit-galleries .gallery-content {
  display: none;
}
.gallery .gallery-content {
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    max-width: 45% !important;
  }
}
/* LESS Mixins 
 * https://github.com/dmitryf/elements/blob/master/elements.less
 * */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.mfp-close,
button.mfp-close {
  cursor: pointer;
  cursor: hand;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 5px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 44px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
  right: -10px;
  top: 0;
  color: #fff;
}
.mfp-close-btn-in .mfp-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  z-index: 10;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-title a {
  color: #fff;
  text-decoration: underline;
}
.mfp-title a:hover {
  color: silver;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 700px) {
  .mfp-bg {
    display: none;
  }
  .mfp-container {
    background: #fff;
  }
  .mfp-close-btn-in .mfp-close {
    color: #000;
  }
  .mfp-close-btn-in .mfp-close:hover {
    color: #000;
  }
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/**
 * New UI
 */
.newui textarea,
.newui input[type="password"],
.newui input[type="number"],
.newui input[type="text"],
.newui input[type="tel"],
.newui input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  background: var(--bg) no-repeat;
  padding: 0.75em 0.75em;
  border: 1px solid var(--fg);
  color: var(--fg);
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.5em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
.newui textarea:focus::-moz-placeholder, .newui input[type="password"]:focus::-moz-placeholder, .newui input[type="number"]:focus::-moz-placeholder, .newui input[type="text"]:focus::-moz-placeholder, .newui input[type="tel"]:focus::-moz-placeholder, .newui input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}
.newui textarea:focus:-ms-input-placeholder, .newui input[type="password"]:focus:-ms-input-placeholder, .newui input[type="number"]:focus:-ms-input-placeholder, .newui input[type="text"]:focus:-ms-input-placeholder, .newui input[type="tel"]:focus:-ms-input-placeholder, .newui input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}
.newui textarea:focus::placeholder,
.newui input[type="password"]:focus::placeholder,
.newui input[type="number"]:focus::placeholder,
.newui input[type="text"]:focus::placeholder,
.newui input[type="tel"]:focus::placeholder,
.newui input[type="email"]:focus::placeholder {
  color: transparent;
}
.newui textarea:focus,
.newui input[type="password"]:focus,
.newui input[type="number"]:focus,
.newui input[type="text"]:focus,
.newui input[type="tel"]:focus,
.newui input[type="email"]:focus {
  border: 1px solid #fb4c4a;
  outline: 0;
}
.newui input[type="radio"] {
  box-sizing: border-box;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0 0.6em 0 0;
  width: 1.7em;
  height: 1.7em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  background: radial-gradient(ellipse at center, var(--bg) 39%, var(--bg) 54%, #ececec 57%, #ececec 69%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}
.newui input[type="radio"]:focus {
  outline: none;
}
.newui input[type="radio"]:checked {
  background: radial-gradient(ellipse at center, #fb4c4a 0%, #fb4c4a 37%, var(--bg) 39%, var(--bg) 54%, #ececec 57%, #ececec 69%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}
.newui input[type="checkbox"] {
  box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  margin: 0 0.6em 0 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none no-repeat center center;
  border-radius: 0;
  border: 1px solid var(--fg);
  width: 1.7em;
  height: 1.7em;
  position: relative;
  top: -0.1em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  cursor: pointer;
  cursor: hand;
}
.newui input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2 2)' stroke='%23fb4c4a' stroke-width='3'%3E%3Cline x1='1' y1='11' x2='11' y2='1'/%3E%3Cline x1='1' y1='1' x2='11' y2='11'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.newui select {
  box-sizing: border-box;
  padding: 0.75em 0.75em;
  display: block;
  width: 100%;
  background: var(--bg) no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 50'%3E%3Cpolygon fill='%23fb4c4a' points='0,0 100,0 50,50'/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-size: 0.75em;
  color: var(--fg);
  border-radius: 0;
  border: 1px solid var(--fg);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.5em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
.newui select:focus {
  border: 1px solid #fb4c4a;
  outline: 0;
}
.newui input[data-newui-icon-search] {
  background: var(--bg) no-repeat;
  color: var(--fg);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2043.637223%2043.648591%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23fb4c4a%3Bstroke-width%3A5%3B%22%20d%3D%22m%2018.654651,2%20c%20-4.2655,1.666e-4%20-8.531156,1.6268594%20-11.7851559,4.8808594%20-6.50933324,6.5080016%20-6.50933324,17.0623136%200,23.5703136%206.5079999,6.5093%2017.0609789,6.508%2023.5703119,0%206.508,-6.509333%206.508,-17.062312%200,-23.5703136%20C%2027.185141,3.6261928%2022.920151,1.9998333%2018.654651,2%20c%200,0%200,0%200,0%20M%2030.91051,30.921876%20c%200,0%2011.3125,11.3125%2011.3125,11.3125%200,0%20-11.3125,-11.3125%20-11.3125,-11.3125%200,0%200,0%200,0%22/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-size: 0.95em;
  padding-right: 1.75em;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--fg-muted);
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--fg-muted);
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--fg-muted);
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--fg-muted);
  text-indent: 0;
}
.nform .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 0.7em 0;
}
.nform .wpcf7-form-control-wrap + br {
  display: none;
}
.nform select,
.nform textarea,
.nform input[type="password"],
.nform input[type="number"],
.nform input[type="text"],
.nform input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  height: 3.1em;
  padding: 0 0.9em;
  line-height: 2.2em;
  font-size: 1.81818182vw;
  font-weight: normal;
  font-family: inherit;
  display: block;
  margin: 0;
  border: 0;
  background: #f5f5f5;
}
@media (min-width: 1100px) {
  .nform select,
  .nform textarea,
  .nform input[type="password"],
  .nform input[type="number"],
  .nform input[type="text"],
  .nform input[type="email"] {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .nform select,
  .nform textarea,
  .nform input[type="password"],
  .nform input[type="number"],
  .nform input[type="text"],
  .nform input[type="email"] {
    font-size: 13.81818182px;
  }
}
.nform textarea {
  height: 130px;
  max-width: none;
  padding: 1em 0.7rem;
  overflow: auto;
}
.nform fieldset {
  margin: 0;
  padding: 0 0 1em 0;
  border: 0;
}
.nform .radio {
  line-height: 1.7em;
  display: block;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.nform .radio .name {
  padding: 0 0 0 22px;
  display: inline-block;
}
.nform .radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.nform .radio input + i {
  position: absolute;
  top: 1px;
  left: 0;
  background: url("radio.png") 0 0;
  width: 18px;
  height: 18px;
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
}
.nform .radio input:checked + i {
  background-position: 0 -20px;
}
.nform .radio:hover {
  color: gray;
}
.nform .radio:hover + i {
  opacity: 0.7;
}
.nform .msg,
.nform .wpcf7-response-output {
  padding: 0.5em 1em;
  background: #efefef;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.nform .wpcf7-display-none {
  display: none;
}
.nform .wpcf7-not-valid,
.nform textarea.error,
.nform input.error,
.nform select.error {
  border: 1px solid red;
}
.nform .wpcf7-not-valid-tip,
.nform span.error {
  font-size: 80%;
  color: red;
  line-height: 1.1;
}
.nform .required {
  color: inherit;
}
.nform .form-row {
  margin: 0 0 5px 0;
}
.nform .form-row > .name {
  font-weight: bold;
  display: block;
  padding: 0.3em 0 0.2em 0;
}
.nform .form-row label.error {
  color: red;
  padding: 0.5em 0 1em 0;
  display: block;
  font-size: 80%;
  line-height: 1;
}
.nform .form-row-checkbox {
  padding: 0.5em 0 0 0;
  display: block;
}
.nform .watermark {
  position: relative;
  display: block;
}
.nform .watermark br {
  display: none;
}
.nform .watermark .name {
  position: absolute;
  top: 0.45em;
  left: 0.7em;
  line-height: 2.2;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  z-index: 10;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark.focused .name {
  background: #777;
  color: #fff;
  padding: 0.3em 0.75em;
  position: absolute;
  z-index: 10001;
  font-weight: normal;
  display: block;
  top: -2.2em;
  left: -0.1em;
  border-radius: 10px;
}
.nform .watermark.focused .name:after {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: #777;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  margin-left: -7px;
  left: 50%;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
:root {
  --fg: #fff;
  --fg-li: #e0e0e0;
  --fg-lili: #b0b0b0;
  --bg: #000;
  --fg-muted: gray;
}
body.light-theme {
  --fg: #000;
  --fg-li: #4e4e4e;
  --fg-lili: #808080;
  --fg-muted: gray;
  --bg: #fff;
}
::-moz-selection {
  background: #fb4c4a;
  color: #fff !important;
  opacity: 1 !important;
}
::selection {
  background: #fb4c4a;
  color: #fff !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #efefef;
  color: #000 !important;
  opacity: 1 !important;
}
.ingress {
  font-size: 2.18181818vw;
  font-weight: 400;
  padding: 0 0 1em 0;
  color: var(--fg);
}
@media (min-width: 1100px) {
  .ingress {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .ingress {
    font-size: 16.58181818px;
  }
}
@media (max-width: 760px) {
  .ingress {
    font-size: 20px;
  }
}
iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.jump-target {
  display: block;
  height: 1px;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
}
body {
  font-family: basic-sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.90909091vw;
  background: var(--bg);
  color: var(--fg);
  padding-bottom: 120px;
}
@media (min-width: 1100px) {
  body {
    font-size: 21px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 14.50909091px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 17px;
  }
}
body::scrollbar {
  width: 22px;
}
body::-moz-scrollbar {
  width: 22px;
}
body::-webkit-scrollbar {
  width: 22px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: var(--bg);
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: var(--fg);
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: var(--fg);
}
a {
  color: var(--fg);
  text-shadow: var(--bg) -1px -1px, var(--bg) -1px 1px, var(--bg) 1px -1px, var(--bg) 1px 1px;
  box-shadow: var(--fg) 0px 1px;
  transition: border 0.2s ease 0s, box-shadow 0.2s ease 0s, background-color 0.2s ease 0s, color 0.25s;
}
@media (hover: hover) {
  a:hover {
    color: #fb4c4a;
    box-shadow: #fb4c4a 0px 1px;
  }
}
sup {
  font-size: 50%;
}
ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 440'%3E%3Ccircle cx='200' cy='180' r='200' fill='#fb4c4a' /%3E%3C/svg%3E");
  padding: 0 0 1em 0.8em;
}
ul li {
  padding: 0.2em 0;
}
table.data {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 0 0;
}
table.data th,
table.data td {
  padding: 0.6em 1.2em;
  border: 1px solid #888;
}
table.data th {
  color: #fb4c4a;
}
table.data tbody tr:nth-child(odd) td {
  background: #efefef;
}
@media screen and (max-width: 760px) {
  table.data {
    border: 0;
  }
  table.data thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.data tr {
    display: block;
  }
  table.data td {
    border-bottom: 0;
    display: block;
    text-align: right;
  }
  table.data td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table.data tr:last-child td:last-child {
    border-bottom: 1px solid #888;
  }
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-size: 6.36363636vw;
  padding: 0.1em 0 0.55em;
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 1100px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 48.36363636px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 60px;
  }
}
h1.smalltitle {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding-bottom: 0.2em;
}
h2 {
  font-size: 3.18181818vw;
  margin: 0;
  padding: 0.8em 0 0.53em;
  font-family: gopher, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1100px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 24.18181818px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-size: 2.72727273vw;
  margin: 0;
  padding: 0.1em 0 0.5em;
  font-family: gopher, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1100px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  h3 {
    font-size: 20.72727273px;
  }
}
@media (max-width: 760px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 2.18181818vw;
  margin: 0;
  padding: 0.1em 0 0.5em;
  font-family: gopher, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1100px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  h4 {
    font-size: 16.58181818px;
  }
}
@media (max-width: 760px) {
  h4 {
    font-size: 18px;
  }
}
h1 + h2 {
  margin-top: 0;
}
a.pdf-icon:before {
  display: inline-block;
  content: "";
  background: url("images/pdf.png") no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: -3px;
  padding-right: 5px;
  vertical-align: middle;
}
.page-wrapper {
  max-width: 1080px;
  padding: 0;
  padding-left: 5.45454545vw;
  padding-right: 5.45454545vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1100px) {
  .page-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-left: 41.45454545px;
  }
}
@media (min-width: 1100px) {
  .page-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 41.45454545px;
  }
}
hr {
  border: 0;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'30px'%20height%3D'30px'%20viewBox%3D'0%200%2010%2010'%3E%3Crect%20width%3D'5'%20height%3D'10'%20x%3D'2'%20fill%3D'var%28--fg%29'%20/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#next-prev-nav-below {
  margin: 1.5em 0 0 auto;
  border-top: 1px solid #eee;
  padding: 1em 0 0 0;
  border-bottom: 0;
}
#next-prev-nav-below a {
  display: block;
  width: 48%;
}
#next-prev-nav-below .title {
  display: block;
}
#next-prev-nav-above {
  padding-bottom: 1.5em;
}
.next-prev-nav {
  overflow: hidden;
  padding: 0;
}
.next-prev-nav .title {
  display: none;
}
.next-prev-nav a {
  text-transform: uppercase;
  display: block;
  width: 40%;
  color: #bbb;
}
.next-prev-nav a:hover {
  color: #fb4c4a;
}
.next-prev-nav a[rel="next"] {
  float: right;
  text-align: right;
}
.next-prev-nav a[rel="next"]:after {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("images/icon-arrow-right-gray.png") 0 0 no-repeat;
  background-size: 20px auto;
  margin-left: -2px;
  position: relative;
  top: -2px;
}
.next-prev-nav a[rel="prev"] {
  float: left;
}
.next-prev-nav a[rel="prev"]:before {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("images/icon-arrow-left-gray.png") 0 0 no-repeat;
  background-size: 20px auto;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
#top-left {
  float: left;
  margin-top: 15px;
}
#top-right {
  float: right;
  margin-top: 15px;
}
#top-right > .menu {
  position: relative;
  z-index: 10060;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  border-right: 1px solid var(--fg);
  padding: 8px 0;
  padding-right: 15px;
  margin-right: 15px;
}
#top-right > .top-cart {
  display: inline-block;
}
#pagenav {
  text-align: left;
  padding: 0 0 2em 0;
}
#pagenav > .page-numbers {
  margin: 0 0 4px 0;
  padding: 4px 0;
  min-width: 2.2em;
  text-align: center;
  display: inline-block;
  color: #fb4c4a;
  border: 1px solid #fb4c4a;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: var(--fg);
  color: var(--fg);
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
.socmed {
  text-align: center;
  padding-top: 2em;
}
.socmed-share,
.socmed-follow {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto;
}
.socmed-share > li,
.socmed-follow > li {
  display: inline-block;
}
.socmed-share .some-link,
.socmed-follow .some-link {
  color: var(--fg);
  text-shadow: none;
  box-shadow: none;
  position: relative;
  display: block;
  padding: 0 0.05em 0.6em 0.05em;
}
.socmed-share .some-link > .img,
.socmed-follow .some-link > .img {
  padding: 0.45em;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background-color 0.25s, border-color 0.25s;
  transform: translateZ(0);
  transform-style: preserve-3d;
  width: 2.1em;
  height: 2.1em;
  border-radius: 1.05em;
  background: none;
}
.socmed-share .some-link > .img > svg,
.socmed-follow .some-link > .img > svg {
  transition: fill 0.25s;
  fill: var(--fg);
  display: block;
  width: 100%;
  height: 100%;
}
.socmed-share .some-link > .txt,
.socmed-follow .some-link > .txt {
  font-size: 8px;
  transform: translateZ(0);
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3.2em;
  right: -3.2em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.1s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--fg);
}
.socmed-share .some-link:focus,
.socmed-follow .some-link:focus {
  outline: 0;
}
.socmed-share .some-link:hover > .img,
.socmed-follow .some-link:hover > .img {
  background: none;
}
.socmed-share .some-link:hover > .img > svg,
.socmed-follow .some-link:hover > .img > svg {
  fill: #fb4c4a;
}
.socmed-share .some-link:hover > .txt,
.socmed-follow .some-link:hover > .txt {
  opacity: 1;
  color: var(--fg);
}
.style-dark .socmed-share .some-link > .txt,
.style-dark .socmed-follow .some-link > .txt {
  color: #fff;
}
.style-dark .socmed-share .some-link > .img > svg,
.style-dark .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
.style-dark .socmed-share .some-link:hover > .img,
.style-dark .socmed-follow .some-link:hover > .img {
  background: #fb4c4a;
}
.style-dark .socmed-share .some-link:hover > .img > svg,
.style-dark .socmed-follow .some-link:hover > .img > svg {
  fill: #fff;
}
.style-dark .socmed-share .some-link:hover > .txt,
.style-dark .socmed-follow .some-link:hover > .txt {
  opacity: 1;
}
.socmed-share-text,
.socmed-follow-text {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 2;
}
.socmed-share-text .img,
.socmed-follow-text .img {
  display: none;
}
.more-link {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 2.15em;
  padding-right: 2.15em;
  padding-top: 0.9em;
  padding-bottom: 0.75em;
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.36363636vw;
  text-shadow: none;
  box-shadow: none;
  transition: background 0.25s;
}
@media (min-width: 1100px) {
  .more-link {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .more-link {
    font-size: 10.36363636px;
  }
}
@media (max-width: 760px) {
  .more-link {
    font-size: 13px;
  }
}
.more-link.pull-right {
  float: right;
}
.more-link > .text {
  display: block;
  position: relative;
}
button.more-link {
  background: none;
  border: 0;
  font-size: inherit;
}
button.more-link > .text {
  color: var(--fg);
}
input.more-link {
  background: #fb4c4a;
  border: 0;
  padding: 1em 3em;
  font-size: inherit;
  transition: background 0.25s;
}
.more-link:focus {
  outline: 0;
}
.more-link.big {
  font-weight: 300;
  font-size: 150%;
}
.style-colored .more-link,
.style-normal .more-link,
.style-light .more-link {
  background: var(--fg);
  color: var(--bg);
}
.style-colored .more-link.button-style-secondary,
.style-normal .more-link.button-style-secondary,
.style-light .more-link.button-style-secondary {
  background: var(--fg);
  color: #fb4c4a;
}
.style-colored .more-link.button-style-grayed,
.style-normal .more-link.button-style-grayed,
.style-light .more-link.button-style-grayed {
  background: gray;
  color: var(--fg);
}
.style-dark .more-link {
  background: #fb4c4a;
  color: #fff;
}
input.more-link:hover,
button.more-link:hover,
.style-colored .more-link,
.style-dark .more-link:hover,
.style-light .more-link:hover,
.more-link:hover {
  background: #fb4c4a;
  color: #fff;
}
.more-link + .more-link {
  margin-left: 0.5em;
}
.button {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 2.15em;
  padding-right: 2.15em;
  padding-top: 0.9em;
  padding-bottom: 0.75em;
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.36363636vw;
  text-shadow: none;
  box-shadow: none;
  transition: background 0.25s;
}
@media (min-width: 1100px) {
  .button {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .button {
    font-size: 10.36363636px;
  }
}
@media (max-width: 760px) {
  .button {
    font-size: 13px;
  }
}
.button.pull-right {
  float: right;
}
.button > .text {
  display: block;
  position: relative;
}
button.button {
  background: none;
  border: 0;
  font-size: inherit;
}
button.button > .text {
  color: var(--fg);
}
input.button {
  background: #fb4c4a;
  border: 0;
  padding: 1em 3em;
  font-size: inherit;
  transition: background 0.25s;
}
.button:focus {
  outline: 0;
}
.button.big {
  font-weight: 300;
  font-size: 150%;
}
.style-colored .button,
.style-normal .button,
.style-light .button {
  background: var(--fg);
  color: var(--bg);
}
.style-colored .button.button-style-secondary,
.style-normal .button.button-style-secondary,
.style-light .button.button-style-secondary {
  background: var(--fg);
  color: #fb4c4a;
}
.style-colored .button.button-style-grayed,
.style-normal .button.button-style-grayed,
.style-light .button.button-style-grayed {
  background: gray;
  color: var(--fg);
}
.style-dark .button {
  background: #fb4c4a;
  color: #fff;
}
input.button:hover,
button.button:hover,
.style-colored .button,
.style-dark .button:hover,
.style-light .button:hover,
.button:hover {
  background: #fb4c4a;
  color: #fff;
}
.button + .more-link {
  margin-left: 0.5em;
}
.primary-btn {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 2.15em;
  padding-right: 2.15em;
  padding-top: 0.9em;
  padding-bottom: 0.75em;
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.36363636vw;
  text-shadow: none;
  box-shadow: none;
  transition: background 0.25s;
  background: #fb4c4a;
  color: #fff;
}
@media (min-width: 1100px) {
  .primary-btn {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .primary-btn {
    font-size: 10.36363636px;
  }
}
@media (max-width: 760px) {
  .primary-btn {
    font-size: 13px;
  }
}
.primary-btn.pull-right {
  float: right;
}
.primary-btn > .text {
  display: block;
  position: relative;
}
button.primary-btn {
  background: none;
  border: 0;
  font-size: inherit;
}
button.primary-btn > .text {
  color: var(--fg);
}
input.primary-btn {
  background: #fb4c4a;
  border: 0;
  padding: 1em 3em;
  font-size: inherit;
  transition: background 0.25s;
}
.primary-btn:focus {
  outline: 0;
}
.primary-btn.big {
  font-weight: 300;
  font-size: 150%;
}
.style-colored .primary-btn,
.style-normal .primary-btn,
.style-light .primary-btn {
  background: var(--fg);
  color: var(--bg);
}
.style-colored .primary-btn.button-style-secondary,
.style-normal .primary-btn.button-style-secondary,
.style-light .primary-btn.button-style-secondary {
  background: var(--fg);
  color: #fb4c4a;
}
.style-colored .primary-btn.button-style-grayed,
.style-normal .primary-btn.button-style-grayed,
.style-light .primary-btn.button-style-grayed {
  background: gray;
  color: var(--fg);
}
.style-dark .primary-btn {
  background: #fb4c4a;
  color: #fff;
}
input.primary-btn:hover,
button.primary-btn:hover,
.style-colored .primary-btn,
.style-dark .primary-btn:hover,
.style-light .primary-btn:hover,
.primary-btn:hover {
  background: #fb4c4a;
  color: #fff;
}
.primary-btn + .more-link {
  margin-left: 0.5em;
}
.more-link-light {
  color: #fb4c4a;
  display: inline-block;
  padding: 1em 1.33em;
}
.more-link-light:hover {
  color: #fd9695;
}
.style-dark .more-link-light {
  color: #fff;
}
.style-dark .more-link-light:hover {
  color: #ffffff;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal .ingress {
  color: var(--fg);
}
.style-normal + .style-normal.padding-layout-lower:after,
.style-normal + .style-normal.padding-layout-top_empty:after {
  display: none;
}
.style-light,
.style-light-bg {
  color: #000;
  background: #f5f5f5;
  background-size: cover;
}
.style-light h1,
.style-light-bg h1,
.style-light h2,
.style-light-bg h2,
.style-light h3,
.style-light-bg h3,
.style-light h4,
.style-light-bg h4,
.style-light h5,
.style-light-bg h5 {
  color: #000;
}
.style-light .ingress,
.style-light-bg .ingress {
  color: #fb4c4a;
}
.style-light a,
.style-light-bg a {
  color: var(--fg);
}
.style-light a:hover,
.style-light-bg a:hover {
  color: #fb4c4a;
}
.style-dark,
.style-dark-bg {
  background-color: #fb4c4a;
  color: #fff;
  background-size: 0;
}
.style-dark h1,
.style-dark-bg h1,
.style-dark h2,
.style-dark-bg h2,
.style-dark h3,
.style-dark-bg h3,
.style-dark h4,
.style-dark-bg h4 {
  color: #fff;
}
.style-dark .ingress,
.style-dark-bg .ingress {
  color: #fff;
}
.style-dark a,
.style-dark-bg a {
  color: #fff;
}
.style-dark a:hover,
.style-dark-bg a:hover {
  color: #fff;
}
.style-light-bg,
.style-dark-bg {
  border-top: none !important;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.style-dark-bg-overlay:before {
  background: rgba(251, 76, 74, 0.75);
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.style-dark-bg-overlay.overlay-black:before {
  background: rgba(0, 0, 0, 0.25);
}
.style-dark-bg-overlay > .txt {
  position: relative;
}
.style-dark > .txt {
  color: #fff;
}
.style-dark > .txt h1 {
  color: #fff;
}
.style-colored {
  background: #fb4c4a;
  color: #fff;
}
.style-colored > .txt h1,
.style-colored > .txt h2,
.style-colored > .txt h3,
.style-colored > .txt h4,
.style-colored > .txt h5 {
  color: #fff;
}
.style-colored > .txt a {
  color: #fff;
}
.style-colored > .txt a:hover {
  color: #ffffff;
}
.style-colored > .txt .ingress {
  color: #fb4c4a;
}
.style-colored > .txt .textblock-link {
  color: #fb4c4a;
}
.style-colored > .txt .textblock-link:hover {
  color: #fb4c4a;
}
.cols {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.cols.cols-2 {
  margin: 0 -2%;
}
.cols.cols-2 > li {
  float: left;
  width: 50%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-2 > li:nth-child(2n + 1) {
  clear: both;
}
.cols.cols-3 {
  margin: 0 -2%;
}
.cols.cols-3 > li {
  float: left;
  width: 33.33333333%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-3 > li:nth-child(3n + 1) {
  clear: both;
}
.cols.cols-4 {
  margin: 0 -2%;
}
.cols.cols-4 > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
.screen-slide {
  height: 100vh;
}
@media (max-width: 760px) {
  .screen-slide {
    height: auto;
    min-height: 100vw;
  }
}
.block {
  text-align: center;
  position: relative;
}
.block > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
.block > .txt {
  padding-top: 13.36363636vw;
  padding-bottom: 13.36363636vw;
}
@media (min-width: 1100px) {
  .block > .txt {
    padding-top: 147px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 101.56363636px;
  }
}
@media (min-width: 1100px) {
  .block > .txt {
    padding-bottom: 147px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-bottom: 101.56363636px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.block > .txt > .ingress {
  text-align: center;
}
.block.padding-layout-lower > .txt {
  padding-top: 1%;
  padding-bottom: 1%;
}
@media (min-width: 1100px) {
  .block.padding-layout-lower > .txt {
    padding-top: 11px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-top: 7.6px;
  }
}
@media (min-width: 1100px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 11px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 7.6px;
  }
}
.block.padding-layout-top_bottom_empty > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block.padding-layout-bottom_empty > .txt {
  padding-bottom: 0;
}
.block.padding-layout-top_empty > .txt {
  padding-top: 0;
}
.block.splitter-below:after {
  content: "";
  display: block;
  border-bottom: 1px dotted var(--fg);
  margin: 0 auto;
  max-width: calc(100% - 5.454545454545454vw - 5.454545454545454vw);
}
@media (min-width: 1100px) {
  .block.splitter-below:after {
    max-width: calc(1080px - 60px - 60px);
  }
}
@media (max-width: 760px) {
  .block.splitter-below:after {
    max-width: calc(100% - 41.45454545454545px - 41.45454545454545px);
  }
}
@media (max-width: 760px) {
  .block.splitter-below:after {
    max-width: calc(100% - 15px - 15px);
  }
}
.block.splitter-above:before {
  content: "";
  display: block;
  border-top: 1px dotted var(--fg);
  margin: 0 auto;
  max-width: calc(100% - 5.454545454545454vw - 5.454545454545454vw);
}
@media (min-width: 1100px) {
  .block.splitter-above:before {
    max-width: calc(1080px - 60px - 60px);
  }
}
@media (max-width: 760px) {
  .block.splitter-above:before {
    max-width: calc(100% - 41.45454545454545px - 41.45454545454545px);
  }
}
@media (max-width: 760px) {
  .block.splitter-above:before {
    max-width: calc(100% - 15px - 15px);
  }
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--fg);
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--fg);
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--fg);
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--fg);
  text-indent: 0;
}
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: black center center no-repeat;
  background-size: cover;
  z-index: 2000;
  transform-style: preserve-3d;
}
body.show-popup #popup {
  display: block;
}
#popup > .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
body.show-popup {
  overflow: hidden;
}
.help {
  font-size: 90%;
  color: gray;
}
.mfp-content {
  padding-top: 40px;
}
p:first-child a.mfp-close {
  cursor: pointer;
  cursor: hand;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22110%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%20110%20110%22%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%20transform%3D%22rotate(45%2055%2055)%22%2F%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%20transform%3D%22rotate(-45%2055%2055)%22%2F%3E%3C%2Fsvg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -15px;
}
p:first-child a.mfp-close > span {
  display: none;
}
#content.article-post {
  padding-top: 7%;
  padding-bottom: 7%;
}
.events > .month {
  text-align: left;
}
.events > .month > .collapser {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.events > .month > .collapser > svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: #fb4c4a;
}
.events > .month > .collapser > span {
  position: absolute;
  top: 0;
  left: 0.2em;
  line-height: 0.9;
  color: #fff;
}
.events > .month > .collapser > .expand {
  display: block;
}
.events > .month > .collapser > .collapse {
  display: none;
}
.events > .month > .collapser:hover > svg {
  fill: #fd9695;
}
.events > .schedule tbody tr:nth-child(n + 6) {
  display: none;
}
.events.open > .more-link-wrapper {
  display: none;
}
.events.open > .schedule tbody tr:nth-child(n + 6) {
  display: table-row;
}
.events + .events {
  padding-top: 1.5em;
}
.schedule {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.schedule th,
.schedule td {
  padding: 0.5em 1em;
  text-align: left;
}
.schedule > thead > tr > .buy {
  text-align: center;
}
.schedule > tbody > tr > .date {
  font-weight: normal;
  text-align: left;
}
.schedule > tbody > tr > .buy {
  text-align: right;
}
.schedule .date {
  width: 9em;
}
.schedule .time {
  width: 15%;
}
.schedule .available {
  width: 30%;
}
.schedule .buy {
  text-align: right;
  width: 9em;
}
.schedule > tbody > tr:nth-child(odd) > * {
  background: #fff;
}
@media (max-width: 760px) {
  .schedule th,
  .schedule td {
    padding: 0.5em 1em 1.5em 1em;
  }
  .schedule .date {
    white-space: nowrap;
  }
  .schedule .time {
    padding: 0 0 0 1em;
    position: absolute;
    left: 0;
    background: none !important;
    margin-top: 3em;
    white-space: nowrap;
  }
}
@media (max-width: 660px) {
  .schedule .date {
    width: 5em;
  }
  .schedule .available {
    display: none;
  }
  .schedule .time {
    padding: 0 0 0 1em;
    margin-top: 3em;
  }
}
.buttons {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0.5em 0 0 0;
}
.buttons > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buttons > li + li {
  margin-left: 0.5em;
}
@media (max-width: 760px) {
  .buttons > li {
    display: block;
    margin-left: 0;
  }
  .buttons > li + li {
    margin-left: 0;
  }
  .buttons > li > a {
    display: block;
  }
}
.dropdown {
  position: relative;
}
.dropdown > a {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.25em 0.9em;
  border: 1px solid var(--fg);
  color: var(--fg);
  box-sizing: border-box;
  transition: border-color 0.25s, color 0.25s;
}
@media (max-width: 760px) {
  .dropdown > a {
    padding: 0.26em 0.9em;
  }
}
.dropdown > a > .text {
  display: inline-block;
  vertical-align: middle;
}
.dropdown > a > svg {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75em;
  width: 1em;
  height: 1em;
  stroke: var(--fg) !important;
  transition: stroke 0.25s;
}
@media (hover: hover) {
  .dropdown > a:hover {
    border-color: #fb4c4a;
    color: #fb4c4a;
  }
  .dropdown > a:hover > svg {
    stroke: #fb4c4a !important;
  }
}
@media (hover: hover) {
  .dropdown:hover > a {
    border-bottom-color: #fb4c4a;
  }
}
.dropdown > .items {
  display: none;
}
.dropdown.show > .items {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
}
.dropdown.show > .items li {
  padding: 0;
  margin: 0;
}
.dropdown.show > .items a {
  color: var(--fg);
  padding: 0.25em 0.9em;
  text-decoration: none;
  display: block;
  border: 1px solid var(--fg);
  border-top: 0;
  transition: border-color 0.25s, color 0.25s;
  background: none;
}
@media (hover: hover) {
  .dropdown.show > .items a:hover {
    border-color: #fb4c4a;
    color: #fb4c4a;
  }
}
/*  Larger Screen Styling */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: inherit;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
@media (max-width: 760px) {
  .daterangepicker:before {
    left: 74px !important;
  }
}
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
@media (max-width: 760px) {
  .daterangepicker:after {
    left: 75px !important;
  }
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
}
.daterangepicker .calendar-table .next span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.off.in-range {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.off.start-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 0;
}
.daterangepicker td.end-date {
  border-radius: 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 0;
}
.daterangepicker td.active {
  background-color: #fb4c4a;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.active:hover {
  background-color: #fb4c4a;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  width: 40%;
}
.daterangepicker select.hourselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.minuteselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.secondselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
  text-transform: capitalize;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li:last-child {
  display: none;
}
.daterangepicker .ranges li.active {
  background-color: #fb4c4a;
  color: #fff;
}
@media (max-width: 760px) {
  .daterangepicker {
    left: 15px !important;
    right: 15px !important;
    width: auto !important;
  }
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges {
  float: none;
}
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}
@media (max-width: 760px) {
  .daterangepicker.show-ranges .drp-calendar.left {
    border-left: 0;
  }
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges {
    float: left;
  }
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges {
    float: right;
  }
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 8px;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 12px;
  }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .ranges {
    text-align: right;
    float: right;
  }
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
}
.block-404 h1 {
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  top: 0.1em;
  font-size: 9.09090909vw;
  text-align: left;
  padding: 0;
}
@media (min-width: 1100px) {
  .block-404 h1 {
    font-size: 100px;
  }
}
@media (max-width: 760px) {
  .block-404 h1 {
    font-size: 69.09090909px;
  }
}
@media (max-width: 760px) {
  .block-404 h1 {
    font-size: 15.4vw;
  }
}
.block-articles-list .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.block-articles-list .article-list > li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 1em;
}
.block-articles-list .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-list .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-list .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-list .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-list .article-list > li {
    border-right: 0;
  }
}
.block-articles-list .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-list .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-list .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-list .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-list .article-list-item .details .meta {
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles-list .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.81818182vw;
}
@media (min-width: 1100px) {
  .block-articles-list .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-list .article-list-item .details h2 {
    font-size: 13.81818182px;
  }
}
.block-articles-list .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-list .article-list-item > a {
  display: block;
  color: var(--fg);
}
.block-articles-list .article-list-item > a:hover {
  color: #fb4c4a;
}
@media (max-width: 760px) {
  .block-articles-list .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-list .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  margin: 0 -2%;
}
.block-articles-home .article-list > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-articles-home .article-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-articles-home .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-home .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-home .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-home .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-home .article-list > li {
    border-right: 0;
  }
}
.block-articles-home .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-home .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-home .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-home .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-home .article-list-item .details .meta {
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles-home .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.81818182vw;
}
@media (min-width: 1100px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 13.81818182px;
  }
}
.block-articles-home .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: var(--fg);
}
.block-articles-home .article-list-item > a:hover {
  color: #fb4c4a;
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: flex;
  margin: 0 -2%;
}
.block-articles .article-list > li {
  flex: 1;
  max-width: 33.3333%;
  padding: 0 2%;
  border-right: 1px solid var(--fg);
}
.block-articles .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles .article-list > li {
    border-right: 0;
  }
}
.block-articles .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles .article-list-item .details .meta {
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.81818182vw;
}
@media (min-width: 1100px) {
  .block-articles .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles .article-list-item .details h2 {
    font-size: 13.81818182px;
  }
}
.block-articles .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles .article-list-item > a {
  display: block;
  color: var(--fg);
}
.block-articles .article-list-item > a:hover {
  color: #fb4c4a;
}
@media (max-width: 760px) {
  .block-articles .article-list-item .excerpt {
    display: none;
  }
}
.block-articles .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  margin: 0 -2%;
}
.block-articles-home .article-list > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-articles-home .article-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-articles-home .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-home .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-home .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-home .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-home .article-list > li {
    border-right: 0;
  }
}
.block-articles-home .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-home .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-home .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-home .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-home .article-list-item .details .meta {
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles-home .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.81818182vw;
}
@media (min-width: 1100px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 13.81818182px;
  }
}
.block-articles-home .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: var(--fg);
}
.block-articles-home .article-list-item > a:hover {
  color: #fb4c4a;
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-central-items {
  text-align: center;
}
.block-central-items .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-central-items .images li {
  display: inline-block;
  vertical-align: top;
  width: 18em;
  padding: 0 0.55em 2em 0.55em;
}
.block-central-items .images li > span {
  display: block;
  padding: 0 0 2em 0;
}
@media (max-width: 660px) {
  .block-central-items .images.images-3 li {
    width: 14em;
  }
}
.block-central-items .images.images-4 {
  overflow: hidden;
}
.block-central-items .images .img-wrapper {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.block-central-items .images img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: opacity 0.15s;
}
.block-central-items .images .img {
  box-sizing: border-box;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-central-items .images .title {
  display: block;
}
.block-central-items .images h3 {
  font-size: 1.63636364vw;
  padding-bottom: 0;
}
@media (min-width: 1100px) {
  .block-central-items .images h3 {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .block-central-items .images h3 {
    font-size: 12.43636364px;
  }
}
.block-central-items .images li > a,
.block-central-items .images li > span {
  display: block;
  color: var(--fg);
  transition: color 0.15s;
}
.block-central-items .images li > a h4,
.block-central-items .images li > span h4 {
  color: inherit;
}
.block-central-items .images li > a:hover {
  color: gray;
}
.block-central-items .images li > a:hover h4 {
  color: inherit;
}
.block-central-items .images li > a:hover img,
.block-central-items .images li > a:hover .img {
  opacity: 0.8;
}
.block-central-items .more-link-wrapper {
  text-align: center;
}
.block-central-items.layout-left > .txt {
  text-align: left;
  display: flex;
}
.block-central-items.layout-left > .txt > .content {
  flex: 1;
}
.block-central-items.layout-left > .txt > .images-wrapper {
  flex: 1;
  align-self: center;
  text-align: center;
}
@media (max-width: 760px) {
  .block-central-items.layout-left > .txt {
    display: block;
  }
}
.block-central-items .footer {
  clear: both;
}
.block-central-texts {
  text-align: center;
}
.block-central-texts > .txt {
  padding-top: 2.33em;
}
.block-central-texts .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -2%;
}
.block-central-texts .images > li {
  float: left;
  width: 50%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-central-texts .images > li:nth-child(2n + 1) {
  clear: both;
}
.block-central-texts .images li {
  text-align: left;
  /*
            &:nth-child(2) {
                .img {
                    background-image: url('images/circle-medium02.png');
                }
            }
            &:nth-child(3) {
                .img {
                    background-image: url('images/circle-medium03.png');
                }
            }
            */
}
.block-central-texts .images li > span {
  display: block;
  padding: 0 0 2em 0;
}
.block-central-texts .images li .img {
  border: 3px solid #fb4c4a;
  border-radius: 50%;
}
.block-central-texts .images .img {
  width: 9em;
  height: 9em;
  background-size: cover;
  margin: 0 1em 0 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.15s;
  float: left;
}
.block-central-texts .images .info {
  overflow: hidden;
}
.block-central-texts .images img {
  width: 100%;
}
.block-central-texts .images .title {
  display: block;
  padding: 0 0 0.25em 0;
}
.block-central-texts .images .content3,
.block-central-texts .images .content2 {
  font-size: 85%;
}
.block-central-texts .images span {
  display: block;
}
.block-central-texts .images li > a,
.block-central-texts .images li > span {
  display: block;
  color: var(--fg);
  transition: color 0.15s;
}
.block-central-texts .images li > a:hover {
  color: var(--fg-lili);
}
.block-central-texts .images li > a:hover .img {
  opacity: 0.8;
}
.block-central-texts .footer {
  padding-top: 2.5em;
  text-align: left;
  position: relative;
}
.block-central-texts .buttons {
  text-align: left;
}
.block-central-texts .more-link-wrapper {
  text-align: center;
}
.block-content-2 {
  display: flex;
  text-align: center;
}
.block-content-2 h1 {
  text-align: center;
}
.block-content-2 h1:after {
  left: 0;
  transform: none;
}
.block-content-2 > .col {
  box-sizing: border-box;
  flex: 0 0 50%;
}
.block-content-2 > .col > .col-wrapper {
  padding: 14% 13%;
}
.block-content-2 .buttons {
  padding-top: 0.5em;
  text-align: center;
}
@media (max-width: 665px) {
  .block-content-2 {
    display: block;
  }
}
.block-content-cols {
  text-align: left;
}
.block-content-cols .content-cols {
  margin: 0 -2%;
}
.block-content-cols .content-cols > .content-col {
  float: left;
  width: 33.33333333%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-content-cols .content-cols > .content-col:nth-child(3n + 1) {
  clear: both;
}
.block-content-cols .content-cols > .content-col {
  padding-bottom: 1.5em;
}
.block-content-cols .content-cols-2 {
  margin: 0 -2%;
}
.block-content-cols .content-cols-2 > .content-col:nth-child(3n + 1) {
  clear: none;
}
.block-content-cols .content-cols-2 > .content-col {
  float: left;
  width: 50%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-content-cols .content-cols-2 > .content-col:nth-child(2n + 1) {
  clear: both;
}
.block-content-cols .content-cols-2 > .content-col {
  padding-bottom: 1.5em;
}
@media (max-width: 760px) {
  .block-content-cols .content-cols {
    margin: 0;
    padding: 0;
  }
  .block-content-cols .content-cols > .content-col {
    float: none;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
}
.block-content-image {
  text-align: left;
}
.block-content-image > .txt > h1 {
  text-align: center;
}
.block-content-image .buttons {
  text-align: left;
}
.block-content-image .contents > .content {
  padding-right: 1em;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.block-content-image .contents > .image {
  padding-left: 1em;
  float: right;
  width: 50%;
  box-sizing: border-box;
}
.block-content-image .contents > .image > img {
  display: block;
  width: 100%;
}
.block-content-image .contents > .image > .content-below-image {
  position: relative;
  margin-top: 1.75em;
}
.block-content-image .contents > .image > .content-below-image .buttons {
  margin-top: 0;
  padding-top: 0.8em;
  text-align: left;
}
@media (max-width: 660px) {
  .block-content-image .contents > .content {
    padding-right: 0;
    float: none;
    width: auto;
  }
  .block-content-image .contents > .image {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .block-content-image .contents > .image > img {
    margin-top: 3em;
  }
}
.block-content-image.image-placement-left .contents > .content {
  float: right;
  padding-left: 1em;
  padding-right: 0;
}
.block-content-image.image-placement-left .contents > .image {
  float: left;
  padding-left: 0;
  padding-right: 1em;
}
@media (max-width: 660px) {
  .block-content-image.image-placement-left .contents > .content {
    padding-right: 0;
    float: none;
    width: auto;
  }
  .block-content-image.image-placement-left .contents > .image {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
body.page-palvelut .block-content-image .contents > .image > img {
  width: auto;
  height: 27em;
  margin: 0 auto;
}
@media (max-width: 660px) {
  body.page-palvelut .block-content-image .contents > .image > img {
    margin-top: 3em;
    height: 17em;
  }
}
.block-content {
  text-align: left;
}
.block-content > .txt > .ingress {
  text-align: left;
  max-width: none;
}
.block-content.layout-narrower > .page-wrapper {
  max-width: 50em;
  margin: 0 auto;
}
.block-content.layout-bordered > .page-wrapper > .content-wrapper {
  box-sizing: border-box;
  border: 3em solid black;
  -o-border-image: url(images/noise.jpg) 70 round;
     border-image: url(images/noise.jpg) 70 round;
  padding: 4em;
}
@media (max-width: 760px) {
  .block-content.layout-bordered > .page-wrapper > .content-wrapper {
    box-sizing: border-box;
    border: 1em solid black;
    -o-border-image: url(images/noise.jpg) 30 round;
       border-image: url(images/noise.jpg) 30 round;
    padding: 1em;
  }
}
.block-footer1 > .txt {
  padding-bottom: 7%;
  padding-top: 7%;
  text-align: center;
}
@media (min-width: 1100px) {
  .block-footer1 > .txt {
    padding-bottom: 77px;
  }
}
@media (max-width: 760px) {
  .block-footer1 > .txt {
    padding-bottom: 53.2px;
  }
}
@media (min-width: 1100px) {
  .block-footer1 > .txt {
    padding-top: 77px;
  }
}
@media (max-width: 760px) {
  .block-footer1 > .txt {
    padding-top: 53.2px;
  }
}
.block-footer1 .content {
  max-width: 30em;
  margin: 0 auto;
  padding-top: 1.5em;
}
.block-footer1 h1 {
  font-size: 2.72727273vw;
}
@media (min-width: 1100px) {
  .block-footer1 h1 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-footer1 h1 {
    font-size: 20.72727273px;
  }
}
.block-footer2 {
  background: var(--bg);
  color: var(--fg);
  position: relative;
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 67%;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .block-footer2 {
    font-size: var(--mini-size);
    font-family: "Sweden Sans";
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
  }
}
.block-footer2 a {
  text-shadow: none;
  box-shadow: none;
}
.block-footer2 > .txt {
  padding-bottom: 5%;
  padding-top: 7%;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .block-footer2 > .txt {
    padding-bottom: 55px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .txt {
    padding-bottom: 38px;
  }
}
@media (min-width: 1100px) {
  .block-footer2 > .txt {
    padding-top: 77px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .txt {
    padding-top: 53.2px;
  }
}
.block-footer2 h2 {
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 150%;
}
.block-footer2 .content {
  display: flex;
}
.block-footer2 .go-to-top {
  display: none;
}
@media (max-width: 760px) {
  .block-footer2 a {
    display: inline-block;
    padding: 0.8em;
  }
}
.block-footer2 .newsletter,
.block-footer2 .content1_1,
.block-footer2 .content1_2,
.block-footer2 .content2_1 {
  flex: 1;
  padding-right: 2.5em;
  padding-left: 2.5em;
  border-right: 1px solid var(--fg);
}
.block-footer2 .newsletter svg,
.block-footer2 .content1_1 svg,
.block-footer2 .content1_2 svg,
.block-footer2 .content2_1 svg {
  display: block;
  margin-bottom: 1em;
  height: 2em;
}
.block-footer2 .newsletter svg.ilves-logo-svg,
.block-footer2 .content1_1 svg.ilves-logo-svg,
.block-footer2 .content1_2 svg.ilves-logo-svg,
.block-footer2 .content2_1 svg.ilves-logo-svg {
  fill: var(--fg);
}
.block-footer2 .newsletter svg.semifinal-logo-svg,
.block-footer2 .content1_1 svg.semifinal-logo-svg,
.block-footer2 .content1_2 svg.semifinal-logo-svg,
.block-footer2 .content2_1 svg.semifinal-logo-svg {
  fill: var(--fg);
}
.block-footer2 .content1_1 {
  padding-left: 0;
}
.block-footer2 .newsletter {
  border-right: 0;
}
.block-footer2 .newsletter label {
  display: block;
  padding-bottom: 0.8em;
}
.block-footer2 .newsletter label > .text {
  display: block;
}
.block-footer2 .newsletter input[type="text"],
.block-footer2 .newsletter input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  border: 0;
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 0.6em 0.5em;
  margin-top: 0.2em;
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--fg);
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.block-footer2 .newsletter button[type="submit"] {
  margin-top: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 2.15em;
  padding-right: 2.15em;
  padding-top: 0.9em;
  padding-bottom: 0.75em;
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.36363636vw;
  text-shadow: none;
  box-shadow: none;
  transition: background 0.25s;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid var(--fg);
  background: var(--fg);
  color: var(--bg);
  display: block;
  width: 100%;
}
@media (min-width: 1100px) {
  .block-footer2 .newsletter button[type="submit"] {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .block-footer2 .newsletter button[type="submit"] {
    font-size: 10.36363636px;
  }
}
@media (max-width: 760px) {
  .block-footer2 .newsletter button[type="submit"] {
    font-size: 13px;
  }
}
.block-footer2 .newsletter button[type="submit"].pull-right {
  float: right;
}
.block-footer2 .newsletter button[type="submit"] > .text {
  display: block;
  position: relative;
}
button.block-footer2 .newsletter button[type="submit"] {
  background: none;
  border: 0;
  font-size: inherit;
}
button.block-footer2 .newsletter button[type="submit"] > .text {
  color: var(--fg);
}
input.block-footer2 .newsletter button[type="submit"] {
  background: #fb4c4a;
  border: 0;
  padding: 1em 3em;
  font-size: inherit;
  transition: background 0.25s;
}
.block-footer2 .newsletter button[type="submit"]:focus {
  outline: 0;
}
.block-footer2 .newsletter button[type="submit"].big {
  font-weight: 300;
  font-size: 150%;
}
.style-colored .block-footer2 .newsletter button[type="submit"],
.style-normal .block-footer2 .newsletter button[type="submit"],
.style-light .block-footer2 .newsletter button[type="submit"] {
  background: var(--fg);
  color: var(--bg);
}
.style-colored .block-footer2 .newsletter button[type="submit"].button-style-secondary,
.style-normal .block-footer2 .newsletter button[type="submit"].button-style-secondary,
.style-light .block-footer2 .newsletter button[type="submit"].button-style-secondary {
  background: var(--fg);
  color: #fb4c4a;
}
.style-colored .block-footer2 .newsletter button[type="submit"].button-style-grayed,
.style-normal .block-footer2 .newsletter button[type="submit"].button-style-grayed,
.style-light .block-footer2 .newsletter button[type="submit"].button-style-grayed {
  background: gray;
  color: var(--fg);
}
.style-dark .block-footer2 .newsletter button[type="submit"] {
  background: #fb4c4a;
  color: #fff;
}
input.block-footer2 .newsletter button[type="submit"]:hover,
button.block-footer2 .newsletter button[type="submit"]:hover,
.style-colored .block-footer2 .newsletter button[type="submit"],
.style-dark .block-footer2 .newsletter button[type="submit"]:hover,
.style-light .block-footer2 .newsletter button[type="submit"]:hover,
.block-footer2 .newsletter button[type="submit"]:hover {
  background: #fb4c4a;
  color: #fff;
}
.block-footer2 .newsletter button[type="submit"] + .more-link {
  margin-left: 0.5em;
}
.block-footer2 .newsletter button[type="submit"]:hover {
  background: #fb4c4a;
  color: #fff;
  border-color: #fb4c4a;
}
.block-footer2 .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--fg);
  border-bottom: 1px solid var(--fg);
  margin-bottom: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.block-footer2 .menu li {
  display: block;
  white-space: nowrap;
  text-align: center;
}
.block-footer2 .menu a {
  display: inline-block;
  color: inherit;
  font-size: 1.18181818vw;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 1100px) {
  .block-footer2 .menu a {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .block-footer2 .menu a {
    font-size: 8.98181818px;
  }
}
.block-footer2 .menu a:hover {
  color: #fb4c4a;
}
.block-footer2 .copyright {
  padding-top: 3em;
  font-size: 11px;
}
.block-footer2 .copyright a {
  color: var(--fg);
}
.block-footer2 .copyright a:hover {
  color: #fb4c4a;
}
@media (max-width: 760px) {
  .block-footer2 > .txt {
    text-align: center;
  }
  .block-footer2 .menu {
    display: block;
  }
  .block-footer2 .content {
    display: flex;
    flex-wrap: wrap;
  }
  .block-footer2 .copyright {
    padding: 0.5em;
    padding-top: 3em;
    text-align: center;
  }
  .block-footer2 .go-to-top {
    display: none;
    position: fixed;
    right: 1.7em;
    bottom: 2.5em;
  }
  .block-footer2 .go-to-top > svg {
    display: block;
    width: 3.25em;
  }
  .block-footer2 .newsletter,
  .block-footer2 .content2_1,
  .block-footer2 .content1_2,
  .block-footer2 .content1_1 {
    flex: 100%;
    width: 100%;
    border-right: 0;
    padding: 0 0 1.5em 0;
    order: 2;
  }
  .block-footer2 .newsletter .alignnone,
  .block-footer2 .content2_1 .alignnone,
  .block-footer2 .content1_2 .alignnone,
  .block-footer2 .content1_1 .alignnone,
  .block-footer2 .newsletter .aligncenter,
  .block-footer2 .content2_1 .aligncenter,
  .block-footer2 .content1_2 .aligncenter,
  .block-footer2 .content1_1 .aligncenter,
  .block-footer2 .newsletter .wp-post-image,
  .block-footer2 .content2_1 .wp-post-image,
  .block-footer2 .content1_2 .wp-post-image,
  .block-footer2 .content1_1 .wp-post-image,
  .block-footer2 .newsletter img.aligncenter,
  .block-footer2 .content2_1 img.aligncenter,
  .block-footer2 .content1_2 img.aligncenter,
  .block-footer2 .content1_1 img.aligncenter {
    margin: 0 auto 0 0;
  }
  .block-footer2 .newsletter > svg,
  .block-footer2 .content2_1 > svg,
  .block-footer2 .content1_2 > svg,
  .block-footer2 .content1_1 > svg {
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .block-footer2 .newsletter {
    margin-bottom: 2em;
    order: 1;
  }
  .block-footer2 .newsletter input[type="text"],
  .block-footer2 .newsletter input[type="email"] {
    font-size: 110%;
    padding: 0.8em 0.7em;
    width: 100%;
  }
  .block-footer2 .newsletter input[type="submit"] {
    margin-top: 1.5em;
  }
  .block-footer2 .content1_1 > svg {
    width: 9em;
    height: auto;
  }
  .block-footer2 .content1_2 > svg {
    width: 12em;
    height: auto;
  }
  .block-footer2 .content2_1 > svg {
    width: 6em;
    height: auto;
  }
  .block-footer2 .newsletter input[type="submit"] {
    display: inline-block;
    width: auto;
  }
  .block-footer2 .menu li {
    display: block;
  }
}
.block-form {
  text-align: left;
}
.block-form > .txt > .content {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 1.5em;
}
.block-form > .txt > .form {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
@media (max-width: 760px) {
  .block-form > .txt > .form,
  .block-form > .txt > .content {
    width: auto;
    float: none;
    padding-right: 0;
  }
}
.block-form .message {
  float: left;
  width: 50%;
  padding-right: 1em;
  box-sizing: border-box;
}
.block-form .message textarea {
  height: 10.5em;
  padding: 0.5em 1em;
}
.block-form .nform {
  text-align: left;
  display: block;
  padding-top: 1.5em;
}
.block-form .actions {
  text-align: center;
  padding-top: 1.5em;
  clear: both;
}
.block-form .wpcf7-recaptcha {
  display: block;
  text-align: center;
  clear: both;
}
.block-form .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.block-form .wpcf7-response-output {
  text-align: center;
  background: none;
}
.block-graph .image-mobile > svg,
.block-graph .image-desktop > svg,
.block-graph .image-mobile > img,
.block-graph .image-desktop > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.block-graph .image-mobile {
  display: none;
}
@media (max-width: 760px) {
  .block-graph .image-desktop {
    display: none;
  }
  .block-graph .image-mobile {
    display: block;
  }
}
#header-padder-menu2 {
  display: block;
  height: 10.45454545vw;
  /* Admin bar adjustment with padding */
}
@media (min-width: 1100px) {
  #header-padder-menu2 {
    height: 115px;
  }
}
@media (max-width: 760px) {
  #header-padder-menu2 {
    height: 79.45454545px;
  }
}
body.page-semifinal-2 #header-padder-menu2,
body.page-semifinal #header-padder-menu2,
body.front-page #header-padder-menu2 {
  height: 15.36363636vw;
}
@media (min-width: 1100px) {
  body.page-semifinal-2 #header-padder-menu2,
  body.page-semifinal #header-padder-menu2,
  body.front-page #header-padder-menu2 {
    height: 169px;
  }
}
@media (max-width: 760px) {
  body.page-semifinal-2 #header-padder-menu2,
  body.page-semifinal #header-padder-menu2,
  body.front-page #header-padder-menu2 {
    height: 116.76363636px;
  }
}
@media (max-width: 760px) {
  #header-padder-menu2 {
    height: 113px;
  }
  body.page-semifinal-2 #header-padder-menu2,
  body.page-semifinal #header-padder-menu2,
  body.front-page #header-padder-menu2 {
    height: 168px;
  }
}
body.page-template-page-menu-clear.dark-theme #header-padder-menu2 {
  height: 0;
}
body.admin-bar #header-padder-menu2 {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-padder-menu2 {
    padding-top: 46px;
  }
}
#header-menu2 {
  background: var(--bg);
  color: var(--fg);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0;
}
#header-menu2 a {
  text-shadow: none;
  box-shadow: none;
}
body.admin-bar #header-menu2 {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-menu2 {
    top: 46px;
  }
}
body.page-template-page-menu-clear #header-menu2 {
  background: none;
}
body.scrolled #header-menu2 {
  background: var(--bg);
}
@media (max-width: 760px) {
  body.show-mobile-menu #header-menu2 {
    left: 84%;
    background: none;
  }
}
#header-menu2 .header-title {
  left: 0;
  position: absolute;
  z-index: 1070;
  display: block;
  padding-top: 0.6em;
  padding-bottom: 0;
  margin: 0 auto;
  font-size: 4.54545455vw;
  width: 14.54545455vw;
}
@media (min-width: 1100px) {
  #header-menu2 .header-title {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .header-title {
    font-size: 34.54545455px;
  }
}
@media (min-width: 1100px) {
  #header-menu2 .header-title {
    width: 160px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .header-title {
    width: 110.54545455px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .header-title {
    left: 13px;
    padding-top: 0.8em;
    width: 160px;
  }
  body.show-mobile-menu #header-menu2 .header-title {
    opacity: 0;
    display: none;
  }
}
#header-menu2 .header-title svg {
  display: block;
  width: 100%;
}
#header-menu2 .header-title svg.semifinal-logo-svg {
  margin-top: 0.28em;
  fill: var(--fg);
}
#header-menu2 .header-title img {
  display: block;
  width: 100%;
}
#header-menu2 .main-menu {
  position: relative;
  /*
        @media (max-width: 760px) {
            body.front-page & {
                .transition(~"height @{anim-speed}, opacity @{anim-speed}");
                overflow: hidden;
                height: @header-height-mobile-menu2;
                // opacity: 1;
            }
            body.front-page.scrolled & {
                height: 0;
                // opacity: 0;
            }
            body.front-page.show-mobile-menu.scrolled &,
            body.front-page.scrolled-up.scrolled & {
                height: @header-height-mobile-menu2;
                // opacity: 1;
            }
        }
        */
}
#header-menu2 .navigations {
  border-bottom: 1px solid var(--fg);
  padding-top: 1.6em;
  padding-bottom: 2em;
}
@media (max-width: 760px) {
  #header-menu2 .navigations {
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }
  body.show-mobile-menu #header-menu2 .navigations {
    border-bottom: 0;
  }
}
body.page-template-page-menu-clear #header-menu2 .navigations {
  border-bottom-color: transparent;
}
#header-menu2 .navigation-top-left {
  position: relative;
  z-index: 1065;
  float: left;
  box-sizing: border-box;
  padding-left: 14.54545455vw;
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 1.36363636vw;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  #header-menu2 .navigation-top-left {
    padding-left: 160px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-left {
    padding-left: 110.54545455px;
  }
}
@media (min-width: 1100px) {
  #header-menu2 .navigation-top-left {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-left {
    font-size: 10.36363636px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-left {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-left {
    display: none;
  }
}
#header-menu2 .navigation-top-left > .site {
  position: relative;
  padding-left: 2.5em;
  padding-right: 2em;
  margin-right: 2em;
}
#header-menu2 .navigation-top-left > .normal > li + li {
  padding-left: 0.75em;
}
#header-menu2 .navigation-top-right {
  box-sizing: border-box;
  position: relative;
  z-index: 1060;
  float: right;
  padding-top: 0.5em;
  text-align: right;
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.36363636vw;
}
@media (min-width: 1100px) {
  #header-menu2 .navigation-top-right {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-right {
    font-size: 10.36363636px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-right {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-right {
    padding-top: 0;
    margin-top: -0.2em;
  }
}
#header-menu2 .navigation-top-right .theme-switcher {
  display: inline-block;
  fill: var(--fg);
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 1em;
  transition: fill 0.25s;
  padding-top: 0.3em;
}
#header-menu2 .navigation-top-right .theme-switcher > svg > * {
  transition: fill 0.25s, stroke 0.25s;
}
#header-menu2 .navigation-top-right .theme-switcher:hover > svg {
  --fg: #fb4c4a;
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-right .theme-switcher {
    padding-top: 0.3em;
  }
}
@media (max-width: 760px) {
  body.show-mobile-menu #header-menu2 .navigation-top-right .theme-switcher {
    display: none;
  }
}
#header-menu2 .navigation-top-right .language-dropdown {
  display: inline-block;
  width: 4.5em;
  margin-top: 0.17em;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-right .language-dropdown {
    margin-top: 0.4em;
  }
}
@media (max-width: 760px) {
  body.show-mobile-menu #header-menu2 .navigation-top-right .language-dropdown {
    display: none;
  }
}
#header-menu2 .navigation-top-right .top-cart {
  display: block;
  text-align: right;
}
#header-menu2 .navigation-top-right .top-cart > .cart > .cart-items {
  text-align: left;
  font-size: var(--mini-size);
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
#header-menu2 .navigation-top-right .top-cart .cart-close-btn {
  font-size: 250%;
}
@media (min-width: 761px) {
  #header-menu2 .navigation-top-right .top-cart {
    display: inline-block;
    margin-right: 1em;
  }
  #header-menu2 .navigation-top-right .top-cart > .cart {
    width: 10em;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items {
    background: var(--bg);
    padding: 1.5em;
    border: 1px solid var(--fg);
    max-height: 64vh;
    overflow: auto;
    position: absolute;
    right: 44%;
    top: 112%;
    width: 34em;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::scrollbar {
    width: 8px;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-moz-scrollbar {
    width: 8px;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar {
    width: 8px;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar-track {
    background: var(--bg);
    border: 0;
    border-radius: 0;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar-thumb {
    background: var(--fg);
    border-radius: 0;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar-thumb:hover {
    background: var(--fg);
  }
  #header-menu2 .navigation-top-right .top-cart .group-title {
    font-family: "headline-gothic-atf-round", sans-serif;
    font-weight: normal;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 300%;
  }
}
@media (max-width: 760px) {
  #header-menu2 .navigation-top-right .top-cart {
    background: #fb4c4a;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    width: auto;
  }
  body.show-mobile-menu #header-menu2 .navigation-top-right .top-cart {
    display: none;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items {
    padding: 1.5em;
    max-height: 42vh;
    overflow: auto;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::scrollbar {
    width: 8px;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-moz-scrollbar {
    width: 8px;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar {
    width: 8px;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar-track {
    background: var(--bg);
    border: 0;
    border-radius: 0;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar-thumb {
    background: var(--fg);
    border-radius: 0;
  }
  #header-menu2 .navigation-top-right .top-cart .cart-items::-webkit-scrollbar-thumb:hover {
    background: var(--fg);
  }
  #header-menu2 .navigation-top-right .top-cart .rows {
    border-color: #fff;
  }
  #header-menu2 .navigation-top-right .top-cart .add-to-cart,
  #header-menu2 .navigation-top-right .top-cart .add-to-cart > .add-to-cart-buttons > .wrapper,
  #header-menu2 .navigation-top-right .top-cart .add-to-cart > .add-to-cart-buttons .remove:before,
  #header-menu2 .navigation-top-right .top-cart .add-to-cart > .add-to-cart-buttons .add:before,
  #header-menu2 .navigation-top-right .top-cart .add-to-cart > .add-to-cart-buttons .add:after {
    border-color: #fff;
  }
  #header-menu2 .navigation-top-right .top-cart .mobile-cart-buttons {
    font-size: 150%;
    font-size: var(--mini-size);
    font-family: "Sweden Sans";
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  #header-menu2 .navigation-top-right .top-cart .mobile-cart-buttons > .cart-checkout-btn {
    text-align: right;
  }
  #header-menu2 .navigation-top-right .top-cart .mobile-cart-buttons > .cart-checkout-btn,
  #header-menu2 .navigation-top-right .top-cart .mobile-cart-buttons > .cart-empty-btn {
    padding: 2.3em 1.8em 1.7em 1.8em;
  }
  #header-menu2 .navigation-top-right .top-cart .mobile-cart-buttons > .cart-opener {
    text-align: center;
  }
  #header-menu2 .navigation-top-right .top-cart .group-title {
    font-family: "headline-gothic-atf-round", sans-serif;
    font-weight: normal;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 10vw;
  }
}
#header-menu2 .navigation-top-right .socmed-follow {
  float: right;
  margin-left: 1em;
  padding-top: 0.5em;
}
#header-menu2 .navigation-top-right .socmed-follow .some-link {
  padding: 0 0.05em 0.6em 0.05em;
}
#header-menu2 .navigation-top-right .socmed-follow .some-link > .img {
  padding: 0.45em;
  width: 2.2em;
  height: 2.2em;
  border-radius: 1.1em;
  background: none;
}
#header-menu2 .navigation-top-right .socmed-follow .some-link > .img > svg {
  fill: var(--fg);
}
#header-menu2 .navigation-top-right .socmed-follow .some-link.ravintola-ilves > .img {
  width: 2.3em;
  height: 2.3em;
  position: relative;
  top: -0.05em;
}
#header-menu2 .navigation-top-right .socmed-follow .some-link > .txt {
  font-size: 8px;
  bottom: 0;
  left: -3.2em;
  right: -3.2em;
}
#header-menu2 .navigation-top-right .socmed-follow .some-link:hover > .img {
  background: none;
}
#header-menu2 .navigation-top-right .socmed-follow .some-link:hover > .img > svg {
  fill: #fb4c4a;
}
#header-menu2 .navigation-top-right .socmed-follow .some-link:hover > .txt {
  opacity: 1;
  color: var(--fg);
}
#header-menu2 .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0.9em 0 0 0;
  display: inline-block;
}
#header-menu2 .menu > li {
  padding: 0.2em 0;
  display: inline-block;
}
#header-menu2 .menu > li + li {
  padding-left: 0.75em;
}
#header-menu2 .menu > li:last-child a {
  padding-right: 0;
}
#header-menu2 .menu > li:hover > .sub-menu,
#header-menu2 .menu > li.current-menu-item > .sub-menu,
#header-menu2 .menu > li.current_page_item > .sub-menu {
  display: block;
  position: absolute;
  margin-left: -0.75em;
}
#header-menu2 .menu > li:hover > .sub-menu li,
#header-menu2 .menu > li.current-menu-item > .sub-menu li,
#header-menu2 .menu > li.current_page_item > .sub-menu li {
  text-align: left;
  display: block;
  background: var(--fg);
}
body.page-palvelut #header-menu2 .menu > li:hover > .sub-menu,
body.page-palvelut #header-menu2 .menu > li.current-menu-item > .sub-menu,
body.page-palvelut #header-menu2 .menu > li.current_page_item > .sub-menu {
  left: 0;
  right: 0;
  margin-left: 1em;
}
body.page-palvelut #header-menu2 .menu > li:hover > .sub-menu li,
body.page-palvelut #header-menu2 .menu > li.current-menu-item > .sub-menu li,
body.page-palvelut #header-menu2 .menu > li.current_page_item > .sub-menu li {
  display: inline-block;
  background: none;
}
#header-menu2 .menu > li > .sub-menu {
  display: none;
}
#header-menu2 .menu a {
  display: block;
  padding: 0;
  color: var(--fg);
}
#header-menu2 .menu a > span {
  display: inline-block;
  position: relative;
  transition: border-color 0.25s;
  padding-bottom: 0.2em;
  border-bottom: 1px solid transparent;
}
#header-menu2 .menu a:hover > span,
#header-menu2 .menu li.current-page-ancestor > a > span,
#header-menu2 .menu li.menu-item-object-page.current-menu-item > a > span,
#header-menu2 .menu li.menu-item-object-page.current_page_item > a > span {
  border-bottom-color: var(--fg);
}
#more-mobile-menu2 {
  display: block;
  float: right;
  background: none;
  border-radius: 50%;
  width: 25px;
  height: 11px;
  margin: 0.44em 0.17em 0 20px;
  padding: 0.5em 0px;
  box-sizing: border-box;
  position: relative;
  z-index: 1040;
}
@media (max-width: 760px) {
  #more-mobile-menu2 {
    display: block;
    float: right;
    margin-right: 13px;
    margin-top: 0.15em;
  }
}
#more-mobile-menu2 a {
  text-shadow: none;
  box-shadow: none;
}
body.show-mobile-menu #more-mobile-menu2 {
  background: none;
}
#more-mobile-menu2 .more-mobile-wrapper {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 25px;
  height: 11px;
}
#more-mobile-menu2 .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background: var(--fg);
  border-radius: 4px;
  transition: all 0.2s;
  transform-origin: 78% 50%;
}
#more-mobile-menu2 .more-mobile-wrapper > .a {
  top: 0;
}
#more-mobile-menu2 .more-mobile-wrapper > .c {
  top: 10px;
}
#more-mobile-menu2 .more-mobile-wrapper:hover > .a,
#more-mobile-menu2 .more-mobile-wrapper:hover > .b,
#more-mobile-menu2 .more-mobile-wrapper:hover > .b2,
#more-mobile-menu2 .more-mobile-wrapper:hover > .c {
  background: #fb4c4a;
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .a {
  background: #fb4c4a;
  transform: rotate(-45deg);
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .c {
  background: #fb4c4a;
  transform: rotate(45deg);
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .a,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .b,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .b2,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .c {
  background: var(--fg);
}
#navigation-mobile-menu2 {
  display: block;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  overflow: auto;
  background: var(--bg);
  text-align: center;
}
body.show-mobile-menu #navigation-mobile-menu2 {
  height: auto;
}
#navigation-mobile-menu2 a {
  text-shadow: none;
  box-shadow: none;
}
#navigation-mobile-menu2 .padder {
  height: 10.36363636vw;
}
@media (min-width: 1100px) {
  #navigation-mobile-menu2 .padder {
    height: 114px;
  }
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .padder {
    height: 78.76363636px;
  }
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .padder {
    height: 1em;
  }
}
body.admin-bar #navigation-mobile-menu2 .padder {
  padding-top: 46px;
}
#navigation-mobile-menu2 .menu {
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .menu {
    padding: 0 2em;
  }
}
#navigation-mobile-menu2 .menu li {
  display: block;
  padding: 0.05em 0;
}
#navigation-mobile-menu2 .menu a {
  color: var(--fg);
  text-align: center;
}
#navigation-mobile-menu2 .menu a svg {
  display: none;
}
#navigation-mobile-menu2 .menu.site > li {
  padding: 1.5em 0;
  border-bottom: 1px solid var(--fg);
}
#navigation-mobile-menu2 .menu.site .sub-menu {
  padding: 0 0 0 0;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
}
#navigation-mobile-menu2 .menu.site .sub-menu > li {
  padding-left: 0;
}
#navigation-mobile-menu2 .menu.site .sub-menu > li > a {
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.36363636vw;
}
@media (min-width: 1100px) {
  #navigation-mobile-menu2 .menu.site .sub-menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .menu.site .sub-menu > li > a {
    font-size: 10.36363636px;
  }
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .menu.site .sub-menu > li > a {
    font-size: 13px;
  }
}
#navigation-mobile-menu2 .menu.site > li > a {
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.9;
  font-size: 7.27272727vw;
}
@media (min-width: 1100px) {
  #navigation-mobile-menu2 .menu.site > li > a {
    font-size: 80px;
  }
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .menu.site > li > a {
    font-size: 55.27272727px;
  }
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .menu.site > li > a {
    font-size: 12vw;
  }
}
#navigation-mobile-menu2 .menu.footer #menu-item-1273 {
  display: none;
}
#navigation-mobile-menu2 .menu.footer a {
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.36363636vw;
}
@media (min-width: 1100px) {
  #navigation-mobile-menu2 .menu.footer a {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .menu.footer a {
    font-size: 10.36363636px;
  }
}
@media (max-width: 760px) {
  #navigation-mobile-menu2 .menu.footer a {
    font-size: 13px;
  }
}
#navigation-mobile-menu2 .menu li.menu-item-object-page.current-menu-item > a,
#navigation-mobile-menu2 .menu li.menu-item-object-page.current_page_item > a {
  color: #fb4c4a;
}
@media (hover: hover) {
  #navigation-mobile-menu2 .menu a:hover {
    color: #fb4c4a;
  }
}
#navigation-mobile-menu2 .menu.footer {
  padding: 1.7em 0 0 0;
  text-transform: uppercase;
}
#navigation-mobile-menu2 .menu.footer li {
  display: block;
}
#navigation-mobile-menu2 .menu.footer li.active {
  display: none;
}
#navigation-mobile-menu2 .bottom {
  text-align: center;
}
#navigation-mobile-menu2 .bottom .socmed-follow {
  display: inline-block;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 1.1em;
  text-align: center;
  font-size: 130%;
}
body.show-mobile-menu {
  overflow: hidden;
}
@media (max-width: 760px) {
  .page-wrapper.header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.filters-tavastia {
  padding-top: 1.09090909vw;
  padding-bottom: 1.18181818vw;
  font-size: 1.45454545vw;
  background: var(--bg);
  display: flex;
  letter-spacing: 0.05em;
  position: relative;
}
@media (min-width: 1100px) {
  .filters-tavastia {
    padding-top: 12px;
  }
}
@media (max-width: 760px) {
  .filters-tavastia {
    padding-top: 8.29090909px;
  }
}
@media (min-width: 1100px) {
  .filters-tavastia {
    padding-bottom: 13px;
  }
}
@media (max-width: 760px) {
  .filters-tavastia {
    padding-bottom: 8.98181818px;
  }
}
@media (min-width: 1100px) {
  .filters-tavastia {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .filters-tavastia {
    font-size: 11.05454545px;
  }
}
.filters-tavastia::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--fg);
}
@media (max-width: 760px) {
  .filters-tavastia {
    padding: 0;
    padding-left: 1.25em;
    padding-right: 1.25em;
    text-align: center;
    line-height: 1;
  }
  body.front-page .filters-tavastia {
    transition: height 0.25s, opacity 0.25s;
    overflow: hidden;
    height: 5em;
  }
  body.front-page.scrolled .filters-tavastia {
    height: 0;
  }
  body.front-page.show-mobile-menu.scrolled .filters-tavastia,
  body.front-page.scrolled-up.scrolled .filters-tavastia {
    height: 5em;
  }
}
body.show-mobile-menu .filters-tavastia {
  display: none;
}
.filters-tavastia > .views {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  position: relative;
  padding-top: 0.15em;
}
.filters-tavastia > .views > li {
  padding: 0;
  margin: 0;
  padding-right: 0.73em;
  display: block;
  float: left;
}
.filters-tavastia > .views > li:last-child {
  padding-right: 0;
}
.filters-tavastia > .views > li > a {
  cursor: pointer;
  cursor: hand;
}
.filters-tavastia > .views > li > a > svg {
  width: 2.27272727vw;
  height: auto;
  display: block;
  fill: var(--fg);
  transition: fill 0.25s;
}
@media (min-width: 1100px) {
  .filters-tavastia > .views > li > a > svg {
    width: 25px;
  }
}
@media (max-width: 760px) {
  .filters-tavastia > .views > li > a > svg {
    width: 17.27272727px;
  }
}
.filters-tavastia > .views > li > a.active > svg,
.filters-tavastia > .views > li > a:hover > svg {
  fill: #fb4c4a;
}
@media (max-width: 760px) {
  .filters-tavastia > .views {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 23px;
  }
  .filters-tavastia > .views > li {
    padding-right: 0.65em;
  }
  .filters-tavastia > .views > li > a > svg {
    width: 1.2em;
  }
  .filters-tavastia > .views .calendar-view {
    display: none;
  }
}
.filters-tavastia > .search-form {
  flex: 1;
  position: relative;
}
.filters-tavastia > .search-form > input {
  float: right;
  box-sizing: border-box;
  padding: 0.2em 2em 0.3em 0.2em;
  margin: 0;
  width: 15em;
  font-size: 100%;
  line-height: 1.3;
  font-family: inherit;
  background: var(--bg);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--bg);
  transition: border-color 0.25s;
  color: var(--fg);
}
.filters-tavastia > .search-form > input:focus {
  outline: 0;
  border-bottom: 1px solid var(--fg);
}
.filters-tavastia > .search-form > svg {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0.2em;
  width: 2.27272727vw;
  height: auto;
  pointer-events: none;
  transition: fill 0.25s;
}
@media (min-width: 1100px) {
  .filters-tavastia > .search-form > svg {
    width: 25px;
  }
}
@media (max-width: 760px) {
  .filters-tavastia > .search-form > svg {
    width: 17.27272727px;
  }
}
.filters-tavastia > .search-form > a.close-search {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  background: none;
  border: 0;
  position: absolute;
  right: 0.4em;
  top: 0.2em;
  display: none;
  cursor: pointer;
}
.filters-tavastia > .search-form > a.close-search > svg {
  width: 2.27272727vw;
  height: auto;
  fill: var(--fg);
  transition: fill 0.25s;
}
@media (min-width: 1100px) {
  .filters-tavastia > .search-form > a.close-search > svg {
    width: 25px;
  }
}
@media (max-width: 760px) {
  .filters-tavastia > .search-form > a.close-search > svg {
    width: 17.27272727px;
  }
}
.filters-tavastia > .search-form > a.close-search:hover > svg {
  fill: #fb4c4a;
}
.filters-tavastia > .search-form.is-searching > svg {
  display: none;
}
.filters-tavastia > .search-form.is-searching > a.close-search {
  display: block;
}
.filters-tavastia > .search-form:hover > input {
  border-bottom: 1px solid #fb4c4a;
}
.filters-tavastia > .search-form:hover > svg {
  fill: #fb4c4a;
}
@media (max-width: 760px) {
  .filters-tavastia > .search-form {
    font-size: 23px;
  }
  .filters-tavastia > .search-form > input {
    width: 100%;
    padding: 0.6em 2em 0.2em 0.2em;
  }
  .filters-tavastia > .search-form > svg {
    top: 0.6em;
    width: 1.2em;
  }
  .filters-tavastia > .search-form > a.close-search {
    top: 0.5em;
  }
  .filters-tavastia > .search-form > a.close-search > svg {
    width: 1.2em;
  }
}
#header-padder {
  display: block;
  height: 24.09090909vw;
}
@media (min-width: 1100px) {
  #header-padder {
    height: 265px;
  }
}
@media (max-width: 760px) {
  #header-padder {
    height: 183.09090909px;
  }
}
body.admin-bar #header-padder {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-padder {
    padding-top: 46px;
  }
}
#header-stacked-menu {
  background: var(--bg);
  color: var(--fg);
  position: fixed;
  top: 0;
  left: 5.25vh;
  right: 5.25vh;
  z-index: 1040;
  padding: 0;
  height: 24.09090909vw;
  transition: height 0.25s;
}
body.page-events #header-stacked-menu {
  left: 0;
  right: 0;
}
@media (min-width: 1100px) {
  #header-stacked-menu {
    height: 265px;
  }
}
@media (max-width: 760px) {
  #header-stacked-menu {
    height: 183.09090909px;
  }
}
body.scrolled #header-stacked-menu {
  height: 235px;
}
body.admin-bar #header-stacked-menu {
  top: 32px;
}
#header-stacked-menu .search-icon {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.5em 0 0;
  position: relative;
  top: 0.4em;
}
#header-stacked-menu .search-close {
  display: none;
}
#header-stacked-menu .cart {
  position: absolute;
  right: 0;
  top: -3.5em;
  width: 2em;
  height: 2em;
  background: url(images/ostoskori.png);
  background-size: contain;
  background-position: center center;
}
@media (max-width: 782px) {
  body.admin-bar #header-stacked-menu {
    top: 46px;
  }
}
#header-stacked-menu .header-title {
  position: relative;
  z-index: 2;
  display: block;
  width: 21.81818182vw;
  padding-top: 0.6em;
  margin: 0 auto;
  transition: width 0.25s;
}
@media (min-width: 1100px) {
  #header-stacked-menu .header-title {
    width: 240px;
  }
}
@media (max-width: 760px) {
  #header-stacked-menu .header-title {
    width: 165.81818182px;
  }
}
#header-stacked-menu .header-title img {
  display: block;
  width: 100%;
}
body.scrolled #header-stacked-menu .header-title {
  width: 150px;
}
#header-stacked-menu #navigation-top {
  position: relative;
}
#header-stacked-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  text-align: justify;
  font-size: 3.45454545vw;
}
@media (min-width: 1100px) {
  #header-stacked-menu .menu {
    font-size: 38px;
  }
}
@media (max-width: 760px) {
  #header-stacked-menu .menu {
    font-size: 26.25454545px;
  }
}
#header-stacked-menu .menu:before {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: -1.2em;
}
#header-stacked-menu .menu:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#header-stacked-menu .menu > li {
  padding: 0.2em 0;
  position: relative;
  top: 1.2em;
  display: inline-block;
}
#header-stacked-menu .menu > li:last-child a {
  padding-right: 0;
}
#header-stacked-menu .menu > li:hover > .sub-menu,
#header-stacked-menu .menu > li.current-menu-item > .sub-menu,
#header-stacked-menu .menu > li.current_page_item > .sub-menu {
  display: block;
  position: absolute;
  margin-left: -0.75em;
}
#header-stacked-menu .menu > li:hover > .sub-menu li,
#header-stacked-menu .menu > li.current-menu-item > .sub-menu li,
#header-stacked-menu .menu > li.current_page_item > .sub-menu li {
  text-align: left;
  display: block;
  background: var(--fg);
}
body.page-palvelut #header-stacked-menu .menu > li:hover > .sub-menu,
body.page-palvelut #header-stacked-menu .menu > li.current-menu-item > .sub-menu,
body.page-palvelut #header-stacked-menu .menu > li.current_page_item > .sub-menu {
  left: 0;
  right: 0;
  margin-left: 1em;
}
body.page-palvelut #header-stacked-menu .menu > li:hover > .sub-menu li,
body.page-palvelut #header-stacked-menu .menu > li.current-menu-item > .sub-menu li,
body.page-palvelut #header-stacked-menu .menu > li.current_page_item > .sub-menu li {
  display: inline-block;
  background: none;
}
#header-stacked-menu .menu > li > .sub-menu {
  display: none;
  font-size: 90%;
}
#header-stacked-menu .menu a {
  display: block;
  padding: 0;
  color: var(--fg);
}
#header-stacked-menu .menu a:hover {
  color: #fb4c4a;
}
#header-stacked-menu .menu a > span {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid var(--fg);
  transition: border-color 0.25s;
  padding-bottom: 0.2em;
}
#header-stacked-menu .menu li.menu-item-object-page.current-menu-item > a,
#header-stacked-menu .menu li.menu-item-object-page.current_page_item > a {
  color: #fb4c4a;
}
#header-stacked-menu .menu li.menu-item-object-page.current-menu-item > a > span,
#header-stacked-menu .menu li.menu-item-object-page.current_page_item > a > span {
  border-bottom-color: #fb4c4a;
}
@media (max-width: 860px) {
  #header-stacked-menu .menu {
    padding-top: 1.45em;
    line-height: 1.1;
  }
  #header-stacked-menu .menu a {
    font-size: 15px;
    padding: 0.2em 0.7em;
  }
}
#navigation-mobile {
  display: none;
}
#more-mobile {
  display: none;
  background: none;
  border-radius: 50%;
  width: 25;
  height: 25;
  float: right;
  margin: 15px 0 15px 10px;
  padding: 0px -7.5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1040;
}
body.show-mobile-menu #more-mobile {
  background: none;
}
#more-mobile .more-mobile-wrapper {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 40px;
  height: 25px;
}
#more-mobile .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  background: var(--fg);
  border-radius: 4px;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
#more-mobile .more-mobile-wrapper > .a {
  top: 0;
}
#more-mobile .more-mobile-wrapper > .b2,
#more-mobile .more-mobile-wrapper > .b {
  top: 11px;
}
#more-mobile .more-mobile-wrapper > .c {
  top: 22px;
}
#more-mobile .more-mobile-wrapper:hover > .a,
#more-mobile .more-mobile-wrapper:hover > .b,
#more-mobile .more-mobile-wrapper:hover > .b2,
#more-mobile .more-mobile-wrapper:hover > .c {
  background: #fb4c4a;
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper > .a {
  opacity: 0;
  background: #fb4c4a;
  transform: translateY(12.5px);
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper > .b2 {
  transform: rotate(-45deg);
  background: #fb4c4a;
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper > .b {
  transform: rotate(45deg);
  background: #fb4c4a;
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper > .c {
  opacity: 0;
  background: #fb4c4a;
  transform: translateY(-12.5px);
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper:hover > .a,
body.show-mobile-menu #more-mobile .more-mobile-wrapper:hover > .b,
body.show-mobile-menu #more-mobile .more-mobile-wrapper:hover > .b2,
body.show-mobile-menu #more-mobile .more-mobile-wrapper:hover > .c {
  background: var(--fg);
}
@media (max-width: 760px) {
  #header-stacked-menu .menu {
    display: none;
  }
  #navigation-mobile {
    display: block;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    overflow: auto;
    background: var(--bg);
  }
  body.show-mobile-menu #navigation-mobile {
    height: auto;
  }
  #navigation-mobile .padder {
    height: 80px;
  }
  body.admin-bar #navigation-mobile .padder {
    padding-top: 46px;
  }
  #navigation-mobile .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 2em 0 2em;
  }
  #navigation-mobile .menu a {
    font-size: 22px;
  }
  #navigation-mobile .menu li {
    display: block;
    padding: 0.25em;
  }
  #navigation-mobile .menu .sub-menu a {
    font-size: 15px;
  }
  #more-mobile {
    display: block;
  }
  body.show-mobile-menu {
    overflow: hidden;
  }
}
@media (max-width: 760px) and (orientation: landscape) {
  #navigation-mobile .menu {
    margin: 0 0;
    padding-top: 1em;
  }
  #navigation-mobile .menu > li {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  #navigation-mobile .menu > li:nth-child(2n + 1) {
    clear: both;
  }
  #navigation-mobile .menu > li {
    padding: 0.25em 0 0.25em 0;
  }
}
#header-padder-vertical {
  display: block;
  height: 7.27272727vw;
}
@media (min-width: 1100px) {
  #header-padder-vertical {
    height: 80px;
  }
}
@media (max-width: 760px) {
  #header-padder-vertical {
    height: 55.27272727px;
  }
}
body.admin-bar #header-padder-vertical {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-padder-vertical {
    padding-top: 46px;
  }
}
#header-vertical-menu {
  background: var(--bg);
  color: var(--fg);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0;
  height: 7.27272727vw;
}
@media (min-width: 1100px) {
  #header-vertical-menu {
    height: 80px;
  }
}
@media (max-width: 760px) {
  #header-vertical-menu {
    height: 55.27272727px;
  }
}
body.page-palvelut #header-vertical-menu {
  height: 10.63636364vw;
}
@media (min-width: 1100px) {
  body.page-palvelut #header-vertical-menu {
    height: 117px;
  }
}
@media (max-width: 760px) {
  body.page-palvelut #header-vertical-menu {
    height: 80.83636364px;
  }
}
@media (max-width: 760px) {
  body.page-palvelut #header-vertical-menu {
    height: 53.125px;
  }
}
body.admin-bar #header-vertical-menu {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-vertical-menu {
    top: 46px;
  }
}
#header-vertical-menu .header-title {
  position: relative;
  z-index: 2;
  display: block;
  float: left;
  width: 9.09090909vw;
  padding-top: 0.14em;
  padding-right: 0.3em;
}
@media (min-width: 1100px) {
  #header-vertical-menu .header-title {
    width: 100px;
  }
}
@media (max-width: 760px) {
  #header-vertical-menu .header-title {
    width: 69.09090909px;
  }
}
#header-vertical-menu .header-title img {
  display: block;
  width: 100%;
}
#header-vertical-menu #navigation-top-vertical {
  position: relative;
}
#header-vertical-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-top: 1.1em;
  text-align: right;
  font-size: 1.63636364vw;
}
@media (min-width: 1100px) {
  #header-vertical-menu .menu {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  #header-vertical-menu .menu {
    font-size: 12.43636364px;
  }
}
#header-vertical-menu .menu li {
  display: inline-block;
}
#header-vertical-menu .menu li:last-child a {
  padding-right: 0;
}
#header-vertical-menu .menu > li:hover > .sub-menu,
#header-vertical-menu .menu > li.current-menu-item > .sub-menu,
#header-vertical-menu .menu > li.current_page_item > .sub-menu {
  display: block;
  position: absolute;
  margin-left: -0.75em;
}
#header-vertical-menu .menu > li:hover > .sub-menu li,
#header-vertical-menu .menu > li.current-menu-item > .sub-menu li,
#header-vertical-menu .menu > li.current_page_item > .sub-menu li {
  text-align: left;
  display: block;
  background: var(--fg);
}
body.page-palvelut #header-vertical-menu .menu > li:hover > .sub-menu,
body.page-palvelut #header-vertical-menu .menu > li.current-menu-item > .sub-menu,
body.page-palvelut #header-vertical-menu .menu > li.current_page_item > .sub-menu {
  left: 0;
  right: 0;
  margin-left: 1em;
}
body.page-palvelut #header-vertical-menu .menu > li:hover > .sub-menu li,
body.page-palvelut #header-vertical-menu .menu > li.current-menu-item > .sub-menu li,
body.page-palvelut #header-vertical-menu .menu > li.current_page_item > .sub-menu li {
  display: inline-block;
  background: none;
}
#header-vertical-menu .menu > li > .sub-menu {
  display: none;
  font-size: 90%;
}
#header-vertical-menu .menu a {
  display: block;
  padding: 0.2em 0.8em;
  color: var(--fg);
}
#header-vertical-menu .menu a:hover {
  color: #fb4c4a;
}
#header-vertical-menu .menu a > span {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid var(--fg);
  transition: border-color 0.25s;
  padding-bottom: 0.2em;
}
#header-vertical-menu .menu li.menu-item-object-page.current-menu-item > a,
#header-vertical-menu .menu li.menu-item-object-page.current_page_item > a {
  color: #fb4c4a;
}
#header-vertical-menu .menu li.menu-item-object-page.current-menu-item > a > span,
#header-vertical-menu .menu li.menu-item-object-page.current_page_item > a > span {
  border-bottom-color: #fb4c4a;
}
#navigation-mobile-vertical {
  display: none;
}
#more-mobile-vertical {
  display: none;
  background: none;
  border-radius: 50%;
  width: 25;
  height: 25;
  float: right;
  margin: 15px 0 15px 10px;
  padding: 0px -7.5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1040;
}
body.show-mobile-menu #more-mobile-vertical {
  background: none;
}
#more-mobile-vertical .more-mobile-wrapper {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 40px;
  height: 25px;
}
#more-mobile-vertical .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  background: var(--fg);
  border-radius: 4px;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
#more-mobile-vertical .more-mobile-wrapper > .a {
  top: 0;
}
#more-mobile-vertical .more-mobile-wrapper > .b2,
#more-mobile-vertical .more-mobile-wrapper > .b {
  top: 11px;
}
#more-mobile-vertical .more-mobile-wrapper > .c {
  top: 22px;
}
#more-mobile-vertical .more-mobile-wrapper:hover > .a,
#more-mobile-vertical .more-mobile-wrapper:hover > .b,
#more-mobile-vertical .more-mobile-wrapper:hover > .b2,
#more-mobile-vertical .more-mobile-wrapper:hover > .c {
  background: #fb4c4a;
}
body.show-mobile-menu #more-mobile-vertical .more-mobile-wrapper > .a {
  opacity: 0;
  background: #fb4c4a;
  transform: translateY(12.5px);
}
body.show-mobile-menu #more-mobile-vertical .more-mobile-wrapper > .b2 {
  transform: rotate(-45deg);
  background: #fb4c4a;
}
body.show-mobile-menu #more-mobile-vertical .more-mobile-wrapper > .b {
  transform: rotate(45deg);
  background: #fb4c4a;
}
body.show-mobile-menu #more-mobile-vertical .more-mobile-wrapper > .c {
  opacity: 0;
  background: #fb4c4a;
  transform: translateY(-12.5px);
}
body.show-mobile-menu #more-mobile-vertical .more-mobile-wrapper:hover > .a,
body.show-mobile-menu #more-mobile-vertical .more-mobile-wrapper:hover > .b,
body.show-mobile-menu #more-mobile-vertical .more-mobile-wrapper:hover > .b2,
body.show-mobile-menu #more-mobile-vertical .more-mobile-wrapper:hover > .c {
  background: var(--fg);
}
@media (max-width: 760px) {
  #header-vertical-menu .menu {
    display: none;
  }
  #navigation-mobile {
    display: block;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    overflow: auto;
    background: var(--bg);
  }
  body.show-mobile-menu #navigation-mobile {
    height: auto;
  }
  #navigation-mobile .padder {
    height: 80px;
  }
  body.admin-bar #navigation-mobile .padder {
    padding-top: 46px;
  }
  #navigation-mobile .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    text-align: center;
    padding: 2em 0 2em;
  }
  #navigation-mobile .menu a {
    font-size: 22px;
  }
  #navigation-mobile .menu li {
    display: block;
    padding: 0.25em;
  }
  #navigation-mobile .menu .sub-menu a {
    font-size: 15px;
  }
  #more-mobile {
    display: block;
  }
  body.show-mobile-menu {
    overflow: hidden;
  }
}
@media (max-width: 760px) and (orientation: landscape) {
  #navigation-mobile .menu {
    margin: 0 0;
    padding-top: 1em;
  }
  #navigation-mobile .menu > li {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  #navigation-mobile .menu > li:nth-child(2n + 1) {
    clear: both;
  }
  #navigation-mobile .menu > li {
    padding: 0.25em 0 0.25em 0;
  }
}
.block-hero01 > .txt {
  padding-top: 2em;
  padding-bottom: 2em;
}
.block-hero01 h1 {
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  top: 0.1em;
  font-size: 9.09090909vw;
  text-align: left;
  padding: 0;
}
@media (min-width: 1100px) {
  .block-hero01 h1 {
    font-size: 100px;
  }
}
@media (max-width: 760px) {
  .block-hero01 h1 {
    font-size: 69.09090909px;
  }
}
@media (max-width: 760px) {
  .block-hero01 h1 {
    font-size: 15.4vw;
  }
}
.block-image-big .image {
  background-size: cover;
  background-position: center center;
}
.block-image-text .image {
  background-size: cover;
  background-position: center center;
  display: -webkit-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-flex-align: center;
  align-items: center;
}
.block-image-text .texts {
  width: 100%;
  text-align: center;
  padding: 4em 2em;
}
.block-image-text .logo svg {
  display: block;
  width: 18.18181818vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .block-image-text .logo svg {
    width: 200px;
  }
}
@media (max-width: 760px) {
  .block-image-text .logo svg {
    width: 138.18181818px;
  }
}
.block-image-text h1 {
  font-size: 5.81818182vw;
  max-width: 16em;
  margin: 0.2em auto 0.2em auto;
  text-align: center;
}
@media (min-width: 1100px) {
  .block-image-text h1 {
    font-size: 64px;
  }
}
@media (max-width: 760px) {
  .block-image-text h1 {
    font-size: 44.21818182px;
  }
}
@media (max-width: 760px) {
  .block-image-text h1 {
    font-size: 30px;
  }
}
.block-image-text .ingress {
  max-width: 30em;
  margin: 0 auto;
  text-align: center;
}
.block-image-text.padding-layout-top_more .texts {
  padding-top: 15%;
}
@media (max-width: 860px) {
  .block-image-text.padding-layout-top_more .texts {
    padding-top: 21%;
  }
}
@media (max-width: 760px) {
  .block-image-text.padding-layout-top_more .texts {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .block-image-text .buttons > li {
    padding: 0;
    margin-left: 0;
    display: block;
  }
  .block-image-text .buttons > li > .more-link {
    display: block;
    max-width: 14.5em;
    margin: 0 auto;
  }
}
.block-image img {
  display: block;
  width: 100% !important;
}
.block-image.layout-narrower > .page-wrapper {
  max-width: 50em;
  margin: 0 auto;
}
.block-map > .txt {
  text-align: center;
}
.block-map #map {
  height: 400px;
}
.block-map .map-link-text {
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 1.5em;
}
@media (max-width: 760px) {
  .block-map > .txt {
    text-align: center;
  }
  .block-map #map {
    height: 300px;
  }
}
.block-newslike > .txt {
  padding-top: 0;
  padding-bottom: 2em;
}
@media (max-width: 760px) {
  .block-newslike > .txt {
    padding: 0;
  }
}
.block-newslike > .txt > h1 {
  text-align: left;
  font-family: gopher, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.45454545vw;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--fg);
  color: var(--bg);
  padding: 0.8em 0.8em 0.7em 0.8em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1100px) {
  .block-newslike > .txt > h1 {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .block-newslike > .txt > h1 {
    font-size: 11.05454545px;
  }
}
@media (max-width: 760px) {
  .block-newslike > .txt > h1 {
    font-size: 0.9em;
  }
}
.block-newslike > .txt .list-items {
  border: 1px solid var(--fg);
  border-top: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
@media (max-width: 760px) {
  .block-newslike > .txt .list-items {
    border-right: 0;
    border-left: 0;
  }
}
.block-newslike > .txt .list-items > .pick-item {
  flex: 0 0 100%;
}
.block-newslike > .txt .list-items > .pick-item:nth-child(1).shown {
  transform: translateX(0);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(2).shown {
  transform: translateX(-100%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(3).shown {
  transform: translateX(-200%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(4).shown {
  transform: translateX(-300%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(5).shown {
  transform: translateX(-400%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(6).shown {
  transform: translateX(-500%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(7).shown {
  transform: translateX(-600%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(8).shown {
  transform: translateX(-700%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(9).shown {
  transform: translateX(-800%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(10).shown {
  transform: translateX(-900%);
}
.block-newslike > .txt .list-items > .pick-item:nth-child(11).shown {
  transform: translateX(-1000%);
}
.block-newslike > .txt .list-items > .pick-item {
  position: relative;
  text-align: left;
  opacity: 0;
  display: flex;
  overflow: hidden;
}
.block-newslike > .txt .list-items > .pick-item:hover {
  color: #fb4c4a;
}
.block-newslike > .txt .list-items > .pick-item.shown {
  opacity: 1;
  z-index: 2;
}
.block-newslike > .txt .list-items > .pick-item > .image-wrapper {
  flex: 0 0 24%;
  padding: 1.6rem 0 1.6rem 1.6rem;
  box-sizing: border-box;
}
.block-newslike > .txt .list-items > .pick-item > .image-wrapper > .image {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-newslike > .txt .list-items > .pick-item > .image-wrapper > .image > .empty {
  padding-top: 61%;
}
@media (max-width: 760px) {
  .block-newslike > .txt .list-items > .pick-item > .image-wrapper {
    padding: 1rem;
    flex: 0 0 45%;
  }
}
.block-newslike > .txt .list-items > .pick-item > .info {
  padding: 1.6rem 1.6rem 1.6rem 1.6rem;
  overflow: hidden;
}
.block-newslike > .txt .list-items > .pick-item > .info > h2 {
  font-size: 105%;
  padding: 0 0 0.1em 0;
}
@media (max-width: 760px) {
  .block-newslike > .txt .list-items > .pick-item > .info > h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 760px) {
  .block-newslike > .txt .list-items > .pick-item > .info {
    padding: 1rem;
  }
}
.block-newslike > .txt .list-items > .pick-item .cats {
  display: inline;
  list-style: none;
  padding: 0 0 0 0.5em;
  margin: 0;
  text-transform: uppercase;
}
.block-newslike > .txt .list-items > .pick-item .cats > li {
  padding: 0;
  display: inline;
}
.block-newslike > .txt .list-items > .pick-item .meta {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 70%;
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 0.2em;
}
.block-newslike > .txt .list-items > .pick-item.item-post_item_next > .info,
.block-newslike > .txt .list-items > .pick-item.item-content_item > .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 760px) {
  .block-newslike > .txt .list-items > .pick-item.item-post_item_next > .info > .excerpt,
  .block-newslike > .txt .list-items > .pick-item.item-content_item > .info > .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.7em;
    padding-right: 0.7em;
    font-size: 70%;
  }
}
@media (min-width: 760px) {
  .block-newslike > .txt .list-items > .pick-item.item-post_item_next > .info > .excerpt,
  .block-newslike > .txt .list-items > .pick-item.item-content_item > .info > .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.block-newslike > .txt .list-items > .pick-item.item-event_item > .info .text-above {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 70%;
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
}
.block-newslike > .txt .list-items > .pick-item.item-event_item > .info h2 {
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 250%;
  padding: 0.2em 0 0 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.7em;
}
@media (max-width: 760px) {
  .block-newslike > .txt .list-items > .pick-item.item-event_item > .info h2 {
    font-size: 7.8vw;
    white-space: normal;
  }
}
.block-newslike > .txt .controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 82%;
}
.block-newslike > .txt .controls > .numbers {
  display: block;
  float: left;
  line-height: 1.2;
  font-weight: normal;
  padding: 0.8em 1.2em 0.8em 0.8em;
}
.block-newslike > .txt .controls > .numbers > .sep {
  display: inline-block;
  padding: 0 0.2em;
}
.block-newslike > .txt .controls > button {
  touch-action: manipulation;
  display: block;
  border: 0;
  border-left: 1px solid var(--bg);
  border-top: 0;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  box-shadow: none;
  padding: 0.4em;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
}
.block-newslike > .txt .controls > button > svg {
  height: 1.9em;
  position: relative;
  top: 0.1em;
  transition: stroke 0.25s;
}
.block-newslike > .txt .controls > button:hover > svg {
  stroke: #fb4c4a !important;
}
.block-press1 > .txt > .ingress {
  margin-bottom: 0.5em;
}
.block-press1 .press-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -3%;
}
.block-press1 .press-gallery > li {
  float: left;
  width: 25%;
  padding: 0 3% 6% 3%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-press1 .press-gallery > li:nth-child(4n + 1) {
  clear: both;
}
.block-press1 .press-gallery > li > a {
  display: block;
  position: relative;
}
.block-press1 .press-gallery > li > a > .img {
  display: block;
  border: 1px solid var(--fg);
  padding: 7px;
  margin: 0 0 1em 0;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-press1 .press-gallery > li > a > .img > .empty {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.block-press1 .press-gallery > li > a > .info .size {
  font-size: 80%;
  white-space: nowrap;
}
.block-press1 .press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(4n + 1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 33.33333333%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 750px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(3n + 1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 50%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(2n + 1) {
    clear: both;
  }
}
/*
@moveanimlength: 100%;
.fromleftanim () {
    from {
        .transform(translate3d(-@moveanimlength, 0, 0));
    }  
    to {
        .transform(translate3d(0, 0, 0));        
    }
}
@-webkit-keyframes fromleftanim {.fromleftanim;}
@-moz-keyframes fromleftanim {.fromleftanim;}
@-ms-keyframes fromleftanim {.fromleftanim;}
@-o-keyframes fromleftanim {.fromleftanim;}
@keyframes fromleftanim {.fromleftanim;}

.fromrightanim () {
    from {
        .transform(translate3d(@moveanimlength, 0, 0));
    }  
    to {
        .transform(translate3d(0, 0, 0));        
    }
}
@-webkit-keyframes fromrightanim {.fromrightanim;}
@-moz-keyframes fromrightanim {.fromrightanim;}
@-ms-keyframes fromrightanim {.fromrightanim;}
@-o-keyframes fromrightanim {.fromrightanim;}
@keyframes fromrightanim {.fromrightanim;}

.torightanim () {
    from {
        .transform(translate3d(0, 0, 0));
    }  
    to {
        .transform(translate3d(@moveanimlength, 0, 0));        
    }
}
@-webkit-keyframes torightanim {.torightanim;}
@-moz-keyframes torightanim {.torightanim;}
@-ms-keyframes torightanim {.torightanim;}
@-o-keyframes torightanim {.torightanim;}
@keyframes torightanim {.torightanim;}

.toleftanim () {
    from {
        .transform(translate3d(0, 0, 0));
    }  
    to {
        .transform(translate3d(-@moveanimlength, 0, 0));        
    }
}
@-webkit-keyframes toleftanim {.toleftanim;}
@-moz-keyframes toleftanim {.toleftanim;}
@-ms-keyframes toleftanim {.toleftanim;}
@-o-keyframes toleftanim {.toleftanim;}
@keyframes toleftanim {.toleftanim;}
*/
.block-slider {
  background: #f5f5f5;
  margin: 0;
}
.block-slider .slides {
  position: relative;
}
.block-slider .slider .empty {
  padding-top: 48%;
}
.block-slider .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 10;
}
.block-slider .slider .slide.init {
  z-index: 11;
  transition: none;
  opacity: 1;
}
.block-slider .slider .slide.selected {
  z-index: 11;
  transition: opacity 0.5s;
  opacity: 1;
  transition-delay: 0s;
}
.block-slider .slider .slide:first-child {
  position: relative;
}
.block-slider > .txt {
  padding: 5%;
}
.block-slider .slider > .nav {
  position: absolute;
  padding: 1.5em 0;
  text-align: center;
  bottom: 1em;
  left: 0;
  right: 0;
  z-index: 500;
}
.block-slider .slider > .nav > .prev,
.block-slider .slider > .nav > .next {
  float: left;
}
.block-slider .slider > .nav > .prev:before,
.block-slider .slider > .nav > .next:before {
  content: "";
  width: 30px;
  height: 45px;
  background: url("images/arrows.png") 0 0 no-repeat;
  background-size: 60px auto;
  display: block;
  transition: opacity 0.25s;
}
.block-slider .slider > .nav > .prev:hover:before,
.block-slider .slider > .nav > .next:hover:before {
  opacity: 0.7;
}
.block-slider .slider > .nav > .next {
  float: right;
}
.block-slider .slider > .nav > .next:before {
  background-position: right top;
}
.block-slider .slider > .nav > .jumps {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 120%;
}
.block-slider .slider > .nav > .jumps > li {
  display: inline-block;
  padding: 0 0.5em;
}
.block-slider .slider > .nav > .jumps > li > a {
  display: inline-block;
  color: var(--fg);
  border-bottom: 2px solid transparent;
  padding: 0.45em 0 0.12em 0;
}
.block-slider .slider > .nav > .jumps > li > a > span {
  display: none;
}
.block-slider .slider > .nav > .jumps > li > a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--fg);
  transition: background 0.25s;
}
.block-slider .slider > .nav > .jumps > li > a:hover:after,
.block-slider .slider > .nav > .jumps > li > a.selected:after {
  background: #fb4c4a;
}
.block-slider .slider .slides > .slide > .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.block-slider .slider .slides > .slide > .page-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6em;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts {
  color: #fff;
  position: absolute;
  bottom: 1em;
  left: 1em;
  box-sizing: border-box;
  padding: 0.5em 2.25em;
  text-align: left;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fb4c4a;
  transition: fill 0.25s;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
  color: #fff;
  text-align: left;
  font-size: 3.81818182vw;
  padding: 0.25em 0 0 0;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 1100px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 42px;
  }
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 29.01818182px;
  }
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
  font-size: 1.81818182vw;
  position: relative;
}
@media (min-width: 1100px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
    font-size: 13.81818182px;
  }
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts:hover > svg {
  fill: #fd9695;
}
.block-slider .slider .slides > .slide > .empty {
  padding-top: 50%;
  display: block;
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .empty {
    padding-top: 70%;
  }
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 16px;
  }
  .block-slider .slider .slides > .slide > .page-wrapper {
    position: absolute;
    bottom: 0;
  }
  .block-slider .slider > .nav {
    position: absolute;
    bottom: -4em;
  }
  .block-slider .slider > .nav > .jumps > li > a:after {
    background: #000;
  }
}
.block-some-feed .socmed-follow {
  float: right;
}
.block-some-feed .some-feed {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-some-feed .some-feed.instagram {
  margin: 0 -1.4%;
}
.block-some-feed .some-feed.instagram > li {
  float: left;
  width: 33.33333333%;
  padding: 0 1.4% 2.8% 1.4%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-some-feed .some-feed.instagram > li:nth-child(3n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .block-some-feed .some-feed.instagram {
    margin: 0 -2%;
  }
  .block-some-feed .some-feed.instagram > li:nth-child(3n + 1) {
    clear: none;
  }
  .block-some-feed .some-feed.instagram > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-some-feed .some-feed.instagram > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-some-feed .some-feed.instagram > li:nth-child(3) {
    display: none;
  }
}
.block-some-feed .some-feed.facebook {
  margin: 0 -1.4%;
}
.block-some-feed .some-feed.facebook > li {
  float: left;
  width: 25%;
  padding: 0 1.4% 2.8% 1.4%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-some-feed .some-feed.facebook > li:nth-child(4n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .block-some-feed .some-feed.facebook {
    margin: 0 -2%;
  }
  .block-some-feed .some-feed.facebook > li:nth-child(4n + 1) {
    clear: none;
  }
  .block-some-feed .some-feed.facebook > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-some-feed .some-feed.facebook > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-some-feed .some-feed > li {
  padding-bottom: 1.5em;
  position: relative;
}
.block-some-feed .some-feed > li > .some-link {
  padding: 1em 1em 1em 1em;
  margin-bottom: 2em;
  min-height: 16em;
  color: var(--fg);
  display: block;
  position: relative;
  transform: translateZ(0);
  transform-style: preserve-3d;
}
.block-some-feed .some-feed > li > .some-link > .date {
  font-size: 70%;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  text-align: center;
}
.block-some-feed .some-feed > li > .some-link > .service-icon {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: block;
  height: 3em;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.block-some-feed .some-feed > li > .some-link > .service-icon > .icon {
  display: inline-block;
  padding: 0.75em;
  margin: 0 auto;
  border-radius: 50%;
  background: #fb4c4a;
}
.block-some-feed .some-feed > li > .some-link > .service-icon > .icon > svg {
  fill: #fff;
  display: block;
  width: 1.3em;
  height: 1.3em;
}
.block-some-feed .some-feed > li > .text-link {
  background: var(--bg);
  color: var(--fg);
  padding: 0;
}
.block-some-feed .some-feed > li > .text-link > .image {
  display: block;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-some-feed .some-feed > li > .text-link > .user {
  display: none;
}
.block-some-feed .some-feed > li > .text-link > .user > .avatar {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  opacity: 1;
  margin: 0 auto;
  display: block;
  height: 7em;
  width: 7em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-some-feed .some-feed > li > .text-link > .msg {
  padding: 1.5em 0.3em 1.5em 0.3em;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 10em;
  max-height: 10em;
  text-align: center;
}
.block-some-feed .some-feed > li > .text-link:hover {
  color: #fb4c4a;
}
.block-some-feed .some-feed > li > .text-link:hover > .user > .avatar {
  opacity: 0.8;
}
.block-subnav {
  left: 0;
  right: 0;
  position: fixed;
  background: var(--bg);
  z-index: 2;
  font-size: 1.45454545vw;
}
@media (min-width: 1100px) {
  .block-subnav {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .block-subnav {
    font-size: 11.05454545px;
  }
}
.block-subnav nav {
  text-align: center;
  padding: 0.7em 0 0.7em 0;
  background: var(--bg);
  border-bottom: 1px solid var(--fg);
  color: var(--fg);
  text-transform: uppercase;
}
.block-subnav nav .toggle-subnav {
  display: none;
}
.block-subnav nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-subnav nav .menu > li {
  line-height: 1;
  display: inline-block;
}
.block-subnav nav .menu > li > a {
  padding: 0 1rem 0 1rem;
  color: var(--fg);
}
.block-subnav nav .menu > li > a:hover {
  color: #fb4c4a;
}
.block-subnav nav .menu > li.current_page_item > a,
.block-subnav nav .menu > li.current-menu-item > a {
  color: #fb4c4a;
}
.block-subnav nav .menu > li:after {
  display: inline-block;
  vertical-align: middle;
  content: "/";
}
.block-subnav nav .menu > li:last-child:after {
  display: none;
  content: none;
}
.block-subnav nav .menu > li > ul {
  display: none;
}
@media (max-width: 760px) {
  .block-subnav {
    font-size: 20px;
  }
  .block-subnav nav .toggle-subnav {
    padding-bottom: 0;
    text-align: left;
    display: block;
  }
  .block-subnav nav .toggle-subnav:before {
    content: "+";
    display: block;
    float: left;
    width: 1.1em;
    height: 1.1em;
    background: #fb4c4a;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    margin-right: 0.7em;
    position: relative;
    top: -0.1em;
  }
  .block-subnav nav .menu {
    text-align: left;
    display: none;
    padding-top: 1em;
    padding-left: 2.5em;
  }
  .block-subnav nav .menu > li {
    display: block;
    padding-bottom: 0.5em;
  }
  .block-subnav nav .menu > li:after {
    content: none;
  }
  .block-subnav.show-subnav nav .toggle-subnav:before {
    content: "-";
  }
  .block-subnav.show-subnav nav .menu {
    display: block;
  }
}
.block-tiketti-cal {
  text-align: left;
  padding-top: 0;
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 70%;
  letter-spacing: 0.1em;
  line-height: 1.4;
  /*
    @media (max-width: 760px) {
        .days {
            padding-top: 0;
            > .month {
                background: #000;
                color: #fff;
                display: block;
                padding: 0.5rem;
                width: 100%;
                text-transform: uppercase;
                border-bottom: @splitter;
                &.hidden {
                    display: none;
                }
            }
            > .day {
                width: 100%;
                border-left: @splitter;
                border-right: @splitter;
                border-bottom: @splitter;
                min-height: 2em;
                display: flex;
                padding: 0;
                > .name-dow {
                    display: block;
                    width: 3em;
                    font-size: 11px;
                    line-height: 1.2;
                    border-right: @splitter;
                    padding: 0.5em;
                    text-transform: uppercase;
                }
                > .name {
                    width: 3em;
                    display: block;
                    font-size: 11px;
                    line-height: 1.2;
                    text-align: left;
                    border-right: @splitter;
                    padding: 0.5em;
                }
                > .day-items {
                    overflow: hidden;
                    padding: 0.5em;
                    width: 100%;
                }
                &.hidden,
                &.empty-day {
                    display: none;
                }
            }
        }
        .weekdays {
            display: none;
        }
    }
    */
}
.block-tiketti-cal a {
  text-shadow: none;
  box-shadow: none;
}
.block-tiketti-cal .weekdays {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1041;
  text-align: center;
  margin-top: 0;
}
body.show-mobile-menu .block-tiketti-cal .weekdays {
  display: none;
}
.block-tiketti-cal .weekdays .page-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.block-tiketti-cal .weekdays .d-1 {
  border-left: 1px solid var(--fg);
}
.block-tiketti-cal .weekdays .dow {
  box-sizing: border-box;
  border-top: 1px solid var(--fg);
  border-right: 1px solid var(--fg);
  border-bottom: 1px solid var(--fg);
  background: var(--bg);
  width: 14.28571429%;
  z-index: 1041;
}
.block-tiketti-cal .days {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
}
.block-tiketti-cal .days > .month {
  display: none;
}
.block-tiketti-cal .days > .d-1 {
  border-left: 1px solid var(--fg);
}
.block-tiketti-cal .days > .day {
  box-sizing: border-box;
  width: 14.28571429%;
  min-height: 11em;
  border-right: 1px solid var(--fg);
  border-bottom: 1px solid var(--fg);
  padding: 0.5em;
}
.block-tiketti-cal .days > .day > .name-dow {
  display: none;
}
.block-tiketti-cal .days > .day > .name {
  text-align: right;
}
.block-tiketti-cal .days .items {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-bottom: 0.25em;
}
.block-tiketti-cal .days .item {
  display: block;
  text-align: left;
  color: var(--fg);
  overflow: hidden;
}
.block-tiketti-cal .days .item:hover {
  color: #fb4c4a;
}
.block-tiketti-cal .days .item .extra-info {
  font-size: 70%;
}
.block-tiketti-cal .days .item .extra-info:empty {
  display: none;
}
.block-tiketti-cal .days .item.hidden {
  display: none;
}
.block-tiketti-cal .days .item + .item {
  padding-top: 0.5em;
}
.block-tiketti-cal .days .item:last-child {
  padding-bottom: 0.2em;
}
.block-tiketti-cal .days .item .status {
  display: block;
}
.block-tiketti-cal .days .item .status-fully_booked {
  color: #fb4c4a;
}
.block-tiketti-cal .days .item .status-sold_out {
  color: #fb4c4a;
}
.block-tiketti-cal.hidden {
  display: none;
}
.cart {
  z-index: 1060;
}
.cart .cart-items {
  position: relative;
}
.cart .cart-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em;
}
.cart .cart-close-btn > svg {
  width: 1.25em;
  height: 1.25em;
  fill: var(--fg);
  transform: rotate(180deg);
}
.cart .cart-opener > .cart-opener-wrapper {
  display: inline-block;
  position: relative;
}
.cart .cart-opener > .cart-opener-wrapper > .total {
  letter-spacing: 0.05em;
  color: var(--fg);
  display: inline-block;
  vertical-align: middle;
  transition: color 0.25s;
  margin-right: 0.5em;
  padding-top: 0.3em;
}
.cart .cart-opener > .cart-opener-wrapper > .count {
  width: 1.3em;
  height: 1.3em;
  font-size: 65%;
  line-height: 1.3;
  text-align: center;
  background: #fb4c4a;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0.7em;
  top: 1em;
  display: block;
}
.cart .cart-opener > .cart-opener-wrapper > svg {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  fill: var(--fg);
  vertical-align: middle;
}
.cart .cart-opener > .cart-opener-wrapper > svg > g {
  transition: fill 0.25s, stroke 0.25s;
}
.cart .cart-opener:hover > .cart-opener-wrapper > .total {
  color: #fb4c4a;
}
.cart .cart-opener:hover > .cart-opener-wrapper > svg {
  --fg: #fb4c4a;
}
.cart .rows + .group-title {
  padding-top: 0.85em;
}
.cart .mobile-cart-buttons {
  display: flex;
}
.cart .mobile-cart-buttons > a {
  flex: 1;
  padding: 2em 2em 4em 2em;
}
.cart .desktop-cart-buttons {
  display: flex;
}
.cart .desktop-cart-buttons > a {
  display: block;
  flex: 1;
  padding: 2em;
  text-align: center;
}
.cart .desktop-cart-buttons > .cart-checkout-btn {
  background: #fb4c4a;
  color: #fff;
}
.cart .desktop-cart-buttons > .cart-checkout-btn:hover {
  background: #fd9695;
  color: #fff;
}
.cart .rows {
  border: 1px solid var(--fg);
}
@media (max-width: 760px) {
  .cart {
    display: none;
    background: #fb4c4a;
  }
  .cart.has-items {
    display: block;
  }
}
.add-to-cart {
  display: flex;
  border-bottom: 1px solid var(--fg);
}
.add-to-cart:last-child {
  border-bottom: 0;
}
.add-to-cart > .add-to-cart-buttons {
  position: relative;
  display: flex;
  flex: 0 0 10em;
  font-size: 108.5%;
}
.add-to-cart > .add-to-cart-buttons > .wrapper {
  border-right: 1px solid var(--fg);
  flex: 1;
  min-height: 5em;
  position: relative;
}
.add-to-cart > .add-to-cart-buttons .remove,
.add-to-cart > .add-to-cart-buttons .add {
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  display: block;
  text-align: center;
  background: none;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5em;
  width: 100%;
}
@media (hover: hover) {
  .add-to-cart > .add-to-cart-buttons .remove:hover,
  .add-to-cart > .add-to-cart-buttons .add:hover {
    background: var(--fg);
  }
  .add-to-cart > .add-to-cart-buttons .remove:hover:after,
  .add-to-cart > .add-to-cart-buttons .add:hover:after,
  .add-to-cart > .add-to-cart-buttons .remove:hover:before,
  .add-to-cart > .add-to-cart-buttons .add:hover:before {
    border-color: var(--bg);
  }
}
.add-to-cart > .add-to-cart-buttons .remove:before,
.add-to-cart > .add-to-cart-buttons .add:before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid var(--fg);
  width: 3em;
  height: 1px;
  left: 1em;
  top: 50%;
  margin-top: -1px;
}
.add-to-cart > .add-to-cart-buttons .remove:before,
.add-to-cart > .add-to-cart-buttons .add:before,
.add-to-cart > .add-to-cart-buttons .remove:after,
.add-to-cart > .add-to-cart-buttons .add:after {
  transition: border-color 0.25s;
}
.add-to-cart > .add-to-cart-buttons .add:after {
  content: "";
  position: absolute;
  display: block;
  border-right: 1px solid var(--fg);
  width: 1px;
  height: calc(3em - 1px);
  top: 1em;
  left: 50%;
  margin-left: -1px;
}
.add-to-cart > .texts {
  flex: 1;
  position: relative;
  display: flex;
}
.add-to-cart > .texts > .texts2 {
  align-self: center;
  padding: 0 1.1em 0 var(--add-to-cart-name-padder);
  flex: 1;
}
.add-to-cart > .texts > .indicator-wrap {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.add-to-cart > .texts > .indicator-wrap .indicator {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: relative;
  vertical-align: middle;
  border-radius: 50%;
  background: #808080;
}
.add-to-cart > .texts > .indicator-wrap .indicator-green {
  background: #0f0;
}
.add-to-cart > .texts > .indicator-wrap .indicator-black {
  background: gray;
}
.add-to-cart > .texts > .indicator-wrap .indicator-yellow {
  background: yellow;
}
.add-to-cart > .texts > .indicator-wrap .indicator-red {
  background: red;
}
.add-to-cart[data-soldout="1"] {
  opacity: 0.7;
}
.event-table {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 70%;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .event-table {
    font-size: var(--mini-size);
    font-family: "Sweden Sans";
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
  }
}
@media (max-width: 760px) {
  .event-table {
    border-left: 0;
    border-right: 0;
  }
}
.event-table a {
  text-shadow: none;
  box-shadow: none;
}
.event-table th,
.event-table td {
  padding: 0.7em;
  font-weight: normal;
  border: 1px solid var(--fg);
  vertical-align: top;
}
@media (max-width: 760px) {
  .event-table th,
  .event-table td {
    padding: 0.8em 0.7em;
  }
  .event-table th:first-child,
  .event-table td:first-child {
    border-left: 0;
  }
  .event-table th:last-child,
  .event-table td:last-child {
    border-right: 0;
  }
}
.event-table th.dow-name,
.event-table td.dow-name {
  width: 4em;
}
@media (max-width: 760px) {
  .event-table th.dow-name,
  .event-table td.dow-name {
    width: 2.5em;
  }
}
.event-table th.day-name,
.event-table td.day-name {
  width: 5em;
}
@media (max-width: 760px) {
  .event-table th.day-name,
  .event-table td.day-name {
    width: 3.5em;
  }
}
.event-table th.day-name.same-year .year,
.event-table td.day-name.same-year .year {
  display: none;
}
.event-table th .item,
.event-table td .item {
  display: block;
}
.event-table th .item .extra-info,
.event-table td .item .extra-info {
  padding-top: 0.5em;
  font-size: 70%;
}
.event-table th .item .extra-info:empty,
.event-table td .item .extra-info:empty {
  display: none;
}
.event-table th .item .extra-info .status,
.event-table td .item .extra-info .status {
  display: block;
}
.event-table th .item .extra-info .status-fully_booked,
.event-table td .item .extra-info .status-fully_booked {
  color: #fb4c4a;
}
.event-table th .item .extra-info .status-sold_out,
.event-table td .item .extra-info .status-sold_out {
  color: #fb4c4a;
}
.event-table th .item + .item,
.event-table td .item + .item {
  padding-top: 1em;
}
.block-tiketti-daylist {
  display: none;
}
@media (max-width: 760px) {
  .block-tiketti-daylist > .txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-tiketti-daylist h2.month {
  text-align: left;
  font-family: gopher, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.45454545vw;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--fg);
  color: var(--bg);
  padding: 0.8em 0.8em 0.7em 0.8em;
}
@media (min-width: 1100px) {
  .block-tiketti-daylist h2.month {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-daylist h2.month {
    font-size: 11.05454545px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-daylist h2.month {
    font-size: 0.9em;
  }
}
@media (min-width: 1080px) {
  .block-tiketti-daylist h2.month {
    position: sticky;
    top: 169px;
  }
  body.admin-bar .block-tiketti-daylist h2.month {
    top: 201px;
  }
}
.block-tiketti-daylist .year {
  display: none !important;
}
@media (max-width: 760px) {
  .block-tiketti-historia > .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .block-tiketti-historia > .txt .ingress,
  .block-tiketti-historia > .txt .content {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.block-tiketti-historia .content {
  text-align: left;
  padding-top: 2em;
  padding-bottom: 2em;
}
.block-tiketti-historia ul.decades {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 4em;
}
.block-tiketti-historia ul.decades > li {
  display: inline;
}
.block-tiketti-historia ul.decades > li > a {
  font-size: 1.18181818vw;
  letter-spacing: 0.05em;
  margin: 0 0.5em;
  color: var(--fg);
}
@media (min-width: 1100px) {
  .block-tiketti-historia ul.decades > li > a {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-historia ul.decades > li > a {
    font-size: 8.98181818px;
  }
}
.block-tiketti-historia ul.decades > li > a:hover,
.block-tiketti-historia ul.decades > li > a.active {
  color: #fb4c4a;
}
.block-tiketti-historia .event-table th {
  width: 5em;
}
.block-tiketti-historia .search-form-wrapper {
  max-width: 20em;
  margin: 0 auto;
  padding-bottom: 3em;
}
@media (max-width: 760px) {
  .block-tiketti-historia .search-form-wrapper {
    max-width: none;
    margin: 0;
  }
}
.block-tiketti-historia .year-month-form {
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: auto auto auto;
}
.block-tiketti-historia .year-month-form select {
  margin: 0;
}
.block-tiketti-historia .year-month-form select[name="hy"] {
  border-right-color: transparent;
}
.block-tiketti-historia .year-month-form button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: var(--fg);
  color: var(--bg);
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  padding-left: 2.15em;
  padding-right: 2.15em;
  text-transform: uppercase;
}
@media (hover: hover) {
  .block-tiketti-historia .year-month-form button:hover {
    background: #fb4c4a;
    color: #fff;
  }
}
.block-tiketti-historia .search-form {
  position: relative;
}
.block-tiketti-historia .search-form > input {
  box-sizing: border-box;
  padding: 0.2em 2em 0.4em 0.2em;
  margin: 0;
  width: 100%;
  display: block;
  font-size: 100%;
  line-height: 1.3;
  font-family: inherit;
  background: var(--bg);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--fg);
  transition: border-color 0.25s;
  color: var(--fg);
}
@media (max-width: 760px) {
  .block-tiketti-historia .search-form > input {
    padding-left: 13px;
  }
}
.block-tiketti-historia .search-form > input:focus {
  outline: 0;
  border-bottom: 1px solid var(--fg);
}
.block-tiketti-historia .search-form > button {
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.block-tiketti-historia .search-form > button > svg {
  fill: var(--fg);
  width: 1.55em;
  height: 1.55em;
  pointer-events: none;
  transition: fill 0.25s;
}
.block-tiketti-historia .search-form > button:hover > svg {
  fill: #fb4c4a;
}
@media (max-width: 760px) {
  .block-tiketti-historia .search-form {
    font-size: 23px;
  }
  .block-tiketti-historia .search-form > input {
    width: 100%;
  }
}
@-webkit-keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.anim-texts {
  font-size: 16.36363636vw;
  line-height: 0.85;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-bottom: 1.5rem;
}
@media (min-width: 1100px) {
  .anim-texts {
    font-size: 180px;
  }
}
@media (max-width: 760px) {
  .anim-texts {
    font-size: 124.36363636px;
  }
}
.anim-texts > .row1 {
  transform: skewX(-15deg);
}
.anim-texts > .row2 {
  transform: skewX(15deg);
}
.anim-texts .anim1 {
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  display: inline-block;
}
.anim-texts .anim1 > .c1 {
  display: inline-block;
}
.anim-texts .anim1 > .c2 {
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translateX(100%);
}
.anim-texts .anim2 {
  -webkit-animation: marquee2 40s linear infinite;
          animation: marquee2 40s linear infinite;
  display: inline-block;
}
.anim-texts .anim2 > .c1 {
  display: inline-block;
}
.anim-texts .anim2 > .c2 {
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translateX(100%);
}
.block-tiketti-list2 {
  text-align: left;
}
.block-tiketti-list2.hidden {
  display: none;
}
.block-tiketti-list2 > .txt {
  padding-top: 1em;
}
@media (max-width: 760px) {
  .block-tiketti-list2 > .txt {
    padding: 1em 0 0 0;
  }
}
.block-tiketti-list2 .tiketti-list-header {
  text-align: left;
  font-family: gopher, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.45454545vw;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--fg);
  color: var(--bg);
  padding: 0.8em 0.8em 0.7em 0.8em;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-header {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-header {
    font-size: 11.05454545px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-header {
    font-size: 0.9em;
  }
}
.block-tiketti-list2 .tiketti-list .debug {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-tiketti-list2 .tiketti-list .debug > li > strong:first-child {
  color: red;
}
.block-tiketti-list2 .infos {
  display: flex;
  padding: 1.6rem;
  border: 1px solid var(--fg);
  margin-bottom: 1.5rem;
  font-size: 80%;
}
.block-tiketti-list2 .infos h2 {
  font-size: 2.27272727vw;
  padding: 0 0 0.2em 0;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .infos h2 {
    font-size: 25px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .infos h2 {
    font-size: 17.27272727px;
  }
}
.block-tiketti-list2 .infos ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-tiketti-list2 .infos ul a {
  text-shadow: none;
  box-shadow: none;
  color: var(--fg);
  display: flex;
}
@media (hover: hover) {
  .block-tiketti-list2 .infos ul a:hover {
    color: #fb4c4a;
  }
}
.block-tiketti-list2 .infos ul a > .onsaledate {
  flex: 0 0 3em;
}
.block-tiketti-list2 .infos > div {
  box-sizing: border-box;
  flex: 0 0 33%;
  padding-right: 1.5rem;
}
.block-tiketti-list2 .infos > div:last-child {
  padding-right: 0;
}
.block-tiketti-list2 .infos > .latest .onsaledate {
  display: none;
}
.block-tiketti-list2 .infos > .content {
  font-size: 2.72727273vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .infos > .content {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .infos > .content {
    font-size: 20.72727273px;
  }
}
.block-tiketti-list2 .infos > .content p:last-child {
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .block-tiketti-list2 .infos {
    flex-wrap: wrap;
    padding: 1rem;
  }
  .block-tiketti-list2 .infos > div {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
  }
  .block-tiketti-list2 .infos > .latest {
    padding-bottom: 0;
  }
  .block-tiketti-list2 .infos > .content {
    order: 1;
  }
  .block-tiketti-list2 .infos > div {
    order: 2;
  }
}
.block-tiketti-list2 .more-wrapper {
  padding-top: 2em;
  text-align: center;
}
.block-tiketti-list2 .add-item {
  display: block;
  margin-bottom: 1.5em;
  text-shadow: none;
  box-shadow: none;
}
.block-tiketti-list2 .add-item > img:first-child {
  display: block;
}
.block-tiketti-list2 .add-item > img:last-child {
  display: none;
}
@media (max-width: 760px) {
  .block-tiketti-list2 .add-item {
    margin-bottom: 0;
  }
  .block-tiketti-list2 .add-item > img:last-child {
    display: block;
  }
  .block-tiketti-list2 .add-item > img:first-child {
    display: none;
  }
}
.block-tiketti-list2.is-filtered .more-wrapper {
  display: none;
}
.block-tiketti-list2.is-filtered .add-item {
  display: none;
}
.block-tiketti-list2 .image-begin,
.block-tiketti-list2 .video-begin {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
}
.block-tiketti-list2 .video-begin {
  border: 1px solid var(--fg);
}
.block-tiketti-list2 .tiketti-list-item:nth-child(n + 18) {
  display: none;
}
.block-tiketti-list2.all-shown.not-filtered .tiketti-list-item:nth-child(n + 18) {
  display: flex;
}
.block-tiketti-list2 .tiketti-list-item {
  box-sizing: border-box;
  width: 100%;
  --border: 1px solid var(--fg);
  border: var(--border);
  color: var(--fg);
  display: flex;
  margin: 0 0 1.2em 0;
  position: relative;
  text-shadow: none;
  box-shadow: none;
  transition: border 0.25s;
  /*
        .rubberstamp {
            // position: absolute;
            // left: 85%;
            // top: 22%;
            // width: 17em;
            // height: 8em;
            // transform: rotate(-26deg);
            position: absolute;
            width: 58%;
            bottom: @padder;
            left: @padder;
            right: 0;
            transform-origin: 0 0;
            margin-top: 0.5em;
            > text {
                font-size: 150%;
            }
            text,
            use {
                // fill: @colorfg;
                fill: @colorfg;
                text-transform: uppercase;
                .font-otsake();
            }
        }
        */
}
.block-tiketti-list2 .tiketti-list-item.hidden {
  display: none;
}
.block-tiketti-list2 .tiketti-list-item.shown {
  display: flex;
}
@media (hover: hover) {
  .block-tiketti-list2 .tiketti-list-item:hover {
    --border: 1px solid #fb4c4a;
  }
}
.block-tiketti-list2 .tiketti-list-item > .img {
  box-sizing: border-box;
  width: 45%;
  min-height: 1em;
  padding: 1.6rem;
  border-right: var(--border);
  transition: border 0.25s;
}
.block-tiketti-list2 .tiketti-list-item > .img > .img-bg {
  background-color: gray;
  display: block;
  width: 100%;
  padding-top: 61%;
  background-size: cover;
}
.block-tiketti-list2 .tiketti-list-item > .img > .empty-img {
  display: block;
  width: 100%;
  padding-top: 61%;
}
.block-tiketti-list2 .tiketti-list-item > h2 {
  box-sizing: border-box;
  order: 3;
  padding: 1.6rem 1.6rem 1.6rem 1.6rem;
  color: var(--fg);
  width: 31%;
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 5.90909091vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2 {
    font-size: 65px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2 {
    font-size: 44.90909091px;
  }
}
.block-tiketti-list2 .tiketti-list-item > h2.len-over-10 {
  font-size: 5.45454545vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-10 {
    font-size: 60px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-10 {
    font-size: 41.45454545px;
  }
}
.block-tiketti-list2 .tiketti-list-item > h2.len-over-11 {
  font-size: 5vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-11 {
    font-size: 55px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-11 {
    font-size: 38px;
  }
}
.block-tiketti-list2 .tiketti-list-item > h2.len-over-12 {
  font-size: 4.54545455vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-12 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-12 {
    font-size: 34.54545455px;
  }
}
.block-tiketti-list2 .tiketti-list-item > h2.len-over-13 {
  font-size: 4.54545455vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-13 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-13 {
    font-size: 34.54545455px;
  }
}
.block-tiketti-list2 .tiketti-list-item > h2.len-over-14 {
  font-size: 4.54545455vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-14 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-14 {
    font-size: 34.54545455px;
  }
}
.block-tiketti-list2 .tiketti-list-item > h2.len-over-15 {
  font-size: 4.27272727vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-15 {
    font-size: 47px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-15 {
    font-size: 32.47272727px;
  }
}
.block-tiketti-list2 .tiketti-list-item > h2.len-over-16 {
  font-size: 3.81818182vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-16 {
    font-size: 42px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-16 {
    font-size: 29.01818182px;
  }
}
.block-tiketti-list2 .tiketti-list-item > h2.len-over-17 {
  font-size: 3.18181818vw;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-17 {
    font-size: 35px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-17 {
    font-size: 24.18181818px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > h2 {
    font-size: 22vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-4 {
    font-size: 22vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-5 {
    font-size: 20vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-6 {
    font-size: 18vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-7 {
    font-size: 16vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-8 {
    font-size: 14vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-9 {
    font-size: 13vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-10 {
    font-size: 11vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.over-28 {
    font-size: 12vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.over-40 {
    font-size: 10vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-11 {
    font-size: 10vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.over-50 {
    font-size: 9vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-12 {
    font-size: 9.5vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-13 {
    font-size: 8vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-14 {
    font-size: 8vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-15 {
    font-size: 8vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-16 {
    font-size: 8vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-17 {
    font-size: 8vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-18 {
    font-size: 7vw;
  }
  .block-tiketti-list2 .tiketti-list-item > h2.len-over-19 {
    font-size: 6.5vw;
  }
}
.block-tiketti-list2 .tiketti-list-item > .details {
  box-sizing: border-box;
  width: 24%;
  padding: 1.6rem 0 1.6rem 1.6rem;
  font-size: 1.09090909vw;
  border-right: var(--border);
  transition: border 0.25s;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > .details {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > .details {
    font-size: 8.29090909px;
  }
}
.block-tiketti-list2 .tiketti-list-item > .details > .date {
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 3.36363636vw;
  color: var(--fg);
  padding-right: 0;
  padding-bottom: 0rem;
}
@media (min-width: 1100px) {
  .block-tiketti-list2 .tiketti-list-item > .details > .date {
    font-size: 37px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > .details > .date {
    font-size: 25.56363636px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item > .details > .date {
    font-size: 10vw;
  }
}
.block-tiketti-list2 .tiketti-list-item > .details > .info {
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  font-size: 100%;
  letter-spacing: 0.1em;
  padding-right: 0;
  padding-bottom: 1.2rem;
  padding-top: 0.5rem;
  margin-bottom: 4rem;
  position: relative;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .indicator {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  top: 0.05em;
  border-radius: 50%;
  background: gray;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .indicator-green {
  background: #0f0;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .indicator-black {
  background: gray;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .indicator-yellow {
  background: yellow;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .indicator-red {
  background: red;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .tickets {
  padding-bottom: 0.9em;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .timetable {
  table-layout: fixed;
  padding: 0;
  border-spacing: 0;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .timetable th,
.block-tiketti-list2 .tiketti-list-item > .details > .info .timetable td {
  font-weight: inherit;
  padding: 0;
  vertical-align: top;
}
.block-tiketti-list2 .tiketti-list-item > .details > .info .timetable td {
  padding-left: 0.4em;
}
.block-tiketti-list2 .tiketti-list-item > .details > .tickets {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: var(--border);
  transition: border 0.25s;
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 110%;
}
.block-tiketti-list2 .tiketti-list-item > .details > .tickets.status-fully_booked,
.block-tiketti-list2 .tiketti-list-item > .details > .tickets.status-sold_out,
.block-tiketti-list2 .tiketti-list-item > .details > .tickets.status-cancelled {
  background: #fb4c4a;
  color: #000;
}
.block-tiketti-list2 .tiketti-list-item > .details > .tickets > .buy > .text {
  display: inline-block;
  vertical-align: middle;
}
.block-tiketti-list2 .tiketti-list-item > .details > .tickets > .buy > svg {
  display: inline-block;
  height: 1.2em;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media (max-width: 760px) {
  .block-tiketti-list2 .tiketti-list-item {
    flex-wrap: wrap;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin: 0;
  }
  .block-tiketti-list2 .tiketti-list-item > .img {
    width: 100%;
    border-right: 0;
    border-bottom: var(--border);
    transition: border 0.25s;
    padding: 0;
  }
  .block-tiketti-list2 .tiketti-list-item > h2 {
    width: 57%;
    padding: 1rem;
    min-height: 12rem;
  }
  .block-tiketti-list2 .tiketti-list-item > .details {
    width: 43%;
    padding: 1rem;
    font-size: 12px;
    /*
                .rubberstamp {
                    display: block;
                    position: static;
                    left: 10.5em;
                    bottom: 1em;
                    margin-top: -3.5em;
                    width: 100%;
                }
                */
  }
  .block-tiketti-list2 .tiketti-list-item > .details > .info {
    margin-bottom: 3.2em;
  }
  .block-tiketti-list2 .tiketti-list-item > .details > .tickets {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-tiketti-products {
  text-align: left;
}
.block-tiketti-products.hidden {
  display: none;
}
.block-tiketti-products > .txt {
  padding-top: 1em;
}
.block-tiketti-products .tiketti-list-header {
  text-align: left;
  font-family: gopher, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.45454545vw;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--fg);
  color: var(--bg);
  padding: 0.8em 0.8em 0.7em 0.8em;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-header {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-header {
    font-size: 11.05454545px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-header {
    font-size: 0.9em;
  }
}
.block-tiketti-products .tiketti-list .debug {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-tiketti-products .tiketti-list .debug > li > strong:first-child {
  color: red;
}
.block-tiketti-products .tiketti-list-item {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--fg);
  color: var(--fg);
  display: flex;
  margin: 0 0 1.2em 0;
  position: relative;
  /*
        .rubberstamp {
            // position: absolute;
            // left: 85%;
            // top: 22%;
            // width: 17em;
            // height: 8em;
            // transform: rotate(-26deg);
            position: absolute;
            width: 58%;
            bottom: @padder;
            left: @padder;
            right: 0;
            transform-origin: 0 0;
            margin-top: 0.5em;
            > text {
                font-size: 150%;
            }
            text,
            use {
                // fill: @colorfg;
                fill: @colorfg;
                text-transform: uppercase;
                .font-otsake();
            }
        }
        */
}
.block-tiketti-products .tiketti-list-item.hidden {
  display: none;
}
.block-tiketti-products .tiketti-list-item.shown {
  display: flex;
}
.block-tiketti-products .tiketti-list-item:hover {
  border-color: #fb4c4a;
}
.block-tiketti-products .tiketti-list-item > .img {
  box-sizing: border-box;
  width: 45%;
  min-height: 1em;
  padding: 1.6rem;
  border-right: 1px solid var(--fg);
}
.block-tiketti-products .tiketti-list-item > .img > .img-bg {
  background-color: gray;
  display: block;
  width: 100%;
  padding-top: 61%;
  background-size: cover;
}
.block-tiketti-products .tiketti-list-item > .img > .empty-img {
  display: block;
  width: 100%;
  padding-top: 61%;
}
.block-tiketti-products .tiketti-list-item > h2 {
  box-sizing: border-box;
  order: 3;
  padding: 1.6rem 1.6rem 1.6rem 1.6rem;
  color: var(--fg);
  width: 31%;
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 5.90909091vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2 {
    font-size: 65px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2 {
    font-size: 44.90909091px;
  }
}
.block-tiketti-products .tiketti-list-item > h2.len-over-10 {
  font-size: 5.45454545vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-10 {
    font-size: 60px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-10 {
    font-size: 41.45454545px;
  }
}
.block-tiketti-products .tiketti-list-item > h2.len-over-11 {
  font-size: 5vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-11 {
    font-size: 55px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-11 {
    font-size: 38px;
  }
}
.block-tiketti-products .tiketti-list-item > h2.len-over-12 {
  font-size: 4.54545455vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-12 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-12 {
    font-size: 34.54545455px;
  }
}
.block-tiketti-products .tiketti-list-item > h2.len-over-13 {
  font-size: 4.54545455vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-13 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-13 {
    font-size: 34.54545455px;
  }
}
.block-tiketti-products .tiketti-list-item > h2.len-over-14 {
  font-size: 4.54545455vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-14 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-14 {
    font-size: 34.54545455px;
  }
}
.block-tiketti-products .tiketti-list-item > h2.len-over-15 {
  font-size: 4.27272727vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-15 {
    font-size: 47px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-15 {
    font-size: 32.47272727px;
  }
}
.block-tiketti-products .tiketti-list-item > h2.len-over-16 {
  font-size: 3.81818182vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-16 {
    font-size: 42px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-16 {
    font-size: 29.01818182px;
  }
}
.block-tiketti-products .tiketti-list-item > h2.len-over-17 {
  font-size: 3.18181818vw;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-17 {
    font-size: 35px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > h2.len-over-17 {
    font-size: 24.18181818px;
  }
}
.block-tiketti-products .tiketti-list-item > .details {
  box-sizing: border-box;
  width: 24%;
  padding: 1.6rem 0 1.6rem 1.6rem;
  font-size: 1.09090909vw;
  border-right: 1px solid var(--fg);
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > .details {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > .details {
    font-size: 8.29090909px;
  }
}
.block-tiketti-products .tiketti-list-item > .details > .date {
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 3.36363636vw;
  color: var(--fg);
  padding-right: 1rem;
  padding-bottom: 0rem;
}
@media (min-width: 1100px) {
  .block-tiketti-products .tiketti-list-item > .details > .date {
    font-size: 37px;
  }
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item > .details > .date {
    font-size: 25.56363636px;
  }
}
.block-tiketti-products .tiketti-list-item > .details > .info {
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  padding-right: 0;
  padding-bottom: 1.2rem;
  padding-top: 0.5rem;
  margin-bottom: 4rem;
  position: relative;
  letter-spacing: 0.1em;
}
.block-tiketti-products .tiketti-list-item > .details > .info .indicator {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  top: 0.05em;
  border-radius: 50%;
  background: gray;
}
.block-tiketti-products .tiketti-list-item > .details > .info .indicator-green {
  background: #0f0;
}
.block-tiketti-products .tiketti-list-item > .details > .info .indicator-black {
  background: gray;
}
.block-tiketti-products .tiketti-list-item > .details > .info .indicator-yellow {
  background: yellow;
}
.block-tiketti-products .tiketti-list-item > .details > .info .timetable {
  table-layout: fixed;
  padding: 0;
  border-spacing: 0;
}
.block-tiketti-products .tiketti-list-item > .details > .info .timetable th,
.block-tiketti-products .tiketti-list-item > .details > .info .timetable td {
  font-weight: inherit;
  padding: 0;
}
.block-tiketti-products .tiketti-list-item > .details > .info .timetable td {
  padding-left: 0.4em;
}
.block-tiketti-products .tiketti-list-item > .details > .tickets {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid var(--fg);
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  font-size: 110%;
}
.block-tiketti-products .tiketti-list-item > .details > .tickets > .buy > svg {
  display: inline-block;
  height: 1.2em;
  position: relative;
  top: 0.2em;
  margin-left: 0.5em;
}
@media (max-width: 760px) {
  .block-tiketti-products .tiketti-list-item {
    flex-wrap: wrap;
  }
  .block-tiketti-products .tiketti-list-item > .img {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--fg);
    padding: 1rem;
  }
  .block-tiketti-products .tiketti-list-item > h2 {
    width: 57%;
    padding: 1rem;
  }
  .block-tiketti-products .tiketti-list-item > .details {
    width: 43%;
    padding: 1rem;
    font-size: 12px;
    /*
                .rubberstamp {
                    display: block;
                    position: static;
                    left: 10.5em;
                    bottom: 1em;
                    margin-top: -3.5em;
                    width: 100%;
                }
                */
  }
  .block-tiketti-products .tiketti-list-item > .details > .info {
    margin-bottom: 3.2em;
  }
  .block-tiketti-products .tiketti-list-item > .details > .tickets {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-tiketti-searchresults {
  display: none;
  text-align: left;
}
.block-tiketti-searchresults > .txt {
  padding-top: 2em;
}
.block-tiketti-searchresults > .txt h1.search-title {
  line-height: 1;
  padding-bottom: 0.25em;
  padding-top: 0.5em;
  position: relative;
}
@media (max-width: 760px) {
  .block-tiketti-searchresults > .txt {
    padding-top: 6em;
    padding-left: 0;
    padding-right: 0;
  }
  .block-tiketti-searchresults > .txt h1.search-title {
    padding-left: 13px;
    padding-right: 13px;
  }
  .block-tiketti-searchresults > .txt .no-results {
    padding-left: 13px;
    padding-right: 13px;
  }
}
:root {
  --mini-size: 13px;
}
@media (min-width: 761px) {
  :root {
    --mini-size: 13px;
  }
}
body.page-events {
  background: var(--bg);
}
:root {
  --add-to-cart-name-padder: 13px;
  --event-padder: 19px;
}
.block-tiketti-single2 {
  text-align: left;
  /*
    @media (max-width: 760px) {
        var(--padder): 1rem;
        .event {
            display: flex;
            flex-wrap: wrap;
        }
        .title {
            width: 100%;
            border-left: 0;
            order: 0;
            padding: var(--padder);
        }
        .date-and-appearances {
            width: 100%;
            padding: var(--padder);
            border-bottom: @splitter;
            order: 1;
        }
        .info {
            display: flex;
            flex-wrap: wrap;
            .tickets {
                padding: var(--padder) var(--padder);
                border-bottom: 0;
                order: 2;
                width: 100%;
                border-bottom: @splitter;
                .regular {
                    display: none;
                }
            }
            .connections {
                padding: var(--padder);
                width: 100%;
                order: 5;
                border-bottom: @splitter;
                .icon {
                    font-size: 150%;
                    vertical-align: middle;
                }
                li + li {
                    padding-top: 0.75em;
                }
            }

            .share {
                padding: var(--padder);
                > .socmed {
                    padding-top: 0;
                }
            }
        }
        .featured-image {
            display: none;
        }
        .featured-image-mobile-wrapper {
            // padding: 1.85rem;
            // background: #efefef;
            // background: url("images/noise.jpg") top left;
        }
        .featured-image-mobile {
            display: block;
            width: 100%;
        }
        .info {
            order: 2;
            width: 100%;
        }
        .content {
            padding: var(--padder);
            width: 100%;
            order: 3;
            border-left: 0;
            border-bottom: @splitter;
        }
        .dropdown-container {
            .dropdown-links {
                a {
                    font-size: 120%;
                }
            }
        }
        .show-dropdown > .dropdown-container {
            // height: auto;
            // box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
    }
    */
}
.block-tiketti-single2 > .page-wrapper {
  padding-top: 0;
}
@media (max-width: 760px) {
  .block-tiketti-single2 > .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-tiketti-single2 .go-back {
  font-size: var(--mini-size);
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 1.75em 0;
}
@media (max-width: 760px) {
  .block-tiketti-single2 .go-back {
    padding-left: 13px;
  }
}
.block-tiketti-single2 .go-back > a {
  text-shadow: none;
  box-shadow: none;
  color: var(--fg);
}
.block-tiketti-single2 .go-back > a > svg {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
  transition: stroke 0.25s;
}
.block-tiketti-single2 .go-back > a > .text {
  position: relative;
  top: 1px;
}
@media (hover: hover) {
  .block-tiketti-single2 .go-back > a:hover {
    color: #fb4c4a;
  }
  .block-tiketti-single2 .go-back > a:hover > svg {
    stroke: #fb4c4a !important;
  }
}
.block-tiketti-single2 .event {
  border: 1px solid var(--fg);
}
@media (max-width: 760px) {
  .block-tiketti-single2 .event {
    border-left: 0;
    border-right: 0;
  }
}
@media (min-width: 761px) {
  .block-tiketti-single2 .event {
    display: grid;
    grid-template: "i i" "d n" "t c" "b c" -webkit-min-content / 310px 1fr;
    grid-template: "i i" "d n" "t c" "b c" min-content / 310px 1fr;
  }
  .block-tiketti-single2 .event > .title {
    grid-area: n;
    border-left: 1px solid var(--fg);
  }
  .block-tiketti-single2 .event > .featured-image {
    grid-area: i;
  }
  .block-tiketti-single2 .event > .day-and-location {
    grid-area: d;
  }
  .block-tiketti-single2 .event > .tickets {
    grid-area: t;
  }
  .block-tiketti-single2 .event > .tickets-other {
    grid-area: t;
  }
  .block-tiketti-single2 .event > .buttons {
    grid-area: b;
  }
  .block-tiketti-single2 .event > .content {
    grid-area: c;
    border-left: 1px solid var(--fg);
  }
}
.block-tiketti-single2 .event > .featured-image {
  padding: var(--event-padder);
  border-bottom: 1px solid var(--fg);
}
.block-tiketti-single2 .event > .featured-image > img {
  display: block;
  width: 100%;
}
@media (max-width: 760px) {
  .block-tiketti-single2 .event > .featured-image {
    padding: 0;
  }
}
.block-tiketti-single2 .event > .title {
  box-sizing: border-box;
  margin-bottom: 0;
  border-bottom: 1px solid var(--fg);
  padding: var(--event-padder);
  position: relative;
}
.block-tiketti-single2 .event > .title > h1 {
  font-size: 76px;
  margin: 0;
  padding: 0;
}
.block-tiketti-single2 .event > .title > h1.len-over-11 {
  font-size: 55px;
}
.block-tiketti-single2 .event > .date-and-appearances {
  box-sizing: border-box;
  color: var(--fg);
  border-bottom: 1px solid var(--fg);
  order: 0;
  display: flex;
  font-size: var(--mini-size);
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.block-tiketti-single2 .event > .date-and-appearances > .day-and-location {
  border-right: 1px solid var(--fg);
  padding: var(--event-padder) 0 var(--event-padder) var(--event-padder);
  flex: 0 0 10em;
  font-size: 108.5%;
  box-sizing: border-box;
}
.block-tiketti-single2 .event > .date-and-appearances > .day-and-location > .day {
  font-family: "headline-gothic-atf-round", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 40px;
  padding-bottom: 0.3em;
}
.block-tiketti-single2 .event > .date-and-appearances > .day-and-location > .location {
  display: none;
}
.block-tiketti-single2 .event > .date-and-appearances > .day-and-location > .age {
  padding-right: 1em;
}
.block-tiketti-single2 .event > .date-and-appearances > .appearances {
  position: relative;
  top: -0.2em;
  padding: var(--event-padder) var(--add-to-cart-name-padder);
}
.block-tiketti-single2 .event > .date-and-appearances > .appearances table {
  border-collapse: collapse;
}
.block-tiketti-single2 .event > .date-and-appearances > .appearances table th,
.block-tiketti-single2 .event > .date-and-appearances > .appearances table td {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.block-tiketti-single2 .event > .date-and-appearances > .appearances table th {
  color: var(--fg);
  box-sizing: border-box;
  padding-right: 0.13rem;
  min-width: 4.1em;
}
.block-tiketti-single2 .event > .event-buttons > .regular-ol-button {
  padding: 1.75em var(--event-padder);
  border-bottom: 1px solid var(--fg);
  font-size: var(--mini-size);
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.block-tiketti-single2 .event > .event-buttons > .regular-ol-button > a {
  text-shadow: none;
  box-shadow: none;
  display: flex;
}
.block-tiketti-single2 .event > .event-buttons > .regular-ol-button > a > .icon {
  flex: 0 0 2.6em;
  display: block;
  padding: 0 1.2em 0 0;
  align-self: center;
}
.block-tiketti-single2 .event > .event-buttons > .regular-ol-button > a > .icon > svg {
  display: block;
  width: 3.2em;
  height: 3.2em;
  fill: var(--fg);
  transition: fill 0.25s;
}
.block-tiketti-single2 .event > .event-buttons > .regular-ol-button > a:hover > .icon > svg {
  fill: #fb4c4a;
}
.block-tiketti-single2 .event > .event-buttons > .regular-ol-button > a > .text {
  flex: 1;
  align-self: center;
}
.block-tiketti-single2 .event > .event-buttons > .share {
  font-size: var(--mini-size);
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  padding: var(--event-padder);
  --color: var(--fg);
  --hover-color: #fb4c4a;
  --tooltip-text-transform: uppercase;
  --tooltip-background-color: var(--bg);
  --tooltip-color: var(--fg);
  --opener-icon-size: 3.2em;
  --icon-size: 2em;
  border-bottom: 1px solid var(--fg);
}
.block-tiketti-single2 .event > .tickets-other {
  padding: var(--event-padder);
  border-bottom: 1px solid var(--fg);
  font-size: var(--mini-size);
  font-family: "Sweden Sans";
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.block-tiketti-single2 .event > .tickets-other.status-fully_booked,
.block-tiketti-single2 .event > .tickets-other.status-sold_out,
.block-tiketti-single2 .event > .tickets-other.status-cancelled {
  background: #fb4c4a;
  color: #000;
}
.block-tiketti-single2 .event > .tickets {
  border-bottom: 1px solid var(--fg);
  font-size: var(--mini-size);
  font-family: "Sweden Sans";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  line-height: 1.3;
}
.block-tiketti-single2 .event > .tickets .cart-checkout-btn {
  text-shadow: none;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  display: none;
  padding: 1.5em;
  background: #fb4c4a;
  color: #fff;
  text-align: center;
}
.block-tiketti-single2 .event > .tickets .cart-checkout-btn:hover {
  background: #fd9695;
  color: #fff;
}
@media (min-width: 761px) {
  .block-tiketti-single2 .event > .tickets .cart-checkout-btn {
    display: block;
  }
}
.block-tiketti-single2 .event > .tickets.has-tickets-in-cart > .checkout-button {
  display: none;
}
.block-tiketti-single2 .event > .tickets > .doors-price-wrapper {
  display: flex;
  border-top: 1px solid var(--fg);
}
.block-tiketti-single2 .event > .tickets > .doors-price-wrapper > .decor {
  font-size: 108.5%;
  flex: 0 0 10em;
  display: flex;
}
@media (max-width: 760px) {
  .block-tiketti-single2 .event > .tickets > .doors-price-wrapper > .decor {
    font-size: 108.5%;
  }
}
.block-tiketti-single2 .event > .tickets > .doors-price-wrapper > .decor > .wrapper {
  flex: 0 0 5em;
  width: 5em;
  height: 5em;
  display: flex;
}
.block-tiketti-single2 .event > .tickets > .doors-price-wrapper > .decor > .wrapper > i {
  display: block;
  flex: 1;
  border-right: 1px solid var(--fg);
}
.block-tiketti-single2 .event > .tickets > .doors-price-wrapper > .texts {
  display: flex;
  /*
                    > .empter {
                        margin: 0 1.15em;
                        width: 2.1em;
                        height: 2.1em;
                        line-height: 2.1;
                        font-size: 104%;
                        align-self: center;
                    }
                    */
}
.block-tiketti-single2 .event > .tickets > .doors-price-wrapper > .texts > .texts2 {
  flex: 1;
  align-self: center;
  padding: 0 var(--add-to-cart-name-padder);
}
.block-tiketti-single2 .event > .tickets > .add-to-cart-list {
  /*
                > .add-to-cart {
                    display: flex;
                    border-bottom: @splitter;
                    &:last-child {
                        border-bottom: 0;
                    }

                    > .add-to-cart-buttons {
                        position: relative;
                        display: flex;
                        flex: 0 0 10em;
                        font-size: 108.5%;
                        > .wrapper {
                            border-right: @splitter;
                            flex: 1;
                            min-height: 5em;
                            position: relative;
                        }
                        .remove,
                        .add {
                            display: block;
                            text-align: center;
                            background: @sivusto-bg;
                            border-top: 0;
                            border-bottom: 0;
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            height: 5em;

                            &:hover {
                                background: @colorfg;
                                // border: 1px solid @color1;
                                &:after,
                                &:before {
                                    border-color: @colorfg-inv;
                                }
                            }
                            &:before {
                                content: "";
                                position: absolute;
                                display: block;
                                border-bottom: @splitter;
                                width: 3em;
                                height: 1px;
                                left: 1em;
                                top: 50%;
                                margin-top: -1px;
                            }
                            &:before,
                            &:after {
                                .transition(border-color @anim-speed);
                            }
                        }

                        .add {
                            &:after {
                                content: "";
                                position: absolute;
                                display: block;
                                border-right: @splitter;
                                width: 1px;
                                height: ~"calc(3em - 1px)";
                                top: 1em;
                                left: 50%;
                                margin-left: -1px;
                            }
                        }
                    }
                    > .texts {
                        flex: 1;
                        position: relative;
                        display: flex;
                        > .texts2 {
                            align-self: center;
                            padding: 0 0.8em 0 var(--padder2);
                            flex: 1;
                            > .line {
                                > .c-wrapper {
                                    display: none;
                                }
                            }
                        }
                        // > .c-wrapper {
                        //     align-self: center;
                        //     > .c {
                        //         margin: 0 1.05em;
                        //         width: 2.1em;
                        //         height: 2.1em;
                        //         line-height: 2.1;
                        //         font-size: 104%;
                        //         text-align: center;
                        //         background: #fff;
                        //         color: #000;
                        //         border-radius: 50%;
                        //         // position: absolute;
                        //         // top: 1em;
                        //         // left: 0;
                        //         font-weight: bold;
                        //         opacity: 0;
                        //     }
                        // }
                        > .indicator-wrap {
                            position: absolute;
                            right: 0.5em;
                            top: 50%;
                            transform: translateY(-50%);
                            .indicator {
                                display: inline-block;
                                width: 0.5em;
                                height: 0.5em;
                                position: relative;
                                vertical-align: middle;
                                // top: 0.2em;
                                // left: 0.2em;
                                border-radius: 50%;
                                background: #808080;
                            }
                            .indicator-green {
                                background: #0f0;
                            }
                            .indicator-black {
                                background: gray;
                            }
                            .indicator-yellow {
                                background: yellow;
                            }
                            .indicator-red {
                                background: red;
                            }
                        }
                    }

                    &[data-soldout="1"] {
                        opacity: 0.7;
                    }
                    &.filled {
                        .c-wrapper {
                            display: inline !important;
                        }
                    }
                }*/
}
.block-tiketti-single2 .dropdown-container {
  position: absolute;
  height: 0;
  overflow: hidden;
  background: var(--bg);
  z-index: 3;
  width: 13em;
  margin: 0 0 0 4.4em;
}
.block-tiketti-single2 .dropdown-container .dropdown-links {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--fg);
}
.block-tiketti-single2 .dropdown-container .dropdown-links a {
  text-shadow: none;
  box-shadow: none;
  display: block;
  border-bottom: 1px solid var(--fg);
  padding: 1.5em 1em;
}
.block-tiketti-single2 .dropdown-container .dropdown-links li:last-child a {
  border-bottom: 0;
}
.block-tiketti-single2 .show-dropdown > .dropdown-container {
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.block-tiketti-single2 .content {
  box-sizing: border-box;
  overflow: hidden;
  padding: var(--event-padder);
}
.block-tiketti-single2 .content > .youtube-embed {
  margin-bottom: 2em;
}
.block-tiketti-single2 .content > .embed {
  border: 1px solid var(--fg);
}
.block-tiketti-single2 .content h1 strong,
.block-tiketti-single2 .content h2 strong,
.block-tiketti-single2 .content h3 strong,
.block-tiketti-single2 .content h4 strong,
.block-tiketti-single2 .content h5 strong,
.block-tiketti-single2 .content h6 strong {
  font-weight: inherit;
}
.block-tiketti-single2 .content1 {
  border-bottom: 1px solid var(--fg);
  margin-bottom: 2em;
}
.block-tiketti-single2 .debug {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-tiketti-single2 .debug > li > strong:first-child {
  color: red;
}
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#page {
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#ie6 #page {
  height: 100%;
}
#footer {
  /*position: absolute; bottom: 0; left: 0; right: 0;*/
}
@media (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 13px;
    padding-left: 13px;
  }
}
