/*!
Theme Name:     Hirsityö Heikkilä
Description:    
Author:         Ulkoasu: Tero Ahonen, Ohjelmointi: Jari Pennanen
Version:        
License:
*/
@import url('https://fonts.googleapis.com/css?family=Space+Mono');
@import url("https://use.typekit.net/woa2muj.css");
/* HTML5 support for IE6,7,8 */
section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
body {
  font-family: Arial;
}
ul,
ol {
  padding: 0 0 1em 1.5em;
  margin: 0;
}
p {
  padding: 0 0 1em 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.screen-reader-response,
.skip-link,
.assistive-text,
.assistive-navigation {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.clear,
.clearfix {
  clear: both;
}
div.error,
p.error,
span.error {
  color: #D32A24;
}
.small-highlight {
  font-size: 70%;
}
blockquote {
  border-left: 3px solid #efefef;
  margin: 0 0 1em 1.0em;
  padding: 0.2em 0 0.2em 1.5em;
  overflow: hidden;
}
blockquote p:last-child {
  padding-bottom: 0;
}
/* Embeds */
.ownskit-embedhtmlshort {
  margin: 0 0 1em 0;
}
/* =Images
-------------------------------------------------------------- */
img {
  border: 0;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  width: auto !important;
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft-wrap {
  float: left;
}
.alignnone,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: left;
  clear: left;
  margin-right: 14px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: right;
  clear: right;
  margin-left: 14px;
  margin-top: 4px;
}
.alignnone,
.aligncenter,
.wp-post-image,
img.aligncenter {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter iframe {
  display: block;
  margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  width: auto !important;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /* prevent too-wide images from breaking layout */
  text-align: center;
  color: gray;
  font-family: Georgia;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.gallery-icon img,
.wp-caption img {
  display: block;
  margin: 0 auto 3px auto;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.wp-smiley {
  margin: 0;
}
/* WP-Gallery feature */
.gallery {
  clear: both;
  margin: 0 -10px;
}
.gallery .gallery-caption,
.gallery .gallery-content,
.gallery .gallery-icon {
  margin: 0 10px;
  display: block;
}
.gallery .gallery-icon .preview {
  display: block;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
#ie7 .gallery-columns-2 .gallery-item {
  width: 48%;
}
#ie7 .gallery-columns-3 .gallery-item {
  width: 31%;
}
#ie7 .gallery-columns-4 .gallery-item {
  width: 23%;
}
#ie7 .gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: both;
}
.gallery img {
  display: block;
  margin: 0 auto;
  border: 1px solid #D3D4D4;
}
.gallery .attachment-thumbnail,
.gallery .attachment-medium {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 3px 0 12px;
}
.ownskit-galleries .gallery-content {
  display: none;
}
.gallery .gallery-content {
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    max-width: 45% !important;
  }
}
/* LESS Mixins 
 * https://github.com/dmitryf/elements/blob/master/elements.less
 * */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -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;
}
a.mfp-close,
button.mfp-close {
  cursor: pointer;
  cursor: hand;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 5px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 44px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
  right: -10px;
  top: 0;
  color: #fff;
}
.mfp-close-btn-in .mfp-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  z-index: 10;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-title a {
  color: #fff;
  text-decoration: underline;
}
.mfp-title a:hover {
  color: silver;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -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: 700px) {
  .mfp-bg {
    display: none;
  }
  .mfp-container {
    background: #fff;
  }
  .mfp-close-btn-in .mfp-close {
    color: #000;
  }
  .mfp-close-btn-in .mfp-close:hover {
    color: #000;
  }
  .mfp-arrow {
    -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.1em;
  padding: 0 0.9em;
  line-height: 2.2em;
  background: #efefef;
  font-size: 1.5625vw;
  font-weight: normal;
  font-family: inherit;
  display: block;
  margin: 0;
  border: 0;
}
@media (min-width: 1280px) {
  .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: 850px) {
  .nform select,
  .nform textarea,
  .nform input[type=password],
  .nform input[type=number],
  .nform input[type=text],
  .nform input[type=email] {
    font-size: 13.28125px;
  }
}
.nform textarea {
  height: 130px;
  max-width: none;
  padding: 1em 0.7rem;
  overflow: auto;
}
.nform fieldset {
  margin: 0;
  padding: 0 0 1em 0;
  border: 0;
}
.nform .radio {
  line-height: 1.7em;
  display: block;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.nform .radio .name {
  padding: 0 0 0 22px;
  display: inline-block;
}
.nform .radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.nform .radio input + i {
  position: absolute;
  top: 1px;
  left: 0;
  background: url('radio.png') 0 0;
  width: 18px;
  height: 18px;
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
}
.nform .radio input:checked + i {
  background-position: 0 -20px;
}
.nform .radio:hover {
  color: gray;
}
.nform .radio:hover + i {
  opacity: 0.7;
}
.nform .msg,
.nform .wpcf7-response-output {
  padding: 0.5em 1em;
  background: #efefef;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.nform .wpcf7-display-none {
  display: none;
}
.nform .wpcf7-not-valid,
.nform textarea.error,
.nform input.error,
.nform select.error {
  border: 1px solid red;
}
.nform .wpcf7-not-valid-tip,
.nform span.error {
  font-size: 80%;
  color: red;
  line-height: 1.1;
}
.nform .required {
  color: inherit;
}
.nform .form-row {
  margin: 0 0 5px 0;
}
.nform .form-row > .name {
  font-weight: bold;
  display: block;
  padding: 0.3em 0 0.2em 0;
}
.nform .form-row label.error {
  color: red;
  padding: 0.5em 0 1em 0;
  display: block;
  font-size: 80%;
  line-height: 1;
}
.nform .form-row-checkbox {
  padding: 0.5em 0 0 0;
  display: block;
}
.nform .watermark {
  position: relative;
  display: block;
}
.nform .watermark br {
  display: none;
}
.nform .watermark .name {
  position: absolute;
  top: 0.45em;
  left: 0.7em;
  line-height: 2.2;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  z-index: 10;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark.focused .name {
  background: #777;
  color: #fff;
  padding: 0.3em 0.75em;
  position: absolute;
  z-index: 10001;
  font-weight: normal;
  display: block;
  top: -2.2em;
  left: -0.1em;
  border-radius: 10px;
}
.nform .watermark.focused .name:after {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: #777;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  margin-left: -7px;
  left: 50%;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
body.museum-overlay-shown {
  overflow: hidden;
}
museum-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1E1E1E;
  z-index: 100000;
}
museum-overlay.shown {
  display: block;
}
museum-gallery {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 74px;
  overflow: hidden;
  -webkit-transition: right 0.18s, bottom 0.18s;
  -moz-transition: right 0.18s, bottom 0.18s;
  -ms-transition: right 0.18s, bottom 0.18s;
  -o-transition: right 0.18s, bottom 0.18s;
}
.toc-shown museum-gallery {
  right: 324px;
}
.info-shown museum-gallery {
  bottom: 4em;
}
museum-gallery-item {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -ms-transition: -ms-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s;
}
museum-gallery-item.shown {
  display: block;
}
museum-gallery-item > .img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
museum-info {
  display: block;
  position: absolute;
  bottom: 0;
  right: 74px;
  left: 0;
  height: 0;
  opacity: 0;
  background: #1E1E1E;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.18s, right 0.18s, opacity 0.18s;
  -moz-transition: -moz-transform 0.18s, right 0.18s, opacity 0.18s;
  -ms-transition: -ms-transform 0.18s, right 0.18s, opacity 0.18s;
  -o-transition: -o-transform 0.18s, right 0.18s, opacity 0.18s;
  transition: transform 0.18s, right 0.18s, opacity 0.18s;
}
.info-shown museum-info {
  opacity: 1;
  height: 4em;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  overflow: auto;
}
.toc-shown museum-info {
  right: 324px;
}
museum-info-content {
  display: block;
  padding: 0;
  color: #fff;
}
museum-toc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1.2em;
  right: 74px;
  width: 250px;
  background: #1E1E1E;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.18s, opacity 0.18s, visibility 0.18s;
  -moz-transition: -moz-transform 0.18s, opacity 0.18s, visibility 0.18s;
  -ms-transition: -ms-transform 0.18s, opacity 0.18s, visibility 0.18s;
  -o-transition: -o-transform 0.18s, opacity 0.18s, visibility 0.18s;
  transition: transform 0.18s, opacity 0.18s, visibility 0.18s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.toc-shown museum-toc {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  overflow: auto;
}
museum-toc .museum-toc-row {
  -webkit-transition: color 0.18s;
  -moz-transition: color 0.18s;
  -ms-transition: color 0.18s;
  -o-transition: color 0.18s;
  padding: 0.35em 0;
  color: #aaa;
  display: block;
}
museum-toc .museum-toc-row:hover {
  color: #bbb;
}
museum-toc .museum-toc-row.active {
  color: #fff;
}
museum-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 2;
  background: #1E1E1E;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 74px;
  padding: 10px;
}
museum-nav:focus {
  outline: 0;
}
museum-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  color: #9E9E9E;
  margin: 0 0 15px 0;
}
.museum-btn {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 0 15px 0;
  background: #4F4F4F;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.18s;
  -moz-transition: background 0.18s;
  -ms-transition: background 0.18s;
  -o-transition: background 0.18s;
}
.museum-btn:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  text-align: center;
  content: "";
  background: center center no-repeat;
}
.museum-btn:hover {
  background: #aaa;
}
.museum-btn:active {
  background: #000;
}
.museum-btn:active:hover {
  background: #000;
}
.museum-btn-close {
  margin-bottom: 40px;
}
.museum-btn-close: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%2226%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");
}
.museum-btn-next: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%2226%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%20110%20110%22%3E%3Cpath%20d%3D%22M%200%2C50%20H%20100%20V%2060%20H%200%20Z%22%2F%3E%3Cpath%20d%3D%22M%2071.109376%2C16.109375%2064.039063%2C23.179688%2095.859376%2C55%2064.039063%2C86.820312%2071.109376%2C93.890625%20102.92969%2C62.070312%20110%2C55%20102.92969%2C47.929688%20Z%22%20%2F%3E%3C%2Fsvg%3E");
}
.museum-btn-prev: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%2226%22%20viewBox%3D%220%200%20110%20110%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M%2010%2C50%20H%20110%20V%2060%20H%2010%20Z%22%2F%3E%3Cpath%20d%3D%22M%2071.109376%2C16.109375%2064.039063%2C23.179688%2095.859376%2C55%2064.039063%2C86.820312%2071.109376%2C93.890625%20102.92969%2C62.070312%20110%2C55%20102.92969%2C47.929688%20Z%22%20transform%3D%22rotate(-180%2055%2055)%22%20%2F%3E%3C%2Fsvg%3E");
}
.museum-btn-toc: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%2226%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");
}
.museum-btn-info: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%2226%22%20viewBox%3D%220%200%20110%20110%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M%2067.819967%2C94.355812%20H%2042.379501%20v%20-3.520064%20q%201.226689%2C-0.106669%202.506713%2C-0.213338%201.333358%2C-0.106668%202.293375%2C-0.426674%201.493361%2C-0.480009%202.186707%2C-1.653364%200.74668%2C-1.226689%200.74668%2C-3.146724%20V%2052.915053%20q%200%2C-1.706698%20-0.800014%2C-3.09339%20-0.746681%2C-1.440027%20-2.133373%2C-2.400044%20-1.013352%2C-0.640012%20-2.933387%2C-1.066687%20-1.920035%2C-0.480008%20-3.520064%2C-0.586677%20v%20-3.46673%20l%2018.56034%2C-1.173355%200.74668%2C0.74668%20v%2042.880786%20q%200%2C1.866701%200.693346%2C3.09339%200.74668%2C1.226689%202.293375%2C1.813367%201.173355%2C0.480009%202.293376%2C0.800014%201.12002%2C0.266672%202.506712%2C0.373341%20z%20M%2061.099844%2C20.381123%20q%200%2C3.040056%20-2.026704%2C5.333431%20-1.973369%2C2.240041%20-4.906756%2C2.240041%20-2.72005%2C0%20-4.746754%2C-2.133372%20-1.973369%2C-2.186707%20-1.973369%2C-4.960091%200%2C-2.933387%201.973369%2C-5.120094%202.026704%2C-2.186707%204.746754%2C-2.186707%203.040055%2C0%204.960091%2C2.080039%201.973369%2C2.026703%201.973369%2C4.746753%20z%22%20transform%3D%22matrix(1.2625349%2C0%2C0%2C1.2625349%2C-14.248567%2C-14.165086)%22%20%2F%3E%3C%2Fsvg%3E");
}
.museum-btn-toc {
  display: none;
}
.has-toc .museum-btn-toc {
  display: block;
}
.museum-btn-info {
  display: none;
}
.has-info .museum-btn-info {
  display: block;
}
.on-last-item .museum-btn-next,
.on-first-item .museum-btn-prev {
  opacity: 0.6;
}
.on-last-item .museum-btn-next:after,
.on-first-item .museum-btn-prev:after {
  opacity: 0.7;
}
.on-last-item .museum-btn-next:hover,
.on-first-item .museum-btn-prev:hover {
  background: #4F4F4F;
}
.toc-shown .museum-btn-toc {
  background: #000;
}
.toc-shown .museum-btn-toc:hover {
  background: #000;
}
.info-shown .museum-btn-info {
  background: #000;
}
.info-shown .museum-btn-info:hover {
  background: #000;
}
museum-gallery::scrollbar,
museum-toc::scrollbar,
museum-info::scrollbar {
  width: 5px;
}
museum-gallery::scrollbar-button,
museum-toc::scrollbar-button,
museum-info::scrollbar-button {
  width: 0px;
  height: 0px;
}
museum-gallery::scrollbar-track,
museum-toc::scrollbar-track,
museum-info::scrollbar-track {
  background: #1E1E1E;
  border: 0;
  border-radius: 0;
}
museum-gallery::scrollbar-thumb,
museum-toc::scrollbar-thumb,
museum-info::scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 0;
}
museum-gallery::scrollbar-thumb:hover,
museum-toc::scrollbar-thumb:hover,
museum-info::scrollbar-thumb:hover {
  background: #9E9E9E;
}
museum-gallery::-moz-scrollbar,
museum-toc::-moz-scrollbar,
museum-info::-moz-scrollbar {
  width: 5px;
}
museum-gallery::-webkit-scrollbar,
museum-toc::-webkit-scrollbar,
museum-info::-webkit-scrollbar {
  width: 5px;
}
museum-gallery::-webkit-scrollbar-button,
museum-toc::-webkit-scrollbar-button,
museum-info::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
museum-gallery::-webkit-scrollbar-track,
museum-toc::-webkit-scrollbar-track,
museum-info::-webkit-scrollbar-track {
  background: #1E1E1E;
  border: 0;
  border-radius: 0;
}
museum-gallery::-webkit-scrollbar-thumb,
museum-toc::-webkit-scrollbar-thumb,
museum-info::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 0;
}
museum-gallery::-webkit-scrollbar-thumb:hover,
museum-toc::-webkit-scrollbar-thumb:hover,
museum-info::-webkit-scrollbar-thumb:hover {
  background: #9E9E9E;
}
@media (max-height: 750px) {
  .info-shown museum-gallery {
    bottom: 33%;
  }
  .info-shown museum-info {
    height: 33%;
  }
}
@media (max-height: 550px) {
  .info-shown museum-gallery {
    bottom: 70%;
  }
  .info-shown museum-info {
    height: 70%;
  }
}
@media (max-width: 550px) {
  museum-toc {
    width: auto;
    left: 0;
  }
  .toc-shown museum-info {
    right: 74px;
  }
  .toc-shown museum-gallery {
    right: 74px;
  }
}
@media (max-width: 550px) and (orientation: portrait) {
  .info-shown museum-gallery {
    bottom: 70%;
  }
  .info-shown museum-info {
    height: 70%;
  }
  museum-toc {
    width: auto;
    right: 0;
    bottom: 74px;
  }
  .toc-shown museum-toc {
    left: 0;
  }
  .toc-shown museum-info {
    right: 0;
    bottom: 74px;
  }
  .toc-shown museum-gallery {
    right: 0;
    bottom: 74px;
  }
  museum-nav {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    height: 74px;
  }
  museum-page {
    float: left;
    margin: 0 10px 0 0;
    padding: 16.44444444px 0 0 0;
  }
  museum-gallery {
    right: 0;
    bottom: 74px;
  }
  .info-shown museum-gallery {
    bottom: calc(70% + 74px);
  }
  museum-info {
    right: 0;
    bottom: 74px;
  }
  .museum-btn {
    float: left;
    margin: 0 10px 0 0;
  }
  .museum-btn-close {
    float: right;
    margin: 0 0 0 10px;
  }
  .museum-btn-next,
  .museum-btn-prev {
    float: right;
  }
}
museum-gallery-item > .img {
  top: 30px;
  left: 30px;
  right: 10px;
  bottom: 10px;
}
.has-info .museum-btn-info {
  display: none;
}
museum-info-content {
  padding: 0 30px;
  text-align: center;
}
@media (max-height: 750px) {
  .info-shown museum-gallery {
    bottom: 3em;
  }
  .info-shown museum-info {
    height: 3em;
  }
}
@media (max-width: 550px) and (orientation: portrait) {
  museum-gallery-item > .img {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
::selection {
  background: #efefef;
  color: #000 !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #efefef;
  color: #000 !important;
  opacity: 1 !important;
}
em {
  color: #888;
}
.ingress {
  font-size: 1.875vw;
  font-weight: bold;
  padding: 0 0 0.75em 0;
  color: #000;
}
@media (min-width: 1280px) {
  .ingress {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .ingress {
    font-size: 15.9375px;
  }
}
.ingress a:hover {
  color: #888;
}
iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.jump-target {
  display: block;
  height: 1px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: 0;
  font-family: "Space Mono";
}
blockquote em {
  color: inherit;
  font-size: 80%;
  font-style: normal;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
}
body {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.328125vw;
  color: #000;
  padding-bottom: 120px;
}
@media (min-width: 1280px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 850px) {
  body {
    font-size: 11.2890625px;
  }
}
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: #fff;
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#page,
#main {
  background: #fff;
}
a {
  color: #000;
  -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: gray;
}
sup {
  font-size: 50%;
}
ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 440'%3E%3Ccircle cx='200' cy='180' r='200' fill='#FAD0A8' /%3E%3C/svg%3E");
  padding: 0 0 1em 0.8em;
}
ul li {
  padding: 0.2em 0;
}
table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 0 0;
}
table th,
table td {
  padding: 0.6em 1.2em;
  border: 1px solid #888;
}
table th {
  color: #FAD0A8;
}
table tbody tr:nth-child(odd) td {
  background: #efefef;
}
@media screen and (max-width: 760px) {
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
  }
  table td {
    border-bottom: 0;
    display: block;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #888;
  }
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-size: 3.125vw;
  padding: 0.1em 0 0.43em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.94em;
  background-image: linear-gradient(to bottom, transparent 67%, #000 67%, #000 76%, transparent 76%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1em 1.94em;
  display: inline;
}
@media (min-width: 1280px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  h1 {
    font-size: 26.5625px;
  }
}
h1:after {
  content: "";
  display: block;
  padding-bottom: 0.5em;
}
h2 {
  font-size: 1.875vw;
  padding: 1.4em 0 0.83em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  color: #000;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 1280px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  h2 {
    font-size: 15.9375px;
  }
}
h3 {
  font-size: 1.875vw;
  padding: 0.1em 0 0.47em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  color: #000;
  line-height: 1.6;
}
@media (min-width: 1280px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  h3 {
    font-size: 15.9375px;
  }
}
h4 {
  font-size: 1.5625vw;
  padding: 0.1em 0 2em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  color: #000;
}
@media (min-width: 1280px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  h4 {
    font-size: 13.28125px;
  }
}
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: 1260px;
  padding: 0;
  padding-left: 4.6875vw;
  padding-right: 4.6875vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .page-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 850px) {
  .page-wrapper {
    padding-left: 39.84375px;
  }
}
@media (min-width: 1280px) {
  .page-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 850px) {
  .page-wrapper {
    padding-right: 39.84375px;
  }
}
#next-prev-nav-below {
  margin: 1.5em 0 0 auto;
  border-top: 1px solid #eee;
  padding: 1em 0 0 0;
  border-bottom: 0;
}
#next-prev-nav-below a {
  display: block;
  width: 48%;
}
#next-prev-nav-below .title {
  display: block;
}
#next-prev-nav-above {
  padding-bottom: 1.5em;
}
.next-prev-nav {
  overflow: hidden;
  padding: 0;
}
.next-prev-nav .title {
  display: none;
}
.next-prev-nav a {
  text-transform: uppercase;
  display: block;
  width: 40%;
  color: #bbb;
}
.next-prev-nav a:hover {
  color: #000;
}
.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;
}
#top-left {
  float: left;
  margin-top: 15px;
}
#top-right {
  float: right;
  margin-top: 15px;
}
#top-right > .menu {
  position: relative;
  z-index: 10060;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  border-right: 1px solid #ddd;
  padding: 8px 0;
  padding-right: 15px;
  margin-right: 15px;
}
#top-right > .top-cart {
  display: inline-block;
}
#sub-navigation {
  text-align: center;
  padding: 1.5em 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #000;
}
#sub-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#sub-navigation .menu > li {
  line-height: 1;
  display: inline-block;
}
#sub-navigation .menu > li > a {
  padding: 0 1rem 0 1rem;
  color: #000;
}
#sub-navigation .menu > li > a:hover {
  color: #000;
}
#sub-navigation .menu > li.current_page_item > a,
#sub-navigation .menu > li.current-menu-item > a {
  color: #000;
}
#sub-navigation .menu > li:after {
  display: inline-block;
  vertical-align: middle;
  content: "|";
}
#sub-navigation .menu > li:last-child:after {
  display: none;
  content: none;
}
#sub-navigation .menu > li > ul {
  display: none;
}
#main {
  overflow: hidden;
}
#pagenav {
  text-align: left;
  padding: 4em 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: #000;
  border: 1px solid #000;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  background: #000;
  color: #fff;
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
.socmed {
  text-align: center;
  padding-top: 2em;
}
.socmed-share,
.socmed-follow {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto;
}
.socmed-share > li,
.socmed-follow > li {
  display: inline-block;
}
.socmed-share .some-link,
.socmed-follow .some-link {
  color: #000;
  position: relative;
  display: block;
  padding: 0 4px 2.2em 4px;
  font-size: 8px;
}
.socmed-share .some-link > .img,
.socmed-follow .some-link > .img {
  padding: 12px;
  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: 45px;
  height: 45px;
  border-radius: 22.5px;
  background: none;
  border: 2px solid #000;
}
.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: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.socmed-share .some-link > .txt,
.socmed-follow .some-link > .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: -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: #000;
}
.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: #000;
}
.socmed-share .some-link:hover > .img > svg,
.socmed-follow .some-link:hover > .img > svg {
  fill: #fff;
}
.socmed-share .some-link:hover > .txt,
.socmed-follow .some-link:hover > .txt {
  opacity: 1;
  color: #000;
}
.style-dark .socmed-share .some-link > .txt,
.style-dark .socmed-follow .some-link > .txt {
  color: #fff;
}
.style-dark .socmed-share .some-link > .img > svg,
.style-dark .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
.style-dark .socmed-share .some-link:hover > .img,
.style-dark .socmed-follow .some-link:hover > .img {
  background: #000;
}
.style-dark .socmed-share .some-link:hover > .img > svg,
.style-dark .socmed-follow .some-link:hover > .img > svg {
  fill: #fff;
}
.style-dark .socmed-share .some-link:hover > .txt,
.style-dark .socmed-follow .some-link:hover > .txt {
  opacity: 1;
}
.socmed-share-text,
.socmed-follow-text {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 2.0;
}
.socmed-share-text .img,
.socmed-follow-text .img {
  display: none;
}
.more-link {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  padding-left: 1.95em;
  padding-right: 1.95em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  letter-spacing: 0.15em;
  min-width: 12em;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 75%;
  -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.pull-right {
  float: right;
}
.more-link > .text {
  display: block;
  position: relative;
}
button.more-link {
  background: none;
  border: 0;
  font-size: inherit;
}
button.more-link > .text {
  color: #fff;
}
input.more-link {
  background: #000;
  border: 0;
  padding: 1em 3em;
  font-size: inherit;
  color: #fff;
}
input.more-link:hover {
  background: #000;
}
.more-link:focus {
  outline: 0;
}
.more-link.big {
  font-weight: 300;
  font-size: 150%;
}
.style-normal .more-link,
.style-light .more-link {
  background: #000;
  color: #fff;
}
.style-normal .more-link.button-style-secondary,
.style-light .more-link.button-style-secondary {
  background: #000;
  color: #fff;
}
.style-normal .more-link.button-style-grayed,
.style-light .more-link.button-style-grayed {
  background: gray;
  color: #fff;
}
.style-dark .more-link {
  background: #fff;
  color: #000;
}
.style-dark .more-link:hover,
.style-light .more-link:hover,
.more-link:hover {
  background: #000;
  color: #FAD0A8;
}
.more-link + .more-link {
  margin-left: 0.5em;
}
.button {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  padding-left: 1.95em;
  padding-right: 1.95em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  letter-spacing: 0.15em;
  min-width: 12em;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 75%;
  -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;
}
.button.pull-right {
  float: right;
}
.button > .text {
  display: block;
  position: relative;
}
button.button {
  background: none;
  border: 0;
  font-size: inherit;
}
button.button > .text {
  color: #fff;
}
input.button {
  background: #000;
  border: 0;
  padding: 1em 3em;
  font-size: inherit;
  color: #fff;
}
input.button:hover {
  background: #000;
}
.button:focus {
  outline: 0;
}
.button.big {
  font-weight: 300;
  font-size: 150%;
}
.style-normal .button,
.style-light .button {
  background: #000;
  color: #fff;
}
.style-normal .button.button-style-secondary,
.style-light .button.button-style-secondary {
  background: #000;
  color: #fff;
}
.style-normal .button.button-style-grayed,
.style-light .button.button-style-grayed {
  background: gray;
  color: #fff;
}
.style-dark .button {
  background: #fff;
  color: #000;
}
.style-dark .button:hover,
.style-light .button:hover,
.button:hover {
  background: #000;
  color: #FAD0A8;
}
.button + .more-link {
  margin-left: 0.5em;
}
.primary-btn {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  padding-left: 1.95em;
  padding-right: 1.95em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  letter-spacing: 0.15em;
  min-width: 12em;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 75%;
  -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;
  background: #000;
  color: #fff;
}
.primary-btn.pull-right {
  float: right;
}
.primary-btn > .text {
  display: block;
  position: relative;
}
button.primary-btn {
  background: none;
  border: 0;
  font-size: inherit;
}
button.primary-btn > .text {
  color: #fff;
}
input.primary-btn {
  background: #000;
  border: 0;
  padding: 1em 3em;
  font-size: inherit;
  color: #fff;
}
input.primary-btn:hover {
  background: #000;
}
.primary-btn:focus {
  outline: 0;
}
.primary-btn.big {
  font-weight: 300;
  font-size: 150%;
}
.style-normal .primary-btn,
.style-light .primary-btn {
  background: #000;
  color: #fff;
}
.style-normal .primary-btn.button-style-secondary,
.style-light .primary-btn.button-style-secondary {
  background: #000;
  color: #fff;
}
.style-normal .primary-btn.button-style-grayed,
.style-light .primary-btn.button-style-grayed {
  background: gray;
  color: #fff;
}
.style-dark .primary-btn {
  background: #fff;
  color: #000;
}
.style-dark .primary-btn:hover,
.style-light .primary-btn:hover,
.primary-btn:hover {
  background: #000;
  color: #FAD0A8;
}
.primary-btn + .more-link {
  margin-left: 0.5em;
}
.more-link-light {
  color: #000;
  display: inline-block;
  padding: 1em 1.33em;
}
.more-link-light:hover {
  color: #000;
}
.style-dark .more-link-light {
  color: #fff;
}
.style-dark .more-link-light:hover {
  color: #808080;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal .ingress {
  color: #000;
}
.style-normal + .style-normal.padding-layout-lower:after,
.style-normal + .style-normal.padding-layout-top_empty:after {
  display: none;
}
.style-light,
.style-light-bg {
  color: #000;
  background: #f5f5f5;
  background-size: cover;
}
.style-light h1,
.style-light-bg h1,
.style-light h2,
.style-light-bg h2,
.style-light h3,
.style-light-bg h3,
.style-light h4,
.style-light-bg h4,
.style-light h5,
.style-light-bg h5 {
  color: #000;
}
.style-light .ingress,
.style-light-bg .ingress {
  color: #000;
}
.style-light a,
.style-light-bg a {
  color: #000;
}
.style-light a:hover,
.style-light-bg a:hover {
  color: gray;
}
.style-dark,
.style-dark-bg {
  background-color: #000;
  color: #fff;
  background-size: 0;
}
.style-dark h1,
.style-dark-bg h1 {
  background-image: linear-gradient(to bottom, transparent 67%, #fff 67%, #fff 76%, transparent 76%);
}
.style-dark h1,
.style-dark-bg h1,
.style-dark h2,
.style-dark-bg h2,
.style-dark h3,
.style-dark-bg h3,
.style-dark h4,
.style-dark-bg h4 {
  color: #fff;
}
.style-dark .ingress,
.style-dark-bg .ingress {
  color: #fff;
}
.style-dark a,
.style-dark-bg a {
  color: #fff;
}
.style-dark a:hover,
.style-dark-bg a:hover {
  color: #fff;
}
.style-light-bg,
.style-dark-bg {
  border-top: none !important;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.style-dark-bg-overlay:before {
  background: rgba(0, 0, 0, 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: #000;
  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: #000;
}
.style-colored > .txt a:hover {
  color: #000;
}
.style-colored > .txt .ingress {
  color: #000;
}
.style-colored > .txt .textblock-link {
  color: #000;
}
.style-colored > .txt .textblock-link:hover {
  color: #000;
}
.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;
}
.image-sizing-screen,
.screen-slide {
  height: 100vh;
  display: flex;
}
.image-sizing-screen > .image,
.screen-slide > .image {
  width: 100%;
}
@media (max-width: 760px) {
  .image-sizing-screen,
  .screen-slide {
    height: auto;
    min-height: 100vw;
  }
}
.block {
  text-align: center;
  position: relative;
}
.block > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
.block > .txt {
  padding-top: 9.921875vw;
  padding-bottom: 9.921875vw;
}
@media (min-width: 1280px) {
  .block > .txt {
    padding-top: 127px;
  }
}
@media (max-width: 850px) {
  .block > .txt {
    padding-top: 84.3359375px;
  }
}
@media (min-width: 1280px) {
  .block > .txt {
    padding-bottom: 127px;
  }
}
@media (max-width: 850px) {
  .block > .txt {
    padding-bottom: 84.3359375px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.block > .txt > .ingress {
  text-align: center;
  max-width: 30em;
  margin: 0 auto;
}
.block.padding-layout-lower > .txt {
  padding-top: 1%;
  padding-bottom: 1%;
}
@media (min-width: 1280px) {
  .block.padding-layout-lower > .txt {
    padding-top: 12.8px;
  }
}
@media (max-width: 850px) {
  .block.padding-layout-lower > .txt {
    padding-top: 8.5px;
  }
}
@media (min-width: 1280px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 12.8px;
  }
}
@media (max-width: 850px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 8.5px;
  }
}
.block.padding-layout-top_bottom_empty > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block.padding-layout-bottom_empty > .txt {
  padding-bottom: 0;
}
.block.padding-layout-top_empty > .txt {
  padding-top: 0;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  text-indent: 0;
}
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: black center center no-repeat;
  background-size: cover;
  z-index: 2000;
  -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;
}
.mfp-content {
  padding-top: 40px;
}
p:first-child a.mfp-close {
  cursor: pointer;
  cursor: hand;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22110%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%20110%20110%22%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%20transform%3D%22rotate(45%2055%2055)%22%2F%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%20transform%3D%22rotate(-45%2055%2055)%22%2F%3E%3C%2Fsvg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -15px;
}
p:first-child a.mfp-close > span {
  display: none;
}
.go-back {
  padding-bottom: 3em;
}
.go-back > a {
  text-transform: uppercase;
  font-size: 80%;
}
#content.r_workshop {
  padding-top: 7%;
  padding-bottom: 7%;
}
#content.r_workshop > .about > .content {
  float: left;
  width: 55%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5em;
}
#content.r_workshop > .about > .details {
  float: left;
  width: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.r_workshop > .about > .details > .img {
  padding-bottom: 0.5em;
}
#content.r_workshop > .about > .details > .img > svg {
  display: block;
}
#content.r_workshop > .about > .details > .extra {
  padding-bottom: 1em;
}
#content.r_workshop > .about > .details > .extra > .duration {
  float: left;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
}
#content.r_workshop > .about > .details > .extra > .age {
  float: left;
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
}
#content.r_workshop > .about > .details > .extra > .tickets {
  float: left;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 660px) {
  #content.r_workshop > .about > .content {
    float: none;
    width: auto;
    padding-right: 0;
  }
  #content.r_workshop > .about > .details {
    float: none;
    width: auto;
    padding-top: 1.5em;
  }
  #content.r_workshop > .about > .details > .img {
    padding-bottom: 1em;
  }
}
#content.r_workshop > .pictures {
  position: relative;
  padding-top: 4em;
  margin-top: 4em;
}
#content.r_workshop > .pictures > .gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1.4%;
}
#content.r_workshop > .pictures > .gallery > li {
  float: left;
  width: 25%;
  padding: 0 1.4% 2.8% 1.4%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.r_workshop > .pictures > .gallery > li:nth-child(4n + 1) {
  clear: both;
}
#content.r_workshop > .pictures > .gallery svg {
  opacity: 1;
  -webkit-transform: opacity 0.25s;
  -moz-transform: opacity 0.25s;
  -ms-transform: opacity 0.25s;
  -o-transform: opacity 0.25s;
  transform: opacity 0.25s;
}
#content.r_workshop > .pictures > .gallery a:hover > svg {
  opacity: 0.7;
}
#content.article-post {
  padding-top: 12%;
  padding-bottom: 12%;
}
#content.article-post .meta {
  padding-top: 1.5em;
}
#content.article-post > .txt {
  max-width: 40em;
}
.buttons {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0.5em 0 0 0;
}
.buttons > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buttons > li + li {
  margin-left: 0.5em;
}
.block-404 > .txt {
  padding-top: 25%;
  text-align: center;
}
.block-articles-home {
  text-align: left;
}
.block-articles-home > .txt {
  max-width: 880px;
  margin: 0 auto;
}
.block-articles-home > .txt > h1:after {
  padding-bottom: 4em;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-articles-home .article-list-item {
  padding: 0 0 3.0em 0;
}
.block-articles-home .article-list-item:last-child {
  padding: 0;
}
.block-articles-home .article-list-item img {
  display: block;
  float: right;
  width: 40% !important;
  -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: 1.2em;
}
.block-articles-home .article-list-item .details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 60%;
  padding: 0 0 2em 0;
  padding-right: 3.5em;
}
.block-articles-home .article-list-item .details .meta {
  position: absolute;
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: -9em;
  margin-top: 0.5em;
}
.block-articles-home .article-list-item .details .meta .date {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  font-family: "Space Mono";
}
.block-articles-home .article-list-item .details h2 {
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: #000;
}
.block-articles-home .article-list-item > a:hover img {
  opacity: 0.8;
}
.block-articles-home .article-list-item:last-child .details {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .block-articles-home .article-list-item .details .meta {
    position: relative;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item img {
    float: none;
    width: 100% !important;
  }
  .block-articles-home .article-list-item .details {
    float: none;
    width: auto;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-home.style-dark .article-list-item .image {
  border: 2px solid #323232;
}
.block-articles-home.style-dark .article-list-item .details {
  border-bottom: 1px solid #323232;
}
.block-articles .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 580px;
  margin: 0 auto;
}
.block-articles .article-list-item {
  padding: 0 0 3.0em 0;
}
.block-articles .article-list-item:last-child {
  padding: 0;
}
.block-articles .article-list-item .image {
  width: 120px;
  float: left;
  margin-top: 2.5em;
  margin-right: 2.5em;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
  -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-articles .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
  border-bottom: 1px solid #ddd;
}
.block-articles .article-list-item .details .meta {
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles .article-list-item .details h2 {
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles .article-list-item .details h2 > span {
  font-size: 105%;
}
.block-articles .article-list-item > a {
  display: block;
}
.block-articles .article-list-item > a:hover .image {
  opacity: 0.8;
}
.block-articles .article-list-item:last-child .details {
  border-bottom: 0;
}
.block-articles .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles.style-dark .article-list-item .image {
  border: 2px solid #323232;
}
.block-articles.style-dark .article-list-item .details {
  border-bottom: 1px solid #323232;
}
.block-central-items {
  text-align: center;
}
.block-central-items .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1em;
}
.block-central-items .images li {
  display: inline-block;
  vertical-align: top;
  width: 14em;
  padding: 0 0.55em 2em 0.55em;
}
.block-central-items .images li > span {
  display: block;
  padding: 0 0 2em 0;
}
.block-central-items .images li .img {
  background: #f5f5f5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 1.1em;
}
.block-central-items .images.images-3 li {
  width: 20em;
}
@media (max-width: 660px) {
  .block-central-items .images.images-3 li {
    width: 14em;
  }
}
.block-central-items .images .img {
  width: 140px;
  height: 140px;
  margin: 1.4em auto 1em auto;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.block-central-items .images img {
  width: 100%;
}
.block-central-items .images .title {
  display: block;
}
.block-central-items .images h3 {
  font-size: 1.40625vw;
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .block-central-items .images h3 {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .block-central-items .images h3 {
    font-size: 11.953125px;
  }
}
.block-central-items .images li > a,
.block-central-items .images li > span {
  display: block;
  color: #000;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.block-central-items .images li > a:hover {
  color: #808080;
}
.block-central-items .images li > a:hover .img {
  opacity: 0.8;
}
.block-central-items .more-link-wrapper {
  text-align: center;
}
body.page-yhteystiedot .block-central-items .footer {
  position: relative;
  padding-top: 3.5em;
  margin-top: 0.5em;
}
.block-content-image2 {
  text-align: left;
}
.block-content-image2 .image {
  float: left;
  width: 60%;
}
.block-content-image2 .image img {
  width: 100% !important;
  display: block;
}
.block-content-image2 .image .image-text {
  font-family: "Space Mono";
  background: #FAD0A8;
  color: #000;
  width: 70%;
  padding: 1.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.7em;
}
.block-content-image2 .image .image-text p:last-child {
  padding-bottom: 0;
}
.block-content-image2 .contents {
  width: 40%;
  float: right;
  position: relative;
}
.block-content-image2 .title {
  margin-top: 18%;
  text-align: left;
  margin-left: -16%;
  width: 59%;
}
.block-content-image2 .title.hidden-waiting-for-animation {
  opacity: 0;
  will-change: transform;
  will-change: opacity;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.block-content-image2 .title.hidden-waiting-for-animation.show-with-animation {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.block-content-image2 .content {
  padding: 12%;
}
.block-content-image2 .buttons {
  text-align: left;
}
.block-content-image2.image-placement-left > .txt {
  position: relative;
}
.block-content-image2.image-placement-left > .txt:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_1.svg) center center no-repeat;
  background-size: contain;
  margin-top: -150px;
  right: 0;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-left > .txt:before {
    display: none;
    content: none;
  }
}
.block-content-image2.image-placement-left > .txt:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_2.svg) center center no-repeat;
  background-size: contain;
  bottom: -100px;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-left > .txt:after {
    display: none;
    content: none;
  }
}
.block-content-image2.image-placement-left.padding-layout-bottom_empty > .txt:after {
  display: none;
}
.block-content-image2.image-placement-left.title-placement-aligned .title {
  margin-left: 0;
  padding: 0 12%;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-left.title-placement-aligned .title {
    padding: 0;
  }
}
.block-content-image2.image-placement-right .buttons {
  position: absolute;
  left: 100%;
  width: 125%;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-right .buttons {
    left: 0;
    width: 100%;
  }
}
.block-content-image2.image-placement-right .image {
  float: right;
  width: 60%;
}
.block-content-image2.image-placement-right .contents {
  width: 40%;
  float: left;
}
.block-content-image2.image-placement-right .title {
  margin-top: 18%;
  text-align: left;
  margin-left: 0;
  position: relative;
  left: 30%;
  width: 59%;
}
.block-content-image2.image-placement-center-right > .txt {
  padding-right: 7.8125vw;
  padding-left: 7.8125vw;
}
@media (min-width: 1280px) {
  .block-content-image2.image-placement-center-right > .txt {
    padding-right: 100px;
  }
}
@media (max-width: 850px) {
  .block-content-image2.image-placement-center-right > .txt {
    padding-right: 66.40625px;
  }
}
@media (min-width: 1280px) {
  .block-content-image2.image-placement-center-right > .txt {
    padding-left: 100px;
  }
}
@media (max-width: 850px) {
  .block-content-image2.image-placement-center-right > .txt {
    padding-left: 66.40625px;
  }
}
.block-content-image2.image-placement-center-right .title {
  position: absolute;
  top: -25em;
  width: 100%;
  margin-left: 0;
}
.block-content-image2.image-placement-center-right .image {
  width: 85%;
  float: none;
}
.block-content-image2.image-placement-center-right .image .image-text {
  width: 50%;
  float: left;
}
.block-content-image2.image-placement-center-right .contents {
  float: right;
  width: 50%;
}
.block-content-image2.image-placement-center-right .content {
  padding-right: 0;
}
.block-content-image2.image-placement-center > .txt {
  padding-right: 7.8125vw;
  padding-left: 7.8125vw;
  position: relative;
}
@media (min-width: 1280px) {
  .block-content-image2.image-placement-center > .txt {
    padding-right: 100px;
  }
}
@media (max-width: 850px) {
  .block-content-image2.image-placement-center > .txt {
    padding-right: 66.40625px;
  }
}
@media (min-width: 1280px) {
  .block-content-image2.image-placement-center > .txt {
    padding-left: 100px;
  }
}
@media (max-width: 850px) {
  .block-content-image2.image-placement-center > .txt {
    padding-left: 66.40625px;
  }
}
.block-content-image2.image-placement-center > .txt:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_2.svg) center center no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-center > .txt:after {
    display: none;
    content: none;
  }
}
.block-content-image2.image-placement-center .image {
  width: 80%;
  margin: 0 0 0 auto;
  float: none;
}
.block-content-image2.image-placement-center .image .image-text {
  width: 36%;
  float: right;
}
.block-content-image2.image-placement-center .title {
  position: absolute;
  margin-top: -48%;
}
.block-content-image2.image-placement-center .contents {
  float: left;
  width: 50%;
  padding-left: 20%;
}
.block-content-image2.image-placement-center .content {
  padding-left: 0;
  padding-top: 8%;
}
@media (max-width: 760px) {
  .block-content-image2 > .txt,
  .block-content-image2.image-placement-right > .txt,
  .block-content-image2.image-placement-left > .txt,
  .block-content-image2.image-placement-center-right > .txt,
  .block-content-image2.image-placement-center > .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-content-image2 .image,
  .block-content-image2.image-placement-right .image,
  .block-content-image2.image-placement-left .image,
  .block-content-image2.image-placement-center-right .image,
  .block-content-image2.image-placement-center .image {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .block-content-image2 .image .image-text,
  .block-content-image2.image-placement-right .image .image-text,
  .block-content-image2.image-placement-left .image .image-text,
  .block-content-image2.image-placement-center-right .image .image-text,
  .block-content-image2.image-placement-center .image .image-text {
    width: auto;
    float: none;
  }
  .block-content-image2 .title,
  .block-content-image2.image-placement-right .title,
  .block-content-image2.image-placement-left .title,
  .block-content-image2.image-placement-center-right .title,
  .block-content-image2.image-placement-center .title {
    position: static;
    top: 0;
    width: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .block-content-image2 .content,
  .block-content-image2.image-placement-right .content,
  .block-content-image2.image-placement-left .content,
  .block-content-image2.image-placement-center-right .content,
  .block-content-image2.image-placement-center .content {
    padding: 1em 0 0 0;
  }
  .block-content-image2 .contents,
  .block-content-image2.image-placement-right .contents,
  .block-content-image2.image-placement-left .contents,
  .block-content-image2.image-placement-center-right .contents,
  .block-content-image2.image-placement-center .contents {
    width: auto;
    float: none;
    padding-left: 0;
  }
}
.block-content-image3 > .txt {
  position: relative;
}
.block-content-image3 > .txt:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_4.svg) center center no-repeat;
  background-size: contain;
  top: -250px;
}
@media (max-width: 760px) {
  .block-content-image3 > .txt:after {
    display: none;
    content: none;
  }
}
.block-content-image3 > .txt > .content {
  padding-bottom: 2.75em;
}
.block-content-imageseries {
  text-align: left;
}
.block-content-imageseries.padding-layout-top_bottom_empty > .txt {
  padding-top: 1%;
  padding-bottom: 1%;
}
@media (min-width: 1280px) {
  .block-content-imageseries.padding-layout-top_bottom_empty > .txt {
    padding-top: 12.8px;
  }
}
@media (max-width: 850px) {
  .block-content-imageseries.padding-layout-top_bottom_empty > .txt {
    padding-top: 8.5px;
  }
}
@media (min-width: 1280px) {
  .block-content-imageseries.padding-layout-top_bottom_empty > .txt {
    padding-bottom: 12.8px;
  }
}
@media (max-width: 850px) {
  .block-content-imageseries.padding-layout-top_bottom_empty > .txt {
    padding-bottom: 8.5px;
  }
}
.block-content-imageseries > .txt {
  max-width: 60em;
  margin: 0 auto;
}
.block-content-imageseries > .txt > h1:after {
  padding-bottom: 2em;
}
.block-content-imageseries .content {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
}
.block-content-imageseries .images {
  float: left;
  width: 50%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 -15px;
}
.block-content-imageseries .images > figure {
  float: left;
  width: 50%;
  padding: 0 15px 30px 15px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-content-imageseries .images > figure:nth-child(2n + 1) {
  clear: both;
}
.block-content-imageseries .images > figure {
  padding-bottom: 10px;
}
.block-content-imageseries .images a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
}
.block-content-imageseries .images img {
  display: block;
}
.block-content-imageseries .images .text {
  display: none;
}
@media (max-width: 760px) {
  .block-content-imageseries .images,
  .block-content-imageseries .content {
    float: none;
    padding-left: 0;
    width: auto;
  }
}
.block-content {
  text-align: left;
}
.block-content > .txt > .title {
  text-align: center;
}
.block-content.layout-narrower > .page-wrapper {
  max-width: 40em;
  margin: 0 auto;
}
.block-content .buttons {
  padding-top: 1.5em;
}
.block-footer1 {
  margin-top: 15%;
  background: #000;
}
body.page-yhteystiedot .block-footer1 {
  margin-top: 0;
}
.block-footer1 a {
  color: inherit;
}
.block-footer1 .copyright {
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #666;
}
.block-footer1 > .txt {
  color: #fff;
  padding-top: 1.8em;
  padding-bottom: 2.3em;
}
.block-footer1 > .txt h1 {
  color: #fff;
  font-size: 1.5625vw;
  display: block;
  text-align: right;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt h1 {
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt h1 {
    font-size: 13.28125px;
  }
}
.block-footer1 > .txt a {
  white-space: nowrap;
  color: inherit;
}
.block-footer1 > .txt a:hover {
  color: #fff;
}
.block-footer1 > .txt .logo {
  width: 7.8125vw;
  margin: 3em auto;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .logo {
    width: 100px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .logo {
    width: 66.40625px;
  }
}
.block-footer1 > .txt .logo > svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: auto;
}
.block-footer1 > .txt .contact {
  padding-top: 1.40625vw;
  font-size: 1.015625vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .contact {
    padding-top: 18px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .contact {
    padding-top: 11.953125px;
  }
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .contact {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .contact {
    font-size: 8.6328125px;
  }
}
.block-footer1 > .txt .contact > h2 {
  font-size: 1.875vw;
  line-height: 1;
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .contact > h2 {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .contact > h2 {
    font-size: 15.9375px;
  }
}
.block-footer1 > .txt .menu {
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 1.015625vw;
  letter-spacing: 0.15em;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .menu {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .menu {
    font-size: 8.6328125px;
  }
}
.block-footer1 > .txt .menu li {
  padding: 0 0 0.62em 0;
}
.block-footer1 > .txt .menu > li.current-menu-item > a,
.block-footer1 > .txt .menu > li.current_page_item > a {
  color: #FAD0A8;
}
.block-footer1 > .txt .menu a:hover {
  color: #FAD0A8;
}
.block-footer1 > .txt .left {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: right;
  padding-right: 1.5em;
}
.block-footer1 > .txt .right {
  width: 50%;
  padding-left: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  text-align: left;
}
.block-footer1 .socmed-follow {
  border-top: 1px solid #fff;
  padding-bottom: 3%;
  padding-top: 4%;
  margin-top: 4%;
}
.block-footer1 .socmed-follow .some-link {
  padding: 0 9px 2.2em 9px;
  font-size: 8px;
}
.block-footer1 .socmed-follow .some-link > .img {
  padding: 9px;
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  border-color: #fff;
  border-width: 1px;
}
.block-footer1 .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
.block-footer1 .socmed-follow .some-link:hover > .img {
  border-color: #FAD0A8;
}
.block-footer1 .socmed-follow .some-link:hover > .img > svg {
  fill: #FAD0A8;
}
.block-form .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 0.7em 0;
}
.block-form .wpcf7-form-control-wrap + br {
  display: none;
}
.block-form .details {
  float: left;
  width: 50%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-form .message {
  float: left;
  width: 50%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-form .message textarea {
  height: 10.5em;
  padding: 0.5em 1em;
}
.block-form .nform {
  text-align: left;
  display: block;
  padding-top: 1.5em;
}
.block-form .actions {
  text-align: center;
  padding-top: 1.5em;
  clear: both;
}
.block-form .wpcf7-recaptcha {
  display: block;
  text-align: center;
  clear: both;
}
.block-form .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.block-form .wpcf7-response-output {
  text-align: center;
  background: none;
}
body.admin-bar #hdm1-top {
  padding-top: 32px;
}
@media (max-width: 760px) {
  #hdm1-top {
    height: 40px;
    padding-bottom: 0;
  }
  body.front-page #hdm1-top,
  body.scheme-black #hdm1-top,
  body.scheme-white #hdm1-top {
    height: 0;
  }
}
#header-menu1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0 0 0;
  min-height: 102px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
body.admin-bar #header-menu1 {
  top: 32px;
}
#header-menu1 .breadcrumbs {
  position: absolute;
  left: 250px;
  top: 16px;
  text-transform: uppercase;
  font-size: 1.09375vw;
  letter-spacing: 0.05em;
  font-weight: 600;
}
body.show-mobile-menu #header-menu1 .breadcrumbs {
  display: none;
}
#header-menu1 .breadcrumbs > .title {
  display: none;
}
@media (min-width: 1280px) {
  #header-menu1 .breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  #header-menu1 .breadcrumbs {
    font-size: 9.296875px;
  }
}
#header-menu1 .breadcrumbs ul {
  list-style: none;
}
#header-menu1 .breadcrumbs ul li {
  display: inline-block;
}
#header-menu1 .breadcrumbs ul li a {
  color: inherit;
}
#header-menu1 .breadcrumbs ul li:after {
  content: "/";
  margin: 0 1.5em;
}
#header-menu1 .breadcrumbs ul li:last-child:after {
  content: none;
}
#header-menu1 > .page-wrapper > .relative {
  position: relative;
}
body.front-page #header-menu1,
body.scheme-black #header-menu1,
body.show-mobile-menu #header-menu1 {
  z-index: 1050;
  color: #fff;
}
body.front-page #header-menu1 .header-title > a,
body.scheme-black #header-menu1 .header-title > a,
body.show-mobile-menu #header-menu1 .header-title > a {
  color: #fff;
}
body.front-page #header-menu1 .header-title > a > svg,
body.scheme-black #header-menu1 .header-title > a > svg,
body.show-mobile-menu #header-menu1 .header-title > a > svg {
  fill: #fff;
}
body.scrolled #header-menu1 {
  z-index: 1050;
  color: #000;
  background: #fff;
}
body.scrolled #header-menu1 .header-title > a {
  color: #000;
}
body.scrolled #header-menu1 .header-title > a > svg {
  fill: #000;
}
#header-menu1 .header-title {
  background: none;
  position: absolute;
  top: 3px;
  font-size: 25px;
  font-weight: 500;
  z-index: 2050;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
