/*!
Theme Name:     G Livelab
Description:
Author:         Ulkoasu: Tero Ahonen
Version:
License:
*/
/* HTML5 support for IE6,7,8 */
@font-face {
  font-family: Aileron;
  font-style: normal;
  font-weight: 100;
  src: url(css/aileron-ultralight.woff2) format("woff2"), url(css/aileron-ultralight.woff) format("woff");
}
@font-face {
  font-family: Aileron;
  font-style: normal;
  font-weight: 200;
  src: url(css/aileron-thin.woff2) format("woff2"), url(css/aileron-thin.woff) format("woff");
}
@font-face {
  font-family: Aileron;
  font-style: normal;
  font-weight: 300;
  src: url(css/aileron-light.woff2) format("woff2"), url(css/aileron-light.woff) format("woff");
}
@font-face {
  font-family: Aileron;
  font-style: normal;
  font-weight: 400;
  src: url(css/aileron-regular.woff2) format("woff2"), url(css/aileron-regular.woff) format("woff");
}
@font-face {
  font-family: Aileron;
  font-style: normal;
  font-weight: 500;
  src: url(css/aileron-semibold.woff2) format("woff2"), url(css/aileron-semibold.woff) format("woff");
}
@font-face {
  font-family: Aileron;
  font-style: normal;
  font-weight: 700;
  src: url(css/aileron-bold.woff2) format("woff2"), url(css/aileron-bold.woff) format("woff");
}
@font-face {
  font-family: Aileron;
  font-style: normal;
  font-weight: 900;
  src: url(css/aileron-black.woff2) format("woff2"), url(css/aileron-black.woff) format("woff");
}
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;
}
p:last-child {
  padding-bottom: 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;
}
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;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  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);
  background: #444;
}
.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;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    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;
}
.nform select,
.nform textarea,
.nform input[type=password],
.nform input[type=number],
.nform input[type=text],
.nform input[type=email] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.5em;
  padding: 0 0.97rem;
  line-height: 3.5em;
  display: block;
  margin: 0;
  border: 0;
  font-size: 1.40449438vw;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  color: #000;
}
@media (min-width: 1424px) {
  .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: 800px) {
  .nform select,
  .nform textarea,
  .nform input[type=password],
  .nform input[type=number],
  .nform input[type=text],
  .nform input[type=email] {
    font-size: 11.23595506px;
  }
}
@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: 15px;
  }
}
.nform select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('../images/select.png') right center no-repeat;
  background-size: 30px auto;
  padding: 0.2em 0.55em;
}
.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.65em 1.5em;
  margin: 0 0 1.5em 0;
  background: #92cabe;
  color: #000;
  font-size: 17px;
}
.nform .msg a,
.nform .wpcf7-response-output a {
  color: inherit;
  text-decoration: underline;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  background: none;
  border: 1px solid red;
  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 > label > .name {
  display: block;
  padding: 0.3em 0 0.5em 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 .form-row-checkbox input {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin: 0 0.2em 0 0;
}
.nform .fancy-radio,
.nform .fancy-checkbox {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nform .fancy-radio .check,
.nform .fancy-checkbox .check {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  display: block;
  vertical-align: middle;
  width: 2.5em;
  height: 2.5em;
  top: -0.1em;
  left: 0;
  border: 0.3em solid #fff;
  background: none;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.25s;
  -moz-transition: border 0.25s;
  -ms-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
}
.nform .fancy-radio .check:after,
.nform .fancy-checkbox .check:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%2040%2040'%3E%3Cpath%20d%3D'M10,10L30,30M30,10L10,30'%20stroke-width%3D'6'%20stroke%3D'%2392cabe'/%3E%3C/svg%3E");
  background-size: contain;
  font-style: normal;
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.nform .fancy-radio .check:hover,
.nform .fancy-checkbox .check:hover {
  border-color: #92cabe;
}
.nform .fancy-radio .text,
.nform .fancy-checkbox .text {
  display: block;
  padding-left: 3.5em;
  padding-top: 0.2em;
  font-weight: bold;
}
.nform .fancy-radio label,
.nform .fancy-checkbox label {
  cursor: pointer;
  cursor: hand;
}
.nform .fancy-radio input,
.nform .fancy-checkbox input {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  top: 0;
  left: 0;
  opacity: 0;
}
.nform .fancy-radio input:checked + .check,
.nform .fancy-checkbox input:checked + .check {
  border-color: #92cabe;
}
.nform .fancy-radio input:checked + .check:after,
.nform .fancy-checkbox input:checked + .check:after {
  opacity: 1;
}
.nform .fancy-radio .check {
  border-radius: 50%;
}
.nform .fancy-radio .check:after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%2040%2040'%3E%3Ccircle%20cx%3D'20'%20cy%3D'20'%20r%3D'15'%20fill%3D'%2392cabe'/%3E%3C/svg%3E");
}
.nform .actions {
  padding: 2em 0 0.95em 0;
}
.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;
}
::selection {
  background: #92cabe !important;
  color: #000 !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #92cabe !important;
  color: #000 !important;
  opacity: 1 !important;
}
.page-title-size {
  font-size: 2.66853933vw;
  padding: 0.3em 0 0.95em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  padding-bottom: 1em;
  font-size: 55px;
  display: block;
}
@media (min-width: 1424px) {
  .page-title-size {
    font-size: 38px;
  }
}
@media (max-width: 800px) {
  .page-title-size {
    font-size: 21.34831461px;
  }
}
.ingress {
  font-size: 1.8258427vw;
  font-weight: 300;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.85em;
}
@media (min-width: 1424px) {
  .ingress {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .ingress {
    font-size: 14.60674157px;
  }
}
.ingress-big {
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 75px;
  color: #92cabe;
  letter-spacing: -0.01em;
  line-height: 0.8;
}
.smaller-h1 {
  font-size: 36px;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
}
.smallgrayed {
  font-size: 15px;
  color: #808080;
}
.big-pvm {
  font-size: 45px;
  padding: 0;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.big-content {
  font-size: 23px;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.events-list h2 {
  font-size: 38px;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 10;
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.7;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 48px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -95px;
}
.slick-prev:before {
  background-image: url("images/left.png");
}
.slick-next {
  right: -95px;
}
.slick-next:before {
  background-image: url("images/right.png");
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.video-img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.video-img > .video-cover {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.7;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #92cabe;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  font-family: "slick";
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #92cabe;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
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: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 1.12359551vw;
  color: #fff;
  padding-bottom: 120px;
  background: #000;
}
@media (min-width: 1424px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 8.98876404px;
  }
}
@media (max-width: 760px) {
  body {
    line-height: 1.6;
  }
}
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: #000;
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #92cabe;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #92cabe;
}
a {
  color: #92cabe;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
a[href^="tel"] {
  color: #fff;
}
a:hover {
  color: #c5e3dd;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-size: 2.66853933vw;
  padding: 0.3em 0 0.95em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
}
@media (min-width: 1424px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 21.34831461px;
  }
}
h2 {
  font-size: 2.10674157vw;
  padding: 1.2em 0 0.65em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
}
@media (min-width: 1424px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  h2 {
    font-size: 16.85393258px;
  }
}
h3 {
  font-size: 1.54494382vw;
  padding: 0.7em 0 0.5em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
}
@media (min-width: 1424px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  h3 {
    font-size: 12.35955056px;
  }
}
h4 {
  font-size: 16px;
  padding: 0.7em 0 2em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
}
h5 {
  margin: 0;
}
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: 1424px;
  margin: 0 auto;
  padding-left: 4.21348315vw;
  padding-right: 4.21348315vw;
}
@media (min-width: 1424px) {
  .page-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 800px) {
  .page-wrapper {
    padding-left: 33.70786517px;
  }
}
@media (min-width: 1424px) {
  .page-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 800px) {
  .page-wrapper {
    padding-right: 33.70786517px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding: 0 15px;
  }
}
#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;
  font-size: 80%;
  display: block;
  width: 40%;
  color: #bbb;
}
.next-prev-nav a:hover {
  color: #92cabe;
}
.next-prev-nav a[rel="next"] {
  float: right;
  text-align: right;
}
.next-prev-nav a[rel="next"]:after {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  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 {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  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;
}
.cart-big {
  padding: 0 0 1em 0;
}
.cart-big .items {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.cart-big .discount,
.cart-big .total {
  font-weight: bold;
}
.cart-big .discount,
.cart-big .total .amount.discounted {
  color: #92cabe;
}
.cart-big > .errors {
  margin: 1.25em 0 1.25em 0;
}
.cart-big .is-empty {
  display: block;
}
.cart-big .discountCodeRow {
  padding-top: 2em;
}
.cart-big input.discountCode {
  display: inline-block;
  margin: 0 1em 1em 0;
  width: 50%;
  min-width: 11em;
  height: auto;
}
.cart-big .total,
.cart-big .clear-cart,
.cart-big .discountCodeRow,
.cart-big .actions {
  display: none;
}
.cart-big.filled .is-empty {
  display: none;
}
.cart-big.filled .total,
.cart-big.filled .discountCodeRow,
.cart-big.filled .actions {
  display: block;
}
.cart-big.filled .clear-cart {
  display: inline-block;
}
.cart-big.filled .bambora-payform-banner {
  display: block;
}
.cart-big .bambora-payform-banner {
  display: none;
  margin-top: 0.8em;
}
.cart-payment {
  padding-top: 2em;
  display: none;
}
.filled .cart-payment {
  display: block;
}
.cart-payment .card-choices {
  display: none;
  padding-top: 1em;
}
.filled .cart-payment .card-choices {
  display: block;
}
.cart-payment .card-choices > div {
  display: block;
  margin: 0.85em 0;
}
#main {
  overflow: hidden;
}
body.front-page #main {
  padding: 0;
}
#pagenav {
  font-size: 16px;
  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: #92cabe;
  border: 1px solid #92cabe;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: #fff;
  color: #fff;
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
.kohde-edit-lista {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.kohde-edit-lista li {
  padding: 0.5em;
  background: #efefef;
}
.article {
  max-width: 600px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.article .meta {
  color: #808080;
}
.more-link {
  cursor: pointer;
  cursor: hand;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding: 0.65em 1.5em;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: background 0.25s, border-color 0.25s, color 0.25s;
  -moz-transition: background 0.25s, border-color 0.25s, color 0.25s;
  -ms-transition: background 0.25s, border-color 0.25s, color 0.25s;
  -o-transition: background 0.25s, border-color 0.25s, color 0.25s;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  background: none;
  /*
    .style-dark-bg &,
    .style-dark &,
    .style-blue-bg &,
    .style-colored & {
        background: none;
        color: @colordark-fg;
        border-color: @colordark-fg;

        &:hover {
            background: @colordark-fg;
            color: @color1;
        }
    }
    */
  color: #92cabe;
  border: 5px solid #92cabe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  letter-spacing: 0.05em;
  font-size: 1.40449438vw;
}
.more-link:hover {
  background: #92cabe;
  color: #000;
}
.more-link.pull-right {
  float: right;
}
@media (min-width: 1424px) {
  .more-link {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .more-link {
    font-size: 11.23595506px;
  }
}
@media (max-width: 760px) {
  .more-link {
    font-size: 17px;
  }
}
.more-link:hover {
  color: #000;
  background: #92cabe;
  border-color: #92cabe;
}
.more-link[disabled] {
  color: #fff;
  border-color: #fff;
  background: none;
}
.more-link[disabled]:hover {
  color: #fff;
  border-color: #fff;
  background: none;
}
.more-link-rounded {
  background: #92cabe;
  color: #000;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -ms-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.more-link-rounded:hover {
  background: #c5e3dd;
  color: #000;
}
.more-link-light {
  color: #92cabe;
  font-weight: 600;
}
.more-link-light:hover {
  color: #c5e3dd;
}
.cart-items {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.cart-items > li {
  padding: 0 0 1.2em 0;
}
.cart-items > li > .name {
  display: block;
}
.cart-items > li > .date {
  display: block;
}
.orders > * {
  padding: 0 0 1.2em 0;
}
.orders > * ul {
  padding-top: 0;
  padding-bottom: 0;
}
.card-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.card-list > li {
  padding: 0 0 1.2em 0;
}
.card-list > li:last-child {
  padding: 0;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal .ingress {
  color: #fff;
}
.style-normal + .style-normal > .txt {
  padding-top: 0;
}
.style-dark,
.style-dark-bg-overlay,
.style-dark-bg {
  background-size: 0;
}
.style-light-bg > .txt,
.style-dark-bg-overlay > .txt,
.style-dark-bg > .txt {
  border-top: none !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.style-dark-bg-overlay:before {
  background: rgba(146, 202, 190, 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-colored > .txt {
  background: #92cabe;
  color: #000;
}
.style-colored > .txt h1,
.style-colored > .txt h2,
.style-colored > .txt h3,
.style-colored > .txt h4,
.style-colored > .txt h5 {
  color: #000;
}
.style-colored > .txt a {
  color: #000;
}
.style-colored > .txt a:hover {
  color: #ee5583;
}
.style-colored > .txt .ingress {
  color: #92cabe;
}
.style-colored > .txt .textblock-link {
  color: #92cabe;
}
.style-colored > .txt .textblock-link:hover {
  color: #92cabe;
}
.press-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -3%;
}
.press-gallery > li {
  float: left;
  width: 25%;
  padding: 0 3% 6% 3%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.press-gallery > li:nth-child(4n + 1) {
  clear: both;
}
.press-gallery > li > a {
  display: block;
  position: relative;
  color: #fff;
}
.press-gallery > li > a > .img {
  display: block;
  background-color: white;
  border: 1px solid #efefef;
  padding: 7px;
  margin: 0 0 1em 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.press-gallery > li > a > .img > .empty {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.press-gallery > li > a > .info .size {
  font-size: 80%;
  white-space: nowrap;
}
.press-gallery > li > a:hover {
  color: #92cabe;
}
.press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .press-gallery {
    margin: 0 -3%;
  }
  .press-gallery > li:nth-child(4n + 1) {
    clear: none;
  }
  .press-gallery > li {
    float: left;
    width: 33.33333333%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .press-gallery > li:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 750px) {
  .press-gallery {
    margin: 0 -3%;
  }
  .press-gallery > li:nth-child(3n + 1) {
    clear: none;
  }
  .press-gallery > li {
    float: left;
    width: 50%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .press-gallery > li:nth-child(2n + 1) {
    clear: both;
  }
}
.style-colored > .txt.colophon {
  text-align: center;
  background: none;
  color: #fff;
}
.style-colored > .txt.colophon h1,
.style-colored > .txt.colophon h2,
.style-colored > .txt.colophon h3,
.style-colored > .txt.colophon h4,
.style-colored > .txt.colophon h5 {
  color: #fff;
}
.style-colored > .txt.colophon a {
  color: #fff;
}
.style-colored > .txt.colophon a:hover {
  color: #92cabe;
}
.style-colored > .txt.colophon .ingress {
  color: #fff;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
.block {
  position: relative;
}
.block[class*="style-blue-bg"] > .txt {
  border-top: none;
}
.block:first-child,
.block.block-header {
  margin-top: 0;
}
.block > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
.block.text-alignment-center {
  text-align: center;
}
.block > .txt.with-sidebar > .sidebar {
  text-align: left;
  width: 16.5em;
  padding-right: 3.5em;
  float: left;
  display: block;
}
.block > .txt.with-sidebar > .content {
  overflow: hidden;
}
.block > .txt {
  padding-top: 4.91573034vw;
  padding-bottom: 4.91573034vw;
}
@media (min-width: 1424px) {
  .block > .txt {
    padding-top: 70px;
  }
}
@media (max-width: 800px) {
  .block > .txt {
    padding-top: 39.3258427px;
  }
}
@media (min-width: 1424px) {
  .block > .txt {
    padding-bottom: 70px;
  }
}
@media (max-width: 800px) {
  .block > .txt {
    padding-bottom: 39.3258427px;
  }
}
.block-header-esittely + .block > .txt {
  border-top: 0;
}
.block > .txt.txt-big {
  padding-top: 8.42696629vw;
  padding-bottom: 8.42696629vw;
}
@media (min-width: 1424px) {
  .block > .txt.txt-big {
    padding-top: 120px;
  }
}
@media (max-width: 800px) {
  .block > .txt.txt-big {
    padding-top: 67.41573034px;
  }
}
@media (min-width: 1424px) {
  .block > .txt.txt-big {
    padding-bottom: 120px;
  }
}
@media (max-width: 800px) {
  .block > .txt.txt-big {
    padding-bottom: 67.41573034px;
  }
}
.block > .txt.txt-big p {
  font-size: 16px;
  line-height: 2.4;
}
.block-map > .txt {
  padding-bottom: 0;
}
.block-map > .txt > .cols > .map {
  overflow: hidden;
}
.block-map > .txt > .cols > .content {
  display: block;
  min-height: 1px;
  float: right;
  width: 25%;
}
.block-map > .txt > .cols > .content > .texts {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 25px;
}
.block-map #map {
  height: 400px;
}
.block-header {
  background-position: top center;
}
.block-header.style-light h1 {
  color: #92cabe;
}
.block-header > .txt > h1 {
  padding: 0 0 0.25rem 0;
}
.block-header > .txt > h1.page-title-size {
  padding: 0 0 0.4rem 0;
}
.block-header > .txt > .ingress {
  padding: 0.4em 0 1.25em 0;
  max-width: 600px;
  margin: 0 auto;
}
.form-sidebar > nav > * {
  font-size: 90%;
}
.form-sidebar > nav #sidebar-submit {
  display: block;
  width: 100%;
}
.form-sidebar > nav > .more-link-wrapper {
  padding: 1em 0 0 0;
}
.form-sidebar > nav > .more-link-wrapper > .more-link {
  display: block;
  text-align: center;
}
.form-sidebar > nav > .more-link-wrapper:first-child {
  padding-top: 0;
}
.form-sidebar > nav > .jump-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 1em 0 0 0;
}
.form-sidebar > nav > .jump-nav > li > a {
  display: block;
  color: #fff;
  padding: 0.42em 0.8em;
  margin-top: -1px;
  background: #fff;
}
.form-sidebar > nav > .jump-nav > li > a:hover {
  color: #92cabe;
}
.block-header-esittely > .txt {
  padding-top: 0;
  padding-bottom: 25px;
}
.block-glivelab-events-big > .txt {
  padding-top: 0;
}
.block-glivelab-events-big > .txt .more-link-wrapper {
  padding: 5em 0 0 0;
  text-align: center;
}
.block-content > .txt,
.block-form > .txt {
  max-width: 600px;
  margin: 0 auto;
}
body.page-lahjakortti .block-content > .txt,
body.page-lahjakortti .block-form > .txt {
  max-width: 680px;
}
.block-content > .txt.wider,
.block-form > .txt.wider {
  max-width: 800px;
}
.block-form-register .describe-subscription {
  padding-left: 3.3em;
}
.block-form-register .signup_checkbox_after {
  padding-top: 1em;
}
.block-stream .embed {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.block-stream .embed > .empty {
  display: block;
  padding-top: 56.25%;
}
.block-stream .embed > .embed-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 27px;
}
.block-stream .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
}
.video-cover {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 500;
  overflow: hidden;
  background-color: #92cabe;
  background-size: cover;
  background-position: center center;
}
.video-cover video {
  background: #92cabe;
  object-fit: inherit;
}
.block-form-invitation {
  text-align: left;
  position: relative;
  z-index: 1000;
  color: #fff;
}
.block-form-invitation h1 {
  font-size: 91px;
}
.block-form-invitation h2 {
  font-size: 77px;
}
.block-form-invitation h3 {
  font-size: 35px;
}
.block-form-invitation h5 {
  font-size: 50px;
  font-weight: 300;
  padding: 0 0 0.5em 0;
}
.block-form-invitation form {
  padding: 4em 0;
}
.block-form-invitation .fi {
  display: block;
}
.block-form-invitation .eng {
  display: none;
}
body.page-grand-opening-eng .block-form-invitation .fi {
  display: none;
}
body.page-grand-opening-eng .block-form-invitation .eng {
  display: block;
}
.block-form-invitation form {
  max-width: 500px;
  margin: 0 auto 5em auto;
}
.block-form-invitation .fields-details {
  display: block;
  text-align: left;
}
.block-form-invitation .fields-details .field-name {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-form-invitation .fields-details .field-email {
  padding-top: 2em;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-form-invitation .field-avec {
  position: relative;
  display: inline-block;
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
}
.block-form-invitation .field-avec label {
  cursor: pointer;
  cursor: hand;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding-left: 2.5em;
}
.block-form-invitation .field-avec input + span:after,
.block-form-invitation .field-avec input + span:before {
  position: absolute;
  display: block;
  content: "";
  border: 0;
  width: 2em;
  height: 2em;
  left: 0;
  top: -0.1em;
  background: #fff;
}
.block-form-invitation .field-avec input {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 2em;
  height: 2em;
  margin: 0;
  vertical-align: middle;
}
.block-form-invitation .field-avec input:checked + span:after {
  background-size: 100% auto;
  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");
}
.block-form-invitation input[type="text"],
.block-form-invitation input[type="email"] {
  border: 0;
  border-radius: 0;
  background: #fff;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #fff;
}
.block-form-invitation input[type="text"]:focus,
.block-form-invitation input[type="email"]:focus {
  border: 1px solid #92cabe;
  outline: 0;
}
.block-form-invitation button {
  background: #92cabe;
  color: #000;
  font-size: 220%;
  padding: 0.5em 1em;
  border: 0;
  text-align: center;
  min-width: 4em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
}
.block-form-invitation button:hover {
  background: #c5e3dd;
  color: #ffffff;
}
.block-form-invitation button {
  display: block;
  float: left;
  width: 48%;
  margin: 0;
}
.block-form-invitation button + button {
  float: right;
  width: 48%;
  margin: 0;
}
.block-form-invitation .action {
  padding-top: 1.5em;
}
.block-form-invitation .wpcf7-response-output {
  margin: 1em 0 0 0;
}
.block-form-invitation .wpcf7-response-output.wpcf7-validation-errors {
  background: #92cabe;
  color: #fff;
}
.block-form-invitation .wpcf7-mail-sent-ok {
  background: #92cabe;
  color: #000;
}
.block-form-invitation .nform .wpcf7-not-valid-tip {
  display: block;
  padding: 0.5em 0.5em;
  font-size: 150%;
  background: #92cabe;
  border: 1px solid red;
  color: #fff;
}
@media (max-width: 700px) {
  .block-form-invitation h3 {
    font-size: 17px;
  }
  .block-form-invitation .fields-details .field-email,
  .block-form-invitation .fields-details .field-name {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .block-form-invitation .fields-details .field-email {
    padding-top: 1em;
  }
  .block-form-invitation .form img {
    width: 60% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
@media (max-width: 340px) {
  .block-form-invitation button {
    font-size: 150%;
  }
}
.block-header-texts .fi {
  display: block;
  color: #92cabe;
}
.block-contact .contacts {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -19px;
}
.block-contact .contacts > li {
  float: left;
  width: 25%;
  padding: 0 19px 38px 19px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-contact .contacts > li:nth-child(4n + 1) {
  clear: both;
}
.block-contact .contacts > li {
  padding-bottom: 8%;
}
.block-contact .contacts > li > .img {
  width: 150px;
  margin: 0 auto 2em auto;
}
.block-contact .contacts > li > .img > i {
  padding-top: 100%;
  display: block;
  background-color: #efefef;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* border-radius: 50%; */
}
.block-contact .contacts > li > .details {
  overflow: hidden;
}
.block-contact .contacts > li > .details > h2 {
  font-size: 120%;
}
.block-contact .contacts > li > .details > .title {
  display: block;
}
@media (max-width: 750px) {
  .block-contact .contacts {
    margin: 0;
  }
  .block-contact .contacts > li {
    float: none;
    width: auto;
    padding: 0 0 2em 0;
  }
}
.block-fieldset {
  text-align: left;
}
.block-fieldset > .txt {
  padding-left: 20em;
}
.float-nav.float > nav {
  position: fixed;
  top: 0px;
}
.float-nav > nav {
  position: absolute;
  width: 16.5em;
  z-index: 10;
  padding-top: 3.8em;
}
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: black center center no-repeat;
  background-size: cover;
  z-index: 2000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  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;
}
.block-some .more-link-wrapper {
  padding: 0.25em 0 2em 0;
}
.block-some-facebook > .txt {
  border-top: 0;
}
.some-texts {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.some-texts > li > a {
  display: block;
  clear: both;
  position: relative;
  color: #fff;
}
.some-texts > li > a > .img {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 30px 30px 0;
  background: center center no-repeat;
  background-size: contain;
  border: 2px solid #92cabe;
  transition: all 0.125s;
}
.some-texts > li > a > .since {
  overflow: auto;
  padding: 0 0 0.95em 0;
  display: block;
  color: #92cabe;
  font-size: 12px !important;
}
.some-texts > li > a > .text {
  overflow: auto;
  font-size: 12px !important;
}
.some-texts > li > a:hover > .img {
  border-color: #92cabe;
}
.some-images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -13px;
}
.some-images > li {
  float: left;
  width: 33.33333333%;
  padding: 0 13px 26px 13px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.some-images > li:nth-child(3n + 1) {
  clear: both;
}
.some-images > li > a {
  display: block;
  position: relative;
  color: #fff;
}
.some-images > li > a > .img {
  display: block;
}
.some-images > li > a > .img > i {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.some-images > li > a > .texts {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.5);
}
.some-images > li > a > .texts > .text {
  display: block;
  max-height: 7em;
  overflow: hidden;
}
.some-images > li > a > .texts > .since {
  padding: 0.5em 0 0 0;
  display: block;
  color: #92cabe;
}
.events-list-big {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.image-with-texts {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.image-with-texts > .empty {
  padding-top: 40%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.image-with-texts > .image-texts {
  position: absolute;
  left: -1.5%;
  top: 0;
  right: -1.5%;
  bottom: -1.5%;
}
.image-with-texts > .image-texts > svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.image-with-texts > .image-texts > svg text {
  font-family: Aileron;
  font-style: normal;
  font-weight: 900;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  fill: #fff;
}
.image-with-texts.header-image-with-texts {
  background-size: contain;
}
.image-with-texts.header-image-with-texts > .empty {
  background: none;
}
.image-with-texts.header-image-with-texts > .image-texts {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
a.image-with-texts:hover > .empty {
  background: rgba(0, 0, 0, 0.2);
}
.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: #fff;
  position: relative;
  display: block;
  padding: 0 0.05em 0.6em 0.05em;
}
.socmed-share .some-link > .img,
.socmed-follow .some-link > .img {
  padding: 0.25em;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, border-color 0.25s;
  -ms-transition: background-color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.6em;
  background: none;
}
.socmed-share .some-link > .img > svg,
.socmed-follow .some-link > .img > svg {
  -webkit-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  -ms-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.socmed-share .some-link > .txt,
.socmed-follow .some-link > .txt {
  font-size: 8px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3.2em;
  right: -3.2em;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #92cabe;
}
.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: #92cabe;
}
.socmed-share .some-link:hover > .txt,
.socmed-follow .some-link:hover > .txt {
  opacity: 1;
  color: #92cabe;
}
@media (max-width: 512px) {
  .image-with-texts {
    display: block;
  }
  .image-with-texts > .empty {
    padding-top: 55%;
  }
  .image-with-texts > .image-texts {
    bottom: auto;
  }
  .header-image-with-texts > .empty {
    padding-top: 40%;
  }
}
.events-list {
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 0 auto;
  position: relative;
  padding: 0 0 15px 0;
}
.events-list > li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.events-list > li > .item {
  display: block;
  color: #fff;
}
.events-list > li > .item .zoom {
  float: left;
  display: block;
  width: 55%;
  padding-right: 1.5em;
}
.events-list > li > .item .zoom > .image {
  background: center center no-repeat;
  background-size: cover;
  padding-top: 56.25%;
}
.events-list > li > .item > .details {
  overflow: hidden;
}
.events-list > li > .item > .details > .title-link > h2 {
  color: #fff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  line-height: 0.8;
  padding-bottom: 0.25em;
}
.events-list > li > .item > .details > .title-link:hover > h2 {
  color: #92cabe;
}
.events-list > li > .item > .details > .description {
  margin: 0 0 2em 0;
}
.tickets > .ticket {
  padding: 0 0 1em 0;
}
.tickets > .ticket > .title > .cart-count {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 4px;
  border: 0;
}
.tickets > .ticket > .cart-sold-out {
  border: 5px solid #fff;
  float: right;
  width: 139px;
  text-align: center;
  height: 67px;
  line-height: 57px;
  font-size: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tickets > .ticket > .cart-btns {
  float: right;
}
.tickets > .ticket > .title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
}
.tickets > .ticket > .description {
  display: block;
  overflow: hidden;
}
.tickets > .ticket > .availableCount {
  display: block;
}
.tickets > .ticket .cart-count {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  display: block;
  background: none;
  color: #000;
  border: 1px solid #92cabe;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  padding: 5px;
  opacity: 0;
  -webkit-transition: background 0.25s, border-color 0.25s;
  -moz-transition: background 0.25s, border-color 0.25s;
  -ms-transition: background 0.25s, border-color 0.25s;
  -o-transition: background 0.25s, border-color 0.25s;
  transition: background 0.25s, border-color 0.25s;
  position: relative;
}
.tickets > .ticket .cart-count > span {
  display: block;
  position: absolute;
  left: -5px;
  right: -5px;
}
.tickets > .ticket.filled .cart-count {
  background: #92cabe;
  border-color: #92cabe;
  color: #000;
  opacity: 1;
}
.cart-btns {
  display: block;
}
.cart-btns > a {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: background 0.25s, border-color 0.25s;
  -moz-transition: background 0.25s, border-color 0.25s;
  -ms-transition: background 0.25s, border-color 0.25s;
  -o-transition: background 0.25s, border-color 0.25s;
  transition: background 0.25s, border-color 0.25s;
  display: block;
  float: left;
  padding: 16px;
  text-align: center;
  background: none;
  color: #000;
  margin-left: 5px;
  border: 5px solid #92cabe;
  font-weight: 700;
  font-family: Arial;
  font-size: 25px;
  position: relative;
}
.cart-btns > a > i {
  display: block;
  height: 25px;
  width: 25px;
  position: relative;
}
.cart-btns > a > i > .minus:before {
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  content: "";
  display: block;
  height: 5px;
  background: #92cabe;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.cart-btns > a > i > .plus:before {
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  content: "";
  display: block;
  background: #92cabe;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.cart-btns > a > i > .plus:after {
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  content: "";
  display: block;
  background: #92cabe;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
}
body.no-touch .cart-btns > a:hover {
  background: #92cabe;
}
body.no-touch .cart-btns > a:hover > i > span:after,
body.no-touch .cart-btns > a:hover > i > span:before {
  background: #fff;
}
.filled .cart-btns > a {
  border-color: #92cabe;
}
.filled .cart-btns > a > i > span:after,
.filled .cart-btns > a > i > span:before {
  background: #92cabe;
}
body.no-touch .filled .cart-btns > a:hover {
  background: #92cabe;
  border-color: #92cabe;
}
body.no-touch .filled .cart-btns > a:hover > i > span:after,
body.no-touch .filled .cart-btns > a:hover > i > span:before {
  background: #fff;
}
.ownskit-ytgallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -10px;
}
.ownskit-ytgallery > li {
  float: left;
  width: 33.33333333%;
  padding: 0 10px 20px 10px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ownskit-ytgallery > li:nth-child(3n + 1) {
  clear: both;
}
.ownskit-ytgallery img {
  width: 100%;
  display: block;
}
.ownskit-ytgallery a {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  color: #000;
  text-transform: uppercase;
}
.ownskit-ytgallery a:hover {
  color: #fff;
}
.ownskit-ytgallery .pic:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(146, 202, 190, 0.85);
}
.ownskit-ytgallery .titles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ownskit-ytgallery .title {
  padding: 1em 1em 1em 1em;
  display: block;
  position: relative;
}
.ownskit-ytgallery .title:before {
  content: "\25B6";
  margin-right: 0.5em;
  margin-top: -0.25em;
  display: inline-block;
}
.ownskit-ytgallery .duration {
  display: none;
}
.ownskit-ytgallery-deletecache > a {
  color: #808080;
}
.mfp-content {
  padding-top: 50px;
}
button.mfp-close {
  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%2392cabe%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");
}
.go-back {
  padding-bottom: 3em;
}
.go-back > a {
  text-transform: uppercase;
  font-size: 80%;
}
.buttons {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.buttons > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buttons > li + li {
  margin-left: _ 0.5em;
}
#cookies-nag {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  z-index: 5000;
}
#cookies-nag.hidden {
  display: none;
}
#cookies-nag p {
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding: 1.8em 0 1.5em 0;
}
#cookies-nag a {
  text-decoration: underline;
}
#cookies-nag .close {
  float: right;
  display: block;
}
#cookies-nag .close > svg {
  margin-top: 50%;
  width: 4em;
  height: 4em;
  display: block;
  stroke: #fff;
  stroke-width: 2;
}
.block-cols > .txt {
  text-align: left;
  padding: 5em 60px;
}
.block-cols > .txt .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0 10px;
}
.block-cols > .txt .menu li {
  display: inline;
  margin: 0 10px;
}
.block-content-cols .content1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.6666%;
  padding-right: 2em;
}
.block-content-cols .content2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  padding-left: 2em;
}
@media (max-width: 760px) {
  .block-content-cols .content2,
  .block-content-cols .content1 {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .block-content-cols .content2 {
    padding-top: 2.5em;
  }
}
.block-content-cols .contacts {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-content-cols .contacts > li {
  padding-top: 2em;
}
.block-content-cols .contacts > li > .img {
  width: 150px;
  margin: 0 auto 2em auto;
}
.block-content-cols .contacts > li > .img > i {
  padding-top: 100%;
  display: block;
  background-color: #efefef;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* border-radius: 50%; */
}
.block-content-cols .contacts > li > .details {
  overflow: hidden;
}
.block-content-cols .contacts > li > .details > .title {
  display: block;
}
.block-content-cols .contacts > li > .details > .name {
  padding-bottom: 0.2em;
}
#main {
  padding-bottom: 25em;
}
#footer {
  padding: 5.6em 0 5.6em 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #92cabe;
  color: #000;
}
#footer > .page-wrapper a {
  color: #000;
  text-decoration: underline;
}
#footer > .page-wrapper a:hover {
  color: #ffffff;
}
#footer > .page-wrapper .contacts {
  float: left;
  width: 17em;
}
#footer > .page-wrapper .menu {
  float: left;
  width: 17em;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#footer > .page-wrapper .menu > li {
  display: block;
  margin: 0 0;
}
#footer > .page-wrapper .copyright {
  float: right;
}
#footer > .page-wrapper .copyright a {
  font-size: 11px;
  text-decoration: none;
}
@media (max-width: 760px) {
  #main {
    padding-bottom: 0;
  }
  #footer {
    position: static;
    padding: 4em 0;
  }
  #footer > .page-wrapper .contacts {
    width: auto;
    clear: both;
    float: none;
  }
  #footer > .page-wrapper .menu {
    width: auto;
    clear: both;
    float: none;
    padding-top: 1.25em;
  }
  #footer > .page-wrapper .copyright {
    padding: 1.35em 0 0 0;
    text-align: left;
    clear: both;
    float: none;
  }
}
.artist-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
  overflow: auto;
  background-position: center center;
  background-size: cover;
}
.artist-popup > .popup-content {
  display: block;
  max-width: 50em;
  padding: 4em 3em;
  margin: 0 auto;
}
.artist-popup > .popup-content > .close {
  float: right;
  fill: #2dd1d4;
}
.artist-popup > .popup-content > .content > .image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.artist-popup > .popup-content > .content > .en {
  padding-top: 1.5em;
  font-size: 80%;
}
body.show-artist-popup .artist-popup {
  display: block;
}
body.show-artist-popup {
  overflow: hidden;
}
.block-glivefest-artists .container {
  max-width: 60em;
  margin: 0 auto;
}
.block-glivefest-artists .content {
  font-size: 1.75561798vw;
  color: #2dd1d4;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1424px) {
  .block-glivefest-artists .content {
    font-size: 25px;
  }
}
@media (max-width: 800px) {
  .block-glivefest-artists .content {
    font-size: 14.04494382px;
  }
}
.block-glivefest-artists .artists {
  margin: 0 -2%;
}
.block-glivefest-artists .artists > .artist {
  float: left;
  width: 33.33333333%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-glivefest-artists .artists > .artist:nth-child(3n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .block-glivefest-artists .artists {
    margin: 0 -2%;
  }
  .block-glivefest-artists .artists > .artist:nth-child(3n + 1) {
    clear: none;
  }
  .block-glivefest-artists .artists > .artist {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-glivefest-artists .artists > .artist:nth-child(2n + 1) {
    clear: both;
  }
}
.block-glivefest-artists .artist > .img-wrapper {
  position: relative;
  border: 2px solid #2dd1d4;
  opacity: 1;
  background: #2dd1d4;
}
.block-glivefest-artists .artist > .img-wrapper:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.block-glivefest-artists .artist > .img-wrapper > .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.25s;
}
.block-glivefest-artists .artist > h2 {
  color: #2dd1d4;
  font-size: 150%;
}
.block-glivefest-artists .artist:hover > .img-wrapper > .img {
  opacity: 0.7;
}
.block-glivefest-days .container {
  max-width: 60em;
  margin: 0 auto;
}
.block-glivefest-days .artist {
  display: block;
  overflow: hidden;
  padding-bottom: 2em;
}
.block-glivefest-days .artist > .img-wrapper {
  float: left;
  width: 29.93%;
  position: relative;
  border: 2px solid #2dd1d4;
}
.block-glivefest-days .artist > .img-wrapper:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.block-glivefest-days .artist > .img-wrapper > .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.25s;
}
.block-glivefest-days .artist > .info {
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 3em;
}
.block-glivefest-days .artist > .info > h2 {
  color: #2dd1d4;
  font-size: 150%;
}
.block-glivefest-days .artist > .info > .location {
  color: #2dd1d4;
  font-size: 125%;
}
.block-glivefest-days .artist:hover > .img-wrapper > .img {
  opacity: 0.7;
}
.page-glivefest {
  color: #2dd1d4;
  background: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-glivefest #footer {
  background: #2dd1d4;
  color: #16005a;
}
.page-glivefest #footer a {
  color: #16005a;
}
.page-glivefest .cart-btns > a {
  border-color: #2dd1d4;
}
.page-glivefest.no-touch .cart-btns > a:hover {
  background: #2dd1d4;
}
.page-glivefest .cart-btns > a > i > .minus:before,
.page-glivefest .cart-btns > a > i > .plus:after,
.page-glivefest .cart-btns > a > i > .plus:before {
  background: #2dd1d4;
}
.page-glivefest.no-touch .filled .cart-btns > a:hover {
  background: #2dd1d4;
  border-color: #2dd1d4;
}
.page-glivefest .tickets > .ticket.filled .cart-count {
  background: #2dd1d4;
  border-color: #2dd1d4;
}
.block-glivefest-header .container {
  position: relative;
  color: #2dd1d4;
}
.block-glivefest-header .container > .left {
  max-width: 60em;
  margin: 0 auto;
}
.block-glivefest-header .container > .left > .logo {
  width: 100%;
}
.block-glivefest-info .container {
  max-width: 60em;
  margin: 0 auto;
}
.block-glivefest-info .cols {
  margin: 0 -2%;
}
.block-glivefest-info .cols > .col {
  float: left;
  width: 50%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-glivefest-info .cols > .col:nth-child(2n + 1) {
  clear: both;
}
.block-glivefest-info .cols > .col {
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .block-glivefest-info .cols {
    margin: 0;
  }
  .block-glivefest-info .cols > .col {
    display: block;
    width: 100%;
    padding: 0;
    float: none;
  }
  .block-glivefest-info .cols > .col:nth-child(2) {
    padding-top: 1.5em;
    font-size: 80%;
  }
}
.tabbify .tabbify-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  font-size: 1.54494382vw;
  padding: 0 0 0 0;
}
@media (min-width: 1424px) {
  .tabbify .tabbify-nav {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .tabbify .tabbify-nav {
    font-size: 12.35955056px;
  }
}
.tabbify .tabbify-nav > li {
  display: inline-block;
  margin: 0 0.5em;
}
.tabbify .tabbify-nav > li > a {
  display: inline-block;
  color: #2dd1d4;
  border: 2px solid #2dd1d4;
  padding: 0.6em 1em;
  margin-bottom: 1em;
}
.tabbify .tabbify-nav > li > a:hover,
.tabbify .tabbify-nav > li > a.active {
  color: #16005a;
  background: #2dd1d4;
}
.tabbify .tabbify-tab {
  display: none;
}
.tabbify .tabbify-tab.shown {
  display: block;
  min-height: 50em;
}
.tabbify .tabbify-header {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.block-glivefest-tickets .tickets {
  max-width: 30em;
  margin: 0 auto;
}
.block-glivelab-event > .txt {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
.block-glivelab-event .img-wrapper {
  display: block;
  position: relative;
}
.block-glivelab-event .img-wrapper:after {
  content: "";
  display: block;
  padding-top: 56%;
}
.block-glivelab-event .img-wrapper > .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.block-glivelab-event .img-wrapper > .img.img-overlay {
  background-position: top left;
  background-size: 17%;
  margin: 4%;
}
@media (max-width: 760px) {
  .block-glivelab-event .img-wrapper > .img.img-overlay {
    background-size: 20%;
    margin: 2%;
  }
}
.block-glivelab-event .img-wrapper .img-label {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #92cabe;
  color: black;
  padding: 0 14px;
  margin-bottom: 2%;
  font-weight: 700;
  font-size: 23px;
}
.glivelabtre .block-glivelab-event .img-wrapper .img-label {
  background: #f67a61;
}
@media (max-width: 760px) {
  .block-glivelab-event .img-wrapper .img-label {
    font-size: 13px;
    padding: 0 7px;
  }
}
.block-glivelab-event .info {
  display: flex;
  padding-top: 1em;
}
.block-glivelab-event .info > .title-description {
  order: 2;
  width: 100%;
}
.block-glivelab-event .info > .title-description > .title {
  font-size: 2.10674157vw;
  padding: 1.2em 0 0.65em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  padding: 0;
  line-height: 1;
}
@media (min-width: 1424px) {
  .block-glivelab-event .info > .title-description > .title {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-event .info > .title-description > .title {
    font-size: 16.85393258px;
  }
}
.block-glivelab-event .info > .title-description > .description {
  font-size: 2.10674157vw;
  padding: 1.2em 0 0.65em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  padding: 0;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 1424px) {
  .block-glivelab-event .info > .title-description > .description {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-event .info > .title-description > .description {
    font-size: 16.85393258px;
  }
}
.block-glivelab-event .info > .title-description > .long-description {
  padding-top: 1.5em;
}
.block-glivelab-event .info > .title-description > .long-description > .socmed-follow {
  font-size: 220%;
  text-align: left;
  position: relative;
  left: -0.2em;
}
.block-glivelab-event .info > .datetime {
  font-size: 2.10674157vw;
  padding: 1.2em 0 0.65em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  color: #fff;
  width: 5em;
  padding: 0;
}
@media (min-width: 1424px) {
  .block-glivelab-event .info > .datetime {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-event .info > .datetime {
    font-size: 16.85393258px;
  }
}
.block-glivelab-event .info > .datetime > .date {
  padding: 0;
}
.block-glivelab-event .info .tickets {
  max-width: 500px;
}
.block-glivelab-events-light > .page-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.block-glivelab-events-light .listing {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
.block-glivelab-events-light .listing .item {
  display: block;
}
.block-glivelab-events-light .listing .item + .item {
  padding-top: 4em;
}
.block-glivelab-events-light .listing .item > a {
  display: block;
}
.block-glivelab-events-light .listing .item .img-wrapper {
  display: block;
  position: relative;
}
.block-glivelab-events-light .listing .item .img-wrapper .normal {
  padding-top: 56%;
}
.block-glivelab-events-light .listing .item .img-wrapper .stickyevent {
  padding-top: 35%;
  border: 1px solid #92cabe;
}
.block-glivelab-events-light .listing .item .img-wrapper > .img {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.block-glivelab-events-light .listing .item .img-wrapper > .img.img-overlay {
  background-position: top left;
  background-size: 17%;
  margin: 4%;
}
@media (max-width: 760px) {
  .block-glivelab-events-light .listing .item .img-wrapper > .img.img-overlay {
    background-size: 20%;
    margin: 2%;
  }
}
.block-glivelab-events-light .listing .item .img-wrapper > .img.img-default {
  background-size: contain;
}
.block-glivelab-events-light .listing .item .img-wrapper .centered-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.66853933vw;
  padding: 0.3em 0 0.95em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  padding: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media (min-width: 1424px) {
  .block-glivelab-events-light .listing .item .img-wrapper .centered-title {
    font-size: 38px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-events-light .listing .item .img-wrapper .centered-title {
    font-size: 21.34831461px;
  }
}
.block-glivelab-events-light .listing .item .img-wrapper .img-label {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #92cabe;
  color: black;
  padding: 0 14px;
  margin-bottom: 2%;
  font-weight: 700;
  font-size: 23px;
}
.glivelabtre .block-glivelab-events-light .listing .item .img-wrapper .img-label {
  background: #f67a61;
}
@media (max-width: 760px) {
  .block-glivelab-events-light .listing .item .img-wrapper .img-label {
    font-size: 13px;
    padding: 0 7px;
  }
}
.block-glivelab-events-light .listing .item .info {
  display: flex;
  padding-top: 1em;
}
.block-glivelab-events-light .listing .item .info > .title-description {
  order: 2;
  width: 100%;
}
.block-glivelab-events-light .listing .item .info > .title-description > .title {
  font-size: 2.10674157vw;
  padding: 1.2em 0 0.65em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  padding: 0;
  line-height: 1;
}
@media (min-width: 1424px) {
  .block-glivelab-events-light .listing .item .info > .title-description > .title {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-events-light .listing .item .info > .title-description > .title {
    font-size: 16.85393258px;
  }
}
.block-glivelab-events-light .listing .item .info > .title-description > .title-stickyevent {
  font-size: 2.10674157vw;
  padding: 1.2em 0 0.65em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  padding: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media (min-width: 1424px) {
  .block-glivelab-events-light .listing .item .info > .title-description > .title-stickyevent {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-events-light .listing .item .info > .title-description > .title-stickyevent {
    font-size: 16.85393258px;
  }
}
.block-glivelab-events-light .listing .item .info > .title-description > .description {
  font-size: 2.10674157vw;
  padding: 1.2em 0 0.65em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  padding: 0;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 1424px) {
  .block-glivelab-events-light .listing .item .info > .title-description > .description {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-events-light .listing .item .info > .title-description > .description {
    font-size: 16.85393258px;
  }
}
.block-glivelab-events-light .listing .item .info > .datetime {
  font-size: 2.10674157vw;
  padding: 1.2em 0 0.65em;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
  color: #92cabe;
  letter-spacing: 0.01em;
  color: #fff;
  width: 5em;
  padding: 0;
}
@media (min-width: 1424px) {
  .block-glivelab-events-light .listing .item .info > .datetime {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-events-light .listing .item .info > .datetime {
    font-size: 16.85393258px;
  }
}
.block-glivelab-events-light .listing .item .info > .datetime > .date {
  padding: 0;
}
.block-glivelab-events-light .listing .item:nth-child(n+11) {
  display: none;
}
.block-glivelab-events-light.show-all .listing .item {
  display: block;
}
.block-glivelab-events-light.show-all .more-link-wrapper {
  display: none;
}
.block-glivelab-events-light .more-link-wrapper {
  padding-top: 4.5em;
  text-align: center;
}
.block-glivelab-events-light .advert {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  background: #202020;
  color: #fff;
}
.block-glivelab-events-light .advert > .empty {
  padding-top: 56%;
}
.block-glivelab-events-light .advert > .empty {
  background: none;
}
.block-glivelab-events-light .advert > .texts {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-glivelab-events-light .advert > .texts a {
  display: inline-block;
  position: relative;
}
.block-glivelab-events-light .advert > .texts a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.block-glivelab-events-light .advert > .texts a:hover:before {
  background: rgba(32, 32, 32, 0.4);
}
.block-glivelab-events-light .advert > .texts a > img {
  width: 160px;
  margin: 0 0.45em;
}
.block-glivelab-events-light .advert > .texts > h1 {
  font-weight: 600;
  font-size: 500%;
  color: #fff;
  padding: 0;
}
.block-glivelab-events-light .advert > .texts > .ingress {
  font-size: 140%;
  padding: 1.5em 0 2em 0;
  font-weight: 400;
}
@media (max-width: 990px) {
  .block-glivelab-events-light .advert > .texts > h1 {
    font-size: 350%;
  }
  .block-glivelab-events-light .advert > .texts > .ingress {
    padding: 2% 0 4% 0;
  }
}
@media (max-width: 760px) {
  .block-glivelab-events-light .advert > .empty {
    padding-top: 100% !important;
  }
}
@media (max-width: 512px) {
  .block-glivelab-events-light .advert > .texts > h1 {
    font-size: 300%;
  }
  .block-glivelab-events-light .advert > .texts > .ingress {
    font-size: 110%;
    padding: 0.75em 0 1.5em;
  }
  .block-glivelab-events-light .advert > .texts a > img {
    width: 130px;
    margin: 0 0.45em;
  }
}
@keyframes pulsing1 {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.001% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsing2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  25.001% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.001% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsing3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.001% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.001% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.block-glivelab-giftticket > .page-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 7em;
  padding-bottom: 3em;
}
.block-glivelab-giftticket a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-glivelab-giftticket a:hover svg .nuoli1 {
  animation: pulsing1 1.25s linear infinite;
}
.block-glivelab-giftticket a:hover svg .nuoli2 {
  animation: pulsing3 1.25s linear infinite;
}
.block-glivelab-giftticket a:hover svg .nuoli3 {
  animation: pulsing2 1.25s linear infinite;
}
.block-glivelab-giftticket a svg .nuoli2,
.block-glivelab-giftticket a svg .nuoli3 {
  opacity: 0;
}
.block-glivelab-giftticket .info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.block-glivelab-giftticket .info h1 {
  color: #fff;
  font-size: 3.51123596vw;
}
@media (min-width: 1424px) {
  .block-glivelab-giftticket .info h1 {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .block-glivelab-giftticket .info h1 {
    font-size: 28.08988764px;
  }
}
.block-glivelab-giftticket .image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.block-glivelab-instructions > .page-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 7em;
  padding-bottom: 3em;
}
.block-glivelab-instructions .border-box-111 {
  border: 1px solid #92cabe;
  padding-top: 4em;
  padding-bottom: 2em;
}
@media (min-width: 601px) and (max-width: 640px) {
  .block-glivelab-instructions .border-box-111 {
    margin-top: -4em;
    margin-bottom: -4em;
  }
}
@media (max-width: 640px) {
  .block-glivelab-instructions .border-box-111 {
    padding-top: 3em;
    padding-bottom: 1em;
  }
}
@media (max-width: 600px) {
  .block-glivelab-instructions .border-box-111 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.block-glivelab-instructions .content-message-1 {
  color: #92cabe;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 0.75em;
}
@media (max-width: 760px) {
  .block-glivelab-instructions .content-message-1 {
    font-size: 2.75em;
  }
}
@media (max-width: 640px) {
  .block-glivelab-instructions .content-message-1 {
    font-size: 1.5em;
  }
}
.block-glivelab-instructions .content-message-2 {
  color: #92cabe;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2em;
  padding-bottom: 1.5em;
}
@media (max-width: 760px) {
  .block-glivelab-instructions .content-message-2 {
    font-size: 1.75em;
  }
}
@media (max-width: 640px) {
  .block-glivelab-instructions .content-message-2 {
    font-size: 1em;
  }
}
.block-glivelab-klubi-list > .txt > h1 {
  text-align: center;
  font-size: 370%;
  color: #fff;
}
.block-glivelab-klubi-list > .txt .logo {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 3em;
  fill: #fff;
}
.block-glivelab-klubi-list > .txt > .content-footer,
.block-glivelab-klubi-list > .txt > .content {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 2.5em;
}
.block-glivelab-klubi-list > .txt > .content-footer > .ingress,
.block-glivelab-klubi-list > .txt > .content > .ingress {
  text-align: left;
}
.block-glivelab-klubi-list .btn-activate-subscription {
  margin-bottom: 1em;
  display: inline-block;
}
.block-glivelab-klubi-list .form-join-yk {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 3em;
}
.block-glivelab-klubi-list .form-join-yk .fancy-checkbox {
  display: block;
  text-align: left;
  margin-top: 0em;
  margin-top: 1em;
  margin-bottom: 2em;
  font-style: normal;
}
.block-glivelab-klubi-list .form-join-yk .fancy-radio {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1.5em;
  min-width: 14em;
}
.block-glivelab-klubi-list .form-join-yk .plans {
  padding-top: 1.5em;
}
.block-glivelab-klubi-list .form-join-yk .card-choices {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.block-glivelab-klubi-list .form-join-yk .card-choices .fancy-radio {
  display: block;
}
.block-glivelab-klubi-list .form-join-yk .discount-code-info {
  display: block;
  padding: 0.3em 0.7em;
  background: #eee;
  color: #000;
  margin-bottom: 0.5em;
}
.block-glivelab-klubi-list .form-join-yk .discount-code-info.has-errors {
  background: red;
  color: white;
}
.block-glivelab-klubi-list .form-join-yk .discount-code-info.is-ok {
  background: green;
  color: white;
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-klubi-list .form-join-yk [name='discount_code']:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email {
  display: flex;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email button {
  flex: 0;
  flex-basis: 8em;
  margin: 0 0 0 10px;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input {
  height: auto;
  flex: 2;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-klubi-list .form-join-yk > .details.show-email input:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-klubi-list .form-join-yk .bambora-payform-banner {
  margin-top: 1.5em;
}
.block-glivelab-klubi-list .subscriptions {
  text-align: center;
  padding-bottom: 6%;
}
.block-glivelab-klubi-list .subscriptions .info-joined {
  font-weight: bold;
}
.block-glivelab-klubi-list .edut-cats-wrapper {
  text-align: center;
}
.block-glivelab-klubi-list .edut-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1%;
}
.block-glivelab-klubi-list .edut-list > li {
  float: left;
  width: 25%;
  padding: 0 1% 2% 1%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-glivelab-klubi-list .edut-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-glivelab-klubi-list .edut-list > li > div,
.block-glivelab-klubi-list .edut-list > li > a {
  display: block;
  position: relative;
  color: #fff;
}
.block-glivelab-klubi-list .edut-list > li > div > .img,
.block-glivelab-klubi-list .edut-list > li > a > .img {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  margin-bottom: 0.4em;
}
.block-glivelab-klubi-list .edut-list > li > div > .img > .empty,
.block-glivelab-klubi-list .edut-list > li > a > .img > .empty {
  display: block;
  padding-top: 56.25%;
  background: center center no-repeat;
  background-size: cover;
}
.block-glivelab-klubi-list .edut-list > li > div > .info > .text,
.block-glivelab-klubi-list .edut-list > li > a > .info > .text {
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 20px;
  padding: 0.2em 0 0.4em 0;
}
.block-glivelab-klubi-list .edut-list > li > a:hover {
  color: #92cabe;
}
.block-glivelab-klubi-list .edut-list > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .block-glivelab-klubi-list .edut-list {
    margin: 0 -3%;
  }
  .block-glivelab-klubi-list .edut-list > li:nth-child(4n+1) {
    clear: none;
  }
  .block-glivelab-klubi-list .edut-list > li {
    float: left;
    width: 33.33333333%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-glivelab-klubi-list .edut-list > li:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 750px) {
  .block-glivelab-klubi-list .edut-list {
    margin: 0 -3%;
  }
  .block-glivelab-klubi-list .edut-list > li:nth-child(3n+1) {
    clear: none;
  }
  .block-glivelab-klubi-list .edut-list > li {
    float: left;
    width: 50%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-glivelab-klubi-list .edut-list > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-glivelab-klubi-single > .txt > .texts {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.5em;
  overflow: hidden;
}
.block-glivelab-klubi-single > .txt > .texts > h1 {
  color: #fff;
}
.block-glivelab-klubi-single > .txt > .texts > .desc {
  padding-top: 3em;
}
.block-glivelab-klubi-single > .txt > .texts > .socmed-share {
  padding-top: 1.5em;
}
.block-glivelab-klubi-single > .txt > .texts > .socmed-share > li:first-child {
  padding: 0;
}
.block-glivelab-klubi-single > .txt > .texts > .socmed-share > li:first-child > a {
  padding-left: 0;
}
.block-glivelab-klubi-single > .txt > .texts > .socmed-share > li:first-child > a > .img {
  padding-left: 0;
}
.block-glivelab-klubi-single > .txt > .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 1.5em;
}
.block-glivelab-klubi-single > .txt > .image > img {
  display: block;
  width: 100%;
}
.block-glivelab-klubi-single > .txt > .image > .img {
  display: block;
  padding-top: 50%;
  background-size: cover;
}
.block-glivelab-loggedin-join .subscriptions {
  padding-bottom: 3em;
}
.block-glivelab-loggedin-join .subscriptions .info-joined {
  font-weight: bold;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code'] {
  margin-bottom: 0.5em;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-loggedin-join .subscriptions [name='discount_code']:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
.block-glivelab-loggedin-join .subscriptions .button {
  margin-top: 0.7em;
  display: inline-block;
}
.block-glivelab-loggedin-join .card-choices {
  padding-bottom: 1.5em;
}
.block-glivelab-loggedin-join [type=submit] {
  margin-bottom: 2em;
}
.block-glivelab-loggedin-join .content {
  padding-bottom: 2em;
}
.block-glivelab-loggedin-join .fancy-radio {
  margin-bottom: 1em;
}
.block-glivelab-orderHistory .helsinki h2 {
  color: #92cabe;
}
.block-glivelab-orderHistory .helsinki a {
  color: #92cabe;
}
.block-glivelab-orderHistory .helsinki a:hover {
  color: #c5e3dd;
}
.block-glivelab-orderHistory .tampere h2 {
  color: #f67a61;
}
.block-glivelab-orderHistory .tampere a {
  color: #f67a61;
}
.block-glivelab-orderHistory .tampere a:hover {
  color: #fab7a9;
}
#main {
  padding-top: 9.12921348vw;
}
@media (min-width: 1424px) {
  #main {
    padding-top: 130px;
  }
}
@media (max-width: 800px) {
  #main {
    padding-top: 73.03370787px;
  }
}
.admin-bar #main {
  padding-top: 162px;
  padding-top: 11.37640449vw;
}
@media (min-width: 1424px) {
  .admin-bar #main {
    padding-top: 162px;
  }
}
@media (max-width: 800px) {
  .admin-bar #main {
    padding-top: 91.01123596px;
  }
}
#header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0;
  min-height: 92px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .header-wrapper:after {
  content: "";
  display: block;
  border-bottom: 1px solid #5e5e5e;
}
@media (max-width: 760px) {
  #header .header-wrapper:after {
    border-bottom: 0;
  }
}
#header .socmed-follow {
  font-size: 120%;
  padding-top: 1.26em;
  float: right;
}
#header .cart {
  text-align: center;
  float: right;
  margin: 1.80em 0 0 1em;
  position: relative;
  width: 3.9em;
  height: 1.8em;
  display: block;
}
#header .cart > .total {
  display: none;
  position: absolute;
  font-size: 0.6em;
  color: #92cabe;
  top: 0.55em;
  left: 0;
  min-width: 3em;
  text-align: right;
  font-style: italic;
}
#header .cart > .icon-cart {
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  width: 1.75em;
  height: 1.75em;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%2392cabe%22%20d%3D%22M14%2036c-2.21%200-3.98%201.79-3.98%204s1.77%204%203.98%204%204-1.79%204-4-1.79-4-4-4zm-12-32v4h4l7.19%2015.17-2.7%204.9c-.31.58-.49%201.23-.49%201.93%200%202.21%201.79%204%204%204h24v-4h-23.15c-.28%200-.5-.22-.5-.5%200-.09.02-.17.06-.24l1.79-3.26h14.9c1.5%200%202.81-.83%203.5-2.06l7.15-12.98c.16-.28.25-.61.25-.96%200-1.11-.9-2-2-2h-29.57l-1.9-4h-6.53zm32%2032c-2.21%200-3.98%201.79-3.98%204s1.77%204%203.98%204%204-1.79%204-4-1.79-4-4-4z%22/%3E%3C/svg%3E") top center no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#header .cart .cart-count {
  top: 0em;
  left: 100%;
  margin-left: -0.85em;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  display: block;
  background: none;
  color: transparent;
  border-radius: 50%;
  width: 0.7em;
  height: 0.7em;
  font-size: 0.6em;
  line-height: 1.3em;
  font-weight: 500;
  padding: 0.3em;
  -webkit-transition: background 0.25s, border-color 0.25s;
  -moz-transition: background 0.25s, border-color 0.25s;
  -ms-transition: background 0.25s, border-color 0.25s;
  -o-transition: background 0.25s, border-color 0.25s;
  transition: background 0.25s, border-color 0.25s;
  position: absolute;
}
#header .cart .cart-count > span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0.1em;
}
#header .cart.cart-empty .cart-count {
  border-color: black;
}
#header .cart.filled .cart-count {
  background: #fff;
  border-color: #fff;
  color: #000;
}
#header .cart.filled > .total {
  display: block;
}
@media (max-width: 760px) {
  #header .cart-wrapper {
    display: none;
    text-align: center;
  }
  #header .cart {
    float: none;
    display: inline-block;
    margin-top: 0.85em;
  }
  #header .cart-wrapper.filled {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    padding-bottom: 0.5em;
  }
}
#header {
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 1.75561798vw;
}
@media (min-width: 1424px) {
  #header {
    font-size: 25px;
  }
}
@media (max-width: 800px) {
  #header {
    font-size: 14.04494382px;
  }
}
@media (max-width: 760px) {
  #header {
    font-size: 19px;
  }
}
#header-title {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1040;
  float: left;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}
