@charset "UTF-8";
/* Heading-colors / defaults */
/*$narrow_wrapper: 920px;*/
/*$wide_wrapper: 2000px;*/
/*$wide_alt_wrapper: 1800px;*/
/*$content-default-padding-xs: 15px;*/
/*$content-default-padding-s: 15px;*/
/*$content-default-padding-m: 20px;*/
/*$content-default-padding-l: 30px;*/
/*$content-default-padding-xl: 40px;*/
.link-button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  margin-left: 8px;
}

.link-button-alt:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  margin-left: 8px;
}

/**

	- Styles.scss [Main] -

	@style styles.scss
	@author Sitefactory

	Includes
	@import "_variables.scss";
	@import "../lib/owl-carousel/owl.carousel.scss";
	@import "_navigation.scss";
	@import "_searchform.scss";
	//@import "_respotable.scss";
	@import "_slides.scss";
	@import "_gallery.scss";
	@import "_woocommerce.scss";
	@import "_print.scss";

*/
/* --------------------------
 *
 * Imports
 *
** ----------------------- */
/* Theme colours & Fonts */
/* Headings */
/**

	@style _variables.scss
	@author Sitefactory 

*/
/* px -> em calculation, esim: em(17,14); */
/* Border radius, esim: @include border-radius(5px); */
/* box shadow, esim: @include box-shadow(3px, 3px, 10px, rgba(0,0,0,.5), inset); */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* --------------------------
 *
 * Fixed menu
 *
** ----------------------- */
.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  display: none;
  padding: 4px 20px;
  line-height: 42px;
  height: 50px;
  overflow: hidden;
}
.fixed-menu .fixed-logo img {
  max-width: 170px;
  max-height: 100%;
  display: inline;
}
.fixed-menu .open-mobile-nav {
  float: right;
  margin: 0;
}
.fixed-menu .open-mobile-nav:after {
  background: transparent;
  color: #006bb6;
}

@media only screen and (min-width: 1024px) {
  .fixed-menu {
    display: none !important;
  }
}
/* --------------------------
 *
 * Mobilenav OVERRIDE tyylit
 *
** ----------------------- */
.open-mobile-nav {
  display: block; /*position: fixed;*/
  top: 0;
  right: 0;
  z-index: 2;
  margin-left: auto;
  float: right;
  background-color: #006bb6;
  padding: 1em;
}

.open-mobile-nav:focus {
  opacity: 0.8;
}

.open-mobile-nav span.button-text {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 0.9;
  margin-top: 2px;
  color: #fff;
}

.logged-in.admin-bar .open-mobile-nav {
  top: 46px;
}

span.mobile-nav-button-html {
  position: relative;
  width: 1.2em;
  height: 1em;
  display: block;
  float: right;
  font-size: 16px;
}

span.mobile-nav-button-html span.mobilenav-button-lines {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 1px;
}

span.mobile-nav-button-html span.mobilenav-button-lines.top {
  top: 0;
}

span.mobile-nav-button-html span.mobilenav-button-lines.middle {
  top: 50%;
  margin-top: -2px;
}

span.mobile-nav-button-html span.mobilenav-button-lines.bottom {
  bottom: 1px;
}

@media only screen and (min-width: 768px) {
  .open-mobile-nav span.button-text {
    display: block;
    float: left;
    margin-right: 10px;
  }
}
#mobilenav .symbol {
  font-size: 1em;
}

#mobilenav .symbol span.line-vertical {
  background-color: #000;
}

#mobilenav .symbol span.line-horizontal {
  background-color: #000;
}

#mobilenav .open > .open-submenu .symbol span.line-horizontal {
  background-color: #000;
}

#mobilenav-top-container .site-logo {
  float: left;
  display: block;
  max-width: 230px;
  height: 49px;
}

#mobilenav-top-container .site-logo a {
  width: 100%;
  height: 100%;
  line-height: 49px;
  display: inline-block;
}

#mobilenav-top-container .site-logo img {
  max-width: 100%;
  max-height: 49px;
  display: inline-block;
}

#mobilenav-mid-container {
  padding: 5px 15px;
  background-color: #006bb6;
  color: #fff;
  font-size: 16px;
}

#mobilenav-mid-container .contact p {
  margin-bottom: 0;
}

#mobilenav-mid-container a {
  color: #fff;
}

#mobilenav .mobilenav-bg {
  background-color: #e7e7e7;
}

#mobilenav #mobilenav-top-container {
  padding: 10px 15px;
  background-color: #ffffff;
}

#mobilenav #mobilenav-top-container .mobilenav-close {
  font-size: 24px;
  background-color: #006bb6;
  margin-top: 5px;
}

#mobilenav #mobilenav-top-container .mobilenav-close .symbol-cancel * {
  background-color: #fff;
}

#mobilenav .mobilenav-inner {
  /* Open submenu -button */
  /* Close submenu -button */
}
#mobilenav .mobilenav-inner {
  padding: 0;
  background-color: #ffffff;
}
#mobilenav .mobilenav-inner li {
  border-color: rgb(206.25, 206.25, 206.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mobilenav .mobilenav-inner li:last-child {
  border-bottom: 0;
}
#mobilenav .mobilenav-inner li a:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#mobilenav .mobilenav-inner li a {
  color: #000000;
  background-color: transparent;
}
#mobilenav .mobilenav-inner li[class*=current] > a {
  color: #006bb6 !important;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > button.open-submenu {
  display: inline-block;
  background-color: #dbdbdb;
  border-radius: 0;
  border: 0;
}
#mobilenav .mobilenav-inner li.menu-item-has-children.open > button.open-submenu {
  display: none;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > button.close-submenu {
  display: none;
  background-color: #dbdbdb;
  border-radius: 0;
  border: 0;
}
#mobilenav .mobilenav-inner li.menu-item-has-children.open > button.close-submenu {
  display: inline-block;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu {
  background-color: #dbdbdb;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu li > a {
  color: #000;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > button.open-submenu {
  background-color: #e7e7e7;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu {
  background-color: #e7e7e7;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu li > a {
  color: #000;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: rgb(238.65, 238.65, 238.65);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu button.open-submenu {
  background-color: rgb(238.65, 238.65, 238.65);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu li > a:before {
  display: inline-block;
  content: "-";
  margin-right: 8px;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: rgb(246.3, 246.3, 246.3);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu button.open-submenu {
  background-color: rgb(246.3, 246.3, 246.3);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li > a:before {
  display: inline-block;
  content: "-";
  margin-right: 8px;
}

#mobilenav-additional {
  padding: 30px 20px 20px 20px;
}

/* --------------------------
 *
 * Main navigation
 *
** ----------------------- */
/* Main nav */
nav#main ul.sub-menu {
  display: none;
}
nav#main.dropdown {
  position: relative;
  z-index: 5;
}
nav#main.dropdown li.menu-item-has-children {
  position: relative;
}
nav#main.dropdown li.menu-item-has-children > a:after {
  content: "\e841";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  height: 1em;
  margin-left: 0.5em;
  font-size: 0.8em;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 100%;
  min-width: 300px;
  left: -1.3em;
  background-color: #fff;
  z-index: 10;
  border-bottom: 5px solid #6ed8ff;
}
nav#main.dropdown li.menu-item-has-children:hover > ul.sub-menu {
  z-index: 11;
  opacity: 1;
}
nav#main.dropdown li.menu-item-has-children:hover ul.sub-menu li:hover ul.sub-menu {
  z-index: 12;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a {
  padding-right: 2em;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after {
  content: "\e843";
  position: absolute;
  right: 0.5em;
  top: calc(50% - 0.5em);
  color: inherit;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li {
  display: block;
  margin: 0 0 0 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: 0.6em 1.3em;
  color: inherit;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li[class*=current] > a {
  color: #006bb6;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border-top: 1px solid #d9d9d9;
}
nav#main ul.menu > li {
  display: inline-block;
  margin: 0 1em 0 0;
}
nav#main ul.menu > li > a {
  font-weight: 400;
  color: #282828;
  padding: 1em 0 1em 0;
  display: inline-block;
  font-size: 1em;
}
nav#main ul.menu > li[class*=current] > a {
  color: #006bb6;
}

/* --------------------------
 *
 * Subpage navigation
 *
** ----------------------- */
#sidebar .sub-navigation {
  /* menu toggle */
  /*ul.menu li.level-0.menu-item-has-children[class*="current"]>span.open-submenu:before { content:'\e809'; }*/
  /* no-js korjaus */
  /* Alatasojen aktiiviset värit */
  /* Piilota ei-aktiiviset alatasot */
  /* eka taso */
  /* Alatasojen sisennykset */
  /* alatasojen fonttikoot */
  /* Alatasojen ikonit */
}
#sidebar .sub-navigation #subnav {
  padding: 0;
}
#sidebar .sub-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .sub-navigation li {
  padding: 0;
  margin: 0;
}
#sidebar .sub-navigation li a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #282828;
  display: block;
  padding: 0;
  font-size: 1em;
  margin-left: 1.2em;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children {
  position: relative;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children > a {
  padding-right: 2.5em;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children > span.open-submenu {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 1px;
  z-index: 1;
  width: 2.5em;
  padding: 8px 0 7px 0;
  line-height: 1.3em;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children > span.open-submenu:before {
  text-align: center;
  vertical-align: middle;
  content: "\e808";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  margin-left: 0;
  color: #fff;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children.open > span.open-submenu:before {
  content: "\e809";
}
#sidebar .sub-navigation .no-js ul.menu li.level-0[class*=current] > ul.sub-menu {
  display: block;
}
#sidebar .sub-navigation .no-js ul.menu li.level-0.menu-item-has-children > span.open-submenu {
  display: none;
}
#sidebar .sub-navigation ul li[class*=current] > a {
  color: #006bb6;
}
#sidebar .sub-navigation ul.sub-menu li[class*=current] > a {
  color: #000;
  font-weight: 700;
}
#sidebar .sub-navigation ul.sub-menu ul.sub-menu li[class*=current] > a {
  color: #006bb6;
}
#sidebar .sub-navigation ul.sub-menu {
  display: none;
  padding: 25px 0 25px 20px;
  background-color: #fff;
}
#sidebar .sub-navigation ul.sub-menu ul.sub-menu {
  padding: 10px 0 10px 10px;
}
#sidebar .sub-navigation ul li[class*=current] > .sub-menu {
  display: block;
}
#sidebar .sub-navigation ul.menu li.level-0[class*=current] > ul.sub-menu ul.sub-menu {
  display: block;
}
#sidebar .sub-navigation li.level-0 {
  margin-bottom: 6px;
}
#sidebar .sub-navigation li.level-0 > a {
  margin-left: 0;
  background-color: #006bb6;
  padding: 7px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}
