@charset "UTF-8";
/**

	- Skeletor [Main] -

	@style styles.css
	@author Sitefactory

*/
/* --------------------------
 *
 * Imports
 *
** ----------------------- */
/* Theme colours & Fonts */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,500|Roboto+Slab:300,400,700");
/**

	- Skeletor [SASS Variables] -

	@style variables.scss
	@author Sitefactory 

*/
/* px -> em calculation, esim: em(17,14); */
/* row px - wrapper padding (without gutter) */
/* row width in PX WITH gutter */
/* col width in PX (without gutter) */
/* col width in % (without gutter) */
/* gutter with in % */
/* Column width without gutter in %  == Column % - Gutter % */
/* NO-MARGIN */
/* col width in PX (without gutter) */
/* col width in % (without gutter) */
/* 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 {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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: -webkit-grab;
  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: #27282d;
}

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

.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;
  }
  .open-mobile-nav {
    margin-top: 20px;
  }
}
#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: #27282d;
  color: #fff;
  font-size: 16px;
}

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

#mobilenav-mid-container a {
  color: #27282d;
}

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

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

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

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

#mobilenav .mobilenav-inner {
  padding: 0;
  background-color: #ffffff;
}
#mobilenav .mobilenav-inner li {
  border-color: #cecece;
  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: #27282d !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: #efefef;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu span.open-submenu {
  background-color: #efefef;
}
#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: #f6f6f6;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu span.open-submenu {
  background-color: #f6f6f6;
}
#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 #ae1143;
}
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: #27282d;
}
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:after {
  content: "|";
  margin-left: 1em;
  color: #484848;
}
nav#main ul.menu > li > a {
  font-weight: 400;
  color: #ffffff;
  padding: 1.5em 0 1.5em 0;
  display: inline-block;
  font-size: 1em;
}
nav#main ul.menu > li[class*=current] > a {
  color: #ae1143;
  position: relative;
  font-weight: 600;
}
nav#main ul.menu > li[class*=current] > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ae1143;
  content: " ";
}

/* --------------------------
 *
 * Subpage navigation
 *
** ----------------------- */
#sidebar .sub-navigation {
  /* Alatasojen aktiiviset värit */
  /* Piilota ei-aktiiviset alatasot */
  /* eka taso */
  /* Alatasojen sisennykset */
  /* alatasojen fonttikoot */
  /* Alatasojen ikonit */
}
#sidebar .sub-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .sub-navigation li {
  padding: 0.2em 0 0.1em 0;
  margin: 0;
}
#sidebar .sub-navigation li a {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #282828;
  display: block;
  padding: 0;
  font-size: 1em;
  margin-left: 1.2em;
}
#sidebar .sub-navigation ul li[class*=current] > a {
  color: #ae1143;
}
#sidebar .sub-navigation ul.sub-menu li[class*=current] > a {
  color: #ae1143;
}
#sidebar .sub-navigation ul.sub-menu {
  display: none;
}
#sidebar .sub-navigation ul li[class*=current] > .sub-menu {
  display: block;
}
#sidebar .sub-navigation li.level-0 {
  border-top: 1px solid #bfbfbf;
  padding: 0.5em 0 0.4em 0;
}
#sidebar .sub-navigation li.level-0 > a {
  margin-left: 0;
}
#sidebar .sub-navigation li.level-0:first-child {
  border-top: 0px;
}
#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 {
  padding: 0.6em 0 0.6em 1em;
  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 {
  content: "■";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.1em;
  color: inherit;
}
#sidebar .sub-navigation li.level-0 > a:before {
  display: none;
}
#sidebar .sub-navigation li.level-1 > a:before {
  content: "●";
}
#sidebar .sub-navigation li.level-2 > a:before {
  content: "■";
  display: none;
}
#sidebar .sub-navigation li.level-3 > a:before {
  content: "-";
}
#sidebar .sub-navigation li.level-4 > a:before {
  content: "-";
}
#sidebar .sub-navigation li.level-5 > a:before {
  content: "-";
}

/* --------------------------
 *
 * Search-form
 *
** ----------------------- */
.search-form {
  overflow: hidden;
  height: 40px;
  position: relative;
  padding: 0 40px 0 0;
  background-color: #fff;
}
.search-form input[type=search] {
  height: 40px;
  line-height: 39px;
  border: 0;
  outline: none;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  *behavior: url(js/libs/boxsizing.htc);
  font-size: 13px;
}
.search-form button[type=submit] {
  height: 40px;
  width: 40px;
  padding: 0 0;
  outline: none;
  margin: 0;
  border: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  color: #27282d;
  border-radius: 0px;
}
.search-form.rounded {
  border-radius: 15px;
  z-index: 1;
}
.search-form.borders {
  position: relative;
  border: 1px solid #bebebe;
}
.search-form.borders input[type=search] {
  height: 38px;
  line-height: 37px;
}
.search-form.borders button[type=submit] {
  height: 38px;
  width: 38px;
}
.search-form.colored button[type=submit] {
  background-color: #27282d;
  color: #fff;
}

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

/*@import "_respotable.scss";*/
/* 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;
}
.owl-carousel .single-slide .slider-content-container .slider-content h1, .owl-carousel .single-slide .slider-content-container .slider-content h2, .owl-carousel .single-slide .slider-content-container .slider-content h3, .owl-carousel .single-slide .slider-content-container .slider-content h4 { /*font-size: em(29, $mobile_fsz); */ }
@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;
  }
  .owl-carousel .single-slide .slider-content-container .slider-content h1, .owl-carousel .single-slide .slider-content-container .slider-content h2, .owl-carousel .single-slide .slider-content-container .slider-content h3, .owl-carousel .single-slide .slider-content-container .slider-content h4 { /*font-size: em(44, $desktop_fsz);*/ }
  .owl-carousel .single-slide .slider-content-container .slider-content .link-button, .owl-carousel .single-slide .slider-content-container .slider-content .link-button-alt { /* font-size: em(16, $desktop_fsz);*/ }
}
@media only screen and (min-width: 1220px) {
  .owl-carousel .single-slide .flex, .owl-carousel .single-slide .woocommerce.front_page_first_product ul.products li.product .fp-products-container, .woocommerce.front_page_first_product ul.products li.product .owl-carousel .single-slide .fp-products-container, .owl-carousel .single-slide .woocommerce.front_page_first_product ul.products, .woocommerce.front_page_first_product .owl-carousel .single-slide ul.products, .owl-carousel .single-slide .post-type-archive-product ul.products, .post-type-archive-product .owl-carousel .single-slide ul.products, .owl-carousel .single-slide .tax-product_cat ul.products, .tax-product_cat .owl-carousel .single-slide ul.products, .owl-carousel .single-slide .tax-product_tag ul.products, .tax-product_tag .owl-carousel .single-slide ul.products, .owl-carousel .single-slide .single-product.woocommerce-page ul.products, .single-product.woocommerce-page .owl-carousel .single-slide ul.products, .owl-carousel .single-slide .woocommerce.frontpage_recent_products ul.products, .woocommerce.frontpage_recent_products .owl-carousel .single-slide ul.products {
    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: #27282d;
  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: #ae1143;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
}

.owl-dots .owl-dot.active span {
  background: #27282d;
}

.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;
  }
}
/* --------------------------
 *
 * Structure
 *
** ----------------------- */
body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  background-color: #f2f2f2;
}

header#header .header-left {
  margin: 0 auto 0 0;
}
header#header .header-middle {
  margin: 0 auto;
}
header#header .header-right {
  margin: 0 0 0 auto;
}
header#header .header-right .search-submit {
  padding: 0px;
}
header#header .upper-header {
  min-height: 5px;
}
header#header .header-shopping-cart, header#header .header-account {
  display: inline-block;
  color: #ffffff;
}
header#header .header-shopping-cart a, header#header .header-account a {
  color: #ffffff;
  margin-right: 10px;
}
header#header .header-shopping-cart:before {
  content: "\e860";
  font-family: "skeletor-fontello";
  margin-right: 5px;
}

footer#footer .footer-logo-container img {
  width: 180px;
  margin: 0 auto;
}

#copyright {
  text-align: center;
  color: #a1a1a1;
}

#copyright a {
  color: #a1a1a1;
}

@media only screen and (min-width: 768px) {
  header#top ul.top-links {
    margin: 0;
    padding: 0;
  }
  header#top ul.top-links li {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
/* --------------------------
 *
 * Typografia
 *
** ----------------------- */
html, body, input, input[type=submit], input[type=button], button, .button, button[type=submit], input[type=button].cta,
button.cta, .button.cta, .cta.link-button-alt, .btn.cta, .link-button-alt, .btn, .link-button, select, textarea {
  font-family: "Open Sans", 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;
  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: #464d4b;
  font-family: "Roboto Slab", serif;
}