#header-title > a {
  position: relative;
  display: inline-block;
  padding: 1.7em 0 0 2.3em;
  color: #92cabe;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  font-weight: 500;
}
#header-title > a:before,
#header-title > a > img {
  display: block;
  position: absolute;
  height: 2.5em;
  top: 1.3em;
  left: 0;
}
#header-title > a:hover {
  color: #92cabe;
}
#header-title > .site-chooser {
  position: relative;
  display: inline-block;
}
#header-title > .site-chooser > .site {
  cursor: pointer;
  cursor: hand;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  background: #92cabe;
  color: #000;
  padding: 0 0.5em;
  margin-left: 0.5em;
  min-width: 4.5em;
  text-align: center;
  border-radius: 1em;
  position: relative;
}
#header-title > .site-chooser > .site:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.0em;
  height: 1.0em;
  left: 50%;
  margin-top: 0.26em;
  margin-left: -0.5em;
  top: 100%;
  background: url("data:image/svg+xml,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%2058'%20fill%3D'%2392cabe'%3E%3Cpolygon%20points%3D'50,57.9%200,7.9%207.8,0.1%2050,42.3%2092.2,0.1%20100,7.9%20%09'/%3E%3C/svg%3E") top center no-repeat;
  background-size: contain;
}
#header-title > .site-chooser > .sites {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#header-title > .site-chooser > .sites li {
  padding-top: 0.3em;
}
#header-title > .site-chooser > .sites a {
  display: block;
  padding: 0 0.5em;
  margin-left: 0.5em;
  min-width: 4.5em;
  text-align: center;
  border-radius: 1em;
}
#header-title > .site-chooser > .sites a.tampere {
  background: #f67a61;
  color: #000;
}
#header-title > .site-chooser > .sites a.tampere:hover {
  background: #fab7a9;
}
#header-title > .site-chooser > .sites a.helsinki {
  background: #92cabe;
  color: #000;
}
#header-title > .site-chooser > .sites a.helsinki:hover {
  background: #c5e3dd;
}
#header-title > .site-chooser.show-sites > .site:after {
  display: none;
}
#header-title > .site-chooser.show-sites > .sites {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #header-title > .site-chooser:hover > .site:after {
    display: none;
  }
  #header-title > .site-chooser:hover > .sites {
    display: block;
  }
}
.langs {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-family: "Aileron", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 13px;
}
.langs > li {
  display: block;
  float: left;
}
.langs > li > a {
  display: block;
  color: #92cabe;
  padding: 2px 10px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -ms-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  position: relative;
}
.langs > li > a > i {
  position: absolute;
  left: 14px;
  top: 24px;
}
.langs > li.active > a,
.langs > li > a:hover {
  color: rgba(146, 202, 190, 0.5);
}
#navigation-top {
  position: relative;
  z-index: 1040;
}
#navigation-top .langs {
  position: absolute;
  top: 6px;
  right: 7px;
}
#navigation-top .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#navigation-top .menu > li {
  float: left;
  display: block;
}
#navigation-top .menu > li:first-child {
  padding-left: 1em;
}
#navigation-top .menu > li > a {
  display: block;
  color: #fff;
  padding: 1.75em 0.56em;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -ms-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  position: relative;
  font-weight: 300;
}
#navigation-top .menu > li > a > i {
  position: absolute;
  left: 14px;
  top: 24px;
}
#navigation-top .menu > li.current-menu-item > a,
#navigation-top .menu > li > a:hover {
  color: #92cabe;
}
#navigation-top .giftcard-top {
  width: 130px;
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#navigation-top .giftcard-top > img {
  display: block;
  width: 100%;
}
#navigation-top .giftcard-top:hover {
  opacity: 0.7;
}
@media (max-width: 1100px) {
  #navigation-top .giftcard-top {
    width: 90px;
    top: 0;
    left: 457px;
  }
}
@media (max-width: 1070px) {
  #navigation-top .giftcard-top {
    width: 60px;
    top: 15px;
  }
}
@media (max-width: 980px) {
  #navigation-top .giftcard-top {
    width: 60px;
    left: 380px;
  }
}
@media (max-width: 900px) {
  #navigation-top .giftcard-top {
    width: 50px;
    left: auto;
    right: -50px;
    top: 18px;
  }
}
@media (max-width: 800px) {
  #navigation-top .giftcard-top {
    display: none;
  }
}
#navigation-top .user-menu {
  float: right;
}
#navigation-top .user-menu > li {
  float: none;
  display: inline-block;
}
#navigation-top .user-menu > li > a {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
}
#navigation-top .user-menu > li:after {
  content: " /";
}
#navigation-top .user-menu > li:last-child:after {
  content: none;
}
#navigation-mobile {
  display: none;
}
#navigation-mobile .socmed-follow {
  font-size: 210%;
  float: none;
  text-align: center;
}
#more-mobile {
  display: none;
}
@media (max-width: 980px) {
  #navigation-top .menu > li > a {
    padding-right: 7px;
  }
}
@media (max-width: 760px) {
  #navigation-top ul {
    display: none;
  }
  #header {
    padding: 0;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
  }
  #header > .page-wrapper > .socmed-follow {
    display: none;
  }
  body.show-mobile-menu #header > .header-wrapper {
    background: #000;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  body.show-mobile-menu {
    overflow: hidden;
  }
  #navigation-mobile {
    background: #000;
    text-align: center;
  }
  body.show-mobile-menu #navigation-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 6em;
    overflow: auto;
  }
  #navigation-mobile .langs {
    padding: 1em 0 0 0;
  }
  #navigation-mobile .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    font-size: 150%;
  }
  #navigation-mobile .menu > li > a {
    color: #fff;
    display: block;
    padding: 0.15em 0;
  }
  #navigation-mobile .menu > li.current-menu-item > a,
  #navigation-mobile .menu > li > a:hover {
    color: #92cabe;
  }
  #more-mobile {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
    position: relative;
    float: right;
    margin: 1.55em 0 0 0;
    opacity: 1;
    width: 2em;
    height: 2em;
    transform: scale(0.7);
    transform-origin: right;
  }
  #more-mobile:before,
  #more-mobile:after {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    background: center center no-repeat;
    background-size: 2em auto;
    opacity: 1;
    z-index: 1;
  }
  #more-mobile:after {
    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%20viewBox%3D%220%200%20110%20110%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%2F%3E%3Cpath%20d%3D%22M%200%2C20%20H%20110%20V%2030%20H%200%20Z%22%2F%3E%3Cpath%20d%3D%22M%200%2C80%20H%20110%20V%2090%20H%200%20Z%22%2F%3E%3C%2Fsvg%3E");
  }
  #more-mobile:before {
    opacity: 0;
    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");
  }
  #more-mobile > span {
    display: none;
  }
  .show-mobile-menu #more-mobile {
    z-index: 1100;
  }
  .show-mobile-menu #more-mobile:after {
    opacity: 0;
  }
  .show-mobile-menu #more-mobile:before {
    opacity: 1;
  }
}
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#page {
  min-height: 100%;
  position: relative;
}
#ie6 #page {
  height: 100%;
}
.admin-bar #header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #header {
    top: 46px;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