#sidebar .sub-navigation li.level-0[class*=open] > a {
  background-color: #6ed8ff;
  color: #fff;
}
#sidebar .sub-navigation li.level-0[class*=current] > a {
  background-color: #6ed8ff;
  color: #fff;
}
#sidebar .sub-navigation ul.menu-level-1, #sidebar .sub-navigation ul.menu-level-2, #sidebar .sub-navigation ul.menu-level-3,
#sidebar .sub-navigation ul.menu-level-4, #sidebar .sub-navigation ul.menu-level-5 {
  margin: 0;
}
#sidebar .sub-navigation ul.sub-menu li > a {
  padding: 0;
  margin-bottom: 0;
  font-size: 0.85em;
}
#sidebar .sub-navigation ul.sub-menu.menu-level-1 > li > a {
  font-size: 0.9em;
}
#sidebar .sub-navigation li a:before {
  text-align: center;
  vertical-align: middle;
  content: "\f006";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.1em;
  line-height: 1;
  font-size: 0.8em;
  color: inherit;
}
#sidebar .sub-navigation li.level-0 > a:before {
  display: none;
}
#sidebar .sub-navigation li.level-1 > a:before {
  content: "\f006";
}
#sidebar .sub-navigation li.level-2 > a:before {
  content: "-";
}
#sidebar .sub-navigation li.level-3 > a:before {
  content: "-";
}
#sidebar .sub-navigation li.level-4 > a:before {
  display: none;
}
#sidebar .sub-navigation li.level-5 > a:before {
  display: none;
}
#sidebar .widget_product_categories {
  /* menu toggle */
  /*ul.product-categories li.cat-parent[class*="current"]>span.open-submenu:before { content:'\e809'; }*/
  /* no-js korjaus */
  /* eka taso */
  /* Alatasojen aktiiviset värit */
  /*ul li[class*="current"]>.children						{ display: block; }*/
  /* Alatasojen ikonit */
}
#sidebar .widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .widget_product_categories ul.product-categories {
  padding: 0;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent {
  position: relative;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent > a {
  padding-right: 2em;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent > span.open-submenu {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 1px;
  z-index: 1;
  width: 2em;
  padding: 2px 0;
  line-height: 1em;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent > span.open-submenu:before {
  text-align: center;
  vertical-align: middle;
  content: "\e808";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 100%;
  height: 100%;
  font-size: 1em;
  margin-left: 0;
  color: #006bb6;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent.open > span.open-submenu:before {
  content: "\e809";
}
#sidebar .widget_product_categories ul.product-categories > li.cat-parent > a {
  padding-right: 2.5em;
}
#sidebar .widget_product_categories ul.product-categories > li.cat-parent > span.open-submenu {
  width: 2.5em;
  padding: 8px 0 7px 0;
  line-height: 1.3em;
}
#sidebar .widget_product_categories ul.product-categories > li.cat-parent > span.open-submenu:before {
  font-size: 1.2em;
  margin-left: 0;
  color: #fff;
}
#sidebar .widget_product_categories .no-js ul.product-categories li[class*=current] > ul.children {
  display: block;
}
#sidebar .widget_product_categories .no-js ul.product-categories li.cat-parent > span.open-submenu {
  display: none;
}
#sidebar .widget_product_categories li {
  padding: 0;
  margin: 0;
}
#sidebar .widget_product_categories li a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #282828;
  display: block;
  padding: 0;
  font-size: 1em;
  margin-left: 1.2em;
}
#sidebar .widget_product_categories ul.product-categories > li {
  margin-bottom: 6px;
}
#sidebar .widget_product_categories ul.product-categories > li > a {
  margin-left: 0;
  background-color: #006bb6;
  padding: 7px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}
#sidebar .widget_product_categories ul.product-categories > li[class*=open] > a {
  background-color: #6ed8ff;
  color: #fff;
}
#sidebar .widget_product_categories ul.product-categories > li[class*=current] > a {
  background-color: #6ed8ff;
  color: #fff;
}
#sidebar .widget_product_categories ul.product-categories > li > a:before {
  display: none;
}
#sidebar .widget_product_categories ul li[class*=current] > a {
  color: #006bb6;
}
#sidebar .widget_product_categories ul.children li[class*=current] > a {
  color: #006bb6;
}
#sidebar .widget_product_categories ul.children {
  display: none;
  padding: 25px 0 25px 20px;
  margin: 0;
  background-color: #fff;
}
#sidebar .widget_product_categories ul.children ul.children {
  padding: 10px 0 10px 10px;
}
#sidebar .widget_product_categories ul li a:before {
  display: none;
}
#sidebar .widget_product_categories ul ul li > a:before {
  text-align: center;
  vertical-align: middle;
  content: "\f006";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.1em;
  line-height: 1;
  font-size: 0.8em;
  color: inherit;
}
#sidebar .widget_product_categories ul ul ul li > a:before {
  content: "-";
}

/* --------------------------
 *
 * Search-form
 *
** ----------------------- */
.search-form {
  overflow: initial;
  height: 40px;
  position: relative;
  padding: 0 40px 0 0;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.search-form input[type=search] {
  height: 38px;
  line-height: 37px;
  border: 0;
  outline: none;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 13px;
}
.search-form button[type=submit] {
  height: 40px;
  width: 40px;
  padding: 0 !important;
  outline: none;
  margin: 0 !important;
  border: 0;
  background-color: #006bb6 !important;
  color: #fff !important;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
}
.search-form.rounded {
  border-radius: 15px;
  z-index: 1;
}

#mobilenav-additional .search-form {
  max-width: 215px;
}

.woocommerce-product-search {
  overflow: hidden;
  height: 40px;
  position: relative;
  padding: 0 40px 0 0;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.woocommerce-product-search input[type=search] {
  height: 38px;
  line-height: 37px;
  border: 0;
  outline: none;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 13px;
}
.woocommerce-product-search button[type=submit] {
  height: 40px;
  width: 40px;
  padding: 0 !important;
  outline: none;
  margin: 0 !important;
  border: 0;
  background-color: #006bb6 !important;
  color: #fff !important;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
  font-size: 13px !important;
}
.woocommerce-product-search.rounded {
  border-radius: 15px;
  z-index: 1;
}

.site-search .search-form button[type=submit] {
  background-color: #6ed8ff !important;
}
.site-search .search-form {
  color: #0c0c0c;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.site-search .search-form input[type=search] {
  background-color: #f2f2f2;
  color: #0c0c0c;
}
.site-search .icon-search:before {
  line-height: 40px;
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
}

/*@import "_respotable.scss";*/
/* DEFAULT owl-carousel */
.owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.owl-carousel .single-slide .slider-image {
  height: 250px;
  width: 100%;
}
.owl-carousel .owl-dots {
  top: 210px;
}
.owl-carousel .single-slide .slider-content-container {
  height: auto;
  width: 100%;
  background-color: #fff;
  padding: 1.5em 0;
  text-align: center;
}
.owl-carousel .single-slide .slider-content-container .slider-content {
  padding: 0 1em;
}
@media only screen and (min-width: 768px) {
  .owl-carousel .single-slide .slider-image {
    height: 320px;
  }
  .owl-carousel .owl-dots {
    top: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  .owl-carousel .single-slide .slider-image {
    height: 380px;
  }
  .owl-carousel .owl-dots {
    top: 330px;
  }
}
@media only screen and (min-width: 1220px) {
  .owl-carousel .single-slide .flex {
    height: 634px;
  }
  .owl-carousel .single-slide .slider-image {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
  }
  .owl-carousel .single-slide .slider-content-container {
    height: auto;
    background-color: transparent;
    text-align: left;
  }
  .owl-carousel .single-slide .slider-content-container .slider-content { /*color: #fff; font-size: em(21, $desktop_fsz);*/
    background-color: #fff;
    padding: 2em;
    max-width: 710px;
    margin: 0 auto;
  }
  .owl-carousel .owl-dots {
    top: auto;
    bottom: 40px;
  }
}

/* OWL navigation */
.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: static;
  z-index: 10;
  bottom: 0;
  height: auto;
  width: auto;
  color: #006bb6;
  margin: 0 0 0.85em 0;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
}

.owl-nav .owl-next {
  right: 1em;
}

.owl-nav .owl-prev {
  left: 1em;
}

/* Piiloon navigaation mobiililla */
.owl-nav {
  display: none;
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav .disabled, .owl-nav .disabled:hover {
  opacity: 0.5;
  cursor: default;
}

.owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0 0 0.5em 0;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 1.5em;
  height: 1.5em;
  margin: 0 2px;
  background: #6ed8ff;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
}

.owl-dots .owl-dot.active span {
  background: #006bb6;
}

.owl-dots .owl-dot:hover span {
  opacity: 0.8;
}

@media only screen and (min-width: 480px) {
  .owl-dots {
    display: block;
  }
}
@media only screen and (min-width: 1340px) {
  .owl-nav {
    opacity: 0.1;
    transition: opacity 0.6s ease;
    display: block;
  }
  .owl-carousel:hover .owl-nav {
    opacity: 1;
  }
  .owl-carousel:hover .owl-nav .owl-next,
  .owl-carousel:hover .owl-nav .owl-prev { /*background-color: transparentize($primary-color, .6);*/ }
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    top: 0;
    bottom: auto;
    position: absolute;
    height: 100%;
    width: 80px;
    margin: 0;
    padding: 1em 0.4em;
    color: #fff;
    font-size: 3em;
    transition: background 0.6s ease;
    -webkit-transition: background 0.6s ease;
  }
  .owl-nav .owl-prev {
    left: 0;
    float: none;
  }
  .owl-nav .owl-next {
    right: 0;
    float: none;
  }
  .owl-nav .owl-next span.navigation,
  .owl-nav .owl-prev span.navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .owl-nav .owl-next span.navigation {
    right: 0;
  }
  .owl-nav .owl-prev span.navigation {
    left: 0;
  }
  .owl-nav .owl-next:hover,
  .owl-nav .owl-prev:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
}
/* masonry-gallery */
.responsive-grid {
  width: auto;
  margin: 0 -10px;
}

.responsive-grid .gutter-sizer {
  width: 0px;
}

/*.responsive-grid .grid-sizer 									{ display: none; }*/
.responsive-grid .grid-sizer,
.responsive-grid .grid-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
}

.responsive-grid .grid-item img {
  transform: translate3d(0, 0, 0);
}

.responsive-grid .grid-item .grid-item-content {
  width: calc(100% - 20px);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 8px;
  font-size: 0.75em;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 10px;
  opacity: 0;
  color: #fff;
  transition: opacity 0.4s;
  transform: translate3d(0, 0, 0);
}

.responsive-grid .grid-item:hover .grid-item-content {
  opacity: 1;
}

.responsive-grid .grid-item.width--1 {
  width: 50%;
}

.responsive-grid .grid-item.width--2 {
  width: 50%;
}

.responsive-grid .grid-item.width--3 {
  width: 50%;
}

.responsive-grid .grid-item.width--4 {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .grid-item a:hover {
    opacity: 1;
  }
  .grid-item a:hover img {
    opacity: 1;
    animation: flash 1s;
  }
}
@keyframes flash {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .responsive-grid .grid-sizer,
  .responsive-grid .grid-item {
    width: 33.3333%;
  }
  .responsive-grid .grid-item.width--1 {
    width: 33.3333%;
  }
  .responsive-grid .grid-item.width--2 {
    width: 33.3333%;
  }
  .responsive-grid .grid-item.width--3 {
    width: 33.3333%;
  }
  .responsive-grid .grid-item.width--4 {
    width: 66.6666%;
  }
}
/*
@include media-from(l){ 
	.responsive-grid .grid-sizer 									,
	.responsive-grid .grid-item 									{ width: 25%; }
	.responsive-grid .grid-item.width--1 							{ width: 25%; }
	.responsive-grid .grid-item.width--2 							{ width: 25%; }
	.responsive-grid .grid-item.width--3 							{ width: 25%; }
	.responsive-grid .grid-item.width--4 							{ width: 50%; }
}
*/
/* --------------------------
 *
 * Structure
 *
** ----------------------- */
body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

#page-top .page-top-content-right {
  margin: 0 0 0 auto;
  padding: 5px 0 5px 0;
  color: #c9c9c9;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
}
#page-top .page-top-content-right a {
  color: #006bb6;
}
#page-top .page-top-content-right a.link-button {
  color: #fff;
  margin: 0;
}
#page-top .page-top-content-right a[class*=icon-] {
  color: #c9c9c9;
}
#page-top .page-top-content-right a[class*=icon-]:before {
  color: #006bb6;
  margin-right: 4px;
  margin-left: 5px;
}
#page-top .page-top-content-right span[class*=icon-]:before {
  color: #006bb6;
  margin-right: 4px;
  margin-left: 5px;
}
#page-top .page-top-content-right p {
  margin-bottom: 0;
}

header#header .header-left {
  float: left;
  /* float fallback */
  margin: 1.5em auto 1.5em 0;
  max-width: 40%;
  width: 200px;
  /* Leveys puolet @2x logon leveydestä */
}
header#header .header-middle {
  float: left;
  /* float fallback */
  margin: 1.5em auto 1.5em auto;
}
header#header .header-middle p:last-child {
  margin-bottom: 0;
}
header#header .header-right {
  float: right;
  /* float fallback */
  margin: 1.5em 0 1.5em auto;
}
header#header .header-right p:last-child {
  margin-bottom: 0;
}
header#header .site-search {
  float: right;
  margin-left: 1em;
}

footer#footer .content-padding {
  padding: 2em 0;
}