h2, .h2, .tease h1, .tease .h1 {
  font-size: 1.5714285714em;
  color: #464d4b;
  font-family: "Roboto Slab", serif;
  position: relative;
  padding-bottom: 0.5em;
}

h2:after, .h2:after, .tease h1:after, .tease .h1:after {
  position: absolute;
  width: 130px;
  height: 3px;
  background-color: #ae1143;
  content: " ";
  bottom: 0;
  left: 0;
}

h3, .h3 {
  font-size: 1.2857142857em;
  color: #464d4b;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

h4, .h4 {
  font-size: 1.1428571429em;
  font-family: "Roboto Slab", serif;
  color: #ae1143;
}

h5, .h5 {
  font-size: 1em;
  color: #27282d;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

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

a {
  color: #27282d;
}

@media only screen and (min-width: 1024px) {
  /* Desktop otsikot */
  h1, .h1 {
    font-size: 3.4375em;
  }
  h2, .h2, .tease h1, .tease .h1 {
    font-size: 2.5625em;
  }
  h3, .h3 {
    font-size: 1.4375em;
  }
  h4, .h4 {
    font-size: 1.25em;
  }
  h5, .h5 {
    font-size: 1.0625em;
  }
  h6, .h6 {
    font-size: 1.0625em;
  }
  a:hover {
    opacity: 0.8;
  }
}
.primary-font {
  font-family: "Open Sans", sans-serif;
}

.secondary-font {
  font-family: "Roboto Slab", serif;
}

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

/* 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;*/
}

@media only screen and (min-width: 768px) {
  .message-success, .message-error, .message-warning, .message-note,
.notice-message, .error-message, .success-message {
    padding: 3em;
  }
}
/* white-bg */
.white {
  background-color: #fff;
}
.white b,
.white strong {
  color: #111111;
}

/* primary-bg */
.primary-color {
  color: #27282d;
}

.primary-bg {
  background-color: #27282d;
  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: #ae1143;
  color: #fff;
}
.primary-bg b, .primary-bg strong {
  color: #fff;
}

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

.secondary-bg {
  background-color: #ae1143;
  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: #27282d;
  color: #fff;
}
.secondary-bg b, .secondary-bg strong {
  color: #fff;
}

/* --------------------------
 *
 * Front
 *
** ----------------------- */
.home .site-description {
  margin-bottom: 2em;
}
.home .site-description h1, .home .site-description .h1 {
  font-size: 1.5714285714em;
  color: #464d4b;
  font-family: "Roboto Slab", serif;
  position: relative;
  padding-bottom: 0.5em;
}
.home .site-description h1:after, .home .site-description .h1:after {
  position: absolute;
  width: 130px;
  height: 3px;
  background-color: #ae1143;
  content: " ";
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .home .site-description {
    /* Desktop otsikot */
  }
  .home .site-description h1, .home .site-description .h1 {
    font-size: 2.5625em;
  }
}
.home .fp-album-content {
  background-color: #ffffff;
  padding: 1.5em 1em;
  padding-top: 0px;
}
.home .fp-album-image img {
  width: 100%;
  height: auto;
}

/*******************************************
*
*
* WOO COMMERCE
*
*
*******************************************/
.main-menu-container {
  display: inline-block;
}

.lang-menu-container {
  display: inline-block;
  float: right;
}
.lang-menu-container ul {
  margin: 24px 0;
}
.lang-menu-container ul img {
  max-width: 26px;
}

/*
			ul.products 											{@extend .flex; margin-bottom: 0px;
				li.product:first-child 								{}
				li.product 											{margin: 0; margin-bottom: 1em; width: 100%; padding: 0 10px;  @extend .flex-center;
				.added_to_cart 									{position:absolute; top: 0px; left: 0p; padding: 10px; text-align: center; width: 100%; color: #ffffff; background-color: $secondary-color;}
					.fp-products-container 							{height: 100%; background-color: #ffffff;}
					.album-title-container 							{padding: 1.5em 1em; padding-bottom: 0px;}
					.fp-album-content 								{background-color: #ffffff; padding: 1.5em 1em; padding-top :0px;
					.woocommerce-product-details__short-description	{display: none;}
					}
					h3 												{font-size: em(18, $mobile_fsz); padding-top: 0px;}
					h2 												{ font-size: 1em; color: $primary-color; font-family: $tertiary-font; font-weight: 400; padding-top: 0px;}
					h2:after 										{content: none;}
					.thumbnail-div 									{position: relative; margin-bottom: 35px;
						img 										{width: 100%; height: auto; margin: 0;}
						}
					.woocommerce-LoopProduct-link					{display: inline-block;}
					.price 											{color: $secondary-color;  font-size: em(20, $mobile_fsz); font-family: $secondary-font;}
					a.woocommerce-LoopProduct-link 												{ width: 100%;

					}
					a.product_type_simple							{background-color: $primary-color; border-radius: 0px; width: 38px; height: 38px; padding: 0; text-align: center;  padding-top: 10px; padding-bottom: 10px; margin-top: 0; position: absolute; bottom: -19px; right: 64px;}
					a.product_type_simple:before 					{font-family: "skeletor-fontello"; content: '\e899'; color: #ffffff;  }
					 .add_to_cart_button:after  					{display: none;} 

					a.more-details-button							{background-color: $secondary-color; border-radius: 0px; width: 38px; height: 38px; padding: 0; text-align: center;  padding-top: 10px; padding-bottom: 10px; margin-top: 0; position: absolute; bottom: -19px; right: 26px;}
					a.more-details-button:before 					{font-family: "skeletor-fontello"; content: '\e80e'; color: #ffffff;  }
				}
			}
*/
.woocommerce.frontpage_recent_products {
  padding: 20px 0;
  margin: 0 -10px;
}
.woocommerce.frontpage_recent_products ul.products {
  margin-bottom: 0px;
}
.woocommerce.frontpage_recent_products ul.products li.product.outofstock a.product_type_simple {
  display: none;
}
.woocommerce.frontpage_recent_products ul.products li.product:first-child {
  display: none;
}
.woocommerce.frontpage_recent_products ul.products li.product {
  margin: 0;
  margin-bottom: 1em;
  width: 100%;
  padding: 0 10px;
}
.woocommerce.frontpage_recent_products ul.products li.product .added_to_cart {
  position: absolute;
  top: 0px;
  left: 0p;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  background-color: #ae1143;
}
.woocommerce.frontpage_recent_products ul.products li.product .fp-products-container {
  height: 100%;
  background-color: #ffffff;
}
.woocommerce.frontpage_recent_products ul.products li.product .album-title-container {
  padding: 1.5em 1em;
  padding-bottom: 0px;
}
.woocommerce.frontpage_recent_products ul.products li.product .fp-album-content .woocommerce-product-details__short-description {
  display: none;
}
.woocommerce.frontpage_recent_products ul.products li.product h3 {
  font-size: 1.2857142857em;
  padding-top: 0px;
}
.woocommerce.frontpage_recent_products ul.products li.product h2 {
  font-size: 1em;
  color: #27282d;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  padding-top: 0px;
}
.woocommerce.frontpage_recent_products ul.products li.product h2:after {
  content: none;
}
.woocommerce.frontpage_recent_products ul.products li.product .thumbnail-div {
  position: relative;
  margin-bottom: 35px;
}
.woocommerce.frontpage_recent_products ul.products li.product .thumbnail-div img {
  width: 100%;
  height: auto;
  margin: 0;
}
.woocommerce.frontpage_recent_products ul.products li.product .woocommerce-LoopProduct-link {
  display: inline-block;
}
.woocommerce.frontpage_recent_products ul.products li.product .price {
  color: #ae1143;
  font-size: 1.4285714286em;
  font-family: "Roboto Slab", serif;
}
.woocommerce.frontpage_recent_products ul.products li.product a.woocommerce-LoopProduct-link {
  width: 100%;
}
.woocommerce.frontpage_recent_products ul.products li.product a.product_type_simple {
  background-color: #27282d;
  border-radius: 0px;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  position: absolute;
  bottom: -19px;
  right: 64px;
}
.woocommerce.frontpage_recent_products ul.products li.product a.product_type_simple:before {
  font-family: "skeletor-fontello";
  content: "\e899";
  color: #ffffff;
}
.woocommerce.frontpage_recent_products ul.products li.product .add_to_cart_button:after {
  display: none;
}
.woocommerce.frontpage_recent_products ul.products li.product a.more-details-button {
  background-color: #ae1143;
  border-radius: 0px;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  position: absolute;
  bottom: -19px;
  right: 26px;
}
.woocommerce.frontpage_recent_products ul.products li.product a.more-details-button:before {
  font-family: "skeletor-fontello";
  content: "\e80e";
  color: #ffffff;
}

.post-type-archive-product #main-content-area, .tax-product_cat #main-content-area, .tax-product_tag #main-content-area, .single-product.woocommerce-page #main-content-area {
  background-color: initial;
}
.post-type-archive-product ul.products, .tax-product_cat ul.products, .tax-product_tag ul.products, .single-product.woocommerce-page ul.products {
  margin-bottom: 0px;
}
.post-type-archive-product ul.products li.product.outofstock a.product_type_simple, .tax-product_cat ul.products li.product.outofstock a.product_type_simple, .tax-product_tag ul.products li.product.outofstock a.product_type_simple, .single-product.woocommerce-page ul.products li.product.outofstock a.product_type_simple {
  display: none;
}
.post-type-archive-product ul.products li.product, .tax-product_cat ul.products li.product, .tax-product_tag ul.products li.product, .single-product.woocommerce-page ul.products li.product {
  margin: 0;
  margin-bottom: 1em;
  width: 100%;
  padding: 0 10px;
}
.post-type-archive-product ul.products li.product .added_to_cart, .tax-product_cat ul.products li.product .added_to_cart, .tax-product_tag ul.products li.product .added_to_cart, .single-product.woocommerce-page ul.products li.product .added_to_cart {
  display: none;
}
.post-type-archive-product ul.products li.product .fp-products-container, .tax-product_cat ul.products li.product .fp-products-container, .tax-product_tag ul.products li.product .fp-products-container, .single-product.woocommerce-page ul.products li.product .fp-products-container {
  height: 100%;
  background-color: #ffffff;
}
.post-type-archive-product ul.products li.product .album-title-container, .tax-product_cat ul.products li.product .album-title-container, .tax-product_tag ul.products li.product .album-title-container, .single-product.woocommerce-page ul.products li.product .album-title-container {
  padding: 1.5em 1em;
  padding-bottom: 0px;
}
.post-type-archive-product ul.products li.product .fp-album-content, .tax-product_cat ul.products li.product .fp-album-content, .tax-product_tag ul.products li.product .fp-album-content, .single-product.woocommerce-page ul.products li.product .fp-album-content {
  padding: 1.5em 1em;
  padding-top: 0px;
}
.post-type-archive-product ul.products li.product .fp-album-content .woocommerce-product-details__short-description, .tax-product_cat ul.products li.product .fp-album-content .woocommerce-product-details__short-description, .tax-product_tag ul.products li.product .fp-album-content .woocommerce-product-details__short-description, .single-product.woocommerce-page ul.products li.product .fp-album-content .woocommerce-product-details__short-description {
  display: none;
}
.post-type-archive-product ul.products li.product h3, .tax-product_cat ul.products li.product h3, .tax-product_tag ul.products li.product h3, .single-product.woocommerce-page ul.products li.product h3 {
  font-size: 1.2857142857em;
  padding-top: 0px;
}
.post-type-archive-product ul.products li.product h2, .tax-product_cat ul.products li.product h2, .tax-product_tag ul.products li.product h2, .single-product.woocommerce-page ul.products li.product h2 {
  font-size: 1em;
  color: #464d4b;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  padding-top: 0px;
}
.post-type-archive-product ul.products li.product h2:after, .tax-product_cat ul.products li.product h2:after, .tax-product_tag ul.products li.product h2:after, .single-product.woocommerce-page ul.products li.product h2:after {
  content: none;
}
.post-type-archive-product ul.products li.product .thumbnail-div, .tax-product_cat ul.products li.product .thumbnail-div, .tax-product_tag ul.products li.product .thumbnail-div, .single-product.woocommerce-page ul.products li.product .thumbnail-div {
  position: relative;
  margin-bottom: 35px;
}
.post-type-archive-product ul.products li.product .thumbnail-div img, .tax-product_cat ul.products li.product .thumbnail-div img, .tax-product_tag ul.products li.product .thumbnail-div img, .single-product.woocommerce-page ul.products li.product .thumbnail-div img {
  width: 100%;
  height: auto;
  margin: 0;
}
.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link, .tax-product_cat ul.products li.product .woocommerce-LoopProduct-link, .tax-product_tag ul.products li.product .woocommerce-LoopProduct-link, .single-product.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
  display: inline-block;
}
.post-type-archive-product ul.products li.product .price, .tax-product_cat ul.products li.product .price, .tax-product_tag ul.products li.product .price, .single-product.woocommerce-page ul.products li.product .price {
  color: #ae1143;
  font-size: 1.4285714286em;
  font-family: "Roboto Slab", serif;
}
.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link, .tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link, .tax-product_tag ul.products li.product a.woocommerce-LoopProduct-link, .single-product.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  width: 100%;
}
.post-type-archive-product ul.products li.product a.product_type_simple, .tax-product_cat ul.products li.product a.product_type_simple, .tax-product_tag ul.products li.product a.product_type_simple, .single-product.woocommerce-page ul.products li.product a.product_type_simple {
  background-color: #27282d;
  border-radius: 0px;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  position: absolute;
  bottom: -19px;
  right: 64px;
}
.post-type-archive-product ul.products li.product a.product_type_simple:before, .tax-product_cat ul.products li.product a.product_type_simple:before, .tax-product_tag ul.products li.product a.product_type_simple:before, .single-product.woocommerce-page ul.products li.product a.product_type_simple:before {
  font-family: "skeletor-fontello";
  content: "\e860";
  color: #ffffff;
}
.post-type-archive-product ul.products li.product .add_to_cart_button:after, .tax-product_cat ul.products li.product .add_to_cart_button:after, .tax-product_tag ul.products li.product .add_to_cart_button:after, .single-product.woocommerce-page ul.products li.product .add_to_cart_button:after {
  display: none;
}
.post-type-archive-product ul.products li.product a.more-details-button, .tax-product_cat ul.products li.product a.more-details-button, .tax-product_tag ul.products li.product a.more-details-button, .single-product.woocommerce-page ul.products li.product a.more-details-button {
  background-color: #ae1143;
  border-radius: 0px;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  position: absolute;
  bottom: -19px;
  right: 26px;
}
.post-type-archive-product ul.products li.product a.more-details-button:before, .tax-product_cat ul.products li.product a.more-details-button:before, .tax-product_tag ul.products li.product a.more-details-button:before, .single-product.woocommerce-page ul.products li.product a.more-details-button:before {
  font-family: "skeletor-fontello";
  content: "\e80e";
  color: #ffffff;
}

