/*!
Theme Name:     KD-Lehti
Description:    
Author:         Ohjelmointi: Jari Pennanen
Version:        development
License:
*/
@import url("https://fonts.googleapis.com/css?family=Pragati+Narrow:400,700&display=swap");
@import url("https://use.typekit.net/ryv8vya.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;
}
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 1em;
  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. */
}
img.size-stretch {
  width: 100%;
}
.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;
}
.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: 100000;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  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-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.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: rgba(0, 0, 0, 0);
}
.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 white;
  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 white;
  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: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  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: #444444;
}
.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;
    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=text],
.nform input[type=email] {
  box-sizing: border-box;
  width: 100%;
  height: 2.35em;
  padding: 0em 0.45em;
  font-size: 13pt;
  line-height: 1.8em;
  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: 0.5em;
  font-size: 110%;
  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.73em;
  left: 0.65em;
  line-height: 1.5;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
.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.focused .name {
  background: #777;
  color: #fff;
  padding: 8px;
  position: absolute;
  z-index: 10001;
  font-weight: normal;
  display: block;
  top: -2.5em;
  left: -0.1em;
  border-radius: 3px;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
body h1.page-title {
  display: none;
}
html::scrollbar,
body::scrollbar {
  width: 8px;
}
html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 0;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #ff8201;
  border: #ffc181;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #ff8f1b;
}
.regularsize {
  font-size: 14px;
}
h1 {
  font-size: 30px;
  padding: 0.3em 0 0.7em;
  font-family: "Pragati Narrow" !important;
  font-weight: 400;
  margin: 0;
  color: #000;
}
h2 {
  font-size: 21px;
  padding: 0.3em 0 0.6em;
  font-family: "Pragati Narrow" !important;
  font-weight: 400;
  margin: 0;
  color: #000;
}
h3 {
  font-size: 20px;
  padding: 0.7em 0 0.25em;
  font-family: "Pragati Narrow" !important;
  font-weight: 400;
  margin: 0;
  color: #000;
}
h4 {
  font-size: 15px;
  padding: 0.7em 0 0.25em;
  font-family: "Pragati Narrow" !important;
  font-weight: 400;
  margin: 0;
  color: #000;
}
.article-title {
  font-size: 45px;
}
.page-title {
  font-family: "Pragati Narrow" !important;
  font-weight: 400;
  margin: 0;
  color: #000;
  font-size: 45px;
  display: block;
}
body.uusi-sivusto .page-title {
  display: none;
}
.ingress {
  font-size: 120%;
}
.slight {
  font-size: 18px;
}
.semi {
  font-size: 22px;
}
.great {
  font-size: 32px;
}
.great2 {
  font-size: 35px;
}
.small-caps {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}
.slight2 {
  font-size: 1.61427358vw;
}
@media (min-width: 1177px) {
  .slight2 {
    font-size: 19px;
  }
}
@media (max-width: 760px) {
  .slight2 {
    font-size: 12.26847918px;
  }
}
@media (max-width: 760px) {
  .slight2 {
    font-size: 17px;
  }
}
a h1,
a h2,
a h3,
a h4,
a h5 {
  color: #000;
  transition: color 0.25s;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
  color: #878787;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  transition: color 0.25s;
  color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #878787;
}
h1 + h2 {
  margin-top: 0;
}
.socmed {
  text-align: center;
}
.socmed-share2,
.socmed-follow2 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto;
}
.socmed-share2 > li,
.socmed-follow2 > li {
  display: inline-block;
}
.socmed-share2 .some-link,
.socmed-follow2 .some-link {
  color: #333;
  position: relative;
  display: block;
  padding: 0 0.21em 1.6em 0.21em;
}
.socmed-share2 .some-link > .img,
.socmed-follow2 .some-link > .img {
  padding: 0.55em;
  width: 2.8em;
  height: 2.8em;
  border-radius: 1.4em;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background-color 0.25s, border-color 0.25s;
}
.socmed-share2 .some-link > .img > svg,
.socmed-follow2 .some-link > .img > svg {
  transition: fill 0.25s;
  fill: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.socmed-share2 .some-link > .txt,
.socmed-follow2 .some-link > .txt {
  font-size: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3.2em;
  right: -3.2em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.1s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333;
}
.socmed-share2 .some-link:focus,
.socmed-follow2 .some-link:focus {
  outline: 0;
}
.socmed-share2 .some-link:hover > .img,
.socmed-follow2 .some-link:hover > .img {
  background: #fff;
}
.socmed-share2 .some-link:hover > .img > svg,
.socmed-follow2 .some-link:hover > .img > svg {
  fill: #ff8201;
}
.socmed-share2 .some-link:hover > .txt,
.socmed-follow2 .some-link:hover > .txt {
  opacity: 1;
  color: #333;
}
.socmed-sharing,
.socmed-follow {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
}
.socmed-sharing > li,
.socmed-follow > li {
  display: inline-block;
}
.socmed-sharing > li + li,
.socmed-follow > li + li {
  margin-left: 5px;
}
.socmed-sharing > li > a,
.socmed-follow > li > a {
  display: block;
  position: relative;
  padding-bottom: 1.15em;
}
.socmed-sharing > li > a > i,
.socmed-follow > li > a > i {
  position: relative;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  display: block;
  background-size: 100% auto;
  background-position: 0 0;
}
.socmed-sharing > li > a > span,
.socmed-follow > li > a > span {
  position: absolute;
  bottom: 0em;
  left: -1.3em;
  right: -1.3em;
  text-align: center;
  font-size: 9pt;
  color: #000;
  opacity: 0;
}
.socmed-sharing > li > a:hover > span,
.socmed-follow > li > a:hover > span {
  opacity: 1;
}
.socmed-sharing > li > a:hover > i,
.socmed-follow > li > a:hover > i {
  background-position: 0 114px;
}
#navigation-mobile .socmed-sharing > li > a:hover > span,
#navigation-mobile .socmed-follow > li > a:hover > span {
  display: none;
}
#go-top {
  display: none;
}
.scrolled #go-top {
  position: fixed;
  right: 20px;
  bottom: 0px;
  background: #ff8201;
  color: #fff;
  display: block;
  padding: 8px 13px;
  font-size: 20px;
  z-index: 10005;
}
.scrolled #go-top:hover {
  background: #ff8f1b;
}
body,
html {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  font-size: 14px;
  color: #333;
}
a {
  color: #ff8201;
}
a:hover {
  color: #e77500;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
a.pdf-icon:before {
  display: inline-block;
  content: "";
  background: url("images/icon-pdf@2x.png") no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  position: relative;
  top: -3px;
  padding-right: 5px;
  vertical-align: middle;
}
.page-wrapper {
  max-width: 1177px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
#ie8 .page-wrapper {
  width: 1177px;
}
#content.page > h1 {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#content.results {
  padding-top: 2em;
  max-width: 700px;
  margin: 0 auto;
  font-size: 120%;
}
#content.results .regularsize {
  font-size: 120%;
}
.wp-caption-text {
  font-size: 14px;
}
#content.article > header > h1 {
  padding: 0 0 0.4em 0;
  display: block;
  font-weight: bold;
}
#content.article > header > .meta {
  padding: 0 0 1.4em 0;
}
#content.article > header > .meta .date {
  margin-right: 0.3em;
}
#content.article > header > .meta .cat {
  margin-right: 0.3em;
}
#content.article > header > .meta .author {
  white-space: nowrap;
  text-transform: none;
}
#content.article > header > .meta .author > .img {
  display: none;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