/* --------------------------
 *
 * Typografia
 *
** ----------------------- */
html, body, input, input[type=submit], input[type=number], input[type=button], button, .button, .btn, .link-button, select, textarea {
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
}

blockquote {
  font-size: 1em;
  opacity: 0.85;
  margin: 2.4em;
  margin-right: 0.5em;
  font-style: italic;
  position: relative;
}

blockquote:before {
  font-size: 3.6em;
  opacity: 0.75;
  content: "“";
  display: block;
  position: absolute;
  left: -0.65em;
  top: -0.3em;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.15em;
    margin-right: 2.5em;
  }
}
h1, .h1, h2, .h2, .tease h1, .tease .h1, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 0.7em 0;
  line-height: 1.2em;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1.2em;
}

/* Mobiili otsikot */
h1, .h1 {
  font-size: 1.8571428571em;
  color: #006bb6;
  font-family: "Oswald", sans-serif;
}

h2, .h2, .tease h1, .tease .h1 {
  font-size: 1.5714285714em;
  color: #6ed8ff;
  font-family: "Oswald", sans-serif;
}

h3, .h3 {
  font-size: 1.2857142857em;
  color: #006bb6;
  font-family: "Oswald", sans-serif;
}

h4, .h4 {
  font-size: 1.1428571429em;
  color: #6ed8ff;
}

h5, .h5 {
  font-size: 1em;
  color: #282828;
  font-weight: 700;
}

h6, .h6 {
  font-size: 1em;
  color: #282828;
  font-weight: 700;
}

h1 a, .h1 a,
h2 a, .h2 a, .tease h1 a, .tease .h1 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit;
}

a {
  color: #006bb6;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1024px) {
  /* Desktop otsikot */
  h1, .h1 {
    font-size: 2.0625em;
  }
  h2, .h2, .tease h1, .tease .h1 {
    font-size: 1.5em;
  }
  h3, .h3 {
    font-size: 1.25em;
  }
  h4, .h4 {
    font-size: 1.25em;
  }
  h5, .h5 {
    font-size: 1.0625em;
  }
  h6, .h6 {
    font-size: 1.0625em;
  }
}
.primary-font {
  font-family: "Roboto", sans-serif;
}

.secondary-font {
  font-family: "Oswald", sans-serif;
}

.ingress {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5;
}

/* white-bg */
.white, .white-bg {
  background-color: #fff;
}
.white b,
.white strong, .white-bg b,
.white-bg strong {
  color: #111111;
}

/* primary-bg */
.primary-color {
  color: #006bb6;
}

.primary-bg {
  background-color: #006bb6;
  color: #fff;
}
.primary-bg h1, .primary-bg .h1,
.primary-bg h2, .primary-bg .h2,
.primary-bg h3, .primary-bg .h3,
.primary-bg h4, .primary-bg .h4,
.primary-bg h5, .primary-bg .h5,
.primary-bg h6, .primary-bg .h6 {
  color: #fff;
}
.primary-bg a {
  color: #fff;
}
.primary-bg a.link-button {
  background-color: #6ed8ff;
  color: #fff;
}
.primary-bg b, .primary-bg strong {
  color: #fff;
}

/* secondary-bg */
.secondary-color {
  color: #6ed8ff;
}

.secondary-bg {
  background-color: #6ed8ff;
  color: #fff;
}
.secondary-bg h1, .secondary-bg .h1,
.secondary-bg h2, .secondary-bg .h2,
.secondary-bg h3, .secondary-bg .h3,
.secondary-bg h4, .secondary-bg .h4,
.secondary-bg h5, .secondary-bg .h5,
.secondary-bg h6, .secondary-bg .h6 {
  color: #fff;
}
.secondary-bg a {
  color: #fff;
}
.secondary-bg a.link-button {
  background-color: #006bb6;
  color: #fff;
}
.secondary-bg b, .secondary-bg strong {
  color: #fff;
}

/* --------------------------
 *
 * default
 *
** ----------------------- */
#main-image-container {
  text-align: center;
}

#outer-content-area-container {
  padding: 1em 0 0 0;
}

#main-content-area.content-padding {
  padding: 1em 0;
}

#sidebar.content-padding {
  padding: 1em 0;
}

.service-boxes .services-lift-box-image-container {
  height: 150px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 480px) {
  .service-boxes .services-lift-box-image-container {
    height: 200px;
    /* s */
  }
}
@media only screen and (min-width: 768px) {
  .service-boxes .services-lift-box-image-container {
    height: 250px;
    /* m */
  }
}

/* --------------------------
 *
 *  Archive / pagination
 *
** ----------------------- */
.tool-pagination {
  line-height: 1.4;
}
.tool-pagination ul.pages {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.tool-pagination ul.pages li {
  float: left;
  padding: 0;
  display: block;
  margin: 0 5px 3px 0;
}
.tool-pagination ul.pages li span.current {
  background-color: #006bb6;
  color: #fff;
}
.tool-pagination a.pagination_arrow {
  float: left;
}
.tool-pagination a.pagination_arrow.prev {
  margin: 0 4px 3px 0;
}
.tool-pagination a.pagination_arrow.next {
  margin: 0 0 3px 0;
}
.tool-pagination a.pagination_arrow,
.tool-pagination ul.pages li span,
.tool-pagination ul.pages li a {
  padding: 7px 8px;
  display: block;
  color: #fff;
  background-color: #6ed8ff;
  font-weight: 700;
}

.woocommerce nav.woocommerce-pagination {
  line-height: 1.4;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  float: left;
  padding: 0;
  display: block;
  margin: 0 5px 3px 0;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  background-color: #006bb6;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination a.page-numbers {
  float: left;
}
.woocommerce nav.woocommerce-pagination a.page-numbers.prev {
  margin: 0 0 3px 0;
}
.woocommerce nav.woocommerce-pagination a.page-numbers.next {
  margin: 0 0 3px 0;
}
.woocommerce nav.woocommerce-pagination a.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
  padding: 7px 8px;
  display: block;
  color: #fff;
  background-color: #6ed8ff;
  font-weight: 700;
}

/* --------------------------
 *
 * Common
 *
** ----------------------- */
button,
.btn,
.link-button-alt,
input[type=submit],
button[type=submit],
input[type=button].cta,
button.cta,
.button.cta,
.btn.cta,
.link-button {
  display: inline-block;
  padding: 0.8em 1.3em;
  font-size: 1em;
  margin: 0 3px 3px 0;
  border-radius: 0;
  border: 0px;
  background-color: #6ed8ff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

input[type=button],
button, .btn, .link-button-alt {
  background-color: #6ed8ff;
  color: #fff;
  font-size: 19px;
  background-color: #006bb6;
  padding: 1em 1.5em;
}

.submit-container input[type=button],
input[type=submit], button[type=submit], input[type=button].cta,
button.cta, .button.cta, .btn.cta, .link-button {
  background-color: #006bb6;
  color: #fff;
}

/* Input style reset */
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
textarea {
  background: white;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 0px 0px #000;
  border-radius: 0px;
  max-width: 100%;
  min-width: 50%;
  outline: none;
  padding: 0.4em;
}

select:focus,
select {
  border: 1px solid #bfbfbf;
  max-width: 100%;
  min-width: 30%;
  padding: 0.5em;
  outline: none;
}

iframe {
  max-width: 100%;
}

div.wp-caption {
  max-width: 100%;
}

.aligncenter,
.alignright,
.alignleft,
.floatleft,
.floatright {
  display: block;
  margin: 1em 0;
}

.from-s-align-left {
  margin-right: auto;
}

.from-s-float-left {
  float: left;
}

.from-s-align-right {
  margin-left: auto;
}

.from-s-float-right {
  float: left;
}

@media only screen and (min-width: 768px) {
  .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .floatleft {
    float: left;
  }
  .floatright {
    float: right;
  }
  .from-m-align-left {
    margin-right: auto;
  }
  .from-m-align-right {
    margin-left: auto;
  }
  .from-m-float-left {
    float: left;
  }
  .from-m-float-right {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .from-l-align-left {
    margin-right: auto;
  }
  .from-l-align-right {
    margin-left: auto;
  }
  .from-l-float-left {
    float: left;
  }
  .from-l-float-right {
    float: right;
  }
}
@media only screen and (min-width: 1220px) {
  .from-xl-align-left {
    margin-right: auto;
  }
  .from-xl-align-right {
    margin-left: auto;
  }
  .from-xl-float-left {
    float: left;
  }
  .from-xl-float-right {
    float: right;
  }
}
.content-padding {
  padding: 15px;
}

@media only screen and (min-width: 480px) {
  .content-padding {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content-padding {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-padding {
    padding: 30px;
  }
}
@media only screen and (min-width: 1220px) {
  .content-padding {
    padding: 40px;
  }
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table .display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}

.display-table .display-table-cell.va-m {
  vertical-align: middle;
}

.height-100 {
  height: 100%;
}

.absolute-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.border-top {
  border-top: 1px solid #bfbfbf;
}

.border-right {
  border-right: 1px solid #bfbfbf;
}

.border-bottom {
  border-bottom: 1px solid #bfbfbf;
}

.border-left {
  border-left: 1px solid #bfbfbf;
}

.no-border {
  border: 0;
}

/* FLEX */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.row.flex,
.flex.flex-rows {
  flex-direction: row;
}

.flex.flex-columns {
  flex-direction: column;
}

.flex.flex-nowrap {
  flex-wrap: nowrap;
}

.flex.flex-middle {
  align-items: center;
}

.flex.flex-end {
  align-items: flex-end;
}

.flex.flex-center {
  justify-content: center;
}

.flex.flex-left {
  justify-content: left;
}

.flex.flex-right {
  justify-content: right;
}

.flex.flex-stretch {
  align-items: stretch;
}

.flex > .flex-grow {
  flex-grow: 1;
}

.flex > .flex-nogrow {
  flex-grow: 0;
}

.flex > .flex-shrink {
  flex-shrink: 1;
}

.flex > .flex-noshrink {
  flex-shrink: 0;
}

.flex-bottom {
  align-self: flex-end;
}

.div-center {
  margin: 0 auto;
}

/* SKELETOR VARIABLE $wrapper_px: 1220px;*/
/* SKELETOR VARIABLE $wrapper_padding_px: 20px;*/
.wrapper.overflowing {
  overflow: visible;
}

.wrapper {
  overflow: hidden;
}

.wrapper.no-padding {
  padding: 0;
  max-width: 1180px;
}

.wrapper.narrow {
  max-width: 920px;
}

.wrapper.narrow.no-padding {
  max-width: 880px;
}

.wrapper.wide {
  max-width: 2000px;
}

.wrapper.wide.no-padding {
  max-width: 1960px;
}

.wrapper.wide-alt {
  max-width: 1800px;
}

.wrapper.wide-alt.no-padding {
  max-width: 1760px;
}

/* --------------------------
 *
 * Wordpress related common
 *
** ----------------------- */
.entry-date {
  opacity: 0.8;
  font-size: 0.9em;
}

/* Archive pages & search list */
.tease {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #bfbfbf;
}
.tease-reference {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #bfbfbf;
}
.tease-reference .tease-image {
  min-height: auto;
  margin-top: 0;
}
.tease-reference .tease-content {
  min-height: auto;
}
.tease-reference .content-padding {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 1220px) {
  .reference-list article.tease-reference:nth-child(even) .tease-image {
    order: 2;
    text-align: right;
    float: right;
  }
  .reference-list article.tease-reference:nth-child(even) .content-padding {
    padding-left: 0;
  }
  .reference-list article.tease-reference:nth-child(odd) .content-padding {
    padding-right: 0;
  }
}
section .tease:last-child {
  border-bottom: 0;
}

.tag-list {
  padding: 0;
}
.tag-list li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0;
}
.tag-list li a {
  padding: 0.4em 0.6em;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  background: #6ed8ff;
  border-radius: 8px;
  display: inline-block;
}

.staff-list .person {
  padding: 1em 1em 0 1em;
  border: 1px solid #bfbfbf;
  border-bottom: 0.5em solid #6ed8ff;
}

.staff-list .person .person-title {
  font-size: 1.2em;
  display: block;
  margin-bottom: 0.5em;
}

.post-thumbnail-container {
  margin: 1em 0 2em 0;
}

.post-thumbnail-caption {
  font-style: italic;
  opacity: 0.8;
  margin: 0.4em 0;
}

.sf_single-post-author {
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-right: 0;
  padding: 2em 0;
  margin-bottom: 2em;
  margin-top: 2em;
}
.sf_single-post-author .sf_single-post-author-avatar {
  margin-right: 1em;
  max-width: 30%;
  width: 180px;
}
.sf_single-post-author .sf_single-post-author-avatar img {
  max-width: 100%;
}
.sf_single-post-author .sf_single-post-author-title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
  color: #6ed8ff;
}
.sf_single-post-author .sf_single-post-author-description {
  font-size: 0.9em;
}
.sf_single-post-author .sf_single-post-author-description p:last-child {
  margin-bottom: 0;
}

/* Notice messages */
.message-success, .message-error, .message-warning, .message-note,
.notice-message, .error-message, .success-message {
  padding: 2em;
  margin-bottom: 2em;
}

.message-success, .success-message, .ninja-forms-success-msg {
  background-color: #e9f9d2;
  border: 1px solid #688f30;
  border-left: 8px solid #688f30;
  color: #368b1c;
}

.message-error, .error-message, .ninja-forms-error-msg {
  background-color: #f9eeee;
  border: 1px solid #861616;
  border-left: 8px solid #861616;
  color: #ab0000;
}

.message-warning {
  background-color: #fff3d1;
  border: 1px solid #cab712;
  border-left: 8px solid #cab712;
  color: #7b7221;
}

.message-note, .notice-message {
  background-color: #f5f5f5;
  border: 1px solid #c1c1c1;
  /*border-left: 8px solid #9f9f9f;*/
}

.password-required {
  padding: 1em;
  text-align: left;
  background-color: #eee;
  background-image: url("../img/notice.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.password-required-form-container {
  padding: 1.5em 1em 1em 1em;
  text-align: left;
  background-color: #eee;
  background-image: url("../img/notice.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.password-required-form-container input[type=password] {
  min-width: 100px;
  width: 200px;
  max-width: 50%;
}

@media only screen and (min-width: 768px) {
  .message-success, .message-error, .message-warning, .message-note,
  .notice-message, .error-message, .success-message {
    padding: 3em;
  }
}
/* --------------------------
 *
 * Search
 *
** ----------------------- */
body.search #main-content-area .site-search {
  width: 250px;
  max-width: 100%;
  margin: 1em 0 2em 0;
}
body.search #main-content-area #search-results article.tease-search {
  margin: 1em 0 1em 0;
  padding: 0em 0 1em 0;
  border-bottom: 1px solid #bfbfbf;
}
body.search #main-content-area #search-results article.tease-search strong.search-title {
  font-size: 1.1em;
}

/* --------------------------
 *
 * Comments
 *
** ----------------------- */
#respond {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 1em;
  display: block;
  margin-bottom: 2em;
}
#respond label {
  display: block;
  width: 100%;
}
#respond input[type=text] {
  display: block;
  width: 100%;
}
#respond textarea {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 130px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  #respond label {
    float: left;
    width: 200px;
  }
  #respond input[type=text] {
    float: left;
    width: 50%;
    width: calc(100% - 200px);
  }
  #respond textarea {
    float: left;
    width: 50%;
    width: calc(100% - 200px);
  }
}
#respond .comment-form-comment:after {
  content: "";
  clear: both;
  display: table;
}
#respond .comment-form-author:after {
  content: "";
  clear: both;
  display: table;
}
#respond .comment-form-email:after {
  content: "";
  clear: both;
  display: table;
}
#respond .comment-form-url:after {
  content: "";
  clear: both;
  display: table;
}
#respond .comment-form-cookies-consent:after {
  content: "";
  clear: both;
  display: table;
}
#respond .comment-form-cookies-consent label {
  width: calc(100% - 70px);
  float: right;
}