.tax-product_cat .woocommerce-result-count, .tax-product_cat .woocommerce-ordering {
  display: none;
}
.tax-product_cat #main-content-area {
  background-color: #ffffff;
}
.tax-product_cat ul.products {
  margin-bottom: 0px;
}
.tax-product_cat ul.products li.product:first-child {
  display: inline-block;
}
.woocommerce.front_page_first_product:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce.front_page_first_product {
  padding: 20px 0;
  max-width: 1190px;
  margin: 0 auto;
}
.woocommerce.front_page_first_product ul.products {
  margin-bottom: 0px;
}
.woocommerce.front_page_first_product ul.products li.product.outofstock a.product_type_simple {
  display: none;
}
.woocommerce.front_page_first_product ul.products li.product {
  margin: 0;
  margin-bottom: 1em;
  width: 100%;
  padding: 0 10px;
}
.woocommerce.front_page_first_product ul.products li.product .fp-products-container {
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
  padding-bottom: 70px;
}
.woocommerce.front_page_first_product ul.products li.product h3 {
  font-size: 1.8571428571em;
  color: #464d4b;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.woocommerce.front_page_first_product ul.products li.product h3:after {
  position: absolute;
  width: 130px;
  height: 3px;
  background-color: #ae1143;
  content: " ";
  bottom: 0;
  left: 0;
}
.woocommerce.front_page_first_product ul.products li.product h2 {
  font-size: 1em;
  color: #464d4b;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  padding-top: 0px;
  margin-bottom: 15px;
}
.woocommerce.front_page_first_product ul.products li.product h2:after {
  content: none;
}
.woocommerce.front_page_first_product ul.products li.product .thumbnail-div {
  width: 100%;
  height: auto;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
  order: 2;
}
.woocommerce.front_page_first_product ul.products li.product .thumbnail-div img {
  width: 100%;
  height: auto;
  margin: 0;
}
.woocommerce.front_page_first_product ul.products li.product .woocommerce-LoopProduct-link {
  display: inline-block;
}
.woocommerce.front_page_first_product ul.products li.product .price {
  color: #ae1143;
  font-size: 1.4285714286em;
  font-family: "Roboto Slab", serif;
}
.woocommerce.front_page_first_product ul.products li.product a.woocommerce-LoopProduct-link {
  width: 100%;
}
.woocommerce.front_page_first_product ul.products li.product a.product_type_simple {
  background-color: #27282d;
  border-radius: 0px;
  padding: 0;
  text-align: center;
  width: auto;
  padding: 10px;
  margin-top: 0;
  position: absolute;
  bottom: 27px;
  left: 170px;
}
.woocommerce.front_page_first_product ul.products li.product a.product_type_simple:before {
  font-family: "skeletor-fontello";
  content: "Lisää ostoskoriin";
  color: #ffffff;
  font-weight: 300;
  font-size: 1em;
}
.woocommerce.front_page_first_product ul.products li.product a.more-details-button {
  background-color: #ae1143;
  border-radius: 0px;
  width: auto;
  padding: 0;
  text-align: center;
  padding: 10px;
  margin-top: 0;
  position: absolute;
  bottom: 27px;
  left: 30px;
}
.woocommerce.front_page_first_product ul.products li.product a.more-details-button:before {
  content: "Lisätietoja";
  color: #ffffff;
  font-weight: 300;
  font-size: 1em;
}
.woocommerce.front_page_first_product ul.products li.product .fp-album-content {
  width: 100%;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  border: 1 px solid #e6e6e6;
  order: 3;
}
.woocommerce.front_page_first_product ul.products li.product .album-title-container {
  display: inline-block;
  order: 1;
}
.woocommerce.front_page_first_product ul.products li.product .album-title-container h2 {
  font-family: "Roboto Slab", serif;
  color: #464d4b;
}
.woocommerce.front_page_first_product ul.products li.product .album-title-container:before {
  content: "Uutuus!";
  letter-spacing: 3px;
  font-size: 1.1428571429em;
  font-family: "Roboto Slab", serif;
  color: #ae1143;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce.front_page_first_product ul.products li.product a.added_to_cart {
  display: none;
}