#content.article > header > .meta .author > .img > img {
  width: 100%;
  display: block;
}
#content.article > header > .meta .author > .img > i {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
#content.article > .container {
  max-width: 580px;
  margin: 0 0 0 auto;
}
#content.article > .container > .featured-image {
  padding: 0 0 1em 0;
}
#content.article > .container > .featured-image > .text {
  padding: 0.2em 0 0.2em 0;
}
#content.article > .container > .featured-image > .img {
  background-position: center center;
  background-size: cover;
  padding-top: 66.666%;
}
#content.article > .container > .featured-image > .img img {
  display: none;
}
#ie8 #content.article > .container > .featured-image > .img {
  padding-top: 0;
}
#ie8 #content.article > .container > .featured-image > .img > img {
  display: block;
  width: 100%;
}
#content.article > .container > .content {
  font-size: 120%;
}
#content.article > footer {
  max-width: 580px;
  margin: 1.5em 0 0 auto;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  padding: 1em 0;
  overflow: hidden;
}
#content.article > footer > .socmed-sharing-container > .socmed-sharing-title {
  float: left;
  line-height: 42px;
  padding-right: 1em;
}
#content.article > footer > .socmed-sharing-container > .socmed-sharing {
  float: left;
}
#content.article > footer > .relation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: inline;
}
#content.article > footer > .relation ul > li {
  display: inline;
}
#next-prev-nav-below {
  max-width: 580px;
  margin: 1.5em 0 0 auto;
  border-bottom: 0;
}
#next-prev-nav-below a {
  display: block;
  width: 48%;
}
#next-prev-nav-below .title {
  display: block;
}
blockquote {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 2.5em;
  border-left: 0;
  margin: 0 0 1em 0;
  border-top: 2px solid #ff8201;
  border-bottom: 2px solid #ff8201;
  color: #ff8201;
  font-style: italic;
  font-size: 150%;
  background: url("images/icon-quote@2x.png?v2") 0 0.75em no-repeat;
  background-size: 2em auto;
}
.side blockquote {
  background-position: 0 0.65em;
  background-size: 1.5em auto;
  font-size: 120%;
  padding-left: 2em;
}
.more-link-wrapper {
  padding: 0.15em 0 0 0;
  text-align: right;
}
.more-link-wrapper > .more-link {
  background: #ff8201;
  color: #fff;
  border-bottom: 1px solid #e77500;
  display: inline-block;
  padding: 0.35em 0.75em 0.35em 0.75em;
  position: relative;
  transition: all 0.15s;
}
.more-link-wrapper > .more-link:after {
  content: "";
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  top: 0.35em;
  right: 0.35em;
  background: url("images/read-more-icon.png") center center no-repeat;
  background-size: 100% auto;
  transition: all 0.15s;
}
.more-link-wrapper > .more-link:hover {
  background-color: #ff8f1b;
}
.more-link-wrapper > .more-link:hover:after {
  opacity: 0.5;
}
.style-colored .more-link-wrapper > .more-link {
  background: #fff;
  color: #333;
}
.style-colored .more-link-wrapper > .more-link:hover {
  color: #ff8201;
}
.more-link-wrapper.big > .more-link {
  font-size: 25px;
  border-bottom: 2px solid #e77500;
}
.with-meta-sidebar {
  position: relative;
  padding: 1em 0;
}
.with-meta-sidebar > .main {
  float: left;
  width: 68%;
}
.with-meta-sidebar > .meta-sidebar {
  float: right;
  width: 32%;
  padding-left: 5em;
  box-sizing: border-box;
}
.with-meta-sidebar > .meta-sidebar > aside {
  margin: 0 0 2.2em 0;
  padding: 0 0 2em 0;
  border-bottom: 1px solid #e7e7e7;
}
.with-meta-sidebar > .meta-sidebar:before {
  content: "";
  border-left: 2px solid #e7e7e7;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: -2.3em;
  display: block;
}
.with-sidebar {
  padding-top: 3em;
  position: relative;
}
.with-sidebar .page-wrapper {
  padding: 0;
}
.with-sidebar .header-tagged,
.with-sidebar .header-untagged {
  padding: 0;
}
.with-sidebar .header-tagged:before,
.with-sidebar .header-untagged:before {
  display: none;
}
.with-sidebar > #content {
  float: right;
  width: 75%;
  padding-left: 5em;
  box-sizing: border-box;
}
.with-sidebar > #content:before {
  content: "";
  border-left: 2px solid #e7e7e7;
  position: absolute;
  top: 1.5em;
  bottom: 0;
  width: 1px;
  margin-left: -2.3em;
  display: block;
}
.with-sidebar > .sidebar {
  float: left;
  width: 25%;
}
.with-sidebar > .sidebar h2 {
  font-size: 170%;
}
.with-sidebar > .sidebar > aside {
  margin: 0 0 2.2em 0;
  padding: 0 0 2em 0;
  border-bottom: 1px solid #e7e7e7;
}
.with-sidebar2 {
  padding-top: 0em;
  position: relative;
}
.with-sidebar2 .page-wrapper {
  padding: 0;
}
.with-sidebar2 > #content {
  float: left;
  width: 75%;
  padding-right: 5em;
  box-sizing: border-box;
  position: relative;
}
.with-sidebar2 > #content:before {
  content: "";
  border-left: 2px solid #e7e7e7;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: -2.3em;
  display: block;
}
.with-sidebar2 > .sidebar {
  float: right;
  width: 25%;
  position: relative;
}
.with-sidebar2 > .sidebar > aside {
  margin: 0 0 2.2em 0;
}
.with-sidebar2 > .sidebar > aside > h2 {
  font-size: 2.54885302vw;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 1177px) {
  .with-sidebar2 > .sidebar > aside > h2 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .with-sidebar2 > .sidebar > aside > h2 {
    font-size: 19.37128292px;
  }
}
.with-sidebar2 > .sidebar .list-title2-item {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.with-sidebar2 > .sidebar .list-title2-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.with-sidebar2 > .sidebar .list-person {
  padding-top: 1.5em;
}
.with-sidebar2 > .sidebar .list-thumb-circle-item {
  padding: 0 0 1em 0;
}
.with-sidebar2 > .sidebar .list-thumb-circle-item > a > .img {
  padding-top: 0.53em;
}
.with-sidebar2 > .sidebar .list-thumb-circle-item > a > .details {
  padding: 0;
}
@media (max-width: 760px) {
  .with-sidebar2 > #content {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .with-sidebar2 > #content:before {
    display: none;
  }
  .with-sidebar2 > .sidebar {
    float: none;
    width: 100%;
  }
  .with-sidebar2 > .sidebar .sidebar-kdsvenska,
  .with-sidebar2 > .sidebar .sidebar-nakokulmat,
  .with-sidebar2 > .sidebar .sidebar-uutiset {
    display: none;
  }
}
/*
.widget_categories {
    ul {
        .no-bullets;
        li {
            padding: 0 0 1em 0;
        }    
    }
}
.widget_recent_entries {
    ul {
        .no-bullets;
        li {
            padding: 0 0 1em 0;
        }
        a {
            display: block;
        }
        .post-date {
            font-size: 90%;
            display: block;
        }
    }
}
.screen-slide {
    min-height: 100%;
    position: relative;
    .flex-vertical-align;
    background-size: cover;
    background-position: center center;
    > .txt {
        text-align: center;
        > .txts {
            width: 100%;
        }
        
        padding-top: 30px;
        padding-bottom: 85px;
    }
}
*/
.cols-3 {
  margin: 0 -10px;
}
.cols-3 > .col {
  float: left;
  width: 33.33333333%;
  padding: 0 10px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols-3 > .col:nth-child(3n + 1) {
  clear: both;
}
.cols-2 {
  margin: 0 -20px;
}
.cols-2 > .col {
  float: left;
  width: 50%;
  padding: 0 20px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols-2 > .col:nth-child(2n + 1) {
  clear: both;
}
.style-dark {
  background: #4f4f4e;
  color: #fff;
}
.style-dark .textblock-link {
  color: #fff;
}
.style-dark .textblock-link:hover {
  color: #ddd;
}
.style-colored {
  background: #ff8201;
}
.header-untagged,
.header-tagged {
  font-size: 30px;
  text-align: center;
  position: relative;
}
.header-untagged > span,
.header-tagged > span {
  padding: 0.2em 0.75em;
  display: inline-block;
  background: #ff8201;
  color: #fff;
  position: relative;
}
.header-untagged:before,
.header-tagged:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  left: 0;
  right: 0;
  border-top: 7px solid #ff8201;
}
.header-untagged {
  position: relative;
  padding-top: 0.5em !important;
}
.header-untagged > span {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.header-untagged:before {
  top: 0;
  margin-top: 0;
}
.header-untagged2,
.header-tagged2 {
  font-size: 2.54885302vw;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 1177px) {
  .header-untagged2,
  .header-tagged2 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .header-untagged2,
  .header-tagged2 {
    font-size: 19.37128292px;
  }
}
@media (max-width: 760px) {
  .header-untagged2,
  .header-tagged2 {
    font-size: 25px;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
}
.header-untagged2 {
  position: relative;
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
  /*
    > span {
        .assistive-text;
    }

    &:before {
        display: none;
    }
    */
  padding-top: 0.5em !important;
}
/*.block {
    .home h1 + & > .txt {
        padding-top: @header-height;
    }    
    .admin-bar.home h1 + & > .txt {
        padding-top: (@header-height + @admin-bar-korkeus);
    }
}*/
.page-title {
  padding-top: 100px !important;
}
.admin-bar .page-title {
  padding-top: 132px !important;
}
.meta-new {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.35em 0 0.35em 0;
  font-weight: bold;
  font-size: 80%;
}
.meta {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.5px;
  padding: 0.5em 0 0.5em 0;
  text-transform: uppercase;
}
.meta > .cat:first-child {
  margin-right: 0.3em;
}
.date {
  font-weight: 600;
  color: #ff8201;
}
.date .time {
  font-weight: 300;
}
.people {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.people > li {
  padding: 0 0 2em 0;
}
.people > li > .img {
  max-width: 170px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.people > li > .img > img {
  width: 100%;
  display: block;
}
.people > li > .details {
  overflow: hidden;
  padding: 1em 0 0 30px;
}
.people > li > .details > .title {
  font-weight: bold;
}
.list-secondary {
  padding-top: 1.5em;
  margin: 0 -1.1em;
}
.list-secondary > .list-secondary-item {
  float: left;
  width: 50%;
  padding: 0 1.1em;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.list-secondary > .list-secondary-item:nth-child(2n + 1) {
  clear: both;
}
.list-secondary > .list-secondary-item {
  padding-bottom: 1.5em;
}
.list-secondary-item > a {
  color: #333;
}
.list-secondary-item > a > h2 {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0em;
}
.list-secondary-item > a:hover > .img > i {
  opacity: 0.7;
}
.list {
  padding-bottom: 1.5em;
  border-bottom: 2px solid #e7e7e7;
}
.list-item {
  padding: 0 0 0.6em 0;
}
.list-item > a {
  color: #333;
  padding: 0.45em 0 0 0;
  overflow: hidden;
}
.list-item > a > h2 {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0em;
}
.list-title-item {
  padding: 0 0 1.5em 0;
}
.list-title-item.active a h2 {
  color: #ff8201;
}
.list-title-item h2 {
  padding: 0.1em 0 0.3em 0;
}
.list-title-item .meta {
  padding: 0;
}
.list-title-item .author {
  padding: 0;
  color: #333;
}
.list-thumb-side {
  padding-bottom: 1.5em;
}
.list-thumb-side-item {
  padding: 0 0 0.6em 0;
}
.list-thumb-side-item > a {
  color: #333;
}
.list-thumb-side-item > a > .img {
  float: left;
  width: 170px;
  padding-right: 1.5em;
  position: relative;
}
.list-thumb-side-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
  transition: opacity 0.25s;
}
.list-thumb-side-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-side-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-side-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb-side-item > a > .details {
  padding: 0.45em 0 0 0;
  overflow: hidden;
}
.list-thumb-side-item > a > .details > h2 {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0em;
}
.list-thumb-side-item > a:hover > .img > i {
  opacity: 0.7;
}
.list-thumb-side-small {
  padding-bottom: 1.5em;
}
.list-thumb-side-small-item {
  padding: 0 0 1.25em 0;
}
.list-thumb-side-small-item > a {
  color: #333;
}
.list-thumb-side-small-item > a > .img {
  float: left;
  width: 120px;
  padding-right: 1.5em;
  position: relative;
}
.list-thumb-side-small-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
  transition: opacity 0.25s;
}
.list-thumb-side-small-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-side-small-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-side-small-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb-side-small-item > a > .details {
  overflow: hidden;
}
.list-thumb-side-small-item > a > .details > h2 {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0em;
}
.list-thumb-side-small-item > a:hover > .img > i {
  opacity: 0.7;
}
.list-thumb-item {
  padding: 0 0 1.5em 0;
}
.list-thumb-item > a {
  color: #333;
}
.list-thumb-item > a > .img {
  position: relative;
}
.list-thumb-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
  transition: opacity 0.25s;
}
.list-thumb-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb-item > a > .details > h2 {
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}
.list-thumb-item > a > .details > .meta {
  font-size: 85%;
  padding-bottom: 0.15em;
}
.list-thumb-item > a:hover > .img > i {
  opacity: 0.7;
}
.list-thumb-big {
  padding: 0 0 4.2% 0;
}
.list-thumb-big-item {
  position: relative;
  overflow: hidden;
}
.list-thumb-big-item + .list-thumb-big-item {
  padding-top: 2.5em;
}
.list-thumb-big-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
}
.list-thumb-big-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-big-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-big-item > a > .img > img {
  width: 100%;
  display: block;
}
.list-thumb-big-item > a > .details {
  position: absolute;
  bottom: 0;
  transition: background 0.25s;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 1.5em;
}
.list-thumb-big-item > a > .details > .titles {
  display: block;
  color: #fff;
}
.list-thumb-big-item > a > .details > .titles > h2 {
  color: #fff;
  padding-bottom: 0.05em;
}
#ie8 .list-thumb-big-item > a > .details {
  background: #000;
}
.list-thumb-big-item > a:hover > .details {
  background: rgba(0, 0, 0, 0.85);
}
.list-horizontal {
  margin: 0 -1em;
}
.list-horizontal > .list-horizontal-item {
  float: left;
  width: 33.33333333%;
  padding: 0 1em;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.list-horizontal > .list-horizontal-item:nth-child(3n + 1) {
  clear: both;
}
.list-horizontal-item .writer {
  float: left;
  width: 100px;
  padding-right: 1em;
}
.list-horizontal-item .details {
  overflow: hidden;
}
.list-horizontal-item .details > h2 {
  font-size: 15px;
  font-weight: 600;
  padding-top: 0.1em;
}
.list-horizontal-item .details > .meta {
  padding-bottom: 0.1em;
}
.list-horizontal-item .details > .author {
  padding-bottom: 0.1em;
}
.list-horizontal-item > a {
  color: #333;
}
.list-horizontal-item > a:hover {
  color: #878787;
}
.list-horizontal-small-item {
  padding-bottom: 1.25em;
}
.list-horizontal-small-item .writer {
  float: left;
  width: 70px;
  padding-right: 1em;
}
.list-horizontal-small-item .details {
  overflow: hidden;
}
.list-horizontal-small-item .details > h2 {
  font-weight: 600;
  padding: 0.1em 0 0.3em 0;
}
.list-horizontal-small-item .details > .meta {
  padding: 0;
}
.list-horizontal-small-item .details > .author {
  padding: 0;
}
.list-horizontal-small-item > a {
  color: #333;
}
.list-horizontal-small-item > a:hover {
  color: #878787;
}
.block > .txt {
  padding-bottom: 1.75em;
}
.block > .anchor {
  position: absolute;
  margin-top: -106px;
}
.block.style-normal + .style-normal > .txt {
  position: relative;
}
.block.style-normal + .style-normal > .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #e7e7e7;
}
.block.text-alignment-center {
  text-align: center;
}
.block-banner a > img {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.25s;
}
.block-banner a:hover > img {
  opacity: 0.75;
}
.block-contacts > .txt > .content {
  max-width: 600px;
  margin: 0 auto;
}
.block-contacts .intro {
  padding-left: 200px;
  padding-bottom: 1.5em;
}
.block-contact-form .form {
  padding: 1em 0 0 0;
}
.block-nostot > .txt > .content {
  float: left;
  width: 67%;
}
.block-nostot > .txt > .side {
  float: right;
  width: 33%;
  padding-left: 5%;
  box-sizing: border-box;
}
.block-nostot > .txt > .side > .writer {
  text-align: center;
}
.block-nostot > .txt > .side > h2 {
  text-align: center;
  padding: 0.5em 0 0.8em 0;
}
.block-nostot > .txt > .side > .meta {
  padding: 0 0 1.3em 0;
  margin: 0 0 1.5em 0;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.block-nostot > .txt > .side > .meta > .cat:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  vertical-align: baseline;
  margin-right: 0.75em;
  width: 1em;
  height: 1em;
  background: url("images/icon-paakirjoitukset@2x.png") center center no-repeat;
  background-size: 100% auto;
}
.block-nostot > .txt > .side > .content {
  max-height: 57.5em;
  overflow: hidden;
  position: relative;
}
.block-nostot > .txt > .side > .content > .more-link-wrapper {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.block-nostot .list-thumb {
  margin: 0 -2%;
}
.block-nostot .list-thumb > .list-thumb-item {
  float: left;
  width: 33.33333333%;
  padding: 0 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-nostot .list-thumb > .list-thumb-item:nth-child(3n + 1) {
  clear: both;
}
.block-nostot .list-thumb > .list-thumb-item {
  padding-bottom: 1.5em;
}
.block-nostot-listing .content-wrapper > .content {
  float: left;
  width: 67%;
}
.block-nostot-listing .content-wrapper > .side {
  float: right;
  width: 33%;
  padding-left: 5%;
  box-sizing: border-box;
}
.block-nostot-listing .list-thumb-side {
  border-bottom: 2px solid #e7e7e7;
}
.block-nostot-listing .more-link-wrapper {
  text-align: left;
}
.block-nostot-listing2 .list-thumb-side {
  border-bottom: 0;
}
.block-nostot-wide .content-wrapper {
  position: relative;
}
.block-nostot-wide .content-wrapper > div > h1 {
  padding-bottom: 1.2em;
}
.block-nostot-wide .content-wrapper > .main {
  float: left;
  width: 36%;
}
.block-nostot-wide .content-wrapper > .secondary {
  float: left;
  width: 32%;
  padding-left: 4em;
  box-sizing: border-box;
}
.block-nostot-wide .content-wrapper > .secondary:before {
  content: "";
  border-left: 2px solid #e7e7e7;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: -1.8em;
  display: block;
}
.block-nostot-wide .content-wrapper > .secondary .meta .cat {
  display: none;
}
.block-nostot-wide .content-wrapper > .third {
  float: right;
  width: 32%;
  padding-left: 4em;
  box-sizing: border-box;
}
.block-nostot-wide .content-wrapper > .third:before {
  content: "";
  border-left: 2px solid #e7e7e7;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: -1.8em;
  display: block;
}
.block-nostot-wide .content-wrapper > .third .meta .cat {
  display: none;
}
.block-nostot-wide .list-thumb {
  padding: 0 0 1.25em 0;
}
.block-nostot-wide .list-title {
  padding: 1.25em 0 0 0;
}
.block-nostot-wide-archive .header-untagged {
  display: none;
}
.block-nostot-wide-archive .content-wrapper {
  position: relative;
}
.block-nostot-wide-archive .content-wrapper > div > h1 {
  padding-bottom: 1.2em;
  color: #878787;
}
.block-nostot-wide-archive .content-wrapper > .main {
  float: left;
  width: 36%;
}
.block-nostot-wide-archive .content-wrapper > .secondary {
  float: left;
  width: 32%;
  padding-left: 4em;
  box-sizing: border-box;
}
.block-nostot-wide-archive .content-wrapper > .secondary:before {
  content: "";
  border-left: 2px solid #e7e7e7;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: -1.8em;
  display: block;
}
.block-nostot-wide-archive .content-wrapper > .third {
  float: right;
  width: 32%;
  padding-left: 4em;
  box-sizing: border-box;
}
.block-nostot-wide-archive .content-wrapper > .third:before {
  content: "";
  border-left: 2px solid #e7e7e7;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: -1.8em;
  display: block;
}
.block-nostot-wide-archive .list-thumb {
  padding: 0 0 1.25em 0;
}
.block-nostot-wide-archive .list-title {
  padding: 0 0 1.25em 0;
}
.writer-vertical {
  text-align: center;
}
.writer-vertical > .img {
  max-width: 170px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.writer-vertical > .img > img {
  display: block;
  width: 100%;
}
.writer-vertical > .img > i {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
.writer-vertical > .title {
  padding: 1.6em 0 0 0;
}
.writer-horizontal {
  text-align: center;
}
.writer-horizontal > .img {
  max-width: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.writer-horizontal > .img > img {
  display: block;
  width: 100%;
}
.writer-horizontal > .img > i {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
.widget {
  background: #fff;
  padding: 14px;
  margin-bottom: 1.5em;
}
.widget > .widget-title {
  position: relative;
  margin: 0 0 0.25em 0;
}
.widget > .widget-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14px;
  right: -14px;
  border-bottom: 1px solid #e7e7e7;
  display: block;
}
.widget > .widget-title > a {
  color: #ff8201;
  padding: 0.42em 0 0 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  font-size: 65%;
  float: right;
}
.widget > .widget-title > a:hover {
  color: #ffb467;
}
.widget > .widget-title:before {
  content: "";
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 27px;
  height: 27px;
}
.widget .segment {
  overflow: hidden;
  padding: 0.8em 0 1em 0;
  position: relative;
}
.widget .segment:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14px;
  right: -14px;
  border-bottom: 1px solid #e7e7e7;
  display: block;
}
.widget .segment:first-child {
  padding-top: 0.5em;
}
.widget .segment:last-child {
  padding-bottom: 0.5em;
}
.widget .segment:last-child:after {
  display: none;
}
.widget .date {
  color: #bfbfbf;
  font-size: 87.5%;
}
.widget .datelist {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.facebook-widget > .widget-title:before {
  background-image: url("images/icon-facebook@2x.png");
}
.twitter-widget > .widget-title:before {
  background-image: url("images/icon-twitter@2x.png");
}
.tweets {
  min-height: 520px;
}
.tweets.loaded {
  min-height: 0;
}
.tweets.loading {
  background: url("images/loader.gif") center center no-repeat;
  background-size: 32px auto;
}
.icon.uutiset:before {
  background-image: url("images/icon-uutiset@2x.png");
}
.icon.kolumnit:before {
  background-image: url("images/icon-artikkelit@2x.png");
}
.icon.paakirjoitukset:before {
  background-image: url("images/icon-paakirjoitukset@2x.png");
}
.icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  background-size: 100% auto;
  top: -0.1em;
  position: relative;
}
.nform .wpcf7-checkbox {
  line-height: 1.5;
}
.nform .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 1.5em;
}
.nform .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  top: 0em;
  width: 1.1em;
  height: 1.1em;
  line-height: 0.9;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  text-align: center;
}
.nform .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  content: "x";
  font-weight: bold;
}
.nform .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.nform .wpcf7-checkbox input {
  margin: 0;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  cursor: hand;
}
.nform .form-row br:first-child {
  display: none;
}
.nform .form-row .name + br {
  display: none;
}
.nform .form-row + br {
  display: block;
  line-height: 0;
  padding-top: 0.6em;
  content: " ";
}
.nform select,
.nform input,
.nform textarea {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  background: #efefef;
  border: 1px solid #bfbfbf;
  transition: background 0.25s;
}
.nform select:focus,
.nform input:focus,
.nform textarea:focus {
  outline: 0;
  background: #ddd;
}
.nform input[type="submit"] {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  background: #ff8201;
  color: #fff;
  padding: 1em 1.5em;
  font-family: inherit;
  font-size: 120%;
  border: 0;
  cursor: pointer;
  cursor: hand;
  transition: all 0.25s;
}
.nform input[type="submit"]:hover {
  background: #ff8f1b;
  color: #ffffff;
}
.nform .field-paivays,
.nform .field-etunimi,
.nform .field-postinumero {
  width: 50%;
  float: left;
}
.nform .field-paivays .wpcf7-form-control-wrap,
.nform .field-etunimi .wpcf7-form-control-wrap,
.nform .field-postinumero .wpcf7-form-control-wrap {
  display: block;
  padding-right: 0.6em;
}
.nform .field-paivays + br,
.nform .field-etunimi + br,
.nform .field-postinumero + br {
  display: none;
}
.nform .field-kello,
.nform .field-postitoimipaikka,
.nform .field-sukunimi {
  float: right;
  width: 50%;
}
.nform .field-kello + br,
.nform .field-postitoimipaikka + br,
.nform .field-sukunimi + br {
  clear: both;
}
.nform .lahjatilaus-kentat {
  padding: 0 0 1em 0;
  overflow: hidden;
}
.nform .actions {
  clear: both;
  padding: 1em 0 0 0;
}
form.searchform {
  padding-bottom: 2em;
}
form.searchform .screen-reader-text {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
form.searchform > .date-field {
  display: flex;
}
form.searchform > .search-field {
  display: flex;
}
form.searchform input[type="text"] {
  font-size: 138%;
}
form.searchform input[type="submit"] {
  font-size: 100%;
}
#header {
  overflow: hidden;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background 0.25s;
  background: rgba(255, 255, 255, 0);
}
#header .header-wrapper {
  position: relative;
}
.post-thumbnail-dark #header {
  background: rgba(0, 0, 0, 0);
}
#header-title {
  float: left;
  margin: 0;
  padding: 0;
}
#header-title > a {
  display: block;
  padding: 32px 0 22px 0;
}
#header-title > a > i {
  margin: 0 auto;
  background: url("images/logo.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 186px;
  height: 44px;
  display: block;
  max-width: 100%;
  transition: opacity 0.25s;
}
.post-thumbnail-dark #header-title > a > i {
  background-image: url("images/logo-invert.png");
}
#header-title > a > img {
  display: none;
}
#ie8 #header-title > a > img {
  display: block;
  width: 186px;
}
#ie8 #header-title > a > i {
  display: none;
}
#header-title > a:hover > i {
  opacity: 0.55;
}
#more,
#navigation-mobile {
  display: none;
}
#navigation {
  float: right;
  font-size: 16px;
}
#navigation > .socmed-follow {
  padding: 30px 0 0 10px;
  float: right;
}
#navigation > .menu {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 35px 0 0 0;
}
#navigation > .menu li {
  display: block;
  float: left;
  margin-left: 7px;
}
#navigation > .menu a {
  display: inline-block;
  padding: 0.35em 0.75em 0.35em 0.75em;
  border-radius: 6px;
  color: #333;
  text-transform: uppercase;
  transition: all 0.15s;
  position: relative;
}
#navigation > .menu a:hover,
#navigation > .menu .current_page_parent > a,
#navigation > .menu .current_page_item > a {
  color: #fff;
  background: #ff8201;
}
.post-thumbnail-dark #navigation > .menu a {
  color: #fff;
}
.post-thumbnail-dark #navigation > .menu a:hover,
.post-thumbnail-dark #navigation > .menu .current_page_parent > a,
.post-thumbnail-dark #navigation > .menu .current_page_item > a {
  color: #fff;
  background: #ff8201;
}
#navigation > .menu .menu-item-tuotteet > a:after {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 14px;
  margin-left: -7px;
  display: block;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ff8201;
  opacity: 0;
}
.show-tuotteet-nav #navigation > .menu .menu-item-tuotteet > a:after {
  opacity: 1;
}
#sub-navigation {
  font-size: 130%;
}
#sub-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#sub-navigation > .menu > li > .children {
  border-top: 1px solid #e7e7e7;
}
#sub-navigation li > a {
  display: block;
  padding: 0.5em 0;
  border-bottom: 1px solid #e7e7e7;
}
#sub-navigation li > a:hover {
  color: #878787;
}
#sub-navigation li.current_page_item > a {
  color: #333;
}
#sub-navigation .category-title {
  font-family: "Pragati Narrow" !important;
  font-weight: 400;
  margin: 0;
  color: #000;
  font-size: 30px;
  padding: 0 0 0.2em 0;
  display: block;
}
.next-prev-nav {
  overflow: hidden;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 2px solid #e7e7e7;
  font-size: 130%;
}
.next-prev-nav .title {
  display: none;
  color: #ff8201;
}
.next-prev-nav a {
  display: block;
  width: 40%;
  color: #333;
}
.next-prev-nav a:hover {
  color: #878787;
}
.next-prev-nav a:hover .title {
  color: #ff8f1b;
}
.next-prev-nav a[rel="next"] {
  float: right;
  text-align: right;
}
.next-prev-nav a[rel="previous"] {
  float: left;
}
#pagenav {
  font-size: 16px;
  text-align: center;
  padding: 1.5em 0 0 0;
}
#pagenav > .page-numbers {
  margin: 0 0 4px 0;
  padding: 4px 0;
  min-width: 2.2em;
  text-align: center;
  display: inline-block;
  color: #878787;
  border: 1px solid #878787;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: #ff8201;
  color: #ff8201;
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
#footer {
  margin: 3.5em 0 0 0;
  padding: 3.5em 0 3.5em 0;
  font-size: 90%;
}
#footer .texts {
  border-top: 2px solid #efefef;
  padding-top: 3em;
  text-align: center;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#page {
  min-height: 100%;
  height: 100%;
  position: relative;
}
#ie6 #page {
  height: 100%;
}
.admin-bar #header {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #header {
    margin-top: 46px;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