.sf_single-comments-container {
  margin-bottom: 3em;
}
.sf_single-comments-container ul.sf_single-comment-responses {
  list-style: none;
  padding-left: 0;
}
.sf_single-comments-container ul.sf_single-comment-responses li {
  padding: 8px;
}
.sf_single-comments-container ul.sf_single-comment-responses li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

/* --------------------------
 *
 * Some-widget -styles
 *
** ----------------------- */
.some-widget-container {
  display: inline-block;
  margin: 3px;
  vertical-align: top;
}

.some-widget-container .social-media-btn-container {
  display: inline-block;
  font-size: 17px;
}

.some-widget-container .social-media-btn-container .social-media-btn-icon {
  display: inline-block;
  color: #fff;
  background-color: #6ed8ff;
  width: 2em;
  line-height: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
}

.some-widget-container .social-media-btn-container .social-media-btn-icon:before {
  margin: 0;
}

.some-widget-container:first-child {
  margin-left: 0;
}

.some-widget-container:last-child {
  margin-right: 0;
}

.some-widget-container .social-media-btn-container .social-media-btn-text {
  display: inline-block;
  color: #6ed8ff;
  padding: 5px;
  font-weight: 700;
  font-size: 0.9em;
}

/* --------------------------
 *
 * Ninja-forms
 *
** ----------------------- */
.nf-field-container {
  position: relative;
}

.nf-field-container .nf-error-msg.nf-error-required-error {
  display: none;
  /* tekstit piiloo */
  position: absolute;
  top: 100%;
  font-size: 0.8em;
}

.nf-before-form-content {
  margin-bottom: 1em;
  font-size: 0.8em;
  float: right;
}

.nf-form-wrap .nf-field-container .nf-field .field-wrap:not(.submit-wrap) .ninja-forms-field {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.nf-form-wrap .nf-field-container .nf-field .field-wrap:not(.submit-wrap).nf-error .ninja-forms-field {
  border-color: #da1f19;
  outline: 0;
  box-shadow: inset -1px 1px 2px rgba(255, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
}

/* --------------------------
 *
 * Accessability
 *
** ----------------------- */
.focus-visible, .site-search .search-form button:focus,
:focus-visible {
  outline-color: #6ed8ff;
  outline-offset: 1.5px;
  outline-width: 3px;
  outline-style: solid !important;
}

button:focus, a:focus {
  text-decoration: underline;
}

button:focus:active, a:focus:active {
  text-decoration: none;
  outline: none;
}

button:active, a:active {
  text-decoration: none;
  outline: none;
}

a.move-to-content {
  position: absolute;
  display: inline-block;
  left: -12000px;
  z-index: 95;
  transition: all 0ms;
  transform: translate3d(0, 0, 0);
  border-radius: 0px;
  padding: 25px 30px;
}

a.move-to-content:focus {
  left: 20px;
  top: 20px;
  width: auto;
  height: auto;
}

button.disable-button-styles {
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 1em;
  color: #282828;
}

button.element-focusable .dropdown-icon-text {
  position: absolute;
  left: -13000px;
  font-size: 0.8em;
  line-height: 1;
  padding: 3px 5px;
}

button.element-focusable i.dropdown-icon {
  color: #6ed8ff;
}

button.element-focusable:focus {
  /*background-color: $secondary-color;
  color: #fff;*/
  position: relative;
}

button.element-focusable:focus i.dropdown-icon {
  color: #fff;
}

button.element-focusable:focus-visible {
  outline-color: #006bb6;
  outline-offset: 1.5px;
  outline-width: 3px;
  outline-style: solid !important;
}

button.element-focusable:focus > .dropdown-icon-text {
  left: 0;
  bottom: 100%;
  background-color: #6ed8ff;
  color: #fff;
  display: inline-block;
}

.screen-reader-text, .visually-hidden {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* --------------------------
 *
 * Woocommerce
 * Importataan myöhemmin, koska priority+
 *
** ----------------------- */
/* --------------------------
 *
 * Woocommerce
 *
** ----------------------- */
#page-top .login_buttons_container .link-button {
  margin: 0 0 0 0.5em;
  font-size: 0.8em;
}
#page-top .login_buttons_container .link-button .icon:before {
  margin: 0 0.5em 0 0;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #3a3a3a;
  color: #e0e0e0;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #006bb6;
}

.woocommerce .woocommerce-breadcrumb span.separator {
  color: #6d6d6d;
}

.woocommerce .woocommerce-breadcrumb span.separator:before {
  margin: 0;
}

/* woocommerce User page */
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  margin: 0;
  width: 100%;
  margin-bottom: 2em;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li { /* fallback / flex */
  float: left;
  width: auto;
  min-width: 150px;
  display: block;
  border-right: 1px solid rgb(161, 229.7172413793, 255);
  border-bottom: 1px solid rgb(161, 229.7172413793, 255);
  flex-grow: 1;
  text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  background-color: #6ed8ff;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #006bb6;
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 4px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  color: inherit;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\e820";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\e860";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e817";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\e869";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\e83c";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e840";
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  display: block;
}

/* woocommerce checkout page */
.woocommerce #billing_country_field,
.woocommerce #shipping_country_field { /*display: none;*/ }

/* Single -product */
.single-product #main-content-area {
  position: relative;
}

.woocommerce .single-product-details .quantity {
  display: inline-block;
  vertical-align: top;
}

.woocommerce .single-product-details .quantity input[type=number] {
  display: inline-block;
  margin-top: 0;
  padding: 0.8em 0.2em 0.8em 0.2em;
  padding: calc(0.8em - 1px) 0.2em calc(0.8em - 1px) 0.2em;
  font-size: 1em;
  line-height: 1.2em;
  vertical-align: top;
}

.woocommerce .single-product-details { /*position: relative;*/ }

.woocommerce .single-product-details .related.products {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #eee;
}

.woocommerce .single-product-details .upsells.products {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #eee;
}

.woocommerce .single-product-details .woocommerce-tabs ul.tabs.wc-tabs { /*display: none;*/ }

.woocommerce .single-product-details .product_meta {
  padding: 1em 0;
}

.woocommerce .single-product-details .product_meta .posted_in {
  display: block;
}

.woocommerce .single-product-details .product_meta .tagged_as {
  display: block;
}

/*.woocommerce .single-product-details .product-sku					{ display: none; }*/
/*.woocommerce .single-product-details.product-type-simple .product-sku	{ display: block; }*/
.woocommerce .single-product-details.product-type-simple .product_meta .sku_wrapper {
  display: none;
}

.woocommerce .woocommerce-product-gallery {
  margin: 0 0 20px 0;
}