.woocommerce.front_page_first_product:lang(en-US) ul.products li.product a.product_type_simple:before {
  content: "Add to cart";
}
.woocommerce.front_page_first_product:lang(en-US) ul.products li.product a.more-details-button:before {
  content: "Additional info";
}
.woocommerce.front_page_first_product:lang(en-US) ul.products li.product .album-title-container:before {
  content: "Latest product!";
}

.frontpage-artists {
  padding: 20px 0;
  margin: 0 -10px;
}
.frontpage-artists h2 {
  text-align: center;
}
.frontpage-artists h2:after {
  left: 0;
  right: 0;
  margin: auto;
}
.frontpage-artists .woocommerce {
  margin: 0 -10px;
}
.frontpage-artists .woocommerce ul.products li.product-category {
  margin: -1px;
  margin-bottom: 1em;
  width: 50%;
  padding: 0 10px;
  text-align: center;
  clear: none;
  float: none;
  display: inline-block;
}
.frontpage-artists .woocommerce ul.products li.product-category a .artists-opening-div {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.frontpage-artists .woocommerce ul.products li.product-category a img {
  min-width: 150px;
  min-height: 115px;
  position: absolute;
  top: 0px;
  left: -20px;
}
.frontpage-artists .woocommerce ul.products li.product-category a h2 {
  font-size: 1.1428571429em;
  font-family: "Roboto Slab", serif;
  color: #ae1143;
  font-weight: 400;
}
.frontpage-artists .woocommerce ul.products li.product-category a h2:after {
  content: none;
}
.frontpage-artists .woocommerce ul.products li.product-category a mark {
  display: none;
}
.frontpage-artists .woocommerce ul.products li.product-category:nth-child(2n) {
  float: none;
}

.page-id-82 .woocommerce, .page-id-612 .woocommerce {
  margin: 0 -10px;
}
.page-id-82 .woocommerce ul.products li.product-category, .page-id-612 .woocommerce ul.products li.product-category {
  margin: -1px;
  margin-bottom: 1em;
  width: 50%;
  padding: 0 10px;
  text-align: center;
  clear: none;
  float: none;
  display: inline-block;
}
.page-id-82 .woocommerce ul.products li.product-category a .artists-opening-div, .page-id-612 .woocommerce ul.products li.product-category a .artists-opening-div {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.page-id-82 .woocommerce ul.products li.product-category a img, .page-id-612 .woocommerce ul.products li.product-category a img {
  min-width: 150px;
  min-height: 115px;
  position: absolute;
  top: 0px;
  left: -20px;
}
.page-id-82 .woocommerce ul.products li.product-category a h2, .page-id-612 .woocommerce ul.products li.product-category a h2 {
  font-size: 1.1428571429em;
  font-family: "Roboto Slab", serif;
  color: #ae1143;
  font-weight: 400;
}
.page-id-82 .woocommerce ul.products li.product-category a h2:after, .page-id-612 .woocommerce ul.products li.product-category a h2:after {
  content: none;
}
.page-id-82 .woocommerce ul.products li.product-category a mark, .page-id-612 .woocommerce ul.products li.product-category a mark {
  display: none;
}
.page-id-82 .woocommerce ul.products li.product-category:nth-child(2n), .page-id-612 .woocommerce ul.products li.product-category:nth-child(2n) {
  float: none;
}

.page-id-82 .page-additional-content .woocommerce, .page-id-612 .page-additional-content .woocommerce {
  margin: 0;
}
.page-id-82 .page-additional-content .woocommerce ul.products li.product-category, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category {
  margin: -1px;
  margin-bottom: 0.5em;
  padding-bototm: 0.5em;
  width: 100%;
  padding: 0;
  text-align: left;
  clear: none;
  float: none;
  display: inline-block;
}
.page-id-82 .page-additional-content .woocommerce ul.products li.product-category a .artists-opening-div, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category a .artists-opening-div {
  display: none;
}
.page-id-82 .page-additional-content .woocommerce ul.products li.product-category a .artist-title-container, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category a .artist-title-container {
  text-align: left;
  width: 100%;
}
.page-id-82 .page-additional-content .woocommerce ul.products li.product-category a img, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category a img {
  display: none;
}
.page-id-82 .page-additional-content .woocommerce ul.products li.product-category a h2, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category a h2 {
  font-size: 1.1428571429em;
  font-family: "Roboto Slab", serif;
  color: #464d4b;
  font-weight: 400;
  padding: 0px;
}
.page-id-82 .page-additional-content .woocommerce ul.products li.product-category a h2:before, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category a h2:before {
  content: " \e801";
  font-family: "skeletor-fontello";
  font-weight: 400;
}
.page-id-82 .page-additional-content .woocommerce ul.products li.product-category a mark, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category a mark {
  display: none;
}
.page-id-82 .page-additional-content .woocommerce ul.products li.product-category:nth-child(2n), .page-id-612 .page-additional-content .woocommerce ul.products li.product-category:nth-child(2n) {
  float: none;
}

.stock.out-of-stock {
  font-weight: 700;
  color: #27282d;
  font-size: 1.5em;
}

.woocommerce a.wc-backward {
  background-color: #ae1143;
  color: #ffffff;
  padding: 20px;
  border: 0px;
  font-weight: 300;
}

.woocommerce a.wc-backward:hover {
  background-color: #ae1143;
  opacity: 0, 9;
  color: #ffffff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #ae1143;
  color: #ffffff;
  padding: 20px;
  border: 0px;
  font-weight: 300;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #ae1143;
  opacity: 0, 9;
  color: #ffffff;
}

.woocommerce-page table.cart td.actions .coupon {
  min-width: 300px;
}
.woocommerce-page table.cart td.actions .coupon input#coupon_code {
  min-height: 40px;
  text-align: center;
}
.woocommerce-page table.cart td.actions .coupon input.button, .woocommerce-page table.cart td.actions .coupon input.link-button, .woocommerce-page table.cart td.actions .coupon input[type=submit], .woocommerce-page table.cart td.actions .coupon input[type=button], .woocommerce-page table.cart td.actions .coupon input.btn, .woocommerce-page table.cart td.actions .coupon input.link-button-alt {
  min-height: 40px;
}

.woocommerce button.button,
.woocommerce button {
  background-color: #27282d;
  color: #ffffff;
  padding: 0.8em 1.3em;
  border: 0px;
  font-weight: 300;
}

.woocommerce button.button:hover,
.woocommerce button:hover {
  background-color: #27282d;
  color: #ffffff;
}

.woocommerce input.button.alt, .woocommerce input.alt.link-button, .woocommerce input.alt[type=submit], .woocommerce input.alt[type=button], .woocommerce input.alt.btn, .woocommerce input.alt.link-button-alt {
  background-color: #ae1143;
  color: #ffffff;
  padding: 20px;
  border: 0px;
  font-weight: 300;
}

.woocommerce input.button.alt:hover, .woocommerce input.alt.link-button:hover, .woocommerce input.alt[type=submit]:hover, .woocommerce input.alt[type=button]:hover, .woocommerce input.alt.btn:hover, .woocommerce input.alt.link-button-alt:hover {
  background-color: #ae1143;
  opacity: 0, 9;
  color: #ffffff;
}

.woocommerce input.button, .woocommerce input.link-button, .woocommerce input[type=submit], .woocommerce input[type=button], .woocommerce input.btn, .woocommerce input.link-button-alt,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-message .link-button,
.woocommerce-page .woocommerce-message input[type=submit],
.woocommerce-page .woocommerce-message input[type=button],
.woocommerce-page .woocommerce-message button,
.woocommerce-page .woocommerce-message .btn,
.woocommerce-page .woocommerce-message .link-button-alt {
  background-color: #27282d;
  color: #ffffff;
  font-weight: 300;
}

.woocommerce input.button:hover, .woocommerce input.link-button:hover, .woocommerce input[type=submit]:hover, .woocommerce input[type=button]:hover, .woocommerce input.btn:hover, .woocommerce input.link-button-alt:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .link-button:hover,
.woocommerce-page .woocommerce-message input[type=submit]:hover,
.woocommerce-page .woocommerce-message input[type=button]:hover,
.woocommerce-page .woocommerce-message button:hover,
.woocommerce-page .woocommerce-message .btn:hover,
.woocommerce-page .woocommerce-message .link-button-alt:hover {
  background-color: #0f1012;
  color: #ffffff;
  opacity: 0, 9;
}

.woocommerce-info, .woocommerce-message {
  border-top-color: #ae1143;
}

.woocommerce-info:before, .woocommerce-message:before {
  color: #ae1143;
}

.woocommerce input.button:disabled[disabled], .woocommerce input.link-button:disabled[disabled], .woocommerce input[type=submit]:disabled[disabled], .woocommerce input[type=button]:disabled[disabled], .woocommerce input.btn:disabled[disabled], .woocommerce input.link-button-alt:disabled[disabled] {
  color: #ffffff;
}

.woocommerce-account a.edit {
  color: #ffffff;
  background-color: #ae1143;
  padding: 0.2em 0.5em;
}

.woocommerce button.button.alt,
.woocommerce button.alt {
  background-color: #ae1143;
  margin-bottom: 0.5em;
}

.woocommerce .product .added.add_to_cart_button:after {
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 5px;
  background-color: #ae1143;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
}

.woocommerce .product .add_to_cart_button.loading:after {
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 5px;
  background-color: #ae1143;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
}

.woocommerce .product .add_to_cart_button:after {
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 5px;
  background-color: #ae1143;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
}

.woocommerce button.button:disabled,
.woocommerce button:disabled, .woocommerce button.button:disabled[disabled] {
  color: #ffffff;
}

.icon-user-circled:before {
  content: "\e811";
}

.quantity {
  margin-bottom: 0.5em;
}

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

.single-product #main-content-area .woocommerce-Price-amount.amount {
  color: #ae1143;
  font-size: 1.4285714286em;
  font-family: "Roboto Slab", serif;
}