@media (max-width: 1085px) {
  h1 {
    font-size: 60px;
  }
  .semi {
    font-size: 32px;
  }
  #navigation > .menu a {
    font-size: 90%;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 24.795412844036697px;
  }
  h2 {
    font-size: 17.356788990825688px;
  }
  .article-title {
    font-size: 37.19311926605505px;
  }
  .page-title {
    font-size: 37.19311926605505px;
  }
  .slight {
    font-size: 14.877247706422018px;
  }
  .semi {
    font-size: 18.183302752293578px;
  }
  .great {
    font-size: 26.448440366972477px;
  }
  #header-title {
    float: none;
  }
  #header-title > a {
    padding: 32px 0 0 0;
  }
  #header-title > a > img {
    margin: 0 auto;
  }
  .block > .anchor {
    position: absolute;
    margin-top: -208px;
  }
  /*
    .block {
        .home h1 + & > .txt {
            padding-top: @header-height;
        }    
        .admin-bar.home h1 + & > .txt {
            padding-top: (@header-height + @admin-bar-korkeus);
        }
    }
    */
  .page-title {
    padding-top: 140px !important;
  }
  .admin-bar .page-title {
    padding-top: 172px !important;
  }
  #navigation {
    float: none;
  }
  #navigation > .socmed-follow {
    padding: 0;
    margin: -10px 0 0 0;
  }
  #navigation > .menu {
    float: none;
    padding: 0 0 0 0;
    text-align: center;
  }
  #navigation > .menu li {
    display: inline-block;
    float: none;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 947px) {
  h1 {
    font-size: 22.736697247706424px;
  }
  h2 {
    font-size: 15.915688073394495px;
  }
  .article-title {
    font-size: 34.10504587155963px;
  }
  .page-title {
    font-size: 34.10504587155963px;
  }
  .slight {
    font-size: 14px;
  }
  .semi {
    font-size: 16.673577981651377px;
  }
  .great {
    font-size: 24.252477064220184px;
  }
}
@media (max-width: 870px) {
  h1 {
    font-size: 19.8302752293578px;
  }
  .article-title {
    font-size: 29.7454128440367px;
  }
  .page-title {
    font-size: 29.7454128440367px;
  }
  .slight {
    font-size: 14px;
  }
  .semi {
    font-size: 14.542201834862386px;
  }
  .great {
    font-size: 21.152293577981652px;
  }
}
@media (max-width: 900px) {
  .list-thumb-side-small-item > a > .img {
    width: 90px;
  }
  .list-horizontal-small-item .writer {
    width: 40px;
  }
  .block-nostot > .txt > .side {
    float: none;
    width: auto;
    padding-left: 0;
    clear: both;
    padding-bottom: 3em;
  }
  .block-nostot > .txt > .side > .content {
    max-height: 16em;
  }
  .block-nostot > .txt > .content {
    float: none;
    width: auto;
  }
  .list-horizontal-item .writer {
    width: 70px;
  }
  .block-contacts .intro {
    padding-left: 160px;
  }
  .people > li > .img {
    width: 130px;
  }
  #content.article .author {
    display: block;
  }
}
@media (max-width: 767px) {
  /*
    .block {
        .home h1 + & > .txt {
            padding-top: @header-height;
        }    
        .admin-bar.home h1 + & > .txt {
            padding-top: (@header-height + @admin-bar-korkeus);
        }
    } */
  .page-title {
    padding-top: 110px !important;
  }
  .admin-bar .page-title {
    padding-top: 142px !important;
  }
  .page-title + .page-wrapper .header-untagged:before,
  .page-title + .block > .txt > .header-untagged:before,
  .with-sidebar:before {
    display: none;
  }
  #header .header-wrapper {
    padding-bottom: 0.75em;
    border-bottom: 7px solid #ff8201;
  }
  .with-meta-sidebar > .main {
    float: none;
    width: auto;
  }
  .with-meta-sidebar > .meta-sidebar {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .with-meta-sidebar > .meta-sidebar:before {
    display: none;
  }
  .with-sidebar > #content {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
  .with-sidebar > #content:before {
    display: none;
  }
  .with-sidebar > .sidebar {
    float: none;
    width: auto;
  }
  .block-nostot-wide-archive .content-wrapper > .secondary,
  .block-nostot-wide .content-wrapper > .secondary,
  .block-nostot-wide-archive .content-wrapper > .third,
  .block-nostot-wide .content-wrapper > .third,
  .block-nostot-wide-archive .content-wrapper > .main,
  .block-nostot-wide .content-wrapper > .main {
    float: none;
    width: auto;
    clear: both;
    padding: 0;
  }
  .block-nostot-wide-archive .content-wrapper > .secondary:before,
  .block-nostot-wide .content-wrapper > .secondary:before,
  .block-nostot-wide-archive .content-wrapper > .third:before,
  .block-nostot-wide .content-wrapper > .third:before,
  .block-nostot-wide-archive .content-wrapper > .main:before,
  .block-nostot-wide .content-wrapper > .main:before {
    display: none;
  }
  .block-nostot-wide-archive .content-wrapper > .secondary,
  .block-nostot-wide .content-wrapper > .secondary,
  .block-nostot-wide-archive .content-wrapper > .third,
  .block-nostot-wide .content-wrapper > .third {
    border-top: 2px solid #e7e7e7;
    padding-top: 1em;
  }
  #navigation {
    display: none;
  }
  #navigation-mobile {
    display: block;
    left: 0;
    right: 0;
    margin-top: 0px;
    opacity: 0;
    z-index: 90;
    transition: opacity 0.25s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-height: 0;
    overflow: hidden;
    background: #ff8201;
    position: relative;
  }
  #navigation-mobile > .padder {
    padding-top: 100px;
  }
  .admin-bar #navigation-mobile > .padder {
    padding-top: 146px;
  }
  #navigation-mobile.shown {
    opacity: 1;
    max-height: 500px;
  }
  #navigation-mobile.shown + .page-title,
  #navigation-mobile.shown + article > .page-title {
    padding-top: 0 !important;
  }
  #navigation-mobile > .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    overflow: hidden;
  }
  #navigation-mobile > .menu > li {
    display: block;
    border-bottom: 1px solid #ffa84e;
  }
  #navigation-mobile > .menu > li:first-child {
    border-top: 1px solid #ffa84e;
  }
  #navigation-mobile > .menu > li > a {
    text-align: center;
    display: block;
    padding: 0.7em 0;
    transition: all 0.25s;
    background: white;
  }
  #navigation-mobile > .menu > li > a:hover,
  #navigation-mobile > .menu > li.current_page_item > a {
    color: #fff;
    background: #ff8201;
  }
  #navigation-mobile > .menu > li.socmed {
    padding: 0.5em 0;
    background: #fff;
  }
  #more {
    display: block;
    top: 10px;
    width: 80px;
    height: 70px;
    position: absolute;
    right: 0;
    background: url("images/hamburger@3x.png") center center no-repeat;
    background-size: 100% auto;
    z-index: 1010;
    opacity: 1;
    transition: all 0.25s;
  }
  #more.shown {
    opacity: 0.68;
  }
  #header-title > a > i {
    margin: 0;
  }
  .list-thumb-big-item > a > .details {
    position: static;
    display: block;
    background: #000;
  }
  .list-horizontal {
    margin: 0;
  }
  .list-horizontal > .list-horizontal-item:nth-child(3n + 1) {
    clear: none;
    float: none;
  }
  .list-horizontal > .list-horizontal-item {
    clear: both;
    float: none;
    padding: 0 0 2em 0;
    width: auto;
  }
  .block-nostot .list-thumb {
    margin: 0 -2%;
  }
  .block-nostot .list-thumb > .list-thumb-item:nth-child(3n + 1) {
    clear: none;
  }
  .block-nostot .list-thumb > .list-thumb-item {
    float: left;
    width: 50%;
    padding: 0 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-nostot .list-thumb > .list-thumb-item:nth-child(2n + 1) {
    clear: both;
  }
  .block-nostot .list-thumb > .list-thumb-item {
    padding-bottom: 1.5em;
  }
  .block-nostot-listing .content-wrapper > .content {
    float: none;
    width: auto;
  }
  .block-nostot-listing .content-wrapper > .side {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .block-contacts .intro {
    padding-left: 110px;
  }
  .people > li > .img {
    width: 80px;
  }
}
@media (max-width: 650px) {
  .block-nostot .list-thumb {
    margin: 0;
  }
  .block-nostot .list-thumb > .list-thumb-item:nth-child(2n + 1) {
    clear: none;
  }
  .block-nostot .list-thumb > .list-thumb-item {
    padding: 0 0 1.25em 0;
    width: auto;
    clear: both;
  }
  .list-thumb-side-item > a > .img,
  .list-thumb-item > a > .img {
    float: left;
    width: 128px;
    padding-right: 1.5em;
  }
  .list-thumb-side-item > a > .details,
  .list-thumb-item > a > .details {
    overflow: hidden;
  }
  .list-thumb-side-item > a > .details > .meta,
  .list-thumb-item > a > .details > .meta {
    padding-top: 0;
  }
  #content.article > footer > .socmed-sharing-container {
    display: block;
    overflow: hidden;
  }
  #content.article > footer > .relation {
    display: block;
    float: none;
  }
  .next-prev-nav {
    font-size: 90%;
  }
  .with-meta-sidebar > .meta-sidebar {
    padding-top: 2em;
  }
}
#header2-padder {
  height: 174px;
}
body.admin-bar #header2-padder {
  height: 204px;
}
@media (max-width: 760px) {
  #header2-padder {
    height: 99px;
  }
  body.admin-bar #header2-padder {
    height: 134px;
  }
}
#header2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000;
  background: #fff;
  overflow: hidden;
}
body.admin-bar #header2 {
  top: 32px;
}
#header2 #top .search-icon {
  float: right;
  margin-top: 2.5em;
  margin-right: 2.5em;
  width: 1.75em;
  height: 1.75em;
  display: block;
  fill: #333;
  transition: fill 0.25s;
}
#header2 #top .search-icon:hover {
  fill: #ff8201;
}
#header2 #top .socmed-follow2 {
  float: right;
  padding-top: 2em;
}
#header2 #top .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin-top: 2.65em;
  margin-right: 2.5em;
  float: right;
}
#header2 #top .menu li {
  display: inline;
}
#header2 #top .menu a {
  transition: color 0.25s;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333;
  font-size: 120%;
}
#header2 #top .menu a:hover,
#header2 #top .menu .current_page_parent > a,
#header2 #top .menu .current_page_item > a {
  color: #ff8201;
}
#header2 #top #header-title2 {
  float: left;
  margin: 0;
  padding: 0;
}
#header2 #top #header-title2 > a {
  display: block;
  padding: 32px 0 22px 0;
}
#header2 #top #header-title2 > a > i {
  margin: 0 auto;
  background: url("images/logo.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 186px;
  height: 44px;
  display: block;
  max-width: 100%;
  transition: opacity 0.25s;
}
#header2 #top #header-title2 > a > img {
  display: none;
}
#header2 #top #header-title2 > a:hover > i {
  opacity: 0.55;
}
#header2 #navigation2 {
  clear: both;
  position: relative;
  padding-bottom: 3em;
}
#header2 #navigation2 a {
  background: #ff8201;
  color: #fff;
  display: block;
  padding: 0.4em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  transition: background-color 0.25s, color 0.25s;
}
#header2 #navigation2 a:hover {
  background: #e5e5e5;
  color: #000;
}
#header2 #navigation2 .menu {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 -0.1em;
}
#header2 #navigation2 .menu > li {
  flex: 1;
  border: 0.1em solid #fff;
}
#header2 #navigation2 .menu > li.current-menu-item > a {
  background: #e5e5e5;
  color: #000;
}
#header2 #navigation2 .menu > li:hover > .sub-menu,
#header2 #navigation2 .menu > li.current-menu-item > .sub-menu {
  display: flex;
}
#header2 #navigation2 .menu > li:hover > .sub-menu {
  z-index: 2;
}
#header2 #navigation2 .sub-menu {
  list-style: none;
  display: none;
  padding: 0.2em 0 0 0;
  margin: 0 -0.1em;
  position: absolute;
  left: 0;
  right: 0;
}
#header2 #navigation2 .sub-menu > li {
  flex: 1;
  border: 0.1em solid #fff;
}
#header2 #navigation2 .sub-menu > li > a {
  background: #e5e5e5;
  color: #000;
}
#header2 #navigation2 .sub-menu > li:hover > a {
  color: #ff8201;
}
@media (max-width: 760px) {
  #header2 #top .socmed-follow2 {
    display: none;
  }
  #header2 #top .search-icon {
    padding-right: 1.5em;
  }
  #header2 #top .menu {
    display: none;
  }
  #header2 #navigation2 {
    display: none;
  }
}
/* ------------------ */
#navigation-mobile2 {
  display: none;
}
#more-mobile2 {
  display: none;
  position: absolute;
  background: none;
  border-radius: 50%;
  width: 3em;
  top: 2em;
  right: 15px;
  bottom: 0;
  box-sizing: border-box;
  z-index: 1040;
  justify-content: center;
}
body.show-mobile-menu #more-mobile2 {
  background: none;
}
#more-mobile2 .more-mobile-wrapper {
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 40px;
  height: 33px;
  align-self: center;
}
#more-mobile2 .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 5px;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  border-radius: 4px;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#more-mobile2 .more-mobile-wrapper > .a {
  top: 0;
}
#more-mobile2 .more-mobile-wrapper > .b2,
#more-mobile2 .more-mobile-wrapper > .b {
  top: 14px;
}
#more-mobile2 .more-mobile-wrapper > .c {
  top: 28px;
}
#more-mobile2 .more-mobile-wrapper:hover > .a,
#more-mobile2 .more-mobile-wrapper:hover > .b,
#more-mobile2 .more-mobile-wrapper:hover > .b2,
#more-mobile2 .more-mobile-wrapper:hover > .c {
  background: #000;
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper > .a {
  opacity: 0;
  background: #000;
  -webkit-transform: translateY(16.5px);
  transform: translateY(16.5px);
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper > .b2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper > .b {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper > .c {
  opacity: 0;
  background: #000;
  -webkit-transform: translateY(-16.5px);
  transform: translateY(-16.5px);
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper:hover > .a,
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper:hover > .b,
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper:hover > .b2,
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper:hover > .c {
  background: #000;
}
@media (max-width: 760px) {
  #navigation-mobile2 {
    display: block;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    overflow: auto;
    background: #fff;
  }
  body.show-mobile-menu #navigation-mobile2 {
    height: auto;
  }
  #navigation-mobile2 .padder:before {
    content: "";
    display: block;
    padding-top: 82px;
  }
  body.admin-bar #navigation-mobile2 .padder {
    padding-top: 46px;
  }
  #navigation-mobile2 .menu {
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 0;
    text-align: left;
  }
  #navigation-mobile2 .menu a {
    display: block;
    font-size: 25px;
    color: #ff8201;
    padding: 0.62em 0.8em;
    border-bottom: 1px solid #000;
  }
  #navigation-mobile2 .menu li {
    display: block;
  }
  #navigation-mobile2 .menu > li.current-menu-item {
    color: #ff8201;
  }
  #navigation-mobile2 .menu .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
  }
  #navigation-mobile2 .menu .sub-menu > li.current-menu-item {
    color: #ff8201;
  }
  #navigation-mobile2 .menu .sub-menu a {
    font-size: 15px;
    padding-left: 1.6em;
    color: #333;
  }
  #navigation-mobile2 .languages {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 2em 2em 0 2em;
    text-align: center;
  }
  #navigation-mobile2 .languages li {
    display: inline-block;
    padding: 0.2em 0.3em;
    text-transform: uppercase;
  }
  #navigation-mobile2 .languages a {
    font-size: 18px;
    color: #333;
  }
  #navigation-mobile2 .socmed-follow {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.2em;
    display: block;
    text-align: center;
  }
  #navigation-mobile2 .socmed-follow .some-link {
    color: #333;
    padding: 0 0.11em 1.6em 0.11em;
  }
  #navigation-mobile2 .socmed-follow .some-link > .img {
    padding: 0.35em;
    width: 2.1em;
    height: 2.1em;
    border-radius: 1.05em;
    background: none;
  }
  #navigation-mobile2 .socmed-follow .some-link > .img > svg {
    fill: #000;
  }
  #navigation-mobile2 .socmed-follow .some-link > .txt {
    font-size: 8px;
    color: #000;
  }
  #navigation-mobile2 .socmed-follow .some-link:focus {
    outline: 0;
  }
  #navigation-mobile2 .socmed-follow .some-link:hover > .img {
    background: none;
  }
  #navigation-mobile2 .socmed-follow .some-link:hover > .img > svg {
    fill: #555;
  }
  #navigation-mobile2 .socmed-follow .some-link:hover > .txt {
    color: #000;
  }
  #more-mobile2 {
    display: flex;
  }
  body.show-mobile-menu {
    overflow: hidden;
  }
}
.block-nostot-listing2 .list-thumb2 {
  margin: 0 -2%;
}
.block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
  float: left;
  width: 33.33333333%;
  padding: 0 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-nostot-listing2 .list-thumb2 > .list-thumb2-item:nth-child(3n + 1) {
  clear: both;
}
.block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
  padding-bottom: 1.5em;
}
.block-nostot-listing2 .list-title2-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .block-nostot-listing2 .list-thumb2 {
    margin: 0 -2%;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item:nth-child(3n + 1) {
    clear: none;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
    float: left;
    width: 50%;
    padding: 0 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item:nth-child(2n + 1) {
    clear: both;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
    padding-bottom: 1.5em;
  }
}
@media (max-width: 560px) {
  .block-nostot-listing2 .list-thumb2 > .list-thumb-item:nth-child(2n + 1) {
    clear: none;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
    float: none;
    width: 100%;
    clear: none;
    padding-bottom: 1.5em;
  }
}
.block-nostot-listing2 .col1 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 1em;
}
.block-nostot-listing2 .col2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 1em;
}
@media (max-width: 760px) {
  .block-nostot-listing2 .col1 {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .block-nostot-listing2 .col2 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
}
.block-nostot-listing5 .col1 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 1em;
}
.block-nostot-listing5 .col2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 1em;
}
@media (max-width: 760px) {
  .block-nostot-listing5 .col1 {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .block-nostot-listing5 .col2 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
}
.block-nostot-listing6 .col1 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 1em;
}
.block-nostot-listing6 .col2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 1em;
}
@media (max-width: 760px) {
  .block-nostot-listing6 .col1 {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .block-nostot-listing6 .col2 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
}
.block-nostot-uutiset .header-untagged {
  display: none;
}
.block-nostot-uutiset .header-untagged:before {
  display: none;
}
.block-nostot-uutiset .list-thumb-big .details {
  position: relative;
  background: #fff;
}
.block-nostot-uutiset .list-thumb-big .details .titles {
  color: #000;
}
.block-nostot-uutiset .list-thumb-big .details .titles > h2 {
  color: #000;
}
.block-nostot-uutiset .list-thumb-big > .list-thumb-big-item > a > .img > i {
  padding-top: 56.25%;
}
.block-nostot-uutiset .list-thumb2 {
  margin: 0 -2%;
}
.block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
  float: left;
  width: 33.33333333%;
  padding: 0 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-nostot-uutiset .list-thumb2 > .list-thumb2-item:nth-child(3n + 1) {
  clear: both;
}
.block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
  padding-bottom: 1.5em;
}
@media (max-width: 760px) {
  .block-nostot-uutiset .list-thumb2 {
    margin: 0 -2%;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item:nth-child(3n + 1) {
    clear: none;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
    float: left;
    width: 50%;
    padding: 0 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item:nth-child(2n + 1) {
    clear: both;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
    padding-bottom: 1.5em;
  }
}
@media (max-width: 560px) {
  .block-nostot-uutiset .list-thumb2 > .list-thumb-item:nth-child(2n + 1) {
    clear: none;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
    float: none;
    width: 100%;
    clear: none;
    padding-bottom: 1.5em;
  }
}
#header2-padder {
  height: 174px;
}
body.admin-bar #header2-padder {
  height: 204px;
}
@media (max-width: 760px) {
  #header2-padder {
    height: 99px;
  }
  body.admin-bar #header2-padder {
    height: 134px;
  }
}
#header2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000;
  background: #fff;
  overflow: hidden;
}
body.admin-bar #header2 {
  top: 32px;
}
#header2 #top .search-icon {
  float: right;
  margin-top: 2.5em;
  margin-right: 2.5em;
  width: 1.75em;
  height: 1.75em;
  display: block;
  fill: #333;
  transition: fill 0.25s;
}
#header2 #top .search-icon:hover {
  fill: #ff8201;
}
#header2 #top .socmed-follow2 {
  float: right;
  padding-top: 2em;
}
#header2 #top .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin-top: 2.65em;
  margin-right: 2.5em;
  float: right;
}
#header2 #top .menu li {
  display: inline;
}
#header2 #top .menu a {
  transition: color 0.25s;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333;
  font-size: 120%;
}
#header2 #top .menu a:hover,
#header2 #top .menu .current_page_parent > a,
#header2 #top .menu .current_page_item > a {
  color: #ff8201;
}
#header2 #top #header-title2 {
  float: left;
  margin: 0;
  padding: 0;
}
#header2 #top #header-title2 > a {
  display: block;
  padding: 32px 0 22px 0;
}
#header2 #top #header-title2 > a > i {
  margin: 0 auto;
  background: url("images/logo.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 186px;
  height: 44px;
  display: block;
  max-width: 100%;
  transition: opacity 0.25s;
}
#header2 #top #header-title2 > a > img {
  display: none;
}
#header2 #top #header-title2 > a:hover > i {
  opacity: 0.55;
}
#header2 #navigation2 {
  clear: both;
  position: relative;
  padding-bottom: 3em;
}
#header2 #navigation2 a {
  background: #ff8201;
  color: #fff;
  display: block;
  padding: 0.4em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  transition: background-color 0.25s, color 0.25s;
}
#header2 #navigation2 a:hover {
  background: #e5e5e5;
  color: #000;
}
#header2 #navigation2 .menu {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 -0.1em;
}
#header2 #navigation2 .menu > li {
  flex: 1;
  border: 0.1em solid #fff;
}
#header2 #navigation2 .menu > li.current-menu-item > a {
  background: #e5e5e5;
  color: #000;
}
#header2 #navigation2 .menu > li:hover > .sub-menu,
#header2 #navigation2 .menu > li.current-menu-item > .sub-menu {
  display: flex;
}
#header2 #navigation2 .menu > li:hover > .sub-menu {
  z-index: 2;
}
#header2 #navigation2 .sub-menu {
  list-style: none;
  display: none;
  padding: 0.2em 0 0 0;
  margin: 0 -0.1em;
  position: absolute;
  left: 0;
  right: 0;
}
#header2 #navigation2 .sub-menu > li {
  flex: 1;
  border: 0.1em solid #fff;
}
#header2 #navigation2 .sub-menu > li > a {
  background: #e5e5e5;
  color: #000;
}
#header2 #navigation2 .sub-menu > li:hover > a {
  color: #ff8201;
}
@media (max-width: 760px) {
  #header2 #top .socmed-follow2 {
    display: none;
  }
  #header2 #top .search-icon {
    padding-right: 1.5em;
  }
  #header2 #top .menu {
    display: none;
  }
  #header2 #navigation2 {
    display: none;
  }
}
/* ------------------ */
#navigation-mobile2 {
  display: none;
}
#more-mobile2 {
  display: none;
  position: absolute;
  background: none;
  border-radius: 50%;
  width: 3em;
  top: 2em;
  right: 15px;
  bottom: 0;
  box-sizing: border-box;
  z-index: 1040;
  justify-content: center;
}
body.show-mobile-menu #more-mobile2 {
  background: none;
}
#more-mobile2 .more-mobile-wrapper {
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 40px;
  height: 33px;
  align-self: center;
}
#more-mobile2 .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 5px;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  border-radius: 4px;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#more-mobile2 .more-mobile-wrapper > .a {
  top: 0;
}
#more-mobile2 .more-mobile-wrapper > .b2,
#more-mobile2 .more-mobile-wrapper > .b {
  top: 14px;
}
#more-mobile2 .more-mobile-wrapper > .c {
  top: 28px;
}
#more-mobile2 .more-mobile-wrapper:hover > .a,
#more-mobile2 .more-mobile-wrapper:hover > .b,
#more-mobile2 .more-mobile-wrapper:hover > .b2,
#more-mobile2 .more-mobile-wrapper:hover > .c {
  background: #000;
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper > .a {
  opacity: 0;
  background: #000;
  -webkit-transform: translateY(16.5px);
  transform: translateY(16.5px);
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper > .b2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper > .b {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper > .c {
  opacity: 0;
  background: #000;
  -webkit-transform: translateY(-16.5px);
  transform: translateY(-16.5px);
}
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper:hover > .a,
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper:hover > .b,
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper:hover > .b2,
body.show-mobile-menu #more-mobile2 .more-mobile-wrapper:hover > .c {
  background: #000;
}
@media (max-width: 760px) {
  #navigation-mobile2 {
    display: block;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    overflow: auto;
    background: #fff;
  }
  body.show-mobile-menu #navigation-mobile2 {
    height: auto;
  }
  #navigation-mobile2 .padder:before {
    content: "";
    display: block;
    padding-top: 82px;
  }
  body.admin-bar #navigation-mobile2 .padder {
    padding-top: 46px;
  }
  #navigation-mobile2 .menu {
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 0;
    text-align: left;
  }
  #navigation-mobile2 .menu a {
    display: block;
    font-size: 25px;
    color: #ff8201;
    padding: 0.62em 0.8em;
    border-bottom: 1px solid #000;
  }
  #navigation-mobile2 .menu li {
    display: block;
  }
  #navigation-mobile2 .menu > li.current-menu-item {
    color: #ff8201;
  }
  #navigation-mobile2 .menu .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
  }
  #navigation-mobile2 .menu .sub-menu > li.current-menu-item {
    color: #ff8201;
  }
  #navigation-mobile2 .menu .sub-menu a {
    font-size: 15px;
    padding-left: 1.6em;
    color: #333;
  }
  #navigation-mobile2 .languages {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 2em 2em 0 2em;
    text-align: center;
  }
  #navigation-mobile2 .languages li {
    display: inline-block;
    padding: 0.2em 0.3em;
    text-transform: uppercase;
  }
  #navigation-mobile2 .languages a {
    font-size: 18px;
    color: #333;
  }
  #navigation-mobile2 .socmed-follow {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.2em;
    display: block;
    text-align: center;
  }
  #navigation-mobile2 .socmed-follow .some-link {
    color: #333;
    padding: 0 0.11em 1.6em 0.11em;
  }
  #navigation-mobile2 .socmed-follow .some-link > .img {
    padding: 0.35em;
    width: 2.1em;
    height: 2.1em;
    border-radius: 1.05em;
    background: none;
  }
  #navigation-mobile2 .socmed-follow .some-link > .img > svg {
    fill: #000;
  }
  #navigation-mobile2 .socmed-follow .some-link > .txt {
    font-size: 8px;
    color: #000;
  }
  #navigation-mobile2 .socmed-follow .some-link:focus {
    outline: 0;
  }
  #navigation-mobile2 .socmed-follow .some-link:hover > .img {
    background: none;
  }
  #navigation-mobile2 .socmed-follow .some-link:hover > .img > svg {
    fill: #555;
  }
  #navigation-mobile2 .socmed-follow .some-link:hover > .txt {
    color: #000;
  }
  #more-mobile2 {
    display: flex;
  }
  body.show-mobile-menu {
    overflow: hidden;
  }
}
.block-nostot-listing2 .list-thumb2 {
  margin: 0 -2%;
}
.block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
  float: left;
  width: 33.33333333%;
  padding: 0 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-nostot-listing2 .list-thumb2 > .list-thumb2-item:nth-child(3n + 1) {
  clear: both;
}
.block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
  padding-bottom: 1.5em;
}
.block-nostot-listing2 .list-title2-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .block-nostot-listing2 .list-thumb2 {
    margin: 0 -2%;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item:nth-child(3n + 1) {
    clear: none;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
    float: left;
    width: 50%;
    padding: 0 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item:nth-child(2n + 1) {
    clear: both;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
    padding-bottom: 1.5em;
  }
}
@media (max-width: 560px) {
  .block-nostot-listing2 .list-thumb2 > .list-thumb-item:nth-child(2n + 1) {
    clear: none;
  }
  .block-nostot-listing2 .list-thumb2 > .list-thumb2-item {
    float: none;
    width: 100%;
    clear: none;
    padding-bottom: 1.5em;
  }
}
.block-nostot-listing2 .col1 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 1em;
}
.block-nostot-listing2 .col2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 1em;
}
@media (max-width: 760px) {
  .block-nostot-listing2 .col1 {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .block-nostot-listing2 .col2 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
}
.block-nostot-listing5 .col1 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 1em;
}
.block-nostot-listing5 .col2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 1em;
}
@media (max-width: 760px) {
  .block-nostot-listing5 .col1 {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .block-nostot-listing5 .col2 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
}
.block-nostot-listing6 .col1 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 1em;
}
.block-nostot-listing6 .col2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 1em;
}
@media (max-width: 760px) {
  .block-nostot-listing6 .col1 {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .block-nostot-listing6 .col2 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
}
.block-nostot-uutiset .header-untagged {
  display: none;
}
.block-nostot-uutiset .header-untagged:before {
  display: none;
}
.block-nostot-uutiset .list-thumb-big .details {
  position: relative;
  background: #fff;
}
.block-nostot-uutiset .list-thumb-big .details .titles {
  color: #000;
}
.block-nostot-uutiset .list-thumb-big .details .titles > h2 {
  color: #000;
}
.block-nostot-uutiset .list-thumb-big > .list-thumb-big-item > a > .img > i {
  padding-top: 56.25%;
}
.block-nostot-uutiset .list-thumb2 {
  margin: 0 -2%;
}
.block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
  float: left;
  width: 33.33333333%;
  padding: 0 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-nostot-uutiset .list-thumb2 > .list-thumb2-item:nth-child(3n + 1) {
  clear: both;
}
.block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
  padding-bottom: 1.5em;
}
@media (max-width: 760px) {
  .block-nostot-uutiset .list-thumb2 {
    margin: 0 -2%;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item:nth-child(3n + 1) {
    clear: none;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
    float: left;
    width: 50%;
    padding: 0 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item:nth-child(2n + 1) {
    clear: both;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
    padding-bottom: 1.5em;
  }
}
@media (max-width: 560px) {
  .block-nostot-uutiset .list-thumb2 > .list-thumb-item:nth-child(2n + 1) {
    clear: none;
  }
  .block-nostot-uutiset .list-thumb2 > .list-thumb2-item {
    float: none;
    width: 100%;
    clear: none;
    padding-bottom: 1.5em;
  }
}
.list-person-item {
  padding: 0 0 1.5em 0;
}
.list-person-item.active a h2 {
  color: #ff8201;
}
.list-person-item h2 {
  padding: 0.1em 0 0.3em 0;
}
.list-person-item .author {
  padding: 0;
  color: #333;
}
.list-person-item a {
  color: #333;
}
.list-person-item:last-child {
  padding-bottom: 0;
}
.list-thumb-big2 {
  padding: 0 0 4.2% 0;
}
.list-thumb-big2-item {
  position: relative;
  overflow: hidden;
}
.list-thumb-big2-item + .list-thumb-big-item {
  padding-top: 2.5em;
}
.list-thumb-big2-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
}
.list-thumb-big2-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-big2-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-big2-item > a > .img > img {
  width: 100%;
  display: block;
}
.list-thumb-big2-item > a > .img > .tag {
  position: absolute;
  left: 0;
  top: 3em;
  padding: 0.25em 2.5em 0.2em 1em;
  background: #ff8201;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 760px) {
  .list-thumb-big2-item > a > .img > .tag {
    top: 0;
  }
}
.list-thumb-big2-item > a > .details {
  position: static;
  bottom: 0;
  transition: background 0.25s;
  padding: 1.15em 0 0 0;
  display: block;
  color: #333;
}
.list-thumb-big2-item > a > .details > h2 {
  font-size: 2.54885302vw;
  padding-bottom: 0.5em;
}
@media (min-width: 1177px) {
  .list-thumb-big2-item > a > .details > h2 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .list-thumb-big2-item > a > .details > h2 {
    font-size: 19.37128292px;
  }
}
#ie8 .list-thumb-big2-item > a > .details {
  background: #000;
}
@media (max-width: 760px) {
  .list-thumb-big2-item > a > .details > .excerpt {
    display: none;
  }
}
.list-thumb-circle-item {
  padding: 0 0 0.6em 0;
}
.list-thumb-circle-item > a {
  color: #333;
}
.list-thumb-circle-item > a > .img {
  float: left;
  width: 20%;
  padding-right: 1.5em;
  position: relative;
}
.list-thumb-circle-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  transition: opacity 0.25s;
}
.list-thumb-circle-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-circle-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-circle-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb-circle-item > a > .details {
  padding: 0.45em 0 0 0;
  overflow: hidden;
}
.list-thumb-circle-item > a > .details > h2 {
  padding: 0.1em 0 0.3em 0;
}
.list-thumb-circle-item > a:hover > .img > i {
  opacity: 0.7;
}
.list-thumb-side2-item {
  padding: 0 0 1.6em 0;
}
.list-thumb-side2-item:last-child {
  padding-bottom: 0;
}
.list-thumb-side2-item > a {
  color: #333;
}
.list-thumb-side2-item > a > .img {
  float: left;
  width: 33%;
  padding-right: 1.5em;
  position: relative;
}
.list-thumb-side2-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
  transition: opacity 0.25s;
}
.list-thumb-side2-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-side2-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-side2-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb-side2-item > a > .details {
  padding: 0 0 0 0;
  overflow: hidden;
}
.list-thumb-side2-item > a > .details > h2 {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}
.list-thumb-side2-item > a:hover > .img > i {
  opacity: 0.7;
}
@media (max-width: 760px) {
  .list-thumb-side2-item > a > .details > .content {
    display: none;
  }
}
.list-thumb2-item {
  padding: 0 0 1.5em 0;
}
.list-thumb2-item > a {
  color: #333;
}
.list-thumb2-item > a > .img {
  position: relative;
}
.list-thumb2-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
  transition: opacity 0.25s;
}
.list-thumb2-item > a > .img > img {
  display: none;
}
.list-thumb2-item > a > .img > .tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25em 0.2em 0.2em 1em;
  background: #ff8201;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 80%;
}
@media (max-width: 760px) {
  .list-thumb2-item > a > .img > .tag {
    font-size: 7px;
    white-space: normal;
  }
}
#ie8 .list-thumb2-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb2-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb2-item > a > .details > h2 {
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}
.list-thumb2-item > a > .details > .meta-new {
  padding-top: 0.65em;
  padding-bottom: 0.15em;
}
.list-thumb2-item > a:hover > .img > i {
  opacity: 0.7;
}
@media (max-width: 560px) {
  .list-thumb2-item {
    overflow: hidden;
  }
  .list-thumb2-item > a {
    color: #333;
  }
  .list-thumb2-item > a > .img {
    overflow: hidden;
    position: relative;
    float: left;
    width: 33%;
  }
  .list-thumb2-item > a > .img > .tag {
    display: none;
  }
  .list-thumb2-item > a > .details {
    overflow: hidden;
    padding-left: 1.2em;
  }
  .list-thumb2-item > a > .details > .meta-new {
    padding-top: 0;
  }
}
.list-title2-item {
  padding: 0 0 1.5em 0;
}
.list-title2-item.active a h2 {
  color: #ff8201;
}
.list-title2-item h2 {
  padding: 0.1em 0 0.3em 0;
}
.list-title2-item .author {
  padding: 0;
  color: #333;
}
.list-title2-item a {
  color: #333;
}
.list-person-item {
  padding: 0 0 1.5em 0;
}
.list-person-item.active a h2 {
  color: #ff8201;
}
.list-person-item h2 {
  padding: 0.1em 0 0.3em 0;
}
.list-person-item .author {
  padding: 0;
  color: #333;
}
.list-person-item a {
  color: #333;
}
.list-person-item:last-child {
  padding-bottom: 0;
}
.list-thumb-big2 {
  padding: 0 0 4.2% 0;
}
.list-thumb-big2-item {
  position: relative;
  overflow: hidden;
}
.list-thumb-big2-item + .list-thumb-big-item {
  padding-top: 2.5em;
}
.list-thumb-big2-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
}
.list-thumb-big2-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-big2-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-big2-item > a > .img > img {
  width: 100%;
  display: block;
}
.list-thumb-big2-item > a > .img > .tag {
  position: absolute;
  left: 0;
  top: 3em;
  padding: 0.25em 2.5em 0.2em 1em;
  background: #ff8201;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 760px) {
  .list-thumb-big2-item > a > .img > .tag {
    top: 0;
  }
}
.list-thumb-big2-item > a > .details {
  position: static;
  bottom: 0;
  transition: background 0.25s;
  padding: 1.15em 0 0 0;
  display: block;
  color: #333;
}
.list-thumb-big2-item > a > .details > h2 {
  font-size: 2.54885302vw;
  padding-bottom: 0.5em;
}
@media (min-width: 1177px) {
  .list-thumb-big2-item > a > .details > h2 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .list-thumb-big2-item > a > .details > h2 {
    font-size: 19.37128292px;
  }
}
#ie8 .list-thumb-big2-item > a > .details {
  background: #000;
}
@media (max-width: 760px) {
  .list-thumb-big2-item > a > .details > .excerpt {
    display: none;
  }
}
.list-thumb-circle-item {
  padding: 0 0 0.6em 0;
}
.list-thumb-circle-item > a {
  color: #333;
}
.list-thumb-circle-item > a > .img {
  float: left;
  width: 20%;
  padding-right: 1.5em;
  position: relative;
}
.list-thumb-circle-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  transition: opacity 0.25s;
}
.list-thumb-circle-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-circle-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-circle-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb-circle-item > a > .details {
  padding: 0.45em 0 0 0;
  overflow: hidden;
}
.list-thumb-circle-item > a > .details > h2 {
  padding: 0.1em 0 0.3em 0;
}
.list-thumb-circle-item > a:hover > .img > i {
  opacity: 0.7;
}
.list-thumb-side2-item {
  padding: 0 0 1.6em 0;
}
.list-thumb-side2-item:last-child {
  padding-bottom: 0;
}
.list-thumb-side2-item > a {
  color: #333;
}
.list-thumb-side2-item > a > .img {
  float: left;
  width: 33%;
  padding-right: 1.5em;
  position: relative;
}
.list-thumb-side2-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
  transition: opacity 0.25s;
}
.list-thumb-side2-item > a > .img > img {
  display: none;
}
#ie8 .list-thumb-side2-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb-side2-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb-side2-item > a > .details {
  padding: 0 0 0 0;
  overflow: hidden;
}
.list-thumb-side2-item > a > .details > h2 {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}
.list-thumb-side2-item > a:hover > .img > i {
  opacity: 0.7;
}
@media (max-width: 760px) {
  .list-thumb-side2-item > a > .details > .content {
    display: none;
  }
}
.list-thumb2-item {
  padding: 0 0 1.5em 0;
}
.list-thumb2-item > a {
  color: #333;
}
.list-thumb2-item > a > .img {
  position: relative;
}
.list-thumb2-item > a > .img > i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 66.66666%;
  transition: opacity 0.25s;
}
.list-thumb2-item > a > .img > img {
  display: none;
}
.list-thumb2-item > a > .img > .tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25em 0.2em 0.2em 1em;
  background: #ff8201;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 80%;
}
@media (max-width: 760px) {
  .list-thumb2-item > a > .img > .tag {
    font-size: 7px;
    white-space: normal;
  }
}
#ie8 .list-thumb2-item > a > .img > i {
  display: none;
}
#ie8 .list-thumb2-item > a > .img > img {
  display: block;
  width: 100%;
}
.list-thumb2-item > a > .details > h2 {
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}
.list-thumb2-item > a > .details > .meta-new {
  padding-top: 0.65em;
  padding-bottom: 0.15em;
}
.list-thumb2-item > a:hover > .img > i {
  opacity: 0.7;
}
@media (max-width: 560px) {
  .list-thumb2-item {
    overflow: hidden;
  }
  .list-thumb2-item > a {
    color: #333;
  }
  .list-thumb2-item > a > .img {
    overflow: hidden;
    position: relative;
    float: left;
    width: 33%;
  }
  .list-thumb2-item > a > .img > .tag {
    display: none;
  }
  .list-thumb2-item > a > .details {
    overflow: hidden;
    padding-left: 1.2em;
  }
  .list-thumb2-item > a > .details > .meta-new {
    padding-top: 0;
  }
}
.list-title2-item {
  padding: 0 0 1.5em 0;
}
.list-title2-item.active a h2 {
  color: #ff8201;
}
.list-title2-item h2 {
  padding: 0.1em 0 0.3em 0;
}
.list-title2-item .author {
  padding: 0;
  color: #333;
}
.list-title2-item a {
  color: #333;
}