.woocommerce .woocommerce-product-gallery:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: auto;
  margin: 0 -5px 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image {
  max-width: 33.33333%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  display: inline-block;
  margin: 0 auto;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image.first-image,
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  max-width: 100%;
  width: 100%;
  float: left;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Tabs */
.woocommerce-tabs.wc-tabs-wrapper {
  margin: 0;
  width: 100%;
}

.woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs {
  display: -webkit-flex;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li { /* fallback / flex */
  float: left;
  width: auto;
  min-width: 150px;
  display: block;
  border-right: 1px solid rgb(161, 229.7172413793, 255);
  border-bottom: 1px solid rgb(161, 229.7172413793, 255);
  flex-grow: 1;
  text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  background-color: #6ed8ff;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li.active a {
  background-color: #006bb6;
  color: #fff;
}

/* Variations */
.woocommerce table.variations {
  margin-bottom: 1em;
}
.woocommerce table.variations td {
  padding: 0.5em;
}
.woocommerce table.variations td a.reset_variations {
  display: inline-block;
  margin-left: 0.5em;
}

.woocommerce-variation-description {
  margin-bottom: 1em;
}

.woocommerce-variation-price {
  margin-bottom: 1em;
}

/* groups */
.woocommerce table.group_table {
  margin-bottom: 1em;
  border: 1px solid #eee;
}
.woocommerce table.group_table tr {
  border-bottom: 1px solid #eee;
}
.woocommerce table.group_table tr:last-child {
  border-bottom: 0px solid #eee;
}
.woocommerce table.group_table td {
  padding: 0.5em;
  text-align: center;
}

/* category */
.term-description {
  padding-bottom: 1em; /*margin-bottom: 1em;*/ /*border-bottom: 1px solid $default-border-color;*/
}

/* loop */
p.woocommerce-result-count {
  font-weight: 500;
  padding: 0.5em 0;
}

.woocommerce-ordering {
  width: 100%;
  min-width: 25%;
  max-width: 100%;
  float: right;
  padding: 0;
  margin: 0 0 1em 0;
  display: block;
}

.woocommerce-tag-ordering {
  width: 100%;
  min-width: 25%;
  max-width: 100%;
  float: right;
  padding: 0;
  margin: 0 0 1em 0;
  display: block;
}

.woocommerce-ordering select,
.woocommerce-tag-ordering select {
  width: 100%;
  min-width: 50%;
  max-width: 100%;
}

@media only screen and (min-width: 480px) {
  .woocommerce-ordering {
    width: 50%;
    padding: 0 0 0 0.5em;
  }
  .woocommerce-tag-ordering {
    width: 50%;
    padding: 0 0.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-ordering {
    width: auto;
  }
  .woocommerce-tag-ordering {
    width: auto;
  }
}
.woocommerce ul.products li.product {
  background-color: #fff;
  border: 0px solid #bfbfbf;
  padding: 0;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0px 0px 15px rgba(155, 155, 155, 0.5);
}

.woocommerce ul.products li.product .product-loop-prod-cat {
  font-size: 0.8em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: #006bb6;
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  padding: 5px 15px 15px 15px;
  margin: 0;
}

.woocommerce ul.products li.product .button.product_type_external {
  display: none;
}

/*.woocommerce ul.products li.product .woocommerce-price-suffix 	{ display: none; }*/
.woocommerce ul.products li.product span.onsale,
.woocommerce .product span.onsale {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: auto;
  margin: 0;
  padding: 0.5em;
  display: block;
}

.woocommerce span.onsale {
  background-color: #006bb6;
  border-radius: 0px;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 5px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.2em;
}

/* add_to_cart buttons, loop, tease */
@media only screen and (min-width: 480px) {
  .single-add-to-cart-button-container form.cart {
    float: left;
  }
}

.woocommerce .product .added_to_cart {
  position: static;
  z-index: 3;
  color: #fff;
  background-color: #006bb6;
  display: inline-block;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 1em;
  margin-top: 1em;
  font-size: 13px;
}

/* PRICE, shop loop, single, tease */
.woocommerce .single-product-details .price .woocommerce-Price-amount.amount,
.woocommerce .shop-loop .tease .price .woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
  opacity: 1;
  display: inline-block;
  font-weight: 700;
  font-size: 1.5em;
  color: #006bb6;
}

.woocommerce del, .woocommerce ins {
  display: inline-block !important;
}

.woocommerce .single-product-details .price,
.woocommerce .shop-loop .tease .price,
.woocommerce ul.products li.product .price {
  font-weight: 700;
  color: #006bb6;
}

.woocommerce .single-product-details .price del .woocommerce-Price-amount.amount {
  opacity: 0.8;
  text-decoration: line-through;
  color: #282828;
  font-size: 1em;
  font-weight: 400;
  margin-left: 5px;
}

.woocommerce .single-product-details .price ins .woocommerce-Price-amount.amount {
  text-decoration: none;
}

.woocommerce .shop-loop .tease .price del .woocommerce-Price-amount.amount {
  opacity: 0.8;
  text-decoration: line-through;
  color: #282828;
  font-size: 1em;
  font-weight: 400;
  margin-left: 5px;
}

.woocommerce .shop-loop .tease .price ins .woocommerce-Price-amount.amount {
  text-decoration: none;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount {
  opacity: 0.8;
  text-decoration: line-through;
  color: #282828;
  font-size: 1em;
  font-weight: 400;
  margin-left: 5px;
}

.woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount {
  text-decoration: none;
}

.single-product-details .price:after {
  content: "";
  clear: both;
  display: table;
}

.shop-loop .tease .price,
.woocommerce ul.products li.product .price {
  margin: 0 0 15px;
  display: block;
}

/* aside / cart */
.woocommerce-mini-cart__buttons.buttons {
  margin-bottom: 0;
}

.woocommerce-mini-cart__buttons.buttons .button {
  background-color: #3a3a3a;
  text-align: center;
  width: 100%;
  margin-right: 0;
}

.woocommerce-mini-cart__buttons.buttons .button:hover {
  background-color: #3a3a3a;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout {
  background-color: #006bb6;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout:hover {
  background-color: #006bb6;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #bfbfbf;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.widget_shopping_cart_content {
  padding: 20px;
  background-color: #fff;
  font-size: 0.8em;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 5px;
}

.woocommerce a.remove {
  font-size: 1.4em;
}

/* WC COMMON */
.woocommerce table.shop_table {
  border-radius: 0px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0px;
}

/*.stock.in-stock 					 							{ color: #00ca2f; font-weight: 700; font-style: .9em; } 		*/
/*.stock.out-of-stock 					 						{ color: #cd0808; font-weight: 700; font-style: .9em; } 		*/
/*.stock.available-on-backorder 					 			{ color: #cd9d08; font-weight: 700; font-style: .9em; } 		*/
.stock.in-stock {
  display: block;
  font-size: 0.8em;
  padding: 3px 9px;
  background-color: #fcfcfc;
  color: #00ca2f;
  border-left: 6px solid #00ca2f;
  font-weight: 700;
}

.stock.out-of-stock {
  display: block;
  font-size: 0.8em;
  padding: 3px 9px;
  background-color: #fcfcfc;
  color: #cd0808;
  border-left: 6px solid #cd0808;
  font-weight: 700;
}

.stock.available-on-backorder {
  display: block;
  font-size: 0.8em;
  padding: 3px 9px;
  background-color: #fcfcfc;
  color: #cd9d08;
  border-left: 6px solid #cd9d08;
  font-weight: 700;
}

.product.upcoming_product .stock,
.product.only_local .stock {
  display: none;
}

.custom-stock.upcoming-product {
  display: block;
  font-size: 0.8em;
  padding: 3px 9px;
  background-color: #fcfcfc;
  color: #cd9d08;
  border-left: 6px solid #cd9d08;
  font-weight: 700;
}

.custom-stock.only-local {
  display: block;
  font-size: 0.8em;
  padding: 3px 9px;
  background-color: #fcfcfc;
  color: #cd9d08;
  border-left: 6px solid #cd9d08;
  font-weight: 700;
}

.custom-stock.pickup-only {
  display: none;
  font-size: 0.8em;
  padding: 3px 9px;
  background-color: #fcfcfc;
  color: #cd9d08;
  border-left: 6px solid #cd9d08;
  font-weight: 700;
}

.product_shipping_class-nouto-myymalasta .custom-stock.pickup-only {
  display: block;
}

abbr[title] {
  text-decoration: none;
}

mark {
  background: transparent; /*display: inline-block;*/
  color: inherit;
}

.woocommerce fieldset {
  margin: 1em 0 1em 0;
}

/* Cart */
.woocommerce table.cart td.actions .coupon {
  font-size: 0.8em;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 6px 8px 6px 8px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  min-width: 0;
  width: 114px;
}

.checkout_coupon input[type=text] {
  margin-bottom: 0;
}
.checkout_coupon input[type=submit] {
  font-size: 0.8em;
  margin: 0;
}

/* WC FORMS */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-radius: 0px;
}

/* WC INFO banners */
.woocommerce-info::before {
  color: #006bb6;
}

.woocommerce-info {
  border-top-color: #006bb6;
}

.woocommerce .woocommerce-message a.button {
  font-size: 0.8em;
  margin-bottom: 0;
  margin-right: 0;
}

.woocommerce .woocommerce-info a.button {
  font-size: 0.8em;
  margin-bottom: 0;
  margin-right: 0;
}

.woocommerce .woocommerce-error a.button {
  font-size: 0.8em;
  margin-bottom: 0;
  margin-right: 0;
}

/* --------------------------
 *
 * top cart
 *
** ----------------------- */
.header_cart-container {
  overflow: visible;
  position: relative;
  float: right;
  margin-left: 1em;
}

.no-js .header_cart-container:hover .header_cart-items {
  display: block;
}

.header_cart-trigger .header_cart-link {
  overflow: hidden;
  display: block;
  height: 40px;
  position: relative;
  padding: 0 55px 0 15px;
  background-color: #fff;
  position: relative;
  border: 1px solid #bebebe;
  line-height: 39px;
  outline: none;
  font-size: 13px;
  color: #585858;
}
.header_cart-trigger .header_cart-link:before {
  content: "\e852";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  margin-right: 4px;
}
.header_cart-trigger .header_cart-link:after {
  height: 40px;
  width: 40px;
  padding: 0 0;
  outline: none;
  margin: 0;
  border: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  color: #006bb6;
  border-radius: 0px;
  background-color: #006bb6;
  color: #fff;
  content: "\e899";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
}

.header_cart-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 18;
}

.header_cart-items .widget_shopping_cart {
  border: 1px solid #bebebe;
  border-top: 0;
}

.header_cart-items .widgettitle {
  display: none;
}

/* --------------------------
 *
 * button reset / button styles
 * pitää olla tosi tarkkana kun näitä muuttelee
 *
** ----------------------- */
.woocommerce {
  /* wc-buttons :disabled :hover colors */
}
.woocommerce button.button-alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt[disabled],
.woocommerce button.button-alt:disabled,
.woocommerce button.button-alt[disabled],
.woocommerce button.alt:disabled,
.woocommerce button.alt[disabled],
.woocommerce button:disabled,
.woocommerce button[disabled],
.woocommerce button[type=submit]:disabled,
.woocommerce button[type=submit][disabled],
.woocommerce a.button-alt,
.woocommerce button.alt,
.woocommerce button.button.alt,
.woocommerce input.button-alt,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt.checkout-button,
.woocommerce button.single_add_to_cart_button.button.alt,
.woocommerce button.button,
.woocommerce button,
.woocommerce .btn,
.woocommerce .link-button-alt,
.woocommerce input[type=submit],
.woocommerce button[type=submit],
.woocommerce input[type=button],
.woocommerce .link-button {
  display: inline-block;
  padding: 0.8em 1.3em;
  font-size: 1em;
  margin: 0 3px 3px 0;
  border-radius: 0;
  border: 0px;
  background-color: #6ed8ff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.woocommerce button.single_add_to_cart_button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button-alt:hover,
.woocommerce a.button.alt.checkout-button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.alt:hover,
.woocommerce input[type=button]:hover,
.woocommerce input.button-alt:hover,
.woocommerce a.button-alt:hover,
.woocommerce button.button.alt:hover {
  background-color: #6ed8ff;
  color: #fff;
  font-size: 19px;
  background-color: #006bb6;
  padding: 1em 1.5em;
}
.woocommerce button.single_add_to_cart_button.button,
.woocommerce button.single_add_to_cart_button.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce .submit-container input[type=button],
.woocommerce input[type=submit], .woocommerce button[type=submit], .woocommerce input[type=button].cta,
.woocommerce button.cta, .woocommerce .button.cta, .woocommerce .btn.cta, .woocommerce .link-button {
  background-color: #006bb6;
  color: #fff;
}
.woocommerce button.button-alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt[disabled],
.woocommerce button.button-alt:disabled,
.woocommerce button.button-alt[disabled],
.woocommerce button.alt:disabled,
.woocommerce button.alt[disabled],
.woocommerce button:disabled,
.woocommerce button[disabled],
.woocommerce button[type=submit]:disabled,
.woocommerce button[type=submit][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: inherit;
  color: inherit;
}
.woocommerce button.button-alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:hover,
.woocommerce button.button-alt:disabled:hover,
.woocommerce button.button-alt[disabled]:hover,
.woocommerce button[type=submit]:disabled:hover,
.woocommerce button[type=submit][disabled]:hover {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: inherit;
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  .woocommerce button.button-alt:hover,
  .woocommerce .button:hover, .woocommerce .button-alt:hover {
    opacity: 0.8;
  }
  .woocommerce .button[disabled]:hover, .woocommerce .button-alt[disabled]:hover {
    opacity: 0.5;
  }
  .woocommerce .button:disabled:hover, .woocommerce .button-alt:disabled:hover {
    opacity: 0.5;
  }
}

/* --------------------------
 *
 * Woocommerce input styles
 *
** ----------------------- */
.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 1px solid #bfbfbf;
  padding: 0.5em;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 5px;
}

/* --------------------------
 *
 *	Print
 *
** ----------------------- */
/* --------------------------
 *
 *	Print
 *
** ----------------------- */
.only-print {
  display: none;
}

@media print {
  html {
    margin: 0;
    padding: 0;
  }
  body {
    margin: 0;
    padding: 0;
  }
  .wrapper {
    margin: 0;
    padding: 0;
  }
  @page {
    margin: 1cm;
  }
  * {
    background: none !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    float: none !important;
    text-align: left;
    border: 0 !important;
    border-radius: 0;
  }
  ol {
    width: 100% !important;
  }
  ul {
    width: 100% !important;
  }
  li {
    width: 100% !important;
  }
  div {
    width: 100% !important;
  }
  .no-print {
    display: none !important;
  }
  .only-print {
    display: block !important;
  }
  #logo {
    display: block;
    max-width: 40%;
    margin-bottom: 1em;
  }
  #logo img {
    display: block;
    max-width: 100%;
  }
  .show-print {
    display: block !important;
  }
  .content-padding {
    padding: 0 !important;
  }
  .equal {
    height: auto !important;
  }
  .parallax-mirror,
  aside,
  nav,
  footer img,
  footer nav,
  .cf:after,
  .open-mobile-nav,
  .quick-links,
  .slider,
  .owl-carousel,
  .search-form,
  .site-search,
  #mobilenav-loader,
  #mobilenav,
  #mobilenav-dimmer,
  .addthis_sharing_toolbox,
  .fb_iframe_widget,
  .fixed-menu,
  #colorbox {
    display: none !important;
  }
  a, a:visited { /*text-decoration: underline;*/ }
  footer a[href*=sitefactory], footer a[href*=verkkolasnaolo] {
    display: none;
  }
  /*.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }*/
  pre, blockquote {
    border: 0;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    display: block;
    max-width: 40%;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /*
        p a[href^="http://"]:after  								,
        li a[href^="http://"]:after  								,
        p a[href^="https://"]:after  								,
        li a[href^="https://"]:after  								{ content: " (" attr(href) ")" !important; font-size: 80%; font-family: inherit; }
  */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    page-break-before: avoid;
  }
}
/* --------------------------
 *
 * Font styles
 *
** ----------------------- */
/* all headings */
h1, .h1, h2, .h2, .tease h1, .tease .h1, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Oswald", sans-serif;
}

