/*!
Theme Name:     Ulkopore Lämpö Kansi
Description:    
Author:         Ulkoasu: Tuomo Povelainen, Ohjelmointi: Jari Pennanen
Version:        
License:
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/**
 * New UI
 */
.newui textarea,
.newui input[type="password"],
.newui input[type="number"],
.newui input[type="text"],
.newui input[type="tel"],
.newui input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  background: #ececec no-repeat;
  padding: 0.75em 0.75em;
  border: 1px solid gray;
  color: #333;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.5em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
.newui textarea:focus::-moz-placeholder, .newui input[type="password"]:focus::-moz-placeholder, .newui input[type="number"]:focus::-moz-placeholder, .newui input[type="text"]:focus::-moz-placeholder, .newui input[type="tel"]:focus::-moz-placeholder, .newui input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}
.newui textarea:focus:-ms-input-placeholder, .newui input[type="password"]:focus:-ms-input-placeholder, .newui input[type="number"]:focus:-ms-input-placeholder, .newui input[type="text"]:focus:-ms-input-placeholder, .newui input[type="tel"]:focus:-ms-input-placeholder, .newui input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}
.newui textarea:focus::placeholder,
.newui input[type="password"]:focus::placeholder,
.newui input[type="number"]:focus::placeholder,
.newui input[type="text"]:focus::placeholder,
.newui input[type="tel"]:focus::placeholder,
.newui input[type="email"]:focus::placeholder {
  color: transparent;
}
.newui textarea:focus,
.newui input[type="password"]:focus,
.newui input[type="number"]:focus,
.newui input[type="text"]:focus,
.newui input[type="tel"]:focus,
.newui input[type="email"]:focus {
  border: 1px solid #ff5a00;
  outline: 0;
}
.newui input[type="radio"] {
  box-sizing: border-box;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0 0.6em 0 0;
  width: 1.7em;
  height: 1.7em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  background: radial-gradient(ellipse at center, #ececec 39%, #ececec 54%, #000 57%, #000 69%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}
.newui input[type="radio"]:focus {
  outline: none;
}
.newui input[type="radio"]:checked {
  background: radial-gradient(ellipse at center, #ff5a00 0%, #ff5a00 37%, #ececec 39%, #ececec 54%, #000 57%, #000 69%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}
.newui input[type="checkbox"] {
  box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  margin: 0 0.6em 0 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none no-repeat center center;
  border-radius: 0;
  border: 1px solid gray;
  width: 1.7em;
  height: 1.7em;
  position: relative;
  top: -0.1em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  cursor: pointer;
  cursor: hand;
}
.newui input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2 2)' stroke='%23ff5a00' stroke-width='3'%3E%3Cline x1='1' y1='11' x2='11' y2='1'/%3E%3Cline x1='1' y1='1' x2='11' y2='11'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.newui select {
  box-sizing: border-box;
  padding: 0.75em 0.75em;
  display: block;
  width: 100%;
  background: #ececec no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 50'%3E%3Cpolygon fill='%23ff5a00' points='0,0 100,0 50,50'/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-size: 0.75em;
  color: #333;
  border-radius: 0;
  border: 1px solid gray;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.5em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
.newui select:focus {
  border: 1px solid #ff5a00;
  outline: 0;
}
.newui input[data-newui-icon-search] {
  background: #ececec no-repeat;
  color: #333;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2043.637223%2043.648591%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23ff5a00%3Bstroke-width%3A5%3B%22%20d%3D%22m%2018.654651,2%20c%20-4.2655,1.666e-4%20-8.531156,1.6268594%20-11.7851559,4.8808594%20-6.50933324,6.5080016%20-6.50933324,17.0623136%200,23.5703136%206.5079999,6.5093%2017.0609789,6.508%2023.5703119,0%206.508,-6.509333%206.508,-17.062312%200,-23.5703136%20C%2027.185141,3.6261928%2022.920151,1.9998333%2018.654651,2%20c%200,0%200,0%200,0%20M%2030.91051,30.921876%20c%200,0%2011.3125,11.3125%2011.3125,11.3125%200,0%20-11.3125,-11.3125%20-11.3125,-11.3125%200,0%200,0%200,0%22/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-size: 0.95em;
  padding-right: 1.75em;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  text-indent: 0;
}
/* HTML5 support for IE6,7,8 */
section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
body {
  font-family: Arial;
}
ul,
ol {
  padding: 0 0 1em 1.5em;
  margin: 0;
}
p {
  padding: 0 0 1em 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.screen-reader-response,
.skip-link,
.assistive-text,
.assistive-navigation {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.clear,
.clearfix {
  clear: both;
}
div.error,
p.error,
span.error {
  color: #d32a24;
}
.small-highlight {
  font-size: 70%;
}
blockquote {
  border-left: 3px solid #efefef;
  margin: 0 0 1em 1em;
  padding: 0.2em 0 0.2em 1.5em;
  overflow: hidden;
}
blockquote p:last-child {
  padding-bottom: 0;
}
/* Embeds */
.ownskit-embedhtmlshort {
  margin: 0 0 1em 0;
}
/* =Images
-------------------------------------------------------------- */
img {
  border: 0;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  width: auto !important;
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft-wrap {
  float: left;
}
.alignnone,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: left;
  clear: left;
  margin-right: 14px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: right;
  clear: right;
  margin-left: 14px;
  margin-top: 4px;
}
.alignnone,
.aligncenter,
.wp-post-image,
img.aligncenter {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter iframe {
  display: block;
  margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  width: auto !important;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /* prevent too-wide images from breaking layout */
  text-align: center;
  color: gray;
  font-family: Georgia;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.gallery-icon img,
.wp-caption img {
  display: block;
  margin: 0 auto 3px auto;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.wp-smiley {
  margin: 0;
}
/* WP-Gallery feature */
.gallery {
  clear: both;
  margin: 0 -10px;
}
.gallery .gallery-caption,
.gallery .gallery-content,
.gallery .gallery-icon {
  margin: 0 10px;
  display: block;
}
.gallery .gallery-icon .preview {
  display: block;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
#ie7 .gallery-columns-2 .gallery-item {
  width: 48%;
}
#ie7 .gallery-columns-3 .gallery-item {
  width: 31%;
}
#ie7 .gallery-columns-4 .gallery-item {
  width: 23%;
}
#ie7 .gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}
.gallery img {
  display: block;
  margin: 0 auto;
  border: 1px solid #d3d4d4;
}
.gallery .attachment-thumbnail,
.gallery .attachment-medium {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 3px 0 12px;
}
.ownskit-galleries .gallery-content {
  display: none;
}
.gallery .gallery-content {
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    max-width: 45% !important;
  }
}
/* LESS Mixins 
 * https://github.com/dmitryf/elements/blob/master/elements.less
 * */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #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;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.mfp-close,
button.mfp-close {
  cursor: pointer;
  cursor: hand;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 5px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 44px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
  right: -10px;
  top: 0;
  color: #fff;
}
.mfp-close-btn-in .mfp-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  z-index: 10;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-title a {
  color: #fff;
  text-decoration: underline;
}
.mfp-title a:hover {
  color: silver;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 700px) {
  .mfp-bg {
    display: none;
  }
  .mfp-container {
    background: #fff;
  }
  .mfp-close-btn-in .mfp-close {
    color: #000;
  }
  .mfp-close-btn-in .mfp-close:hover {
    color: #000;
  }
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    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 .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 0.7em 0;
}
.nform .wpcf7-form-control-wrap + br {
  display: none;
}
.nform select,
.nform textarea,
.nform input[type="password"],
.nform input[type="number"],
.nform input[type="text"],
.nform input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  height: 3.1em;
  padding: 0 0.9em;
  line-height: 2.2em;
  font-size: 1.41843972vw;
  font-weight: normal;
  font-family: inherit;
  display: block;
  margin: 0;
  border: 0;
  background: #f0f0f0;
}
@media (min-width: 1410px) {
  .nform select,
  .nform textarea,
  .nform input[type="password"],
  .nform input[type="number"],
  .nform input[type="text"],
  .nform input[type="email"] {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .nform select,
  .nform textarea,
  .nform input[type="password"],
  .nform input[type="number"],
  .nform input[type="text"],
  .nform input[type="email"] {
    font-size: 10.78014184px;
  }
}
.nform textarea {
  height: 130px;
  max-width: none;
  padding: 1em 0.7rem;
  overflow: auto;
}
.nform fieldset {
  margin: 0;
  padding: 0 0 1em 0;
  border: 0;
}
.nform .radio {
  line-height: 1.7em;
  display: block;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.nform .radio .name {
  padding: 0 0 0 22px;
  display: inline-block;
}
.nform .radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.nform .radio input + i {
  position: absolute;
  top: 1px;
  left: 0;
  background: url("radio.png") 0 0;
  width: 18px;
  height: 18px;
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
}
.nform .radio input:checked + i {
  background-position: 0 -20px;
}
.nform .radio:hover {
  color: gray;
}
.nform .radio:hover + i {
  opacity: 0.7;
}
.nform .msg,
.nform .wpcf7-response-output {
  padding: 0.5em 1em;
  background: #efefef;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.nform .wpcf7-display-none {
  display: none;
}
.nform .wpcf7-not-valid,
.nform textarea.error,
.nform input.error,
.nform select.error {
  border: 1px solid red;
}
.nform .wpcf7-not-valid-tip,
.nform span.error {
  font-size: 80%;
  color: red;
  line-height: 1.1;
}
.nform .required {
  color: inherit;
}
.nform .form-row {
  margin: 0 0 5px 0;
}
.nform .form-row > .name {
  font-weight: bold;
  display: block;
  padding: 0.3em 0 0.2em 0;
}
.nform .form-row label.error {
  color: red;
  padding: 0.5em 0 1em 0;
  display: block;
  font-size: 80%;
  line-height: 1;
}
.nform .form-row-checkbox {
  padding: 0.5em 0 0 0;
  display: block;
}
.nform .watermark {
  position: relative;
  display: block;
}
.nform .watermark br {
  display: none;
}
.nform .watermark .name {
  position: absolute;
  top: 0.45em;
  left: 0.7em;
  line-height: 2.2;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  z-index: 10;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark.focused .name {
  background: #777;
  color: #fff;
  padding: 0.3em 0.75em;
  position: absolute;
  z-index: 10001;
  font-weight: normal;
  display: block;
  top: -2.2em;
  left: -0.1em;
  border-radius: 10px;
}
.nform .watermark.focused .name:after {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: #777;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  margin-left: -7px;
  left: 50%;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
::-moz-selection {
  background: #efefef;
  color: #000 !important;
  opacity: 1 !important;
}
::selection {
  background: #efefef;
  color: #000 !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #efefef;
  color: #000 !important;
  opacity: 1 !important;
}
em {
  color: #888;
}
.ingress {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  font-size: 1.70212766vw;
  font-weight: normal;
  padding: 0 0 0.75em 0;
  color: #333;
}
@media (min-width: 1410px) {
  .ingress {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .ingress {
    font-size: 12.93617021px;
  }
}
iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.jump-target {
  display: block;
  height: 1px;
}
body,
html {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 2;
  font-size: 1.06382979vw;
  color: #333;
  padding-bottom: 120px;
  background: #fff;
}
@media (min-width: 1410px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 8.08510638px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 14px;
  }
}
body::scrollbar {
  width: 25px;
}
body::-moz-scrollbar {
  width: 25px;
}
body::-webkit-scrollbar {
  width: 25px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.lang-en {
  color: #ff5a00;
}
#lk-configurator {
  min-height: 100%;
  height: 100%;
  font-size: 0.9929078vw;
}
@media (min-width: 1410px) {
  #lk-configurator {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  #lk-configurator {
    font-size: 7.54609929px;
  }
}
@media (max-width: 760px) {
  #lk-configurator {
    font-size: 16px;
  }
}
a {
  color: #ff5a00;
  transition: color 0.25s;
}
a:hover {
  color: #000;
}
sup {
  font-size: 50%;
}
ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 440'%3E%3Ccircle cx='200' cy='180' r='200' fill='#ff5a00' /%3E%3C/svg%3E");
  padding: 0 0 1em 1.2em;
}
ul li {
  padding: 0.2em 0;
}
table:not(.shop_table, .lk-summary-table) {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 0 0;
}
table:not(.shop_table, .lk-summary-table) th,
table:not(.shop_table, .lk-summary-table) td {
  padding: 0.6em 1.2em;
  border: 1px solid #888;
}
table:not(.shop_table, .lk-summary-table) th {
  color: #ff5a00;
}
@media screen and (max-width: 760px) {
  table:not(.shop_table, .lk-summary-table) {
    border: 0;
  }
  table:not(.shop_table, .lk-summary-table) thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table:not(.shop_table, .lk-summary-table) tr {
    display: block;
  }
  table:not(.shop_table, .lk-summary-table) td {
    border-bottom: 0;
    display: block;
    text-align: right;
  }
  table:not(.shop_table, .lk-summary-table) td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table:not(.shop_table, .lk-summary-table) tr:last-child td:last-child {
    border-bottom: 1px solid #888;
  }
}
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  color: #333;
  font-size: 2.9787234vw;
  padding: 0.15em 0 0.35em 0;
}
@media (min-width: 1410px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 22.63829787px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 35px;
  }
}
h1.smalltitle {
  text-transform: uppercase;
  font-size: inherit;
  font-weight: bold;
  padding-bottom: 0.2em;
  color: #333;
}
h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  color: #333;
  font-size: 2.41134752vw;
  padding: 0.1em 0 0.43em;
}
@media (min-width: 1410px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 18.32624113px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 25px;
  }
}
h2.bigtitle {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  color: #333;
  font-size: 2.9787234vw;
  padding: 0.15em 0 0.35em 0;
}
@media (min-width: 1410px) {
  h2.bigtitle {
    font-size: 42px;
  }
}
@media (max-width: 760px) {
  h2.bigtitle {
    font-size: 22.63829787px;
  }
}
@media (max-width: 760px) {
  h2.bigtitle {
    font-size: 35px;
  }
}
h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  color: #333;
  font-size: 1.41843972vw;
  padding: 0.1em 0 0.67em;
}
@media (min-width: 1410px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  h3 {
    font-size: 10.78014184px;
  }
}
@media (max-width: 760px) {
  h3 {
    font-size: 21px;
  }
}
h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  color: #333;
  font-size: 1.70212766vw;
  padding: 0.1em 0 0.2em;
}
@media (min-width: 1410px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  h4 {
    font-size: 12.93617021px;
  }
}
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: 1390px;
  padding: 0;
  padding-left: 3.90070922vw;
  padding-right: 3.90070922vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1410px) {
  .page-wrapper {
    padding-left: 55px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-left: 29.64539007px;
  }
}
@media (min-width: 1410px) {
  .page-wrapper {
    padding-right: 55px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 29.64539007px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 22px;
    padding-left: 22px;
  }
}
#next-prev-nav-below {
  margin: 1.5em 0 0 auto;
  border-top: 1px solid #eee;
  padding: 1em 0 0 0;
  border-bottom: 0;
}
#next-prev-nav-below a {
  display: block;
  width: 48%;
}
#next-prev-nav-below .title {
  display: block;
}
#next-prev-nav-above {
  padding-bottom: 1.5em;
}
.next-prev-nav {
  overflow: hidden;
  padding: 0;
}
.next-prev-nav .title {
  display: none;
}
.next-prev-nav a {
  text-transform: uppercase;
  display: block;
  width: 40%;
  color: #bbb;
}
.next-prev-nav a:hover {
  color: #ff5a00;
}
.next-prev-nav a[rel="next"] {
  float: right;
  text-align: right;
}
.next-prev-nav a[rel="next"]:after {
  transform: translateZ(0);
  transform-style: preserve-3d;
  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 {
  transform: translateZ(0);
  transform-style: preserve-3d;
  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 #b1b1b1;
  padding: 8px 0;
  padding-right: 15px;
  margin-right: 15px;
}
#top-right > .top-cart {
  display: inline-block;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}