#header-menu1 .header-title > a {
  margin: 0 auto;
  display: block;
  width: 150px;
}
#header-menu1 .header-title > a > svg {
  fill: #000;
  display: block;
  width: 150px;
  height: 47px;
  -webkit-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  -ms-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}
#header-menu1 .header-title > a:hover > svg {
  fill: gray;
}
@media (max-width: 760px) {
  #header-menu1 .header-title {
    top: 3px;
  }
}
@media (max-width: 760px) {
  #header-menu1 {
    min-height: 50px;
    padding-top: 7px;
  }
  #header-menu1 .breadcrumbs {
    display: none;
  }
}
body.show-mobile-menu #page {
  overflow: hidden;
}
body.show-search #page {
  overflow: hidden;
}
#header-menu1 .more-mobile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: block;
  margin: 15px 0px 15px auto;
  padding: 15.5px 11px;
  position: relative;
  z-index: 1040;
}
body.show-mobile-menu #header-menu1 .more-mobile {
  background: none;
}
#header-menu1 .more-mobile .more-mobile-wrapper {
  -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;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 36px;
  height: 27px;
}
#header-menu1 .more-mobile .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 4px;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#header-menu1 .more-mobile .more-mobile-wrapper > .a {
  top: 0;
}
#header-menu1 .more-mobile .more-mobile-wrapper > .b2,
#header-menu1 .more-mobile .more-mobile-wrapper > .b {
  top: 11.5px;
}
#header-menu1 .more-mobile .more-mobile-wrapper > .c {
  top: 23px;
  width: 50%;
}
body.scheme-black #header-menu1 .more-mobile .more-mobile-wrapper > i {
  background: #fff;
}
body.show-mobile-menu #header-menu1 .more-mobile .more-mobile-wrapper > .a {
  opacity: 0;
  background: #fff;
  -webkit-transform: translateY(13.5px);
  -moz-transform: translateY(13.5px);
  -ms-transform: translateY(13.5px);
  -o-transform: translateY(13.5px);
  transform: translateY(13.5px);
}
body.show-mobile-menu #header-menu1 .more-mobile .more-mobile-wrapper > .b2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
body.show-mobile-menu #header-menu1 .more-mobile .more-mobile-wrapper > .b {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
body.show-mobile-menu #header-menu1 .more-mobile .more-mobile-wrapper > .c {
  opacity: 0;
  background: #fff;
  -webkit-transform: translateY(-13.5px);
  -moz-transform: translateY(-13.5px);
  -ms-transform: translateY(-13.5px);
  -o-transform: translateY(-13.5px);
  transform: translateY(-13.5px);
}
#header-menu1 .more-mobile:hover > .more-mobile-wrapper > .a,
#header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b,
#header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b2,
#header-menu1 .more-mobile:hover > .more-mobile-wrapper > .c {
  background: gray;
}
body.front-page #header-menu1 .more-mobile > .more-mobile-wrapper > .a,
body.front-page #header-menu1 .more-mobile > .more-mobile-wrapper > .b,
body.front-page #header-menu1 .more-mobile > .more-mobile-wrapper > .b2,
body.front-page #header-menu1 .more-mobile > .more-mobile-wrapper > .c {
  background: #fff;
}
body.scheme-black #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .a,
body.scheme-black #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b,
body.scheme-black #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b2,
body.scheme-black #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .c {
  background: #fff;
}
body.scrolled #header-menu1 .more-mobile > .more-mobile-wrapper > .a,
body.scrolled #header-menu1 .more-mobile > .more-mobile-wrapper > .b,
body.scrolled #header-menu1 .more-mobile > .more-mobile-wrapper > .b2,
body.scrolled #header-menu1 .more-mobile > .more-mobile-wrapper > .c {
  background: #000;
}
body.scrolled #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .a,
body.scrolled #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b,
body.scrolled #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b2,
body.scrolled #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .c {
  background: gray;
}
body.show-mobile-menu #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .a,
body.show-mobile-menu #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b,
body.show-mobile-menu #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b2,
body.show-mobile-menu #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .c {
  background: #fff;
}
#hdm1-navigation-top {
  position: absolute;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0;
  background: #000;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hdm1-navigation-top > .page-wrapper > .relative {
  position: relative;
  max-width: 52em;
  margin: 0 auto;
}
body.show-mobile-menu #hdm1-navigation-top {
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  height: auto;
  opacity: 1;
  padding-top: 102px;
}
@media (max-width: 760px) {
  body.show-mobile-menu #hdm1-navigation-top {
    padding-top: 80px;
  }
}
#hdm1-navigation-top .padder {
  min-height: 50px;
  height: 1.25vw;
  display: block;
}
#hdm1-navigation-top .menu {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 1.640625vw;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.2;
  padding-bottom: 1em;
}
@media (min-width: 1280px) {
  #hdm1-navigation-top .menu {
    font-size: 21px;
  }
}
@media (max-width: 850px) {
  #hdm1-navigation-top .menu {
    font-size: 13.9453125px;
  }
}
#hdm1-navigation-top .menu > li {
  display: block;
  padding: 0.9em 0;
}
#hdm1-navigation-top .menu > li.lang {
  font-size: 70%;
  font-weight: 400;
  padding-top: 1.4em;
}
#hdm1-navigation-top .menu a {
  text-decoration: none;
  color: #fff;
}
#hdm1-navigation-top .menu a:hover {
  text-decoration: none;
  color: #FAD0A8;
}
#hdm1-navigation-top .menu > li.current-menu-item > a,
#hdm1-navigation-top .menu > li.current_page_item > a {
  text-decoration: none;
  color: #FAD0A8;
}
@media (max-width: 760px) {
  #hdm1-navigation-top .menu {
    overflow: hidden;
  }
}
#hdm1-navigation-top .socmed-follow {
  padding-bottom: 3%;
  padding-top: 4%;
  margin-top: 4%;
}
#hdm1-navigation-top .socmed-follow .some-link {
  padding: 0 16px 2.2em 16px;
  font-size: 8px;
}
#hdm1-navigation-top .socmed-follow .some-link > .img {
  padding: 13px;
  width: 57px;
  height: 57px;
  border-radius: 28.5px;
  border-color: #fff;
  border-width: 2px;
}
#hdm1-navigation-top .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
#hdm1-navigation-top .socmed-follow .some-link:hover > .img {
  border-color: #FAD0A8;
}
#hdm1-navigation-top .socmed-follow .some-link:hover > .img > svg {
  fill: #FAD0A8;
}
.block-image-front01 {
  position: relative;
}
.block-image-front01 .image {
  height: 66.66666667vw;
  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;
  z-index: 1000;
  position: relative;
}
@media (min-aspect-ratio: 3/2) {
  .block-image-front01 .image {
    height: 100vh;
  }
}
.block-image-front01 .texts {
  width: 100%;
  text-align: center;
  padding: 4em 2em;
}
.block-image-front01 .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-image-front01 .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  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;
}
.block-image-front01 .slider .slide.init {
  z-index: 11;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
.block-image-front01 .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-image-front01 .logo svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: auto;
  max-height: 40vh;
  max-width: 40vw;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .block-image-front01 .logo svg {
    max-height: 30vh;
    max-width: 30vw;
  }
}
.block-image-front01 .next {
  display: block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  width: 8em;
  height: 8em;
  margin-left: -4em;
}
.block-image-front01 .next > img {
  display: block;
  width: 100%;
}
@media (max-width: 760px) {
  .block-image-front01 .next {
    left: auto;
    right: 1em;
    margin-left: 0;
    width: 5.5em;
    height: 5.5em;
  }
}
.block-image-front01 h1 {
  font-size: 5vw;
  max-width: 16em;
  margin: 0.2em auto 0.2em auto;
  text-align: center;
}
@media (min-width: 1280px) {
  .block-image-front01 h1 {
    font-size: 64px;
  }
}
@media (max-width: 850px) {
  .block-image-front01 h1 {
    font-size: 42.5px;
  }
}
@media (max-width: 760px) {
  .block-image-front01 h1 {
    font-size: 30px;
  }
}
.block-image-front01 .ingress {
  max-width: 30em;
  margin: 0 auto;
  text-align: center;
}
.block-image-series > .txt > h1:after {
  padding-bottom: 2em;
}
.block-image-series .text {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Space Mono";
}
.block-image-series .big-above-each {
  max-width: 800px;
  margin: 0 auto;
}
.block-image-series .big-above-each figure {
  padding: 0;
  margin: 0;
  padding-bottom: 4em;
}
.block-image-series .big-above-each figure img {
  width: 100%;
  height: auto;
}
.block-image-series .big-above-each figure .text {
  padding-top: 1em;
}
.block-image-series .gallery {
  margin: 0 -1%;
  font-size: 0.7em;
}
.block-image-series .gallery > figure {
  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-image-series .gallery > figure:nth-child(4n + 1) {
  clear: both;
}
.block-image-series .gallery > figure {
  margin: 0;
  padding-bottom: 2%;
}
.block-image-series .gallery .img-wrapper {
  border: 1px solid #aaa;
  padding: 7%;
}
.block-image-series .gallery .img {
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -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-image-series .gallery a:hover .img {
  opacity: 0.7;
}
@media (max-width: 760px) {
  .block-image-series .gallery {
    margin: 0 -1%;
  }
  .block-image-series .gallery > figure:nth-child(4n+1) {
    clear: none;
  }
  .block-image-series .gallery > figure {
    float: left;
    width: 33.33333333%;
    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-image-series .gallery > figure:nth-child(3n + 1) {
    clear: both;
  }
}
.block-image-text .image {
  background-size: cover;
  background-position: center center;
  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-image-text .texts {
  width: 100%;
  text-align: center;
  padding: 4em 2em;
}
.block-image-text .logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vw;
  margin: 0 auto;
}
.block-image-text h1 {
  font-size: 5vw;
  max-width: 16em;
  margin: 0.2em auto 0.2em auto;
  text-align: center;
}
@media (min-width: 1280px) {
  .block-image-text h1 {
    font-size: 64px;
  }
}
@media (max-width: 850px) {
  .block-image-text h1 {
    font-size: 42.5px;
  }
}
@media (max-width: 760px) {
  .block-image-text h1 {
    font-size: 30px;
  }
}
.block-image-text .ingress {
  max-width: 30em;
  margin: 0 auto;
  text-align: center;
}
.block-image-text.padding-layout-top_more .texts {
  padding-top: 15%;
}
@media (max-width: 860px) {
  .block-image-text.padding-layout-top_more .texts {
    padding-top: 21%;
  }
}
@media (max-width: 760px) {
  .block-image-text.padding-layout-top_more .texts {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .block-image-text .buttons > li {
    padding: 0;
    margin-left: 0;
    display: block;
  }
  .block-image-text .buttons > li > .more-link {
    display: block;
    max-width: 14.5em;
    margin: 0 auto;
  }
}
.block-image > .txt img {
  display: block;
  width: 100% !important;
}
.block-links-big {
  text-align: center;
}
.block-links-big .links {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  padding-right: 5em;
  margin: 0 auto;
  text-align: left;
}
.block-links-big .links a {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  color: #000;
}
.block-links-big .links a .title {
  font-size: 3.125vw;
  padding: 0.1em 0 0.43em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.94em;
  background-image: linear-gradient(to bottom, transparent 67%, #000 67%, #000 76%, transparent 76%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1em 1.94em;
  display: inline;
  color: inherit;
}
@media (min-width: 1280px) {
  .block-links-big .links a .title {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .block-links-big .links a .title {
    font-size: 26.5625px;
  }
}
.block-links-big .links a .title:after {
  content: "";
  display: block;
  padding-bottom: 0.5em;
}
.block-links-big .links a:before {
  content: "";
  display: block;
  position: absolute;
  left: 103%;
  top: 0.2em;
  width: 5em;
  height: 3.5em;
  background: url(images/nuoli-oikea.svg) center right no-repeat;
  background-size: 100% auto;
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}
.block-links-big .links a:hover {
  color: gray;
}
.block-links-big .links a:hover:before {
  left: 107%;
}
.block-popup {
  text-align: left;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
}
body.admin-bar .block-popup {
  top: 32px;
}
.block-popup.shown {
  display: block;
}
.block-popup .border-loota2 {
  margin-bottom: 1.5em;
}
.block-popup .border-loota2 > img {
  display: block;
  width: 100%;
}
.block-popup > .popup-txt {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 10%;
}
.block-popup h1 {
  font-size: 3.90625vw;
}
@media (min-width: 1280px) {
  .block-popup h1 {
    font-size: 50px;
  }
}
@media (max-width: 850px) {
  .block-popup h1 {
    font-size: 33.203125px;
  }
}
.block-popup .actions {
  padding-top: 1.5em;
}
.block-popup > a.close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #fff;
  display: block;
  width: 2em;
  height: 2em;
  z-index: 2;
}
.block-popup > a.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke-width='3' stroke='%23000000' /%3E%3C/svg%3E");
  background-size: contain;
}
.block-showcase1 {
  text-align: center;
}
.block-showcase1 .contents {
  text-align: left;
  padding-top: 5em;
}
.block-showcase1 .file {
  display: block;
  background: #FAD0A8;
  color: #000;
  padding: 0.5em;
  max-width: 60%;
}
.block-showcase1 .showcase {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5em;
}
.block-showcase1 .showcase img {
  width: 100%;
}
.block-showcase1 .content {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.block-showcase1 .buttons {
  text-align: left;
}
@media (max-width: 760px) {
  .block-showcase1 .showcase {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .block-showcase1 .content {
    float: none;
    padding-left: 0;
    width: auto;
  }
}
.block-showcase2 {
  text-align: left;
}
.block-showcase2.padding-layout-lower > .txt {
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 1280px) {
  .block-showcase2.padding-layout-lower > .txt {
    padding-top: 38.4px;
  }
}
@media (max-width: 850px) {
  .block-showcase2.padding-layout-lower > .txt {
    padding-top: 25.5px;
  }
}
@media (min-width: 1280px) {
  .block-showcase2.padding-layout-lower > .txt {
    padding-bottom: 38.4px;
  }
}
@media (max-width: 850px) {
  .block-showcase2.padding-layout-lower > .txt {
    padding-bottom: 25.5px;
  }
}
.block-showcase2 > .txt {
  max-width: 60em;
}
.block-showcase2 .content {
  float: left;
  width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5em;
  font-family: "Space Mono";
  font-size: 1.09375vw;
}
@media (min-width: 1280px) {
  .block-showcase2 .content {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .block-showcase2 .content {
    font-size: 9.296875px;
  }
}
.block-showcase2 .details {
  font-family: "Space Mono";
  line-height: 1.15;
  font-size: 90%;
  float: left;
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid black;
}
.block-showcase2 .details .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid black;
  min-height: 6em;
}
.block-showcase2 .details .img img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-showcase2 .details .detail {
  border-bottom: 1px solid #000;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em;
}
.block-showcase2 .details .detail:last-child {
  border-bottom: 0;
}
/*
@moveanimlength: 100%;
.fromleftanim () {
    from {
        .transform(translate3d(-@moveanimlength, 0, 0));
    }  
    to {
        .transform(translate3d(0, 0, 0));        
    }
}
@-webkit-keyframes fromleftanim {.fromleftanim;}
@-moz-keyframes fromleftanim {.fromleftanim;}
@-ms-keyframes fromleftanim {.fromleftanim;}
@-o-keyframes fromleftanim {.fromleftanim;}
@keyframes fromleftanim {.fromleftanim;}

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

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

.toleftanim () {
    from {
        .transform(translate3d(0, 0, 0));
    }  
    to {
        .transform(translate3d(-@moveanimlength, 0, 0));        
    }
}
@-webkit-keyframes toleftanim {.toleftanim;}
@-moz-keyframes toleftanim {.toleftanim;}
@-ms-keyframes toleftanim {.toleftanim;}
@-o-keyframes toleftanim {.toleftanim;}
@keyframes toleftanim {.toleftanim;}
*/
.block-slider2 {
  margin: 0;
}
.block-slider2 > .txt {
  position: relative;
}
.block-slider2 > .txt:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_3.svg) center center no-repeat;
  background-size: contain;
  left: 20px;
  bottom: 150px;
}
@media (max-width: 760px) {
  .block-slider2 > .txt:after {
    display: none;
    content: none;
  }
}
.block-slider2 > .txt > .content {
  float: left;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 4em;
  padding-left: 4em;
  padding-top: 3em;
}
.block-slider2 > .txt > .content .buttons {
  text-align: left;
}
.block-slider2 > .txt > .slider {
  width: 45%;
  margin-right: 5%;
  float: right;
  position: relative;
}
.block-slider2 > .txt > .slider .empty {
  padding-top: 48%;
}
.block-slider2 > .txt > .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;
}
.block-slider2 > .txt > .slider .slide.init {
  z-index: 11;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
.block-slider2 > .txt > .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-slider2 > .txt > .slider .slide:first-child {
  position: relative;
  padding-bottom: 1.5em;
}
.block-slider2 > .txt > .slider .empty {
  padding-top: 48%;
}
.block-slider2 > .txt > .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;
}
.block-slider2 > .txt > .slider .slide.init {
  z-index: 11;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
.block-slider2 > .txt > .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-slider2 > .txt > .slider .slide:first-child {
  position: relative;
  padding-bottom: 1.5em;
}
.block-slider2 > .txt > .slider .slides {
  position: relative;
}
.block-slider2 > .txt > .slider > .nav {
  position: absolute;
  padding: 1.5em 0;
  text-align: center;
  bottom: 41%;
  left: 0;
  right: 0;
  z-index: 500;
}
.block-slider2 > .txt > .slider > .nav > .prev,
.block-slider2 > .txt > .slider > .nav > .next {
  background: #000;
  float: left;
  position: relative;
  left: -40px;
}
.block-slider2 > .txt > .slider > .nav > .prev:before,
.block-slider2 > .txt > .slider > .nav > .next:before {
  content: "";
  width: 40px;
  height: 55px;
  background: url('images/nuoli-vasen-valk.svg') center center no-repeat;
  background-size: 30% auto;
  display: block;
  -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-slider2 > .txt > .slider > .nav > .prev:hover:before,
.block-slider2 > .txt > .slider > .nav > .next:hover:before {
  opacity: 0.7;
}
.block-slider2 > .txt > .slider > .nav > .next {
  float: right;
  position: relative;
  left: 40px;
}
.block-slider2 > .txt > .slider > .nav > .next:before {
  background: url('images/nuoli-oikea-valk.svg') center center no-repeat;
  background-size: 30% auto;
}
.block-slider2 > .txt > .slider > .nav > .jumps {
  visibility: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 120%;
}
.block-slider2 > .txt > .slider > .nav > .jumps > li {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0.5em;
}
.block-slider2 > .txt > .slider > .nav > .jumps > li > a {
  display: inline-block;
  color: #000;
  border-bottom: 2px solid transparent;
  padding: 0.45em 0 0.12em 0;
}
.block-slider2 > .txt > .slider > .nav > .jumps > li > a > span {
  display: none;
}
.block-slider2 > .txt > .slider > .nav > .jumps > li > a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  -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-slider2 > .txt > .slider > .nav > .jumps > li > a:hover:after,
.block-slider2 > .txt > .slider > .nav > .jumps > li > a.selected:after {
  background: #000;
}
.block-slider2 > .txt > .slider .slides > .slide > .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
.block-slider2 > .txt > .slider .slides > .slide > .img > .empty {
  padding-top: 125%;
  display: block;
}
.block-slider2 > .txt > .slider .slides > .slide > .texts {
  background: #FAD0A8;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.95em 1.2em;
  text-align: left;
}
.block-slider2 > .txt > .slider .slides > .slide > .texts > .slide-text {
  font-family: "Space Mono";
  position: relative;
  padding: 0;
}
.block-slider2 > .txt > .slider .slides > .slide > .texts:hover > svg {
  fill: #000;
}
@media (max-width: 760px) {
  .block-slider2 > .txt > .slider > .nav {
    display: none;
  }
  .block-slider2 > .txt > .content {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    padding-top: 2em;
  }
  .block-slider2 > .txt > .slider {
    width: auto;
    margin-right: 0;
    float: none;
  }
}
.block-some-feed .some-feed {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1.4%;
}
.block-some-feed .some-feed > li {
  float: left;
  width: 25%;
  padding: 0 1.4% 2.8% 1.4%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-some-feed .some-feed > li:nth-child(4n + 1) {
  clear: both;
}
.block-some-feed .some-feed > li {
  padding-bottom: 1.5em;
  font-size: 90%;
  position: relative;
}
.block-some-feed .some-feed > li > .some-link {
  padding: 1em 1em 1em 1em;
  margin-bottom: 2em;
  min-height: 16em;
  color: #000;
  display: block;
  position: relative;
  -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;
}
.block-some-feed .some-feed > li > .some-link > .date {
  font-size: 70%;
  position: absolute;
  bottom: -3.2em;
  left: 0;
  right: 0;
  text-align: center;
}
.block-some-feed .some-feed > li > .some-link > .service-icon {
  position: absolute;
  bottom: -1.95em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: block;
  height: 3em;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.block-some-feed .some-feed > li > .some-link > .service-icon > .icon {
  display: inline-block;
  padding: 0.5em;
  margin: 0 auto;
  border-radius: 50%;
  background: #000;
}
.block-some-feed .some-feed > li > .some-link > .service-icon > .icon > svg {
  fill: #fff;
  display: block;
  width: 20px;
  height: 20px;
}
.block-some-feed .some-feed > li > .image-link {
  display: block;
  position: relative;
  -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;
}
.block-some-feed .some-feed > li > .image-link > .user {
  display: none;
}
.block-some-feed .some-feed > li > .image-link > .image {
  -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;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  border-radius: 50px;
}
.block-some-feed .some-feed > li > .image-link > .msg {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  padding: 0.5em 1em 2.2em 1em;
  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;
}
.block-some-feed .some-feed > li > .image-link:hover {
  /*
                    > .date {
                        opacity: 0.9;
                    }
                    > .msg {
                        opacity: 1;
                    }
                    */
}
.block-some-feed .some-feed > li > .image-link:hover > .image {
  opacity: 0.9;
}
.block-some-feed .some-feed > li > .text-link {
  background: #fff;
  color: #000;
  border-radius: 50px;
}
.block-some-feed .some-feed > li > .text-link > .user {
  display: none;
}
.block-some-feed .some-feed > li > .text-link > .user > .avatar {
  -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;
  opacity: 1;
  margin: 0 auto;
  display: block;
  height: 7em;
  width: 7em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-some-feed .some-feed > li > .text-link > .msg {
  padding: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 8em;
  text-align: center;
}
.block-some-feed .some-feed > li > .text-link > .msg:after {
  content: "";
  display: block;
  height: 3.5em;
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.block-some-feed .some-feed > li > .text-link:hover {
  color: #000;
}
.block-some-feed .some-feed > li > .text-link:hover > .user > .avatar {
  opacity: 0.8;
}
@media (max-width: 850px) {
  .block-some-feed .some-feed {
    margin: 0 -10px;
  }
  .block-some-feed .some-feed > li:nth-child(4n+1) {
    clear: none;
  }
  .block-some-feed .some-feed > 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-some-feed .some-feed > li:nth-child(3n + 1) {
    clear: both;
  }
  .block-some-feed .some-feed > li:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 665px) {
  .block-some-feed .some-feed {
    margin: 0 -10px;
  }
  .block-some-feed .some-feed > li:nth-child(3n+1) {
    clear: none;
  }
  .block-some-feed .some-feed > li {
    float: left;
    width: 50%;
    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-some-feed .some-feed > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-some-feed .some-feed > li:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 450px) {
  .block-some-feed .some-feed > li {
    padding: 0 0 10px 0;
    float: none;
    width: auto;
  }
}
.block-404 > .txt {
  padding-top: 25%;
  text-align: center;
}
.block-articles-home {
  text-align: left;
}
.block-articles-home > .txt {
  max-width: 880px;
  margin: 0 auto;
}
.block-articles-home > .txt > h1:after {
  padding-bottom: 4em;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-articles-home .article-list-item {
  padding: 0 0 3.0em 0;
}
.block-articles-home .article-list-item:last-child {
  padding: 0;
}
.block-articles-home .article-list-item img {
  display: block;
  float: right;
  width: 40% !important;
  -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: 1.2em;
}
.block-articles-home .article-list-item .details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 60%;
  padding: 0 0 2em 0;
  padding-right: 3.5em;
}
.block-articles-home .article-list-item .details .meta {
  position: absolute;
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: -9em;
  margin-top: 0.5em;
}
.block-articles-home .article-list-item .details .meta .date {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  font-family: "Space Mono";
}
.block-articles-home .article-list-item .details h2 {
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: #000;
}
.block-articles-home .article-list-item > a:hover img {
  opacity: 0.8;
}
.block-articles-home .article-list-item:last-child .details {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .block-articles-home .article-list-item .details .meta {
    position: relative;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item img {
    float: none;
    width: 100% !important;
  }
  .block-articles-home .article-list-item .details {
    float: none;
    width: auto;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-home.style-dark .article-list-item .image {
  border: 2px solid #323232;
}
.block-articles-home.style-dark .article-list-item .details {
  border-bottom: 1px solid #323232;
}
.block-articles .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 580px;
  margin: 0 auto;
}
.block-articles .article-list-item {
  padding: 0 0 3.0em 0;
}
.block-articles .article-list-item:last-child {
  padding: 0;
}
.block-articles .article-list-item .image {
  width: 120px;
  float: left;
  margin-top: 2.5em;
  margin-right: 2.5em;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
  -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-articles .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
  border-bottom: 1px solid #ddd;
}
.block-articles .article-list-item .details .meta {
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles .article-list-item .details h2 {
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles .article-list-item .details h2 > span {
  font-size: 105%;
}
.block-articles .article-list-item > a {
  display: block;
}
.block-articles .article-list-item > a:hover .image {
  opacity: 0.8;
}
.block-articles .article-list-item:last-child .details {
  border-bottom: 0;
}
.block-articles .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles.style-dark .article-list-item .image {
  border: 2px solid #323232;
}
.block-articles.style-dark .article-list-item .details {
  border-bottom: 1px solid #323232;
}
.block-central-items {
  text-align: center;
}
.block-central-items .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1em;
}
.block-central-items .images li {
  display: inline-block;
  vertical-align: top;
  width: 14em;
  padding: 0 0.55em 2em 0.55em;
}
.block-central-items .images li > span {
  display: block;
  padding: 0 0 2em 0;
}
.block-central-items .images li .img {
  background: #f5f5f5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 1.1em;
}
.block-central-items .images.images-3 li {
  width: 20em;
}
@media (max-width: 660px) {
  .block-central-items .images.images-3 li {
    width: 14em;
  }
}
.block-central-items .images .img {
  width: 140px;
  height: 140px;
  margin: 1.4em auto 1em auto;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.block-central-items .images img {
  width: 100%;
}
.block-central-items .images .title {
  display: block;
}
.block-central-items .images h3 {
  font-size: 1.40625vw;
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .block-central-items .images h3 {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .block-central-items .images h3 {
    font-size: 11.953125px;
  }
}
.block-central-items .images li > a,
.block-central-items .images li > span {
  display: block;
  color: #000;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.block-central-items .images li > a:hover {
  color: #808080;
}
.block-central-items .images li > a:hover .img {
  opacity: 0.8;
}
.block-central-items .more-link-wrapper {
  text-align: center;
}
body.page-yhteystiedot .block-central-items .footer {
  position: relative;
  padding-top: 3.5em;
  margin-top: 0.5em;
}
.block-content-image2 {
  text-align: left;
}
.block-content-image2 .image {
  float: left;
  width: 60%;
}
.block-content-image2 .image img {
  width: 100% !important;
  display: block;
}
.block-content-image2 .image .image-text {
  font-family: "Space Mono";
  background: #FAD0A8;
  color: #000;
  width: 70%;
  padding: 1.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.7em;
}
.block-content-image2 .image .image-text p:last-child {
  padding-bottom: 0;
}
.block-content-image2 .contents {
  width: 40%;
  float: right;
  position: relative;
}
.block-content-image2 .title {
  margin-top: 18%;
  text-align: left;
  margin-left: -16%;
  width: 59%;
}
.block-content-image2 .title.hidden-waiting-for-animation {
  opacity: 0;
  will-change: transform;
  will-change: opacity;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.block-content-image2 .title.hidden-waiting-for-animation.show-with-animation {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.block-content-image2 .content {
  padding: 12%;
}
.block-content-image2 .buttons {
  text-align: left;
}
.block-content-image2.image-placement-left > .txt {
  position: relative;
}
.block-content-image2.image-placement-left > .txt:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_1.svg) center center no-repeat;
  background-size: contain;
  margin-top: -150px;
  right: 0;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-left > .txt:before {
    display: none;
    content: none;
  }
}
.block-content-image2.image-placement-left > .txt:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_2.svg) center center no-repeat;
  background-size: contain;
  bottom: -100px;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-left > .txt:after {
    display: none;
    content: none;
  }
}
.block-content-image2.image-placement-left.padding-layout-bottom_empty > .txt:after {
  display: none;
}
.block-content-image2.image-placement-left.title-placement-aligned .title {
  margin-left: 0;
  padding: 0 12%;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-left.title-placement-aligned .title {
    padding: 0;
  }
}
.block-content-image2.image-placement-right .buttons {
  position: absolute;
  left: 100%;
  width: 125%;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-right .buttons {
    left: 0;
    width: 100%;
  }
}
.block-content-image2.image-placement-right .image {
  float: right;
  width: 60%;
}
.block-content-image2.image-placement-right .contents {
  width: 40%;
  float: left;
}
.block-content-image2.image-placement-right .title {
  margin-top: 18%;
  text-align: left;
  margin-left: 0;
  position: relative;
  left: 30%;
  width: 59%;
}
.block-content-image2.image-placement-center-right > .txt {
  padding-right: 7.8125vw;
  padding-left: 7.8125vw;
}
@media (min-width: 1280px) {
  .block-content-image2.image-placement-center-right > .txt {
    padding-right: 100px;
  }
}
@media (max-width: 850px) {
  .block-content-image2.image-placement-center-right > .txt {
    padding-right: 66.40625px;
  }
}
@media (min-width: 1280px) {
  .block-content-image2.image-placement-center-right > .txt {
    padding-left: 100px;
  }
}
@media (max-width: 850px) {
  .block-content-image2.image-placement-center-right > .txt {
    padding-left: 66.40625px;
  }
}
.block-content-image2.image-placement-center-right .title {
  position: absolute;
  top: -25em;
  width: 100%;
  margin-left: 0;
}
.block-content-image2.image-placement-center-right .image {
  width: 85%;
  float: none;
}
.block-content-image2.image-placement-center-right .image .image-text {
  width: 50%;
  float: left;
}
.block-content-image2.image-placement-center-right .contents {
  float: right;
  width: 50%;
}
.block-content-image2.image-placement-center-right .content {
  padding-right: 0;
}
.block-content-image2.image-placement-center > .txt {
  padding-right: 7.8125vw;
  padding-left: 7.8125vw;
  position: relative;
}
@media (min-width: 1280px) {
  .block-content-image2.image-placement-center > .txt {
    padding-right: 100px;
  }
}
@media (max-width: 850px) {
  .block-content-image2.image-placement-center > .txt {
    padding-right: 66.40625px;
  }
}
@media (min-width: 1280px) {
  .block-content-image2.image-placement-center > .txt {
    padding-left: 100px;
  }
}
@media (max-width: 850px) {
  .block-content-image2.image-placement-center > .txt {
    padding-left: 66.40625px;
  }
}
.block-content-image2.image-placement-center > .txt:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_2.svg) center center no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
}
@media (max-width: 760px) {
  .block-content-image2.image-placement-center > .txt:after {
    display: none;
    content: none;
  }
}
.block-content-image2.image-placement-center .image {
  width: 80%;
  margin: 0 0 0 auto;
  float: none;
}
.block-content-image2.image-placement-center .image .image-text {
  width: 36%;
  float: right;
}
.block-content-image2.image-placement-center .title {
  position: absolute;
  margin-top: -48%;
}
.block-content-image2.image-placement-center .contents {
  float: left;
  width: 50%;
  padding-left: 20%;
}
.block-content-image2.image-placement-center .content {
  padding-left: 0;
  padding-top: 8%;
}
@media (max-width: 760px) {
  .block-content-image2 > .txt,
  .block-content-image2.image-placement-right > .txt,
  .block-content-image2.image-placement-left > .txt,
  .block-content-image2.image-placement-center-right > .txt,
  .block-content-image2.image-placement-center > .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-content-image2 .image,
  .block-content-image2.image-placement-right .image,
  .block-content-image2.image-placement-left .image,
  .block-content-image2.image-placement-center-right .image,
  .block-content-image2.image-placement-center .image {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .block-content-image2 .image .image-text,
  .block-content-image2.image-placement-right .image .image-text,
  .block-content-image2.image-placement-left .image .image-text,
  .block-content-image2.image-placement-center-right .image .image-text,
  .block-content-image2.image-placement-center .image .image-text {
    width: auto;
    float: none;
  }
  .block-content-image2 .title,
  .block-content-image2.image-placement-right .title,
  .block-content-image2.image-placement-left .title,
  .block-content-image2.image-placement-center-right .title,
  .block-content-image2.image-placement-center .title {
    position: static;
    top: 0;
    width: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .block-content-image2 .content,
  .block-content-image2.image-placement-right .content,
  .block-content-image2.image-placement-left .content,
  .block-content-image2.image-placement-center-right .content,
  .block-content-image2.image-placement-center .content {
    padding: 1em 0 0 0;
  }
  .block-content-image2 .contents,
  .block-content-image2.image-placement-right .contents,
  .block-content-image2.image-placement-left .contents,
  .block-content-image2.image-placement-center-right .contents,
  .block-content-image2.image-placement-center .contents {
    width: auto;
    float: none;
    padding-left: 0;
  }
}
.block-content-image3 > .txt {
  position: relative;
}
.block-content-image3 > .txt:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_4.svg) center center no-repeat;
  background-size: contain;
  top: -250px;
}
@media (max-width: 760px) {
  .block-content-image3 > .txt:after {
    display: none;
    content: none;
  }
}
.block-content-image3 > .txt > .content {
  padding-bottom: 2.75em;
}
.block-content-imageseries {
  text-align: left;
}
.block-content-imageseries.padding-layout-top_bottom_empty > .txt {
  padding-top: 1%;
  padding-bottom: 1%;
}
@media (min-width: 1280px) {
  .block-content-imageseries.padding-layout-top_bottom_empty > .txt {
    padding-top: 12.8px;
  }
}
@media (max-width: 850px) {
  .block-content-imageseries.padding-layout-top_bottom_empty > .txt {
    padding-top: 8.5px;
  }
}
@media (min-width: 1280px) {
  .block-content-imageseries.padding-layout-top_bottom_empty > .txt {
    padding-bottom: 12.8px;
  }
}
@media (max-width: 850px) {
  .block-content-imageseries.padding-layout-top_bottom_empty > .txt {
    padding-bottom: 8.5px;
  }
}
.block-content-imageseries > .txt {
  max-width: 60em;
  margin: 0 auto;
}
.block-content-imageseries > .txt > h1:after {
  padding-bottom: 2em;
}
.block-content-imageseries .content {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
}
.block-content-imageseries .images {
  float: left;
  width: 50%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 -15px;
}
.block-content-imageseries .images > figure {
  float: left;
  width: 50%;
  padding: 0 15px 30px 15px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-content-imageseries .images > figure:nth-child(2n + 1) {
  clear: both;
}
.block-content-imageseries .images > figure {
  padding-bottom: 10px;
}
.block-content-imageseries .images a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
}
.block-content-imageseries .images img {
  display: block;
}
.block-content-imageseries .images .text {
  display: none;
}
@media (max-width: 760px) {
  .block-content-imageseries .images,
  .block-content-imageseries .content {
    float: none;
    padding-left: 0;
    width: auto;
  }
}
.block-content {
  text-align: left;
}
.block-content > .txt > .title {
  text-align: center;
}
.block-content.layout-narrower > .page-wrapper {
  max-width: 40em;
  margin: 0 auto;
}
.block-content .buttons {
  padding-top: 1.5em;
}
.block-footer1 {
  margin-top: 15%;
  background: #000;
}
body.page-yhteystiedot .block-footer1 {
  margin-top: 0;
}
.block-footer1 a {
  color: inherit;
}
.block-footer1 .copyright {
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #666;
}
.block-footer1 > .txt {
  color: #fff;
  padding-top: 1.8em;
  padding-bottom: 2.3em;
}
.block-footer1 > .txt h1 {
  color: #fff;
  font-size: 1.5625vw;
  display: block;
  text-align: right;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt h1 {
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt h1 {
    font-size: 13.28125px;
  }
}
.block-footer1 > .txt a {
  white-space: nowrap;
  color: inherit;
}
.block-footer1 > .txt a:hover {
  color: #fff;
}
.block-footer1 > .txt .logo {
  width: 7.8125vw;
  margin: 3em auto;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .logo {
    width: 100px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .logo {
    width: 66.40625px;
  }
}
.block-footer1 > .txt .logo > svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: auto;
}
.block-footer1 > .txt .contact {
  padding-top: 1.40625vw;
  font-size: 1.015625vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .contact {
    padding-top: 18px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .contact {
    padding-top: 11.953125px;
  }
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .contact {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .contact {
    font-size: 8.6328125px;
  }
}
.block-footer1 > .txt .contact > h2 {
  font-size: 1.875vw;
  line-height: 1;
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .contact > h2 {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .contact > h2 {
    font-size: 15.9375px;
  }
}
.block-footer1 > .txt .menu {
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 1.015625vw;
  letter-spacing: 0.15em;
}
@media (min-width: 1280px) {
  .block-footer1 > .txt .menu {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  .block-footer1 > .txt .menu {
    font-size: 8.6328125px;
  }
}
.block-footer1 > .txt .menu li {
  padding: 0 0 0.62em 0;
}
.block-footer1 > .txt .menu > li.current-menu-item > a,
.block-footer1 > .txt .menu > li.current_page_item > a {
  color: #FAD0A8;
}
.block-footer1 > .txt .menu a:hover {
  color: #FAD0A8;
}
.block-footer1 > .txt .left {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: right;
  padding-right: 1.5em;
}
.block-footer1 > .txt .right {
  width: 50%;
  padding-left: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  text-align: left;
}
.block-footer1 .socmed-follow {
  border-top: 1px solid #fff;
  padding-bottom: 3%;
  padding-top: 4%;
  margin-top: 4%;
}
.block-footer1 .socmed-follow .some-link {
  padding: 0 9px 2.2em 9px;
  font-size: 8px;
}
.block-footer1 .socmed-follow .some-link > .img {
  padding: 9px;
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  border-color: #fff;
  border-width: 1px;
}
.block-footer1 .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
.block-footer1 .socmed-follow .some-link:hover > .img {
  border-color: #FAD0A8;
}
.block-footer1 .socmed-follow .some-link:hover > .img > svg {
  fill: #FAD0A8;
}
.block-form .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 0.7em 0;
}
.block-form .wpcf7-form-control-wrap + br {
  display: none;
}
.block-form .details {
  float: left;
  width: 50%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-form .message {
  float: left;
  width: 50%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-form .message textarea {
  height: 10.5em;
  padding: 0.5em 1em;
}
.block-form .nform {
  text-align: left;
  display: block;
  padding-top: 1.5em;
}
.block-form .actions {
  text-align: center;
  padding-top: 1.5em;
  clear: both;
}
.block-form .wpcf7-recaptcha {
  display: block;
  text-align: center;
  clear: both;
}
.block-form .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.block-form .wpcf7-response-output {
  text-align: center;
  background: none;
}
body.admin-bar #hdm1-top {
  padding-top: 32px;
}
@media (max-width: 760px) {
  #hdm1-top {
    height: 40px;
    padding-bottom: 0;
  }
  body.front-page #hdm1-top,
  body.scheme-black #hdm1-top,
  body.scheme-white #hdm1-top {
    height: 0;
  }
}
#header-menu1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0 0 0;
  min-height: 102px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
body.admin-bar #header-menu1 {
  top: 32px;
}
#header-menu1 .breadcrumbs {
  position: absolute;
  left: 250px;
  top: 16px;
  text-transform: uppercase;
  font-size: 1.09375vw;
  letter-spacing: 0.05em;
  font-weight: 600;
}
body.show-mobile-menu #header-menu1 .breadcrumbs {
  display: none;
}
#header-menu1 .breadcrumbs > .title {
  display: none;
}
@media (min-width: 1280px) {
  #header-menu1 .breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  #header-menu1 .breadcrumbs {
    font-size: 9.296875px;
  }
}
#header-menu1 .breadcrumbs ul {
  list-style: none;
}
#header-menu1 .breadcrumbs ul li {
  display: inline-block;
}
#header-menu1 .breadcrumbs ul li a {
  color: inherit;
}
#header-menu1 .breadcrumbs ul li:after {
  content: "/";
  margin: 0 1.5em;
}
#header-menu1 .breadcrumbs ul li:last-child:after {
  content: none;
}
#header-menu1 > .page-wrapper > .relative {
  position: relative;
}
body.front-page #header-menu1,
body.scheme-black #header-menu1,
body.show-mobile-menu #header-menu1 {
  z-index: 1050;
  color: #fff;
}
body.front-page #header-menu1 .header-title > a,
body.scheme-black #header-menu1 .header-title > a,
body.show-mobile-menu #header-menu1 .header-title > a {
  color: #fff;
}
body.front-page #header-menu1 .header-title > a > svg,
body.scheme-black #header-menu1 .header-title > a > svg,
body.show-mobile-menu #header-menu1 .header-title > a > svg {
  fill: #fff;
}
body.scrolled #header-menu1 {
  z-index: 1050;
  color: #000;
  background: #fff;
}
body.scrolled #header-menu1 .header-title > a {
  color: #000;
}
body.scrolled #header-menu1 .header-title > a > svg {
  fill: #000;
}
#header-menu1 .header-title {
  background: none;
  position: absolute;
  top: 3px;
  font-size: 25px;
  font-weight: 500;
  z-index: 2050;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