/* Mobile */
h1, .h1 {
  font-size: 1.7857142857em;
  text-transform: uppercase;
  font-weight: 400;
}

h2, .h2, .tease h1, .tease .h1 {
  font-size: 1.6428571429em;
  color: #01223A;
  text-transform: uppercase;
  font-weight: 400;
}

h3, .h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #01223A;
  font-weight: 400;
}

h4, .h4 {
  font-size: 1.4285714286em;
  text-transform: uppercase;
  font-weight: 400;
  color: #006bb6;
}

h5, .h5 {
  font-size: 1.2142857143em;
  color: #01223A;
  text-transform: uppercase;
  font-weight: 400;
}

h6, .h6 {
  font-size: 1.2142857143em;
  color: #006bb6;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 3em;
    line-height: 51px;
  }
  h2, .h2, .tease h1, .tease .h1 {
    font-size: 2.1875em;
    line-height: 38px;
  }
  h3, .h3 {
    font-size: 1.75em;
    line-height: 35px;
  }
  h4, .h4 {
    font-size: 1.75em;
    line-height: 35px;
  }
  h5, .h5 {
    font-size: 1.375em;
    line-height: 29px;
  }
  h6, .h6 {
    font-size: 1.375em;
    line-height: 29px;
  }
}
.home {
  /* Mobile */
}
.home h1, .home .h1 {
  font-size: 1.7857142857em;
}
.home h2, .home .h2, .home .tease h1, .tease .home h1, .home .tease .h1, .tease .home .h1 {
  font-size: 1.9285714286em;
  text-transform: uppercase;
  font-weight: 400;
  color: #006bb6;
}
.home h3, .home .h3 {
  font-size: 1.9285714286em;
  text-transform: uppercase;
  font-weight: 400;
  color: #01223a;
}
.home h4, .home .h4 {
  font-size: 1.4285714286em;
}
.home h5, .home .h5 {
  font-size: 1.2142857143em;
}
.home h6, .home .h6 {
  font-size: 1.2142857143em;
}
@media only screen and (min-width: 1024px) {
  .home h1, .home .h1 {
    font-size: 1.75em;
  }
  .home h2, .home .h2, .home .tease h1, .tease .home h1, .home .tease .h1, .tease .home .h1 {
    font-size: 1.75em;
  }
  .home h3, .home .h3 {
    font-size: 1.75em;
  }
  .home h4, .home .h4 {
    font-size: 1.3125em;
  }
  .home h5, .home .h5 {
    font-size: 1.125em;
  }
  .home h6, .home .h6 {
    font-size: 1.125em;
  }
}

/* --------------------------
 *
 * Slides / owl-carousel
 *
** ----------------------- */
.owl-carousel .slide-img-cnt {
  height: 500px;
  overflow: hidden;
  width: 100%;
}
.owl-carousel .slide-img-cnt .slide-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.owl-carousel .slide-content {
  position: static;
  font-size: 1em;
  background-color: transparent;
  color: #006bb6;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
}
.owl-carousel .slide-content h1, .owl-carousel .slide-content h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #006bb6;
  font-weight: 400;
}
.owl-carousel .slide-content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1220px) {
  .owl-carousel .slide-content {
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    padding: 30px;
    padding-left: 70px;
    margin-bottom: 0;
    text-align: left;
    z-index: 2;
    max-width: 560px;
    width: 560px;
  }
  .owl-carousel .slide-content h1, .owl-carousel .slide-content h2 {
    font-size: 3em;
    line-height: 55px;
  }
  .owl-carousel .slide-content p {
    color: #333333;
  }
}
@media only screen and (min-width: 1024px) {
  .owl-carousel .absolute-image-container {
    background-image: url("../img/slider-white-overlay.png");
    background-size: 100% auto;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .owl-carousel .owl-height {
    height: auto !important;
  }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    height: 80px;
    top: auto;
    bottom: 0;
  }
}

.owl-dots {
  top: auto;
  bottom: 20px;
  left: 80px;
  right: 80px;
  width: auto;
  z-index: 150;
}
.owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  padding: 0;
}
.owl-dots .owl-dot:focus {
  outline: 2px solid #006bb6;
}
.owl-dots .owl-dot.active {
  background-color: #333333;
}

.carousel-outer-nav-container .carousel-play-pause {
  display: none;
}

.carousel-outer-nav-container .slide-progress {
  display: none;
}

.carousel-outer-nav-container.controls-enabled .carousel-play-pause {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  z-index: 20;
}
.carousel-outer-nav-container.controls-enabled .carousel-play-pause span.play-pause-status {
  pointer-events: none;
}
.carousel-outer-nav-container.controls-enabled .carousel-play-pause span.play-pause-status,
.carousel-outer-nav-container.controls-enabled .carousel-play-pause button.trigger-play-pause {
  background-color: transparent;
  color: #999;
  color: rgba(255, 255, 255, 0.9);
  transition: all ease-in-out 0.3s;
  padding: 0.5em; /*@include border-radius(0 0 20px 0);*/
  display: inline-block;
  margin: 0;
  width: 60px;
  height: 60px;
}
.carousel-outer-nav-container.controls-enabled .carousel-play-pause button.trigger-play-pause {
  display: block;
}
.carousel-outer-nav-container.controls-enabled .carousel-play-pause button.trigger-play-pause:focus {
  outline: 1px solid #006bb6;
}
.carousel-outer-nav-container.controls-enabled:hover button.trigger-play-pause {
  background-color: rgba(100, 100, 100, 0.2);
  color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.carousel-outer-nav-container.controls-enabled .slide-progress {
  display: block;
  width: 0%;
  max-width: 100%;
  height: 2px;
  background: rgba(0, 107, 182, 0.6);
  transition-timing-function: linear;
}

/* --------------------------
 *
 * Fixed menu
 *
** ----------------------- */
.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  display: none;
  padding: 4px 20px;
  line-height: 42px;
  height: 50px;
  overflow: hidden;
}
.fixed-menu .fixed-logo img {
  max-width: 170px;
  max-height: 100%;
  display: inline;
}
.fixed-menu .open-mobile-nav {
  float: right;
  margin: 0;
}
.fixed-menu .open-mobile-nav:after {
  background: transparent;
  color: #006bb6;
}

@media only screen and (min-width: 1024px) {
  .fixed-menu {
    display: none !important;
  }
}
/* --------------------------
 *
 * Mobilenav OVERRIDE tyylit
 *
** ----------------------- */
.open-mobile-nav {
  display: block; /*position: fixed;*/
  top: 0;
  right: 0;
  z-index: 2;
  margin-left: auto;
  float: right;
  background-color: #006bb6;
  padding: 13px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.open-mobile-nav:focus {
  opacity: 0.8;
}

.open-mobile-nav span.button-text {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 0.9;
  margin-top: 1px;
  color: #fff;
}

.logged-in.admin-bar .open-mobile-nav {
  top: 46px;
}

span.mobile-nav-button-html {
  position: relative;
  width: 1.2em;
  height: 1em;
  display: block;
  float: right;
  font-size: 16px;
}

span.mobile-nav-button-html span.mobilenav-button-lines {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 1px;
}

span.mobile-nav-button-html span.mobilenav-button-lines.top {
  top: 0;
}

span.mobile-nav-button-html span.mobilenav-button-lines.middle {
  top: 50%;
  margin-top: -2px;
}

span.mobile-nav-button-html span.mobilenav-button-lines.bottom {
  bottom: 1px;
}

@media only screen and (min-width: 768px) {
  .open-mobile-nav {
    width: auto;
    border-radius: 25px;
  }
  .open-mobile-nav span.button-text {
    display: block;
    float: left;
    margin-right: 10px;
  }
}
#mobilenav .symbol {
  font-size: 1em;
}

#mobilenav .symbol span.line-vertical {
  background-color: #000;
}

#mobilenav .symbol span.line-horizontal {
  background-color: #000;
}

#mobilenav .open > .open-submenu .symbol span.line-horizontal {
  background-color: #000;
}

#mobilenav-top-container .site-logo {
  float: left;
  display: block;
  max-width: 230px;
  height: 49px;
}

#mobilenav-top-container .site-logo a {
  width: 100%;
  height: 100%;
  line-height: 49px;
  display: inline-block;
}

#mobilenav-top-container .site-logo img {
  max-width: 100%;
  max-height: 49px;
  display: inline-block;
}

#mobilenav-mid-container {
  padding: 5px 15px;
  background-color: #006bb6;
  color: #fff;
  font-size: 16px;
  display: none;
}

#mobilenav-mid-container .contact p {
  margin-bottom: 0;
}

#mobilenav-mid-container a {
  color: #006bb6;
}

#mobilenav .mobilenav-bg {
  background-color: #006bb6;
}

#mobilenav #mobilenav-top-container {
  padding: 10px 15px;
  background-color: #006bb6;
}

#mobilenav #mobilenav-top-container .mobilenav-close {
  font-size: 24px;
  background-color: #ffffff;
  margin-top: 5px;
}
#mobilenav #mobilenav-top-container .mobilenav-close .line-horizontal {
  height: 2px;
  top: 45%;
}
#mobilenav #mobilenav-top-container .mobilenav-close .line-vertical {
  width: 2px;
  left: 45%;
}

#mobilenav #mobilenav-top-container .mobilenav-close .symbol-cancel * {
  background-color: #006bb6;
}