.woocommerce-product-gallery__image {
  display: none;
}

.icon-basket:before {
  margin-right: 0.5em;
}

/* --------------------------
 *
 * top cart
 *
** ----------------------- */
.header_cart-container {
  overflow: visible;
  position: relative;
  width: 240px;
  display: inline-block;
}

.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;
  border-radius: 7px;
}
.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: #27282d;
  background-color: #ae1143;
  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;
  border-radius: 0 7px 7px 0;
  border: 1px solid #ae1143;
}

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

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

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

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

.woocommerce-mini-cart__buttons.buttons .button, .woocommerce-mini-cart__buttons.buttons .link-button, .woocommerce-mini-cart__buttons.buttons input[type=submit], .woocommerce-mini-cart__buttons.buttons input[type=button],
.woocommerce-mini-cart__buttons.buttons button, .woocommerce-mini-cart__buttons.buttons .btn, .woocommerce-mini-cart__buttons.buttons .link-button-alt {
  background-color: #ae1143;
  text-align: center;
  width: 100%;
  margin-right: 0;
  color: #ffffff;
}

.woocommerce-mini-cart__buttons.buttons .button:hover, .woocommerce-mini-cart__buttons.buttons .link-button:hover, .woocommerce-mini-cart__buttons.buttons input[type=submit]:hover, .woocommerce-mini-cart__buttons.buttons input[type=button]:hover,
.woocommerce-mini-cart__buttons.buttons button:hover, .woocommerce-mini-cart__buttons.buttons .btn:hover, .woocommerce-mini-cart__buttons.buttons .link-button-alt:hover {
  background-color: #3a3a3a;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout, .woocommerce-mini-cart__buttons.buttons .checkout.link-button, .woocommerce-mini-cart__buttons.buttons input.checkout[type=submit], .woocommerce-mini-cart__buttons.buttons input.checkout[type=button],
.woocommerce-mini-cart__buttons.buttons button.checkout, .woocommerce-mini-cart__buttons.buttons .checkout.btn, .woocommerce-mini-cart__buttons.buttons .checkout.link-button-alt {
  background-color: #ae1143;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout:hover, .woocommerce-mini-cart__buttons.buttons .checkout.link-button:hover, .woocommerce-mini-cart__buttons.buttons input.checkout[type=submit]:hover, .woocommerce-mini-cart__buttons.buttons input.checkout[type=button]:hover,
.woocommerce-mini-cart__buttons.buttons button.checkout:hover, .woocommerce-mini-cart__buttons.buttons .checkout.btn:hover, .woocommerce-mini-cart__buttons.buttons .checkout.link-button-alt:hover {
  background-color: #27282d;
}

.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;
}

/* --------------------------
 *
 * default
 *
** ----------------------- */
#main-content-area {
  margin-top: 40px;
}

#sidebar {
  margin-top: 40px;
}
#sidebar .content-padding {
  padding: 1.4285714286em 1.4285714286em;
}
#sidebar h2 {
  margin-bottom: 0px;
}
#sidebar h2 a {
  color: #000;
}

.upper-header {
  padding: 8px;
  background-color: #ae1143;
}

.desktop-menu-container {
  background-color: #27282d;
}

.main-header-container {
  background-color: #ffffff;
  padding: 15px;
}

.footer-contact-information {
  margin-bottom: 1em;
  text-align: center;
}
.footer-contact-information ul {
  padding: 0px;
  margin: 0px;
}
.footer-contact-information ul li {
  list-style: none;
  color: #4d4d4d;
}
.footer-contact-information ul li a {
  color: #4d4d4d;
}
.footer-contact-information ul li strong {
  color: #ae1143;
  font-family: "Roboto Slab", serif;
}

.footer-logo-container {
  text-align: center;
  margin-bottom: 1.5em;
}

.search-form input[type=search] {
  border: 1px solid #c2c2c2;
  border-right: 0px;
  border-radius: 7px 0 0 7px;
}

.search-form button[type=submit] {
  background-color: #ae1143;
  border: 1px solid #ae1143;
  border-radius: 0 7px 7px 0;
}

.search-form button[type=submit]:before {
  color: #ffffff;
}

.archive-page-image {
  margin-bottom: 1em;
}

.site-search, .widget_product_categories {
  display: inline-block;
}

/* --------------------------
 *
 * Common
 *
** ----------------------- */
.button, button[type=submit], input[type=button].cta,
button.cta, .button.cta, .cta.link-button-alt, .btn.cta, .link-button, input[type=submit], input[type=button],
button, .btn, .link-button-alt {
  display: inline-block;
  padding: 1em 1.3em;
  font-size: 1em;
  margin: 3px;
  border-radius: 0px;
  border: 1px solid #ae1143;
  background-color: #ae1143;
  color: #fff;
  font-family: "Roboto Slab", serif;
}

input[type=submit], button[type=submit], input[type=button].cta,
button.cta, .button.cta, button.cta[type=submit], .cta.link-button-alt, .cta.link-button, .btn.cta, .link-button {
  border: 1px solid #27282d;
  background-color: #27282d;
  color: #fff;
}

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

@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;
  }
}
.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;
}

/* FLEX */
.flex, .woocommerce.frontpage_recent_products ul.products, .post-type-archive-product ul.products, .tax-product_cat ul.products, .tax-product_tag ul.products, .single-product.woocommerce-page ul.products, .woocommerce.front_page_first_product ul.products, .woocommerce.front_page_first_product ul.products li.product .fp-products-container {
  display: flex;
  flex-wrap: wrap;
}