#header-menu1 .header-title > a {
  margin: 0 auto;
  display: block;
  width: 150px;
}
#header-menu1 .header-title > a > svg {
  fill: #000;
  display: block;
  width: 150px;
  height: 47px;
  -webkit-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  -ms-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}
#header-menu1 .header-title > a:hover > svg {
  fill: gray;
}
@media (max-width: 760px) {
  #header-menu1 .header-title {
    top: 3px;
  }
}
@media (max-width: 760px) {
  #header-menu1 {
    min-height: 50px;
    padding-top: 7px;
  }
  #header-menu1 .breadcrumbs {
    display: none;
  }
}
body.show-mobile-menu #page {
  overflow: hidden;
}
body.show-search #page {
  overflow: hidden;
}
#header-menu1 .more-mobile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: block;
  margin: 15px 0px 15px auto;
  padding: 15.5px 11px;
  position: relative;
  z-index: 1040;
}
body.show-mobile-menu #header-menu1 .more-mobile {
  background: none;
}
#header-menu1 .more-mobile .more-mobile-wrapper {
  -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;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 36px;
  height: 27px;
}
#header-menu1 .more-mobile .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 4px;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#header-menu1 .more-mobile .more-mobile-wrapper > .a {
  top: 0;
}
#header-menu1 .more-mobile .more-mobile-wrapper > .b2,
#header-menu1 .more-mobile .more-mobile-wrapper > .b {
  top: 11.5px;
}
#header-menu1 .more-mobile .more-mobile-wrapper > .c {
  top: 23px;
  width: 50%;
}
body.scheme-black #header-menu1 .more-mobile .more-mobile-wrapper > i {
  background: #fff;
}
body.show-mobile-menu #header-menu1 .more-mobile .more-mobile-wrapper > .a {
  opacity: 0;
  background: #fff;
  -webkit-transform: translateY(13.5px);
  -moz-transform: translateY(13.5px);
  -ms-transform: translateY(13.5px);
  -o-transform: translateY(13.5px);
  transform: translateY(13.5px);
}
body.show-mobile-menu #header-menu1 .more-mobile .more-mobile-wrapper > .b2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
body.show-mobile-menu #header-menu1 .more-mobile .more-mobile-wrapper > .b {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
body.show-mobile-menu #header-menu1 .more-mobile .more-mobile-wrapper > .c {
  opacity: 0;
  background: #fff;
  -webkit-transform: translateY(-13.5px);
  -moz-transform: translateY(-13.5px);
  -ms-transform: translateY(-13.5px);
  -o-transform: translateY(-13.5px);
  transform: translateY(-13.5px);
}
#header-menu1 .more-mobile:hover > .more-mobile-wrapper > .a,
#header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b,
#header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b2,
#header-menu1 .more-mobile:hover > .more-mobile-wrapper > .c {
  background: gray;
}
body.front-page #header-menu1 .more-mobile > .more-mobile-wrapper > .a,
body.front-page #header-menu1 .more-mobile > .more-mobile-wrapper > .b,
body.front-page #header-menu1 .more-mobile > .more-mobile-wrapper > .b2,
body.front-page #header-menu1 .more-mobile > .more-mobile-wrapper > .c {
  background: #fff;
}
body.scheme-black #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .a,
body.scheme-black #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b,
body.scheme-black #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b2,
body.scheme-black #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .c {
  background: #fff;
}
body.scrolled #header-menu1 .more-mobile > .more-mobile-wrapper > .a,
body.scrolled #header-menu1 .more-mobile > .more-mobile-wrapper > .b,
body.scrolled #header-menu1 .more-mobile > .more-mobile-wrapper > .b2,
body.scrolled #header-menu1 .more-mobile > .more-mobile-wrapper > .c {
  background: #000;
}
body.scrolled #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .a,
body.scrolled #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b,
body.scrolled #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b2,
body.scrolled #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .c {
  background: gray;
}
body.show-mobile-menu #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .a,
body.show-mobile-menu #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b,
body.show-mobile-menu #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .b2,
body.show-mobile-menu #header-menu1 .more-mobile:hover > .more-mobile-wrapper > .c {
  background: #fff;
}
#hdm1-navigation-top {
  position: absolute;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0;
  background: #000;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hdm1-navigation-top > .page-wrapper > .relative {
  position: relative;
  max-width: 52em;
  margin: 0 auto;
}
body.show-mobile-menu #hdm1-navigation-top {
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  height: auto;
  opacity: 1;
  padding-top: 102px;
}
@media (max-width: 760px) {
  body.show-mobile-menu #hdm1-navigation-top {
    padding-top: 80px;
  }
}
#hdm1-navigation-top .padder {
  min-height: 50px;
  height: 1.25vw;
  display: block;
}
#hdm1-navigation-top .menu {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 1.640625vw;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.2;
  padding-bottom: 1em;
}
@media (min-width: 1280px) {
  #hdm1-navigation-top .menu {
    font-size: 21px;
  }
}
@media (max-width: 850px) {
  #hdm1-navigation-top .menu {
    font-size: 13.9453125px;
  }
}
#hdm1-navigation-top .menu > li {
  display: block;
  padding: 0.9em 0;
}
#hdm1-navigation-top .menu > li.lang {
  font-size: 70%;
  font-weight: 400;
  padding-top: 1.4em;
}
#hdm1-navigation-top .menu a {
  text-decoration: none;
  color: #fff;
}
#hdm1-navigation-top .menu a:hover {
  text-decoration: none;
  color: #FAD0A8;
}
#hdm1-navigation-top .menu > li.current-menu-item > a,
#hdm1-navigation-top .menu > li.current_page_item > a {
  text-decoration: none;
  color: #FAD0A8;
}
@media (max-width: 760px) {
  #hdm1-navigation-top .menu {
    overflow: hidden;
  }
}
#hdm1-navigation-top .socmed-follow {
  padding-bottom: 3%;
  padding-top: 4%;
  margin-top: 4%;
}
#hdm1-navigation-top .socmed-follow .some-link {
  padding: 0 16px 2.2em 16px;
  font-size: 8px;
}
#hdm1-navigation-top .socmed-follow .some-link > .img {
  padding: 13px;
  width: 57px;
  height: 57px;
  border-radius: 28.5px;
  border-color: #fff;
  border-width: 2px;
}
#hdm1-navigation-top .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
#hdm1-navigation-top .socmed-follow .some-link:hover > .img {
  border-color: #FAD0A8;
}
#hdm1-navigation-top .socmed-follow .some-link:hover > .img > svg {
  fill: #FAD0A8;
}
.block-image-front01 {
  position: relative;
}
.block-image-front01 .image {
  height: 66.66666667vw;
  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;
  z-index: 1000;
  position: relative;
}
@media (min-aspect-ratio: 3/2) {
  .block-image-front01 .image {
    height: 100vh;
  }
}
.block-image-front01 .texts {
  width: 100%;
  text-align: center;
  padding: 4em 2em;
}
.block-image-front01 .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-image-front01 .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  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;
}
.block-image-front01 .slider .slide.init {
  z-index: 11;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
.block-image-front01 .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-image-front01 .logo svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: auto;
  max-height: 40vh;
  max-width: 40vw;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .block-image-front01 .logo svg {
    max-height: 30vh;
    max-width: 30vw;
  }
}
.block-image-front01 .next {
  display: block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  width: 8em;
  height: 8em;
  margin-left: -4em;
}
.block-image-front01 .next > img {
  display: block;
  width: 100%;
}
@media (max-width: 760px) {
  .block-image-front01 .next {
    left: auto;
    right: 1em;
    margin-left: 0;
    width: 5.5em;
    height: 5.5em;
  }
}
.block-image-front01 h1 {
  font-size: 5vw;
  max-width: 16em;
  margin: 0.2em auto 0.2em auto;
  text-align: center;
}
@media (min-width: 1280px) {
  .block-image-front01 h1 {
    font-size: 64px;
  }
}
@media (max-width: 850px) {
  .block-image-front01 h1 {
    font-size: 42.5px;
  }
}
@media (max-width: 760px) {
  .block-image-front01 h1 {
    font-size: 30px;
  }
}
.block-image-front01 .ingress {
  max-width: 30em;
  margin: 0 auto;
  text-align: center;
}
.block-image-series > .txt > h1:after {
  padding-bottom: 2em;
}
.block-image-series .text {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Space Mono";
}
.block-image-series .big-above-each {
  max-width: 800px;
  margin: 0 auto;
}
.block-image-series .big-above-each figure {
  padding: 0;
  margin: 0;
  padding-bottom: 4em;
}
.block-image-series .big-above-each figure img {
  width: 100%;
  height: auto;
}
.block-image-series .big-above-each figure .text {
  padding-top: 1em;
}
.block-image-series .gallery {
  margin: 0 -1%;
  font-size: 0.7em;
}
.block-image-series .gallery > figure {
  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-image-series .gallery > figure:nth-child(4n + 1) {
  clear: both;
}
.block-image-series .gallery > figure {
  margin: 0;
  padding-bottom: 2%;
}
.block-image-series .gallery .img-wrapper {
  border: 1px solid #aaa;
  padding: 7%;
}
.block-image-series .gallery .img {
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -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-image-series .gallery a:hover .img {
  opacity: 0.7;
}
@media (max-width: 760px) {
  .block-image-series .gallery {
    margin: 0 -1%;
  }
  .block-image-series .gallery > figure:nth-child(4n+1) {
    clear: none;
  }
  .block-image-series .gallery > figure {
    float: left;
    width: 33.33333333%;
    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-image-series .gallery > figure:nth-child(3n + 1) {
    clear: both;
  }
}
.block-image-text .image {
  background-size: cover;
  background-position: center center;
  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-image-text .texts {
  width: 100%;
  text-align: center;
  padding: 4em 2em;
}
.block-image-text .logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vw;
  margin: 0 auto;
}
.block-image-text h1 {
  font-size: 5vw;
  max-width: 16em;
  margin: 0.2em auto 0.2em auto;
  text-align: center;
}
@media (min-width: 1280px) {
  .block-image-text h1 {
    font-size: 64px;
  }
}
@media (max-width: 850px) {
  .block-image-text h1 {
    font-size: 42.5px;
  }
}
@media (max-width: 760px) {
  .block-image-text h1 {
    font-size: 30px;
  }
}
.block-image-text .ingress {
  max-width: 30em;
  margin: 0 auto;
  text-align: center;
}
.block-image-text.padding-layout-top_more .texts {
  padding-top: 15%;
}
@media (max-width: 860px) {
  .block-image-text.padding-layout-top_more .texts {
    padding-top: 21%;
  }
}
@media (max-width: 760px) {
  .block-image-text.padding-layout-top_more .texts {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .block-image-text .buttons > li {
    padding: 0;
    margin-left: 0;
    display: block;
  }
  .block-image-text .buttons > li > .more-link {
    display: block;
    max-width: 14.5em;
    margin: 0 auto;
  }
}
.block-image > .txt img {
  display: block;
  width: 100% !important;
}
.block-links-big {
  text-align: center;
}
.block-links-big .links {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  padding-right: 5em;
  margin: 0 auto;
  text-align: left;
}
.block-links-big .links a {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  color: #000;
}
.block-links-big .links a .title {
  font-size: 3.125vw;
  padding: 0.1em 0 0.43em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.94em;
  background-image: linear-gradient(to bottom, transparent 67%, #000 67%, #000 76%, transparent 76%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1em 1.94em;
  display: inline;
  color: inherit;
}
@media (min-width: 1280px) {
  .block-links-big .links a .title {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .block-links-big .links a .title {
    font-size: 26.5625px;
  }
}
.block-links-big .links a .title:after {
  content: "";
  display: block;
  padding-bottom: 0.5em;
}
.block-links-big .links a:before {
  content: "";
  display: block;
  position: absolute;
  left: 103%;
  top: 0.2em;
  width: 5em;
  height: 3.5em;
  background: url(images/nuoli-oikea.svg) center right no-repeat;
  background-size: 100% auto;
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}
.block-links-big .links a:hover {
  color: gray;
}
.block-links-big .links a:hover:before {
  left: 107%;
}
.block-popup {
  text-align: left;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
}
body.admin-bar .block-popup {
  top: 32px;
}
.block-popup.shown {
  display: block;
}
.block-popup .border-loota2 {
  margin-bottom: 1.5em;
}
.block-popup .border-loota2 > img {
  display: block;
  width: 100%;
}
.block-popup > .popup-txt {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 10%;
}
.block-popup h1 {
  font-size: 3.90625vw;
}
@media (min-width: 1280px) {
  .block-popup h1 {
    font-size: 50px;
  }
}
@media (max-width: 850px) {
  .block-popup h1 {
    font-size: 33.203125px;
  }
}
.block-popup .actions {
  padding-top: 1.5em;
}
.block-popup > a.close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #fff;
  display: block;
  width: 2em;
  height: 2em;
  z-index: 2;
}
.block-popup > a.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke-width='3' stroke='%23000000' /%3E%3C/svg%3E");
  background-size: contain;
}
.block-showcase1 {
  text-align: center;
}
.block-showcase1 .contents {
  text-align: left;
  padding-top: 5em;
}
.block-showcase1 .file {
  display: block;
  background: #FAD0A8;
  color: #000;
  padding: 0.5em;
  max-width: 60%;
}
.block-showcase1 .showcase {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5em;
}
.block-showcase1 .showcase img {
  width: 100%;
}
.block-showcase1 .content {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.block-showcase1 .buttons {
  text-align: left;
}
@media (max-width: 760px) {
  .block-showcase1 .showcase {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .block-showcase1 .content {
    float: none;
    padding-left: 0;
    width: auto;
  }
}
.block-showcase2 {
  text-align: left;
}
.block-showcase2.padding-layout-lower > .txt {
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 1280px) {
  .block-showcase2.padding-layout-lower > .txt {
    padding-top: 38.4px;
  }
}
@media (max-width: 850px) {
  .block-showcase2.padding-layout-lower > .txt {
    padding-top: 25.5px;
  }
}
@media (min-width: 1280px) {
  .block-showcase2.padding-layout-lower > .txt {
    padding-bottom: 38.4px;
  }
}
@media (max-width: 850px) {
  .block-showcase2.padding-layout-lower > .txt {
    padding-bottom: 25.5px;
  }
}
.block-showcase2 > .txt {
  max-width: 60em;
}
.block-showcase2 .content {
  float: left;
  width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5em;
  font-family: "Space Mono";
  font-size: 1.09375vw;
}
@media (min-width: 1280px) {
  .block-showcase2 .content {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .block-showcase2 .content {
    font-size: 9.296875px;
  }
}
.block-showcase2 .details {
  font-family: "Space Mono";
  line-height: 1.15;
  font-size: 90%;
  float: left;
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid black;
}
.block-showcase2 .details .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid black;
  min-height: 6em;
}
.block-showcase2 .details .img img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-showcase2 .details .detail {
  border-bottom: 1px solid #000;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em;
}
.block-showcase2 .details .detail:last-child {
  border-bottom: 0;
}
/*
@moveanimlength: 100%;
.fromleftanim () {
    from {
        .transform(translate3d(-@moveanimlength, 0, 0));
    }  
    to {
        .transform(translate3d(0, 0, 0));        
    }
}
@-webkit-keyframes fromleftanim {.fromleftanim;}
@-moz-keyframes fromleftanim {.fromleftanim;}
@-ms-keyframes fromleftanim {.fromleftanim;}
@-o-keyframes fromleftanim {.fromleftanim;}
@keyframes fromleftanim {.fromleftanim;}

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

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

.toleftanim () {
    from {
        .transform(translate3d(0, 0, 0));
    }  
    to {
        .transform(translate3d(-@moveanimlength, 0, 0));        
    }
}
@-webkit-keyframes toleftanim {.toleftanim;}
@-moz-keyframes toleftanim {.toleftanim;}
@-ms-keyframes toleftanim {.toleftanim;}
@-o-keyframes toleftanim {.toleftanim;}
@keyframes toleftanim {.toleftanim;}
*/
.block-slider2 {
  margin: 0;
}
.block-slider2 > .txt {
  position: relative;
}
.block-slider2 > .txt:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 380px;
  height: 380px;
  background: url(images/kuvio_3.svg) center center no-repeat;
  background-size: contain;
  left: 20px;
  bottom: 150px;
}
@media (max-width: 760px) {
  .block-slider2 > .txt:after {
    display: none;
    content: none;
  }
}
.block-slider2 > .txt > .content {
  float: left;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 4em;
  padding-left: 4em;
  padding-top: 3em;
}
.block-slider2 > .txt > .content .buttons {
  text-align: left;
}
.block-slider2 > .txt > .slider {
  width: 45%;
  margin-right: 5%;
  float: right;
  position: relative;
}
.block-slider2 > .txt > .slider .empty {
  padding-top: 48%;
}
.block-slider2 > .txt > .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;
}
.block-slider2 > .txt > .slider .slide.init {
  z-index: 11;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
.block-slider2 > .txt > .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-slider2 > .txt > .slider .slide:first-child {
  position: relative;
  padding-bottom: 1.5em;
}
.block-slider2 > .txt > .slider .empty {
  padding-top: 48%;
}
.block-slider2 > .txt > .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;
}
.block-slider2 > .txt > .slider .slide.init {
  z-index: 11;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
.block-slider2 > .txt > .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-slider2 > .txt > .slider .slide:first-child {
  position: relative;
  padding-bottom: 1.5em;
}
.block-slider2 > .txt > .slider .slides {
  position: relative;
}
.block-slider2 > .txt > .slider > .nav {
  position: absolute;
  padding: 1.5em 0;
  text-align: center;
  bottom: 41%;
  left: 0;
  right: 0;
  z-index: 500;
}
.block-slider2 > .txt > .slider > .nav > .prev,
.block-slider2 > .txt > .slider > .nav > .next {
  background: #000;
  float: left;
  position: relative;
  left: -40px;
}
.block-slider2 > .txt > .slider > .nav > .prev:before,
.block-slider2 > .txt > .slider > .nav > .next:before {
  content: "";
  width: 40px;
  height: 55px;
  background: url('images/nuoli-vasen-valk.svg') center center no-repeat;
  background-size: 30% auto;
  display: block;
  -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-slider2 > .txt > .slider > .nav > .prev:hover:before,
.block-slider2 > .txt > .slider > .nav > .next:hover:before {
  opacity: 0.7;
}
.block-slider2 > .txt > .slider > .nav > .next {
  float: right;
  position: relative;
  left: 40px;
}
.block-slider2 > .txt > .slider > .nav > .next:before {
  background: url('images/nuoli-oikea-valk.svg') center center no-repeat;
  background-size: 30% auto;
}
.block-slider2 > .txt > .slider > .nav > .jumps {
  visibility: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 120%;
}
.block-slider2 > .txt > .slider > .nav > .jumps > li {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0.5em;
}
.block-slider2 > .txt > .slider > .nav > .jumps > li > a {
  display: inline-block;
  color: #000;
  border-bottom: 2px solid transparent;
  padding: 0.45em 0 0.12em 0;
}
.block-slider2 > .txt > .slider > .nav > .jumps > li > a > span {
  display: none;
}
.block-slider2 > .txt > .slider > .nav > .jumps > li > a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  -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-slider2 > .txt > .slider > .nav > .jumps > li > a:hover:after,
.block-slider2 > .txt > .slider > .nav > .jumps > li > a.selected:after {
  background: #000;
}
.block-slider2 > .txt > .slider .slides > .slide > .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
.block-slider2 > .txt > .slider .slides > .slide > .img > .empty {
  padding-top: 125%;
  display: block;
}
.block-slider2 > .txt > .slider .slides > .slide > .texts {
  background: #FAD0A8;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.95em 1.2em;
  text-align: left;
}
.block-slider2 > .txt > .slider .slides > .slide > .texts > .slide-text {
  font-family: "Space Mono";
  position: relative;
  padding: 0;
}
.block-slider2 > .txt > .slider .slides > .slide > .texts:hover > svg {
  fill: #000;
}
@media (max-width: 760px) {
  .block-slider2 > .txt > .slider > .nav {
    display: none;
  }
  .block-slider2 > .txt > .content {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    padding-top: 2em;
  }
  .block-slider2 > .txt > .slider {
    width: auto;
    margin-right: 0;
    float: none;
  }
}
.block-some-feed .some-feed {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1.4%;
}
.block-some-feed .some-feed > li {
  float: left;
  width: 25%;
  padding: 0 1.4% 2.8% 1.4%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-some-feed .some-feed > li:nth-child(4n + 1) {
  clear: both;
}
.block-some-feed .some-feed > li {
  padding-bottom: 1.5em;
  font-size: 90%;
  position: relative;
}
.block-some-feed .some-feed > li > .some-link {
  padding: 1em 1em 1em 1em;
  margin-bottom: 2em;
  min-height: 16em;
  color: #000;
  display: block;
  position: relative;
  -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;
}
.block-some-feed .some-feed > li > .some-link > .date {
  font-size: 70%;
  position: absolute;
  bottom: -3.2em;
  left: 0;
  right: 0;
  text-align: center;
}
.block-some-feed .some-feed > li > .some-link > .service-icon {
  position: absolute;
  bottom: -1.95em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: block;
  height: 3em;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.block-some-feed .some-feed > li > .some-link > .service-icon > .icon {
  display: inline-block;
  padding: 0.5em;
  margin: 0 auto;
  border-radius: 50%;
  background: #000;
}
.block-some-feed .some-feed > li > .some-link > .service-icon > .icon > svg {
  fill: #fff;
  display: block;
  width: 20px;
  height: 20px;
}
.block-some-feed .some-feed > li > .image-link {
  display: block;
  position: relative;
  -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;
}
.block-some-feed .some-feed > li > .image-link > .user {
  display: none;
}
.block-some-feed .some-feed > li > .image-link > .image {
  -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;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  border-radius: 50px;
}
.block-some-feed .some-feed > li > .image-link > .msg {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  padding: 0.5em 1em 2.2em 1em;
  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;
}
.block-some-feed .some-feed > li > .image-link:hover {
  /*
                    > .date {
                        opacity: 0.9;
                    }
                    > .msg {
                        opacity: 1;
                    }
                    */
}
.block-some-feed .some-feed > li > .image-link:hover > .image {
  opacity: 0.9;
}
.block-some-feed .some-feed > li > .text-link {
  background: #fff;
  color: #000;
  border-radius: 50px;
}
.block-some-feed .some-feed > li > .text-link > .user {
  display: none;
}
.block-some-feed .some-feed > li > .text-link > .user > .avatar {
  -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;
  opacity: 1;
  margin: 0 auto;
  display: block;
  height: 7em;
  width: 7em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-some-feed .some-feed > li > .text-link > .msg {
  padding: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 8em;
  text-align: center;
}
.block-some-feed .some-feed > li > .text-link > .msg:after {
  content: "";
  display: block;
  height: 3.5em;
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.block-some-feed .some-feed > li > .text-link:hover {
  color: #000;
}
.block-some-feed .some-feed > li > .text-link:hover > .user > .avatar {
  opacity: 0.8;
}
@media (max-width: 850px) {
  .block-some-feed .some-feed {
    margin: 0 -10px;
  }
  .block-some-feed .some-feed > li:nth-child(4n+1) {
    clear: none;
  }
  .block-some-feed .some-feed > 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-some-feed .some-feed > li:nth-child(3n + 1) {
    clear: both;
  }
  .block-some-feed .some-feed > li:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 665px) {
  .block-some-feed .some-feed {
    margin: 0 -10px;
  }
  .block-some-feed .some-feed > li:nth-child(3n+1) {
    clear: none;
  }
  .block-some-feed .some-feed > li {
    float: left;
    width: 50%;
    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-some-feed .some-feed > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-some-feed .some-feed > li:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 450px) {
  .block-some-feed .some-feed > li {
    padding: 0 0 10px 0;
    float: none;
    width: auto;
  }
}
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#page {
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#ie6 #page {
  height: 100%;
}
#footer {
  /*position: absolute; bottom: 0; left: 0; right: 0;*/
}
@media (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*# sourceMappingURL=style.css.map */