#mobilenav .mobilenav-inner {
  padding: 0;
  background-color: #ffffff;
}
#mobilenav .mobilenav-inner li {
  border-color: rgb(206.25, 206.25, 206.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mobilenav .mobilenav-inner li:last-child {
  border-bottom: 0;
}
#mobilenav .mobilenav-inner li a:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#mobilenav .mobilenav-inner li a {
  color: #01223a;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
#mobilenav .mobilenav-inner li[class*=current] > a {
  color: #006bb6 !important;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > span.open-submenu {
  background-color: #dbdbdb;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu {
  background-color: #dbdbdb;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu li > a {
  color: #000;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > span.open-submenu {
  background-color: #e7e7e7;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu {
  background-color: #e7e7e7;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu li > a {
  color: #000;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: rgb(238.65, 238.65, 238.65);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu span.open-submenu {
  background-color: rgb(238.65, 238.65, 238.65);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu li > a:before {
  display: inline-block;
  content: "-";
  margin-right: 8px;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: rgb(246.3, 246.3, 246.3);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu span.open-submenu {
  background-color: rgb(246.3, 246.3, 246.3);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li > a:before {
  display: inline-block;
  content: "-";
  margin-right: 8px;
}

#mobilenav-additional {
  padding: 30px 20px 20px 20px;
}

.mobile-links-area, .contact {
  margin-bottom: 15px;
}
.mobile-links-area ul, .contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-links-area ul li, .contact ul li {
  display: inline-block;
  margin-right: 8px;
  color: #ffffff;
}
.mobile-links-area ul li a, .contact ul li a {
  color: #ffffff;
}
.mobile-links-area ul li:after, .contact ul li:after {
  content: "/";
  margin-left: 8px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}
.mobile-links-area ul li:last-child:after, .contact ul li:last-child:after {
  content: none;
}

#mobilenav-additional .quick-links .search-form {
  border: 0px;
  max-width: 230px;
}
#mobilenav-additional .quick-links .search-form button[type=submit] {
  background-color: #6ed8ff !important;
}

.mobilenav-info {
  font-size: 16px;
}

/* --------------------------
 *
 * Main navigation
 *
** ----------------------- */
/* Main nav */
nav#main ul.sub-menu {
  display: none;
}
nav#main.dropdown {
  position: relative;
  z-index: 5;
}
nav#main.dropdown li.menu-item-has-children {
  position: relative;
}
nav#main.dropdown li.menu-item-has-children > a:after {
  content: none;
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  height: 1em;
  margin-left: 0.5em;
  font-size: 0.8em;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 100%;
  min-width: 300px;
  left: -1.3em;
  background-color: #fff;
  z-index: 10;
  border-bottom: 5px solid #6ed8ff;
}
nav#main.dropdown li.menu-item-has-children:hover > ul.sub-menu {
  z-index: 11;
  opacity: 1;
}
nav#main.dropdown li.menu-item-has-children:hover ul.sub-menu li:hover ul.sub-menu {
  z-index: 12;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a {
  padding-right: 2em;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after {
  content: none;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 0.5em);
  color: inherit;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li {
  display: block;
  margin: 0 0 0 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: 0.6em 1.3em;
  color: inherit;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li[class*=current] > a {
  color: #006bb6;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
nav#main.dropdown li.menu-item-has-children ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border-top: 1px solid #d9d9d9;
}
nav#main ul.menu > li {
  display: inline-block;
  margin-right: 15px;
}
nav#main ul.menu > li > a {
  font-weight: 400;
  color: #006bb6;
  padding: 1em 0 1em 0;
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
nav#main ul.menu > li:after {
  content: "/";
  color: #6ed8ff;
  line-height: 16px;
  margin-left: 15px;
}
nav#main ul.menu > li:last-child {
  margin: 0;
}
nav#main ul.menu > li:last-child:after {
  margin: 0;
  content: none;
}
nav#main ul.menu > li[class*=current] > a:before {
  width: 100%;
  height: 4px;
  background-color: #006bb6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
nav#main ul.menu > li[class*=current] > a {
  color: #006bb6;
  position: relative;
}

nav#main.dropdown li.menu-item-has-children ul.sub-menu li button.open-submenu-dropdown {
  position: absolute;
  right: 0;
  top: 7px;
}

nav#main.dropdown li.menu-item-has-children ul.sub-menu li button.open-submenu-dropdown .dropdown-icon:before {
  content: "\f0da";
}

/* --------------------------
 *
 * Footer navigation
 *
** ----------------------- */
/* Footer nav */
nav#footer li.menu-item-has-children ul.sub-menu li {
  display: block;
}
nav#footer li.menu-item-has-children ul.sub-menu li a {
  color: #444444;
  font-size: 0.875em;
}
nav#footer ul.menu > li {
  display: inline-block;
  margin-right: 2%;
  width: 22%;
  vertical-align: top;
  line-height: 1.4;
  margin-bottom: 35px;
}
nav#footer ul.menu > li > a {
  font-weight: 500;
  color: #006bb6;
  padding: 0 0 1em 0;
  display: inline-block;
  font-size: 1.125em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
/* --------------------------
 *
 * Sitemap navigation
 *
** ----------------------- */
/* Main nav */
nav#sitemap li.menu-item-has-children ul.sub-menu li {
  display: block;
}
nav#sitemap ul.menu > li {
  margin-right: 2%;
  vertical-align: top;
  line-height: 1.4;
}
nav#sitemap ul.menu > li > a {
  color: #282828;
  padding: 0.5em 0 0.5em 0;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 600;
}
nav#sitemap ul.menu > li[class*=current] > a {
  color: #282828;
}

/* --------------------------
 *
 * Subpage navigation
 *
** ----------------------- */
#sidebar .sub-navigation {
  /* menu toggle */
  /*ul.menu li.level-0.menu-item-has-children[class*="current"]>span.open-submenu:before { content:'\e809'; }*/
  /* no-js korjaus */
  /* Alatasojen aktiiviset värit */
  /* Piilota ei-aktiiviset alatasot */
  /* eka taso */
  /* Alatasojen sisennykset */
  /* alatasojen fonttikoot */
  /* Alatasojen ikonit */
}
#sidebar .sub-navigation #subnav {
  padding: 0;
}
#sidebar .sub-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .sub-navigation li {
  padding: 0;
  margin: 0;
}
#sidebar .sub-navigation li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #282828;
  display: block;
  padding: 0;
  font-size: 1em;
  margin-left: 1.2em;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children {
  position: relative;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children > a {
  padding-right: 6px;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children > span.open-submenu {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 1px;
  z-index: 1;
  width: 2.5em;
  padding: 8px 0 7px 0;
  line-height: 1.3em;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children > span.open-submenu:before {
  text-align: center;
  vertical-align: middle;
  content: "\e808";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  margin-left: 0;
  color: #fff;
}
#sidebar .sub-navigation ul.menu li.level-0.menu-item-has-children.open > span.open-submenu:before {
  content: "\e809";
}
#sidebar .sub-navigation .no-js ul.menu li.level-0[class*=current] > ul.sub-menu {
  display: block;
}
#sidebar .sub-navigation .no-js ul.menu li.level-0.menu-item-has-children > span.open-submenu {
  display: none;
}
#sidebar .sub-navigation ul li[class*=current] > a {
  color: #006bb6;
}
#sidebar .sub-navigation ul.sub-menu li[class*=current] > a {
  color: #000;
  font-weight: 700;
}
#sidebar .sub-navigation ul.sub-menu ul.sub-menu li[class*=current] > a {
  color: #006bb6;
}
#sidebar .sub-navigation ul.sub-menu {
  display: none;
  padding: 25px 0 25px 20px;
  background-color: #fff;
}
#sidebar .sub-navigation ul.sub-menu ul.sub-menu {
  padding: 10px 0 10px 10px;
}
#sidebar .sub-navigation ul li[class*=current] > .sub-menu {
  display: block;
}
#sidebar .sub-navigation ul.menu li.level-0[class*=current] > ul.sub-menu ul.sub-menu {
  display: block;
}
#sidebar .sub-navigation li.level-0 {
  margin-bottom: 6px;
}
#sidebar .sub-navigation li.level-0 > a {
  margin-left: 0;
  background-color: transparent;
  padding: 6px;
  color: #444444;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
#sidebar .sub-navigation li.level-0[class*=open] > a {
  background-color: #6ed8ff;
  color: #fff;
}
#sidebar .sub-navigation li.level-0[class*=current] > a {
  background-color: transparent;
  color: #006bb6;
  font-weight: 400;
}
#sidebar .sub-navigation ul.menu-level-1, #sidebar .sub-navigation ul.menu-level-2, #sidebar .sub-navigation ul.menu-level-3,
#sidebar .sub-navigation ul.menu-level-4, #sidebar .sub-navigation ul.menu-level-5 {
  margin: 0;
}
#sidebar .sub-navigation ul.sub-menu li > a {
  padding: 0;
  margin-bottom: 0;
  font-size: 0.85em;
}
#sidebar .sub-navigation ul.sub-menu.menu-level-1 > li > a {
  font-size: 1em;
  font-weight: 300;
}
#sidebar .sub-navigation li a:before {
  text-align: center;
  vertical-align: middle;
  content: "\f006";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.1em;
  line-height: 1;
  font-size: 0.8em;
  color: inherit;
}
#sidebar .sub-navigation li.level-0 > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  margin-left: 8px;
  float: right;
  margin-right: 15px;
}
#sidebar .sub-navigation li.level-0 > a:before {
  display: none;
}
#sidebar .sub-navigation li.level-1 > a:before {
  content: "\f006";
}
#sidebar .sub-navigation li.level-2 > a:before {
  content: "-";
}
#sidebar .sub-navigation li.level-3 > a:before {
  content: "-";
}
#sidebar .sub-navigation li.level-4 > a:before {
  display: none;
}
#sidebar .sub-navigation li.level-5 > a:before {
  display: none;
}
#sidebar .widget_product_categories {
  /* menu toggle */
  /*ul.product-categories li.cat-parent[class*="current"]>span.open-submenu:before { content:'\e809'; }*/
  /* no-js korjaus */
  /* eka taso */
  /* Alatasojen aktiiviset värit */
  /*ul li[class*="current"]>.children						{ display: block; }*/
  /* Alatasojen ikonit */
}
#sidebar .widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .widget_product_categories ul.product-categories {
  padding: 0;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent {
  position: relative;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent > a {
  padding-right: 2em;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent > span.open-submenu {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 1px;
  z-index: 1;
  width: 2em;
  padding: 2px 0;
  line-height: 1em;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent > span.open-submenu:before {
  text-align: center;
  vertical-align: middle;
  content: "\e808";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 100%;
  height: 100%;
  font-size: 1em;
  margin-left: 0;
  color: #006bb6;
}
#sidebar .widget_product_categories ul.product-categories li.cat-parent.open > span.open-submenu:before {
  content: "\e809";
}
#sidebar .widget_product_categories ul.product-categories > li.cat-parent > a {
  padding-right: 2.5em;
}
#sidebar .widget_product_categories ul.product-categories > li.cat-parent > span.open-submenu {
  width: 2.5em;
  padding: 8px 0 7px 0;
  line-height: 1.3em;
}
#sidebar .widget_product_categories ul.product-categories > li.cat-parent > span.open-submenu:before {
  font-size: 1.2em;
  margin-left: 0;
  color: #fff;
}
#sidebar .widget_product_categories .no-js ul.product-categories li[class*=current] > ul.children {
  display: block;
}
#sidebar .widget_product_categories .no-js ul.product-categories li.cat-parent > span.open-submenu {
  display: none;
}
#sidebar .widget_product_categories li {
  padding: 0;
  margin: 0;
}
#sidebar .widget_product_categories li a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #282828;
  display: block;
  padding: 0;
  font-size: 1em;
  margin-left: 1.2em;
}
#sidebar .widget_product_categories ul.product-categories > li {
  margin-bottom: 6px;
}
#sidebar .widget_product_categories ul.product-categories > li > a {
  margin-left: 0;
  background-color: #006bb6;
  padding: 7px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}
