/*!
Theme Name:     Theme1
Description:    
Author:         Ulkoasu: Tero Ahonen, Ohjelmointi: Jari Pennanen
Version:        
License:
*/
/* HTML5 support for IE6,7,8 */
@font-face {
  font-family: 'liquidofluid';
  src: url('css/liquido-fluid-webfont.woff2') format('woff2'), url('css/liquido-fluid-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
body {
  font-family: Arial;
}
ul,
ol {
  padding: 0 0 1em 1.5em;
  margin: 0;
}
p {
  padding: 0 0 1em 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.screen-reader-response,
.skip-link,
.assistive-text,
.assistive-navigation {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.clear,
.clearfix {
  clear: both;
}
div.error,
p.error,
span.error {
  color: #D32A24;
}
.small-highlight {
  font-size: 70%;
}
blockquote {
  border-left: 3px solid #efefef;
  margin: 0 0 1em 1.0em;
  padding: 0.2em 0 0.2em 1.5em;
  overflow: hidden;
}
blockquote p:last-child {
  padding-bottom: 0;
}
/* Embeds */
.ownskit-embedhtmlshort {
  margin: 0 0 1em 0;
}
/* =Images
-------------------------------------------------------------- */
img {
  border: 0;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  width: auto !important;
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft-wrap {
  float: left;
}
.alignnone,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: left;
  clear: left;
  margin-right: 14px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: right;
  clear: right;
  margin-left: 14px;
  margin-top: 4px;
}
.alignnone,
.aligncenter,
.wp-post-image,
img.aligncenter {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter iframe {
  display: block;
  margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  width: auto !important;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /* prevent too-wide images from breaking layout */
  text-align: center;
  color: gray;
  font-family: Georgia;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.gallery-icon img,
.wp-caption img {
  display: block;
  margin: 0 auto 3px auto;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.wp-smiley {
  margin: 0;
}
/* WP-Gallery feature */
.gallery {
  clear: both;
  margin: 0 -10px;
}
.gallery .gallery-caption,
.gallery .gallery-content,
.gallery .gallery-icon {
  margin: 0 10px;
  display: block;
}
.gallery .gallery-icon .preview {
  display: block;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
#ie7 .gallery-columns-2 .gallery-item {
  width: 48%;
}
#ie7 .gallery-columns-3 .gallery-item {
  width: 31%;
}
#ie7 .gallery-columns-4 .gallery-item {
  width: 23%;
}
#ie7 .gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: both;
}
.gallery img {
  display: block;
  margin: 0 auto;
  border: 1px solid #D3D4D4;
}
.gallery .attachment-thumbnail,
.gallery .attachment-medium {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 3px 0 12px;
}
.ownskit-galleries .gallery-content {
  display: none;
}
.gallery .gallery-content {
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    max-width: 45% !important;
  }
}
/* LESS Mixins 
 * https://github.com/dmitryf/elements/blob/master/elements.less
 * */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.nform select,
.nform textarea,
.nform input[type=password],
.nform input[type=number],
.nform input[type=text],
.nform input[type=email] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  padding: 0 0.7rem;
  line-height: 2.1em;
  display: block;
  margin: 0;
}
.nform select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('../images/select.png') right center no-repeat;
  background-size: 30px auto;
  padding: 0.2em 0.55em;
}
.nform textarea {
  height: 130px;
  max-width: none;
  padding: 1em 0.7rem;
  overflow: auto;
}
.nform fieldset {
  margin: 0;
  padding: 0 0 1em 0;
  border: 0;
}
.nform .radio {
  line-height: 1.7em;
  display: block;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.nform .radio .name {
  padding: 0 0 0 22px;
  display: inline-block;
}
.nform .radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.nform .radio input + i {
  position: absolute;
  top: 1px;
  left: 0;
  background: url('radio.png') 0 0;
  width: 18px;
  height: 18px;
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
}
.nform .radio input:checked + i {
  background-position: 0 -20px;
}
.nform .radio:hover {
  color: gray;
}
.nform .radio:hover + i {
  opacity: 0.7;
}
.nform .msg,
.nform .wpcf7-response-output {
  padding: 0.5em 1em;
  background: #efefef;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.nform .wpcf7-display-none {
  display: none;
}
.nform .wpcf7-not-valid,
.nform textarea.error,
.nform input.error,
.nform select.error {
  border: 1px solid red;
}
.nform .wpcf7-not-valid-tip,
.nform span.error {
  font-size: 80%;
  color: red;
  line-height: 1.1;
}
.nform .required {
  color: inherit;
}
.nform .form-row {
  margin: 0 0 5px 0;
}
.nform .form-row > .name {
  display: block;
  padding: 0.3em 0 0 0;
}
.nform .form-row label.error {
  color: red;
  padding: 0.5em 0 1em 0;
  display: block;
  font-size: 80%;
  line-height: 1;
}
.nform .form-row-checkbox {
  padding: 0.5em 0 0 0;
  display: block;
}
.nform .watermark {
  position: relative;
  display: block;
}
.nform .watermark br {
  display: none;
}
.nform .watermark .name {
  position: absolute;
  top: 0.45em;
  left: 0.7em;
  line-height: 2.2;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  z-index: 10;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark.focused .name {
  background: #777;
  color: #fff;
  padding: 0.3em 0.75em;
  position: absolute;
  z-index: 10001;
  font-weight: normal;
  display: block;
  top: -2.2em;
  left: -0.1em;
  border-radius: 10px;
}
.nform .watermark.focused .name:after {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: #777;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  margin-left: -7px;
  left: 50%;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
::selection {
  background: #efefef;
  color: #000 !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #efefef;
  color: #000 !important;
  opacity: 1 !important;
}
em {
  color: #888;
}
.page-title-size {
  font-size: 32px;
  padding: 0.3em 0 0.7em;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #000;
  letter-spacing: 0.01em;
  text-align: center;
  padding-bottom: 1em;
  font-size: 55px;
  display: block;
}
.ingress {
  font-size: 22px;
  font-weight: 300;
}
.title-block {
  font-size: 28px;
}
.ingress-block {
  font-size: 16px;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
}
.product_title {
  font-size: 42px;
}
.product .price {
  font-size: 42px;
}
.small-highlight {
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.big-title {
  font-size: 64px;
  line-height: 1.1;
  padding: 0 0 0.4em 0;
}
iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.jump-target {
  display: block;
  height: 1px;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
}
body {
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  line-height: 1.66;
  font-size: 14px;
  color: #000;
  padding-bottom: 120px;
}
body::scrollbar {
  width: 28px;
}
body::-moz-scrollbar {
  width: 28px;
}
body::-webkit-scrollbar {
  width: 28px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #0e41a5;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #0e41a5;
}
#page,
#main {
  background: #fff;
}
a {
  color: #0e41a5;
  text-decoration: line-through;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
a:hover {
  color: #000;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-size: 32px;
  padding: 0.3em 0 0.7em;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #000;
  letter-spacing: 0.01em;
  text-align: center;
}
h2 {
  font-size: 20px;
  padding: 0.6em 0 0.55em;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #000;
  letter-spacing: 0.01em;
}
h3 {
  font-size: 20px;
  padding: 0.7em 0 0.5em;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #000;
  letter-spacing: 0.01em;
}
h4 {
  font-size: 20px;
  padding: 0.7em 0 2em;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #000;
  letter-spacing: 0.01em;
}
h1 + h2 {
  margin-top: 0;
}
a.pdf-icon:before {
  display: inline-block;
  content: "";
  background: url('images/pdf.png') no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: -3px;
  padding-right: 5px;
  vertical-align: middle;
}
.page-wrapper {
  max-width: 1250px;
  padding: 0 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#next-prev-nav-below {
  margin: 1.5em 0 0 auto;
  border-top: 1px solid #eee;
  padding: 1em 0 0 0;
  border-bottom: 0;
}
#next-prev-nav-below a {
  display: block;
  width: 48%;
}
#next-prev-nav-below .title {
  display: block;
}
#next-prev-nav-above {
  padding-bottom: 1.5em;
}
.next-prev-nav {
  overflow: hidden;
  padding: 0;
}
.next-prev-nav .title {
  display: none;
}
.next-prev-nav a {
  text-transform: uppercase;
  font-size: 80%;
  display: block;
  width: 40%;
  color: #bbb;
}
.next-prev-nav a:hover {
  color: #0e41a5;
}
.next-prev-nav a[rel=next] {
  float: right;
  text-align: right;
}
.next-prev-nav a[rel=next]:after {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url('images/icon-arrow-right-gray.png') 0 0 no-repeat;
  background-size: 20px auto;
  margin-left: -2px;
  position: relative;
  top: -2px;
}
.next-prev-nav a[rel=prev] {
  float: left;
}
.next-prev-nav a[rel=prev]:before {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url('images/icon-arrow-left-gray.png') 0 0 no-repeat;
  background-size: 20px auto;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
#top-left {
  float: left;
  margin-top: 15px;
}
#top-right {
  float: right;
  margin-top: 15px;
}
#top-right > .menu {
  position: relative;
  z-index: 10060;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  border-right: 1px solid #ddd;
  padding: 8px 0;
  padding-right: 15px;
  margin-right: 15px;
}
#top-right > .top-cart {
  display: inline-block;
}
#sub-navigation {
  text-align: center;
  padding: 1.5em 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #000;
}
#sub-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#sub-navigation .menu > li {
  line-height: 1;
  display: inline-block;
}
#sub-navigation .menu > li > a {
  font-size: 14px;
  padding: 0 1rem 0 1rem;
  color: #000;
}
#sub-navigation .menu > li > a:hover {
  color: #0e41a5;
}
#sub-navigation .menu > li.current_page_item > a,
#sub-navigation .menu > li.current-menu-item > a {
  color: #0e41a5;
}
#sub-navigation .menu > li:after {
  display: inline-block;
  vertical-align: middle;
  content: "|";
}
#sub-navigation .menu > li:last-child:after {
  display: none;
  content: none;
}
#sub-navigation .menu > li > ul {
  display: none;
}
#main {
  overflow: hidden;
}
#pagenav {
  font-size: 16px;
  text-align: left;
  padding: 0 0 2em 0;
}
#pagenav > .page-numbers {
  margin: 0 0 4px 0;
  padding: 4px 0;
  min-width: 2.2em;
  text-align: center;
  display: inline-block;
  color: #0e41a5;
  border: 1px solid #0e41a5;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: #000;
  color: #000;
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
.socmed {
  text-align: center;
  padding-top: 2em;
}
.socmed > .title {
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.socmed-share,
.socmed-follow {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.socmed-share > li,
.socmed-follow > li {
  display: inline-block;
}
.socmed-share .some-link,
.socmed-follow .some-link {
  color: #000;
  position: relative;
  display: block;
  padding: 0 8px 2.2em 8px;
  font-size: 10px;
}
.socmed-share .some-link > .img,
.socmed-follow .some-link > .img {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, border-color 0.25s;
  -ms-transition: background-color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 52px;
  height: 52px;
  background: #0e41a5;
  border-radius: 26px;
}
.socmed-share .some-link > .img > svg,
.socmed-follow .some-link > .img > svg {
  -webkit-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  -ms-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.socmed-share .some-link > .txt,
.socmed-follow .some-link > .txt {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  bottom: 0;
  left: -2.2em;
  right: -2.2em;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}
.socmed-share .some-link:hover > .img,
.socmed-follow .some-link:hover > .img {
  background: #202020;
}
.socmed-share .some-link:hover > .img > svg,
.socmed-follow .some-link:hover > .img > svg {
  fill: #0e41a5;
}
.socmed-share .some-link:hover > .txt,
.socmed-follow .some-link:hover > .txt {
  opacity: 1;
}
.style-dark .socmed-share .some-link > .txt,
.style-dark .socmed-follow .some-link > .txt {
  color: #fff;
}
.style-dark .socmed-share .some-link:hover > .img,
.style-dark .socmed-follow .some-link:hover > .img {
  background: #a0a0a0;
}
.style-dark .socmed-share .some-link:hover > .img > svg,
.style-dark .socmed-follow .some-link:hover > .img > svg {
  fill: #0e41a5;
}
.style-dark .socmed-share .some-link:hover > .txt,
.style-dark .socmed-follow .some-link:hover > .txt {
  opacity: 1;
}
.socmed-share-text,
.socmed-follow-text {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 2.0;
}
.socmed-share-text .img,
.socmed-follow-text .img {
  display: none;
}
@media (max-width: 550px) {
  .socmed-share,
  .socmed-follow {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
  }
  .socmed-share .some-link,
  .socmed-follow .some-link {
    padding: 0 4px 2.2em 4px;
  }
  .socmed-share .some-link > .img,
  .socmed-follow .some-link > .img {
    padding: 15px;
  }
}
.more-link {
  cursor: pointer;
  cursor: hand;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
  -moz-transition: background 0.25s, border 0.25s, color 0.25s;
  -ms-transition: background 0.25s, border 0.25s, color 0.25s;
  -o-transition: background 0.25s, border 0.25s, color 0.25s;
  transition: background 0.25s, border 0.25s, color 0.25s;
  display: inline-block;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #0e41a5;
  background: none;
  border: 2px solid #0e41a5;
  font-family: inherit;
}
.more-link.pull-right {
  float: right;
}
.style-dark .more-link:hover,
.style-light .more-link:hover,
.more-link:hover {
  color: #fff;
  background: #0e41a5;
  border-color: #0e41a5;
}
.more-link:focus {
  outline: 0;
}
.more-link.big {
  font-weight: 300;
  font-size: 18px;
}
.style-dark .more-link {
  color: #fff;
  border: 2px solid #fff;
}
.style-dark .more-link:hover {
  color: #fff;
  background: #0e41a5;
  border-color: #0e41a5;
}
.more-link.button-style-colored {
  background: #0e41a5;
  border-color: #0e41a5;
  color: #fff;
}
.style-dark .more-link.button-style-colored:hover,
.style-light .more-link.button-style-colored:hover,
.more-link.button-style-colored:hover {
  color: #0e41a5;
  background: #000;
  border-color: #000;
}
.button {
  cursor: pointer;
  cursor: hand;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
  -moz-transition: background 0.25s, border 0.25s, color 0.25s;
  -ms-transition: background 0.25s, border 0.25s, color 0.25s;
  -o-transition: background 0.25s, border 0.25s, color 0.25s;
  transition: background 0.25s, border 0.25s, color 0.25s;
  display: inline-block;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #0e41a5;
  background: none;
  border: 2px solid #0e41a5;
  font-family: inherit;
}
.button.pull-right {
  float: right;
}
.style-dark .button:hover,
.style-light .button:hover,
.button:hover {
  color: #fff;
  background: #0e41a5;
  border-color: #0e41a5;
}
.button:focus {
  outline: 0;
}
.button.big {
  font-weight: 300;
  font-size: 18px;
}
.style-dark .button {
  color: #fff;
  border: 2px solid #fff;
}
.style-dark .button:hover {
  color: #fff;
  background: #0e41a5;
  border-color: #0e41a5;
}
.button.button-style-colored {
  background: #0e41a5;
  border-color: #0e41a5;
  color: #fff;
}
.style-dark .button.button-style-colored:hover,
.style-light .button.button-style-colored:hover,
.button.button-style-colored:hover {
  color: #0e41a5;
  background: #000;
  border-color: #000;
}
.primary-btn {
  cursor: pointer;
  cursor: hand;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
  -moz-transition: background 0.25s, border 0.25s, color 0.25s;
  -ms-transition: background 0.25s, border 0.25s, color 0.25s;
  -o-transition: background 0.25s, border 0.25s, color 0.25s;
  transition: background 0.25s, border 0.25s, color 0.25s;
  display: inline-block;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #0e41a5;
  background: none;
  border: 2px solid #0e41a5;
  font-family: inherit;
  background: #0e41a5;
  color: #fff;
}
.primary-btn.pull-right {
  float: right;
}
.style-dark .primary-btn:hover,
.style-light .primary-btn:hover,
.primary-btn:hover {
  color: #fff;
  background: #0e41a5;
  border-color: #0e41a5;
}
.primary-btn:focus {
  outline: 0;
}
.primary-btn.big {
  font-weight: 300;
  font-size: 18px;
}
.style-dark .primary-btn {
  color: #fff;
  border: 2px solid #fff;
}
.style-dark .primary-btn:hover {
  color: #fff;
  background: #0e41a5;
  border-color: #0e41a5;
}
.primary-btn.button-style-colored {
  background: #0e41a5;
  border-color: #0e41a5;
  color: #fff;
}
.style-dark .primary-btn.button-style-colored:hover,
.style-light .primary-btn.button-style-colored:hover,
.primary-btn.button-style-colored:hover {
  color: #0e41a5;
  background: #000;
  border-color: #000;
}
.more-link-light {
  color: #0e41a5;
  font-weight: 600;
}
.more-link-light:hover {
  color: #000;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal {
  /*    
    + .style-normal {
    	> .txt {
    		padding-top: 0;
    	}
    }
    */
}
.style-normal .ingress {
  color: #000;
}
.style-light,
.style-light-bg {
  color: #000;
  background: #F0F0F0;
  background-size: cover;
}
.style-light .page-title-size,
.style-light-bg .page-title-size,
.style-light h1,
.style-light-bg h1,
.style-light h2,
.style-light-bg h2,
.style-light h3,
.style-light-bg h3,
.style-light h4,
.style-light-bg h4,
.style-light h5,
.style-light-bg h5 {
  color: #000;
}
.style-light .ingress,
.style-light-bg .ingress {
  color: #000;
}
.style-light a,
.style-light-bg a {
  color: #0e41a5;
}
.style-light a:hover,
.style-light-bg a:hover {
  color: #000;
}
.style-dark,
.style-dark-bg {
  background-color: #202020;
  background-size: 0;
  color: #fff;
}
.style-dark h1,
.style-dark-bg h1,
.style-dark h2,
.style-dark-bg h2,
.style-dark h3,
.style-dark-bg h3,
.style-dark h4,
.style-dark-bg h4 {
  color: #fff;
}
.style-dark a,
.style-dark-bg a {
  color: #0e41a5;
}
.style-dark a:hover,
.style-dark-bg a:hover {
  color: #fff;
}
.style-light-bg,
.style-dark-bg {
  border-top: none !important;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.style-dark-bg-overlay:before {
  background: rgba(14, 65, 165, 0.75);
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.style-dark-bg-overlay.overlay-black:before {
  background: rgba(0, 0, 0, 0.25);
}
.style-dark-bg-overlay > .txt {
  position: relative;
}
.style-dark > .txt {
  color: #fff;
}
.style-dark > .txt h1 {
  color: #fff;
}
.style-colored > .txt {
  background: #0e41a5;
  color: #fff;
}
.style-colored > .txt h1,
.style-colored > .txt h2,
.style-colored > .txt h3,
.style-colored > .txt h4,
.style-colored > .txt h5 {
  color: #fff;
}
.style-colored > .txt a {
  color: #0e41a5;
}
.style-colored > .txt a:hover {
  color: #000;
}
.style-colored > .txt .ingress {
  color: #0e41a5;
}
.style-colored > .txt .textblock-link {
  color: #0e41a5;
}
.style-colored > .txt .textblock-link:hover {
  color: #0e41a5;
}
.cols {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.cols.cols-2 {
  margin: 0 -2%;
}
.cols.cols-2 > li {
  float: left;
  width: 50%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols.cols-2 > li:nth-child(2n + 1) {
  clear: both;
}
.cols.cols-3 {
  margin: 0 -2%;
}
.cols.cols-3 > li {
  float: left;
  width: 33.33333333%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols.cols-3 > li:nth-child(3n + 1) {
  clear: both;
}
.cols.cols-4 {
  margin: 0 -2%;
}
.cols.cols-4 > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
.block {
  position: relative;
}
.block > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
.block > .txt {
  padding-top: 9%;
  padding-bottom: 9%;
}
.block > .txt > h1 {
  font-family: "liquidofluid";
  font-weight: normal;
  font-size: 800%;
  line-height: 1;
}
.block > .txt > .ingress {
  text-align: center;
}
.block.padding-layout-lower > .txt {
  padding-top: 4%;
  padding-bottom: 1%;
}
.block-articles-pyhimys-listing > .page-wrapper {
  max-width: 650px;
  margin: 0 auto;
  padding-top: 10em;
}
.block-articles-pyhimys-listing .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-articles-pyhimys-listing .article-list-item {
  font-family: "Linotype Didot W01";
  font-weight: 400;
  font-size: 150%;
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-pyhimys-listing .article-list-item .meta {
  padding: 0 0 1em 0;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles-pyhimys-listing .article-list-item h2 {
  font-family: "Linotype Didot W01";
  font-weight: 400;
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles-pyhimys-listing .article-list-item h2 > span {
  font-size: 160%;
}
.block-articles-pyhimys-listing .article-list-item > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.block-articles-pyhimys-listing .article-list-item > a:hover {
  color: #0e41a5;
}
.block-articles-pyhimys-listing .article-list-item > a:hover h2 {
  color: #0e41a5;
}
@media (max-width: 750px) {
  .block-articles-pyhimys-listing > .page-wrapper {
    padding-top: 3em;
  }
  .block-articles-pyhimys-listing .article-list-item {
    font-size: 13px;
    padding: 0 0 3.5em 0;
  }
  .block-articles-pyhimys-listing .article-list-item h2 > span {
    font-size: 17px;
  }
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  text-indent: 0;
}
#content {
  padding: 150px 0 0 0;
  max-width: 650px;
  margin: 0 auto;
}
#content .meta {
  text-align: center;
}
#content .socmed-share-text {
  text-align: center;
}
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: black center center no-repeat;
  background-size: cover;
  z-index: 2000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body.show-popup #popup {
  display: block;
}
#popup > .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
body.show-popup {
  overflow: hidden;
}
.help {
  font-size: 90%;
  color: gray;
}
.mfp-content {
  padding-top: 40px;
}
p:first-child a.mfp-close {
  cursor: pointer;
  cursor: hand;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22110%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%20110%20110%22%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%20transform%3D%22rotate(45%2055%2055)%22%2F%3E%3Cpath%20d%3D%22M%200%2C50%20H%20110%20V%2060%20H%200%20Z%22%20transform%3D%22rotate(-45%2055%2055)%22%2F%3E%3C%2Fsvg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -15px;
}
p:first-child a.mfp-close > span {
  display: none;
}
.go-back {
  padding-bottom: 3em;
}
.go-back > a {
  text-transform: uppercase;
  font-size: 80%;
}
.buttons {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 3em 0 0 0;
}
.buttons > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buttons > li + li {
  margin-left: 0.5em;
}
.block-articles-pyhimys > .wrapper {
  padding: 15% 5% 13% 5%;
}
.block-articles-pyhimys .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -0.5%;
}
.block-articles-pyhimys .article-list > li {
  float: left;
  width: 33.33333333%;
  padding: 0 0.5% 1% 0.5%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-articles-pyhimys .article-list > li:nth-child(3n + 1) {
  clear: both;
}
.block-articles-pyhimys .article-list-item {
  font-family: "Linotype Didot W01";
  font-weight: 400;
  font-size: 120%;
  overflow: hidden;
}
.block-articles-pyhimys .article-list-item .meta {
  padding: 0 0 1em 0;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles-pyhimys .article-list-item h2 {
  font-family: "Linotype Didot W01";
  font-weight: 400;
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles-pyhimys .article-list-item h2 > span {
  font-size: 160%;
}
.block-articles-pyhimys .article-list-item > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.block-articles-pyhimys .article-list-item > a:hover {
  color: #0e41a5;
}
.block-articles-pyhimys .article-list-item > a:hover h2 {
  color: #0e41a5;
}
@media (max-width: 750px) {
  .block-articles-pyhimys > .wrapper {
    padding: 22% 5% 5% 5%;
  }
  .block-articles-pyhimys .article-list {
    margin: 0 -2.5%;
  }
  .block-articles-pyhimys .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2.5% 5% 2.5%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-articles-pyhimys .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-pyhimys .article-list > li:nth-child(n+3) {
    display: none;
  }
  .block-articles-pyhimys .article-list-item {
    margin: 0 0 2em 0;
    font-size: 13px;
  }
  .block-articles-pyhimys .article-list-item h2 > span {
    font-size: 17px;
  }
  .block-articles-pyhimys .buttons {
    padding-top: 0.5em;
  }
}
@media (max-width: 400px) {
  .block-articles-pyhimys > .wrapper {
    padding: 22% 5% 5% 5%;
  }
  .block-articles-pyhimys .article-list-item {
    font-size: 10px;
  }
  .block-articles-pyhimys .article-list-item h2 > span {
    font-size: 15px;
  }
}
.block-articles .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 580px;
  margin: 0 auto;
}
.block-articles .article-list-item {
  padding: 0 0 3.0em 0;
}
.block-articles .article-list-item:last-child {
  padding: 0;
}
.block-articles .article-list-item .image {
  width: 120px;
  float: left;
  margin-top: 2.5em;
  margin-right: 2.5em;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-articles .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
  border-bottom: 2px solid #eee;
}
.block-articles .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles .article-list-item .details h2 {
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles .article-list-item .details h2 > span {
  font-size: 125%;
}
.block-articles .article-list-item > a {
  display: block;
}
.block-articles .article-list-item > a:hover {
  color: #5b8ef1;
}
.block-articles .article-list-item > a:hover h2 {
  color: #5b8ef1;
}
.block-articles .article-list-item > a:hover .image {
  opacity: 0.8;
}
.block-articles .article-list-item:last-child .details {
  border-bottom: 0;
}
.block-articles .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-content.layout-narrower > .page-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.block-discography > .page-wrapper {
  max-width: 950px;
}
.block-discography .release-item {
  overflow: hidden;
  padding-bottom: 15%;
}
.block-discography .release-item > .details {
  float: left;
  width: 28%;
}
.block-discography .release-item > .details > img {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
}
.block-discography .release-item > .details > .info {
  text-align: center;
}
.block-discography .release-item > .content {
  padding-left: 2em;
  overflow: hidden;
}
.block-discography .socmed-follow-text {
  padding: 1.5em 0 0 0;
}
.block-discography .song-cell {
  display: block;
  float: left;
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-discography .songs {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: block;
}
.block-discography .songs > li {
  display: block;
  border-bottom: 1px dotted #444;
}
.block-discography .songs > li:first-child {
  border-top: 1px dotted #444;
}
.block-discography .songs .number {
  text-align: left;
  width: 7%;
  padding-right: 0.75em;
}
.block-discography .songs .name {
  width: 67%;
}
.block-discography .songs .duration {
  width: 10%;
  text-align: right;
}
.block-discography .songs .video {
  width: 16%;
  padding-right: 1em;
  padding-left: 1em;
}
.block-discography .songs .video:focus {
  outline: 0;
}
.block-discography.style-dark .songs > li {
  border-bottom: 1px dotted #323232;
}
.block-discography.style-dark .songs > li:first-child {
  border-top: 1px dotted #323232;
}
@media (max-width: 750px) {
  .block-discography > .page-wrapper {
    max-width: 950px;
  }
  .block-discography .release-item {
    padding-bottom: 5em;
  }
  .block-discography .release-item > .details {
    float: none;
    width: auto;
  }
  .block-discography .release-item > .details > img {
    display: block;
    width: 30%;
    float: left;
    margin: 0;
  }
  .block-discography .release-item > .details > .info {
    padding-left: 1.5em;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
  }
  .block-discography .release-item > .details > .info > h2 {
    margin-top: -0.25em;
    padding-bottom: 0.2em;
    line-height: 1.3;
  }
  .block-discography .release-item > .content {
    clear: both;
    padding-top: 1em;
    padding-left: 0;
    overflow: hidden;
  }
  .block-discography .songs {
    padding-top: 2em;
    font-size: 12px;
  }
  .block-discography .socmed-follow-text {
    padding-top: 1em;
  }
}
@media (max-width: 400px) {
  .block-discography .release-item > .details > img {
    display: block;
    width: 40%;
    float: left;
    margin: 0;
  }
  .block-discography .release-item > .details > .info {
    font-size: 10px;
  }
  .block-discography .songs {
    font-size: 10px;
  }
}
.events-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
  display: table;
  width: 100%;
  font-size: 15px;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.events-list > li {
  display: table-row;
  position: relative;
}
.events-list > li > * {
  display: table-cell;
  padding: 0.9em 0;
  border-bottom: 1px solid #87a0d2;
  vertical-align: top;
}
.events-list > li > .date {
  font-size: 120%;
  width: 8.5em;
}
.events-list > li > .date > .datetime > .date {
  display: block;
}
.events-list > li > .date > .datetime > .time,
.events-list > li > .date > .datetime > .timesep {
  font-size: 80%;
}
.events-list > li > .tickets {
  width: 8em;
  text-align: right;
}
.events-list > li > .tickets .prices {
  white-space: nowrap;
}
.events-list > li > .tickets .seller {
  display: block;
  font-size: 10px;
}
.events-list > li > .texts > .title {
  font-size: 120%;
  color: #0e41a5;
  margin: 0 0.3333em 0 0;
}
.events-list > li > .texts > .location {
  display: block;
}
.events-list > li > .texts > .read-more-wrapper {
  padding: 0.4em 0 0 0;
}
.events-list > li > .texts > .content {
  display: none;
  padding: 1em 0 0 0;
}
.events-list > li:last-child > * {
  border-bottom: 0;
}
.block-footer1 {
  text-align: center;
}
.block-footer1 > .txt {
  padding-top: 3%;
  padding-bottom: 3%;
}
.block-footer1 .logo {
  margin: 0 auto;
  padding: 9% 0;
  width: 250px;
}
.block-footer1 .logo > img {
  display: block;
  width: 100%;
}
.block-footer1 .socmed-follow-text {
  padding-bottom: 4%;
}
.block-footer1 .items {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  padding-bottom: 10%;
}
.block-footer1 .items > li {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  padding: 0 1em;
  text-align: center;
  padding-bottom: 1.5em;
}
.block-footer1 .items > li p,
.block-footer1 .items > li strong,
.block-footer1 .items > li > h2 {
  font-weight: normal;
  font-size: inherit;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.block-footer1 .items > li > img {
  display: block;
  margin: 0 auto;
  height: 3em;
  margin-bottom: 0.5em;
}
.block-footer1 .items > li > .info {
  overflow: hidden;
}
.block-footer1 .items > li:nth-child(3) > img {
  height: 4.5em;
}
.block-footer1 .copyright {
  line-height: 2.0;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.block-footer1 .copyright a {
  white-space: nowrap;
}
.block-footer1 .copyright div {
  display: inline;
}
.block-footer1 .copyright div:before {
  content: " | ";
}
.block-footer1 .copyright div:first-child:before {
  content: none;
}
@media (max-width: 750px) {
  .block-footer1 .items > li {
    display: block;
    width: auto;
    text-align: center;
  }
  .block-footer1 .items > li > img {
    margin: 0 auto;
    display: block;
  }
  .block-footer1 > .txt {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .block-footer1 .logo {
    padding: 9% 0 12% 0;
    width: 200px;
  }
  .block-footer1 .socmed-follow-text {
    padding-bottom: 12%;
  }
  .block-footer1 .copyright div {
    display: inline-block;
    padding: 0 1em;
  }
  .block-footer1 .copyright div:before {
    content: none;
  }
  .block-footer1 .copyright div:first-child:before {
    content: none;
  }
}
#header-menu1 {
  background: none;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0;
  min-height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#header-menu1 .socmed-follow {
  padding: 15px 10px 0 22px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1050;
}
#header-menu1 .socmed-follow li {
  display: inline-block;
}
#header-menu1 .socmed-follow li > a {
  padding: 0 7px 1.15rem 7px;
}
#header-menu1 .socmed-follow li > a > .img {
  padding: 5px;
}
#header-menu1 .socmed-follow li > a > .img > i {
  width: 19px;
  height: 19px;
}
#header-menu1 .header-title {
  display: none;
  position: absolute;
  z-index: 1040;
  left: 50%;
  top: 17px;
  margin: 0 0 0 -75px;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-menu1 .header-title > a {
  display: block;
  padding: 0 10px 0 0;
  color: #000;
}
#header-menu1 .header-title > a > img {
  width: 150px;
  display: block;
}
#header-menu1 .header-title > a:hover > img {
  opacity: 0.7;
}
body.admin-bar #header-menu1 {
  top: 32px;
}
#more-mobile {
  display: block;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  position: relative;
  z-index: 1050;
  padding: 15px;
  opacity: 1;
  width: 28px;
}
#more-mobile > i {
  display: block;
  height: 3px;
  background: #000;
  margin-top: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
body.show-mobile-menu #more-mobile > .a {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
body.show-mobile-menu #more-mobile > .b {
  opacity: 0;
  background: #fff;
}
body.show-mobile-menu #more-mobile > .c {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
body.show-mobile-menu #more-mobile:hover > .a,
body.show-mobile-menu #more-mobile:hover > .b,
body.show-mobile-menu #more-mobile:hover > .c {
  background: #000;
}
#more-mobile:hover > .a,
#more-mobile:hover > .b,
#more-mobile:hover > .c {
  background: #0e41a5;
}
.header-coloring-light #more-mobile > .a {
  background: #fff;
}
.header-coloring-light #more-mobile > .b {
  background: #fff;
}
.header-coloring-light #more-mobile > .c {
  background: #fff;
}
.header-coloring-light #more-mobile:hover > .a,
.header-coloring-light #more-mobile:hover > .b,
.header-coloring-light #more-mobile:hover > .c {
  background: #0e41a5;
}
#navigation-top {
  position: absolute;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0;
  background: #0e41a5;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