.row.flex, .woocommerce.frontpage_recent_products ul.row.products, .post-type-archive-product ul.row.products, .tax-product_cat ul.row.products, .tax-product_tag ul.row.products, .single-product.woocommerce-page ul.row.products, .woocommerce.front_page_first_product ul.row.products, .woocommerce.front_page_first_product ul.products li.product .row.fp-products-container,
.flex.flex-rows,
.woocommerce.frontpage_recent_products ul.flex-rows.products,
.post-type-archive-product ul.flex-rows.products,
.tax-product_cat ul.flex-rows.products,
.tax-product_tag ul.flex-rows.products,
.single-product.woocommerce-page ul.flex-rows.products,
.woocommerce.front_page_first_product ul.flex-rows.products,
.woocommerce.front_page_first_product ul.products li.product .flex-rows.fp-products-container {
  flex-direction: row;
}

.flex.flex-columns, .woocommerce.frontpage_recent_products ul.flex-columns.products, .post-type-archive-product ul.flex-columns.products, .tax-product_cat ul.flex-columns.products, .tax-product_tag ul.flex-columns.products, .single-product.woocommerce-page ul.flex-columns.products, .woocommerce.front_page_first_product ul.flex-columns.products, .woocommerce.front_page_first_product ul.products li.product .flex-columns.fp-products-container {
  flex-direction: column;
}

.flex.flex-nowrap, .woocommerce.frontpage_recent_products ul.flex-nowrap.products, .post-type-archive-product ul.flex-nowrap.products, .tax-product_cat ul.flex-nowrap.products, .tax-product_tag ul.flex-nowrap.products, .single-product.woocommerce-page ul.flex-nowrap.products, .woocommerce.front_page_first_product ul.flex-nowrap.products, .woocommerce.front_page_first_product ul.products li.product .flex-nowrap.fp-products-container {
  flex-wrap: nowrap;
}

.flex.flex-middle, .woocommerce.frontpage_recent_products ul.flex-middle.products, .post-type-archive-product ul.flex-middle.products, .tax-product_cat ul.flex-middle.products, .tax-product_tag ul.flex-middle.products, .single-product.woocommerce-page ul.flex-middle.products, .woocommerce.front_page_first_product ul.flex-middle.products, .woocommerce.front_page_first_product ul.products li.product .flex-middle.fp-products-container {
  align-items: center;
}

.flex.flex-end, .woocommerce.frontpage_recent_products ul.flex-end.products, .post-type-archive-product ul.flex-end.products, .tax-product_cat ul.flex-end.products, .tax-product_tag ul.flex-end.products, .single-product.woocommerce-page ul.flex-end.products, .woocommerce.front_page_first_product ul.flex-end.products, .woocommerce.front_page_first_product ul.products li.product .flex-end.fp-products-container {
  align-items: flex-end;
}

.flex.flex-center, .woocommerce.frontpage_recent_products ul.flex-center.products, .post-type-archive-product ul.flex-center.products, .tax-product_cat ul.flex-center.products, .tax-product_tag ul.flex-center.products, .single-product.woocommerce-page ul.flex-center.products, .woocommerce.front_page_first_product ul.flex-center.products, .woocommerce.front_page_first_product ul.products li.product .flex-center.fp-products-container, .woocommerce.frontpage_recent_products ul.products li.flex.product, .woocommerce.front_page_first_product .woocommerce.frontpage_recent_products ul.products li.product li.fp-products-container.product, .woocommerce.frontpage_recent_products .woocommerce.front_page_first_product ul.products li.product li.fp-products-container.product {
  justify-content: center;
}

.flex.flex-left, .woocommerce.frontpage_recent_products ul.flex-left.products, .post-type-archive-product ul.flex-left.products, .tax-product_cat ul.flex-left.products, .tax-product_tag ul.flex-left.products, .single-product.woocommerce-page ul.flex-left.products, .woocommerce.front_page_first_product ul.flex-left.products, .woocommerce.front_page_first_product ul.products li.product .flex-left.fp-products-container {
  justify-content: left;
}

.flex.flex-right, .woocommerce.frontpage_recent_products ul.flex-right.products, .post-type-archive-product ul.flex-right.products, .tax-product_cat ul.flex-right.products, .tax-product_tag ul.flex-right.products, .single-product.woocommerce-page ul.flex-right.products, .woocommerce.front_page_first_product ul.flex-right.products, .woocommerce.front_page_first_product ul.products li.product .flex-right.fp-products-container {
  justify-content: right;
}

.flex.flex-stretch, .woocommerce.frontpage_recent_products ul.flex-stretch.products, .post-type-archive-product ul.flex-stretch.products, .tax-product_cat ul.flex-stretch.products, .tax-product_tag ul.flex-stretch.products, .single-product.woocommerce-page ul.flex-stretch.products, .woocommerce.front_page_first_product ul.flex-stretch.products, .woocommerce.front_page_first_product ul.products li.product .flex-stretch.fp-products-container {
  align-items: stretch;
}

.flex > .flex-grow, .woocommerce.frontpage_recent_products ul.products > .flex-grow, .post-type-archive-product ul.products > .flex-grow, .tax-product_cat ul.products > .flex-grow, .tax-product_tag ul.products > .flex-grow, .single-product.woocommerce-page ul.products > .flex-grow, .woocommerce.front_page_first_product ul.products > .flex-grow, .woocommerce.front_page_first_product ul.products li.product .fp-products-container > .flex-grow, .woocommerce.front_page_first_product ul.products .flex > li.product, .woocommerce.front_page_first_product .woocommerce.frontpage_recent_products ul.products > li.product, .woocommerce.front_page_first_product .post-type-archive-product ul.products > li.product, .woocommerce.front_page_first_product .tax-product_cat ul.products > li.product, .woocommerce.front_page_first_product .tax-product_tag ul.products > li.product, .woocommerce.front_page_first_product .single-product.woocommerce-page ul.products > li.product, .woocommerce.front_page_first_product ul.products > li.product, .woocommerce.front_page_first_product ul.products li.product .fp-products-container > li.product {
  flex-grow: 1;
}

.flex > .flex-nogrow, .woocommerce.frontpage_recent_products ul.products > .flex-nogrow, .post-type-archive-product ul.products > .flex-nogrow, .tax-product_cat ul.products > .flex-nogrow, .tax-product_tag ul.products > .flex-nogrow, .single-product.woocommerce-page ul.products > .flex-nogrow, .woocommerce.front_page_first_product ul.products > .flex-nogrow, .woocommerce.front_page_first_product ul.products li.product .fp-products-container > .flex-nogrow, .post-type-archive-product ul.products .flex > li.product, .post-type-archive-product .woocommerce.frontpage_recent_products ul.products > li.product, .post-type-archive-product ul.products > li.product, .post-type-archive-product .woocommerce.front_page_first_product ul.products > li.product, .woocommerce.front_page_first_product .post-type-archive-product ul.products li.product .fp-products-container > li.product, .post-type-archive-product .woocommerce.front_page_first_product ul.products li.product .fp-products-container > li.product, .tax-product_cat ul.products .flex > li.product, .tax-product_cat .woocommerce.frontpage_recent_products ul.products > li.product, .tax-product_cat ul.products > li.product, .tax-product_cat .woocommerce.front_page_first_product ul.products > li.product, .woocommerce.front_page_first_product .tax-product_cat ul.products li.product .fp-products-container > li.product, .tax-product_cat .woocommerce.front_page_first_product ul.products li.product .fp-products-container > li.product, .tax-product_tag ul.products .flex > li.product, .tax-product_tag .woocommerce.frontpage_recent_products ul.products > li.product, .tax-product_tag ul.products > li.product, .tax-product_tag .woocommerce.front_page_first_product ul.products > li.product, .woocommerce.front_page_first_product .tax-product_tag ul.products li.product .fp-products-container > li.product, .tax-product_tag .woocommerce.front_page_first_product ul.products li.product .fp-products-container > li.product, .single-product.woocommerce-page ul.products .flex > li.product, .single-product.woocommerce-page .woocommerce.frontpage_recent_products ul.products > li.product, .single-product.woocommerce-page ul.products > li.product, .single-product.woocommerce-page .woocommerce.front_page_first_product ul.products > li.product, .woocommerce.front_page_first_product .single-product.woocommerce-page ul.products li.product .fp-products-container > li.product, .single-product.woocommerce-page .woocommerce.front_page_first_product ul.products li.product .fp-products-container > li.product {
  flex-grow: 0;
}