@media (max-width: 760px) {
  .style-blue-bg > .txt.colophon .sep-dash {
    display: none;
  }
  .style-blue-bg > .txt.colophon a {
    display: block;
  }
  .block > .txt.txt-big {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  #main {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  body.admin-bar #main {
    padding-top: 120px;
  }
  .block-map > .txt {
    padding-top: 1em;
    padding-bottom: 0;
  }
  .block-map > .txt > .cols > .content {
    float: none;
    width: auto;
    text-align: left;
    padding: 0 0 1em 0;
  }
  .block-map > .txt > .cols > .content > .texts {
    position: static;
    width: auto;
    padding: 0;
  }
  .block-map #map {
    height: 240px;
  }
  .events-list > li {
    padding: 0 0 45px;
  }
  .events-list > li > .item .zoom {
    float: none;
    width: auto;
    padding-right: 0;
    margin: 0 0 1em 0;
  }
  .events-list > li > .item > .details > .description {
    margin: 0 0 0.5em 0;
  }
  .some-images > li:nth-child(n + 7) {
    display: none;
  }
  /*
    .release-list {
        .release-item {
            .title {
                min-height: 3.5em;
            }
        }
    }
    */
  .ownskit-ytgallery {
    margin: 0;
  }
  .ownskit-ytgallery > li {
    float: none;
    clear: both;
    padding: 0 0 1.5em 0;
    width: auto;
  }
  .some-images {
    margin: 0;
  }
  .some-images > li {
    width: 50%;
  }
  .some-images > li:nth-child(3n + 1) {
    clear: none;
  }
  .some-images > li:nth-child(2n + 1) {
    clear: left;
  }
  .some-texts {
    margin: 0;
  }
  .some-texts > li {
    float: none;
    clear: both;
    padding: 0 0 1.5em 0;
    width: auto;
  }
  .some-texts > li > a span.img {
    display: none !important;
  }
  .block-some .more-link-wrapper {
    margin: 0;
  }
  .cols.cols-4,
  .cols.cols-3,
  .cols.cols-2 {
    margin: 0;
  }
  .cols.cols-4 > li,
  .cols.cols-3 > li,
  .cols.cols-2 > li {
    float: none;
    clear: both;
    padding: 0 0 1.5em 0;
    width: auto;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 25.080000000000002px;
  }
  h2 {
    font-size: 19.8px;
  }
  h3 {
    font-size: 19.8px;
  }
  h4 {
    font-size: 16.5px;
  }
  .page-title-size {
    font-size: 36.300000000000004px;
  }
  .ingress {
    font-size: 17.520000000000001px;
  }
  .big-pvm {
    font-size: 29.700000000000003px;
  }
  .big-content {
    font-size: 19.8px;
  }
  .smaller-h1 {
    font-size: 23.76px;
  }
  .events-list {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .page-title-size {
    font-size: 18px;
  }
  .big-content {
    font-size: 14px;
  }
  .cart-btns > a {
    padding: 7px;
  }
  .block > .txt {
    padding-top: 15px;
  }
}
@media (max-height: 400px) {
  #navigation-mobile {
    padding-top: 4em;
  }
  #navigation-mobile .menu {
    font-size: 120%;
  }
  #navigation-mobile .menu > li > a {
    padding: 0.05em;
  }
}
@media (max-height: 300px) {
  #navigation-mobile .menu {
    font-size: 100%;
  }
  #navigation-mobile .menu > li > a {
    padding: 0.05em;
  }
}
@media (max-width: 315px) {
  .block-header-esittely {
    background-position: bottom right;
  }
}
.segmented-control:not(.rounded) {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto 2em auto;
  display: flex;
  max-width: 500px;
}
.segmented-control:not(.rounded) > li {
  flex: 1;
}
.segmented-control:not(.rounded) > li:first-child > a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.segmented-control:not(.rounded) > li:last-child > a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
.segmented-control:not(.rounded) > li > a {
  border: 1px solid #92cabe;
  font-size: 15px;
  padding: 0.15em 1.75em;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.segmented-control:not(.rounded) > li > a:hover,
.segmented-control:not(.rounded) > li > a.active {
  background: #92cabe;
  color: #000;
}
.segmented-control.rounded {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto 2em auto;
  display: flex;
  max-width: 400px;
  white-space: nowrap;
}
.segmented-control.rounded > li {
  flex: 1;
}
.segmented-control.rounded > li > a {
  background: #92cabe;
  color: #000;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -ms-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
  -webkit-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  -ms-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  -o-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}
.segmented-control.rounded > li > a:hover {
  background: #c5e3dd;
  color: #000;
}
.segmented-control.rounded > li > a:not(.active) {
  background: #000;
  color: #92cabe;
  box-shadow: 0 0 0 1px #92cabe inset;
}
.segmented-control.rounded > li > a:hover {
  background: #c5e3dd;
  color: #000;
  box-shadow: 0 0 0 1px #c5e3dd inset;
}
.segmented-control.rounded > li + li {
  margin-left: 1.5em;
}
.segmented-control-tab {
  display: none;
}
.segmented-control-tab.active {
  display: block;
}
.banner {
  background: #92cabe;
  color: black;
  padding: 1em 1.5em;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 16px;
}
.segmented-control.vod-parts {
  max-width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.segmented-control.vod-parts li {
  cursor: pointer;
  flex: 0 0 auto;
  margin: 0.5em !important;
}
.rounded-button {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto 2em auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  white-space: nowrap;
}
.rounded-button > a {
  background: #92cabe;
  color: #000;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -ms-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
  display: flex;
  box-sizing: border-box;
  line-height: normal;
  -webkit-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  -ms-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  -o-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}
.rounded-button > a:hover {
  background: #c5e3dd;
  color: #000;
}
.rounded-button > a:not(.active) {
  background: #000;
  color: #92cabe;
  box-shadow: 0 0 0 1px #92cabe inset;
}
.rounded-button > a:hover {
  background: #c5e3dd;
  color: #000;
  box-shadow: 0 0 0 1px #c5e3dd inset;
}
.centered-error-title {
  text-align: center;
  font-weight: bold;
  color: #d82020;
  font-size: 16px;
}
.centered-error-message {
  text-align: center;
  font-size: 16px;
}
/*# sourceMappingURL=style.css.map */