body.show-mobile-menu #navigation-top {
  height: auto;
  opacity: 1;
  min-height: 100vh;
}
#navigation-top .padder {
  min-height: 50px;
  height: 12vh;
  display: block;
}
#navigation-top .menu {
  text-align: center;
  font-size: 50px;
  padding-bottom: 5em;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-family: "liquidofluid";
  font-weight: normal;
}
#navigation-top .menu > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.06em;
}
#navigation-top .menu a {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding: 0 0.5em;
}
#navigation-top .menu a > span {
  display: block;
}
#navigation-top .menu a:hover {
  color: #000;
}
#navigation-top .menu > li.current-menu-item > a,
#navigation-top .menu > li.current_page_item > a {
  color: #000;
}
#navigation-top .socmed-follow-text {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  text-align: center;
}
#navigation-top .socmed-follow-text li {
  display: inline-block;
  padding: 0 1em;
}
#navigation-top .socmed-follow-text a {
  color: #fff;
}
@media (max-width: 750px) {
  body.show-mobile-menu #navigation-top {
    min-height: 100vh;
  }
  #navigation-top .menu {
    padding-bottom: 1em;
  }
  #navigation-top .menu > li {
    padding: 0 0.03em;
  }
  #navigation-top .socmed-follow-text {
    display: none;
  }
  body.front-page .block-header {
    padding-top: 3em;
  }
  #page .block:first-child {
    padding-top: 4em;
  }
}
@media (max-width: 430px) {
  #navigation-top .menu {
    font-size: 50px !important;
  }
  #navigation-top .menu > li {
    padding: 0 0.03em;
  }
  #navigation-top .menu a {
    padding: 0 0.4em;
  }
}
.block-image-big .image {
  background-size: cover;
}
.block-logo {
  text-align: center;
}
.block-logo > .txt {
  padding: 15% 5%;
}
.block-logo img {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .block-logo > .txt {
    padding: 25% 5%;
  }
}
body.popup-shown {
  overflow: hidden;
}
.block-popup {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #ffffff;
}
body.admin-bar .block-popup {
  top: 32px;
}
.block-popup.shown {
  display: block;
}
.block-popup .border-loota2 {
  margin-bottom: 1.5em;
}
.block-popup .border-loota2 > img {
  display: block;
  width: 100%;
}
.block-popup > .popup-txt {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 10%;
}
.block-popup .until {
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #0e41a5;
}
.block-popup > a.close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #0e41a5;
  display: block;
  width: 2em;
  height: 2em;
  z-index: 2;
}
.block-popup > a.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke-width='3' stroke='%23ffffff' /%3E%3C/svg%3E");
  background-size: contain;
}
.block-press1 .press-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -3%;
}
.block-press1 .press-gallery > li {
  float: left;
  width: 25%;
  padding: 0 3% 6% 3%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-press1 .press-gallery > li:nth-child(4n + 1) {
  clear: both;
}
.block-press1 .press-gallery > li > a {
  display: block;
  position: relative;
}
.block-press1 .press-gallery > li > a > .img {
  display: block;
  border: 1px solid #ddd;
  padding: 7px;
  margin: 0 0 1em 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-press1 .press-gallery > li > a > .img > .empty {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.block-press1 .press-gallery > li > a > .info .size {
  font-size: 80%;
  white-space: nowrap;
}
.block-press1 .press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(4n+1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 33.33333333%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 750px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(3n+1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 50%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-releases .release-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -2%;
}
.block-releases .release-list > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-releases .release-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-releases .release-list > li {
  padding-bottom: 4%;
}
.block-releases .release-item {
  text-align: center;
}
.block-releases .release-item > i {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 100%;
  margin: 0 0 1em 0;
}
@media (max-width: 700px) {
  .block-releases .release-list {
    margin: 0 -2%;
    font-size: 10px;
  }
  .block-releases .release-list > li:nth-child(4n+1) {
    clear: none;
  }
  .block-releases .release-list > li {
    float: left;
    width: 33.33333333%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-releases .release-list > li:nth-child(3n + 1) {
    clear: both;
  }
  .block-releases .release-list > li:nth-child(4) {
    display: none;
  }
  .block-releases .release-list h2 {
    font-size: 10px;
  }
}
@media (max-width: 300px) {
  .block-releases .release-list {
    margin: 0;
  }
  .block-releases .release-list > li {
    padding: 0 0 1.5em 0;
    float: none;
    width: auto;
  }
}
.block-some-facebook .some-texts {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-some-facebook .some-texts > li > a {
  display: block;
  clear: both;
  position: relative;
  color: #000;
}
.block-some-facebook .some-texts > li > a > .img {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 30px 30px 0;
  background: center center no-repeat;
  background-size: contain;
  border: 2px solid #0e41a5;
  transition: all 0.125s;
}
.block-some-facebook .some-texts > li > a > .since {
  overflow: auto;
  padding: 0 0 0.95em 0;
  display: block;
  color: #0e41a5;
  font-size: 12px !important;
}
.block-some-facebook .some-texts > li > a > .text {
  overflow: auto;
  font-size: 12px !important;
}
.block-some-facebook .some-texts > li > a:hover > .img {
  border-color: #0e41a5;
}
.block-some-facebook .style-dark .some-texts > li > a {
  color: #fff;
}
.block-some-instagram > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block-some-instagram > .txt > h1 {
  padding-top: 5%;
}
.block-some-instagram > .txt > .buttons {
  padding-bottom: 5%;
}
.block-some-instagram .some-images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
}
.block-some-instagram .some-images > li {
  float: left;
  width: 20%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-some-instagram .some-images > li:nth-child(5n + 1) {
  clear: both;
}
.block-some-instagram .some-images > li > a {
  display: block;
  position: relative;
  color: #000;
}
.block-some-instagram .some-images > li > a > .img {
  display: block;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-some-instagram .some-images > li > a > .img > i {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-some-instagram .some-images > li > a > .texts {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.5);
}
.block-some-instagram .some-images > li > a > .texts > .text {
  display: block;
  max-height: 7em;
  overflow: hidden;
}
.block-some-instagram .some-images > li > a > .texts > .since {
  padding: 0.5em 0 0 0;
  display: block;
  color: #0e41a5;
}
.block-some-instagram .some-images > li > a:hover > .img {
  opacity: 0.8;
}
.block-video-big a {
  display: block;
  color: #fff;
}
.block-video-big p {
  padding: 0;
}
.block-video-big .image {
  background-size: cover;
  background-position: center center;
}
.block-video-big .video-wrapper {
  position: relative;
}
.block-video-big .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
}
.block-video-big .play-button > img {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 100px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-video-big .play-button > .details {
  line-height: 1.2;
  margin-top: -0.2em;
  padding: 0 0.7em;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  visibility: top;
  position: absolute;
}
.block-video-big .play-button:hover > img {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .block-video-big .play-button > img {
    height: 60px;
  }
}
@media (max-width: 400px) {
  .block-video-big .play-button > img {
    height: 45px;
  }
  .block-video-big .play-button > .details {
    display: block;
    font-size: 10px;
    text-align: center;
    padding-top: 1em;
    left: 0;
    right: 0;
  }
}
.ownskit-ytgallery {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0 -15px;
}
.ownskit-ytgallery > li {
  float: left;
  width: 25%;
  padding: 0 15px 30px 15px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ownskit-ytgallery > li:nth-child(4n + 1) {
  clear: both;
}
.ownskit-ytgallery .ownskit-ytgallery-item {
  position: relative;
  overflow: hidden;
}
.ownskit-ytgallery .ownskit-ytgallery-item a {
  text-decoration: none;
  color: black;
}
.ownskit-ytgallery .ownskit-ytgallery-item img {
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.ownskit-ytgallery .ownskit-ytgallery-item .title {
  display: block;
  font-size: 80%;
  padding-bottom: 1em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.ownskit-ytgallery .ownskit-ytgallery-item .duration {
  display: none;
  position: absolute;
  top: 83px;
  right: 15px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  padding: 0 3px;
  color: white;
}
.ownskit-ytgallery .ownskit-ytgallery-item-current img,
.ownskit-ytgallery .ownskit-ytgallery-item:hover img {
  opacity: 0.75;
}
.ownskit-ytgallery .ownskit-ytgallery-item-current .title,
.ownskit-ytgallery .ownskit-ytgallery-item:hover .title {
  color: #0e41a5;
}
.block-articles-pyhimys > .wrapper {
  padding: 15% 5% 13% 5%;
}
.block-articles-pyhimys .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -0.5%;
}
.block-articles-pyhimys .article-list > li {
  float: left;
  width: 33.33333333%;
  padding: 0 0.5% 1% 0.5%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-articles-pyhimys .article-list > li:nth-child(3n + 1) {
  clear: both;
}
.block-articles-pyhimys .article-list-item {
  font-family: "Linotype Didot W01";
  font-weight: 400;
  font-size: 120%;
  overflow: hidden;
}
.block-articles-pyhimys .article-list-item .meta {
  padding: 0 0 1em 0;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles-pyhimys .article-list-item h2 {
  font-family: "Linotype Didot W01";
  font-weight: 400;
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles-pyhimys .article-list-item h2 > span {
  font-size: 160%;
}
.block-articles-pyhimys .article-list-item > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.block-articles-pyhimys .article-list-item > a:hover {
  color: #0e41a5;
}
.block-articles-pyhimys .article-list-item > a:hover h2 {
  color: #0e41a5;
}
@media (max-width: 750px) {
  .block-articles-pyhimys > .wrapper {
    padding: 22% 5% 5% 5%;
  }
  .block-articles-pyhimys .article-list {
    margin: 0 -2.5%;
  }
  .block-articles-pyhimys .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2.5% 5% 2.5%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-articles-pyhimys .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-pyhimys .article-list > li:nth-child(n+3) {
    display: none;
  }
  .block-articles-pyhimys .article-list-item {
    margin: 0 0 2em 0;
    font-size: 13px;
  }
  .block-articles-pyhimys .article-list-item h2 > span {
    font-size: 17px;
  }
  .block-articles-pyhimys .buttons {
    padding-top: 0.5em;
  }
}
@media (max-width: 400px) {
  .block-articles-pyhimys > .wrapper {
    padding: 22% 5% 5% 5%;
  }
  .block-articles-pyhimys .article-list-item {
    font-size: 10px;
  }
  .block-articles-pyhimys .article-list-item h2 > span {
    font-size: 15px;
  }
}
.block-articles .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 580px;
  margin: 0 auto;
}
.block-articles .article-list-item {
  padding: 0 0 3.0em 0;
}
.block-articles .article-list-item:last-child {
  padding: 0;
}
.block-articles .article-list-item .image {
  width: 120px;
  float: left;
  margin-top: 2.5em;
  margin-right: 2.5em;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-articles .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
  border-bottom: 2px solid #eee;
}
.block-articles .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.block-articles .article-list-item .details h2 {
  text-align: left;
  padding-top: 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.block-articles .article-list-item .details h2 > span {
  font-size: 125%;
}
.block-articles .article-list-item > a {
  display: block;
}
.block-articles .article-list-item > a:hover {
  color: #5b8ef1;
}
.block-articles .article-list-item > a:hover h2 {
  color: #5b8ef1;
}
.block-articles .article-list-item > a:hover .image {
  opacity: 0.8;
}
.block-articles .article-list-item:last-child .details {
  border-bottom: 0;
}
.block-articles .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-content.layout-narrower > .page-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.block-discography > .page-wrapper {
  max-width: 950px;
}
.block-discography .release-item {
  overflow: hidden;
  padding-bottom: 15%;
}
.block-discography .release-item > .details {
  float: left;
  width: 28%;
}
.block-discography .release-item > .details > img {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
}
.block-discography .release-item > .details > .info {
  text-align: center;
}
.block-discography .release-item > .content {
  padding-left: 2em;
  overflow: hidden;
}
.block-discography .socmed-follow-text {
  padding: 1.5em 0 0 0;
}
.block-discography .song-cell {
  display: block;
  float: left;
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-discography .songs {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: block;
}
.block-discography .songs > li {
  display: block;
  border-bottom: 1px dotted #444;
}
.block-discography .songs > li:first-child {
  border-top: 1px dotted #444;
}
.block-discography .songs .number {
  text-align: left;
  width: 7%;
  padding-right: 0.75em;
}
.block-discography .songs .name {
  width: 67%;
}
.block-discography .songs .duration {
  width: 10%;
  text-align: right;
}
.block-discography .songs .video {
  width: 16%;
  padding-right: 1em;
  padding-left: 1em;
}
.block-discography .songs .video:focus {
  outline: 0;
}
.block-discography.style-dark .songs > li {
  border-bottom: 1px dotted #323232;
}
.block-discography.style-dark .songs > li:first-child {
  border-top: 1px dotted #323232;
}
@media (max-width: 750px) {
  .block-discography > .page-wrapper {
    max-width: 950px;
  }
  .block-discography .release-item {
    padding-bottom: 5em;
  }
  .block-discography .release-item > .details {
    float: none;
    width: auto;
  }
  .block-discography .release-item > .details > img {
    display: block;
    width: 30%;
    float: left;
    margin: 0;
  }
  .block-discography .release-item > .details > .info {
    padding-left: 1.5em;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
  }
  .block-discography .release-item > .details > .info > h2 {
    margin-top: -0.25em;
    padding-bottom: 0.2em;
    line-height: 1.3;
  }
  .block-discography .release-item > .content {
    clear: both;
    padding-top: 1em;
    padding-left: 0;
    overflow: hidden;
  }
  .block-discography .songs {
    padding-top: 2em;
    font-size: 12px;
  }
  .block-discography .socmed-follow-text {
    padding-top: 1em;
  }
}
@media (max-width: 400px) {
  .block-discography .release-item > .details > img {
    display: block;
    width: 40%;
    float: left;
    margin: 0;
  }
  .block-discography .release-item > .details > .info {
    font-size: 10px;
  }
  .block-discography .songs {
    font-size: 10px;
  }
}
.events-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
  display: table;
  width: 100%;
  font-size: 15px;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.events-list > li {
  display: table-row;
  position: relative;
}
.events-list > li > * {
  display: table-cell;
  padding: 0.9em 0;
  border-bottom: 1px solid #87a0d2;
  vertical-align: top;
}
.events-list > li > .date {
  font-size: 120%;
  width: 8.5em;
}
.events-list > li > .date > .datetime > .date {
  display: block;
}
.events-list > li > .date > .datetime > .time,
.events-list > li > .date > .datetime > .timesep {
  font-size: 80%;
}
.events-list > li > .tickets {
  width: 8em;
  text-align: right;
}
.events-list > li > .tickets .prices {
  white-space: nowrap;
}
.events-list > li > .tickets .seller {
  display: block;
  font-size: 10px;
}
.events-list > li > .texts > .title {
  font-size: 120%;
  color: #0e41a5;
  margin: 0 0.3333em 0 0;
}
.events-list > li > .texts > .location {
  display: block;
}
.events-list > li > .texts > .read-more-wrapper {
  padding: 0.4em 0 0 0;
}
.events-list > li > .texts > .content {
  display: none;
  padding: 1em 0 0 0;
}
.events-list > li:last-child > * {
  border-bottom: 0;
}
.block-footer1 {
  text-align: center;
}
.block-footer1 > .txt {
  padding-top: 3%;
  padding-bottom: 3%;
}
.block-footer1 .logo {
  margin: 0 auto;
  padding: 9% 0;
  width: 250px;
}
.block-footer1 .logo > img {
  display: block;
  width: 100%;
}
.block-footer1 .socmed-follow-text {
  padding-bottom: 4%;
}
.block-footer1 .items {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  padding-bottom: 10%;
}
.block-footer1 .items > li {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  padding: 0 1em;
  text-align: center;
  padding-bottom: 1.5em;
}
.block-footer1 .items > li p,
.block-footer1 .items > li strong,
.block-footer1 .items > li > h2 {
  font-weight: normal;
  font-size: inherit;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.block-footer1 .items > li > img {
  display: block;
  margin: 0 auto;
  height: 3em;
  margin-bottom: 0.5em;
}
.block-footer1 .items > li > .info {
  overflow: hidden;
}
.block-footer1 .items > li:nth-child(3) > img {
  height: 4.5em;
}
.block-footer1 .copyright {
  line-height: 2.0;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.block-footer1 .copyright a {
  white-space: nowrap;
}
.block-footer1 .copyright div {
  display: inline;
}
.block-footer1 .copyright div:before {
  content: " | ";
}
.block-footer1 .copyright div:first-child:before {
  content: none;
}
@media (max-width: 750px) {
  .block-footer1 .items > li {
    display: block;
    width: auto;
    text-align: center;
  }
  .block-footer1 .items > li > img {
    margin: 0 auto;
    display: block;
  }
  .block-footer1 > .txt {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .block-footer1 .logo {
    padding: 9% 0 12% 0;
    width: 200px;
  }
  .block-footer1 .socmed-follow-text {
    padding-bottom: 12%;
  }
  .block-footer1 .copyright div {
    display: inline-block;
    padding: 0 1em;
  }
  .block-footer1 .copyright div:before {
    content: none;
  }
  .block-footer1 .copyright div:first-child:before {
    content: none;
  }
}
#header-menu1 {
  background: none;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0;
  min-height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#header-menu1 .socmed-follow {
  padding: 15px 10px 0 22px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1050;
}
#header-menu1 .socmed-follow li {
  display: inline-block;
}
#header-menu1 .socmed-follow li > a {
  padding: 0 7px 1.15rem 7px;
}
#header-menu1 .socmed-follow li > a > .img {
  padding: 5px;
}
#header-menu1 .socmed-follow li > a > .img > i {
  width: 19px;
  height: 19px;
}
#header-menu1 .header-title {
  display: none;
  position: absolute;
  z-index: 1040;
  left: 50%;
  top: 17px;
  margin: 0 0 0 -75px;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-menu1 .header-title > a {
  display: block;
  padding: 0 10px 0 0;
  color: #000;
}
#header-menu1 .header-title > a > img {
  width: 150px;
  display: block;
}
#header-menu1 .header-title > a:hover > img {
  opacity: 0.7;
}
body.admin-bar #header-menu1 {
  top: 32px;
}
#more-mobile {
  display: block;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  position: relative;
  z-index: 1050;
  padding: 15px;
  opacity: 1;
  width: 28px;
}
#more-mobile > i {
  display: block;
  height: 3px;
  background: #000;
  margin-top: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
body.show-mobile-menu #more-mobile > .a {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
body.show-mobile-menu #more-mobile > .b {
  opacity: 0;
  background: #fff;
}
body.show-mobile-menu #more-mobile > .c {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
body.show-mobile-menu #more-mobile:hover > .a,
body.show-mobile-menu #more-mobile:hover > .b,
body.show-mobile-menu #more-mobile:hover > .c {
  background: #000;
}
#more-mobile:hover > .a,
#more-mobile:hover > .b,
#more-mobile:hover > .c {
  background: #0e41a5;
}
.header-coloring-light #more-mobile > .a {
  background: #fff;
}
.header-coloring-light #more-mobile > .b {
  background: #fff;
}
.header-coloring-light #more-mobile > .c {
  background: #fff;
}
.header-coloring-light #more-mobile:hover > .a,
.header-coloring-light #more-mobile:hover > .b,
.header-coloring-light #more-mobile:hover > .c {
  background: #0e41a5;
}
#navigation-top {
  position: absolute;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0;
  background: #0e41a5;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