.flex > .flex-shrink, .woocommerce.frontpage_recent_products ul.products > .flex-shrink, .post-type-archive-product ul.products > .flex-shrink, .tax-product_cat ul.products > .flex-shrink, .tax-product_tag ul.products > .flex-shrink, .single-product.woocommerce-page ul.products > .flex-shrink, .woocommerce.front_page_first_product ul.products > .flex-shrink, .woocommerce.front_page_first_product ul.products li.product .fp-products-container > .flex-shrink {
  flex-shrink: 1;
}

.flex > .flex-noshrink, .woocommerce.frontpage_recent_products ul.products > .flex-noshrink, .post-type-archive-product ul.products > .flex-noshrink, .tax-product_cat ul.products > .flex-noshrink, .tax-product_tag ul.products > .flex-noshrink, .single-product.woocommerce-page ul.products > .flex-noshrink, .woocommerce.front_page_first_product ul.products > .flex-noshrink, .woocommerce.front_page_first_product ul.products li.product .fp-products-container > .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;
}

.wrapper.not-so-narrow {
  max-width: 1210px;
}

.wrapper.not-so-narrow.no-padding {
  max-width: 1170px;
}

/* --------------------------
 *
 * Wordpress related common
 *
** ----------------------- */
.entry-date {
  font-size: 1em;
  color: #8b8b8b;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

/* Archive pages & search list */
.tease {
  margin-bottom: 1.5em;
}
.tease h4, .tease .h4 {
  display: inline-block;
  font-weight: 400;
  font-size: 1.6428571429em;
}
.tease p {
  color: #4d4d4d;
}

.tease-reference {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #bfbfbf;
}
.tease-reference .tease-image {
  min-height: 150px !important;
}
.tease-reference .tease-content {
  min-height: 150px !important;
}

@media only screen and (min-width: 1220px) {
  .reference-list article.tease-reference:nth-child(even) .tease-image {
    order: 2;
  }
}
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: #ae1143;
  border-radius: 8px;
  display: inline-block;
}

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

.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;
}

