/*!
Theme Name:     Antti Nylen
Description:    
Author:         Ulkoasu: Tero Ahonen, Ohjelmointi: Jari Pennanen
Version:        
License:
*/
/* HTML5 support for IE6,7,8 */
@font-face {
  font-family: 'Museo300Regular';
  src: url('css/Museo300-Regular-webfont.eot');
  src: url('css/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('css/Museo300-Regular-webfont.woff') format('woff'), url('css/Museo300-Regular-webfont.ttf') format('truetype'), url('css/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
section,
ar5ticle,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
body {
  font-family: Arial;
}
ul,
ol {
  padding: 0 0 1em 1.5em;
  margin: 0;
}
p {
  padding: 0 0 1em 0;
  margin: 0;
}
p:last-child {
  padding-bottom: 0;
}
a {
  text-decoration: none;
}
.screen-reader-response,
.skip-link,
.assistive-text,
.assistive-navigation {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.clear,
.clearfix {
  clear: both;
}
div.error,
p.error,
span.error {
  color: #D32A24;
}
blockquote {
  border-left: 3px solid #efefef;
  margin: 0 0 1em 1.0em;
  padding: 0.2em 0 0.2em 1.5em;
  overflow: hidden;
}
blockquote p:last-child {
  padding-bottom: 0;
}
/* Embeds */
.ownskit-embedhtmlshort {
  margin: 0 0 1em 0;
}
/* =Images
-------------------------------------------------------------- */
img {
  border: 0;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  width: auto !important;
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft-wrap {
  float: left;
}
.alignnone,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: left;
  clear: left;
  margin-right: 14px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: right;
  clear: right;
  margin-left: 14px;
  margin-top: 4px;
}
.alignnone,
.aligncenter,
.wp-post-image,
img.aligncenter {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter iframe {
  display: block;
  margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  width: auto !important;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /* prevent too-wide images from breaking layout */
  text-align: center;
  color: gray;
  font-family: Georgia;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.gallery-icon img,
.wp-caption img {
  display: block;
  margin: 0 auto 3px auto;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.wp-smiley {
  margin: 0;
}
/* WP-Gallery feature */
.gallery {
  clear: both;
  margin: 0 -10px;
}
.gallery .gallery-caption,
.gallery .gallery-content,
.gallery .gallery-icon {
  margin: 0 10px;
  display: block;
}
.gallery .gallery-icon .preview {
  display: block;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
#ie7 .gallery-columns-2 .gallery-item {
  width: 48%;
}
#ie7 .gallery-columns-3 .gallery-item {
  width: 31%;
}
#ie7 .gallery-columns-4 .gallery-item {
  width: 23%;
}
#ie7 .gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: both;
}
.gallery img {
  display: block;
  margin: 0 auto;
  border: 1px solid #D3D4D4;
}
.gallery .attachment-thumbnail,
.gallery .attachment-medium {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 3px 0 12px;
}
.ownskit-galleries .gallery-content {
  display: none;
}
.gallery .gallery-content {
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    max-width: 45% !important;
  }
}
/* LESS Mixins 
 * https://github.com/dmitryf/elements/blob/master/elements.less
 * */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.nform select,
.nform textarea,
.nform input[type=password],
.nform input[type=number],
.nform input[type=text],
.nform input[type=email] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  padding: 0 0.7rem;
  line-height: 2.1em;
  display: block;
  margin: 0;
}
.nform select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('../images/select.png') right center no-repeat;
  background-size: 30px auto;
  padding: 0.2em 0.55em;
}
.nform textarea {
  height: 130px;
  max-width: none;
  padding: 1em 0.7rem;
  overflow: auto;
}
.nform fieldset {
  margin: 0;
  padding: 0 0 1em 0;
  border: 0;
}
.nform .radio {
  line-height: 1.7em;
  display: block;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.nform .radio .name {
  padding: 0 0 0 22px;
  display: inline-block;
}
.nform .radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.nform .radio input + i {
  position: absolute;
  top: 1px;
  left: 0;
  background: url('radio.png') 0 0;
  width: 18px;
  height: 18px;
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
}
.nform .radio input:checked + i {
  background-position: 0 -20px;
}
.nform .radio:hover {
  color: gray;
}
.nform .radio:hover + i {
  opacity: 0.7;
}
.nform .msg,
.nform .wpcf7-response-output {
  padding: 0.5em 1em;
  background: #efefef;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.nform .wpcf7-display-none {
  display: none;
}
.nform .wpcf7-not-valid,
.nform textarea.error,
.nform input.error,
.nform select.error {
  border: 1px solid red;
}
.nform .wpcf7-not-valid-tip,
.nform span.error {
  font-size: 80%;
  color: red;
  line-height: 1.1;
}
.nform .required {
  color: inherit;
}
.nform .form-row {
  margin: 0 0 5px 0;
}
.nform .form-row > .name {
  display: block;
  padding: 0.3em 0 0 0;
}
.nform .form-row label.error {
  color: red;
  padding: 0.5em 0 1em 0;
  display: block;
  font-size: 80%;
  line-height: 1;
}
.nform .form-row-checkbox {
  padding: 0.5em 0 0 0;
  display: block;
}
.nform .watermark {
  position: relative;
  display: block;
}
.nform .watermark br {
  display: none;
}
.nform .watermark .name {
  position: absolute;
  top: 0.45em;
  left: 0.7em;
  line-height: 2.2;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  z-index: 10;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark.focused .name {
  background: #777;
  color: #fff;
  padding: 0.3em 0.75em;
  position: absolute;
  z-index: 10001;
  font-weight: normal;
  display: block;
  top: -2.2em;
  left: -0.1em;
  border-radius: 10px;
}
.nform .watermark.focused .name:after {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: #777;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  margin-left: -7px;
  left: 50%;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
::selection {
  background: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #faf165 !important;
  color: #000 !important;
  opacity: 1 !important;
}
.esittely-header {
  font-size: 38px;
  padding: 0.3em 0 1.1em;
  margin: 0;
  color: #F1E308;
  font-size: 55px;
  display: block;
}
.esittely-ingress {
  font-family: monospace;
  font-weight: normal;
  font-size: 35px;
}
.ingress {
  font-size: 22px;
}
#navigation {
  font-size: 40px;
  font-weight: bold;
}
#header-title {
  font-size: 32px;
}
#page-title {
  font-size: 29px;
  font-family: monospace;
  font-weight: normal;
}
iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.not-visible-on-load {
  visibility: hidden;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
}
body {
  background: #2D2D2D;
  font-size: 18px;
  color: #fff;
}
body::scrollbar {
  width: 15px;
}
body::-moz-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: #2D2D2D;
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #F1E308;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #F1E308;
}
a {
  color: #F1E308;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
a[href^=tel] {
  color: #fff;
}
a:hover {
  color: #fff;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-size: 38px;
  padding: 0.3em 0 1.1em;
  margin: 0;
  color: #F1E308;
}
h2 {
  font-size: 30px;
  padding: 0.3em 0 0.4em;
  margin: 0;
  color: #F1E308;
}
h3 {
  font-size: 30px;
  padding: 0.7em 0 0.25em;
  margin: 0;
  color: #F1E308;
}
h4 {
  font-size: 25px;
  padding: 0.7em 0 0.25em;
  margin: 0;
  color: #F1E308;
}
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: 810px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#next-prev-nav-below {
  margin: 1.5em 0 0 auto;
  border-top: 1px solid #eee;
  padding: 1em 0 0 0;
  border-bottom: 0;
}
#next-prev-nav-below a {
  display: block;
  width: 48%;
}
#next-prev-nav-below .title {
  display: block;
}
#next-prev-nav-above {
  padding-bottom: 1.5em;
}
.next-prev-nav {
  overflow: hidden;
  padding: 0;
}
.next-prev-nav .title {
  display: none;
}
.next-prev-nav a {
  text-transform: uppercase;
  font-size: 80%;
  display: block;
  width: 40%;
  color: #bbb;
}
.next-prev-nav a:hover {
  color: #F1E308;
}
.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-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-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url('images/icon-arrow-left-gray.png') 0 0 no-repeat;
  background-size: 20px auto;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