#pagenav {
  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: #ff5a00;
  border: 1px solid #ff5a00;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: #333;
  color: #333;
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
.socmed {
  text-align: center;
  padding-top: 2em;
}
.socmed-share,
.socmed-follow {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto;
}
.socmed-share > li,
.socmed-follow > li {
  display: inline-block;
}
.socmed-share .some-link,
.socmed-follow .some-link {
  color: #333;
  position: relative;
  display: block;
  padding: 0 0.3em 2.2em 0.3em;
  font-size: 80%;
}
.socmed-share .some-link > .img,
.socmed-follow .some-link > .img {
  padding: 1em;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background-color 0.25s, border-color 0.25s;
  transform: translateZ(0);
  transform-style: preserve-3d;
  width: 3.5em;
  height: 3.5em;
  border-radius: 1.75em;
  background: none;
}
.socmed-share .some-link > .img > svg,
.socmed-follow .some-link > .img > svg {
  transition: fill 0.25s;
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.socmed-share .some-link > .txt,
.socmed-follow .some-link > .txt {
  transform: translateZ(0);
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3.2em;
  right: -3.2em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.1s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}
.socmed-share .some-link:focus,
.socmed-follow .some-link:focus {
  outline: 0;
}
.socmed-share .some-link:hover > .img,
.socmed-follow .some-link:hover > .img {
  background: none;
}
.socmed-share .some-link:hover > .img > svg,
.socmed-follow .some-link:hover > .img > svg {
  fill: #fff;
}
.socmed-share .some-link:hover > .txt,
.socmed-follow .some-link:hover > .txt {
  opacity: 1;
  color: #fff;
}
.style-dark .socmed-share .some-link > .txt,
.style-dark .socmed-follow .some-link > .txt {
  color: #fff;
}
.style-dark .socmed-share .some-link > .img > svg,
.style-dark .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
.style-dark .socmed-share .some-link:hover > .img,
.style-dark .socmed-follow .some-link:hover > .img {
  background: #ff5a00;
}
.style-dark .socmed-share .some-link:hover > .img > svg,
.style-dark .socmed-follow .some-link:hover > .img > svg {
  fill: #fff;
}
.style-dark .socmed-share .some-link:hover > .txt,
.style-dark .socmed-follow .some-link:hover > .txt {
  opacity: 1;
}
.socmed-share-text,
.socmed-follow-text {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 2;
}
.socmed-share-text .img,
.socmed-follow-text .img {
  display: none;
}
.socmed-sharing {
  position: relative;
}
.socmed-sharing .share-btn {
  display: none;
  margin-top: 0.2em;
  margin-right: 1em;
  line-height: 1.75em;
}
.socmed-sharing .share-btn > svg {
  transition: fill 0.25s;
  width: 1.75em;
  height: 1.75em;
  fill: #333;
  display: inline-block;
  vertical-align: middle;
}
.socmed-sharing .share-btn > svg.share-close-icon {
  display: none;
}
.socmed-sharing .share-btn > .title {
  margin-left: 0.3em;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #333;
  transition: color 0.25s;
}
@media not all and (hover: none) {
  .socmed-sharing .share-btn:hover > .title {
    color: #ff5a00;
  }
  .socmed-sharing .share-btn:hover > svg {
    fill: #ff5a00;
  }
}
.socmed-sharing .socmed-share {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  top: 0.25em;
  width: 0;
  transform: translateX(-3em);
  transition: transform 0.25s, opacity 0.25s;
}
.socmed-sharing .socmed-share .some-link .link-clipped {
  position: absolute;
  top: -3em;
  left: -3em;
  right: -3em;
  display: none;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  background: #ff5a00;
  color: #fff;
  padding: 0.5em;
  text-align: center;
}
.socmed-sharing .socmed-share .some-link.link.clicked .link-clipped {
  display: block;
}
.socmed-sharing .socmed-share > li > a {
  transition: transform 0.25s;
}
.socmed-sharing .socmed-share > li:nth-child(1) > a {
  transform: translateX(-1em);
}
.socmed-sharing .socmed-share > li:nth-child(2) > a {
  transform: translateX(-2em);
}
.socmed-sharing .socmed-share > li:nth-child(3) > a {
  transform: translateX(-3em);
}
.socmed-sharing .socmed-share > li:nth-child(4) > a {
  transform: translateX(-4em);
}
.socmed-sharing .socmed-share > li:nth-child(5) > a {
  transform: translateX(-5em);
}
.socmed-sharing.show-shares .share-btn > svg {
  display: inline-block;
}
.socmed-sharing.show-shares .share-btn > svg.share-icon {
  display: none;
}
.socmed-sharing.show-shares .share-btn > svg.share-close-icon {
  display: inline-block;
}
.socmed-sharing.show-shares .socmed-share {
  opacity: 1;
  transform: translateX(0);
  width: auto;
  overflow: visible;
}
.socmed-sharing.show-shares .socmed-share > li > a {
  transform: translateX(0) !important;
}
.more-link {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 1.95em;
  padding-right: 1.95em;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  background: #ff5a00;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  transition: background 0.25s;
}
.more-link:hover {
  background: #1a1aff;
  color: #fff;
}
.more-link + .more-link {
  margin-left: 0.5em;
}
.style-light .more-link,
.style-light-bg .more-link {
  background: blue;
  color: #fff;
}
.style-light .more-link:hover,
.style-light-bg .more-link:hover {
  background: #1a1aff;
  color: #fff;
}
.style-colored .more-link,
.style-colored-bg .more-link {
  background: #fff;
  color: #ff5a00 !important;
}
.style-colored .more-link:hover,
.style-colored-bg .more-link:hover {
  background: #fff;
  color: #ff5a00 !important;
}
.more-link.big {
  font-size: 1.15em;
}
.button {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 1.95em;
  padding-right: 1.95em;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  background: #ff5a00;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  transition: background 0.25s;
}
.button:hover {
  background: #1a1aff;
  color: #fff;
}
.button + .more-link {
  margin-left: 0.5em;
}
.style-light .button,
.style-light-bg .button {
  background: blue;
  color: #fff;
}
.style-light .button:hover,
.style-light-bg .button:hover {
  background: #1a1aff;
  color: #fff;
}
.style-colored .button,
.style-colored-bg .button {
  background: #fff;
  color: #ff5a00 !important;
}
.style-colored .button:hover,
.style-colored-bg .button:hover {
  background: #fff;
  color: #ff5a00 !important;
}
.button.big {
  font-size: 1.15em;
}
.primary-btn {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 1.95em;
  padding-right: 1.95em;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  transition: background 0.25s;
  background: #ff5a00;
  color: #fff;
}
.primary-btn:hover {
  background: #1a1aff;
  color: #fff;
}
.primary-btn + .more-link {
  margin-left: 0.5em;
}
.style-light .primary-btn,
.style-light-bg .primary-btn {
  background: blue;
  color: #fff;
}
.style-light .primary-btn:hover,
.style-light-bg .primary-btn:hover {
  background: #1a1aff;
  color: #fff;
}
.style-colored .primary-btn,
.style-colored-bg .primary-btn {
  background: #fff;
  color: #ff5a00 !important;
}
.style-colored .primary-btn:hover,
.style-colored-bg .primary-btn:hover {
  background: #fff;
  color: #ff5a00 !important;
}
.primary-btn.big {
  font-size: 1.15em;
}
.more-link-light {
  color: #ff5a00;
  display: inline-block;
  padding: 1em 1.33em;
}
.more-link-light:hover {
  color: #ff7b33;
}
.style-dark .more-link-light {
  color: #fff;
}
.style-dark .more-link-light:hover {
  color: #b3cce1;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal .ingress {
  color: #333;
}
.style-normal + .style-normal.padding-layout-lower:after,
.style-normal + .style-normal.padding-layout-top_empty:after {
  display: none;
}
.style-light,
.style-light-bg {
  color: #000;
  background: #f0f0f0;
  background-size: cover;
}
.style-light a,
.style-light-bg a {
  color: #ff5a00;
}
.style-light a:hover,
.style-light-bg a:hover {
  color: #000;
}
.style-dark,
.style-dark-bg {
  background-color: #2a4e6b;
  color: #fff;
  background-size: 0;
}
.style-dark h1,
.style-dark-bg h1,
.style-dark h2,
.style-dark-bg h2,
.style-dark h3,
.style-dark-bg h3,
.style-dark h4,
.style-dark-bg h4 {
  color: #fff;
}
.style-dark .ingress,
.style-dark-bg .ingress {
  color: #fff;
}
.style-dark a,
.style-dark-bg a {
  color: #fff;
}
.style-dark a:hover,
.style-dark-bg a:hover {
  color: #fff;
}
.style-light-bg,
.style-dark-bg {
  border-top: none !important;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.style-dark-bg-overlay:before {
  background: rgba(255, 90, 0, 0.75);
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.style-dark-bg-overlay.overlay-black:before {
  background: rgba(0, 0, 0, 0.25);
}
.style-dark-bg-overlay > .txt {
  position: relative;
}
.style-dark > .txt {
  color: #fff;
}
.style-dark > .txt h1 {
  color: #fff;
}
.style-colored {
  background: #ff5a00;
  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: #fff;
}
.style-colored > .txt a:hover {
  color: #ffffff;
}
.style-colored > .txt .ingress {
  color: #fff;
}
.style-colored > .txt .textblock-link {
  color: #ff5a00;
}
.style-colored > .txt .textblock-link:hover {
  color: #ff5a00;
}
.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;
  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;
  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;
  box-sizing: border-box;
}
.cols.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
.screen-slide {
  height: 100vh;
}
@media (max-width: 760px) {
  .screen-slide {
    height: auto;
    min-height: 100vw;
  }
}
.block {
  position: relative;
}
.block > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
.block > .txt {
  padding-top: 9.21985816vw;
  padding-bottom: 9.21985816vw;
}
@media (min-width: 1410px) {
  .block > .txt {
    padding-top: 130px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 70.07092199px;
  }
}
@media (min-width: 1410px) {
  .block > .txt {
    padding-bottom: 130px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-bottom: 70.07092199px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.block.padding-layout-higher > .txt {
  padding-top: 12.76595745vw;
  padding-bottom: 12.76595745vw;
}
@media (min-width: 1410px) {
  .block.padding-layout-higher > .txt {
    padding-top: 180px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-higher > .txt {
    padding-top: 97.0212766px;
  }
}
@media (min-width: 1410px) {
  .block.padding-layout-higher > .txt {
    padding-bottom: 180px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-higher > .txt {
    padding-bottom: 97.0212766px;
  }
}
.block.padding-layout-lower > .txt {
  padding-top: 3.54609929vw;
  padding-bottom: 3.54609929vw;
}
@media (min-width: 1410px) {
  .block.padding-layout-lower > .txt {
    padding-top: 50px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-top: 26.95035461px;
  }
}
@media (min-width: 1410px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 26.95035461px;
  }
}
.block.padding-layout-top_bottom_empty > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block.padding-layout-bottom_empty > .txt {
  padding-bottom: 0;
}
.block.padding-layout-top_empty > .txt {
  padding-top: 0;
}
.block.layout-narrower > .page-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
.block.layout-narrower2 > .page-wrapper {
  max-width: 40em;
  margin: 0 auto;
}
.block.text-alignment-center {
  text-align: center;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  text-indent: 0;
}
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: black center center no-repeat;
  background-size: cover;
  z-index: 2000;
  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%;
}
/*
.events {
    > .month {
        text-align: left;
        > .collapser {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -0.1em;
            > svg {
                display: block;
                width: 1em;
                height: 1em;
                fill: @color1;
            }

            > span {
                position: absolute;
                top: 0;
                left: 0.2em;
                line-height: 0.9;
                color: @color1-fg;
            }
            > .expand {
                display: block;
            }
            > .collapse {
                display: none;
            }

            &:hover {
                > svg {
                    fill: @color1-hover;
                }
            }
        }
    }

    > .schedule tbody tr:nth-child(n + 6) {
        display: none;
    }

    &.open {
        > .more-link-wrapper {
            display: none;
        }
        > .schedule tbody tr:nth-child(n + 6) {
            display: table-row;
        }
    }

    + .events {
        padding-top: 1.5em;
    }
}
.schedule {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    th,
    td {
        padding: 0.5em 1em;
        text-align: left;
    }
    > thead > tr {
        > .buy {
            text-align: center;
        }
    }
    > tbody > tr {
        > .date {
            font-weight: normal;
            text-align: left;
        }

        > .time {
        }
        > .name {
        }
        > .available {
        }
        > .buy {
            text-align: right;
        }
    }

    .date {
        width: 9em;
    }

    .time {
        width: 15%;
    }
    .name {
    }
    .available {
        width: 30%;
    }
    .buy {
        text-align: right;
        width: 9em;
    }

    > tbody > tr:nth-child(odd) {
        > * {
            background: #fff;
        }
    }

    @media (max-width: 760px) {
        th,
        td {
            padding: 0.5em 1em 1.5em 1em;
        }
        .date {
            white-space: nowrap;
        }

        .time {
            padding: 0 0 0 1em;
            position: absolute;
            left: 0;
            background: none !important;
            margin-top: 3em;
            white-space: nowrap;
        }
    }

    @media (max-width: 660px) {
        .date {
            width: 5em;
        }
        .available {
            display: none;
        }
        .time {
            padding: 0 0 0 1em;
            margin-top: 3em;
        }
    }
}
*/
.buttons {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0.5em 0 0 0;
}
.buttons > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buttons > li + li {
  margin-left: 0.5em;
}
.block-articles-list h1 > a > svg {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: #333;
  transition: fill 0.25s;
  position: relative;
  top: -0.08em;
}
.block-articles-list h1 > a:hover > svg {
  fill: #ff5a00;
}
.block-articles-list .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 3em;
  margin: 0 -1em;
}
.block-articles-list .article-list > li {
  box-sizing: border-box;
  flex: 0 0 25%;
  padding: 0 1em;
  padding-bottom: 0;
}
.block-articles-list .article-list > li:last-child {
  border-right: 0;
}
.block-articles-list .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-list .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  border-radius: 50%;
}
.block-articles-list .article-list-item .image > .empty {
  padding-top: 100%;
}
.block-articles-list .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-list .article-list-item .details .meta {
  padding: 0 0 1em 0;
}
.block-articles-list .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
}
.block-articles-list .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-list .article-list-item > a {
  display: block;
  color: #333;
}
.block-articles-list .article-list-item > a:hover {
  color: #ff5a00;
}
@media (max-width: 760px) {
  .block-articles-list .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-list .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-list .buttons {
  text-align: center;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  margin: 0 -2%;
}
.block-articles-home .article-list > li {
  float: left;
  width: 33.33333333%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-articles-home .article-list > li:nth-child(3n + 1) {
  clear: both;
}
.block-articles-home .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-home .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-home .article-list > li:nth-child(3n + 1) {
    clear: none;
  }
  .block-articles-home .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-home .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-home .article-list > li {
    border-right: 0;
  }
}
.block-articles-home .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-home .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-home .article-list-item .image > .empty {
  padding: 56.25% 0 0 0;
}
.block-articles-home .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-home .article-list-item .details .meta {
  padding: 0 0 1em 0;
}
.block-articles-home .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.41843972vw;
}
@media (min-width: 1410px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 10.78014184px;
  }
}
.block-articles-home .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: #333;
}
.block-articles-home .article-list-item > a:hover {
  color: #ff5a00;
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-central-items > .txt > .content {
  max-width: 44em;
  margin: 0 auto;
}
.block-central-items .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1em;
  padding-top: 3em;
}
.block-central-items .images > li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0 0.75em 2em 0.75em;
  box-sizing: border-box;
}
.block-central-items .images > li > div,
.block-central-items .images > li > a {
  display: block;
  color: inherit;
  transition: color 0.15s;
  overflow: hidden;
}
.block-central-items .images > li > div > .img-wrapper,
.block-central-items .images > li > a > .img-wrapper {
  width: 5em;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5em;
  float: left;
  margin-right: 1em;
  background: #efefef;
  padding: 1em;
}
.block-central-items .images > li > div > .img-wrapper > svg,
.block-central-items .images > li > a > .img-wrapper > svg {
  width: 100%;
  height: auto;
  fill: #333;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
}
.block-central-items .images > li > div > .img-wrapper > .img,
.block-central-items .images > li > a > .img-wrapper > .img {
  box-sizing: border-box;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-central-items .images > li > div > .content,
.block-central-items .images > li > a > .content {
  padding-top: 1.5em;
}
.block-central-items .images > li > a:hover svg,
.block-central-items .images > li > a:hover .img {
  opacity: 0.6;
}
@media (max-width: 860px) {
  .block-central-items .images > li {
    width: 48%;
  }
  .block-central-items .images > li > div > .img-wrapper,
  .block-central-items .images > li > a > .img-wrapper {
    width: 3em;
  }
}
.block-central-items .more-link-wrapper {
  text-align: center;
}
.block-central-items .footer {
  clear: both;
}
.block-central-items2 > .txt > .content {
  max-width: 44em;
  margin: 0 auto;
}
.block-central-items2 .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.75em;
  text-align: center;
}
.block-central-items2 .images > li {
  flex: 0 0 27%;
  vertical-align: top;
  padding: 0 0.75em 2em 0.75em;
  box-sizing: border-box;
}
.block-central-items2 .images > li > div,
.block-central-items2 .images > li > a {
  display: block;
  color: inherit;
  transition: color 0.15s;
  overflow: hidden;
}
.block-central-items2 .images > li > div > .img-wrapper,
.block-central-items2 .images > li > a > .img-wrapper {
  width: 5em;
  display: block;
  margin: 0 auto;
  margin-bottom: 0em;
  background: #fff;
  border-radius: 50%;
  padding: 0.2em;
}
.block-central-items2 .images > li > div > .img-wrapper > svg,
.block-central-items2 .images > li > a > .img-wrapper > svg {
  width: 100%;
  height: auto;
  fill: #ff5a00;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
}
.block-central-items2 .images > li > div > .img-wrapper > img,
.block-central-items2 .images > li > a > .img-wrapper > img {
  box-sizing: border-box;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.block-central-items2 .images > li > div > .content,
.block-central-items2 .images > li > a > .content {
  padding-top: 0.5em;
}
.block-central-items2 .images > li > a:hover svg,
.block-central-items2 .images > li > a:hover .img {
  opacity: 0.6;
}
@media (max-width: 760px) {
  .block-central-items2 .images {
    display: block;
  }
}
.block-central-items2 .more-link-wrapper {
  text-align: center;
}
.block-central-items2 .footer {
  clear: both;
}
.block-contacts a {
  color: #333;
}
.block-contacts a:hover {
  color: #ff5a00;
}
.block-contacts .items {
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-top: 3em;
}
.block-contacts .items > li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
@media (max-width: 760px) {
  .block-contacts .items > li {
    float: none;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-bottom: 2em;
  }
}
.block-contacts .items .img-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 88%;
}
.block-contacts .items .img {
  box-sizing: border-box;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1.5em;
  display: block;
  overflow: hidden;
  opacity: 1;
  border-radius: 50%;
  transition: opacity 0.15s;
}
.block-contacts .more-link-wrapper {
  text-align: center;
}
body.page-yhteystiedot .block-contacts .footer {
  position: relative;
  padding-top: 3.5em;
  margin-top: 0.5em;
}
.block-content-cols {
  text-align: left;
}
.block-content-cols > .txt > .content {
  max-width: 44em;
  margin: 0 auto;
}
.block-content-cols > .txt > .image img {
  display: block;
  margin: 0 auto;
}
.block-content-cols .content-cols {
  display: flex;
  margin: 0 -3em;
}
.block-content-cols .content-cols > .content-col {
  flex: 1;
  padding: 3em;
}
.block-content-cols .content-cols > .content-col .img-wrapper {
  padding-top: 100%;
  position: relative;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.15);
  border-radius: 0.44em;
  margin-bottom: 1.5em;
}
.block-content-cols .content-cols > .content-col .img-wrapper > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .block-content-cols > .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .block-content-cols .content-cols {
    display: block;
    margin: 0;
  }
  .block-content-cols .content-cols > .content-col {
    padding: 22px;
  }
}
.block-content-image {
  text-align: left;
}
.block-content-image > .txt > h1 {
  text-align: center;
}
.block-content-image .buttons {
  text-align: left;
}
.block-content-image .contents {
  display: flex;
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.block-content-image .contents > .content {
  padding-right: 1em;
  box-sizing: border-box;
  flex: 0 0 50%;
  align-self: center;
}
.block-content-image .contents > .image {
  padding-left: 1em;
  box-sizing: border-box;
  flex: 0 0 50%;
  align-self: center;
}
.block-content-image .contents > .image > img {
  display: block;
  width: 100%;
}
.block-content-image .contents > .image > .content-below-image {
  position: relative;
  margin-top: 1.75em;
}
.block-content-image .contents > .image > .content-below-image .buttons {
  margin-top: 0;
  padding-top: 0.8em;
  text-align: left;
}
@media (max-width: 760px) {
  .block-content-image .contents {
    display: block;
  }
  .block-content-image .contents > .content {
    padding-right: 0;
  }
  .block-content-image .contents > .image {
    padding-bottom: 1em;
    padding-left: 0;
  }
}
.block-content-image.image-placement-left .contents > .content {
  order: 2;
  padding-left: 1em;
  padding-right: 0;
}
.block-content-image.image-placement-left .contents > .image {
  order: 1;
  padding-left: 0;
  padding-right: 1em;
}
@media (max-width: 760px) {
  .block-content-image.image-placement-left .contents {
    display: block;
  }
  .block-content-image.image-placement-left .contents > .content {
    padding-right: 0;
  }
  .block-content-image.image-placement-left .contents > .image {
    padding-left: 0;
    padding-bottom: 1em;
  }
}
.block-content-image2 {
  text-align: left;
}
.block-content-image2 > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block-content-image2 > .txt > h1 {
  text-align: center;
}
.block-content-image2 .contents .content-padder {
  max-width: 30em;
  margin: 0 0 0 auto;
}
.block-content-image2 .contents > .content {
  width: 50%;
  box-sizing: border-box;
  padding: 6% 5%;
}
.block-content-image2 .contents > .image {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-content-image2 .contents > .image > .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 660px) {
  .block-content-image2 .contents .content-padder {
    max-width: none;
  }
  .block-content-image2 .contents > .content {
    padding: 6% 5%;
    float: none;
    width: auto;
  }
  .block-content-image2 .contents > .image {
    position: relative;
    padding-top: 50%;
    left: 0;
    right: 0;
  }
}
.block-content-image2.image-placement-left .contents .content-padder {
  margin: 0 auto 0 0;
}
.block-content-image2.image-placement-left .contents > .content {
  float: right;
}
.block-content-image2.image-placement-left .contents > .image {
  left: 0;
  right: 50%;
}
@media (max-width: 660px) {
  .block-content-image2.image-placement-left .contents .content-padder {
    max-width: none;
  }
  .block-content-image2.image-placement-left .contents > .content {
    padding: 6% 5%;
    float: none;
    width: auto;
  }
  .block-content-image2.image-placement-left .contents > .image {
    position: relative;
    padding-top: 50%;
    left: 0;
    right: 0;
  }
}
.block-footer1 > .txt {
  padding-top: 3em;
  padding-bottom: 3em;
}
.block-footer1 > .txt h2 {
  font-size: inherit;
  text-transform: uppercase;
}
.block-footer1 > .txt > .contents {
  display: flex;
}
.block-footer1 > .txt > .contents > div:first-child {
  flex: 0 0 28%;
}
.block-footer1 > .txt > .contents > div {
  width: 33.3333%;
  flex: 1;
  padding-right: 1.5em;
}
.block-footer1 > .txt > .contents > .some {
  flex: 0 0 10em;
  width: 10em;
  padding-right: 0;
  text-align: right;
}
.block-footer1 > .txt > .contents > .some > .socmed-follow {
  display: inline-block;
}
.block-footer1 > .txt > .contents a {
  text-decoration: underline;
}
.block-footer1 > .txt > .copyright {
  padding-top: 2em;
  font-size: 85%;
  text-transform: uppercase;
  text-align: center;
}
.block-footer2 {
  text-align: center;
}
.block-footer2 > .page-wrapper {
  padding-top: 0;
  padding-bottom: 2.83687943vw;
}
@media (min-width: 1410px) {
  .block-footer2 > .page-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .page-wrapper {
    padding-bottom: 21.56028369px;
  }
}
.block-footer2 > .page-wrapper:before {
  content: "";
  display: block;
  border-top: 1px solid #b1b1b1;
  padding-top: 5.67375887vw;
}
@media (min-width: 1410px) {
  .block-footer2 > .page-wrapper:before {
    padding-top: 80px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .page-wrapper:before {
    padding-top: 43.12056738px;
  }
}
.block-footer2 .menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: left;
  max-width: 50em;
  margin: 0 auto;
  padding-bottom: 3em;
}
.block-footer2 .menus h2 {
  font-size: 100%;
}
.block-footer2 .menus .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-footer2 .menus .menu a {
  color: #333;
}
.block-footer2 .menus .menu li.current_page_parent > a,
.block-footer2 .menus .menu li.current-menu-item > a,
.block-footer2 .menus .menu a:hover {
  color: #ff5a00;
}
@media (max-width: 760px) {
  .block-footer2 .menus {
    display: block;
  }
  .block-footer2 .menus > div {
    padding-top: 1.5em;
  }
  .block-footer2 .menus > div:first-child {
    padding-top: 0;
  }
}
.block-footer2 .logo {
  width: 6.6em;
  margin: 0 auto;
  fill: currentColor;
}
.block-footer2 .logo > svg {
  display: block;
  width: 100%;
}
.block-footer2 .copyright {
  font-size: 80%;
  color: #888;
}
/**
 * Block-form-emailer
 *
 * @author Jari Pennanen
 * @version 2018-12-16
 */
.block-form-emailer {
  text-align: center;
}
.block-form-emailer h2 {
  padding-top: 1em;
  clear: both;
}
.block-form-emailer .text {
  font-weight: bold;
}
.block-form-emailer .first-name,
.block-form-emailer .postcode {
  width: 40%;
  display: block;
  float: left;
  clear: none;
}
.block-form-emailer .last-name,
.block-form-emailer .city {
  box-sizing: border-box;
  padding-left: 0.75em;
  width: 60%;
  display: block;
  float: left;
  clear: none;
}
.block-form-emailer .cols {
  width: 100%;
  display: flex;
  padding: 1.5em 0;
  margin: 0 -1em;
  text-align: left;
}
.block-form-emailer .cols > .col {
  flex: 1;
  padding: 0 1em;
}
.block-form-emailer textarea {
  display: block;
  width: 100%;
  height: 14.1em;
}
.block-form-emailer .actions {
  padding-bottom: 1em;
}
.block-form-emailer .form-error-message,
.block-form-emailer .error-message {
  background: red;
  color: white;
  padding: 0.3em 0.5em;
  display: block;
  font-size: 80%;
  border-radius: 0.5em;
}
.block-form-emailer .form-error-message:before,
.block-form-emailer .error-message:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22white%22%20viewBox%3D%220%200%20485.249%20485.249%22%3E%3Cpath%20d%3D%22M481.249,420.625l-219-380c-4-7-11-11-19-11s-15,4-19,11l-221,382c-10,17,5,33,19,33h442%20c12,0,21-10,21-22C485.249,428.625,484.249,424.625,481.249,420.625z%20M60.249,411.625l183-317l183,317H60.249z%22/%3E%3Cpath%20d%3D%22M221.249,192.625v97c0,12,10,22,22,22s22-10,22-22v-97c0-12-10-22-22-22%20S221.249,180.625,221.249,192.625z%22/%3E%3Cpath%20d%3D%22M243.249,330.625c-15,0-27,12-27,27s12,28,27,28s27-13,27-28S258.249,330.625,243.249,330.625z%22/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}
.block-form-emailer .form-error-message.hidden,
.block-form-emailer .error-message.hidden {
  display: none;
}
.block-form-emailer .form-error-message {
  margin-top: 1em;
}
.block-form-emailer input[type="file"] {
  display: block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.block-form-emailer .filenames {
  display: inline-block;
  font-weight: bold;
  padding-left: 1em;
}
.block-form-emailer .empty-file {
  display: none;
}
.block-form-emailer .filled .empty-file {
  display: inline;
}
.block-form-emailer input[type="email"] + .error-message,
.block-form-emailer input[type="text"] + .error-message {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.block-form-emailer label {
  display: block;
  margin-bottom: 0.8em;
  clear: both;
}
.block-form-emailer label > .text {
  display: block;
}
.block-form-emailer .checkbox {
  display: block;
  padding-left: 2.3em;
  position: relative;
}
.block-form-emailer .checkbox input {
  position: absolute;
  left: 0;
}
.block-form-emailer .radio-serie {
  clear: both;
  padding-top: 0.4em;
  display: block;
}
.block-form-emailer .radio-serie label {
  cursor: pointer;
  cursor: hand;
  display: block;
  padding-left: 2.3em;
  padding-bottom: 0.4em;
  position: relative;
  margin-bottom: 0.2em;
}
.block-form-emailer .radio-serie label input {
  position: absolute;
  left: 0;
}
.block-form-emailer .radio-serie label:hover {
  color: #ff5a00;
}
.block-form-emailer form {
  position: relative;
}
.block-form-emailer form .form-progress {
  display: none;
}
.block-form-emailer form > .loading-layer {
  position: absolute;
  transition: background 0.25s;
}
.block-form-emailer form.loading > .loading-layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.block-form-emailer form.loading > .form-progress {
  opacity: 1;
  display: block;
  bottom: 3em;
  left: 50%;
  margin-left: -2.5em;
  width: 5em;
  height: 5em;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20fill%3D%22%23ff5a00%22%20d%3D%22M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z%22%20transform%3D%22rotate%28129.39%2025%2025%29%22%3E%3CanimateTransform%20attributeType%3D%22xml%22%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2025%2025%22%20to%3D%22360%2025%2025%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.block-form-emailer form.loading > .form-progress > .form-progress-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3em;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
.block-form-emailer form.loading > .form-progress > .form-progress-text {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 80%;
}
.block-form-emailer form > section {
  padding: 1.15rem;
  margin: 0 0 3em 0;
  min-width: 0;
  border: 1px solid #ff5a00;
}
.block-form-emailer form > section > .section-header {
  margin: -1.15rem;
  margin-bottom: 0.3em;
  padding: 0.3em 0.5em;
  background: #ff5a00;
  color: #fff;
}
.block-form-emailer form > section .section-return {
  display: none;
}
.block-form-emailer form > section > .section-summary {
  display: none;
}
.block-form-emailer form > section h2 {
  margin: -1.15rem;
  margin-top: 1.7em;
  margin-bottom: 0.7em;
  padding: 1.7em 1.15rem 0.3em 1.15rem;
  border-top: 1px dotted #ff5a00;
}
.block-form-emailer form > section.hide-section .section-return {
  display: block;
}
.block-form-emailer form > section.hide-section > .section-summary {
  display: block;
}
.block-form-emailer form > section.hide-section > .section-contents {
  display: none;
}
.block-form-emailer form > section.hidden {
  display: none;
}
.block-form-emailer form > section + hr {
  display: none;
}
.block-form-emailer input[type="reset"],
.block-form-emailer input[type="submit"],
.block-form-emailer .section-next {
  margin-top: 1em;
}
.block-form-emailer input[type="reset"][disabled],
.block-form-emailer input[type="submit"][disabled],
.block-form-emailer .section-next[disabled] {
  cursor: not-allowed;
  background: gray;
  color: #000;
}
.block-form-emailer input[type="reset"][disabled]:hover,
.block-form-emailer input[type="submit"][disabled]:hover,
.block-form-emailer .section-next[disabled]:hover {
  background: gray;
  color: #000;
}
.block-form-emailer .actions {
  overflow: hidden;
}
.block-form-emailer input[type="reset"] {
  float: right;
}
.block-form-emailer footer {
  padding-top: 2em;
}
.block-hero01 {
  text-align: left;
  position: relative;
}
.block-hero01 > .img {
  margin: 0 auto;
  max-width: 1700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-hero01 > .img:before {
  content: "";
  display: block;
  padding-top: 20%;
}
.block-hero01 > .txt {
  padding-top: 10.63829787vw;
  padding-bottom: 10.63829787vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 1410px) {
  .block-hero01 > .txt {
    padding-top: 150px;
  }
}
@media (max-width: 760px) {
  .block-hero01 > .txt {
    padding-top: 80.85106383px;
  }
}
@media (min-width: 1410px) {
  .block-hero01 > .txt {
    padding-bottom: 150px;
  }
}
@media (max-width: 760px) {
  .block-hero01 > .txt {
    padding-bottom: 80.85106383px;
  }
}
.block-hero01 > .txt > h1 {
  text-align: center;
}
.block-hero01 .buttons {
  text-align: left;
}
.block-hero01 h1 {
  font-size: 3.68794326vw;
}
@media (min-width: 1410px) {
  .block-hero01 h1 {
    font-size: 52px;
  }
}
@media (max-width: 760px) {
  .block-hero01 h1 {
    font-size: 28.02836879px;
  }
}
.block-hero01 .contents {
  display: flex;
}
.block-hero01 .contents > .content {
  box-sizing: border-box;
  padding-right: 1em;
  flex: 0 0 50%;
  align-self: center;
}
.block-hero01 .contents > .image {
  box-sizing: border-box;
  padding-left: 1em;
  flex: 0 0 60%;
  align-self: center;
}
.block-hero01 .contents > .image > img {
  display: block;
  width: 100%;
}
.block-hero01 .contents > .image > .content-below-image {
  position: relative;
  margin-top: 1.75em;
}
.block-hero01 .contents > .image > .content-below-image .buttons {
  margin-top: 0;
  padding-top: 0.8em;
  text-align: left;
}
@media (max-width: 660px) {
  .block-hero01 .contents {
    flex-wrap: wrap;
  }
  .block-hero01 .contents > .content {
    flex: 0 0 100%;
    padding-right: 0;
    width: auto;
    order: 2;
  }
  .block-hero01 .contents > .image {
    flex: 0 0 100%;
    float: none;
    padding-left: 0;
    order: 1;
  }
  .block-hero01 .contents > .image > img {
    margin-top: 3em;
  }
}
.block-hero01.image-placement-left .contents > .content {
  order: 2;
  padding-left: 1em;
  padding-right: 0;
}
.block-hero01.image-placement-left .contents > .image {
  order: 1;
  padding-left: 0;
  padding-right: 1em;
}
@media (max-width: 660px) {
  .block-hero01.image-placement-left .contents > .content {
    padding-right: 0;
  }
  .block-hero01.image-placement-left .contents > .image {
    padding-left: 0;
  }
}
.block-hero02 > .img {
  margin: 0 auto;
  max-width: 1700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1em;
}
.block-hero02 > .img:before {
  content: "";
  display: block;
  padding-top: 20%;
}
.block-image-text .texts {
  padding: 2em 0;
}
.block-image-text.text-alignment-left {
  text-align: left;
}
.block-image-text.text-alignment-left .texts {
  width: 50%;
}
@media (max-width: 760px) {
  .block-image-text.text-alignment-left .texts {
    width: auto;
  }
}
.block-image-text.text-alignment-centered {
  text-align: center;
}
.block-image-text .image {
  background-size: cover;
  background-position: center center;
  display: -webkit-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-flex-align: center;
  align-items: center;
}
.block-image-text .image > .page-wrapper {
  width: 100%;
}
.block-image-text .logo svg {
  display: block;
  width: 14.18439716vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1410px) {
  .block-image-text .logo svg {
    width: 200px;
  }
}
@media (max-width: 760px) {
  .block-image-text .logo svg {
    width: 107.80141844px;
  }
}
.block-image-text h1 {
  font-size: 3.68794326vw;
  border: 0;
}
@media (min-width: 1410px) {
  .block-image-text h1 {
    font-size: 52px;
  }
}
@media (max-width: 760px) {
  .block-image-text h1 {
    font-size: 28.02836879px;
  }
}
@media (max-width: 760px) {
  .block-image-text h1 {
    font-size: 30px;
  }
}
.block-image-text .content {
  font-size: 1.70212766vw;
}
@media (min-width: 1410px) {
  .block-image-text .content {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .block-image-text .content {
    font-size: 12.93617021px;
  }
}
.block-image-text2 .texts {
  padding: 2em 0;
}
.block-image-text2.text-alignment-left {
  text-align: left;
}
.block-image-text2.text-alignment-left .texts {
  width: 60%;
}
@media (max-width: 760px) {
  .block-image-text2.text-alignment-left .texts {
    width: auto;
  }
}
.block-image-text2.text-alignment-centered {
  text-align: center;
}
.block-image-text2 .image {
  display: -webkit-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-flex-align: center;
  align-items: center;
}
.block-image-text2 .image > .page-wrapper {
  width: 100%;
}
.block-image-text2 .logo svg {
  display: block;
  width: 14.18439716vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1410px) {
  .block-image-text2 .logo svg {
    width: 200px;
  }
}
@media (max-width: 760px) {
  .block-image-text2 .logo svg {
    width: 107.80141844px;
  }
}
.block-image-text2 h1 {
  font-size: 6.5248227vw;
  border: 0;
}
@media (min-width: 1410px) {
  .block-image-text2 h1 {
    font-size: 92px;
  }
}
@media (max-width: 760px) {
  .block-image-text2 h1 {
    font-size: 49.58865248px;
  }
}
@media (max-width: 760px) {
  .block-image-text2 h1 {
    font-size: 30px;
  }
}
.block-image-text2 .content {
  font-size: 1.70212766vw;
}
@media (min-width: 1410px) {
  .block-image-text2 .content {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .block-image-text2 .content {
    font-size: 12.93617021px;
  }
}
.block-logo-links .logogrid-title-img {
  width: 90%;
}
.block-logo-links .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1em;
  overflow: hidden;
  margin-left: 0;
}
.block-logo-links .images > li {
  float: left;
  width: 20%;
  padding: 0 1em 2em 1em;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-logo-links .images > li:nth-child(5n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .block-logo-links .images {
    margin: 0 -1em;
  }
  .block-logo-links .images > li:nth-child(5n + 1) {
    clear: none;
  }
  .block-logo-links .images > li {
    float: left;
    width: 50%;
    padding: 0 1em 2em 1em;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-logo-links .images > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-logo-links .images li {
  position: relative;
  padding-bottom: 0;
}
.block-logo-links .images li .empty {
  display: block;
  padding-top: 75%;
}
.block-logo-links .images li .img {
  position: absolute;
  top: 12%;
  right: 12%;
  bottom: 12%;
  left: 12%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: opacity 0.25s;
  transform: translateZ(0);
  transform-style: preserve-3d;
}
.block-logo-links .images li a:hover .img {
  opacity: 0.7;
}
.block-logo-links > .txt > .relative {
  position: relative;
  padding-bottom: 1.7em;
  padding-top: 2.2em;
}
.block-logo-links > .txt > .relative:before {
  top: auto;
  bottom: 0;
  background-position: bottom center;
}
#menu-mobile-padder {
  height: 71px;
}
@media (max-width: 782px) {
  body.admin-bar #menu-mobile-padder {
    padding-top: 46px;
  }
}
@media (min-width: 760px) {
  #menu-mobile-padder {
    display: none;
  }
}
#header-mobile {
  padding: 0 2em;
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  left: 0;
  transition: background-color 0.25s;
}
#header-mobile .header-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
}
#header-mobile .header-title > a {
  color: #333;
}
#header-mobile .header-title > a > .logo > svg,
#header-mobile .header-title > a > .logo > img {
  height: 1.3em;
  width: auto;
  display: block;
  fill: #ff5a00;
}
body.scrolled #header-mobile {
  background: #fff;
}
@media (max-width: 782px) {
  body.admin-bar #header-mobile {
    top: 46px;
  }
}
#menu-mobile {
  background: #f0f0f0;
  box-sizing: border-box;
  display: block;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1095;
  overflow: auto;
  text-align: center;
}
body.show-mobile-menu #menu-mobile {
  height: auto;
}
#menu-mobile .padder {
  height: 120px;
}
body.admin-bar #menu-mobile .padder {
  padding-top: 46px;
}
#menu-mobile .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 8em 0 2em;
}
#menu-mobile .menu a {
  font-size: 21px;
  color: #333;
}
#menu-mobile .menu li.current-page-ancestor > a,
#menu-mobile .menu li.menu-item-object-page.current-menu-item > a,
#menu-mobile .menu li.menu-item-object-page.current_page_item > a {
  color: #ff5a00;
}
#menu-mobile .menu li {
  display: block;
  padding: 0.25em;
}
#menu-mobile .menu .sub-menu a {
  font-size: 15px;
}
#menu-mobile .socmed-follow .some-link {
  font-size: 100%;
  padding: 0 0.5em 2.2em 0.5em;
}
#more-mobile {
  box-sizing: border-box;
  display: block;
  background: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 27px 10px;
  position: absolute;
  top: 0;
  right: 1.5em;
  z-index: 1040;
}
body.show-mobile-menu #more-mobile {
  background: none;
}
#more-mobile .more-mobile-wrapper {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 25px;
  height: 18px;
}
#more-mobile .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 4px;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
#more-mobile .more-mobile-wrapper > .a {
  top: 0;
}
#more-mobile .more-mobile-wrapper > .b2,
#more-mobile .more-mobile-wrapper > .b {
  top: 7px;
}
#more-mobile .more-mobile-wrapper > .c {
  top: 14px;
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper > .a {
  opacity: 0;
  background: #000;
  transform: translateY(9px);
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper > .b2 {
  transform: rotate(-45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper > .b {
  transform: rotate(45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile .more-mobile-wrapper > .c {
  opacity: 0;
  background: #000;
  transform: translateY(-9px);
}
body.scheme-menu-white #header-mobile .header-title > a {
  color: #fff;
}
body.scheme-menu-white #more-mobile .more-mobile-wrapper > i {
  background: #fff;
}
body.scheme-menu-white.show-mobile-menu #header-mobile .header-title > a {
  color: #333;
}
@media (min-width: 760px) {
  #header-mobile-padder,
  #header-mobile,
  #menu-mobile,
  #more-mobile {
    display: none;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
body.admin-bar #menu {
  top: 32px;
}
#menu-padder {
  display: block;
  height: 7.80141844vw;
}
@media (min-width: 1410px) {
  #menu-padder {
    height: 110px;
  }
}
@media (max-width: 760px) {
  #menu-padder {
    height: 59.29078014px;
  }
}
body.admin-bar #menu-padder {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #menu-padder {
    padding-top: 46px;
  }
}
@media (max-width: 760px) {
  #menu-padder {
    display: none;
  }
}
#menu {
  background: #fff;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0;
  transition: background-color 0.25s;
}
@media (max-width: 760px) {
  #menu {
    display: none;
  }
}
#menu .header-wrapper {
  padding-top: 1.77304965vw;
  padding-bottom: 1.77304965vw;
}
@media (min-width: 1410px) {
  #menu .header-wrapper {
    padding-top: 25px;
  }
}
@media (max-width: 760px) {
  #menu .header-wrapper {
    padding-top: 13.4751773px;
  }
}
@media (min-width: 1410px) {
  #menu .header-wrapper {
    padding-bottom: 25px;
  }
}
@media (max-width: 760px) {
  #menu .header-wrapper {
    padding-bottom: 13.4751773px;
  }
}
#menu h1.header-title {
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  font-size: 1rem;
}
#menu h1.header-title > a {
  position: relative;
  z-index: 1060;
  color: #333;
  transition: color 0.25s;
}
#menu h1.header-title > a > .logo > svg,
#menu h1.header-title > a > .logo > img {
  display: block;
  height: 4.25531915vw;
  width: auto;
  margin-right: 1.5em;
  fill: #ff5a00;
  transition: fill 0.25s, opacity 0.25s;
}
@media (min-width: 1410px) {
  #menu h1.header-title > a > .logo > svg,
  #menu h1.header-title > a > .logo > img {
    height: 60px;
  }
}
@media (max-width: 760px) {
  #menu h1.header-title > a > .logo > svg,
  #menu h1.header-title > a > .logo > img {
    height: 32.34042553px;
  }
}
#menu h1.header-title > a:hover {
  color: #ff5a00;
}
#menu h1.header-title > a:hover > .logo > svg {
  fill: #333;
}
#menu h1.header-title > a:hover > .logo > img {
  opacity: 0.7;
}
body.scheme-menu-white #menu h1.header-title > a {
  color: #fff;
}
body.scheme-menu-white #menu h1.header-title > a:hover {
  color: #ff5a00;
}
#menu .menu-main {
  z-index: 1050;
  padding-top: 1em;
  text-align: right;
}
#menu .menu-main > .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
#menu .menu-main > .menu li {
  padding: 0 0 0 2.2em;
  display: inline-block;
}
#menu .menu-main > .menu a {
  display: block;
  color: #333;
  padding: 0.35em 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s, color 0.25s;
}
#menu .menu-main > .menu li.current_page_parent > a,
#menu .menu-main > .menu li.current-menu-item > a,
#menu .menu-main > .menu a:hover {
  color: #333;
  border-bottom: 2px solid #ff5a00;
}
#menu .menu-main > .ajax-cart-parts {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.75em;
}
#menu .menu-main > .ajax-cart-parts > .cart-link {
  color: #333;
  display: block;
  position: relative;
}
#menu .menu-main > .ajax-cart-parts > .cart-link > .icon {
  position: relative;
  top: 0.3em;
}
#menu .menu-main > .ajax-cart-parts > .cart-link > .icon > svg {
  width: 1.5em;
  height: auto;
  display: inline-block;
  transition: fill 0.25s;
}
#menu .menu-main > .ajax-cart-parts > .cart-link > .count {
  position: absolute;
  left: 1.5em;
  top: 0.25em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  font-size: 80%;
  line-height: 1;
  text-align: center;
  background: #ff5a00;
  color: #fff;
  z-index: 2;
}
#menu .menu-main > .ajax-cart-parts > .cart-link > .count > b {
  position: relative;
  top: 0.1em;
}
#menu .menu-main > .ajax-cart-parts > .cart-link > .price {
  display: inline-block;
  padding-left: 1em;
}
#menu .menu-main > .ajax-cart-parts > .cart-link:hover {
  fill: #ff5a00;
  color: #ff5a00;
}
.block-press1 > .txt > .ingress {
  margin-bottom: 0.5em;
}
.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;
  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 #b1b1b1;
  padding: 7px;
  margin: 0 0 1em 0;
  transform: translateZ(0);
  transform-style: preserve-3d;
  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 > .info .author {
  display: block;
}
.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;
    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;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-single-event {
  /*
    .img-wrapper {
        padding-top: 50%;
        display: block;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-position: center 20%;
        &:before {
            content: "";
            @svg: escape(
                "<svg preserveAspectRatio='none' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 100 100'><polygon points='0,0 0,100 100,100 0,0'/></svg>"
            );
            background-image: url("data:image/svg+xml,@{svg}");
            background-size: 100% 100%;
            left: -1px;
            width: 15%;
            top: -1px;
            bottom: -1px;
            position: absolute;
        }
        &:after {
            content: "";
            @svg: escape(
                "<svg preserveAspectRatio='none' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 100 100'><polygon points='0,0 100,0 100,100 '/></svg>"
            );
            background-image: url("data:image/svg+xml,@{svg}");
            background-size: 100% 100%;
            right: -1px;
            width: 15%;
            top: -1px;
            bottom: -1px;
            position: absolute;
        }
        > .texts {
            position: absolute;
            z-index: 2;
            left: 1em;
            bottom: 3em;
            width: 36em;
            .bg() {
                box-shadow: -1rem 0 0 0 @color1, 1rem 0 0 0 @color1;
                background-color: @color1;
                color: @color1-fg;
                box-decoration-break: clone;
                line-height: 1.4;
            }
            > h1 {
                padding: 0;
                .font-sizer-px(64);
                > span {
                    .bg();
                }
            }
            > .artists {
                .font-otsake();
                .font-sizer-px(28);
                font-weight: normal;
                > span {
                    .bg();
                }
            }
            > .datetime {
                .font-otsake();
                .font-sizer-px(42);
                > span {
                    .bg();
                }
            }
        }
        // > img {
        //     object-fit: cover;
        //     object-position: center center;
        //     position: absolute;
        //     left: 0;
        //     right: 0;
        //     bottom: 0;
        //     top: 0;
        //     width: 100%;
        // }
    }
    .tickets-link-round {
        .font-otsake();
        .font-sizer-px(20);
        padding: 0;
        position: absolute;
        right: 4em;
        top: -6em;

        > .tickets-link {
            display: block;
            background: @color2;
            color: @color2-fg;
            border-radius: 50%;
            text-align: center;
            width: 7.5em;
            height: 7.5em;
            .transition(all @anim-speed);
            &:hover {
                background: @color2-hover;
                color: @color2-fg-hover;
            }
            > span {
                display: block;
                position: absolute;
                top: 50%;
                .transform(translateY(-50%));
                left: 1em;
                right: 1em;
            }
        }
    }

    .tickets-link-wrapper {
        .font-otsake();
        .font-sizer-px(20);
        padding-top: 3em;
        > .tickets-link {
            background: @color2;
            color: @color2-fg;
            padding: 0.5em 1em;
            .transition(all @anim-speed);
            &:hover {
                background: @color2-hover;
                color: @color2-fg-hover;
            }
        }
    }
    .workgroup {
        .no-bullets();
        .name {
            color: @color1;
            text-transform: uppercase;
        }
        li {
            padding: 0 0 0.2em 0;
        }
    }

    .content-wrap {
        display: flex;
        flex-wrap: wrap;
        padding-top: 4em;
        position: relative;
        > .content {
            width: ~"calc(52% - 7em)";
        }
        > .lang-en {
            .box-sizing();
            width: ~"calc(100% - 52% - 10em - 3em)";
            padding-left: 2em;
        }
        > .details {
            .box-sizing();
            width: 17em;
            padding-left: 3em;
            margin-left: 3em;
            border-left: 4px solid @color1;
            h2 {
                font-size: inherit;
                color: @color1;
                padding: 0;
            }
        }
        > .video {
            order: 4;
            width: 100%;
            padding-top: 1.5em;
            padding-bottom: 1.5em;
        }
    }

    @media (max-width: 760px) {
        .content-wrap {
            display: flex;
            > .content {
                width: 100%;
            }

            > .lang-en {
                width: 100%;
                padding-left: 0;
                padding-top: 1.5em;
            }

            > .details {
                width: 100%;
                padding-left: 0;
                margin-left: 0;
                border-left: 0;
                order: 3;
            }
        }
    }
    */
}
.block-single-event > .txt > .meta > .datetime {
  text-transform: uppercase;
}
.block-single-event > .txt > .meta > .location:before {
  display: inline-block;
  content: "\2022";
  margin-left: 0.5em;
  margin-right: 0.6em;
}
.block-single-event > .txt > .meta > .duration {
  margin-left: 0.2em;
}
.block-single-event > .txt > .meta > .duration:before {
  display: inline-block;
  content: "\2022";
  margin-left: 0.5em;
  margin-right: 0.6em;
}
.block-single-event > .txt > .meta > .cats {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-single-event > .txt > .meta > .cats > li {
  display: inline;
}
.block-single-event > .txt > .meta > .cats > li + li:before {
  display: inline-block;
  content: "\2022";
  margin-left: 0.5em;
  margin-right: 0.6em;
}
.block-single-event > .txt > .featured-image {
  margin-left: -22%;
  margin-right: -22%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.block-single-event > .txt > .content-wrap > .map {
  height: 400px;
  width: 100%;
}
/*
@moveanimlength: 100%;
.fromleftanim () {
    from {
        .transform(translate3d(-@moveanimlength, 0, 0));
    }  
    to {
        .transform(translate3d(0, 0, 0));        
    }
}
@-webkit-keyframes fromleftanim {.fromleftanim;}
@-moz-keyframes fromleftanim {.fromleftanim;}
@-ms-keyframes fromleftanim {.fromleftanim;}
@-o-keyframes fromleftanim {.fromleftanim;}
@keyframes fromleftanim {.fromleftanim;}

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

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

.toleftanim () {
    from {
        .transform(translate3d(0, 0, 0));
    }  
    to {
        .transform(translate3d(-@moveanimlength, 0, 0));        
    }
}
@-webkit-keyframes toleftanim {.toleftanim;}
@-moz-keyframes toleftanim {.toleftanim;}
@-ms-keyframes toleftanim {.toleftanim;}
@-o-keyframes toleftanim {.toleftanim;}
@keyframes toleftanim {.toleftanim;}
*/
.block-slider {
  background: #f0f0f0;
  margin: 0;
}
.block-slider .slides {
  position: relative;
}
.block-slider .slider .empty {
  padding-top: 48%;
}
.block-slider .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 10;
}
.block-slider .slider .slide.init {
  z-index: 11;
  transition: none;
  opacity: 1;
}
.block-slider .slider .slide.selected {
  z-index: 11;
  transition: opacity 0.5s;
  opacity: 1;
  transition-delay: 0s;
}
.block-slider .slider .slide:first-child {
  position: relative;
}
.block-slider > .txt {
  padding: 5%;
}
.block-slider .slider > .nav {
  position: absolute;
  padding: 1.5em 0;
  text-align: center;
  bottom: 0.25em;
  left: 0;
  right: 0;
  z-index: 500;
}
.block-slider .slider > .nav > .prev,
.block-slider .slider > .nav > .next {
  float: left;
}
.block-slider .slider > .nav > .prev:before,
.block-slider .slider > .nav > .next:before {
  content: "";
  width: 30px;
  height: 45px;
  background: url("images/arrows.png") 0 0 no-repeat;
  background-size: 60px auto;
  display: block;
  transition: opacity 0.25s;
}
.block-slider .slider > .nav > .prev:hover:before,
.block-slider .slider > .nav > .next:hover:before {
  opacity: 0.7;
}
.block-slider .slider > .nav > .next {
  float: right;
}
.block-slider .slider > .nav > .next:before {
  background-position: right top;
}
.block-slider .slider > .nav > .jumps {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 120%;
}
.block-slider .slider > .nav > .jumps > li {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  padding: 0 0.5em;
}
.block-slider .slider > .nav > .jumps > li > a {
  display: inline-block;
  color: #333;
  border-bottom: 2px solid transparent;
  padding: 0.45em 0 0.12em 0;
}
.block-slider .slider > .nav > .jumps > li > a > span {
  display: none;
}
.block-slider .slider > .nav > .jumps > li > a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #efefef;
  transition: background 0.25s;
}
.block-slider .slider > .nav > .jumps > li > a:hover:after,
.block-slider .slider > .nav > .jumps > li > a.selected:after {
  background: #ff5a00;
}
.block-slider .slider .slides > .slide > .logo {
  position: absolute;
  right: 4%;
  top: 50%;
  width: 33%;
  transform: translateY(-50%);
}
.block-slider .slider .slides > .slide > .logo > svg {
  width: 100%;
  fill: #fff;
}
.block-slider .slider .slides > .slide > .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.block-slider .slider .slides > .slide > .page-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6em;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts {
  box-sizing: border-box;
  color: #ff5a00;
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 0.5em 2.25em;
  text-align: left;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
  font-size: 1.27659574vw;
  color: #ff5a00;
  font-weight: bold;
  padding: 0.25em 0 0 0;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 1410px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 9.70212766px;
  }
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  font-size: 1.27659574vw;
  font-weight: normal;
  position: relative;
}
@media (min-width: 1410px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
    font-size: 9.70212766px;
  }
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #ff5a00;
  transition: fill 0.25s;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts:hover > svg {
  fill: #ff7b33;
}
.block-slider .slider .slides > .slide > .empty {
  padding-top: 50%;
  display: block;
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .empty {
    padding-top: 70%;
  }
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 16px;
  }
  .block-slider .slider .slides > .slide > .page-wrapper {
    position: absolute;
    bottom: 0;
  }
  .block-slider .slider > .nav {
    position: absolute;
    bottom: -4em;
  }
  .block-slider .slider > .nav > .jumps > li > a:after {
    background: #000;
  }
}
.block-subnav > .txt {
  padding-top: 0;
  padding-bottom: 1em;
}
.block-subnav #sub-navigation {
  text-align: center;
  padding-top: 0;
  padding-bottom: 2em;
  color: #333;
  font-size: 0.9929078vw;
  border-bottom: 1px solid #b1b1b1;
}
@media (min-width: 1410px) {
  .block-subnav #sub-navigation {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .block-subnav #sub-navigation {
    font-size: 7.54609929px;
  }
}
.block-subnav #sub-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-subnav #sub-navigation .menu > li {
  line-height: 1;
  display: inline-block;
  margin: 0 0.3em;
}
.block-subnav #sub-navigation .menu > li > a {
  display: block;
  text-transform: uppercase;
  border: 1px solid #b1b1b1;
  border-radius: 1.7em;
  padding: 0.73em 2.7em;
  color: #333;
  transition: all 0.25s;
  position: relative;
}
.block-subnav #sub-navigation .menu > li > a:hover,
.block-subnav #sub-navigation .menu > li.current_page_item > a,
.block-subnav #sub-navigation .menu > li.current-menu-item > a {
  background: #ff5a00;
  color: #fff;
}
.block-subnav #sub-navigation .menu > li:last-child:after {
  display: none;
  content: none;
}
.block-subnav #sub-navigation .menu > li > ul {
  display: none;
}
@media (max-width: 760px) {
  .block-subnav #sub-navigation .menu {
    margin: 0 -5px;
  }
  .block-subnav #sub-navigation .menu > li {
    float: left;
    width: 50%;
    padding: 0 5px 10px 5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-subnav #sub-navigation .menu > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-subnav #sub-navigation .menu > li > a {
    padding: 0.7em 0.2em;
  }
  .block-subnav #sub-navigation .menu > li.current_page_item > a:after,
  .block-subnav #sub-navigation .menu > li.current-menu-item > a:after {
    display: none;
  }
}
@media (max-width: 400px) {
  .block-subnav #sub-navigation .menu > li {
    display: block;
    float: none;
    width: auto;
    padding: 0.2em 0 0.2em 0;
  }
}
.block-video > .txt > .content {
  padding-bottom: 2em;
}
.block-video .embed iframe {
  display: block;
  width: 100%;
}
.block-wc-featured {
  text-align: center;
}
.block-wc-featured ul.custom-products {
  text-align: left;
}
.woocommerce table.cart td.actions .coupon {
  display: flex;
}
.woocommerce table.cart td.actions .coupon > #coupon_code {
  flex: 1;
  width: auto;
}
.woocommerce table.cart td.actions .coupon > button {
  flex: 0 0 9em;
}
@media (max-width: 760px) {
  .woocommerce table.cart {
    display: block;
    border: 0;
  }
  .woocommerce table.cart thead {
    display: none;
  }
  .woocommerce table.cart tbody {
    display: block;
  }
  .woocommerce table.cart tr {
    display: block;
    padding-bottom: 1.5em;
  }
  .woocommerce table.cart td {
    display: inline-block;
    padding: 0.2em;
    border: 0;
  }
  .woocommerce table.cart tr.cart_item {
    display: grid;
    grid-template: "a b x" "a c x" "a d d" "a e e" / 5em 1fr 3.5em;
  }
  .woocommerce table.cart tr.cart_item td.product-remove {
    grid-area: x;
  }
  .woocommerce table.cart tr.cart_item td.product-remove a.remove {
    line-height: 1.1;
    font-size: 3em;
    position: relative;
    top: -0.25em;
  }
  .woocommerce table.cart tr.cart_item td.product-thumbnail {
    grid-area: a;
    padding-right: 1em;
  }
  .woocommerce table.cart tr.cart_item td.product-thumbnail img {
    width: 100%;
    height: auto;
  }
  .woocommerce table.cart tr.cart_item td.product-name {
    grid-area: b;
  }
  .woocommerce table.cart tr.cart_item td.product-price {
    grid-area: c;
    font-size: 150%;
  }
  .woocommerce table.cart tr.cart_item td.product-quantity {
    grid-area: d;
  }
  .woocommerce table.cart tr.cart_item td.product-quantity .custom-quantity-select {
    width: auto;
  }
  .woocommerce table.cart tr.cart_item td.product-subtotal {
    grid-area: e;
    display: none;
  }
  .woocommerce table.cart [name="update_cart"]:disabled {
    display: none;
  }
  .woocommerce table.cart [name="update_cart"] {
    box-sizing: border-box;
    width: 100%;
    display: block;
  }
  .woocommerce table.cart td.actions {
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon {
    width: 100%;
    padding-bottom: 1em;
  }
  .woocommerce #place_order {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .woocommerce .custom-continue-shopping {
    display: block;
    text-align: center;
  }
  .woocommerce .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 760px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    float: none;
    width: auto;
  }
  .woocommerce .col2-set .col-2 {
    padding-top: 1.5em;
  }
}
.woocommerce ul.custom-products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 3em 2.5em;
  gap: 3em 2.5em;
}
@media (max-width: 860px) {
  .woocommerce ul.custom-products {
    grid-gap: 1em 1.5em;
    gap: 1em 1.5em;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 660px) {
  .woocommerce ul.custom-products {
    grid-gap: 1em 1.5em;
    gap: 1em 1.5em;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.woocommerce ul.custom-products > li.product {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.woocommerce ul.custom-products > li.product > a.woocommerce-loop-product__link {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-bottom: 0;
  color: inherit;
  transition: border-color 0.25s;
}
.woocommerce ul.custom-products > li.product > a.woocommerce-loop-product__link:hover {
  border-color: #ff5a00;
}
.woocommerce ul.custom-products > li.product > a.woocommerce-loop-product__link:hover .img-wrapper {
  opacity: 0.8;
}
.woocommerce ul.custom-products > li.product > .button {
  display: none;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper {
  display: flex;
  padding-top: 0.5em;
  font-size: 0.8em;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .custom-add-to-cart-counts {
  flex: 0 0 42%;
  box-sizing: border-box;
  display: flex;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .custom-add-to-cart-counts > button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0.2em 1.2em;
  background: none;
  border: 1px solid #b1b1b1;
  color: #333;
  cursor: pointer;
  font-size: inherit;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .custom-add-to-cart-counts > input {
  border: 1px solid #b1b1b1;
  background: #efefef;
  border-left: 0;
  border-right: 0;
  width: 2.5em;
  text-align: center;
  font-size: inherit;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .button.ajax_add_to_cart {
  display: block;
  flex: 0 0 58%;
  box-sizing: border-box;
  background: none;
  border: 0;
  background: #333;
  color: #fff;
  padding: 0.85em 0.75em;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .button.ajax_add_to_cart > svg {
  display: inline-block;
  fill: #fff;
  width: 0.9em;
  height: 0.9em;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .button.ajax_add_to_cart:hover {
  background: #ff5a00;
  color: #fff;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .button.ajax_add_to_cart.added::after {
  position: absolute;
  color: #333;
  right: 0;
  top: 0;
  display: none;
}
.woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .added_to_cart {
  display: none;
}
@media (max-width: 760px) {
  .woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .custom-add-to-cart-counts {
    flex: 0 0 70%;
  }
  .woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .button.ajax_add_to_cart {
    flex: 0 0 30%;
  }
  .woocommerce ul.custom-products > li.product > .custom-add-to-cart-wrapper > .button.ajax_add_to_cart > span {
    display: none;
  }
}
.woocommerce ul.custom-products > li.product .woocommerce-loop-product__title {
  font-size: 1.25em;
  padding-top: 1.25em;
  text-transform: none;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.1;
}
.woocommerce ul.custom-products > li.product .custom-packaging {
  padding-bottom: 0.4em;
  line-height: 1.1;
}
.woocommerce ul.custom-products > li.product .price {
  font-weight: bold;
}
.woocommerce ul.custom-products > li.product .price del {
  opacity: 1;
}
.woocommerce ul.custom-products > li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.custom-products > li.product .img-wrapper {
  transition: opacity 0.25s;
  padding-top: 100%;
  position: relative;
  border: 2px solid #b1b1b1;
}
.woocommerce ul.custom-products > li.product .img-wrapper > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.woocommerce ul.custom-products:after {
  content: "";
  clear: both;
}
.woocommerce div.product p.stock,
.woocommerce ul.products li.product .price {
  color: inherit;
  font-size: inherit;
}
.woocommerce div.product p.price ins {
  text-decoration: none;
}
.woocommerce div.product p.price del {
  opacity: 1;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 1.95em;
  padding-right: 1.95em;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  background: #ff5a00;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  transition: background 0.25s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #1a1aff;
  color: #fff;
}
.woocommerce #respond input#submit.alt + .more-link,
.woocommerce a.button.alt + .more-link,
.woocommerce button.button.alt + .more-link,
.woocommerce input.button.alt + .more-link {
  margin-left: 0.5em;
}
.style-light .woocommerce #respond input#submit.alt,
.style-light .woocommerce a.button.alt,
.style-light .woocommerce button.button.alt,
.style-light .woocommerce input.button.alt,
.style-light-bg .woocommerce #respond input#submit.alt,
.style-light-bg .woocommerce a.button.alt,
.style-light-bg .woocommerce button.button.alt,
.style-light-bg .woocommerce input.button.alt {
  background: blue;
  color: #fff;
}
.style-light .woocommerce #respond input#submit.alt:hover,
.style-light .woocommerce a.button.alt:hover,
.style-light .woocommerce button.button.alt:hover,
.style-light .woocommerce input.button.alt:hover,
.style-light-bg .woocommerce #respond input#submit.alt:hover,
.style-light-bg .woocommerce a.button.alt:hover,
.style-light-bg .woocommerce button.button.alt:hover,
.style-light-bg .woocommerce input.button.alt:hover {
  background: #1a1aff;
  color: #fff;
}
.style-colored .woocommerce #respond input#submit.alt,
.style-colored .woocommerce a.button.alt,
.style-colored .woocommerce button.button.alt,
.style-colored .woocommerce input.button.alt,
.style-colored-bg .woocommerce #respond input#submit.alt,
.style-colored-bg .woocommerce a.button.alt,
.style-colored-bg .woocommerce button.button.alt,
.style-colored-bg .woocommerce input.button.alt {
  background: #fff;
  color: #ff5a00 !important;
}
.style-colored .woocommerce #respond input#submit.alt:hover,
.style-colored .woocommerce a.button.alt:hover,
.style-colored .woocommerce button.button.alt:hover,
.style-colored .woocommerce input.button.alt:hover,
.style-colored-bg .woocommerce #respond input#submit.alt:hover,
.style-colored-bg .woocommerce a.button.alt:hover,
.style-colored-bg .woocommerce button.button.alt:hover,
.style-colored-bg .woocommerce input.button.alt:hover {
  background: #fff;
  color: #ff5a00 !important;
}
.woocommerce #respond input#submit.alt.big,
.woocommerce a.button.alt.big,
.woocommerce button.button.alt.big,
.woocommerce input.button.alt.big {
  font-size: 1.15em;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #review_form #submit {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 1.95em;
  padding-right: 1.95em;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  background: #ff5a00;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  transition: background 0.25s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #review_form #submit:hover {
  background: #1a1aff;
  color: #fff;
}
.woocommerce a.button + .more-link,
.woocommerce button.button + .more-link,
.woocommerce input.button + .more-link,
.woocommerce #review_form #submit + .more-link {
  margin-left: 0.5em;
}
.style-light .woocommerce a.button,
.style-light .woocommerce button.button,
.style-light .woocommerce input.button,
.style-light .woocommerce #review_form #submit,
.style-light-bg .woocommerce a.button,
.style-light-bg .woocommerce button.button,
.style-light-bg .woocommerce input.button,
.style-light-bg .woocommerce #review_form #submit {
  background: blue;
  color: #fff;
}
.style-light .woocommerce a.button:hover,
.style-light .woocommerce button.button:hover,
.style-light .woocommerce input.button:hover,
.style-light .woocommerce #review_form #submit:hover,
.style-light-bg .woocommerce a.button:hover,
.style-light-bg .woocommerce button.button:hover,
.style-light-bg .woocommerce input.button:hover,
.style-light-bg .woocommerce #review_form #submit:hover {
  background: #1a1aff;
  color: #fff;
}
.style-colored .woocommerce a.button,
.style-colored .woocommerce button.button,
.style-colored .woocommerce input.button,
.style-colored .woocommerce #review_form #submit,
.style-colored-bg .woocommerce a.button,
.style-colored-bg .woocommerce button.button,
.style-colored-bg .woocommerce input.button,
.style-colored-bg .woocommerce #review_form #submit {
  background: #fff;
  color: #ff5a00 !important;
}
.style-colored .woocommerce a.button:hover,
.style-colored .woocommerce button.button:hover,
.style-colored .woocommerce input.button:hover,
.style-colored .woocommerce #review_form #submit:hover,
.style-colored-bg .woocommerce a.button:hover,
.style-colored-bg .woocommerce button.button:hover,
.style-colored-bg .woocommerce input.button:hover,
.style-colored-bg .woocommerce #review_form #submit:hover {
  background: #fff;
  color: #ff5a00 !important;
}
.woocommerce a.button.big,
.woocommerce button.button.big,
.woocommerce input.button.big,
.woocommerce #review_form #submit.big {
  font-size: 1.15em;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] .custom-quantity-select {
  background: gray !important;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled] .custom-quantity-select:hover {
  background: gray !important;
}
.woocommerce .custom-quantity-select {
  font-family: inherit;
  font-weight: inherit;
  text-transform: none;
  padding: 0.618em 1.2em 0.518em 1.2em;
  font-size: 1.15em;
  line-height: 1.2;
  border-radius: 0;
  text-indent: 0;
  background-color: none;
  color: #333;
  border: 2px solid #333;
  display: inline-block;
  min-width: 5em;
}
.woocommerce .custom-quantity-select:focus {
  box-shadow: 0 0 0.1em #ff5a00;
  border: 2px solid #ff5a00;
}
.woocommerce div.product .product-contents {
  position: relative;
}
.woocommerce div.product .product-contents .back-button {
  display: none;
}
@media (max-width: 760px) {
  .woocommerce div.product .product-contents {
    padding-top: 3em;
  }
  .woocommerce div.product .product-contents .back-button {
    position: absolute;
    top: 0;
    z-index: 3;
    display: block;
    left: 22px;
    padding-left: 0.2em;
    padding-right: 0.5em;
  }
  .woocommerce div.product .product-contents .back-button > svg {
    width: 2em;
    height: 2em;
  }
}
.woocommerce div.product p.price {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  font-size: 270%;
  color: inherit;
  padding-bottom: 0;
}
.woocommerce div.product div.images {
  width: 44% !important;
}
@media (max-width: 760px) {
  .woocommerce div.product div.images {
    float: none !important;
    width: auto !important;
  }
}
.woocommerce div.product div.summary {
  width: 44% !important;
  padding-right: 5%;
  padding-top: 1%;
}
@media (max-width: 760px) {
  .woocommerce div.product div.summary {
    float: none !important;
    width: auto !important;
    padding-right: 0;
    padding-top: 0;
  }
}
.woocommerce div.product h1.product_title {
  max-width: 15em;
}
.woocommerce div.product .custom-quantity-select {
  display: none;
  margin-left: 0.5em;
  min-width: 5em;
}
.woocommerce div.product form.cart .variations td.label {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  vertical-align: middle;
  font-size: 1.45rem;
  width: 6rem;
  padding-right: 1rem;
}
.woocommerce div.product form.cart .variations select {
  font-family: inherit;
  font-weight: inherit;
  text-transform: none;
  padding: 0.618em 1.2em 0.518em 1.2em;
  font-size: 1.15em;
  line-height: 1.2;
  border-radius: 0;
  text-indent: 0;
  background-color: none;
  color: #333;
  border: 2px solid #333;
  display: inline-block;
  min-width: 5em;
}
.woocommerce div.product form.cart .variations select:focus {
  box-shadow: 0 0 0.1em #ff5a00;
  border: 2px solid #ff5a00;
}
.woocommerce div.product form.cart div.woocommerce-variation-add-to-cart {
  padding-left: 7rem;
}
@media (max-width: 760px) {
  .woocommerce div.product form.cart div.woocommerce-variation-add-to-cart {
    padding-left: 0;
  }
  .woocommerce div.product form.cart .single_add_to_cart_button {
    display: block;
    width: 100%;
  }
}
.woocommerce .woocommerce-product-gallery__wrapper {
  border: 1px solid #efefef;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 0;
}
.woocommerce ul.products li.product {
  float: none;
  padding: 0;
  margin: 0;
  width: auto;
}
.woocommerce ul.products li.product > a {
  display: block;
  padding: 0.75em;
  background: #fff;
  border: 1px solid #fff;
  color: inherit;
  transition: border-color 0.25s;
}
.woocommerce ul.products li.product > a:hover .img-wrapper {
  opacity: 0.8;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.5em;
  padding-top: 1.15em;
}
.woocommerce ul.products li.product .price del {
  opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .img-wrapper {
  transition: opacity 0.25s;
  padding-top: 137%;
  position: relative;
}
.woocommerce ul.products li.product .img-wrapper > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.woocommerce .lk_stock_addons {
  padding: 1em 0 0 0;
}
.woocommerce .woocommerce-ordering {
  float: none;
  overflow: hidden;
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-ordering select[name="brand"] {
  float: left;
  width: auto;
  padding-right: 2.3em;
}
.woocommerce .woocommerce-ordering select[name="orderby"] {
  float: right;
  width: auto;
}
.woocommerce .cart-collaterals .cart_totals {
  float: left;
  width: auto;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals .order-total {
  display: none;
}
@media (max-width: 760px) {
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.woocommerce #ship-to-different-address-checkbox {
  font-size: 80%;
}
.woocommerce #order_review_heading {
  padding-top: 1.5em;
}
.woocommerce .woocommerce-checkout-review-order-table {
  table-layout: fixed;
}
.woocommerce .woocommerce-checkout-review-order-table #shipping_method li {
  position: relative;
  display: block;
}
.woocommerce .woocommerce-checkout-review-order-table #shipping_method input[type="radio"] {
  position: absolute;
}
.woocommerce .woocommerce-checkout-review-order-table #shipping_method label {
  display: block;
  padding-left: 2.5em;
}
.woocommerce #coupon_code {
  width: 12em;
  font-family: inherit;
  font-weight: inherit;
  text-transform: none;
  padding: 0.618em 1.2em 0.518em 1.2em;
  font-size: 1.15em;
  line-height: 1.2;
  border-radius: 0;
  text-indent: 0;
  background-color: none;
  color: #333;
  border: 2px solid #333;
  display: inline-block;
}
.woocommerce #coupon_code:focus {
  box-shadow: 0 0 0.1em #ff5a00;
  border: 2px solid #ff5a00;
}
.woocommerce form .form-row {
  padding: 0;
}
.woocommerce .woocommerce-thankyou-order-received {
  font-size: 150%;
}
.woocommerce ul.woocommerce-order-overview,
.woocommerce ul.wc-item-meta {
  padding: 0;
}
.woocommerce .custom-woocommerce-terms {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  font-size: 1.45em;
}
.woocommerce .custom-woocommerce-terms > li {
  display: inline-block;
  margin: 0 1em 0 0;
}
.woocommerce .custom-woocommerce-terms a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s, color 0.25s;
}
.woocommerce .custom-woocommerce-terms a:hover,
.woocommerce .custom-woocommerce-terms a.active {
  color: #333;
  border-bottom: 2px solid #ff5a00;
}
@media (max-width: 760px) {
  .woocommerce .custom-woocommerce-terms {
    display: none;
  }
}
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  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;
}
