/*!
Theme Name:     6k-Foodmarket
Description:    
Author:         Ulkoasu: Tero Ahonen, Ohjelmointi: Jari Pennanen
Version:        
License:
*/
/* HTML5 support for IE6,7,8 */
section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
body {
  font-family: Arial;
}
ul,
ol {
  padding: 0 0 1em 1.5em;
  margin: 0;
}
p {
  padding: 0 0 1em 0;
  margin: 0;
}
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: 3em;
  padding: 0 0.7rem;
  line-height: 2.1em;
  display: block;
  margin: 0;
}
.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.5em 1em;
  background: #efefef;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.nform .wpcf7-display-none {
  display: none;
}
.nform .wpcf7-not-valid,
.nform textarea.error,
.nform input.error,
.nform select.error {
  border: 1px solid red;
}
.nform .wpcf7-not-valid-tip,
.nform span.error {
  font-size: 80%;
  color: red;
  line-height: 1.1;
}
.nform .required {
  color: inherit;
}
.nform .form-row {
  margin: 0 0 5px 0;
}
.nform .form-row > .name {
  display: block;
  padding: 0.3em 0 0 0;
}
.nform .form-row label.error {
  color: red;
  padding: 0.5em 0 1em 0;
  display: block;
  font-size: 80%;
  line-height: 1;
}
.nform .form-row-checkbox {
  padding: 0.5em 0 0 0;
  display: block;
}
.nform .watermark {
  position: relative;
  display: block;
}
.nform .watermark br {
  display: none;
}
.nform .watermark .name {
  position: absolute;
  top: 0.45em;
  left: 0.7em;
  line-height: 2.2;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  z-index: 10;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark.focused .name {
  background: #777;
  color: #fff;
  padding: 0.3em 0.75em;
  position: absolute;
  z-index: 10001;
  font-weight: normal;
  display: block;
  top: -2.2em;
  left: -0.1em;
  border-radius: 10px;
}
.nform .watermark.focused .name:after {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: #777;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  margin-left: -7px;
  left: 50%;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
::selection {
  background: #ffc0c0 !important;
  color: #000 !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #ffc0c0 !important;
  color: #000 !important;
  opacity: 1 !important;
}
.page-title-size {
  font-size: 38px;
  padding: 0.3em 0 0.95em;
  font-family: 'Inflex W01 Bold';
  text-transform: none;
  line-height: 1.3;
  margin: 0;
  color: #Ff5a5a;
  letter-spacing: 0.01em;
  padding-bottom: 1em;
  font-size: 55px;
  display: block;
}
.ingress {
  font-size: 22px;
  font-weight: 300;
}
.map-texts {
  font-size: 20px;
}
.slide-ingress {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}
.slide-btn {
  font-size: 17px;
}
.menu-btn {
  font-size: 20px;
  text-transform: uppercase;
}
.smaller-h1 {
  font-size: 36px;
  font-family: 'Inflex W01 Bold';
  text-transform: none;
  line-height: 1.3;
  margin: 0;
  color: #Ff5a5a;
  letter-spacing: 0.01em;
}
.smallgrayed {
  font-size: 15px;
  color: #808080;
}
.big-ingress {
  font-size: 55px;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-family: 'Inflex W01 Bold';
  text-transform: none;
  line-height: 1.3;
}
.big-content {
  font-size: 23px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.backgrounds > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -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;
  /*-ms-transition: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important; 
        transition: none !important;*/
  opacity: 0;
}
.backgrounds > div.selected {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0.9;
}
/* 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: #Ff5a5a;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  font-family: "slick";
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #Ff5a5a;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  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;
}
body.dialog-shown {
  overflow: hidden;
}
.dialog-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  z-index: 20000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8) translateZ(0);
  -moz-transform: scale(0.8) translateZ(0);
  -ms-transform: scale(0.8) translateZ(0);
  -o-transform: scale(0.8) translateZ(0);
  transform: scale(0.8) translateZ(0);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
}
.dialog-container .dialog-close:after {
  content: "×";
  font-size: 300%;
  color: #000;
  display: block;
  position: absolute;
  top: 5px;
  right: 30px;
}
.dialog-container .dialog-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 77px 40px 50px 40px;
}
body.dialog-shown .dialog-container {
  opacity: 1;
  background: #fff;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -o-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.slides {
  position: relative;
}
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;
}
html {
  background-color: #Ff5a5a;
}
body {
  font-family: 'Abel';
  line-height: 1.8;
  font-size: 13px;
  color: #000;
  padding-bottom: 120px;
}
body::scrollbar {
  width: 15px;
}
body::-moz-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #Ff5a5a;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #Ff5a5a;
}
#page,
#main {
  background: #fff;
}
a {
  color: #Ff5a5a;
  -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:hover {
  color: #Ff5a5a;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-size: 38px;
  padding: 0.3em 0 0.95em;
  font-family: 'Inflex W01 Bold';
  text-transform: none;
  line-height: 1.3;
  margin: 0;
  color: #Ff5a5a;
  letter-spacing: 0.01em;
}
h2 {
  font-size: 30px;
  padding: 0.6em 0 0.95em;
  font-family: 'Inflex W01 Bold';
  text-transform: none;
  line-height: 1.3;
  margin: 0;
  color: #Ff5a5a;
  letter-spacing: 0.01em;
}
h3 {
  font-size: 18px;
  padding: 0.7em 0 0.5em;
  font-family: 'Inflex W01 Bold';
  text-transform: none;
  line-height: 1.3;
  margin: 0;
  color: #Ff5a5a;
  letter-spacing: 0.01em;
}
h4 {
  font-size: 16px;
  padding: 0.7em 0 2em;
  font-family: 'Inflex W01 Bold';
  text-transform: none;
  line-height: 1.3;
  margin: 0;
  color: #Ff5a5a;
  letter-spacing: 0.01em;
}
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: 1324px;
  padding: 0 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#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: #Ff5a5a;
}
.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;
}
#header {
  display: none;
  background: #000;
  color: #fff;
  position: relative;
  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 {
  padding: 0 20px;
}
#header .socmed-follow {
  padding: 29px 0 0 22px;
  float: right;
}
#header .socmed-follow li {
  display: inline-block;
}
#header .socmed-follow li > a {
  padding: 0 7px 1.15rem 7px;
}
#header .socmed-follow li > a > .img {
  padding: 5px;
}
#header .socmed-follow li > a > .img > i {
  width: 19px;
  height: 19px;
}
#header .cart {
  margin: 15px 0 0 15px;
  padding: 20px 0 0 0;
  color: #fff;
  float: right;
  position: relative;
  width: 75px;
  height: 50px;
  display: block;
}
#header .cart > .count {
  top: 20px;
  left: 0;
  position: absolute;
  display: block;
  background: #Ff5a5a;
  color: #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  padding: 5px;
}
#header .cart > .icon-cart {
  top: 15px;
  left: 30px;
  position: absolute;
  display: block;
  width: 33px;
  height: 33px;
  background: url('images/icon-cart.PNG') center center no-repeat;
  background-size: contain;
}
#header .cart > .total {
  position: absolute;
  top: 45px;
}
#header .cart:hover {
  color: #Ff5a5a;
}
#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-size: 17px;
  font-weight: 500;
}
#header-title > a {
  display: block;
  padding: 34px 10px 2px 0;
  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;
}
#header-title > a:hover {
  color: #Ff5a5a;
}
.langs {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 13px;
}
.langs > li {
  display: block;
  float: left;
}
.langs > li > a {
  display: block;
  color: #Ff5a5a;
  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(255, 90, 90, 0.5);
}
#navigation-top {
  position: relative;
  z-index: 1040;
  float: right;
  clear: right;
}
#navigation-top .langs {
  position: absolute;
  top: 6px;
  right: 7px;
}
#navigation-top .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 18px;
}
#navigation-top .menu > li {
  float: left;
  display: block;
}
#navigation-top .menu > li > a {
  display: block;
  color: #fff;
  padding: 31px 0.86em;
  -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-size: 17px;
  font-weight: 500;
}
#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: #Ff5a5a;
}
#navigation-mobile {
  display: none;
}
#more-mobile {
  display: none;
}
#main {
  overflow: hidden;
}
#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: #Ff5a5a;
  border: 1px solid #Ff5a5a;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: #000;
  color: #000;
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
#footer {
  display: none;
  font-size: 15px;
  padding: 2.6em 0 2em 0;
  position: relative;
}
#footer > .page-wrapper > .contact {
  float: left;
}
#footer > .page-wrapper > .contact:before {
  content: "";
  display: block;
  float: left;
  position: relative;
  top: -7px;
  width: 90px;
  height: 25px;
  margin: 0 8px 0 0;
  background: url('images/logo-white.png') 0 0 no-repeat;
  background-size: 90px auto;
}
#footer > .page-wrapper > .copyright {
  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;
}
.socmed-share,
.socmed-follow {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.socmed-share li,
.socmed-follow li {
  display: inline-block;
}
.socmed-share li > a,
.socmed-follow li > a {
  position: relative;
  display: block;
  padding: 0 7px 0 7px;
  font-size: 80%;
}
.socmed-share li > a > .img,
.socmed-follow li > a > .img {
  padding: 7px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-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;
}
.socmed-share li > a > .img > i,
.socmed-follow li > a > .img > i {
  background: top center no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  background-size: 100% auto;
}
.socmed-share li > a > .txt,
.socmed-follow li > a > .txt {
  -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: -2.2em;
  right: -2.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;
}
.socmed-share li > a:hover > .img i,
.socmed-follow li > a:hover > .img i {
  background-position: bottom center;
}
.socmed-share li > a:hover > .txt,
.socmed-follow li > a:hover > .txt {
  opacity: 1;
}
.socmed-share.invert li > a > span,
.socmed-follow.invert li > a > span {
  color: #000;
}
.socmed-share li > a {
  overflow: hidden;
  padding: 0 0 0 10px;
}
.socmed-share li > a > .img {
  float: left;
}
.socmed-share li > a > .txt {
  display: block;
  position: static;
  padding: 12px 0 0 0.5em;
  opacity: 1;
  overflow: hidden;
}
.article {
  max-width: 600px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.article .meta {
  color: #808080;
}
.more-link {
  cursor: pointer;
  cursor: hand;
  padding: 4px;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 14px;
  -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;
        }        
    } 
    */
  padding-top: 1em;
  padding-bottom: 1em;
  color: #Ff5a5a;
  border: 2px solid #Ff5a5a;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
}
.more-link:hover {
  background: #Ff5a5a;
  color: #fff;
}
.more-link.pull-right {
  float: right;
}
.more-link:hover {
  color: #fff;
  background: #Ff5a5a;
  border-color: #Ff5a5a;
}
.more-link.big {
  font-weight: 300;
  font-size: 120%;
}
.more-link-light {
  color: #Ff5a5a;
  font-weight: 600;
}
.more-link-light:hover {
  color: #ff3131;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal .ingress {
  color: #000;
}
.style-normal + .style-normal > .txt {
  padding-top: 0;
}
.style-light,
.style-light-2,
.style-light-bg {
  color: #000;
  background: #F0F1C9;
  background-size: cover;
}
.style-light .page-title-size,
.style-light-2 .page-title-size,
.style-light-bg .page-title-size,
.style-light h1,
.style-light-2 h1,
.style-light-bg h1,
.style-light h2,
.style-light-2 h2,
.style-light-bg h2,
.style-light h3,
.style-light-2 h3,
.style-light-bg h3,
.style-light h4,
.style-light-2 h4,
.style-light-bg h4,
.style-light h5,
.style-light-2 h5,
.style-light-bg h5 {
  color: #000;
}
.style-light .ingress,
.style-light-2 .ingress,
.style-light-bg .ingress {
  color: #000;
}
.style-light a,
.style-light-2 a,
.style-light-bg a {
  color: #000;
}
.style-light a:hover,
.style-light-2 a:hover,
.style-light-bg a:hover {
  color: #000;
}
.style-light-2 {
  background-repeat: repeat;
  background-image: url('images/bg-light-2.jpg');
}
.style-dark,
.style-dark-bg-overlay,
.style-dark-bg {
  background: #202020;
  color: #fff;
  background-size: 0;
}
.style-light-bg > .txt,
.style-dark-bg-overlay > .txt,
.style-dark-bg > .txt {
  border-top: none !important;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.style-dark-bg-overlay:before {
  background: rgba(255, 90, 90, 0.75);
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.style-dark-bg-overlay.overlay-black:before {
  background: rgba(0, 0, 0, 0.25);
}
.style-dark-bg-overlay > .txt {
  position: relative;
}
.style-dark > .txt {
  color: #fff;
}
.style-dark > .txt h1 {
  color: #fff;
}
.style-colored > .txt {
  background: #Ff5a5a;
  color: #fff;
}
.style-colored > .txt h1,
.style-colored > .txt h2,
.style-colored > .txt h3,
.style-colored > .txt h4,
.style-colored > .txt h5 {
  color: #fff;
}
.style-colored > .txt a {
  color: #Ff5a5a;
}
.style-colored > .txt a:hover {
  color: #ff3131;
}
.style-colored > .txt .ingress {
  color: #Ff5a5a;
}
.style-colored > .txt .textblock-link {
  color: #Ff5a5a;
}
.style-colored > .txt .textblock-link:hover {
  color: #Ff5a5a;
}
.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: 70px;
  padding-bottom: 70px;
}
.block-header-esittely + .block > .txt {
  border-top: 0;
}
.block > .txt.txt-big {
  padding-top: 120px;
  padding-bottom: 120px;
}
.block > .txt.txt-big p {
  font-size: 16px;
  line-height: 2.4;
}
.block-slider > .txt {
  padding: 0;
}
.block-slider .slider .empty {
  padding-top: 48%;
}
.block-slider .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 10;
  /*
        @left-right-speed: 0.5s;
        &.selected {
            &.lt {
                .animation (fromleftanim @left-right-speed ease-out);
            }

            &.gt {
                .animation (fromrightanim @left-right-speed ease-out);
            }
        }

        &.removing {
            &.lt {
                .animation (toleftanim @left-right-speed ease-out);
            }

            &.gt {
                .animation (torightanim @left-right-speed ease-out);
            }
            opacity: 0;
        }
        */
}
.block-slider .slider .slide.init {
  z-index: 11;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
.block-slider .slider .slide.selected {
  z-index: 11;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.block-slider .slider .slide:first-child {
  position: relative;
}
.block-slider .slider .jumps {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
  text-align: center;
}
.block-slider .slider .jumps > li {
  float: left;
  width: 16.66666667%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-slider .slider .jumps > li:nth-child(6n + 1) {
  clear: both;
}
.block-slider .slider .jumps > li > a {
  border-top: 1px solid #323232;
  border-right: 1px solid #202020;
  display: block;
  height: 120px;
  line-height: 120px;
  background: #fff;
  position: relative;
  -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-slider .slider .jumps > li > a > .text {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.block-slider .slider .jumps > li > a > img {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  bottom: 0;
  position: absolute;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 70%;
  max-height: 70%;
  opacity: 1;
  -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-slider .slider .jumps > li > a > .hover {
  opacity: 0;
}
.block-slider .slider .jumps > li > a:hover > .hover {
  opacity: 1;
}
.block-slider .slider .jumps > li > a:hover > .logo {
  opacity: 0;
}
.block-slider .slider .jumps > li > a.selected {
  background: #202020;
}
.block-slider .slider .jumps > li > a.selected > .hover {
  opacity: 1;
}
.block-slider .slider .jumps > li > a.selected > .logo {
  opacity: 0;
}
.block-slider .slide {
  text-align: center;
}
.block-slider .slide .empty {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.block-slider .slide .img {
  display: block;
  background: center center no-repeat;
  background-size: cover;
  padding: 10% 0;
  height: 100%;
}
.block-slider .slide .logo-wrapper {
  line-height: 210px;
  height: 210px;
}
.block-slider .slide .logo {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  margin: 0 auto 1em auto;
}
.block-slider .slide .texts {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 60px;
}
.block-slider .slide .texts .hidden {
  display: none;
}
.block-slider .slide .btns .menu-btn {
  background: #000;
  color: #fff;
  padding: 0.45em 1.33em;
  margin: 0 0 1em 0;
  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;
  overflow: hidden;
}
.block-slider .slide .btns .menu-btn:hover {
  border-color: #Ff5a5a;
  background: #Ff5a5a;
  color: #fff;
}
.block-slider .slide .btns .socmed-follow {
  float: right;
  margin: 0.4em 0 0 0.75em;
}
.block-slider .slide .slide-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 0.15em 1.33em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.block-slider .slide .slide-btn:hover {
  border-color: #Ff5a5a;
  background: #Ff5a5a;
  color: #fff;
}
.block-footer {
  padding: 50px 0;
  text-align: center;
}
.block-footer img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 30px;
  width: 30px;
  height: 30px;
}
.block-header {
  background-position: top center;
}
.block-header.style-light h1 {
  color: #Ff5a5a;
}
.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;
}
.block-header-esittely,
.block-header-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.block-header-esittely > .txt,
.block-header-bg > .txt {
  background: none;
  border-top: none;
  margin-top: 0;
  position: relative;
  padding-top: 24%;
  padding-bottom: 10%;
}
.block-header-esittely .subtitle,
.block-header-bg .subtitle {
  display: block;
}
.block-opening-times > .txt {
  padding: 30px 60px;
}
.block-opening-times .opening-box {
  float: left;
  padding: 0.5em 2.5em 0.5em 1.5em;
  border: 1px solid #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.block-opening-times .opening-box > .indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #63FF36;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 1em;
  margin-left: 0.35em;
}
.block-opening-times .opening-box.closed > .indicator {
  background: red;
}
.block-opening-times .times {
  padding: 0.5em 2.5em 0.5em 1.5em;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.block-opening-times .apps {
  float: right;
}
.block-opening-times .apps-title {
  display: block;
  overflow: hidden;
  font-size: 90%;
  float: left;
  padding-right: 3.5em;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.block-opening-times .apps-listing {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: block;
  float: right;
}
.block-opening-times .apps-listing > li {
  display: inline-block;
  margin-right: 2em;
  padding-right: 2em;
  border-right: 1px solid #323232;
}
.block-opening-times .apps-listing > li > a > .img {
  width: 50px;
  display: block;
  background: center center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
.block-opening-times .apps-listing > li > a > .text {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.block-opening-times .apps-listing > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.block-newsletter {
  text-align: center;
}
.block-newsletter > .txt form input.first-name,
.block-newsletter > .txt form input.last-name,
.block-newsletter > .txt form input[type=email] {
  position: relative;
  display: inline-block;
  width: 16em;
  background: #FFF;
  color: #000;
  border: 1px solid #efefef;
  font-size: inherit;
  font-family: inherit;
  padding: 0.75em 1.2em;
  margin: 0.5em 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-newsletter > .txt form input.first-name {
  width: 11.55em;
}
.block-newsletter > .txt form input.last-name {
  width: 11.55em;
}
.block-newsletter > .txt form button {
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  padding: 0.75em 2em;
  border: 0;
  margin: 0.25em;
  background: #Ff5a5a;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
  -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-newsletter > .txt form button:hover {
  background: #ff3131;
}
.block-logo-grid {
  background: #fff;
  text-align: center;
}
.block-logo-grid > .txt {
  padding: 0;
}
.block-logo-grid .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto;
  display: block;
  margin: 0 -10px;
}
.block-logo-grid .images > 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;
}
.block-logo-grid .images > li:nth-child(3n + 1) {
  clear: both;
}
.block-logo-grid .images > .image-link {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  line-height: 130px;
  padding-bottom: 0;
}
.block-logo-grid .images > .image-link img {
  max-width: 100%;
  max-height: 56px;
  display: inline-block;
  vertical-align: middle;
}
.block-logo-grid .images > .image-link span {
  display: none;
}
.block-logo-grid .images > .image-link a {
  max-width: 185px;
  display: inline-block;
  padding: 0 10px;
}
.block-logo-grid .images > .image-link a > img {
  -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;
}
.block-logo-grid .images > .image-link a:hover > img {
  opacity: 0.5;
}
.block-header-esittely {
  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;
}
.block-header-esittely > .txt {
  position: relative;
  z-index: 8000;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.block-header-esittely > .txt > .content {
  padding-top: 0;
  padding-bottom: 0;
}
.block-header-esittely > .txt > .content > .logo {
  display: block;
  margin: 0 auto;
  width: 6em;
}
.block-header-esittely > .txt > .content > .big-ingress {
  padding: 0.75em 0 0.5em 0;
}
.block-header-esittely > .txt > .content > .big-content {
  padding: 0 0 1.5em 0;
}
.block-header-esittely > .txt > .content a {
  text-transform: none;
  color: #fff;
}
.block-header-esittely:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.block-header-esittely .socmed-follow li > a > .img {
  padding: 0 6px;
}
.block-header-esittely .socmed-follow li > a {
  padding: 0;
}
.block-header-esittely.align-right > .txt > .content {
  max-width: 50%;
  margin: 0 0 0 auto;
}
header.blockhead {
  clear: left;
  width: 33%;
  float: left;
}
main.blockmain {
  width: 67%;
  float: left;
}
@media (max-width: 760px) {
  main.blockmain {
    width: 100%;
    float: none;
  }
}
.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: #000;
  border: 1px solid #F0F1C9;
  padding: 0.42em 0.8em;
  margin-top: -1px;
  background: #fff;
}
.form-sidebar > nav > .jump-nav > li > a:hover {
  color: #Ff5a5a;
}
.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;
}
.block-content > .txt {
  max-width: 450px;
  margin: 0 auto;
}
.block-contact-map > .contact {
  text-align: center;
  float: left;
  width: 30%;
  padding: 5% 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 21em;
}
.block-contact-map > .contact > .ask-btn {
  border: 1px solid #000;
  color: #000;
  padding: 0.5em 2em;
}
.block-contact-map > .map {
  min-height: 21em;
  float: right;
  width: 70%;
  padding: 8% 8%;
  background: center center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-contact-map > .map > .logo {
  float: left;
  width: 200px;
  display: block;
  margin: 0 2em 0 0;
}
.block-contact-map > .map > .content {
  overflow: hidden;
  padding: 0 0 0.5em 0;
}
.block-contact-map > .map > .content > .box {
  border: 1px solid #fff;
  padding: 1em 1.75em;
}
.block-contact-map > .map > .content > .text {
  padding: 1em 0 1.5em 0;
}
.block-contact-map > .map > .content > .map-btn {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  padding: 0.5em 1.25em;
}
.block-map {
  position: relative;
  min-height: 246px;
  text-align: left;
}
.block-map > .page-wrapper {
  padding-top: 8%;
}
.block-map > .map-wrapper {
  background: #efefef;
  position: relative;
}
.block-map > .map-wrapper #map {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.block-map > .map-wrapper .overlay {
  cursor: pointer;
  cursor: hand;
  z-index: 10;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: opacity 0.125s, visibility 0s linear 0.125s;
  -moz-transition: opacity 0.125s, visibility 0s linear 0.125s;
  -ms-transition: opacity 0.125s, visibility 0s linear 0.125s;
  -o-transition: opacity 0.125s, visibility 0s linear 0.125s;
  transition: opacity 0.125s, visibility 0s linear 0.125s;
  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;
  opacity: 1;
  visibility: visible;
}
.block-map > .map-wrapper .overlay > .details {
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -ms-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  background: #Ff5a5a;
  padding: 3rem;
  color: #fff;
}
.block-map > .map-wrapper .overlay > .details > address {
  font-style: normal;
  display: block;
  padding: 0 0 1rem 0;
}
.block-map > .map-wrapper .overlay.hidden {
  opacity: 0;
  visibility: hidden;
}
.block-map > .map-wrapper .overlay:hover > .details {
  background: #ff3131;
}
.block-map > .map-wrapper .empty {
  display: block;
  padding-top: 33%;
}
#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: #000;
}
.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 #Ff5a5a;
  transition: all 0.125s;
}
.some-texts > li > a > .since {
  overflow: auto;
  padding: 0 0 0.95em 0;
  display: block;
  color: #Ff5a5a;
  font-size: 12px !important;
}
.some-texts > li > a > .text {
  overflow: auto;
  font-size: 12px !important;
}
.some-texts > li > a:hover > .img {
  border-color: #Ff5a5a;
}
.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: #000;
}
.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: #Ff5a5a;
}
.bigvideo-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  width: 100%;
}
.bigvideo-list > li {
  margin-top: 60px;
}
.bigvideo-list > li:first-child {
  margin-top: 0;
}
.bigvideo-list > li > a {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  transition: transform 1s ease;
}
.bigvideo-list > li > a > .empty {
  padding-top: 42.25%;
}
.bigvideo-list > li > a:hover {
  background-blend-mode: luminosity;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.bigvideo-list > li > a:hover i {
  background-position: bottom left;
}
.bigvideo-list > li > a:hover > div.bigvideo-content,
.bigvideo-list > li > a:hover > div.bigvideo-content.dark {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.bigvideo-list > li > a:hover > div.bigvideo-content h2,
.bigvideo-list > li > a:hover > div.bigvideo-content.dark h2,
.bigvideo-list > li > a:hover > div.bigvideo-content h3,
.bigvideo-list > li > a:hover > div.bigvideo-content.dark h3,
.bigvideo-list > li > a:hover > div.bigvideo-content h4,
.bigvideo-list > li > a:hover > div.bigvideo-content.dark h4,
.bigvideo-list > li > a:hover > div.bigvideo-content h5,
.bigvideo-list > li > a:hover > div.bigvideo-content.dark h5,
.bigvideo-list > li > a:hover > div.bigvideo-content p,
.bigvideo-list > li > a:hover > div.bigvideo-content.dark p {
  color: #Ff5a5a;
}
.bigvideo-list > li > a > div.bigvideo-content {
  position: absolute;
  padding: 0 60px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.bigvideo-list > li > a > div.bigvideo-content > h2 {
  padding: 0;
}
i.bigvideoplaybutton {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  overflow: hidden;
  background-size: 100%;
  background-position: top left;
  background-image: url('images/videoplaybutton.png');
}
i.bigvideoplaybutton:hover {
  background-position: bottom left;
}
i.bigvideoplaybutton.dark {
  background-image: url('images/videoplaybutton_dark.png');
}
.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: #000;
}
.press-gallery > li > a > .img {
  display: block;
  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: #Ff5a5a;
}
.press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 700px) {
  .press-gallery {
    margin: 0 -3%;
  }
  .press-gallery > li:nth-child(4n+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;
  }
}
.gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  max-width: 900px;
  margin: 0 auto;
}
.gallery .gallery-item {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
}
.gallery .gallery-item i {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 1px solid #Ff5a5a;
}
.gallery .gallery-item .title {
  display: block;
  padding: 1em 0 0.2em 0;
  color: #000;
  text-transform: uppercase;
}
.gallery .gallery-item .lataa {
  display: block;
  padding: 0.3em 0;
  text-transform: uppercase;
  font-size: 15px;
}
.gallery .gallery-item > a:focus {
  outline: 0;
}
.gallery .gallery-item:focus {
  outline: 0;
}
.release-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  max-width: 900px;
  margin: 0 auto;
}
.release-list .release-item {
  display: inline-block;
  width: 250px;
  margin: 0 10px;
}
.release-list .release-item > i {
  display: block;
  padding-top: 130%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.release-list .release-item .title {
  display: block;
  padding: 0.5em 0;
  text-transform: uppercase;
}
.release-list .release-item:focus {
  outline: 0;
}
.release-list .socmed-follow > li > a {
  padding: 0 0 1.5rem 0;
}
.release-list .socmed-follow > li > a:focus {
  outline: 0;
}
.events-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
  letter-spacing: 0.05em;
  display: table;
  width: 100%;
  font-size: 12px;
  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: #000;
}
.events-list > li > .item > .zoom {
  float: left;
  display: block;
  width: 200px;
  padding-right: 1.5em;
}
.events-list > li > .item > .zoom > .image {
  background: center center no-repeat;
  background-size: cover;
  padding-top: 75%;
}
.events-list > li > .item > .datetime {
  float: left;
  display: block;
  width: 8.5em;
}
.events-list > li > .item > .datetime > .date {
  display: block;
  font-size: 120%;
}
.events-list > li > .item > .datetime > .time {
  display: block;
}
.events-list > li > .item > .texts {
  overflow: hidden;
  display: block;
}
.events-list > li > .item > .texts > .title {
  font-size: 120%;
  margin: 0 0.3333em 0 0;
}
.events-list > li > .item > .texts > .tickets .name {
  font-size: 80%;
}
.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(255, 90, 90, 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%23Ff5a5a%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;
}
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#page {
  min-height: 100%;
  height: 100%;
  position: relative;
}
#ie6 #page {
  height: 100%;
}
#main {
  /*padding-bottom: @header-height;*/
}
#footer {
  /*position: absolute; bottom: 0; left: 0; right: 0;*/
}
.admin-bar #header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #header {
    top: 46px;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