body.show-mobile-menu #navigation-top {
  height: auto;
  opacity: 1;
  min-height: 100vh;
}
#navigation-top .padder {
  min-height: 50px;
  height: 12vh;
  display: block;
}
#navigation-top .menu {
  text-align: center;
  font-size: 50px;
  padding-bottom: 5em;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-family: "liquidofluid";
  font-weight: normal;
}
#navigation-top .menu > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.06em;
}
#navigation-top .menu a {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding: 0 0.5em;
}
#navigation-top .menu a > span {
  display: block;
}
#navigation-top .menu a:hover {
  color: #000;
}
#navigation-top .menu > li.current-menu-item > a,
#navigation-top .menu > li.current_page_item > a {
  color: #000;
}
#navigation-top .socmed-follow-text {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  text-align: center;
}
#navigation-top .socmed-follow-text li {
  display: inline-block;
  padding: 0 1em;
}
#navigation-top .socmed-follow-text a {
  color: #fff;
}
@media (max-width: 750px) {
  body.show-mobile-menu #navigation-top {
    min-height: 100vh;
  }
  #navigation-top .menu {
    padding-bottom: 1em;
  }
  #navigation-top .menu > li {
    padding: 0 0.03em;
  }
  #navigation-top .socmed-follow-text {
    display: none;
  }
  body.front-page .block-header {
    padding-top: 3em;
  }
  #page .block:first-child {
    padding-top: 4em;
  }
}
@media (max-width: 430px) {
  #navigation-top .menu {
    font-size: 50px !important;
  }
  #navigation-top .menu > li {
    padding: 0 0.03em;
  }
  #navigation-top .menu a {
    padding: 0 0.4em;
  }
}
.block-image-big .image {
  background-size: cover;
}
.block-logo {
  text-align: center;
}
.block-logo > .txt {
  padding: 15% 5%;
}
.block-logo img {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .block-logo > .txt {
    padding: 25% 5%;
  }
}
body.popup-shown {
  overflow: hidden;
}
.block-popup {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #ffffff;
}
body.admin-bar .block-popup {
  top: 32px;
}
.block-popup.shown {
  display: block;
}
.block-popup .border-loota2 {
  margin-bottom: 1.5em;
}
.block-popup .border-loota2 > img {
  display: block;
  width: 100%;
}
.block-popup > .popup-txt {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 10%;
}
.block-popup .until {
  font-family: 'Helvetica W01', "Helvetica";
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #0e41a5;
}
.block-popup > a.close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #0e41a5;
  display: block;
  width: 2em;
  height: 2em;
  z-index: 2;
}
.block-popup > a.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke-width='3' stroke='%23ffffff' /%3E%3C/svg%3E");
  background-size: contain;
}
.block-press1 .press-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -3%;
}
.block-press1 .press-gallery > li {
  float: left;
  width: 25%;
  padding: 0 3% 6% 3%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-press1 .press-gallery > li:nth-child(4n + 1) {
  clear: both;
}
.block-press1 .press-gallery > li > a {
  display: block;
  position: relative;
}
.block-press1 .press-gallery > li > a > .img {
  display: block;
  border: 1px solid #ddd;
  padding: 7px;
  margin: 0 0 1em 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-press1 .press-gallery > li > a > .img > .empty {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.block-press1 .press-gallery > li > a > .info .size {
  font-size: 80%;
  white-space: nowrap;
}
.block-press1 .press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(4n+1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 33.33333333%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 750px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(3n+1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 50%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-releases .release-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -2%;
}
.block-releases .release-list > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-releases .release-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-releases .release-list > li {
  padding-bottom: 4%;
}
.block-releases .release-item {
  text-align: center;
}
.block-releases .release-item > i {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 100%;
  margin: 0 0 1em 0;
}
@media (max-width: 700px) {
  .block-releases .release-list {
    margin: 0 -2%;
    font-size: 10px;
  }
  .block-releases .release-list > li:nth-child(4n+1) {
    clear: none;
  }
  .block-releases .release-list > li {
    float: left;
    width: 33.33333333%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-releases .release-list > li:nth-child(3n + 1) {
    clear: both;
  }
  .block-releases .release-list > li:nth-child(4) {
    display: none;
  }
  .block-releases .release-list h2 {
    font-size: 10px;
  }
}
@media (max-width: 300px) {
  .block-releases .release-list {
    margin: 0;
  }
  .block-releases .release-list > li {
    padding: 0 0 1.5em 0;
    float: none;
    width: auto;
  }
}
.block-some-facebook .some-texts {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-some-facebook .some-texts > li > a {
  display: block;
  clear: both;
  position: relative;
  color: #000;
}
.block-some-facebook .some-texts > li > a > .img {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 30px 30px 0;
  background: center center no-repeat;
  background-size: contain;
  border: 2px solid #0e41a5;
  transition: all 0.125s;
}
.block-some-facebook .some-texts > li > a > .since {
  overflow: auto;
  padding: 0 0 0.95em 0;
  display: block;
  color: #0e41a5;
  font-size: 12px !important;
}
.block-some-facebook .some-texts > li > a > .text {
  overflow: auto;
  font-size: 12px !important;
}
.block-some-facebook .some-texts > li > a:hover > .img {
  border-color: #0e41a5;
}
.block-some-facebook .style-dark .some-texts > li > a {
  color: #fff;
}
.block-some-instagram > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block-some-instagram > .txt > h1 {
  padding-top: 5%;
}
.block-some-instagram > .txt > .buttons {
  padding-bottom: 5%;
}
.block-some-instagram .some-images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
}
.block-some-instagram .some-images > li {
  float: left;
  width: 20%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-some-instagram .some-images > li:nth-child(5n + 1) {
  clear: both;
}
.block-some-instagram .some-images > li > a {
  display: block;
  position: relative;
  color: #000;
}
.block-some-instagram .some-images > li > a > .img {
  display: block;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-some-instagram .some-images > li > a > .img > i {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-some-instagram .some-images > li > a > .texts {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.5);
}
.block-some-instagram .some-images > li > a > .texts > .text {
  display: block;
  max-height: 7em;
  overflow: hidden;
}
.block-some-instagram .some-images > li > a > .texts > .since {
  padding: 0.5em 0 0 0;
  display: block;
  color: #0e41a5;
}
.block-some-instagram .some-images > li > a:hover > .img {
  opacity: 0.8;
}
.block-video-big a {
  display: block;
  color: #fff;
}
.block-video-big p {
  padding: 0;
}
.block-video-big .image {
  background-size: cover;
  background-position: center center;
}
.block-video-big .video-wrapper {
  position: relative;
}
.block-video-big .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
}
.block-video-big .play-button > img {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 100px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.block-video-big .play-button > .details {
  line-height: 1.2;
  margin-top: -0.2em;
  padding: 0 0.7em;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  visibility: top;
  position: absolute;
}
.block-video-big .play-button:hover > img {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .block-video-big .play-button > img {
    height: 60px;
  }
}
@media (max-width: 400px) {
  .block-video-big .play-button > img {
    height: 45px;
  }
  .block-video-big .play-button > .details {
    display: block;
    font-size: 10px;
    text-align: center;
    padding-top: 1em;
    left: 0;
    right: 0;
  }
}
.ownskit-ytgallery {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0 -15px;
}
.ownskit-ytgallery > li {
  float: left;
  width: 25%;
  padding: 0 15px 30px 15px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ownskit-ytgallery > li:nth-child(4n + 1) {
  clear: both;
}
.ownskit-ytgallery .ownskit-ytgallery-item {
  position: relative;
  overflow: hidden;
}
.ownskit-ytgallery .ownskit-ytgallery-item a {
  text-decoration: none;
  color: black;
}
.ownskit-ytgallery .ownskit-ytgallery-item img {
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.ownskit-ytgallery .ownskit-ytgallery-item .title {
  display: block;
  font-size: 80%;
  padding-bottom: 1em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.ownskit-ytgallery .ownskit-ytgallery-item .duration {
  display: none;
  position: absolute;
  top: 83px;
  right: 15px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  padding: 0 3px;
  color: white;
}
.ownskit-ytgallery .ownskit-ytgallery-item-current img,
.ownskit-ytgallery .ownskit-ytgallery-item:hover img {
  opacity: 0.75;
}
.ownskit-ytgallery .ownskit-ytgallery-item-current .title,
.ownskit-ytgallery .ownskit-ytgallery-item:hover .title {
  color: #0e41a5;
}
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#page {
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#ie6 #page {
  height: 100%;
}
#footer {
  /*position: absolute; bottom: 0; left: 0; right: 0;*/
}
@media (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .admin-bar #main {
    padding-top: 32px;
  }
}
/*# sourceMappingURL=style.css.map */