#header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1045;
  top: 0;
  left: 0;
  right: 0;
  min-height: 80px;
  background: #F1E308;
}
body.home #header {
  background: none;
}
#header-title {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  z-index: 1040;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 80px;
}
#header-title > a {
  color: #2C2C2A;
  display: block;
  padding: 0 0px 0px 5vw;
}
body.home #header-title {
  display: none;
}
body.show-navigation.home #header-title {
  display: block;
}
#page-title {
  position: absolute;
  top: 0;
  z-index: 1045;
  right: 0;
  color: #2C2C2A;
  padding: 0 5vw 0 0;
  line-height: 80px;
}
body.home #page-title {
  display: none;
}
body.show-navigation #page-title {
  display: none;
}
#more {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  position: absolute;
  z-index: 1050;
  margin-left: -22.5px;
  top: 17px;
  left: 50%;
  opacity: 1;
  width: 45px;
  height: 45px;
}
#more:before,
#more:after {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(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;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: center center no-repeat;
  background-size: 36px auto;
  opacity: 1;
  z-index: 1;
}
#more:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22110%22%20viewBox%3D%220%200%20110%20110%22%20fill%3D%22%23000000%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");
}
body.page-etusivu #more:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22110%22%20viewBox%3D%220%200%20110%20110%22%20fill%3D%22%23F1E308%22%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%2F%3E%3Cpath%20d%3D%22M%200%2C20%20H%20110%20V%2030%20H%200%20Z%22%2F%3E%3Cpath%20d%3D%22M%200%2C80%20H%20110%20V%2090%20H%200%20Z%22%2F%3E%3C%2Fsvg%3E");
}
#more:before {
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22110%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%20110%20110%22%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%20transform%3D%22rotate(45%2055%2055)%22%2F%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%20transform%3D%22rotate(-45%2055%2055)%22%2F%3E%3C%2Fsvg%3E");
}
#more > span {
  display: none;
}
.show-navigation #more {
  z-index: 1100;
}
.show-navigation #more:after {
  opacity: 0;
}
.show-navigation #more:before {
  opacity: 1;
}
#navigation {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1040;
  background: #F1E308;
  color: #2C2C2A;
}
#navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 130px;
}
#navigation .menu > li {
  display: block;
}
#navigation .menu > li > a {
  color: #2C2C2A;
  display: block;
  padding: 0.7em 0.86em;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -ms-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  position: relative;
}
#navigation .menu > li > a > i {
  position: absolute;
  left: 14px;
  top: 24px;
}
#navigation .menu > li.current-menu-item > a,
#navigation .menu > li > a:hover {
  color: #6d6d68;
}
body.show-navigation #navigation {
  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;
}
#main {
  overflow: hidden;
  padding-top: 80px;
}
body.home #main {
  position: static;
  padding-top: 0;
}
body.show-navigation #main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
#pagenav {
  font-size: 16px;
  text-align: left;
  padding: 0 0 2em 0;
}
#pagenav > .page-numbers {
  margin: 0 0 4px 0;
  padding: 4px 0;
  min-width: 2.2em;
  text-align: center;
  display: inline-block;
  color: #F1E308;
  border: 1px solid #F1E308;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: #fff;
  color: #fff;
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
#footer {
  position: absolute;
  z-index: 1045;
  left: 0;
  border-top: 1px solid #F1E308;
  bottom: 0;
  min-height: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  color: #F1E308;
  font-size: 80%;
}
#footer .footer-wrapper {
  max-width: 770px;
  margin: 0 auto;
  padding: 2.6em 20px 1em 20px;
  position: relative;
}
#footer .col1 {
  float: left;
  width: 43%;
}
#footer .col2 {
  float: right;
  width: 43%;
  text-align: right;
}
#footer .copyright {
  padding: 2em 0 0 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  font-size: 80%;
}
body.show-navigation #footer {
  color: #2C2C2A;
}
body.show-navigation #footer .copyright {
  opacity: 1;
  color: #2C2C2A;
  visibility: visible;
}
body.show-navigation #footer .copyright > a {
  color: #2C2C2A;
}
body.tax-release_cat #footer {
  border-top: 0;
}
body.home #footer {
  opacity: 0;
  border-top: 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;
}
body.home #footer.shown {
  opacity: 1;
}
.socmed-share,
.socmed-follow {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.socmed-share li,
.socmed-follow li {
  display: inline-block;
}
.socmed-share li > a,
.socmed-follow li > a {
  position: relative;
  display: block;
  padding: 0 7px 1.5rem 7px;
  color: #fff;
  font-size: 80%;
}
.socmed-share li > a > .img,
.socmed-follow li > a > .img {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.socmed-share li > a > .img > i,
.socmed-follow li > a > .img > i {
  background: top center no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  background-size: 100% auto;
}
.socmed-share li > a > .txt,
.socmed-follow li > a > .txt {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  position: absolute;
  bottom: 0;
  left: -2.2em;
  right: -2.2em;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.socmed-share li > a:hover > .img,
.socmed-follow li > a:hover > .img {
  background-position: bottom center;
}
.socmed-share li > a:hover > .txt,
.socmed-follow li > a:hover > .txt {
  opacity: 1;
}
.socmed-share.invert li > a > span,
.socmed-follow.invert li > a > span {
  color: #000;
}
.socmed-share li > a {
  overflow: hidden;
  padding: 0 0 0 10px;
}
.socmed-share li > a > .img {
  float: left;
}
.socmed-share li > a > .txt {
  display: block;
  position: static;
  padding: 12px 0 0 0.5em;
  opacity: 1;
  overflow: hidden;
}
.back-link {
  font-size: 80%;
}
.back-link:before {
  content: "< ";
}
.release-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.release-list-item {
  padding-top: 8%;
  padding-bottom: 8%;
  border-bottom: 1px solid #F1E308;
}
.release-list-item a {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  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;
}
.release-list-item a:hover {
  color: #fff;
}
.release-list-item a:hover h1 {
  color: #fff;
}
.release-list-item a:hover .image > .img > img {
  opacity: 0.7;
}
.release-list-item .image {
  width: 40%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.release-list-item .image > .img {
  background: #F1E308;
}
.release-list-item .image > .img > img {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.release-list-item .details {
  width: 60%;
  float: left;
  padding-left: 2.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.release-list-item h1 {
  font-size: 140%;
  padding: 0 0 1.35em 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;
}
.article {
  max-width: 600px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.article .meta {
  color: #969696;
}
.more-link {
  border: 1px solid #F1E308;
  color: #F1E308;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  padding: 0.56em 1em 0.5em 1em;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background 0.25s, border-color 0.25s, color 0.25s;
  -moz-transition: background 0.25s, border-color 0.25s, color 0.25s;
  -ms-transition: background 0.25s, border-color 0.25s, color 0.25s;
  -o-transition: background 0.25s, border-color 0.25s, color 0.25s;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
.more-link:hover {
  background: #fff;
  color: #000;
}
.more-link.pull-right {
  float: right;
}
.more-link.button-style-colored {
  color: #2D2D2D;
  background: #F1E308;
  border-color: #F1E308;
}
.more-link.button-style-colored:hover {
  color: #2D2D2D;
  background: #fff;
  border-color: #fff;
}
.more-link.big {
  font-weight: 300;
  font-size: 120%;
}
.more-link-light {
  color: #F1E308;
  font-weight: 600;
}
.more-link-light:hover {
  color: #fff;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal .ingress {
  color: #fff;
}
.style-normal + .style-normal > .txt {
  padding-top: 0;
}
.style-dark-bg {
  color: #F1E308;
  background: #2D2D2D center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.style-dark-bg h1 {
  color: #F1E308;
}
.style-dark-bg .ingress {
  color: #F1E308;
}
.style-colored {
  background: #F1E308;
  color: #2C2C2A;
}
.style-colored h1 {
  color: #2C2C2A;
}
.style-colored .ingress {
  color: #2C2C2A;
}
.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%;
  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%;
  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%;
  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;
}
.screen-slide {
  min-height: 100%;
}
.block {
  position: relative;
}
.block > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
.block.text-alignment-center {
  text-align: center;
}
.block > .txt.with-sidebar > .sidebar {
  text-align: left;
  width: 16.5em;
  padding-right: 3.5em;
  float: left;
  display: block;
}
.block > .txt.with-sidebar > .content {
  overflow: hidden;
}
.block > .txt {
  padding-top: 8%;
  padding-bottom: 8%;
}
.block:not(.block-header) + .block > .txt {
  padding-top: 0;
}
.block-header {
  text-align: center;
}
.block-header.style-light h1 {
  color: #F1E308;
}
.block-images .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-images .images > li > img {
  margin: 0 auto;
  display: block;
  width: 100% !important;
  height: auto;
}
.block-images .images > li {
  margin-bottom: 16%;
}
.block-images .images p {
  padding: 0.5em 0;
}
@keyframes blink {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #F1E308;
  }
}
@-moz-keyframes blink {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #F1E308;
  }
}
@-webkit-keyframes blink {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #F1E308;
  }
}
@-ms-keyframes blink {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #F1E308;
  }
}
@-o-keyframes blink {
  from,
  to {
    color: transparent;
  }
  50% {
    background: #F1E308;
  }
}
.block-header-esittely {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.block-header-esittely > .txt {
  padding-top: 11%;
  padding-bottom: 11%;
  width: 100%;
}
.block-header-esittely > .txt > .content > .esittely-header {
  padding: 0 0 0.3333em 0;
}
.block-header-esittely > .txt > .content > .esittely-ingress {
  padding: 0 0 0.3333em 0;
}
.block-header-esittely > .txt > .content span {
  visibility: hidden;
}
.block-header-esittely > .txt > .content span.shown {
  visibility: visible;
}
.block-header-esittely > .txt > .content span.cursor {
  position: relative;
}
.block-header-esittely > .txt > .content span.cursor:after {
  content: "";
  right: -0.26em;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  width: 2px;
  background: #F1E308;
}
.block-header-esittely > .txt > .content span.cursor.done:after {
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}
.block-header-release {
  color: #F1E308;
  border-bottom: 1px solid #F1E308;
}
.block-header-release .release-header {
  padding: 0.75em 0;
}
.block-header-release .release-image {
  padding: 0.75em 0;
}
.block-header-release .release-image > img {
  display: block;
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto;
}
.block-header-release .release-esittely {
  padding: 0.75em 0;
}
.help {
  font-size: 90%;
  color: gray;
}
.mfp-content {
  padding-top: 50px;
}
button.mfp-close {
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22110%22%20fill%3D%22%23F1E308%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");
}
.buttons {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.buttons > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buttons > li + li {
  margin-left: 0.5em;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
#page {
  min-height: 100%;
  position: relative;
}
#main {
  padding-bottom: 130px;
}
body.home #main {
  padding-bottom: 0;
}
.admin-bar #main {
  padding-top: 112px;
}
.admin-bar #page-title,
.admin-bar #header {
  top: 32px;
}
html #wpadminbar {
  z-index: 20000 !important;
}
@media (max-width: 782px) {
  .admin-bar #main {
    padding-top: 126px;
  }
  .admin-bar #page-title,
  .admin-bar #header {
    top: 46px;
  }
}
@media (max-width: 800px) {
  #more {
    left: auto;
    right: 0;
    padding-right: 20px;
  }
  #page-title {
    position: static;
    color: #F1E308;
    padding: 0.2em 20px;
  }
}
@media (max-width: 690px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 25.17646153846154px;
  }
  h2 {
    font-size: 19.876153846153844px;
  }
  h3 {
    font-size: 19.876153846153844px;
  }
  h4 {
    font-size: 16.56346153846154px;
  }
  .ingress {
    font-size: 14.575846153846154px;
  }
  .esittely-header {
    font-size: 36.43961538461539px;
  }
  .esittely-ingress {
    font-size: 23.188846153846153px;
  }
  #navigation {
    font-size: 23.188846153846153px;
  }
  #header-title {
    font-size: 21.20123076923077px;
  }
  #page-title {
    font-size: 19.213615384615384px;
  }
}