#sidebar .widget_product_categories ul.product-categories > li[class*=open] > a {
  background-color: #6ed8ff;
  color: #fff;
}
#sidebar .widget_product_categories ul.product-categories > li[class*=current] > a {
  background-color: #6ed8ff;
  color: #fff;
}
#sidebar .widget_product_categories ul.product-categories > li > a:before {
  display: none;
}
#sidebar .widget_product_categories ul li[class*=current] > a {
  color: #006bb6;
}
#sidebar .widget_product_categories ul.children li[class*=current] > a {
  color: #006bb6;
}
#sidebar .widget_product_categories ul.children {
  display: none;
  padding: 25px 0 25px 20px;
  margin: 0;
  background-color: #fff;
}
#sidebar .widget_product_categories ul.children ul.children {
  padding: 10px 0 10px 10px;
}
#sidebar .widget_product_categories ul li a:before {
  display: none;
}
#sidebar .widget_product_categories ul ul li > a:before {
  text-align: center;
  vertical-align: middle;
  content: "\f006";
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.1em;
  line-height: 1;
  font-size: 0.8em;
  color: inherit;
}
#sidebar .widget_product_categories ul ul ul li > a:before {
  content: "-";
}

body {
  font-weight: 300;
  color: #252c30;
}

#main-content-area a {
  font-weight: 400;
}
#main-content-area .far.fa-angle-right {
  font-size: 16px;
  color: #006bb6;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
#main-content-area .far.fa-angle-right:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
}
#main-content-area .far.fa-angle-right:before {
  content: none;
}

.frontpage-content-wrapper a {
  color: #006bb6;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.frontpage-content-wrapper a:after {
  line-height: 1em;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  margin-left: 4px;
}

.site-container {
  overflow: hidden;
}

#page-top .page-top-blue-line {
  background-color: #006bb6;
  height: 20px;
  width: 100%;
}
#page-top .page-top-content-right {
  position: relative;
  padding: 0 0 5px 0;
  margin-top: -5px;
}
#page-top .page-top-content-right .absolute-blue-area {
  height: 42px;
  width: 20000px;
  background-color: #006bb6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#page-top .page-top-content-right .absolute-blue-image {
  left: -102px;
  top: 0;
  position: absolute;
}
#page-top .page-top-content-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-top .page-top-content-right ul li {
  display: inline-block;
  margin-right: 8px;
  color: #ffffff;
}
#page-top .page-top-content-right ul li a {
  color: #6ed8ff;
}
#page-top .page-top-content-right ul li:after {
  content: "/";
  margin-left: 8px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}
#page-top .page-top-content-right ul li:last-child:after {
  content: none;
}

.upper-links-area {
  display: none;
}

header#header .header-left {
  width: 582px;
  max-width: 75%;
}
header#header hr {
  margin: 0;
  border-color: #bfdaed;
}
header#header .header-right .widget_black_studio_tinymce {
  display: inline-block;
}
header#header .header-right .widget_black_studio_tinymce ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header .header-right .widget_black_studio_tinymce ul li {
  display: inline-block;
  margin-right: 8px;
  color: #006bb6;
  font-size: 14px;
}
header#header .header-right .widget_black_studio_tinymce ul li a {
  color: #006bb6;
}
header#header .header-right .widget_black_studio_tinymce ul li:after {
  content: "/";
  margin-left: 8px;
  color: #6ed8ff;
  font-family: "Oswald", sans-serif;
}
header#header .header-right .widget_black_studio_tinymce ul li:last-child:after {
  content: none;
}

.site-search .search-form input[type=search] {
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  height: 40px;
}
.site-search .search-form button[type=submit] {
  background-color: #006bb6 !important;
}

.header-right .from-l {
  display: none;
}

.inner-row {
  height: 100%;
}

.finpedmed-bg {
  background-color: #173785;
  min-height: 300px;
}

.finpedmed-second-bg {
  background-color: #6ED8FF;
}
.finpedmed-second-bg .main-image-lift-content .image-text-content {
  color: #01223a;
}
.finpedmed-second-bg .main-image-lift-content .image-text-content h3 {
  color: #01223a;
}
.finpedmed-second-bg .main-image-lift-content .image-text-content p {
  color: #01223a;
}
.finpedmed-second-bg .main-image-lift-content .image-text-content p a {
  color: #01223a;
}
.finpedmed-second-bg .main-image-lift-content .image-text-content ul li {
  color: #01223a;
}

.main-image-lift-content {
  padding: 26px 40px;
}
.main-image-lift-content .image-text-content {
  display: inline-block;
  max-width: 180px;
  color: #ffffff;
}
.main-image-lift-content .image-text-content h3 {
  color: #ffffff;
}
.main-image-lift-content .image-text-content a {
  color: #ffffff;
}
.main-image-lift-content .image-image {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 80px;
}
.main-image-lift-content .image-image i {
  font-size: 40px;
  color: #ffffff;
}

.main-image-lift-content:first-child {
  margin-bottom: 20px;
}

.main-image-lift-content:last-child {
  margin-top: 20px;
}

.content-area {
  margin-bottom: 1em;
}

.finpedmed-second-bg {
  min-height: 300px;
}

.frontpage-content-wrapper .content-area {
  min-height: 300px;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .finpedmed-second-bg {
    height: 50%;
  }
  .frontpage-content-wrapper .content-area {
    height: calc(50% - 16px);
  }
}
.frontpage-content-wrapper {
  background-color: #e5f0f8;
  padding-top: 50px;
}

.content-wrapper {
  padding: 45px 40px;
  height: 100%;
}

.background-image-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.affiliate-container.content-padding {
  padding: 25px;
}
.affiliate-container.content-padding h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #006bb6;
  font-size: 2.4375em;
}
.affiliate-container.content-padding p {
  color: #444444;
  margin-bottom: 0px;
}
.affiliate-container.content-padding img {
  margin: 0 5px;
}

.frontpage-news .content {
  margin-bottom: 1.5em;
}
.frontpage-news h3 {
  font-size: 1.8571428571em;
}
.frontpage-news a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
}

@media only screen and (min-width: 1024px) {
  .frontpage-news {
    min-height: 850px;
  }
  .frontpage-news h3 {
    font-size: 1.75em;
  }
}
.frontpage-news .single-article h3 {
  font-size: 2.1875em;
}

#frontpage_service_boxes_container {
  background-color: #e5f0f8;
}
#frontpage_service_boxes_container .service_box_col_container {
  background-color: #ffffff;
}
#frontpage_service_boxes_container .service_box_col_container .services-lift-box-content {
  padding: 40px;
}
#frontpage_service_boxes_container .service_box_col_container .services-lift-box-content h3 {
  color: #006bb6;
}
#frontpage_service_boxes_container .service_box_col_container .services-lift-box-content a {
  color: #006bb6;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
#frontpage_service_boxes_container .service_box_col_container .services-lift-box-content a:after {
  line-height: 1em;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  margin-left: 4px;
}

blockquote {
  margin: 0px;
  opacity: 1;
  font-size: 1em;
}
blockquote p {
  color: #01223A;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  opacity: 1;
}

blockquote:before {
  content: none;
}

.home footer#footer {
  background-color: #ffffff;
}

footer#footer {
  background-color: #e5f0f8;
}
footer#footer .footer-content {
  text-align: center;
}
footer#footer #copyright {
  text-align: center;
  color: #444444;
}
footer#footer #copyright a {
  color: #444444;
}

#copyright {
  font-size: 14px;
}
#copyright .copyright-right-side {
  width: 100%;
  margin-top: 25px;
}

@media only screen and (min-width: 480px) {
  .main-image-lift-content .image-text-content {
    display: inline-block;
    max-width: 230px;
  }
  .service-boxes .services-lift-box-image-container {
    height: 260px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  header#header .header-left {
    max-width: 42%;
  }
  .service-boxes .services-lift-box-image-container {
    height: 180px;
  }
  #frontpage_service_boxes_container .service_box_col_container .services-lift-box-content {
    padding: 0 40px;
  }
  .service_row {
    padding: 25px 30px;
    background-color: #ffffff;
  }
  .upper-links-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-left {
    max-width: 50%;
  }
  #main-image-container {
    margin-bottom: 50px;
  }
  .content-wrapper {
    padding: 45px 55px;
  }
  .second-content-area .content-wrapper {
    padding-left: 45px;
  }
  .home h2.news-title {
    font-size: 2.1875em;
    font-weight: 400;
  }
  .col-xs-24.col-xl-8.flex.flex-stretch {
    margin-bottom: 0px;
  }
  .service-boxes .services-lift-box-image-container {
    height: 230px;
  }
  .service_row {
    padding: 0px;
  }
  header#header .header-right .from-l.flex.flex-middle {
    display: flex;
    flex-wrap: wrap;
  }
  #frontpage_service_boxes_container .right-image-col {
    order: 2;
  }
  #frontpage_service_boxes_container .service_box_col_container {
    height: 100%;
  }
  #frontpage_service_boxes_container .service_box_col_container .services-lift-box-content {
    text-align: center;
  }
  footer#footer .footer-content {
    text-align: left;
  }
  footer#footer #copyright {
    font-size: 14px;
    text-align: left;
  }
  footer#footer #copyright .copyright-right-side {
    float: right;
    margin-top: 0px;
    width: auto;
  }
  footer#footer #copyright .copyright-left-side {
    display: inline-block;
  }
}
@media only screen and (min-width: 1220px) {
  .frontpage-content-wrapper .content-padding .background-image-area {
    min-height: 380px;
  }
  #frontpage_service_boxes_container .right-image-col {
    order: initial;
  }
  #frontpage_service_boxes_container .service_box_col_container {
    height: auto;
    padding: 30px;
  }
  .main-image-lift-content .image-text-content {
    max-width: 205px;
  }
}
/* Sidebar */
#sidebar {
  height: 100%;
  border-right: 1px solid #bfc4cb;
}

#sidebar .site-search {
  margin-bottom: 20px;
}

.sidebanner {
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 600;
  color: #ffffff;
  width: calc(100% + 1px);
}
.sidebanner.primary-bg {
  background-color: #006bb6;
}
.sidebanner.secondary-bg {
  background-color: #6ed8ff;
}
.sidebanner.no-bg {
  color: #282828;
}
.sidebanner .banner-icon {
  margin-left: auto;
}
.sidebanner .banner-icon img {
  width: 40px;
}
.sidebanner > a, .sidebanner > div.no-link {
  color: inherit;
  padding: 20px;
  display: flex;
  align-items: center;
  font-weight: inherit;
}
.sidebanner .banner-text p {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  width: 155px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.sidebanner .banner-icon {
  color: #ffffff;
  width: 40px;
  height: auto;
}

/* Accessability */
button:focus, a:focus {
  text-decoration: underline;
}

button:focus:active, a:focus:active {
  text-decoration: none;
  outline: none;
}

button:active, a:active {
  text-decoration: none;
  outline: none;
}

a.element-invisible.element-focusable {
  position: absolute;
  display: inline-block;
  left: -12000px;
  z-index: 95;
  transition: all 0ms;
  transform: translate3d(0, 0, 0);
  border-radius: 0px;
  padding: 25px 30px;
  background-color: #6ed8ff;
  color: #333333;
}

a.element-invisible.element-focusable:focus {
  left: 20px;
  top: 20px;
  width: auto;
  height: auto;
}

button.disable-button-styles {
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 1em;
  color: #282828;
}

button.element-focusable .dropdown-icon-text {
  position: absolute;
  left: -13000px;
  font-size: 0.8em;
  line-height: 1;
  padding: 3px 5px;
}

button.element-focusable i.dropdown-icon {
  color: #006bb6;
}

button.element-focusable:focus {
  background-color: #006bb6;
  color: #fff;
  position: relative;
}

button.element-focusable:focus i.dropdown-icon {
  color: #fff;
}

button.element-focusable:focus > .dropdown-icon-text {
  left: 0;
  bottom: 100%;
  background-color: #006bb6;
  color: #fff;
  display: inline-block;
}

body.page-template-page-sitemap nav#sitemap button.open-submenu-dropdown.disable-button-styles.element-focusable {
	display: none;
}

footer#footer .fab {  
    font-size: 32px;
}

footer#footer .widget_somebuttonwidget {
	display: inline-block;
}

@media only screen and (max-width: 1440px) {
  .owl-dots {  
    bottom: -7px;  
	}
	.owl-dots .owl-dot {
    width: 15px;
    height: 15px;    
	}
}