@media (max-width: 1100px) {
  .block-opening-times .opening-box {
    float: none;
    margin: 0 0 1em 0;
  }
  .block-opening-times .times {
    float: left;
    padding: 0.5em 2.5em 0.5em 0;
  }
  .block-opening-times .apps {
    float: right;
  }
}
@media (max-width: 900px) {
  .block-opening-times > .txt {
    padding: 30px 30px;
  }
  .block-opening-times .opening-box {
    float: none;
    margin: 0 0 1em 0;
  }
  .block-opening-times .times {
    float: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
    clear: both;
  }
  .block-opening-times .apps {
    float: none;
    clear: both;
    width: 19em;
    margin: 0 auto;
  }
  .block-opening-times .apps-title {
    padding-right: 1.5em;
  }
  .block-slider .slider .jumps {
    margin: 0 0;
  }
  .block-slider .slider .jumps > li:nth-child(6n+1) {
    clear: none;
  }
  .block-slider .slider .jumps > li {
    float: left;
    width: 33.33333333%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-slider .slider .jumps > li:nth-child(3n + 1) {
    clear: both;
  }
  .block-slider .slide .texts {
    padding: 0 20px;
  }
  .block-slider .slide .img {
    padding: 12% 0 12% 0;
  }
  .block-slider .slide .logo-wrapper {
    line-height: 160px;
    height: 160px;
    width: 70%;
    margin: 0 auto;
  }
  .block-slider .slide .logo {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .block-contact-map > .contact {
    float: none;
    width: auto;
    min-height: 0;
  }
  .block-contact-map > .map {
    min-height: 0;
    float: none;
    width: auto;
  }
  .block-slider .slider .jumps {
    margin: 0 0;
  }
  .block-slider .slider .jumps > li:nth-child(6n+1) {
    clear: none;
  }
  .block-slider .slider .jumps > li {
    float: left;
    width: 33.33333333%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-slider .slider .jumps > li:nth-child(3n + 1) {
    clear: both;
  }
  .block-slider .slide .texts {
    padding: 0 20px;
  }
  .block-slider .slide .img {
    padding: 12% 0 36% 0;
  }
  .block-slider .slide .logo-wrapper {
    line-height: 160px;
    height: 160px;
    width: 70%;
    margin: 0 auto;
  }
  .block-slider .slide .logo {
    max-height: 150px;
  }
}
@media (max-width: 600px) {
  .block-contact-map > .map > .logo {
    float: none;
    margin: 0 auto 1.5em auto;
  }
  .block-opening-times .opening-box {
    font-size: 15px;
  }
  .dialog-container {
    -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: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  body.dialog-shown .dialog-container {
    -webkit-transform: one;
    -moz-transform: one;
    -ms-transform: one;
    -o-transform: one;
    transform: one;
  }
}
@media (max-width: 500px) {
  .block-opening-times .opening-box {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .block-opening-times .opening-box {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .block-opening-times .opening-box {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .block-opening-times .opening-box {
    font-size: 12px;
  }
}
/*
@media(max-width: 800px) {
    #navigation-top {
        display: none;
    }
    #header {
        > .page-wrapper > .socmed-follow {
            display: none;
        }
        padding: 0;
        .transition(background @anim-speed);
    }
    #header-title {
        > a {
        }
    }
    
    #navigation-mobile {
        background: @colorheader;
        text-align: center;
        body.show-mobile-menu & {
            display: block;
        }
        .langs {
            padding: 1em 0 0 0;
        }
        .menu {
            .no-bullets;
            font-size: 150%;
            
            a {
                color: @colorheader-fg;
                display: block;
                padding: 0.15em 0;
            }
        }
        
        .socmed-follow {
            float: none;
            padding: 22px 0 22px 0;
        }
    }
    
    #more-mobile {
        display: block;
        .accelerate;
        .transition(background @anim-speed);
        position: relative;
        float: right;
        margin: 20px 15px 0 10px;
        opacity: 1;
        width: 45px;
        height: 45px;
        
        &:before,
        &:after {
            .accelerate;
            .transition(opacity @anim-speed);
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            display: block;
            width: 45px;
            height: 45px;
            background: center center no-repeat;
            background-size: 35px auto;
            opacity: 1;
            z-index: 1;
        }
        &:after {
            .svg-icon-fill("images/icon-ham.svg", "#000000", @colorheader-fg);
        }
        &:before {
            opacity: 0;
            .svg-icon-fill("images/icon-close.svg", "#000000", @colorheader-fg);
        }
        
        > span {
            display: none;
        }
        
        .show-mobile-menu & {
            z-index: 1100;
            
            &:after {
                opacity: 0;
            }
            
            &:before {
                opacity: 1;
            }
        }        
    }
}

@media(max-width: 760px) {
    body.show-mobile-menu {
        overflow: hidden;
    }
    #header {
        .scrollbar();
        body.show-mobile-menu & {
            overflow-y: scroll;
            height: 100%;
        }
    }
    .style-blue-bg > .txt.colophon {
        .sep-dash {
            display: none;
        }
        
        a {
            display: block;
        }
    }
     .block > .txt.txt-big {
         padding-top: 12%;
         padding-bottom: 12%;
     }
    
    .block-logo-grid {
        .images {
            > li:nth-child(3n+1) {
                clear: none;
            }
            .palstoita(2, 10px);
        }            
    }
    .cols {
        &.cols-4,
        &.cols-3,
        &.cols-2 {
            margin: 0;
            > li {
                float: none;
                clear: both;
                padding: 0 0 1.5em 0; 
                width: auto;
            }
        }
    }
}
@media(max-width: 640px) {
 body{ font-size: 13px; }  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: 14.520000000000001px; }  .big-pvm{ font-size: 29.700000000000003px; }  .big-content{ font-size: 19.8px; }  .smaller-h1{ font-size: 23.76px; }
 .big-ingress { font-size: 29px; padding: 0; font-style: normal; font-weight: normal; .font-otsake(); }
.big-content { font-size: 23px; font-style: normal; font-weight: normal; letter-spacing: 0.05em; }

}
@media(max-width: 600px) {
    .page-wrapper {
        padding: 0 20px;
    }
    #header-title {
        position: relative;
        a {
            line-height: 92px;
            display: block;
            margin: 0;
            padding: 0;
            vertical-align: middle;
        }

        img {
            width: 43vw;
            vertical-align: middle;
        }
    }
    #header .socmed-follow{
        padding: 0;
        li>a {
            line-height: 78px;
            vertical-align: middle;
            padding: 0;
            position: relative;
            top: 3px;
            
            >.img{
                vertical-align: middle;
                padding: 0;
                > i {
                    width: 4vw;
                    height: 4vw;
                    margin-right: 2vw;
                }        
            }  

        }
    }
    
    .page-title-size {
        font-size: 18px;
    }
    
    .big-content {
        font-size: 14px;
    }
    .block-header-esittely {
        > .txt {
            > .content {
                a {
                    color: @color1;
                }
            }
        }
    }
}

@media(max-width: 500px) {
        
    .block-footer {
        img {
            display: block;
            margin: 16px auto 15px auto;
        }
    }
    
    .block-logo-grid {
        .images {
            margin: 0;
            > .image-link {
                border-right: 0;
                width: auto;
                padding: 0;
                clear: none;
                float: none;
            }
        }            
    }
    
}
*/
/*# sourceMappingURL=style.css.map */