/* --------------------------
 *
 *	Media Queries 
 *
 *	 - Oletus on 320px
 *
** ----------------------- */
/* 480 */
@media only screen and (min-width: 480px) {
  .main-lift-container {
    padding: 40px;
    margin-top: 40px;
  }
  .main-lift-container .main-lift-image {
    width: 370px;
    display: inline-block;
    float: left;
  }
  .main-lift-container .main-lift-image img {
    width: 100%;
    height: auto;
  }
  .main-lift-container .main-lift-content {
    width: 360px;
    display: inline-block;
    padding-right: 35px;
  }
  ul.products li.product {
    width: 50%;
  }
  .woocommerce.frontpage_recent_products ul.products li.product, .tax-product_cat ul.products li.product, .tax-product_tag ul.products li.product, .single-product.woocommerce-page ul.products li.product {
    width: 50%;
  }
  .post-type-archive-product ul.products li.product {
    width: 50%;
  }
  .frontpage-artists .woocommerce ul.products li.product-category {
    width: 50%;
  }
  .frontpage-artists .woocommerce ul.products li.product-category h2 {
    font-size: 1.25em;
    text-align: center;
  }
  .page-id-82 .woocommerce ul.products li.product-category {
    width: 50%;
  }
  .page-id-82 .woocommerce ul.products li.product-category h2 {
    font-size: 1.25em;
    text-align: center;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container {
    background-color: #ffffff;
    padding-bottom: 90px;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .thumbnail-div {
    width: 365px;
    float: left;
    padding-bottom: 35px;
  }
  .woocommerce.front_page_first_product ul.products li.product h3 {
    font-size: 3.4375em;
    padding-top: 0px;
  }
  .woocommerce.front_page_first_product ul.products li.product h2 {
    font-size: 1em;
    color: #27282d;
    padding-top: 0px;
  }
  .woocommerce.front_page_first_product ul.products li.product .woocommerce-LoopProduct-link {
    display: inline-block;
  }
  .woocommerce.front_page_first_product ul.products li.product .price {
    color: #ae1143;
    font-size: 1.4285714286em;
    font-family: "Roboto Slab", serif;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-album-content {
    padding: 0px;
    width: 100%;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-album-content:before {
    font-size: 1.25em;
  }
  .woocommerce.front_page_first_product ul.products li.product a.product_type_simple {
    padding: 15px 20px;
    bottom: 27px;
    left: 200px;
  }
  .woocommerce.front_page_first_product ul.products li.product a.more-details-button {
    padding: 15px 20px;
    bottom: 27px;
    left: 37px;
  }
  .woocommerce.front_page_first_product ul.products li.product .album-title-container {
    width: 100%;
  }
}
/* 568 */
/* 640 */
/* 768 */
@media only screen and (min-width: 768px) {
  .main-lift-container {
    padding: 40px;
    margin-top: 40px;
  }
  .main-lift-container .main-lift-image {
    width: 285px;
    display: inline-block;
    float: left;
    order: 2;
  }
  .main-lift-container .main-lift-image img {
    width: 100%;
    height: auto;
  }
  .main-lift-container .main-lift-content {
    width: 360px;
    display: inline-block;
    padding-right: 35px;
  }
  .frontpage-artists {
    width: 80%;
    margin: 0 auto;
  }
  .frontpage-artists .woocommerce ul.products li.product-category {
    width: 33%;
  }
  .frontpage-artists .woocommerce ul.products li.product-category h2 {
    font-size: 1.4285714286em;
    text-align: center;
  }
  .page-id-82 .woocommerce ul.products li.product-category, .page-id-612 .woocommerce ul.products li.product-category {
    width: 33%;
  }
  .page-id-82 .woocommerce ul.products li.product-category h2, .page-id-612 .woocommerce ul.products li.product-category h2 {
    font-size: 1.4285714286em;
    text-align: center;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container {
    height: 100%;
    background-color: #ffffff;
    padding: 40px;
    padding-bottom: 100px;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .thumbnail-div {
    width: 285px;
    float: right;
    padding-bottom: 0px;
    order: 3;
  }
  .woocommerce.front_page_first_product ul.products li.product h3 {
    font-size: 3.9285714286em;
    padding-top: 0px;
  }
  .woocommerce.front_page_first_product ul.products li.product h2 {
    font-size: 1.4285714286em;
  }
  .woocommerce.front_page_first_product ul.products li.product .woocommerce-LoopProduct-link {
    display: inline-block;
  }
  .woocommerce.front_page_first_product ul.products li.product .price {
    color: #ae1143;
    font-size: 1.4285714286em;
    font-family: "Roboto Slab", serif;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-album-content {
    padding: 0px;
    padding-right: 40px;
    width: 340px;
    order: 2;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-album-content:before {
    font-size: 1.4285714286em;
  }
  .woocommerce.front_page_first_product ul.products li.product a.product_type_simple {
    padding: 15px 20px;
    bottom: 40px;
    left: 220px;
    height: 48px;
  }
  .woocommerce.front_page_first_product ul.products li.product a.more-details-button {
    padding: 15px 20px;
    bottom: 40px;
    left: 50px;
    height: 48px;
  }
  .woocommerce.frontpage_recent_products {
    padding: 0 60px;
  }
  .post-type-archive-product {
    padding: 0 60px;
  }
}
/* 1024 */
@media only screen and (min-width: 1024px) {
  .site-description-news-container {
    margin-right: 60px;
  }
  .dropdown_product_cat {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 5;
    line-height: 36px;
    vertical-align: 15px;
    margin-right: 10px;
  }
  .fp-album-lifts {
    padding: 0 20px;
  }
  .footer-contact-information ul li {
    margin-right: 0.5em;
    display: inline-block;
  }
  .footer-contact-information ul li:after {
    content: "|";
    margin-left: 0.5em;
  }
  .footer-contact-information ul li:last-child:after {
    content: none;
  }
  .main-lift-container {
    padding: 45px;
    margin-top: 40px;
  }
  .main-lift-container .main-lift-image {
    width: 385px;
    display: inline-block;
    float: left;
    order: 1;
  }
  .main-lift-container .main-lift-image img {
    width: 100%;
    height: auto;
  }
  .main-lift-container .main-lift-content {
    width: 445px;
    display: inline-block;
    padding-left: 40px;
    padding-right: 0px;
    order: 2;
  }
  ul.products li.product {
    width: 33%;
  }
  ul.products li.product h3 {
    font-size: 1.4375em;
  }
  ul.products li.product .price {
    font-size: 1.25em;
  }
  .woocommerce.frontpage_recent_products {
    padding: 0px;
  }
  .woocommerce.frontpage_recent_products ul.products li.product {
    width: 33%;
  }
  .woocommerce.frontpage_recent_products ul.products li.product h3 {
    font-size: 1.4375em;
  }
  .woocommerce.frontpage_recent_products ul.products li.product .price {
    font-size: 1.25em;
  }
  .tax-product_cat ul.products li.product, .tax-product_tag ul.products li.product, .single-product.woocommerce-page ul.products li.product {
    width: 33%;
  }
  .tax-product_cat ul.products li.product h3, .tax-product_tag ul.products li.product h3, .single-product.woocommerce-page ul.products li.product h3 {
    font-size: 1.4375em;
  }
  .tax-product_cat ul.products li.product .price, .tax-product_tag ul.products li.product .price, .single-product.woocommerce-page ul.products li.product .price {
    font-size: 1.25em;
  }
  .post-type-archive-product {
    padding: 0px;
  }
  .post-type-archive-product ul.products li.product {
    width: 33%;
  }
  .post-type-archive-product ul.products li.product h3 {
    font-size: 1.4375em;
  }
  .post-type-archive-product ul.products li.product .price {
    font-size: 1.25em;
  }
  header#header .header-right {
    margin-top: 25px;
  }
  .frontpage-artists {
    width: 100%;
  }
  .frontpage-artists h2 {
    text-align: left;
  }
  .frontpage-artists h2:after {
    margin: 0;
  }
  .frontpage-artists .woocommerce ul.products li.product-category {
    text-align: left;
    width: 33%;
    margin-bottom: 20px;
  }
  .frontpage-artists .woocommerce ul.products li.product-category .artist-title-container {
    text-align: center;
  }
  .frontpage-artists .woocommerce ul.products li.product-category a .artists-opening-div {
    margin: 0 auto;
    display: block;
  }
  .frontpage-artists .woocommerce ul.products li.product-category a img {
    min-width: 150px;
    min-height: 115px;
  }
  .frontpage-artists .woocommerce ul.products li.product-category a h2 {
    text-align: left;
    font-size: 1.25em;
    display: inline-block;
    padding: 1em;
  }
  .page-id-82 .woocommerce ul.products li.product-category, .page-id-612 .woocommerce ul.products li.product-category {
    text-align: left;
    width: 50%;
  }
  .page-id-82 .woocommerce ul.products li.product-category .artist-title-container, .page-id-612 .woocommerce ul.products li.product-category .artist-title-container {
    text-align: left;
  }
  .page-id-82 .woocommerce ul.products li.product-category a .artists-opening-div, .page-id-612 .woocommerce ul.products li.product-category a .artists-opening-div {
    margin: 0 auto;
    display: block;
  }
  .page-id-82 .woocommerce ul.products li.product-category a img, .page-id-612 .woocommerce ul.products li.product-category a img {
    min-width: 150px;
    min-height: 115px;
  }
  .page-id-82 .woocommerce ul.products li.product-category a h2, .page-id-612 .woocommerce ul.products li.product-category a h2 {
    text-align: left;
    font-size: 1.25em;
    display: inline-block;
    padding-left: 1em;
  }
  .woocommerce.front_page_first_product ul.products li.product {
    flex-grow: 0;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container {
    background-color: #ffffff;
    padding: 45px;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .thumbnail-div {
    width: 385px;
    float: left;
    order: 1;
    height: 1px;
  }
  .woocommerce.front_page_first_product ul.products li.product h3 {
    font-size: 3.4375em;
    padding-top: 0px;
  }
  .woocommerce.front_page_first_product ul.products li.product h2 {
    font-size: 1.25em;
  }
  .woocommerce.front_page_first_product ul.products li.product .woocommerce-LoopProduct-link {
    display: inline-block;
  }
  .woocommerce.front_page_first_product ul.products li.product .price {
    color: #ae1143;
    font-size: 1.4285714286em;
    font-family: "Roboto Slab", serif;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-album-content {
    padding: 0px;
    padding-left: 45px;
    width: 485px;
    padding-bottom: 60px;
    order: 2;
    margin-left: auto;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-album-content:before {
    font-size: 1.25em;
  }
  .woocommerce.front_page_first_product ul.products li.product a.product_type_simple {
    bottom: 40px;
    left: 666px;
  }
  .woocommerce.front_page_first_product ul.products li.product a.more-details-button {
    bottom: 40px;
    left: 485px;
  }
  .woocommerce.front_page_first_product ul.products li.product .album-title-container {
    width: 485px;
    order: 2;
    padding-left: 45px;
    height: auto;
  }
  .single-product #main-content-area .woocommerce-Price-amount.amount {
    font-size: 1.25em;
  }
  .page-id-82 .page-additional-content .woocommerce ul.products li.product-category a .artists-opening-div, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category a .artists-opening-div {
    display: none;
  }
  .page-id-82 .page-additional-content .woocommerce ul.products li.product-category a h2, .page-id-612 .page-additional-content .woocommerce ul.products li.product-category a h2 {
    font-size: 1em;
  }
}
/* 1220 */
@media only screen and (min-width: 1220px) {
  .main-lift-container {
    padding: 0px;
  }
  .main-lift-container .main-lift-image {
    width: 575px;
    display: inline-block;
    float: left;
  }
  .main-lift-container .main-lift-image img {
    width: 100%;
    height: auto;
  }
  .main-lift-container .main-lift-content {
    width: 595px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 65px;
  }
  .woocommerce.frontpage_recent_products ul.products li.product {
    width: 16.6667%;
  }
  .woocommerce.front_page_first_product {
    padding: 40px 0;
    max-width: 1190px;
    margin: 0 auto;
  }
  .woocommerce.front_page_first_product ul.products li.product {
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
    padding: 0 10px;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container {
    height: 100%;
    background-color: #ffffff;
    padding: 0px;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container h2 {
    font-size: 1.625em;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container h2:after {
    content: none;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .thumbnail-div {
    width: 575px;
    margin: 0;
    display: inline-block;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .thumbnail-div img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .woocommerce-LoopProduct-link {
    display: inline-block;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .price {
    color: #ae1143;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container a.woocommerce-LoopProduct-link {
    width: 100%;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container a.product_type_simple {
    bottom: 65px;
    right: 245px;
    left: auto;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container a.more-details-button {
    bottom: 65px;
    left: 650px;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .fp-album-content {
    width: 585px;
    padding: 65px;
    padding-bottom: 125px;
    padding-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .album-title-container {
    padding-left: 65px;
    padding-top: 65px;
    min-height: 415px;
  }
  .frontpage-artists {
    width: 100%;
  }
  .frontpage-artists h2 {
    text-align: left;
  }
  .frontpage-artists h2:after {
    margin: 0;
  }
  .frontpage-artists .woocommerce ul.products li.product-category {
    text-align: left;
    width: 50%;
    margin: -2px;
    margin-bottom: 20px;
  }
  .frontpage-artists .woocommerce ul.products li.product-category .artist-title-container {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-top: 10px;
  }
  .frontpage-artists .woocommerce ul.products li.product-category a .artists-opening-div {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
  }
  .frontpage-artists .woocommerce ul.products li.product-category a img {
    min-width: 150px;
    min-height: 115px;
  }
  .frontpage-artists .woocommerce ul.products li.product-category a h2 {
    text-align: left;
    font-size: 1.25em;
    display: inline-block;
    padding: 1em;
  }
  .page-id-82 .woocommerce ul.products li.product-category, .page-id-612 .woocommerce ul.products li.product-category {
    margin: -2px;
    margin-bottom: 1.5em;
  }
  .page-id-82 .woocommerce ul.products li.product-category .artist-title-container, .page-id-612 .woocommerce ul.products li.product-category .artist-title-container {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-top: 10px;
  }
  .page-id-82 .woocommerce ul.products li.product-category a .artists-opening-div, .page-id-612 .woocommerce ul.products li.product-category a .artists-opening-div {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
  }
  .page-id-82 .woocommerce ul.products li.product-category a img, .page-id-612 .woocommerce ul.products li.product-category a img {
    min-width: 150px;
    min-height: 115px;
  }
  .page-id-82 .woocommerce ul.products li.product-category a h2, .page-id-612 .woocommerce ul.products li.product-category a h2 {
    text-align: left;
    font-size: 1.25em;
    display: inline-block;
  }
}
/* 1366 */
@media only screen and (min-width: 1366px) {
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .fp-album-content {
    padding-left: 55px;
  }
  .woocommerce.front_page_first_product ul.products li.product .fp-products-container .album-title-container {
    padding-left: 65px;
    padding-top: 65px;
  }
}
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/* --------------------------
 *
 *	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;
  }
}
/*# sourceMappingURL=styles.css.map */