.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left 0s ease 0s;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #808080;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.hasicon {
  font-family: 'icons';
  letter-spacing: 0 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: "StockmannSans";
  src: url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.eot");
  src: url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.eot?#iefix") format("embedded-opentype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.woff2") format("woff2"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.woff") format("woff"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.otf") format("opentype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.ttf") format("truetype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.svg") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "StockmannSans";
  src: url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.eot");
  src: url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.woff2") format("woff2"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.woff") format("woff"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.otf") format("opentype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.ttf") format("truetype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "StockmannSans";
  src: url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.eot");
  src: url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.woff2") format("woff2"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.woff") format("woff"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.otf") format("opentype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.ttf") format("truetype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "StockmannSans";
  src: url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.eot");
  src: url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.woff2") format("woff2"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.woff") format("woff"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.otf") format("opentype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.ttf") format("truetype"), url("https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.svg") format("svg");
  font-weight: 300;
  font-style: italic;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
HTML {
  overflow: -moz-scrollbars-vertical;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
BODY {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1) {
  SELECT {
    padding-right: 30px !important;
  }
}
BUTTON,
INPUT,
SELECT,
TEXTAREA {
  box-sizing: border-box;
  line-height: normal !important;
  max-width: 100%;
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
*:first-child + HTML INPUT[type="checkbox"] {
  margin: 0;
}
*:first-child + HTML INPUT[type="radio"] {
  margin: 0;
}
SELECT {
  -webkit-appearance: none;
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
}
SELECT::-ms-expand {
  display: none;
}
SELECT:focus {
  outline: none;
  border-color: #aaa;
}
SELECT:focus OPTION {
  background: #fff;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGCAYAAAAsVdWjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpidHV1FWRgYDgDxK5AfI8BOwgF4vJdu3aZMBABmID4PRCvhhqshMPAVUDcyUAkYIHSFVAaZLAJkothBoZBLSbJUGwGG5NjILqh6AYLkmMgNkNhBr+HBgHJBoIAQIABAAMEFxMvb6R3AAAAAElFTkSuQmCC) 100% 50% no-repeat;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  SELECT {
    padding-right: 30px !important;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGCAYAAAAsVdWjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpidHV1FWRgYDgDxK5AfI8BOwgF4vJdu3aZMBABmID4PRCvhhqshMPAVUDcyUAkYIHSFVAaZLAJkothBoZBLSbJUGwGG5NjILqh6AYLkmMgNkNhBr+HBgHJBoIAQIABAAMEFxMvb6R3AAAAAElFTkSuQmCC) 100% 50% no-repeat;
  }
}
::-moz-selection {
  background-color: #1d242c;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background-color: #1d242c;
  color: #ffffff;
  text-shadow: none;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.maxw {
  max-width: 1280px;
  margin: auto;
}
.img-left {
  float: left;
  margin: .3em 1em 1em 0;
  clear: both;
}
.img-right {
  float: right;
  margin: .3em 0 1em 1em;
  clear: both;
}
.strike,
.strike * {
  text-decoration: line-through;
}
.posrel {
  position: relative;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.hidden {
  display: none;
  visibility: hidden;
}
TR.hidden {
  visibility: visible;
}
.ui-helper-hidden-accessible {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.bold,
.bold * {
  font-weight: bold !important;
}
.w50 {
  width: 50px !important;
}
.w100 {
  width: 100px !important;
}
.w150 {
  width: 150px !important;
}
.w200 {
  width: 200px !important;
}
.w250 {
  width: 250px !important;
}
.w300 {
  width: 300px !important;
}
.w350 {
  width: 350px !important;
}
.w400 {
  width: 400px !important;
}
.w450 {
  width: 450px !important;
}
.w500 {
  width: 500px !important;
}
.w1p {
  width: 1%;
}
.w10p {
  width: 10%;
}
.w20p {
  width: 20%;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.w80p {
  width: 80%;
}
.w90p {
  width: 90%;
}
.w100p {
  width: 100%;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mt1em {
  margin-top: 1em !important;
}
.mt2em {
  margin-top: 2em !important;
}
.negative {
  color: #4a5056;
}
.positive {
  color: #26B600;
}
.scroll-disabled {
  overflow: hidden;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .notsupported {
    display: none;
  }
  LI {
    page-break-inside: avoid;
  }
}
@font-face {
  font-family: "icons";
  src: url('../fonts/icons/icons.eot');
  src: url('../fonts/icons/icons.eot?#iefix') format('eot'), url('../fonts/icons/icons.woff') format('woff'), url('../fonts/icons/icons.ttf') format('truetype'), url('../fonts/icons/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.hasico,
[class^="ico"]:before,
[class*=" ico"]:before,
[class^="ico"]:after,
[class*=" ico"]:after {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-activity:before {
  content: "\EA01 " !important;
}
.ico-align-left:before {
  content: "\EA02 " !important;
}
.ico-align-right:before {
  content: "\EA03 " !important;
}
.ico-apple:before {
  content: "\EA04 " !important;
}
.ico-check:before {
  content: "\EA05 " !important;
}
.ico-close:before {
  content: "\EA06 " !important;
}
.ico-envelope:before {
  content: "\EA07 " !important;
}
.ico-face:before {
  content: "\EA08 " !important;
}
.ico-facebook:before {
  content: "\EA09 " !important;
}
.ico-insta:before {
  content: "\EA0A " !important;
}
.ico-instagram:before {
  content: "\EA0B " !important;
}
.ico-loading:before {
  content: "\EA0C " !important;
}
.ico-phone:before {
  content: "\EA0D " !important;
}
.ico-search:before {
  content: "\EA0E " !important;
}
.ico-time:before {
  content: "\EA0F " !important;
}
@keyframes enterAnim {
  from {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes leaveAnim {
  from {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
}
@keyframes dummy {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 1px;
  }
}
@keyframes bgrepeat {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 14px 0;
  }
}
input[type=text],
input[type=password],
input[type=search],
.input-text {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .nf-form-cont .one-half {
    width: 100% !important;
  }
  .three-col-list ul li {
    float: left;
    width: 100% !important;
  }
  .four-col-list ul li {
    float: left;
    width: 100% !important;
  }
  .label-right .nf-field-label {
    width: 30% !important;
  }
  .label-right .nf-field-element {
    width: 20% !important;
  }
  .three-row {
    width: 100% !important;
    clear: both;
  }
}
.label-above .nf-field-label {
  margin-bottom: 0px !important;
}
.label-right .nf-field-element {
  width: 20% !important;
}
.label-right .nf-field-label {
  width: 40% !important;
}
.ninja-forms-form-wrap * {
  font-family: StockmannSans, Arial, sans-serif;
  font-size: 18px;
}
.ninja-forms-field {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.nf-field-container {
  margin-bottom: 8px !important;
}
.three-row {
  clear: none !important;
  float: left;
  margin-left: 0px;
  width: 33.33%;
  padding-right: 10px;
}
.input-date,
.input-qty,
.input-text,
select,
textarea {
  font-family: StockmannSans, Arial, sans-serif;
  font-size: 18px;
  color: #1d242c;
  background: #fff 97.5% 50% no-repeat;
  border: 3px solid #eeece9;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 10px;
  resize: none;
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 300;
}
.input-date:focus,
.input-qty:focus,
.input-text:focus,
select:focus,
textarea:focus {
  border-width: 1px;
  border-color: #1d242c;
  padding: 2px 12px;
}
.invalid.input-date,
.invalid.input-qty,
.invalid.input-text,
select.invalid,
textarea.invalid {
  border-color: #d90b00!important;
  color: #d90b00 !important;
}
.input-date:invalid,
.input-qty:invalid,
.input-text:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
.input-date:-ms-input-placeholder,
.input-qty:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  transition: all 0.15s ease-in-out;
  opacity: 0.45;
}
.input-date::placeholder,
.input-qty::placeholder,
.input-text::placeholder,
select::placeholder,
textarea::placeholder {
  transition: all 0.15s ease-in-out;
  opacity: 0.45;
}
.input-date:focus:-ms-input-placeholder,
.input-qty:focus:-ms-input-placeholder,
.input-text:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.input-date:focus::placeholder,
.input-qty:focus::placeholder,
.input-text:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
.input-date::-ms-clear,
.input-qty::-ms-clear,
.input-text::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none;
}
[disabled].input-date,
[disabled].input-qty,
[disabled].input-text,
[readonly].input-date,
[readonly].input-qty,
[readonly].input-text,
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  color: rgba(29, 36, 44, 0.5);
}
.search-btn {
  font-size: 24px;
  font-weight: 100;
  position: absolute;
  right: 10px;
  top: 3px;
  border: none;
  padding: 10px;
  background-color: transparent;
}
.search-btn span {
  text-indent: -9999em;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .search-btn.ico-close {
    z-index: 99;
  }
}
@media only screen and (min-width: 768px) {
  .search-btn {
    display: none;
  }
}
.form-search-header {
  margin: 0 auto 18px;
  z-index: 10;
}
.form-search-header .input-group {
  width: 100%;
}
.form-search-header .input-text {
  border-width: 3px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.form-search-header .submit {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  font-size: 24px;
}
.form-search-header .close {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -9px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .form-search-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: -50px;
  }
  .form-search-header .input-text {
    border: none;
    height: 50px;
  }
  .form-search-header .input-text:focus:-ms-input-placeholder {
    color: inherit;
  }
  .form-search-header .input-text:focus::placeholder {
    color: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .form-search-header {
    max-width: 435px;
  }
  .form-search-header .close {
    color: #eeece9;
    opacity: 0;
  }
  .form-search-header .input-text {
    height: 50px;
  }
  .form-search-header .input-text:focus {
    border-width: 1px;
    padding-left: 52px;
  }
  .form-search-header .input-text:focus ~ .close {
    color: #1d242c;
  }
  .form-search-header .input-text.filled ~ .close {
    opacity: 1;
  }
}
.form-search-header .submit {
  cursor: pointer;
  background: transparent;
  border: none;
}
.modal-content .modal-form .st-cms-top-label {
  margin-top: 10px;
}
.modal-content .modal-form .st-cms-multi-select {
  overflow-y: auto;
}
.validation-positive {
  color: #00bb4e;
}
.validation-negative {
  color: #b00;
}
.btn {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  padding: 14px 30px;
  margin: 10px 0;
  background-position: 50% 50%;
  border: none;
  color: #fff;
  display: inline-block;
  text-shadow: none;
  font-size: 14px;
  line-height: 1.21429em;
  font-weight: 400;
}
.btn.btn-primary {
  background-color: #1d242c;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .btn.btn-primary {
    max-width: 300px;
  }
}
.btn.btn-primary:hover {
  background-color: #4a5056;
  text-decoration: none;
  color: #ffffff;
}
TABLE {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
TABLE TH {
  background: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  color: inherit;
}
TABLE THEAD TH {
  background: #f8f7f6;
  border-color: #efedea;
}
TABLE TBODY TH {
  background: #f8f7f6;
  border-color: #efedea;
}
TABLE TD {
  border: solid #efedea;
  border-width: 1px 0;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  color: inherit;
}
TABLE TD.main {
  font-weight: 600;
}
TABLE TD > UL:first-child {
  margin-top: 0;
}
TABLE TD UL:not([class]) > LI {
  margin-top: 0;
}
TABLE .actions .button {
  margin-top: -3px;
  margin-bottom: -5px;
  margin-right: -8px;
  display: block;
  text-align: center;
}
TABLE .input {
  padding: 1px;
}
TABLE .input > INPUT[type="text"],
TABLE .input > INPUT[type="password"],
TABLE .input > SELECT {
  margin: 0;
  float: left;
  width: 150%;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: absolute;
    top: -46px;
  }
  BODY.admin-bar {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 768px) {
  #wpadminbar {
    position: absolute;
    top: -32px;
  }
  BODY.admin-bar {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  HTML.menuopen,
  HTML.menuopen BODY,
  HTML.menuopen .globalview {
    overflow: hidden !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
}
.home .video_container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}
.home .video_container.video_container.col-2 {
  max-width: 570px;
}
.home .video_container.video_container.col-3 {
  max-width: 366px;
}
.home .video_container video {
  filter: opacity(100%);
}
.home .video_container video:hover {
  filter: opacity(90%);
}
.home VIDEO {
  display: inline-block;
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.st-cms-content VIDEO {
  display: inline-block;
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .header {
    margin-top: 0;
  }
}
.header .link-menu {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 21px;
  background-color: transparent;
  border: none;
  opacity: 1;
}
.header .opening-times {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  text-align: right;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 20px;
  padding: 7px 16px 6px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 50px;
  background: #f7f6f4;
}
.header .opening-times A:hover {
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .header .opening-times {
    display: none;
  }
}
.header .header-callout {
  padding: initial;
  text-align: center;
  padding: 8px 0;
}
.header .header-callout A {
  cursor: pointer;
}
.header .header-callout .container {
  padding: 0 20px;
}
@media (max-width: 989px) and (min-width: 768px) {
  .header .header-callout-message p {
    text-align: center;
  }
}
.header .stockmann-logo {
  left: 0 !important;
}
@media screen and (min-width: 768px) {
  .header .stockmann-logo {
    margin-left: 20px !important;
  }
}
.footer .menu {
  display: block;
  font-size: 14px;
  text-align: left;
}
.footer .menu li {
  text-transform: none;
  background-color: transparent;
}
.footer .menu .modal-toggle A {
  cursor: pointer;
}
.footer .menu .modal-toggle A:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu {
    position: relative;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
    z-index: 1;
    text-align: center;
  }
  .menu .menu-item-has-children:first-child {
    position: relative;
  }
  .menu .menu-item-has-children:first-child:before {
    transform: rotate(90deg);
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    font-weight: bold;
    color: #1D242C;
    margin-left: 45px;
    top: 8px;
    transition: all 0.5s ease;
  }
  .menu .menu-item-has-children:first-child.active:before {
    transform: rotate(-90deg);
  }
  .menu li {
    background-color: #eeece9;
  }
  .menu a {
    font-size: 14px;
    padding: 8px 12px;
    display: block;
    font-weight: 400;
    cursor: pointer;
  }
  .menu .sub-menu {
    transition: top 0.5s ease 0s;
    padding-top: 0;
    margin-top: 0!important;
  }
  .menu .sub-menu li {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu-open {
    overflow-y: hidden;
  }
  .menu-open .header {
    background-color: transparent;
  }
  .menu-open .search-btn {
    opacity: 0;
  }
  .navigation-container {
    width: 100%;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 36, 44, 0.9);
    z-index: 5;
    display: none;
  }
  .menu-btn {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 35px;
    height: 35px;
    transition: 0.5s;
    transition: 0.5s 0s ease 0s;
  }
  .menu-btn .line {
    width: 21px;
    height: 2px;
    background-color: #1D242C;
    display: block;
    margin: 4px auto;
    transition: all 0.5s ease-in-out;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  .menu-btn.is-active {
    left: 90%;
  }
  .menu-btn.is-active .line {
    background-color: #ffffff;
  }
  .menu-btn.is-active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .menu-btn.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.is-active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .navigation {
    width: 88%;
    left: -88%;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: 0.5s;
    transition: 0.5s 0s ease 0s;
    position: fixed;
    background-color: #ffffff;
  }
  .navigation .nav-main {
    padding-top: 30px;
    padding-left: 10px;
    display: block;
  }
  .navigation .nav-main a {
    font-size: 18px;
    padding: 7px 0 8px;
  }
  .navigation .nav-main .sub-menu {
    display: none;
  }
  .navigation.active {
    left: 0;
  }
}
.nav-main {
  text-transform: uppercase;
  font-size: 15px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  margin: 0;
  width: 100%;
  text-decoration: none;
}
.nav-main li {
  margin: 0 15px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .nav-main li {
    margin: 0 10px;
  }
}
.nav-main li a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .nav-main li a {
    font-size: 13px;
  }
}
.nav-main li a:hover,
.nav-main li a:focus {
  background-color: transparent;
  text-decoration: underline;
}
.nav-main li a ul {
  marign-top: 20px;
}
.nav-main li a ul a {
  padding: 0;
}
.woocommerce-breadcrumb {
  margin-top: 20px;
  text-transform: uppercase;
  font-style: italic;
  color: #aaaaaa;
}
.woocommerce-breadcrumb a {
  text-transform: uppercase;
  font-style: italic;
  color: #aaaaaa;
}
.woocommerce-breadcrumb a:hover {
  color: #1d242c;
}
.woocommerce-result-count {
  display: none;
}
.products {
  list-style: none;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .products {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.products li {
  width: 25%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .products li {
    width: 50%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .products li {
    width: 100%;
  }
}
.products li a {
  position: relative;
  height: auto;
  display: block;
  z-index: 1;
  margin: 5px;
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .products li a {
    margin: 5px auto;
  }
}
.products li a img {
  transition: filter 0.25s ease-out;
}
.products li a:hover img {
  filter: blur(3px);
  transition: filter 0.25s ease-out;
}
.products li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
.products li a h2 {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 1;
}
.products li a h2 .count {
  display: none;
  visibility: hidden;
}
.products li a img {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content {
    margin-top: 50px;
  }
  .content .front-hero {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .content {
    margin-top: 0;
    padding-top: 0;
  }
  .content {
    margin-top: 0;
  }
}
.st-cms-block-post-border--top {
  border-top: 1px solid #f8f7f6;
  padding-top: 20px;
  margin-top: 0;
}
.st-cms-content-align {
  max-width: 85%;
  margin: 0 auto;
}
.st-cms-post-header.to-top {
  margin-top: -140px;
}
@media only screen and (max-width: 767px) {
  .st-cms-post-header.to-top {
    margin-top: 0;
    padding-top: 0;
  }
  .st-cms-post-header.to-top .st-cms-content {
    padding-top: 30px;
  }
}
.footer {
  position: relative;
  overflow: auto;
  padding: 45px 0;
  margin-top: 60px;
  background: #1d242c;
  color: #eeece9;
  font-size: 16px;
}
.footer a {
  opacity: 1;
}
.footer a:hover {
  opacity: .7;
  text-decoration: underline;
}
.footer .finish {
  padding: 20px 0 0;
  border-top: 3px solid #32383f;
  text-align: center;
}
.footer .copyright {
  font-weight: 300;
  font-style: italic;
  margin: 0 0 25px;
}
.footer h3 {
  font-size: 18px;
  color: #ffffff;
}
.footer .menu04 {
  margin: 0;
  list-style-type: none;
}
.footer .menu04 .menu-item {
  display: inline-block;
  margin: 0;
  position: relative;
  padding-right: 0px;
  margin-right: 10px;
}
.footer .menu04 .menu-item A {
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .footer .menu04 .menu-item A {
    width: 38px !important;
    height: 38px !important;
  }
}
.footer .nav .group a {
  color: #ffffff;
}
.footer .support-box {
  padding: 20px;
  background-color: rgba(237, 235, 232, 0.05);
  line-height: 14px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 990px) {
  .footer .support-box {
    max-width: 280px;
    margin-top: 30px;
  }
}
.footer .support-box .item {
  margin-bottom: 10px;
}
.footer .support-box .item:last-child {
  margin-bottom: 0;
}
.footer .support-box .icon {
  padding: 13px;
  margin: 0 15px 10px 0;
  border-radius: 40px;
  display: block;
  height: 40px;
  width: 40px;
  color: #1d242c;
  background-color: #eeece9;
  float: left;
}
.footer .support-box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .support-box p,
.footer .support-box a,
.footer .support-box h3 {
  color: #ffffff;
}
.footer .support-box p,
.footer .support-box a {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.21429em;
  font-weight: 300;
  font-style: italic;
}
.footer .support-phone a {
  display: inline-block;
}
.footer .social-label {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 300;
}
.footer .stockmann-logo {
  width: 163px;
  height: 70px;
  margin: 0 auto 40px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22163%22%20height%3D%2269%22%20viewBox%3D%220%200%20163%2069%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%3Ctitle%3Elogo-footer-small%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M119.927%2065.981h-8.704l-1.242%202.721h-3.759l7.511-15.336h4.36l7.816%2015.336h-4.63l-1.351-2.721zm-33.497%202.38l-7.286-8.962%207.028-6.034h-5.113l-8.332%206.9v-6.9h-4.156v15.336h4.156v-3.986l3.161-2.651%205.424%206.637h5.395l-.277-.34v.34h4.136v-10.714h.04l4.684%2010.714h2.176l4.597-10.845h.04v10.845h4.137v-15.336h-5.699l-4.097%209.512-4.272-9.512h-5.743v14.996zm28.974-11.25l-2.652%205.641h5.517l-2.865-5.641zm-103.395.701c-.257-1.997-2.817-2.212-4.489-2.212-1.714%200-3.22.773-3.22%201.804%200%20.816.686%201.267%201.757%201.439l5.598.489c2.785.451%204.885%201.504%204.906%204.296.015%201.975-1.928%205.373-7.949%205.373-3.728%200-8.627-1.041-8.613-5.131h4.105c.062%202.432%202.708%202.295%204.508%202.295%201.95%200%203.587-.54%203.648-1.977.081-1.926-1.313-1.744-2.962-2.002l-3.792-.274c-2.657-.408-5.227-1.028-5.227-4.164%200-3.415%202.785-4.811%207.584-4.811%203.15%200%207.82.537%208.099%204.875h-3.953zm9.074-1.525h-5.184v-2.921h14.524v2.921h-5.184v12.415h-4.156v-12.415zm42.752%203.267c-.316-2.508-3.252-3.471-5.416-3.471-3.942%200-5.474%202.869-5.474%204.89%200%202.021%201.532%205.152%205.474%205.152%202.014%200%205.143-.872%205.546-3.859h4.042c-.004%204.384-4.888%206.556-9.738%206.562-4.287.005-9.346-2.115-9.346-7.637%200-5.58%204.624-7.942%209.346-7.942%203.685%200%209.291%201.179%209.913%206.304h-4.347zm74.749-6.188h4.027v15.336h-4.52l-8.16-10.696h-.043v10.696h-4.028v-15.336h4.821l7.86%2010.435h.043v-10.435zm19.422.006h4.028v15.336h-4.52l-8.16-10.696h-.043v10.696h-4.028v-15.336h4.821l7.86%2010.435h.043v-10.435zm-119.273%2012.66c3.971-.044%205.535-2.709%205.535-5.022s-1.764-5.022-5.535-5.022c-3.77%200-5.752%202.709-5.752%205.022s1.188%205.073%205.752%205.022zm36.335-50.419l12.471%208.628v12.732l-12.997%208.991v-6.539l12.467-8.625s.1-.068.107-.193c-.007-.125-.107-.193-.107-.193l-12.467-8.625v-6.539l.526.364c-.236-.284.004-.448.004-.448l12.467-8.625v-6.539l-12.997%208.992v6.539l.54.099-.014-.017zm-36.335%2037.566c7.455%200%209.643%204.78%209.643%207.856%200%203.105-1.927%207.928-9.643%207.856-8.227-.077-9.904-4.751-9.904-7.856%200-3.105%202.292-7.856%209.904-7.856zm41.002-37.788c0%202.222%201.756%204.024%203.924%204.024%202.167%200%203.924-1.802%203.924-4.024%200-2.223-1.757-4.025-3.924-4.025s-3.924%201.802-3.924%204.025z%22%20fill%3D%22%23EEECE9%22%20sketch%3Atype%3D%22MSShapeGroup%22%2F%3E%3C%2Fsvg%3E);
}
.footer .stockmann-logo:hover {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 989px) {
  .footer .support-box .item {
    width: 33.33333%;
    float: left;
  }
}
@media (min-width: 768px) {
  .footer .finish {
    text-align: left;
  }
  .footer .copyright {
    float: left;
  }
  .footer .social {
    float: right;
  }
  .footer .social-label {
    margin: 2px 0px 0;
  }
  .footer .nav-social-profiles {
    display: inline-block;
  }
}
@media (min-width: 990px) {
  .footer {
    padding: 70px 0 45px;
  }
  .footer .stockmann-logo {
    width: 252px;
    height: 62px;
    margin: -10px 0 0;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22251%22%20height%3D%2262%22%20viewBox%3D%220%200%20251%2062%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%3Ctitle%3Elogo-footer-desktop%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M7.504%2020.261c0%202.993%202.426%205.419%205.419%205.419%202.993%200%205.419-2.426%205.419-5.419%200-2.993-2.427-5.42-5.419-5.42-2.993%200-5.419%202.426-5.419%205.42zm10.005%2020.462v-8.721l-17.509-11.992v8.721l16.796%2011.503s.335.228-.014.62l.727-.131zm176.155-13.424h-11.796l-1.684%203.55h-5.095l10.18-20.01h5.908l10.592%2020.01h-6.275l-1.831-3.55zm-6.13-11.573l-3.594%207.36h7.477l-3.883-7.36zm-139.298.858c-.337-2.695-3.688-2.985-5.875-2.985-2.243%200-4.215%201.044-4.215%202.435%200%201.101.897%201.71%202.3%201.941l7.327.66c3.646.608%206.394%202.029%206.422%205.797.02%202.665-2.524%207.251-10.404%207.251-4.88%200-11.292-1.404-11.273-6.924h5.373c.081%203.282%203.545%203.097%205.901%203.097%202.552%200%204.696-.729%204.775-2.668.106-2.599-1.719-2.353-3.878-2.701l-4.964-.37c-3.477-.551-6.842-1.387-6.842-5.619%200-4.609%203.646-6.493%209.927-6.493%204.123%200%2010.236.725%2010.601%206.579h-5.174zm13.101-1.934h-7.142v-3.811h20.01v3.811h-7.142v16.199h-5.726v-16.199zm57.06%204.623c-.425-3.355-4.365-4.644-7.269-4.644-5.291%200-7.347%203.839-7.347%206.543s2.056%206.893%207.347%206.893c2.703%200%206.902-1.167%207.443-5.163h5.424c-.005%205.866-6.56%208.772-13.069%208.78-5.754.006-12.543-2.83-12.543-10.218%200-7.466%206.205-10.626%2012.543-10.626%204.945%200%2012.469%201.577%2013.303%208.435h-5.834zm22.482-8.435h6.816l-9.369%207.873%2010.083%2012.137h-7.193l-7.231-8.66-4.215%203.459v5.201h-5.541v-20.01h5.541v9.003l11.108-9.003zm26.535%200h7.676v20.01h-5.571v-14.151h-.054l-6.191%2014.151h-2.93l-6.309-13.98h-.054v13.98h-5.571v-20.01h7.734l5.753%2012.412%205.518-12.412zm51.455%200h5.412v20.01h-6.075l-10.966-13.956h-.058v13.956h-5.413v-20.01h6.478l10.563%2013.615h.058v-13.615zm25.846%200h5.413v20.01h-6.075l-10.966-13.956h-.058v13.956h-5.413v-20.01h6.478l10.563%2013.615h.058v-13.615zm-160.327%2017.05c5.42-.058%207.554-3.594%207.554-6.662%200-3.069-2.408-6.662-7.554-6.662-5.146%200-7.851%203.593-7.851%206.662%200%203.068%201.621%206.729%207.851%206.662zm0-17.05c10.175%200%2013.162%206.341%2013.162%2010.421%200%204.119-2.631%2010.517-13.162%2010.421-11.229-.102-13.518-6.303-13.518-10.421%200-4.119%203.129-10.421%2013.518-10.421zm-66.879%2030.147v8.721l-17.509%2011.991v-8.721l16.796-11.503s.335-.228-.014-.62l.727.132zm-17.509-20.274v-8.721l17.509-11.991v8.721l-16.796%2011.503s-.335.228.014.62l-.727-.131z%22%20fill%3D%22%23EEECE9%22%20sketch%3Atype%3D%22MSShapeGroup%22%2F%3E%3C%2Fsvg%3E);
  }
}
.front-hero .slide {
  margin-top: -50px;
}
@media only screen and (max-width: 767px) {
  .front-hero .slide {
    margin-top: 0;
  }
}
.front-hero .carousel-indicators {
  top: 520px;
  height: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .front-hero .carousel-indicators {
    display: none;
  }
}
.front-hero .carousel-indicators li {
  width: 8px;
  height: 8px;
  text-indent: -9999em;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.front-hero .carousel-indicators li.active {
  margin: 1px;
  border: 1px solid #1D242C !important;
  background-color: #1D242C !important;
}
.front-hero .item {
  cursor: pointer;
}
.front-hero .item > DIV {
  position: relative;
}
.front-hero .carousel-excerpt {
  text-align: center;
  left: 0;
  right: 0;
  max-width: 780px;
  margin: auto;
}
.front-hero .carousel-excerpt p {
  margin-top: 10px;
  font-style: italic;
  font-size: 18px;
}
.front-hero .carousel-excerpt a {
  margin-top: 20px;
  text-decoration: underline;
  display: block;
}
.front-hero .carousel-excerpt a:hover {
  color: #3e3d4d;
}
.front-hero .ico-arrow-r,
.front-hero .ico-arrow-l {
  font-size: 50px;
  color: #1D242C;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 989px), only screen and (max-width: 767px) {
  .front-hero .ico-arrow-r,
  .front-hero .ico-arrow-l {
    display: none;
  }
}
.front-hero .ico-arrow-l {
  left: 10px;
}
.front-hero .ico-arrow-r {
  right: 10px;
}
.box01,
.box02 {
  text-align: center;
}
.box01 ul,
.box02 ul {
  list-style-type: none;
  padding: 0;
}
.box01 ul li,
.box02 ul li {
  margin-bottom: 30px;
}
.box01 ul li article,
.box02 ul li article {
  cursor: pointer;
}
.box01 ul li article:hover img,
.box02 ul li article:hover img {
  opacity: 0.9;
}
.box01 ul li article:hover a,
.box02 ul li article:hover a {
  color: #3e3d4d;
}
.box01 ul li article a,
.box02 ul li article a {
  text-decoration: underline;
}
.box01 {
  margin-top: 35px;
}
.box02 {
  margin-top: 55px;
}
.box03 {
  margin-top: 85px;
  background-color: #f7f6f4;
  padding: 75px 0;
}
.nav-sitemap {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 13px;
  line-height: 1.2em;
}
.nav-sitemap .group {
  float: left;
  width: 50%;
  margin: 0 0 40px;
}
@media only screen and (min-width: 990px) {
  .nav-sitemap .group {
    width: 25%;
  }
}
.nav-sitemap h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 300;
}
@media only screen and (min-width: 990px) {
  .nav-sitemap h3 {
    font-size: 18px;
  }
}
.nav-sitemap a {
  padding: 4px 0;
}
@media only screen and (max-width: 767px) {
  .nav-sitemap.group:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 990px) {
  .nav-sitemap {
    font-size: 14px;
    margin: 0;
  }
}
@media only screen and (min-width: 990px) {
  .nav-sitemap.skin-count-3 .group {
    width: 33.33333%;
  }
  .nav-sitemap.skin-count-5 .group {
    width: 20%;
  }
  .nav-sitemap.skin-count-5 h3 {
    min-height: 52px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1199px) {
  .nav-sitemap.skin-count-4 h3 {
    min-height: 52px;
  }
}
.fullscreen-video-bg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -100;
  overflow: hidden;
  /* may be necessary when proper banner responsiveness is added */
  /* @media screen and (max-width: 990px){
        height: 100%;
        width: auto;
    } */
}
.news-article {
  border-bottom: 1px solid #eeece9;
}
.news-article h2 {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .news-article {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .news-article {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.popup-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  outline: 0;
}
.popup-modal .modal-background {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
.popup-modal .modal-content {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 420px;
  min-width: 320px;
  height: 560px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 1050;
  padding: 50px 40px;
  overflow-y: auto;
}
.popup-modal .modal-content iframe {
  width: 100% !important;
  height: 560px !important;
}
@media only screen and (max-width: 767px) {
  .popup-modal .modal-content {
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: initial;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .popup-modal .modal-content {
    padding: 30px 20px;
  }
}
.popup-modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  text-align: center;
}
.category-event-banner {
  margin-top: 37px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-event-background {
  background-repeat: no-repeat;
  background-position: top 50%;
  background-size: cover;
}
.footer .support-list .middle-line A {
  margin: 10px 0;
}
.footer .support-list .middle-line A:hover {
  cursor: pointer;
}
.footer .support-list .item-link {
  display: inline;
}
.footer .support-list .item-link:hover {
  cursor: pointer;
}
.contact-page-box {
  padding-bottom: 40px;
}
.instagram-area {
  list-style-type: none;
}
.instagram-area H2.widgettitle {
  font-style: italic;
}
.container-breadcrumbs {
  margin-top: 54px !important;
  margin-bottom: 10px !important;
}
.container-breadcrumbs-mobile {
  margin-bottom: 20px !important;
}
.container-breadcrumbs-mobile A {
  color: #aaaaaa;
  text-transform: uppercase;
  font-style: italic;
}
/* 
===============
WOOCOMMERCE
=============== 
*/
.product-detail-media .product-detail-media-content {
  max-width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
.product-detail-media .product-detail-media-content .big-image-container {
  margin: 0 auto;
  padding-left: 100px;
  max-width: 600px;
}
@media only screen and (max-width: 989px) {
  .product-detail-media .product-detail-media-content .big-image-container {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-media .product-detail-media-content .big-image-container {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.product-detail-media .product-detail-media-content .big-image A {
  display: inline-block;
}
.product-detail-media .product-detail-media-content #thumbnail-image-wrapper {
  border: 1px solid #eeece9;
  margin-bottom: 5px;
  padding: 4px;
  text-align: center;
  background-color: #fff;
  transition: border-color 0.5s ease-out;
}
.product-detail-media .product-detail-media-content #thumbnail-image-wrapper:hover {
  border-color: #1d242c;
  transition: border-color 0.5s ease-out;
}
.product-detail-media .product-detail-media-content #thumbnail-image-wrapper A {
  display: block;
}
.product-detail-media .product-detail-media-content #thumbnail-image-container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  vertical-align: top;
}
@media only screen and (max-width: 989px) {
  .product-detail-media .product-detail-media-content #thumbnail-image-container-wrapper {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-media .product-detail-media-content #thumbnail-image-container-wrapper {
    position: relative;
    width: 100%;
  }
  .product-detail-media .product-detail-media-content #thumbnail-image-container-wrapper #thumbnail-image-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-detail-media .product-detail-media-content #thumbnail-image-container-wrapper #thumbnail-image-container #thumbnail-image-wrapper {
    max-width: 80px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-media .product-detail-media-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-media .product-detail-media-content .thumbnail-product-media-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.product-detail-info-wrapper .product-view-headlines {
  overflow: hidden;
  margin-right: 110px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .product-detail-info-wrapper .product-view-headlines {
    margin-right: 0;
  }
}
.product-detail-info-wrapper .product-view-heading {
  position: relative;
}
.product-detail-info-wrapper .product-view-heading .product-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-detail-info-wrapper .product-view-heading .product-brand {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 100px;
}
.product-detail-info-wrapper .product-view-heading .product-brand A {
  display: inline-block;
  cursor: pointer;
}
.product-detail-info-wrapper .product-view-heading .product-brand .product-brand-img {
  width: 100%;
}
.product-detail-info-wrapper .price-box .price {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.product-detail-info-wrapper .product-description {
  margin-bottom: 15px;
  float: none !important;
  width: 100% !important;
}
.product-detail-info-wrapper .product-description p {
  font-size: 16px;
  font-weight: 400;
}
.product-detail-info-wrapper .product-manufacturer a {
  cursor: pointer;
}
.product-detail-info-wrapper .product-accordion .accordion-content {
  display: block;
  height: 0;
  overflow: hidden;
}
.product-detail-info-wrapper .product-accordion .accordion-content-wrapper {
  padding-bottom: 15px;
  font-size: 15px;
}
.product-detail-info-wrapper .product-accordion .collapse.in {
  height: auto;
}
.product-listing {
  display: block;
  border: 1px solid #eeece9;
  margin-bottom: 5px;
  padding: 10px 10px 20px 10px;
  text-align: center;
  background-color: #fff;
  transition: border-color 0.5s ease-out;
}
.product-listing:hover {
  border-color: #1d242c;
  transition: border-color 0.5s ease-out;
}
.product-listing .product-listing-title {
  margin: 20px 0 10px 0;
}
.product-listing .product-listing-description {
  line-height: 1.25;
}
.product-listing .product-listing-price {
  margin-bottom: 0;
}
.fancybox-slide .fancybox-image {
  padding: 10px;
}
.list-pages-shortcode {
  padding: 0;
  margin: 0 -20px 0 0;
  list-style: none;
  *zoom: 1;
  position: relative;
}
.list-pages-shortcode:before,
.list-pages-shortcode:after {
  content: " ";
  display: table;
}
.list-pages-shortcode:after {
  clear: both;
}
.list-pages-shortcode > LI {
  display: block;
  padding: 20px 20px 0 0;
  margin: 0;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.list-pages-shortcode > LI A {
  display: block;
  *zoom: 1;
  position: relative;
  color: #ffffff;
  background: #f8f7f6;
  padding-top: 66.66666667%;
}
.list-pages-shortcode > LI A:before,
.list-pages-shortcode > LI A:after {
  content: " ";
  display: table;
}
.list-pages-shortcode > LI A:after {
  clear: both;
}
.list-pages-shortcode > LI A SPAN {
  display: block;
  line-height: 1.3;
}
.list-pages-shortcode > LI A SPAN.title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.list-pages-shortcode > LI A SPAN.desc {
  margin-top: 5px;
}
.list-pages-shortcode > LI A SPAN.over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  z-index: 1;
  min-height: 25%;
}
.list-pages-shortcode > LI A IMG {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .list-pages-shortcode > LI {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .list-pages-shortcode > LI {
    width: 100%;
  }
}
.front1 {
  position: relative;
  overflow: hidden;
}
.front1 H1,
.front1 H2 {
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .front1 {
    padding-bottom: 150px;
  }
  .front1 .text {
    padding: 20px;
  }
  .front1 .img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .front1 {
    text-align: center;
  }
  .front1 .holder {
    max-width: 1280px;
    margin: auto;
  }
  .front1 .holder:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 3;
    margin-left: 640px;
    background: rgba(0, 0, 0, 0.1);
  }
  .front1 .holder:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 100%;
    z-index: 3;
    margin-right: 640px;
    background: rgba(0, 0, 0, 0.1);
  }
  .front1 .text {
    width: 50%;
    min-height: 350px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .front1 .text:first-child {
    float: left;
  }
  .front1 .text:last-child {
    float: right;
  }
  .front1 .img {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .front1 .img:first-child {
    left: 0;
    right: 50%;
  }
  .front1 .img:last-child {
    left: 50%;
    right: 0;
  }
}
.front1 .img {
  background-color: #1d242c;
}
.front1 .img.illustration01 {
  background-image: url(illustration01.jpg);
}
.front1 .img.illustration02 {
  background-image: url(illustration02.jpg);
}
.front1 .img A {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.front1 .img #smallmap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.front1 UL.links {
  *zoom: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.front1 UL.links:before,
.front1 UL.links:after {
  content: " ";
  display: table;
}
.front1 UL.links:after {
  clear: both;
}
.front1 UL.links LI {
  float: left;
  margin: 20px 20px 0 0;
}
.front1 UL.links A {
  text-decoration: underline;
}
.youtube {
  position: relative;
  margin: 20px 0 0 0;
  padding-top: 75%;
  background: #f8f7f6;
}
.youtube IFRAME {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignright {
  float: right;
  padding-left: 30px;
  margin: 20px 0 20px 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 989px) {
  .alignright {
    float: none!important;
    margin: 20px 0;
    padding: 0;
  }
}
.alignright > IMG {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .alignright > IMG {
    float: none;
    margin: 0;
  }
}
.alignleft {
  float: left;
  padding-right: 30px;
  margin: 20px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  .alignleft {
    float: none;
    margin: 0;
  }
}
.alignleft > IMG {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .alignleft > IMG {
    float: none;
    margin: 0;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter > IMG {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .aligncenter > IMG {
    float: none;
    margin: 0;
  }
}
.wp-caption .alignnone {
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  .wp-caption .alignnone {
    margin: 0;
  }
}
.wp-caption .alignleft {
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  .wp-caption .alignleft {
    margin: 0;
  }
}
.wp-caption .alignright {
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  .wp-caption .alignright {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  IFRAME {
    max-width: 100%;
    height: auto;
  }
}
.term-description {
  padding: 24px 0px 0px 5px;
}
BODY {
  image-rendering: auto;
}
.gallery {
  padding: 0;
  margin: 10px -10px 0 0;
  list-style: none;
  *zoom: 1;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery LI {
  float: left;
  margin: 0;
  padding: 10px 10px 0 0;
  box-sizing: border-box;
  width: 33.333333%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gallery LI {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .gallery LI {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .gallery LI {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .gallery LI IMG {
    max-width: 300px;
  }
}
.gallery LI A {
  display: block;
  float: left;
  text-decoration: none !important;
  width: 100%;
}
.gallery LI A IMG {
  width: 100%;
  height: auto;
}
.gallery LI A SPAN {
  display: block;
  padding: 10px 0 0 0;
  clear: both;
}
.gallery LI A:hover {
  text-decoration: underline !important;
}
.gallery.supporters {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -10px -10px -10px;
}
.gallery.supporters LI {
  padding: 10px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  width: auto;
  float: none;
  border: 1px solid #efedea;
  margin: 10px;
}
.gallery.supporters LI A {
  color: inherit;
}
.gallery-overlay {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(29, 36, 44, 0.5);
  z-index: 200;
  padding: 20px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  transition: opacity 100ms ease-in-out 0ms;
}
.gallery-overlay.ready {
  opacity: 1;
}
.gallery-overlay A.close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  z-index: 5;
  background: rgba(29, 36, 44, 0.5);
  text-align: center;
  border-radius: 50%;
}
.gallery-overlay A.close:before {
  content: " ";
  width: 20px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg);
  margin: -1.5px 0 0 -10px;
}
.gallery-overlay A.close:after {
  content: " ";
  width: 20px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(45deg);
  margin: -1.5px 0 0 -10px;
}
/* Slider */
.slick-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-slider * {
  outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  position: absolute;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  *zoom: 1;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  content: " ";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slider .slick-dots {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.slick-slider .slick-dots > LI {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.slick-slider .slick-dots > LI BUTTON {
  border: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  min-width: 0;
  background: transparent;
  position: relative;
}
.slick-slider .slick-dots > LI BUTTON:before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.slick-slider .slick-dots > LI.slick-active BUTTON:before {
  background: #ffffff;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  text-align: center;
  position: absolute;
  z-index: 4;
  top: 50%;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(29, 36, 44, 0.5);
  color: #ffffff;
  font-size: 0;
  border: none;
  min-width: 0;
  padding: 0;
}
.slick-slider .slick-prev {
  left: 20px;
}
.slick-slider .slick-prev:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 9px 15px 9px 0;
  border-right-color: #ffffff;
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  margin: 0 4px 0 0;
}
.slick-slider .slick-next {
  right: 20px;
}
.slick-slider .slick-next:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-left-color: #ffffff;
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  margin: 0 0 0 4px;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  background-color: #1D242C;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 1px;
  position: relative;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 40px 20px;
  background: rgba(29, 36, 44, 0.5);
  color: #ffffff;
  font-size: 14px;
  z-index: 1;
  text-align: center;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'StockmannSans';
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.svg#StockmannSans-Bold) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'StockmannSans';
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.svg#StockmannSans-Bold) format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'StockmannSans';
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.svg#StockmannSans-Bold) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'StockmannSans';
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.svg#StockmannSans-Bold) format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'StockmannSans';
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.svg#StockmannSans-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .post-edit-link > .caret,
  .dropup > .btn > .caret,
  .dropup > .post-edit-link > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "StockmannSans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.st-cms-social-media ul,
.st-cms-service-list {
  padding-left: 0;
  list-style: none;
}
.list-inline,
.st-cms-social-media ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li,
.st-cms-social-media ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.post-edit-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.post-edit-link:focus,
.btn.focus,
.focus.post-edit-link,
.btn:active:focus,
.post-edit-link:active:focus,
.btn:active.focus,
.post-edit-link:active.focus,
.btn.active:focus,
.active.post-edit-link:focus,
.btn.active.focus,
.active.focus.post-edit-link {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.post-edit-link:hover,
.btn:focus,
.post-edit-link:focus,
.btn.focus,
.focus.post-edit-link {
  color: #333;
  text-decoration: none;
}
.btn:active,
.post-edit-link:active,
.btn.active,
.active.post-edit-link {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.disabled.post-edit-link,
.btn[disabled],
[disabled].post-edit-link,
fieldset[disabled] .btn,
fieldset[disabled] .post-edit-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.st-cms .control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}
.st-cms .control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.st-cms .control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 65%;
  color: #eeece9;
  text-align: center;
  background-color: #eeece9;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.st-cms .control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #1D242C;
}
.st-cms .control input:active ~ .control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.st-cms .checkbox .control-indicator {
  border-radius: 0.25rem;
}
.st-cms .checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
.st-cms .radio .control-indicator {
  border-radius: 50%;
}
.st-cms .radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}
.st-cms .control-x input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}
.st-cms .control-dash input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}
.st-cms .controls-stacked {
  margin: 1rem 0;
}
.st-cms .controls-stacked .control,
.st-cms .controls-stacked .progress {
  display: block;
}
.st-cms .controls-stacked .control + .control,
.st-cms .controls-stacked .progress + .progress {
  margin-top: 0.5rem;
}
.st-cms .controls-inline {
  margin: 1rem 0;
}
.st-cms .controls-inline .control {
  display: inline-block;
  height: 1rem;
}
.st-cms .controls-inline .control + .control {
  margin-left: 1rem;
}
/*!
 *  Font Awesome 4.3.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.1428571429em;
  top: .1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.st-cms-calendar {
  padding-top: 20px;
  padding-bottom: 10px;
}
.st-cms-cal-next,
.st-cms-cal-prev {
  font-size: 12px;
}
.st-cms-cal-title {
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .st-cms-cal-title {
    margin-bottom: 10px;
  }
}
.st-cms-cal-header {
  padding-bottom: 10px;
}
a.event-item {
  display: block;
  color: #1D242C;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  a.event-item {
    height: 25px;
    line-height: 25px;
  }
}
a.event-item:focus,
a.event-item:active {
  text-decoration: none;
}
[class*="cal-cell"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.cal-row-fluid:after {
  clear: both;
}
.cal-row-fluid [class*="cal-cell"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764%;
}
.cal-row-fluid [class*="cal-cell"]:first-child {
  margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
  margin-left: 0%;
}
.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.9466951%;
}
.cal-row-fluid .cal-cell6 {
  width: 85.71428571428571%;
  *width: 85.66098081%;
}
.cal-row-fluid .cal-cell5 {
  width: 71.42857142857142%;
  *width: 71.37526652%;
}
.cal-row-fluid .cal-cell4 {
  width: 57.14285714285714%;
  *width: 57.08955224%;
}
.cal-row-fluid .cal-cell3 {
  width: 42.857142857142854%;
  *width: 42.80383795%;
}
.cal-row-fluid .cal-cell2 {
  width: 28.57142857142857%;
  *width: 28.51812367%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.23240938%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.89339019%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.71428571428571%;
  *margin-left: 85.60767591%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.42857142857142%;
  *margin-left: 71.32196162%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.14285714285714%;
  *margin-left: 57.03624733%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.857142857142854%;
  *margin-left: 42.75053305%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.57142857142857%;
  *margin-left: 28.46481876%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.285714285714285%;
  *margin-left: 14.17910448%;
}
.cal-row-head.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.233576642335766%;
  background-color: #1D242C;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cal-row-head.cal-row-fluid .cal-cell1 br {
    display: none;
  }
}
[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
  display: none;
}
[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
  float: right;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  line-height: 13px;
  padding: 4px 0;
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .cal-row-head [class*="cal-cell"]:first-child,
  .cal-row-head [class*="cal-cell"] {
    line-height: 18px;
  }
}
.cal-events-num {
  margin-top: 20px;
}
.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
}
.cal-month-day .cal-events-num {
  margin-left: 10px;
  margin-top: 18px;
}
#cal-week-box {
  position: absolute;
  width: 70px;
  left: -71px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}
.cal-day-tick {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
}
.cal-year-box #cal-day-tick {
  margin-right: -7px;
}
.cal-slide-box {
  position: relative;
}
.cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}
.cal-slide-tick.tick-month1 {
  left: 12.5%;
}
.cal-slide-tick.tick-month2 {
  left: 37.5%;
}
.cal-slide-tick.tick-month3 {
  left: 62.5%;
}
.cal-slide-tick.tick-month4 {
  left: 87.5%;
}
.cal-slide-tick.tick-day1 {
  left: 7.14285714%;
}
.cal-slide-tick.tick-day2 {
  left: 21.42857143%;
}
.cal-slide-tick.tick-day3 {
  left: 35.71428571%;
}
.cal-slide-tick.tick-day4 {
  left: 50%;
}
.cal-slide-tick.tick-day5 {
  left: 64.28571429%;
}
.cal-slide-tick.tick-day6 {
  left: 78.57142857%;
}
.cal-slide-tick.tick-day7 {
  left: 92.85714286%;
}
.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.cal-slide-content ul.unstyled {
  margin-bottom: 0;
}
.cal-slide-content ul li.dragging-active .event-item {
  color: black;
}
.cal-day-selected {
  background-color: #ededed;
}
.cal-week-box {
  position: relative;
}
.cal-week-box [data-event-class] {
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cal-week-box [data-event-class] {
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
  }
}
.cal-week-box .cal-day-panel {
  border: 0px !important;
}
.cal-week-box:not(.cal-day-box) .cal-row-fluid {
  margin-bottom: 2px;
  background-color: rgba(0, 0, 0, 0.034);
}
.cal-week-box:not(.cal-day-box) [data-event-class] {
  margin-left: 1px;
  margin-right: 1px;
}
.cal-week-box.cal-day-box .cal-row-head {
  padding-left: 60px;
}
.cal-week-box.cal-day-box .cal-day-panel {
  overflow-x: hidden;
}
.cal-day-box {
  text-wrap: none;
  overflow-x: auto !important;
  overflow-y: hidden;
}
.cal-day-box .cal-day-hour-part {
  height: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1;
}
.cal-day-box .cal-day-hour-part .cal-day-hour-part-time {
  width: 60px;
  text-align: center;
  float: left;
}
.cal-day-box .cal-day-hour-part .cal-day-hour-part-spacer {
  height: 25px;
  display: inline-block;
}
.cal-day-box .cal-day-hour-part:hover {
  background-color: #ededed;
}
.cal-day-box .cal-day-hour-part-selected {
  background-color: #e1e1e1;
}
.cal-day-box .cal-day-hour .day-highlight {
  height: 25px;
}
.cal-day-box .cal-hours {
  font-weight: bold;
  font-size: 12px;
}
.cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #fafafa;
}
.cal-day-box .cal-day-panel {
  position: relative;
  padding-left: 60px;
  border: solid 1px #e1e1e1;
}
.cal-day-box .cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px;
}
.cal-day-box .day-event {
  position: absolute;
  width: 150px;
  overflow: hidden;
  padding: 2px 3px !important;
}
.cal-day-box .day-event a {
  font-size: 12px;
  text-overflow: ellipsis;
}
.cal-day-box .day-highlight {
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event {
  display: block;
  background-color: #c3c3c3;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  border: 1px solid #1D242C;
}
.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}
.cal-event-list .event.pull-left {
  margin-top: 3px;
}
.day-highlight:hover,
.day-highlight {
  background-color: #eeece9;
  opacity: 0.5;
  pointer-events: none;
}
.day-highlight:hover.active,
.day-highlight.active {
  outline: 2px solid black !important;
}
.day-highlight:hover.active a,
.day-highlight:hover.active a:hover,
.day-highlight.active a,
.day-highlight.active a:hover {
  pointer-events: none;
  cursor: default;
}
.day-highlight:hover.selectable,
.day-highlight.selectable {
  pointer-events: auto;
  opacity: 1;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  font-weight: bolder;
  text-align: center;
  border: 0px solid;
}
.cal-row-head [class*="cal-cell"] small {
  font-weight: normal;
}
.cal-month-day {
  height: 100px;
}
[class*="cal-cell"]:hover,
.cell-focus,
[class*="cal-cell"] .drop-active,
.cal-cell.drop-active,
.cal-week-box .cal-cell1.drop-active,
.cal-day-hour-part.drop-active {
  background-color: #ededed;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  min-height: 100px;
  border-right: 1px solid #e1e1e1;
  position: relative;
}
.cal-year-box [class*="span"] {
  min-height: 60px;
}
.cal-year-box .row [class*="col-"]:last-child,
.cal-month-box .cal-row [class*="cal-cell"]:last-child {
  border-right: 0px;
}
.cal-year-box .row,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #e1e1e1;
  margin-left: 0px;
  margin-right: 0px;
}
.cal-year-box .row:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px;
}
.cal-month-box {
  border-right: 0px;
  border-bottom: 0px;
}
span[data-cal-date] {
  pointer-events: none;
  color: #fff !important;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 15px;
}
.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}
.cal-day-today {
  background-color: #e8fde7;
}
.cal-day-today span[data-cal-date] {
  color: darkgreen;
}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em;
}
.cal-day-holiday span[data-cal-date] {
  color: #800080;
}
#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
.cal-day-tick {
  border: 1px solid #e1e1e1;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
.cal-day-tick .fa {
  display: none;
}
.cal-slide-box {
  border-top: 0px solid #8c8c8c;
}
.cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background-color: #555555;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
}
a.event-item-edit,
a.event-item-delete,
a.event-item-action {
  padding-left: 5px;
}
.cal-year-box .cal-slide-content a.event-item,
.cal-year-box a.event-item-edit,
.cal-year-box a.event-item-delete,
.cal-year-box a.event-item-action {
  position: relative;
  top: -3px;
}
.events-list {
  max-height: 47px;
  padding-left: 5px;
}
.cal-column {
  border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
.badge-important {
  background-color: #b94a48;
}
.pointer {
  cursor: pointer;
}
.cal-year-box:last-child {
  border-bottom: 0px;
}
.cal-context {
  width: 100%;
}
@media (max-width: 991px) {
  .cal-year-box [class*="span"]:nth-child(2) {
    border-right: 0px;
  }
  .cal-year-box [class*="span"]:nth-child(1),
  .cal-year-box [class*="span"]:nth-child(2) {
    border-bottom: 1px solid #e1e1e1;
  }
}
pre.dump {
  display: block;
  width: 100%;
  clear: both;
  background-color: #ccc !important;
  color: black !important;
  text-transform: none !important;
}
.st-cms-margin-center,
.st-cms-post-header.on-top {
  margin-left: auto;
  margin-right: auto;
}
.nav-pills.st-cms-item-inline-block li {
  display: inline-block;
  float: none;
}
.st-cms-absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
.st-cms-product:hover .st-cms-absolute-top-left {
  opacity: 1;
}
.st-cms .st-cms-v-inline-block {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
@media screen and (min-width: 768px) {
  .st-cms .st-cms-v-inline-block-sm {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: -2px;
  }
}
.st-cms-v-align-middle {
  vertical-align: middle;
}
.st-cms-transform-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.st-cms-bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #004141;
}
.st-cms-bg-gray {
  background-color: #eeece9;
}
.st-cms-bg-gray-light {
  background-color: #f8f7f6;
}
.st-cms-bg-white {
  background-color: #fff;
}
.btn,
.post-edit-link {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn:hover,
.post-edit-link:hover {
  border-radius: 0;
}
.btn .st-cms-btn-min-width,
.post-edit-link .st-cms-btn-min-width {
  min-width: 190px;
}
.st-cms-btn-black,
.post-edit-link,
.st-cms-btn-black:focus,
.post-edit-link:focus {
  background-color: #1D242C;
  color: #fff;
  min-width: 180px;
}
.st-cms-btn-black:hover,
.post-edit-link:hover,
.st-cms-btn-black:active,
.post-edit-link:active,
.st-cms-btn-black:focus:hover,
.post-edit-link:focus:hover,
.st-cms-btn-black:focus:active,
.post-edit-link:focus:active {
  background-color: #465669;
  color: #fff;
}
.st-cms-btn-dropdown-toggle {
  display: inline-block;
  padding-right: 16px;
  background-image: url("../../lib/img/dropdown-arrow-white.png");
  background-repeat: no-repeat;
  background-color: #1D242C;
  background-size: 10px 4px;
  background-position: 96.5%;
}
.st-cms-btn-dropdown-toggle:hover,
.st-cms-btn-dropdown-toggle:focus {
  color: #fff;
}
.st-cms-btn-gray,
.st-cms-btn-gray:focus {
  background-color: #eeece9;
  color: #1D242C;
  min-width: 180px;
}
.st-cms-btn-gray:hover,
.st-cms-btn-gray:active,
.st-cms-btn-gray:focus:hover,
.st-cms-btn-gray:focus:active {
  color: #1D242C;
}
.st-cms-btn-back {
  min-width: 100px;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .st-cms-btn-back {
    min-width: 180px;
  }
}
.st-cms-btn-full {
  width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "StockmannSans", sans-serif;
}
.st-cms em {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .st-cms em {
    font-size: 18px;
    line-height: 28px;
  }
}
.st-cms h1 a,
.st-cms h1 a:hover,
.st-cms h1 a:active,
.st-cms h2 a,
.st-cms h2 a:hover,
.st-cms h2 a:active,
.st-cms h3 a,
.st-cms h3 a:hover,
.st-cms h3 a:active,
.st-cms h4 a,
.st-cms h4 a:hover,
.st-cms h4 a:active,
.st-cms h5 a,
.st-cms h5 a:hover,
.st-cms h5 a:active,
.st-cms h6 a,
.st-cms h6 a:hover,
.st-cms h6 a:active,
.st-cms .h1 a,
.st-cms .h1 a:hover,
.st-cms .h1 a:active,
.st-cms .h2 a,
.st-cms .h2 a:hover,
.st-cms .h2 a:active,
.st-cms .h3 a,
.st-cms .infopage-menu-top > li > a.parent-menu-item a,
.st-cms .h3 a:hover,
.st-cms .infopage-menu-top > li > a.parent-menu-item a:hover,
.st-cms .h3 a:active,
.st-cms .infopage-menu-top > li > a.parent-menu-item a:active,
.st-cms .h4 a,
.st-cms .h4 a:hover,
.st-cms .h4 a:active,
.st-cms .h5 a,
.st-cms .h5 a:hover,
.st-cms .h5 a:active,
.st-cms .h6 a,
.st-cms .h6 a:hover,
.st-cms .h6 a:active {
  color: inherit;
}
.st-cms .st-cms-text-category {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 20px;
  margin-bottom: 0;
}
.st-cms .st-cms-text-category a {
  color: #1D242C;
}
.align-center {
  text-align: center;
}
a[href="#"] {
  cursor: default;
  text-decoration: none !important;
}
img {
  max-width: auto;
}
img.st-cms-img-full {
  width: 100%;
  max-width: none !important;
}
label {
  font-weight: 400;
}
.single p iframe {
  width: 100%;
  height: auto;
}
.st-cms-body {
  font-size: 15px;
}
.st-cms .row {
  margin-left: -20px;
  margin-right: -20px;
}
.st-cms-content-align {
  display: table;
  width: 100%;
  height: 100%;
}
.st-cms-content-align .st-cms-content {
  display: table-cell;
  vertical-align: middle;
}
.st-cms-round,
.st-cms-social-media ul li,
.st-cms-reservation-staff img {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .st-cms-restrict-width-sm {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
}
.st-cms-hero .post-edit-link {
  position: absolute;
  left: 0;
  top: 40px;
}
.st-cms .clearfix,
.st-cms .container,
.st-cms .container-fluid,
.st-cms .row {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.st-cms .no-decor,
.st-cms .st-cms-storey-link {
  text-decoration: none;
}
.st-cms .no-decor:hover,
.st-cms .st-cms-storey-link:hover,
.st-cms .no-decor:focus,
.st-cms .st-cms-storey-link:focus,
.st-cms .no-decor:active,
.st-cms .st-cms-storey-link:active {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .st-cms .st-cms-pull-right-sm {
    float: right;
  }
}
.st-cms-overlay:before {
  position: absolute;
  display: block;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.st-cms-gutter-bottom {
  padding-bottom: 40px;
}
.st-cms-half-size {
  transform: scale(0.5);
}
.st-cms-half {
  width: 50%;
}
.st-cms-iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.st-cms-iframe-wrapper {
  position: relative;
  max-width: none;
  padding-bottom: 56%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.st-cms-relative {
  position: relative;
  z-index: 1;
}
.st-cms-nav-category > li > a {
  font-size: 13px;
}
.st-cms-nav-category > li > a:hover,
.st-cms-nav-category > li > a:active {
  background-color: #27313b;
  color: #fff;
  text-decoration: none;
}
.st-cms-nav-category > li > a.active {
  font-weight: 600;
  background-color: #2b3642;
}
@media screen and (min-width: 920px) {
  .st-cms-nav-category > li.st-cms-nav-category--primary {
    position: absolute;
    left: 20px;
  }
}
.st-cms-nav-category > li.st-cms-nav-category--primary a {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 920px) {
  .st-cms-nav-category > li.st-cms-nav-category--primary a {
    font-size: 21px;
  }
}
.st-cms-category-ribbon {
  background-color: #1D242C;
}
.st-cms-nav-category {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.st-cms-nav-category:after,
.st-cms-nav-category:before {
  display: table;
  content: ' ';
}
.st-cms-nav-category:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .single-partner .st-cms-nav-category {
    display: none;
  }
}
.st-cms-nav-category > li + li {
  margin-left: 2px;
}
.st-cms-nav-category > li {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  display: block;
  float: none;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .st-cms-nav-category > li {
    display: inline-block;
  }
}
.st-cms-nav-category > li > a {
  display: block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px;
}
.st-cms-btn-dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .st-cms-btn-dropdown-toggle {
    display: none;
  }
}
.st-cms-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.st-cms-nav:before,
.st-cms-nav:after {
  content: " ";
  display: table;
}
.st-cms-nav:after {
  clear: both;
}
.st-cms-nav > li {
  position: relative;
  display: block;
}
.st-cms-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.st-cms-nav > li > a:hover,
.st-cms-nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.st-cms-nav > li.disabled > a {
  color: #777;
}
.st-cms-nav > li.disabled > a:hover,
.st-cms-nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.st-cms-nav .open > a,
.st-cms-nav .open > a:hover,
.st-cms-nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.st-cms-nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.st-cms-nav > li > a > img {
  max-width: none;
}
.st-cms-nav-pills > li {
  display: inline-block;
  background-color: #eeece9;
}
.st-cms-nav-pills > li > a {
  border-radius: 0;
  padding: 8px 12px;
}
.st-cms-nav-pills > li + li {
  margin-left: 4px;
  margin-bottom: 4px;
}
.st-cms-nav-pills > li > a {
  color: #1D242C;
  text-transform: uppercase;
}
.st-cms-nav-pills > li.active > a,
.st-cms-nav-pills > li.active > a:hover,
.st-cms-nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
header#DIV_1 {
  color: #1D242C;
  overflow: hidden;
  position: relative;
  font: normal normal normal 14px / 23px 'Stockmann Sans', Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  header#DIV_1 {
    margin-bottom: 0px;
  }
}
header#DIV_1 .aux-menu-item {
  font-weight: 400 !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
header#DIV_1 div #DIV_198 {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  header#DIV_1 div #DIV_198 {
    margin-top: 35px;
  }
}
#DIV_2 {
  color: #1D242C;
  background: #000 none repeat scroll 0% 0% / auto padding-box border-box;
}
#UL_5 {
  color: #1D242C;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#LI_6 {
  color: #1D242C;
  float: left;
  height: 36px;
  position: relative;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
}
#A_7 {
  color: #fff;
  height: 36px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #fff none 0;
  padding: 0 36px 0 0;
}
#DIV_8,
#DIV_41,
#DIV_74 {
  color: #1D242C;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 36px;
  width: 127px;
  z-index: 1000000;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
  border-top: 0 none #1D242C;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  list-style: none outside none;
  overflow: hidden;
  padding: 8px 16px 16px;
}
#TABLE_9,
#TABLE_14,
#TABLE_42,
#TABLE_47,
#TABLE_75,
#TABLE_80 {
  color: #666;
  text-align: left;
  list-style: none outside none;
  margin: 0 0 0 -2px;
  outline: #666 none 0;
}
#TBODY_10,
#TBODY_15,
#TBODY_43,
#TBODY_48,
#TBODY_76,
#TBODY_81 {
  color: #1D242C;
  text-align: left;
  border-spacing: 2px 2px;
  list-style: none outside none;
}
#TR_11,
#TR_16,
#TR_44,
#TR_49,
#TR_77,
#TR_82 {
  color: #1D242C;
  text-align: left;
  vertical-align: middle;
  border-spacing: 2px 2px;
  list-style: none outside none;
}
#TD_12,
#TD_17,
#TD_45,
#TD_50,
#TD_78,
#TD_83 {
  color: #1D242C;
  text-align: left;
  vertical-align: top;
  border-spacing: 2px 2px;
  list-style: none outside none;
}
#IMG_13,
#IMG_46,
#IMG_79 {
  color: #1D242C;
  text-align: left;
  border-spacing: 2px 2px;
  list-style: none outside none;
  padding: 0 0 10px;
}
#UL_18,
#UL_51,
#UL_84 {
  color: #1D242C;
  text-align: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#LI_19,
#LI_21,
#LI_23,
#LI_25,
#LI_27,
#LI_29,
#LI_31,
#LI_33,
#LI_35,
#LI_37,
#LI_52,
#LI_54,
#LI_56,
#LI_58,
#LI_60,
#LI_62,
#LI_64,
#LI_66,
#LI_68,
#LI_70,
#LI_85,
#LI_87,
#LI_89,
#LI_91,
#LI_93,
#LI_95,
#LI_97 {
  color: #1D242C;
  position: relative;
  font: normal normal normal 14px / 0 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
}
#LI_39 {
  color: #1D242C;
  float: left;
  height: 36px;
  position: relative;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
}
#A_40 {
  color: #fff;
  height: 36px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #fff none 0;
  padding: 0 36px 0 0;
}
#LI_72 {
  color: #1D242C;
  float: left;
  height: 36px;
  position: relative;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
}
#A_73 {
  color: #fff;
  height: 36px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #fff none 0;
  padding: 0 36px 0 0;
}
#LI_99 {
  color: #1D242C;
  float: left;
  height: 36px;
  position: relative;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
}
#A_100 {
  color: #fff;
  height: 36px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #fff none 0;
  padding: 0 36px 0 0;
}
#DIV_101 {
  color: #fff;
  float: right;
  height: 36px;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  margin: 0 0 0 30px;
  outline: #fff none 0;
}
#A_102,
#A_193,
#A_194 {
  color: #fff;
  text-decoration: none;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  outline: #fff none 0;
}
#DIV_106,
#DIV_110,
#DIV_219,
#DIV_223,
#DIV_1221,
#DIV_1225 {
  color: #1D242C;
  display: none;
}
#DIV_111 {
  color: #1D242C;
  padding: 15px 10px;
}
#H2_112 {
  color: #1D242C;
  font: normal normal normal 20px / 23px 'Stockmann Sans', Arial, sans-serif;
  margin: 0;
  padding: 0 0 0 6px;
}
#DIV_113 {
  color: #1D242C;
  padding: 18px 6px 0;
}
#P_114 {
  color: #1D242C;
  margin: 0 0 7px;
}
#DIV_115 {
  clear: both;
  color: #1D242C;
  height: 12px;
  font: normal normal normal 0 / 0 'Stockmann Sans', Arial, sans-serif;
  overflow: hidden;
}
#DIV_116 {
  color: #1D242C;
  border-top: 1px solid #ddd;
  border-right: 0 none #1D242C;
  border-bottom: 0 none #1D242C;
  border-left: 0 none #1D242C;
  margin: 0 0 10px;
  padding: 15px 0 0;
}
#BUTTON_117,
#BUTTON_161 {
  color: #fff;
  cursor: pointer;
  min-height: 34px;
  min-width: 160px;
  text-transform: uppercase;
  background: #000 none repeat scroll 0% 0% / auto padding-box border-box;
  outline: #fff none 0;
  padding: 0 8px;
}
#SPAN_118,
#SPAN_162,
#SPAN_191 {
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -ms-flex-item-align: start;
  align-self: flex-start;
  outline: #fff none 0;
}
#DIV_119,
#DIV_163 {
  color: #1D242C;
  padding: 15px;
}
#H1_120 {
  color: #1D242C;
  font: normal normal normal 30px / 30px 'Stockmann Sans', Arial, sans-serif;
  margin: 0 0 9px;
}
#DIV_121 {
  color: #1D242C;
  padding: 22px 0 0;
}
#DIV_122 {
  color: #1D242C;
  display: none;
  background: #ffc2c2 none repeat scroll 0% 0% / auto padding-box border-box;
  border-top: 1px solid #ddd;
  border-right: 0 none #1D242C;
  border-bottom: 1px solid #ddd;
  border-left: 0 none #1D242C;
  list-style: none outside none;
  margin: 0 0 10px;
  padding: 10px 16px 10px 6px;
}
#P_123 {
  background-position: 0 3px;
  color: #1D242C;
  min-height: 30px;
  background: transparent url("https://stockmann.com/wcsstore/StWeb/images/icon_exclamation_red.png") no-repeat scroll 0 3px / auto padding-box border-box;
  font: normal normal normal 14px / 22px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0;
  padding: 8px 0 0 47px;
}
#DIV_124,
#DIV_176,
#DIV_1222 {
  color: #1D242C;
}
#FORM_125,
#FORM_164 {
  color: #1D242C;
  margin: 0;
}
#UL_126 {
  color: #1D242C;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#LI_127,
#LI_139 {
  color: #1D242C;
  position: relative;
  list-style: none outside none;
  padding: 0 0 5px;
}
#LI_127:before,
#LI_139:before {
  color: #1D242C;
  content: '">' '"';
  left: 0;
  position: absolute;
  font: normal normal normal 12px / 23px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
}
#A_128,
#A_140 {
  background-position: 0 6px;
  color: #666;
  text-align: left;
  text-decoration: none;
  background: transparent none repeat scroll 0 6px / auto padding-box border-box;
  list-style: none outside none;
  outline: #666 none 0;
  padding: 0 0 0 8px;
}
#DIV_129,
#DIV_141 {
  color: #1D242C;
  display: none;
  text-align: left;
  list-style: none outside none;
  margin: 10px 0 0 8px;
}
#LABEL_131,
#LABEL_134,
#LABEL_143,
#LABEL_146 {
  color: #1D242C;
  text-align: left;
  list-style: none outside none;
  margin: 6px 0 0;
}
#DIV_133,
#DIV_138,
#DIV_150 {
  clear: both;
  color: #1D242C;
  text-align: left;
  font: normal normal normal 0 / 0 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  overflow: hidden;
}
#DIV_145 {
  clear: both;
  color: #1D242C;
  text-align: left;
  font: normal normal normal 0 / 0 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  overflow: hidden;
}
#DIV_151 {
  clear: both;
  color: #1D242C;
  font: normal normal normal 0 / 0 'Stockmann Sans', Arial, sans-serif;
  overflow: hidden;
}
#DIV_152 {
  color: #1D242C;
  border-top: 1px solid #ddd;
  border-right: 0 none #1D242C;
  border-bottom: 0 none #1D242C;
  border-left: 0 none #1D242C;
  margin: 25px 0;
  padding: 15px 0 0;
}
#H1_175 {
  color: #1D242C;
  font: normal normal normal 30px / 30px 'Stockmann Sans', Arial, sans-serif;
  margin: 0 0 25px;
}
#DIV_178,
#DIV_182 {
  color: #1D242C;
  margin: 0 0 10px;
}
#DIV_178:after,
#DIV_182:after {
  clear: both;
  color: #1D242C;
  content: '"' '"';
  display: table;
}
#DIV_178:before,
#DIV_182:before {
  color: #1D242C;
  content: '"' '"';
  display: table;
}
#LABEL_179,
#LABEL_183 {
  color: #1D242C;
  margin: 6px 0 0;
}
#A_181,
#A_185,
#A_189 {
  color: #666;
  text-decoration: none;
  outline: #666 none 0;
}
#A_186 {
  color: #666;
  text-decoration: none;
  margin: 15px 0 20px;
  outline: #666 none 0;
}
#DIV_187 {
  color: #1D242C;
  border-top: 1px solid #ddd;
  border-right: 0 none #1D242C;
  border-bottom: 0 none #1D242C;
  border-left: 0 none #1D242C;
  overflow: auto;
  padding: 20px 0 0;
}
#P_188 {
  color: #1D242C;
  float: right;
  margin: 0 0 7px;
}
#BUTTON_190 {
  color: #fff;
  cursor: pointer;
  float: left;
  min-height: 34px;
  min-width: 160px;
  text-transform: uppercase;
  background: #000 none repeat scroll 0% 0% / auto padding-box border-box;
  outline: #fff none 0;
  padding: 0 8px;
}
#DIV_192 {
  color: #fff;
  float: right;
  height: 36px;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  margin: 0 0 0 30px;
  outline: #fff none 0;
}
#DIV_194 {
  color: #fff;
  float: right;
  height: 35px;
  font: normal normal normal 14px / 36px 'Stockmann Sans', Arial, sans-serif;
  margin: 0 0 0 30px;
  outline: #fff none 0;
}
#BUTTON_195 {
  color: #fff;
  cursor: pointer;
  height: 34px;
  min-height: 34px;
  background: transparent none repeat scroll 0% 0% / auto padding-box border-box;
  font: normal normal normal 14px / 34px 'Stockmann Sans', Arial, sans-serif;
  margin: 1px 0 0;
  outline: #fff none 0;
  padding: 0 8px;
}
#DIV_197 {
  color: #1D242C;
  position: relative;
  overflow: hidden;
}
#DIV_198 {
  color: #1D242C;
  position: relative;
  margin-top: 35px;
}
#H1_199 {
  color: #1D242C;
  font: normal normal normal 30px / 30px 'Stockmann Sans', Arial, sans-serif;
  margin: 0 0 9px;
}
#A_200 {
  color: #1D242C;
  text-decoration: none;
}
#IMG_201 {
  color: #1D242C;
}
#DIV_202 {
  color: #1D242C;
  display: none;
  left: 325px;
  position: absolute;
  top: 47px;
}
#A_203 {
  color: #666;
  float: left;
  height: 21px;
  text-decoration: none;
  text-transform: uppercase;
  font: normal normal normal 13px / 20px 'Stockmann Sans', Arial, sans-serif;
  outline: #666 none 0;
  padding: 0 5px;
}
#DIV_206 {
  color: #1D242C;
  height: 44px;
  left: 314px;
  position: absolute;
  top: 44px;
  width: 324px;
}
#FORM_207 {
  color: #1D242C;
  height: 44px;
  width: 324px;
  margin: 0;
}
#BUTTON_215 {
  color: #1D242C;
  cursor: pointer;
  height: 34px;
  min-height: 34px;
  position: absolute;
  right: 13px;
  text-transform: uppercase;
  top: 12px;
  width: 18px;
  background: transparent url("https://stockmann.com/wcsstore/StWeb/images/search-icon.gif") no-repeat scroll 0% 0% / auto padding-box border-box;
  padding: 0 8px;
}
#P_216 {
  color: #1D242C;
  display: none;
  margin: 0 0 7px;
}
#A_217,
#A_220,
#A_224,
#A_229 {
  color: #1D242C;
  text-decoration: none;
}
#SPAN_221,
#SPAN_222,
#SPAN_226,
#SPAN_230 {
  color: #1D242C;
}
#SPAN_225 {
  color: #1D242C;
}
#DIV_227 {
  color: #1D242C;
  display: none;
  left: 783px;
  position: absolute;
  top: 46px;
  width: 171px;
  z-index: 99999;
  font: normal normal normal 13px / 23px 'Stockmann Sans', Arial, sans-serif;
}
#A_228 {
  background-position: 0 0;
  color: #1D242C;
  height: 73px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: -24px;
  width: 55px;
  z-index: 999;
  background: transparent url("https://stockmann.com/wcsstore/StWeb/images/shopping_cart.png") no-repeat scroll 0 0 / auto padding-box border-box;
}
#DIV_231 {
  color: #1D242C;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1000001;
}
#UL_233 {
  color: #1D242C;
  height: 30px;
  position: absolute;
  right: 0;
  top: 48px;
  width: 305px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#LI_234,
#LI_250 {
  color: #1D242C;
  float: left;
  height: 30px;
  border-top: 0 none #1D242C;
  border-right: 1px solid #ddd;
  border-bottom: 0 none #1D242C;
  border-left: 0 none #1D242C;
  list-style: none outside none;
  padding: 0 0 0 15px;
}
#A_235 {
  background-position: 0 2px;
  color: #1D242C;
  cursor: pointer;
  height: 25px;
  text-align: left;
  text-decoration: none;
  background: transparent url("https://stockmann.com/wcsstore/StWeb/images/icon-comparison.gif") no-repeat scroll 0 2px / auto padding-box border-box;
  list-style: none outside none;
  margin: 5px 8px 0 0;
  padding: 0 8px 0 26px;
}
#SPAN_236,
#SPAN_252 {
  color: #1D242C;
  cursor: pointer;
  text-align: left;
  list-style: none outside none;
}
#DIV_237,
#DIV_253 {
  clear: both;
  color: #1D242C;
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: -37px;
  width: 290px;
  z-index: 10000;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
  border: 2px solid #000;
  list-style: none outside none;
  padding: 35px 10px 15px 5px;
}
#SPAN_238,
#SPAN_254,
#SPAN_274 {
  background-position: 0 0;
  color: #1D242C;
  cursor: pointer;
  height: 17px;
  left: 22px;
  position: absolute;
  text-align: left;
  top: 35px;
  width: 17px;
  background: transparent url("https://stockmann.com/wcsstore/StWeb/images/icon-close-minicart.gif") no-repeat scroll 0 0 / auto padding-box border-box;
  list-style: none outside none;
}
#SPAN_239,
#SPAN_255,
#SPAN_275 {
  color: #1D242C;
  min-height: 25px;
  text-align: center;
  font: normal normal normal 24px / 23px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
}
#SPAN_240,
#SPAN_256,
#SPAN_276 {
  color: #1D242C;
  text-align: center;
  font: normal normal normal 24px / 23px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
}
#DIV_241,
#DIV_257,
#DIV_277 {
  color: #1D242C;
  float: left;
  position: relative;
  text-align: left;
  width: 290px;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
  list-style: none outside none;
  margin: 0 8px;
  overflow: hidden;
  padding: 45px 0 0;
}
#DIV_242,
#DIV_258,
#DIV_278 {
  color: #1D242C;
  position: relative;
  text-align: left;
  list-style: none outside none;
  overflow: hidden;
}
#UL_243,
#UL_259,
#UL_279 {
  color: #1D242C;
  height: 250px;
  left: 0;
  position: relative;
  text-align: left;
  width: 290px;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#DIV_244,
#DIV_260,
#DIV_280 {
  color: #1D242C;
  height: 250px;
  position: relative;
  text-align: left;
  width: 290px;
  list-style: none outside none;
  overflow: hidden;
}
#DIV_245,
#DIV_261,
#DIV_281 {
  color: #1D242C;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 290px;
  list-style: none outside none;
}
#DIV_246,
#DIV_262,
#DIV_282 {
  color: #1D242C;
  text-align: left;
  list-style: none outside none;
}
#DIV_246:after,
#DIV_262:after,
#DIV_282:after {
  clear: both;
  color: #1D242C;
  content: '"' '"';
  display: table;
  text-align: left;
  list-style: none outside none;
}
#DIV_246:before,
#DIV_262:before,
#DIV_282:before {
  color: #1D242C;
  content: '"' '"';
  display: table;
  text-align: left;
  list-style: none outside none;
}
#DIV_247 {
  color: #1D242C;
  display: none;
  position: relative;
  text-align: left;
  top: -1px;
  width: 249px;
  border-top: 1px solid #ddd;
  border-right: 0 none #1D242C;
  border-bottom: 0 none #1D242C;
  border-left: 0 none #1D242C;
  list-style: none outside none;
  margin: 0 0 0 8px;
  padding: 0 22px 0 0;
}
#DIV_248,
#DIV_264,
#DIV_284 {
  color: #1D242C;
  text-align: right;
  list-style: none outside none;
  margin: 21px 0;
  padding: 0 7px 0 0;
}
#BUTTON_249,
#BUTTON_268,
#BUTTON_288 {
  color: #fff;
  cursor: pointer;
  float: right;
  min-height: 34px;
  min-width: 160px;
  text-transform: uppercase;
  background: #000 none repeat scroll 0% 0% / auto padding-box border-box;
  list-style: none outside none;
  outline: #fff none 0;
  padding: 0 8px;
}
#A_251 {
  background-position: 0 4px;
  color: #1D242C;
  cursor: pointer;
  height: 25px;
  text-align: left;
  text-decoration: none;
  background: transparent url("https://stockmann.com/wcsstore/StWeb/images/icon-wishlist.gif") no-repeat scroll 0 4px / auto padding-box border-box;
  list-style: none outside none;
  margin: 5px 8px 0 0;
  padding: 0 8px 0 26px;
}
#DIV_263,
#DIV_283 {
  color: #1D242C;
  position: relative;
  text-align: left;
  top: -1px;
  width: 249px;
  border-top: 1px solid #ddd;
  border-right: 0 none #1D242C;
  border-bottom: 0 none #1D242C;
  border-left: 0 none #1D242C;
  list-style: none outside none;
  margin: 0 0 0 8px;
  padding: 0 22px 0 0;
}
#DIV_265,
#DIV_285 {
  color: #1D242C;
  text-align: right;
  list-style: none outside none;
}
#P_266,
#P_286 {
  color: #1D242C;
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px / 16px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 55px 19px 0;
}
#P_267,
#P_287 {
  color: #1D242C;
  display: inline-block;
  text-align: right;
  font: normal normal normal 20px / 16px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 0 19px;
}
#LI_269 {
  color: #1D242C;
  float: left;
  height: 30px;
  list-style: none outside none;
  padding: 0 0 0 12px;
}
#A_270 {
  color: #1D242C;
  cursor: pointer;
  height: 25px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  list-style: none outside none;
  margin: 5px 8px 0 0;
  padding: 0 8px 0 5px;
}
#SPAN_271 {
  color: #1D242C;
  cursor: pointer;
  left: 9px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  list-style: none outside none;
}
#DIV_273 {
  clear: both;
  color: #1D242C;
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: -37px;
  width: 290px;
  z-index: 9998;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
  border: 2px solid #000;
  list-style: none outside none;
  padding: 35px 10px 15px 5px;
}
#DIV_289 {
  color: #1D242C;
  position: relative;
  transition: opacity 0.15s ease-in-out 0s;
}
#UL_290 {
  color: #1D242C;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #UL_290 {
    display: -ms-flexbox;
    display: flex;
  }
}
#LI_291 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_292 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#DIV_293,
#DIV_375,
#DIV_483,
#DIV_703,
#DIV_792,
#DIV_860,
#DIV_1059,
#DIV_1114 {
  color: #1D242C;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 39px;
  width: 500px;
  z-index: 1000000;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
  border: 3px solid #000;
  list-style: none outside none;
  overflow: hidden;
}
#UL_294,
#UL_321,
#UL_340,
#UL_376,
#UL_392,
#UL_412,
#UL_428,
#UL_443,
#UL_466,
#UL_484,
#UL_522,
#UL_557,
#UL_581,
#UL_612,
#UL_649,
#UL_663,
#UL_704,
#UL_736,
#UL_758,
#UL_793,
#UL_831,
#UL_861,
#UL_892,
#UL_929,
#UL_960,
#UL_997,
#UL_1034,
#UL_1060,
#UL_1085,
#UL_1115,
#UL_1135,
#UL_1167,
#UL_1200 {
  color: #1D242C;
  float: left;
  text-align: left;
  width: 159px;
  list-style: none outside none;
  margin: 0;
  padding: 16px;
}
#LI_295,
#LI_308,
#LI_322,
#LI_333,
#LI_341,
#LI_366,
#LI_377,
#LI_393,
#LI_413,
#LI_429,
#LI_444,
#LI_467,
#LI_485,
#LI_496,
#LI_511,
#LI_523,
#LI_530,
#LI_537,
#LI_546,
#LI_558,
#LI_574,
#LI_582,
#LI_601,
#LI_613,
#LI_628,
#LI_650,
#LI_664,
#LI_684,
#LI_697,
#LI_705,
#LI_720,
#LI_727,
#LI_737,
#LI_759,
#LI_775,
#LI_786,
#LI_794,
#LI_807,
#LI_822,
#LI_832,
#LI_847,
#LI_854,
#LI_862,
#LI_879,
#LI_893,
#LI_910,
#LI_930,
#LI_947,
#LI_961,
#LI_976,
#LI_998,
#LI_1009,
#LI_1016,
#LI_1029,
#LI_1035,
#LI_1061,
#LI_1078,
#LI_1086,
#LI_1101,
#LI_1108,
#LI_1116,
#LI_1128,
#LI_1136,
#LI_1143,
#LI_1156,
#LI_1168,
#LI_1177,
#LI_1201 {
  color: #1D242C;
  position: relative;
  list-style: none outside none;
  margin: 0 0 10px;
}
#P_296,
#P_323,
#P_342,
#P_379,
#P_395,
#P_415,
#P_431,
#P_446,
#P_469,
#P_486,
#P_524,
#P_559,
#P_583,
#P_614,
#P_651,
#P_665,
#P_685,
#P_706,
#P_738,
#P_760,
#P_776,
#P_795,
#P_833,
#P_848,
#P_863,
#P_894,
#P_931,
#P_962,
#P_999,
#P_1036,
#P_1062,
#P_1087,
#P_1102,
#P_1117,
#P_1137,
#P_1169,
#P_1202 {
  color: #1D242C;
  text-align: left;
  text-transform: uppercase;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-bottom: 1px solid #ccc;
  border-left: 0 none #1D242C;
  font: normal normal normal 14px / 18px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 0 7px;
  padding: 0 0 4px;
}
#UL_297,
#UL_310,
#UL_324,
#UL_335,
#UL_343,
#UL_368,
#UL_487,
#UL_498,
#UL_513,
#UL_525,
#UL_532,
#UL_539,
#UL_548,
#UL_584,
#UL_603,
#UL_615,
#UL_630,
#UL_652,
#UL_686,
#UL_707,
#UL_722,
#UL_729,
#UL_739,
#UL_777,
#UL_796,
#UL_809,
#UL_824,
#UL_849,
#UL_864,
#UL_881,
#UL_895,
#UL_912,
#UL_932,
#UL_949,
#UL_963,
#UL_978,
#UL_1000,
#UL_1011,
#UL_1018,
#UL_1031,
#UL_1063,
#UL_1080,
#UL_1103,
#UL_1118,
#UL_1138,
#UL_1145,
#UL_1158,
#UL_1170,
#UL_1179,
#UL_1203 {
  color: #1D242C;
  text-align: left;
  list-style: none outside none;
  margin: 10px 0 0;
  padding: 0;
}
#LI_298,
#LI_300,
#LI_302,
#LI_304,
#LI_306,
#LI_311,
#LI_313,
#LI_315,
#LI_317,
#LI_319,
#LI_325,
#LI_327,
#LI_329,
#LI_331,
#LI_336,
#LI_338,
#LI_344,
#LI_346,
#LI_348,
#LI_350,
#LI_352,
#LI_354,
#LI_356,
#LI_358,
#LI_360,
#LI_362,
#LI_364,
#LI_369,
#LI_371,
#LI_488,
#LI_490,
#LI_492,
#LI_494,
#LI_499,
#LI_501,
#LI_503,
#LI_505,
#LI_507,
#LI_509,
#LI_514,
#LI_516,
#LI_518,
#LI_520,
#LI_526,
#LI_528,
#LI_533,
#LI_535,
#LI_540,
#LI_542,
#LI_544,
#LI_549,
#LI_551,
#LI_553,
#LI_555,
#LI_585,
#LI_587,
#LI_589,
#LI_591,
#LI_593,
#LI_595,
#LI_597,
#LI_599,
#LI_604,
#LI_606,
#LI_608,
#LI_610,
#LI_616,
#LI_618,
#LI_620,
#LI_622,
#LI_624,
#LI_626,
#LI_631,
#LI_633,
#LI_635,
#LI_637,
#LI_639,
#LI_641,
#LI_643,
#LI_645,
#LI_647,
#LI_653,
#LI_655,
#LI_657,
#LI_659,
#LI_661,
#LI_687,
#LI_689,
#LI_691,
#LI_693,
#LI_695,
#LI_708,
#LI_710,
#LI_712,
#LI_714,
#LI_716,
#LI_718,
#LI_723,
#LI_725,
#LI_730,
#LI_732,
#LI_734,
#LI_740,
#LI_742,
#LI_744,
#LI_746,
#LI_748,
#LI_750,
#LI_752,
#LI_754,
#LI_756,
#LI_778,
#LI_780,
#LI_782,
#LI_784,
#LI_797,
#LI_799,
#LI_801,
#LI_803,
#LI_805,
#LI_810,
#LI_812,
#LI_814,
#LI_816,
#LI_818,
#LI_820,
#LI_825,
#LI_827,
#LI_829,
#LI_850,
#LI_852,
#LI_865,
#LI_867,
#LI_869,
#LI_871,
#LI_873,
#LI_875,
#LI_877,
#LI_882,
#LI_884,
#LI_886,
#LI_888,
#LI_890,
#LI_896,
#LI_898,
#LI_900,
#LI_902,
#LI_904,
#LI_906,
#LI_908,
#LI_913,
#LI_915,
#LI_917,
#LI_919,
#LI_921,
#LI_923,
#LI_925,
#LI_927,
#LI_933,
#LI_935,
#LI_937,
#LI_939,
#LI_941,
#LI_943,
#LI_945,
#LI_950,
#LI_952,
#LI_954,
#LI_956,
#LI_958,
#LI_964,
#LI_966,
#LI_968,
#LI_970,
#LI_972,
#LI_974,
#LI_979,
#LI_981,
#LI_983,
#LI_985,
#LI_987,
#LI_989,
#LI_991,
#LI_993,
#LI_995,
#LI_1001,
#LI_1003,
#LI_1005,
#LI_1007,
#LI_1012,
#LI_1014,
#LI_1019,
#LI_1021,
#LI_1023,
#LI_1025,
#LI_1027,
#LI_1032,
#LI_1064,
#LI_1066,
#LI_1068,
#LI_1070,
#LI_1072,
#LI_1074,
#LI_1076,
#LI_1081,
#LI_1083,
#LI_1104,
#LI_1106,
#LI_1119,
#LI_1121,
#LI_1123,
#LI_1125,
#LI_1139,
#LI_1141,
#LI_1146,
#LI_1148,
#LI_1150,
#LI_1152,
#LI_1154,
#LI_1159,
#LI_1161,
#LI_1163,
#LI_1165,
#LI_1171,
#LI_1173,
#LI_1175,
#LI_1180,
#LI_1182,
#LI_1184,
#LI_1186,
#LI_1188,
#LI_1190,
#LI_1192,
#LI_1194,
#LI_1196,
#LI_1198,
#LI_1204,
#LI_1206 {
  color: #1D242C;
  position: relative;
  list-style: none outside none;
}
#A_299,
#A_301,
#A_305,
#A_312,
#A_316,
#A_320,
#A_328,
#A_332,
#A_337,
#A_345,
#A_349,
#A_353,
#A_357,
#A_361,
#A_365,
#A_370,
#A_489,
#A_493,
#A_500,
#A_504,
#A_508,
#A_515,
#A_519,
#A_527,
#A_534,
#A_541,
#A_545,
#A_550,
#A_554,
#A_586,
#A_590,
#A_594,
#A_598,
#A_605,
#A_609,
#A_617,
#A_621,
#A_625,
#A_632,
#A_636,
#A_640,
#A_644,
#A_648,
#A_656,
#A_660,
#A_709,
#A_713,
#A_717,
#A_724,
#A_731,
#A_735,
#A_743,
#A_747,
#A_751,
#A_755,
#A_798,
#A_802,
#A_806,
#A_811,
#A_815,
#A_819,
#A_826,
#A_830,
#A_866,
#A_870,
#A_874,
#A_878,
#A_883,
#A_887,
#A_891,
#A_899,
#A_903,
#A_907,
#A_914,
#A_918,
#A_922,
#A_926,
#A_934,
#A_938,
#A_942,
#A_946,
#A_951,
#A_955,
#A_959,
#A_967,
#A_971,
#A_975,
#A_980,
#A_984,
#A_988,
#A_992,
#A_996,
#A_1004,
#A_1008,
#A_1013,
#A_1020,
#A_1024,
#A_1028,
#A_1033,
#A_1065,
#A_1069,
#A_1073,
#A_1077,
#A_1082,
#A_1120,
#A_1124,
#A_1140,
#A_1147,
#A_1151,
#A_1155,
#A_1160,
#A_1164,
#A_1172,
#A_1176,
#A_1181,
#A_1185,
#A_1189,
#A_1193,
#A_1197,
#A_1205 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 16px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 0 9px;
}
#A_303,
#A_307,
#A_314,
#A_326,
#A_339,
#A_351,
#A_359,
#A_372,
#A_491,
#A_502,
#A_510,
#A_517,
#A_529,
#A_536,
#A_543,
#A_552,
#A_588,
#A_596,
#A_607,
#A_619,
#A_627,
#A_634,
#A_642,
#A_654,
#A_662,
#A_711,
#A_719,
#A_726,
#A_733,
#A_745,
#A_753,
#A_800,
#A_813,
#A_821,
#A_828,
#A_868,
#A_876,
#A_885,
#A_897,
#A_905,
#A_916,
#A_924,
#A_936,
#A_944,
#A_953,
#A_965,
#A_973,
#A_982,
#A_990,
#A_1002,
#A_1015,
#A_1022,
#A_1067,
#A_1075,
#A_1084,
#A_1122,
#A_1142,
#A_1149,
#A_1162,
#A_1174,
#A_1183,
#A_1191,
#A_1199 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 16px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 0 9px;
}
#P_309,
#P_334,
#P_367,
#P_497,
#P_512,
#P_531,
#P_547,
#P_602,
#P_629,
#P_721,
#P_808,
#P_823,
#P_880,
#P_911,
#P_948,
#P_977,
#P_1010,
#P_1030,
#P_1079,
#P_1144,
#P_1157,
#P_1178 {
  color: #1D242C;
  text-align: left;
  text-transform: uppercase;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-bottom: 1px solid #ccc;
  border-left: 0 none #1D242C;
  font: normal normal normal 14px / 18px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 23px 0 7px;
  padding: 0 0 4px;
}
#A_318,
#A_330,
#A_355,
#A_495,
#A_521,
#A_556,
#A_592,
#A_611,
#A_638,
#A_658,
#A_715,
#A_741,
#A_757,
#A_804,
#A_872,
#A_901,
#A_920,
#A_940,
#A_969,
#A_994,
#A_1026,
#A_1071,
#A_1126,
#A_1153,
#A_1187,
#A_1207 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 16px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 0 9px;
}
#A_347,
#A_363,
#A_506,
#A_600,
#A_646,
#A_749,
#A_817,
#A_889,
#A_928,
#A_986,
#A_1166 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 16px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 0 9px;
}
#LI_373 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_374 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#SPAN_378,
#SPAN_394,
#SPAN_414,
#SPAN_430,
#SPAN_445,
#SPAN_468,
#SPAN_560,
#SPAN_666,
#SPAN_761,
#SPAN_834,
#SPAN_1037,
#SPAN_1088 {
  color: #1D242C;
  display: none;
  text-align: left;
  list-style: none outside none;
}
#A_380,
#A_381,
#A_383,
#A_385,
#A_387,
#A_389,
#A_396,
#A_398,
#A_400,
#A_402,
#A_404,
#A_406,
#A_408,
#A_410,
#A_416,
#A_418,
#A_420,
#A_422,
#A_424,
#A_426,
#A_432,
#A_434,
#A_436,
#A_438,
#A_440,
#A_447,
#A_449,
#A_451,
#A_453,
#A_455,
#A_457,
#A_459,
#A_461,
#A_463,
#A_470,
#A_472,
#A_474,
#A_476,
#A_478,
#A_561,
#A_563,
#A_565,
#A_567,
#A_569,
#A_571,
#A_667,
#A_669,
#A_671,
#A_673,
#A_675,
#A_677,
#A_679,
#A_681,
#A_762,
#A_764,
#A_766,
#A_768,
#A_770,
#A_772,
#A_835,
#A_837,
#A_839,
#A_841,
#A_843,
#A_1038,
#A_1040,
#A_1042,
#A_1044,
#A_1046,
#A_1048,
#A_1050,
#A_1052,
#A_1054,
#A_1089,
#A_1091,
#A_1093,
#A_1095,
#A_1097 {
  color: #0e0e0e;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 18px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #0e0e0e none 0;
  padding: 6px 0 0;
}
#A_382,
#A_384,
#A_388,
#A_397,
#A_401,
#A_405,
#A_409,
#A_417,
#A_421,
#A_425,
#A_433,
#A_437,
#A_441,
#A_448,
#A_452,
#A_456,
#A_460,
#A_464,
#A_471,
#A_475,
#A_479,
#A_562,
#A_566,
#A_570,
#A_668,
#A_672,
#A_676,
#A_680,
#A_763,
#A_767,
#A_771,
#A_836,
#A_840,
#A_844,
#A_1039,
#A_1043,
#A_1047,
#A_1051,
#A_1055,
#A_1090,
#A_1094,
#A_1098 {
  color: #0e0e0e;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 18px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #0e0e0e none 0;
  padding: 6px 0 0;
}
#A_386,
#A_390,
#A_399,
#A_407,
#A_419,
#A_435,
#A_450,
#A_458,
#A_473,
#A_564,
#A_670,
#A_678,
#A_765,
#A_838,
#A_1041,
#A_1049,
#A_1092 {
  color: #0e0e0e;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 18px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #0e0e0e none 0;
  padding: 6px 0 0;
}
#SPAN_391,
#SPAN_411,
#SPAN_427,
#SPAN_442,
#SPAN_465,
#SPAN_480,
#SPAN_572,
#SPAN_682,
#SPAN_773,
#SPAN_845,
#SPAN_1056,
#SPAN_1099 {
  color: #1D242C;
  cursor: pointer;
  text-align: left;
  list-style: none outside none;
  margin: 4px 0 0;
}
#A_403,
#A_423,
#A_454,
#A_477,
#A_568,
#A_674,
#A_769,
#A_842,
#A_1045,
#A_1096 {
  color: #0e0e0e;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 18px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #0e0e0e none 0;
  padding: 6px 0 0;
}
#A_439,
#A_462,
#A_1053 {
  color: #0e0e0e;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 18px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  outline: #0e0e0e none 0;
  padding: 6px 0 0;
}
#LI_481 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_482 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#P_538,
#P_728,
#P_1017 {
  color: #1D242C;
  text-align: left;
  text-transform: uppercase;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-bottom: 1px solid #ccc;
  border-left: 0 none #1D242C;
  font: normal normal normal 14px / 18px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 23px 0 7px;
  padding: 0 0 4px;
}
#UL_573,
#UL_774,
#UL_846,
#UL_1100,
#UL_1127 {
  color: #1D242C;
  float: left;
  text-align: left;
  width: 350px;
  list-style: none outside none;
  margin: 0;
  padding: 16px 0 0;
}
#DIV_575,
#DIV_698,
#DIV_787,
#DIV_855,
#DIV_1109,
#DIV_1129 {
  color: #1D242C;
  left: 0;
  text-align: left;
  top: 0;
  width: 350px;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
  list-style: none outside none;
  overflow: hidden;
}
#A_576,
#A_688,
#A_692,
#A_696,
#A_779,
#A_783,
#A_788,
#A_851,
#A_856,
#A_1105,
#A_1110,
#A_1130 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  list-style: none outside none;
}
#IMG_577,
#IMG_700,
#IMG_789,
#IMG_857,
#IMG_1111,
#IMG_1131 {
  color: #1D242C;
  text-align: left;
  list-style: none outside none;
}
#LI_578 {
  color: #1D242C;
  height: 39px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_579 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#DIV_580 {
  color: #1D242C;
  display: none;
  left: 0;
  opacity: 0.904508;
  position: absolute;
  text-align: left;
  top: 39px;
  width: 955px;
  z-index: 1000000;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
  border: 3px solid #000;
  list-style: none outside none;
  overflow: hidden;
}
#A_623,
#A_909,
#A_1006,
#A_1195 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 16px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 0 9px;
}
#UL_683 {
  color: #1D242C;
  float: left;
  text-align: left;
  width: 159px;
  list-style: none outside none;
  margin: 0;
  padding: 16px 0 0;
}
#A_690,
#A_694,
#A_781,
#A_853,
#A_1107 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  list-style: none outside none;
}
#A_699,
#A_785 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  list-style: none outside none;
}
#LI_701 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_702 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#LI_790 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_791 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#LI_858 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_859 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#A_957 {
  color: #1D242C;
  text-align: left;
  text-decoration: none;
  font: normal normal normal 14px / 16px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  margin: 0 0 9px;
}
#LI_1057 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_1058 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#LI_1112 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_1113 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#LI_1132 {
  color: #1D242C;
  height: 39px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
#A_1133 {
  color: #1D242C;
  height: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-top: 0 none #1D242C;
  border-right: 0 none #1D242C;
  border-left: 0 none #1D242C;
  font: normal normal normal 18px / 15px 'Stockmann Sans', Arial, sans-serif;
  list-style: none outside none;
  padding: 11px 0 13px;
  transition: all 0.1s ease-in-out 0s;
}
#DIV_1134 {
  color: #1D242C;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 39px;
  width: 500px;
  z-index: 1000000;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
  border: 3px solid #000;
  list-style: none outside none;
  overflow: hidden;
}
#DIV_1208 {
  color: #1D242C;
  height: 3px;
  background: #ddd none repeat scroll 0% 0% / auto padding-box border-box;
}
#DIV_1209 {
  color: #1D242C;
  height: 40px;
}
#DIV_1210 {
  color: #1D242C;
  height: 40px;
}
#DIV_1211 {
  color: #1D242C;
  height: 39px;
  border-top: 0 none #1D242C;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #fff;
}
#DIV_1212,
#DIV_1215 {
  color: #1D242C;
  float: left;
  height: 40px;
  text-align: center;
  width: 319px;
  border-top: 0 none #1D242C;
  border-right: 1px solid #ddd;
  border-bottom: 0 none #1D242C;
  border-left: 0 none #1D242C;
}
#A_1213,
#A_1216,
#A_1219 {
  color: #1D242C;
  text-align: center;
  text-decoration: none;
  font: normal normal normal 14px / 40px 'Stockmann Sans', Arial, sans-serif;
}
#SPAN_1214,
#SPAN_1217,
#SPAN_1220 {
  color: #1D242C;
  position: relative;
  text-align: center;
  top: 3px;
  font: normal normal 300 24px / 23px 'Stockmann Sans', Arial, sans-serif;
  margin: 0 0 0 10px;
}
#DIV_1218 {
  color: #1D242C;
  float: left;
  height: 40px;
  text-align: center;
  width: 319px;
}
#DIV_1223 {
  color: #1D242C;
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
}
#DIV_1224 {
  color: #1D242C;
}
.st-cms-hero {
  display: block;
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: #004141;
  overflow: hidden;
}
.st-cms-hero:hover,
.st-cms-hero:focus,
.st-cms-hero:active {
  color: #fff;
  text-decoration: none;
}
.st-cms-hero:before {
  position: absolute;
  display: block;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.st-cms-hero.st-cms-no-overlay:before {
  position: absolute;
  display: block;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
}
.st-cms-hero .st-cms-centralized {
  display: table;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 35vh;
}
@media screen and (min-width: 30em) {
  .st-cms-hero .st-cms-centralized {
    height: 400px;
  }
}
@media screen and (min-width: 48em) {
  .st-cms-hero .st-cms-centralized {
    height: 535px;
  }
}
.st-cms-hero .st-cms-centralized .st-cms-content {
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.st-cms-hero .st-cms-excerpt {
  font-size: 21px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 40px;
}
.st-cms-hero .st-cms-overlay-image {
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .st-cms-hero .st-cms-overlay-image {
    max-width: 350px;
  }
}
.single-partner .st-cms-hero .st-cms-overlay-image {
  position: absolute;
  top: 10px;
  left: -10px;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .single-partner .st-cms-hero .st-cms-overlay-image {
    left: 0;
    top: 20px;
    max-width: 150px;
  }
}
.st-cms-hero .st-cms-flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 30em) {
  .st-cms-info-pages .st-cms-hero .st-cms-centralized {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .st-cms-hero .st-cms-single-services-hero,
  .st-cms-hero .st-cms-single-partner-hero {
    height: 340px;
  }
}
.nav-pills > li {
  background-color: #eeece9;
  border-radius: 0;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .nav-pills > li {
    margin-bottom: 0;
  }
}
.nav-pills > li > a {
  border-radius: 0;
  color: #1D242C;
  text-transform: uppercase;
  padding: 8px 12px;
}
.nav-pills > li > a:hover {
  background-color: #CECDCD;
  color: inherit;
}
.nav-pills > li > a.active {
  background-color: #CECDCD;
}
.st-cms-read-more {
  margin-top: 20px;
}
.st-cms-social-media ul li {
  background-color: #1D242C;
  line-height: 44px;
  width: 43px;
  height: 43px;
}
.st-cms-social-media ul li .fa {
  font-size: 19px;
  vertical-align: middle;
}
.st-cms-social-media ul li .fa.fa-envelope {
  font-size: 17px;
}
.st-cms-social-media ul a {
  display: inline-block;
  color: #fff;
}
.st-cms-social-media ul a:hover {
  color: #fff;
}
.st-cms-product {
  font-size: 14px;
  margin-bottom: 20px;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .st-cms-product {
    height: 427px;
    font-size: 16px;
  }
}
.st-cms-product .st-cms-product-link {
  color: #1D242C;
  text-decoration: none;
}
.st-cms-product .st-cms-product-image {
  width: 100%;
  max-width: 225px;
}
.st-cms-product .st-cms-product-image {
  margin-top: 10px;
}
.st-cms-product .st-cms-brand {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 3px;
}
.st-cms-product .st-cms-price {
  font-weight: 600;
}
.st-cms-product .st-cms-price-now {
  color: #9D0714;
}
.st-cms-product .st-cms-price-before,
.st-cms-product .st-cms-product-special {
  font-weight: 400;
  font-size: 12px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .st-cms .st-cms-col-sm-centered {
    float: none;
    display: inline-block;
    margin-right: -4px;
  }
  .st-cms .st-cms-col-sm-centered:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .st-cms .st-cms-col-md-centered {
    float: none;
    display: inline-block;
    margin-right: -4px;
  }
  .st-cms .st-cms-col-md-centered:last-child {
    margin-right: 0;
  }
}
.h2.st-cms-tag-heading {
  margin: 20px 0;
}
.st-cms-tooltip,
.st-cms-form ul.parsley-errors-list {
  position: absolute;
  right: 0;
  bottom: 50%;
  font-size: 12px;
  width: 190px;
  background: white;
  list-style: none;
  padding: 10px 20px;
  box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.125);
}
.st-cms-tooltip:before,
.st-cms-form ul.parsley-errors-list:before {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .st-cms-content-area {
    padding-right: 20;
  }
}
.st-cms-content-area a:not(.btn):not(.post-edit-link):not(.no-decor):not(.st-cms-storey-link) {
  text-decoration: underline;
}
.st-cms-content-area h1,
.st-cms-content-area h2,
.st-cms-content-area h3,
.st-cms-content-area h4,
.st-cms-content-area h5 {
  margin-bottom: 0.75em;
  margin-bottom: 0.45em;
}
.st-cms-content-area h1:first-child,
.st-cms-content-area h2:first-child,
.st-cms-content-area h3:first-child,
.st-cms-content-area h4:first-child,
.st-cms-content-area h5:first-child {
  margin-top: 0;
}
.st-cms-content-area ul li,
.st-cms-content-area ol li {
  font-size: 16px;
}
.st-cms-content-area ul > li,
.st-cms-content-area ol > li {
  margin-bottom: 10px;
}
.st-cms-content-area img {
  max-width: 100%;
}
.st-cms-content-area > i,
.st-cms-content-area > em,
.st-cms-content-area p,
.st-cms-content-area p > i,
.st-cms-content-area p > em {
  font-size: 19px;
  line-height: 28px;
}
.st-cms-content-area > i,
.st-cms-content-area > em {
  font-weight: 400;
}
.single-services .st-cms-content-area {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .single-services .st-cms-content-area {
    padding-top: 0;
  }
}
.caret-arrow {
  position: relative;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
.caret-arrow.active {
  transform: rotate(90deg);
  top: -2px;
}
.caret-arrow:hover,
.caret-arrow:focus {
  text-decoration: none;
}
.infopage-menu,
.infopage-menu-top {
  padding-left: 0;
  list-style: none;
}
.infopage-menu .collapse,
.infopage-menu-top .collapse {
  display: none;
}
.infopage-menu > li,
.infopage-menu-top > li {
  background-color: #fff;
}
.infopage-menu a,
.infopage-menu-top a {
  color: #333;
  font-size: 16px;
}
.infopage-menu ul,
.infopage-menu-top ul {
  list-style: none;
  padding-left: 20px;
}
.infopage-menu .selected,
.infopage-menu-top .selected {
  font-weight: bold;
}
.infopage-menu .sub-menu,
.infopage-menu-top .sub-menu {
  font-weight: normal;
}
.infopage-menu .menu-depth-0 > a.parent-menu-item,
.infopage-menu-top .menu-depth-0 > a.parent-menu-item {
  text-transform: uppercase;
}
.infopage-menu-top span.arrow {
  display: none;
}
.menu-header-holder,
.infopage-menu-top > li > a.parent-menu-item {
  background-color: #f8f7f6;
}
a.toggle-mobile-menu,
.infopage-menu-top > li > a.parent-menu-item {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-holder {
  padding: 0;
}
.infopage-menu-top {
  list-style: none outside none;
  padding-left: 0;
}
.infopage-menu-top > li {
  color: #1D242C;
  line-height: 39px;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none outside none;
}
.infopage-menu-top > li a.parent-menu-item {
  float: none;
  display: block;
  margin: 0;
  text-transform: uppercase;
}
.infopage-menu-top > li > a.parent-menu-item {
  text-align: center;
}
.st-cms-spacer {
  margin-bottom: 40px;
}
.st-cms-breadcrumb {
  margin-top: 25px;
  margin-bottom: 20px;
}
.st-cms-breadcrumb-links {
  font-style: italic;
  color: #7389a2;
}
.st-cms-breadcrumb-links a {
  color: #7389a2;
  font-size: 14px;
}
.st-cms-col-fifth {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .st-cms-col-fifth {
    width: 20%;
  }
}
.st-cms-block-post,
.st-cms-block-spot {
  position: relative;
  z-index: 0;
}
.st-cms-block-post a,
.st-cms-block-spot a,
.st-cms-block-post a:hover,
.st-cms-block-spot a:hover,
.st-cms-block-post a:active,
.st-cms-block-spot a:active,
.st-cms-block-post a:focus,
.st-cms-block-spot a:focus {
  color: #fff;
}
.st-cms-block-post h2,
.st-cms-block-spot h2 {
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .st-cms-block-post h2,
  .st-cms-block-spot h2 {
    margin-top: 20px;
    font-size: 52px;
  }
}
.st-cms-block-post:before,
.st-cms-block-spot:before {
  position: absolute;
  display: block;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .st-cms-block-post:before,
  .st-cms-block-spot:before {
    display: none;
  }
}
.st-cms-block-post .st-cms-content-align,
.st-cms-block-spot .st-cms-content-align {
  min-height: 80vw;
  height: 80vw;
  text-decoration: none;
}
.st-cms-block-post .st-cms-content-align:hover,
.st-cms-block-spot .st-cms-content-align:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .st-cms-block-post .st-cms-content-align,
  .st-cms-block-spot .st-cms-content-align {
    height: 35vw;
    min-height: 35vw;
  }
}
@media screen and (min-width: 992px) {
  .st-cms-block-post .st-cms-content-align,
  .st-cms-block-spot .st-cms-content-align {
    height: 380px;
    min-height: 380px;
  }
}
.st-cms-block-post-next-prev:before {
  position: absolute;
  display: block;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.st-cms-block-post-card {
  background-color: #eeece9;
}
.st-cms-block-post-card > a {
  max-width: 85%;
  margin: 0 auto;
}
.st-cms-block-post-card a,
.st-cms-block-post-card a:hover,
.st-cms-block-post-card a:active,
.st-cms-block-post-card a:focus {
  color: #1D242C;
}
.st-cms-block-post-card i,
.st-cms-block-post-card em {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  color: #1D242C;
}
.st-cms-block-post-card .h2,
.st-cms-block-post-card h2 {
  font-size: 36px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .st-cms-block-post-card .h2,
  .st-cms-block-post-card h2 {
    font-size: 30px;
    word-break: break-word;
  }
}
@media screen and (min-width: 992px) {
  .st-cms-block-post-card .h2,
  .st-cms-block-post-card h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .st-cms-block-post-card .h2,
  .st-cms-block-post-card h2 {
    font-size: 42px;
  }
}
.st-cms-block-wrap {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .st-cms-block-wrap.col-sm-6:nth-child(even) {
    padding-left: 0;
    padding-right: 20px;
  }
  .st-cms-block-wrap.col-sm-6:nth-child(odd) {
    padding-right: 0;
    padding-left: 20px;
  }
  .st-cms-block-wrap.col-sm-6.st-cms-pull-right-sm:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
  }
  .st-cms-block-wrap.col-sm-6.st-cms-pull-right-sm:nth-child(odd) {
    padding-left: 0;
    padding-right: 20px;
  }
  .st-cms-block-wrap.col-sm-6.st-cms-post-next {
    padding-left: 10px;
    padding-right: 20px;
  }
  .st-cms-block-wrap.col-sm-6.st-cms-post-prev {
    padding-right: 10px;
    padding-left: 20px;
  }
  .st-cms-block-wrap.col-sm-6.st-cms-block-pad:nth-child(even) {
    padding-left: 10px;
    padding-right: 20px;
  }
  .st-cms-block-wrap.col-sm-6.st-cms-block-pad:nth-child(odd) {
    padding-right: 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .st-cms-block-spot:before {
    display: block;
  }
}
.st-cms-block-spot .st-cms-content {
  padding-left: 20px;
  padding-right: 20px;
}
.st-cms-block-spot .st-cms-content-align {
  text-decoration: none !important;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .st-cms-block-spot .st-cms-content-align {
    height: 320px;
    min-height: 320px;
  }
}
.single-post article section {
  padding-bottom: 20px;
}
.single-post article section .container {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .single-post article section .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}
.single-post article section img {
  max-width: 100%;
}
.single-post .st-cms-post-social-media {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .single-post .st-cms-post-social-media {
    margin-top: 80px;
  }
}
.single-post .st-cms-row-block {
  margin-bottom: 20px;
}
.single-post .row-products {
  margin-bottom: 0;
}
.single-post .st-cms-field-heading {
  margin-top: 20px;
  margin-bottom: 5px;
}
.single-post .st-cms-field-wysiwyg {
  margin-top: 10px;
  margin-bottom: 20px;
}
.single-post .st-cms-field-wysiwyg p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .single-post .st-cms-field-wysiwyg p {
    font-size: 21px;
    line-height: 28px;
  }
}
.single-post .st-cms-field-image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .single-post .row-products-and-image .product {
    height: 325px;
  }
}
@media screen and (min-width: 992px) {
  .single-post .row-products-and-image .product {
    height: 427px;
  }
}
.post-inner-links {
  margin-bottom: 20px;
}
.st-cms-post-header h1.st-cms-huge {
  margin: 20px 0;
}
.st-cms-post-header h1.st-cms-huge a {
  text-decoration: none;
}
.st-cms-post-header h1.st-cms-huge a:hover,
.st-cms-post-header h1.st-cms-huge a:active {
  text-decoration: none;
}
.st-cms-post-header h2 a {
  text-decoration: none;
}
.st-cms-post-header h2 a:hover,
.st-cms-post-header h2 a:active {
  text-decoration: none;
}
.st-cms-post-header .st-cms-excerpt {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 25px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.st-cms-post-header .container {
  max-width: 800px;
}
.st-cms-post-header em {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #1D242C;
}
.st-cms-post-header em a {
  color: #1D242C;
  text-decoration: none;
}
.st-cms-post-header em a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .st-cms-post-header .st-cms-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.st-cms-post-header.on-top {
  position: relative;
  z-index: 1;
}
.front-page .st-cms-post-header.on-top,
.archive .st-cms-post-header.on-top {
  margin-top: -30px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .front-page .st-cms-post-header.on-top,
  .archive .st-cms-post-header.on-top {
    margin-right: 0;
    margin-left: 0;
    margin-top: -140px;
  }
}
@media screen and (min-width: 768px) {
  .st-cms-post-header.on-top {
    margin-top: -140px;
  }
}
.st-cms-post-header.on-top .row {
  background-color: #fff;
}
.single-post .st-cms-post-header.on-top .row,
.category .st-cms-post-header.on-top .row,
.epremiere .st-cms-post-header.on-top .row {
  background-color: #fff;
}
.post-type-archive .st-cms-post-header.on-top .row {
  background-color: #f8f7f6;
}
.epremiere .st-cms-post-header.on-top .row {
  background-color: #fff;
  margin-bottom: 20px;
}
.st-cms-post-header.on-top .st-cms-content {
  padding-top: 25px;
}
.st-cms-post-tail {
  padding-top: 20px;
  padding-bottom: 20px;
}
.st-cms-post-tail h3 em {
  display: block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .st-cms-post-tail {
    padding-bottom: 40px;
  }
}
.st-cms-info-pages iframe {
  border: 0;
  height: 1300px;
  width: 100%;
}
.st-cms-info-pages .st-cms-info-content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .st-cms-info-pages .st-cms-info-content {
    margin-top: 0;
  }
}
.st-cms-info-pages .st-cms-huge {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .st-cms-info-pages .st-cms-huge {
    padding-top: 5px;
  }
}
.st-cms-info-pages .st-cms-content-area {
  margin-bottom: 60px;
}
.st-cms-storey-table {
  margin-bottom: 4px;
}
.st-cms-storey-table tr,
.st-cms-storey-table td,
.st-cms-storey-table tbody {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.st-cms-storey-table tbody tr > td {
  border: 1px solid transparent;
}
.st-cms-storey-table td:first-child,
.st-cms-storey-table td:last-child {
  width: 50%;
}
.st-cms-storey-table tr.st-cms-storey-content > td {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.st-cms-storey-level td {
  background: #eeece9;
}
.st-cms-storey-level td span {
  font-size: 20px;
  text-transform: none;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .st-cms-storey-level td span {
    font-size: 24px;
  }
}
.st-cms-storey-level td span.h4 {
  text-transform: none;
  margin-bottom: 0;
  margin-left: 10px;
}
.st-cms-storey-level td span.caret-arrow {
  margin-left: 10px;
  font-size: 14px;
}
.st-cms-storey-level .st-cms-storey-number {
  font-weight: 600;
  margin-left: 10px;
  min-width: 30px;
}
@media screen and (min-width: 768px) {
  .st-cms-storey-level .st-cms-storey-number {
    min-width: 40px;
  }
}
.st-cms-storey-link {
  display: block;
  padding: 10px;
}
.st-cms-storey-link img {
  margin-right: 10px;
}
.st-cms-storey-link p {
  position: relative;
  top: 4px;
  font-size: 32px;
  font-weight: 300;
}
.post-type-archive-services .st-cms-post-header h1.st-cms-huge {
  margin-top: 0;
}
.post-type-archive-services h2 em,
.single-services h2 em {
  font-size: 28px;
  font-style: italic;
  padding-bottom: 40px;
}
.single-services main {
  padding-bottom: 40px;
}
.st-cms-reserve-btn-wrapper {
  margin-bottom: 20px;
}
.st-cms-reserve-btn-wrapper .st-cms-open-reservation-popup {
  margin-top: 5px;
}
.st-cms-service-type {
  cursor: pointer;
}
.st-cms-service-type h5 {
  font-size: 18px;
  font-weight: 400;
}
.st-cms-service-type p.st-cms-service-description {
  font-size: 14px;
  line-height: 18px;
}
.st-cms-service-type .control {
  margin-top: 0;
  vertical-align: top;
  left: 9px;
}
.st-cms-service-type h5.st-cms-service-type-heading {
  margin-top: 4px;
}
.st-cms-service-list {
  margin-bottom: 15px;
}
.st-cms-service-list a {
  color: #1D242C;
}
.st-cms-service-list a:hover {
  color: #1D242C;
  text-decoration: none;
}
.st-cms-service-list-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #eeece9;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 10px;
}
.st-cms-service-list-content h4 {
  display: block;
  position: relative;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  padding: 0 12px;
  font-size: 1.3rem;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
.st-cms-service-products-row {
  text-align: center;
}
.st-cms-service-products-row .st-cms-service-products-heading {
  font-size: 28px;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 40px;
  letter-spacing: 2px;
}
.st-cms-service-products-row .st-cms-product {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .st-cms-service-products-row .st-cms-product {
    height: 370px;
  }
}
.st-cms-aux-services {
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.st-cms-aux-services-item {
  padding: 4px 0;
}
@media screen and (min-width: 992px) {
  .st-cms-aux-services-item {
    border-right: 1px solid #ddd;
  }
  .st-cms-aux-services-item:last-of-type {
    border-right: 0;
  }
}
.st-cms-form {
  width: 100%;
}
.st-cms-form .control.radio {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.st-cms-form .control.radio span {
  display: inline-block;
  vertical-align: middle;
}
.st-cms-form .control.radio span:last-of-type {
  padding-left: 10px;
}
.st-cms-form .st-cms-input-file {
  background-color: #eeece9;
  text-align: center;
}
.st-cms-form .st-cms-input-file label,
.st-cms-form .st-cms-input-file label span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.st-cms-form .st-cms-top-label,
.st-cms-form .st-cms-input-text,
.st-cms-form .st-cms-input-radio {
  display: block;
}
.st-cms-form .st-cms-input-radio {
  display: inline-block;
}
.st-cms-form .st-cms-top-label {
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
}
.st-cms-form .st-cms-textarea {
  box-sizing: border-box;
  line-height: 1.3em;
}
.st-cms-form .st-cms-input-text,
.st-cms-form .st-cms-input-email,
.st-cms-form .st-cms-select,
.st-cms-form .st-cms-textarea {
  width: 100%;
  border: 3px solid #EEECE9;
  box-sizing: border-box;
  height: 50px;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  outline-style: none;
  transition: none;
}
.st-cms-form .st-cms-input-text:focus,
.st-cms-form .st-cms-input-text:active,
.st-cms-form .st-cms-input-email:focus,
.st-cms-form .st-cms-input-email:active,
.st-cms-form .st-cms-select:focus,
.st-cms-form .st-cms-select:active,
.st-cms-form .st-cms-textarea:focus,
.st-cms-form .st-cms-textarea:active {
  outline: 1px solid #222;
  border-color: transparent;
}
.st-cms-form .st-cms-input-text::moz-focus-inner,
.st-cms-form .st-cms-input-email::moz-focus-inner,
.st-cms-form .st-cms-select::moz-focus-inner,
.st-cms-form .st-cms-textarea::moz-focus-inner {
  border-color: #222;
  outline: none;
}
.st-cms-form .st-cms-select {
  background: transparent;
  padding-right: 0;
  padding-top: 0;
}
.st-cms-form .st-cms-select:focus {
  padding-bottom: 0;
}
.st-cms-form .st-cms-select-wrapper {
  overflow: hidden;
  width: 100%;
  height: 50px;
  background-image: url("../../lib/img/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-color: #eeece9;
  background-size: 14px 6px;
  background-position: 96.5%;
  background-position: calc(92%);
}
.st-cms-form .st-cms-required-field {
  color: #bb0000;
}
.st-cms-form .st-cms-textarea {
  height: auto;
  padding: 10px 12px;
}
.st-cms-form .st-cms-contact-type,
.st-cms-form .st-cms-channel-type,
.st-cms-form .st-cms-information-type,
.st-cms-form .st-cms-membership-type,
.st-cms-form .st-cms-dob-type,
.st-cms-form .st-cms-order-number-type,
.st-cms-form .st-cms-order-address-type {
  position: relative;
}
.st-cms-form .st-cms-contact-type.st-cms-open,
.st-cms-form .st-cms-channel-type.st-cms-open,
.st-cms-form .st-cms-information-type.st-cms-open,
.st-cms-form .st-cms-membership-type.st-cms-open,
.st-cms-form .st-cms-dob-type.st-cms-open,
.st-cms-form .st-cms-order-number-type.st-cms-open,
.st-cms-form .st-cms-order-address-type.st-cms-open {
  -webkit-animation: mymove 0.3s;
  display: block;
  height: 100px;
}
@keyframes mymove {
  0% {
    height: 0px;
    display: block;
  }
  100% {
    height: 100px;
  }
}
.st-cms-form #feedback-form-send-feedback {
  margin-top: 20px;
}
.st-cms-form ul.parsley-errors-list {
  text-align: center;
}
.st-cms-form ul.parsley-errors-list > li {
  font-size: 14px;
}
.st-cms-input-wrapper {
  position: relative;
}
.st-cms-popup .container {
  padding: 0 10px;
  max-width: 786px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .st-cms-popup .container {
    padding: 0 20px;
  }
}
.st-cms-popup .h2 {
  font-size: 28px;
  margin: 15px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .st-cms-popup .h2 {
    font-size: 36px;
  }
}
.st-cms-popup .h3,
.st-cms-popup .infopage-menu-top > li > a.parent-menu-item {
  font-size: 24px;
  position: relative;
  text-transform: none;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .st-cms-popup .h3,
  .st-cms-popup .infopage-menu-top > li > a.parent-menu-item {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.st-cms-popup .st-cms-popup-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .container {
    min-height: 580px;
  }
}
.st-cms-services-popup p {
  font-size: 19px;
}
.st-cms-services-popup p small {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.st-cms-services-popup .st-cms-control-buttons {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .st-cms-control-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 10px 20px;
  }
}
.st-cms-services-popup .st-cms-control-buttons .st-cms-btn-black,
.st-cms-services-popup .st-cms-control-buttons .post-edit-link,
.st-cms-services-popup .st-cms-control-buttons .st-cms-btn-gray {
  width: 48.5%;
  min-width: 100px;
}
@media screen and (max-width: 576px) {
  .st-cms-services-popup .st-cms-control-buttons .st-cms-btn-black,
  .st-cms-services-popup .st-cms-control-buttons .post-edit-link,
  .st-cms-services-popup .st-cms-control-buttons .st-cms-btn-gray {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.st-cms-services-popup .st-cms-form-status {
  background-color: #eeece9;
  height: 5px;
  width: 100%;
}
.st-cms-services-popup .st-cms-form-status .st-cms-form-status-step {
  float: left;
  height: 5px;
  background-color: #1D242C;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .st-cms-popup-page-heading {
    margin-top: 35px;
    margin-bottom: 35px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .st-cms-men-query-page-2 .st-cms-popup-page-heading {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .st-cms-popup-page-counter {
    text-align: right;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
}
.st-cms-services-popup .st-cms-popup-instructions {
  margin-top: 15px;
}
.st-cms-services-popup .st-cms-popup-instructions p {
  font-size: 19px;
  line-height: 28px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .st-cms-popup-instructions {
    margin-top: 30px;
  }
}
.st-cms-services-popup .st-cms-popup-intro {
  position: relative;
  min-height: 250px;
  background-color: #eeece9;
}
.st-cms-reservation-staff {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
}
.st-cms-reservation-staff img {
  width: 94px;
  box-sizing: content-box;
  border: 1px solid #eee;
}
.st-cms-reservation-staff img.active {
  width: 88px;
  border: 4px solid #1D242C;
}
.st-cms-reservation-description {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}
.st-cms-services-popup .st-cms-query-women-shape-instructions {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .st-cms-query-women-shape-instructions {
    margin-top: 70px;
  }
}
.st-cms-services-popup .st-cms-shape-preset {
  outline: 1px solid #eeece9;
  display: inline-block;
}
.st-cms-services-popup .st-cms-style-preset,
.st-cms-services-popup .st-cms-shape-preset {
  border: 4px solid transparent;
  cursor: pointer;
}
.st-cms-services-popup .st-cms-style-preset.active,
.st-cms-services-popup .st-cms-shape-preset.active {
  border: 4px solid #1D242C;
}
.st-cms-services-popup .st-cms-popup-intro p {
  padding: 0 20px;
}
.st-cms-services-popup .st-cms-popup-intro img {
  width: 96px;
  margin-bottom: 10px;
}
.st-cms-services-popup .st-cms-tooltip,
.st-cms-services-popup .st-cms-form ul.parsley-errors-list,
.st-cms-form .st-cms-services-popup ul.parsley-errors-list {
  bottom: 100%;
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .st-cms-tooltip,
  .st-cms-services-popup .st-cms-form ul.parsley-errors-list,
  .st-cms-form .st-cms-services-popup ul.parsley-errors-list {
    right: -60px;
  }
}
.st-cms-services-popup .clearfix,
.st-cms-services-popup .container,
.st-cms-services-popup .container-fluid,
.st-cms-services-popup .row {
  overflow: hidden;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .st-cms-services-popup .st-cms-preset-wrap {
    margin-bottom: 10px;
  }
}
.st-cms-reservation-popup > .container {
  padding-bottom: 10px;
  min-height: 570px;
}
@media screen and (max-width: 577px) {
  .st-cms-reservation-popup .st-cms-form .st-cms-btn-black,
  .st-cms-reservation-popup .st-cms-form .post-edit-link {
    min-width: auto;
  }
}
.st-cms-reservation-popup .st-cms-reservation-textarea {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
}
.st-cms-reservation-popup .st-cms-reservation-disclaimer .control {
  margin-top: 20px;
}
.st-cms-reservation-popup .st-cms-service-title {
  margin-bottom: 0px;
}
.st-cms-reservation-popup .st-cms-service-subtitle {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}
.st-cms-reservation-popup .st-cms-cal-next a,
.st-cms-reservation-popup .st-cms-cal-prev a {
  display: block;
}
.st-cms-cal-header {
  overflow: hidden;
}
.page-template-template-tarinoita-kellon-alta .content {
  padding: 0;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .page-template-template-tarinoita-kellon-alta .content {
    border: 20px solid #fff;
    background-attachment: inherit;
  }
}
.page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper {
  margin: 0 auto;
  padding: 40px 20px 80px 20px;
}
@media screen and (min-width: 768px) {
  .page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper {
    padding: 90px 0 80px 0;
  }
}
.page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper input,
.page-template-template-tarinoita-kellon-alta textarea {
  border-color: #e3a8ba !important;
}
.page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper input:focus,
.page-template-template-tarinoita-kellon-alta textarea:focus {
  border-color: #F4C8D5 !important;
}
.page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper label {
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 14px !important;
  margin-left: 3px;
  margin-bottom: 0px;
}
.page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper .h1,
.page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper h1 {
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  .page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper .h1,
  .page-template-template-tarinoita-kellon-alta .st-cms-kellon-alla-wrapper h1 {
    font-size: 72px;
  }
}
.page-template-template-tarinoita-kellon-alta .st-cms-form {
  max-width: 560px;
  margin: 0 auto;
}
.page-template-template-tarinoita-kellon-alta .header {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-template-template-tarinoita-kellon-alta .col-sm-6:first-child {
    padding-right: 7px;
  }
  .page-template-template-tarinoita-kellon-alta .col-sm-6:last-child {
    padding-left: 7px;
  }
}
.page-template-template-tarinoita-kellon-alta .st-cms-social-media ul {
  margin-left: 0;
}
.page-template-template-tarinoita-kellon-alta .btn,
.page-template-template-tarinoita-kellon-alta .post-edit-link {
  margin-top: 25px;
}
.page-template-template-tarinoita-kellon-alta .parsley-errors-list {
  display: none;
}
.page-template-template-tarinoita-kellon-alta .parsley-errors-list.filled {
  display: block;
}
.page-template-template-tarinoita-kellon-alta .grid-item {
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-template-tarinoita-kellon-alta .grid-content {
  background-color: #fff;
  margin: 10px;
  padding: 25px;
}
.page-template-template-tarinoita-kellon-alta .grid-content p {
  margin-bottom: 0;
}
.page-template-template-tarinoita-kellon-alta .quote {
  position: relative;
  vertical-align: top;
  font-weight: 600;
}
.page-template-template-tarinoita-kellon-alta .quote strong {
  display: block;
  text-indent: 30px;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.page-template-template-tarinoita-kellon-alta .quote:before {
  position: absolute;
  display: block;
  top: 11px;
  left: 0;
  font-size: 54px;
  content: "\201C";
  color: #E22310;
}
@media print {
  .single-services,
  .post-type-archive-services {
    overflow-x: visible;
    overflow-y: visible;
  }
  .single-services footer,
  .single-services header,
  .single-services .wrapper,
  .post-type-archive-services footer,
  .post-type-archive-services header,
  .post-type-archive-services .wrapper {
    display: none !important;
  }
  .single-services .container,
  .post-type-archive-services .container {
    max-width: 100%;
  }
  .single-services .st-cms-popup .st-cms-popup-constrain,
  .post-type-archive-services .st-cms-popup .st-cms-popup-constrain {
    max-width: 100%;
  }
  .single-services .st-cms-popup-page-counter,
  .post-type-archive-services .st-cms-popup-page-counter {
    display: none;
  }
  .single-services .st-cms-popup-page-heading,
  .post-type-archive-services .st-cms-popup-page-heading {
    font-size: 32px;
    border-bottom: 2px solid gray;
  }
  .single-services img,
  .post-type-archive-services img {
    display: block;
    position: static;
    max-width: 100%;
    width: auto;
  }
  .single-services .st-cms-input-file img,
  .post-type-archive-services .st-cms-input-file img {
    display: none !important;
  }
  .single-services textarea,
  .post-type-archive-services textarea {
    height: 300px !important;
  }
  .single-services .mfp-bg,
  .post-type-archive-services .mfp-bg {
    opacity: 1;
    background: white;
  }
  .single-services .mfp-wrap,
  .post-type-archive-services .mfp-wrap {
    position: relative;
  }
  .single-services .mfp-wrap,
  .single-services .mfp-container,
  .single-services .mfp-content,
  .post-type-archive-services .mfp-wrap,
  .post-type-archive-services .mfp-container,
  .post-type-archive-services .mfp-content {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  .single-services .mfp-container,
  .single-services .mfp-content,
  .post-type-archive-services .mfp-container,
  .post-type-archive-services .mfp-content {
    overflow: visible;
    display: block !important;
    position: static;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .single-services [ng-show="currentPage == 0"],
  .post-type-archive-services [ng-show="currentPage == 0"] {
    display: none !important;
  }
  .single-services .st-cms-query-page,
  .post-type-archive-services .st-cms-query-page {
    display: block !important;
  }
}
[data-pin-href="https://www.pinterest.com/pin/create/button/"] {
  display: none !important;
}
.st-cms-field-wysiwyg .tablepress {
  font-size: 14px;
}
.st-cms-field-wysiwyg .tablepress tbody td,
.st-cms-field-wysiwyg .tablepress tbody th,
.st-cms-field-wysiwyg .tablepress tfoot th {
  border: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .st-cms-field-wysiwyg .tablepress tbody td,
  .st-cms-field-wysiwyg .tablepress tbody th,
  .st-cms-field-wysiwyg .tablepress tfoot th {
    padding: 8px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .st-cms-field-wysiwyg .tablepress tbody tr {
    margin-bottom: 20px;
  }
}
.st-cms-field-wysiwyg .tablepress tfoot th,
.st-cms-field-wysiwyg .tablepress thead th {
  background-color: #eeece9;
  border: 0;
}
.st-cms-field-wysiwyg .tablepress .odd td {
  background-color: #f9f8f7;
}
.st-cms-field-wysiwyg .tablepress.stacktable.small-only {
  display: table;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .st-cms-field-wysiwyg .tablepress.stacktable.small-only {
    display: none;
  }
}
.st-cms-field-wysiwyg .tablepress.stacktable.small-only tbody .st-key,
.st-cms-field-wysiwyg .tablepress.stacktable.small-only tbody .st-val {
  width: 50%;
}
.st-cms-field-wysiwyg .tablepress.stacktable.small-only tbody .st-head-row {
  padding-top: 1em !important;
}
.st-cms-field-wysiwyg .tablepress.stacktable.small-only tbody .st-head-row.st-head-row-main {
  padding-top: 0;
}
.st-cms-field-wysiwyg .tablepress.stacktable.large-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .st-cms-field-wysiwyg .tablepress.stacktable.large-only {
    display: table;
  }
}
.mfp-iframe-scaler {
  padding-top: 90vh;
}
.header-account-item.aoestatic_notloggedin:before {
  display: none;
}
.fullscreen-bg__video {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.st-cms-relative-content {
  position: relative;
  z-index: 1;
}
.wp-video {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .st-cms .slick-slider {
    margin-bottom: 40px;
  }
}
.st-cms .slick-slider:hover .slick-arrow {
  opacity: 0.6;
}
.st-cms .slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.st-cms .st-cms-slide-content {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .st-cms .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .st-cms .slick-prev {
    left: 0;
  }
}
.st-cms .slick-arrow {
  transition: 0.4s opacity;
  width: 15px;
  height: 45px;
  opacity: 0.3;
}
.st-cms .slick-arrow:hover {
  opacity: 1 !important;
}
.st-cms .slick-dots {
  left: 0px;
}
@media screen and (min-width: 768px) {
  .st-cms .slick-dots {
    bottom: -65px;
  }
}
.st-cms .slick-dots li button:before,
.st-cms .slick-dots li button:after {
  font-size: 12px;
}
.container .product-sort {
  padding: 30px 0;
  max-width: 700px;
  margin: 0 auto;
}
h2.type01 {
  font-weight: 400 !important;
  font-size: 24px !important;
}
.wp-caption-text {
  margin-top: 15px !important;
}
.search-form .submit {
  padding: 12px 15px;
}
/* 
.st-cms .row {
    margin: 0;
} */
.footer .row {
  padding: 0 20px;
}
.footer .row .col {
  padding: 0;
}
.product-post-card {
  margin-bottom: 20px;
}
.product-post-card h2 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  #front-carousel .carousel-indicators {
    top: 480px;
  }
}
@media (max-width: 1080px) {
  #front-carousel .carousel-indicators {
    top: 440px;
  }
}
@media (max-width: 980px) {
  #front-carousel .carousel-indicators {
    top: 400px;
  }
}
@media (max-width: 860px) {
  #front-carousel .carousel-indicators {
    top: 360px;
  }
}
@media (max-width: 768px) {
  #front-carousel .carousel-indicators {
    display: none;
  }
}
/* FILE: lindorff.css */
/* HANDLES: default,STORE_default,THEME_frontend_stockmann_enterprise,stockmann_base_search_view,customer_logged_out,aoestatic_cacheable,RESET_DEFAULT_MAGENTO_HEAD,stockmann_catalog_category_view */
/* Lindorff payment plan style properties */
/*
.lindorff-container {
  display: none;
}

.lindorff-container {
  z-index: 1;
}

.product-view .product-shop .lindorff-container {
  display: block;
  cursor: pointer;
  position: relative;
  float: right;
  height: 20px;
  text-align: right;
  margin: 0;
  clear: right;
}

.product-view .product-shop .lindorff-container .lindorff-caption {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}


/*
.product-view .product-shop .lindorff-container .lindorff-caption {
  background:url(https://cdn-ecom.stockmann.com/skin/frontend/base/default/images/lindorff/lindorff_logo_100x28.png) no-repeat left;
  padding:60px 0 0 0;
  color:#000;
  text-decoration:underline;
}
*/
/*
.product-view .product-shop .lindorff-container .lindorff-caption:hover {
  color: #777;
}

.product-view .product-shop .lindorff {
  display: none;
  background: #fff;
  position: absolute;
  color: #333;
  text-align: left;
  padding: 10px;
  line-height: 16px;
  font-size: 12px;
  right: 0px;
  width: 200px;
  top: 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px #999;
}

.product-view .product-shop .lindorff p {
  margin-bottom: 5px;
}

.product-view .product-shop .lindorff table td {
  padding: 3px 4px;
  white-space: nowrap;
  color: #fff;
}

#payment_form_lindorff .input-box {
  width: auto;
}

#payment_form_lindorff .input-box.edition-Enterprise label {
  width: 100%;
  text-align: left;
}

.paymentplan-wrapper {
  white-space: nowrap;
  font-size: 11px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.paymentplan-wrapper .info,
.paymentplan-wrapper .terms {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

@media (max-width: 600px) {
  .paymentplan-wrapper .info,
  .paymentplan-wrapper .terms {
    display: block;
    width: 100%;
  }
}

.paymentplan-wrapper .paymentplan {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  display: none;
}

.paymentplan-wrapper .paymentplan table {
  font-size: 11px;
  width: 100%;
}
*/
/* FILE: styles.css */
/* HANDLES: default,STORE_default,THEME_frontend_stockmann_enterprise,stockmann_base_search_view,customer_logged_out,aoestatic_cacheable,RESET_DEFAULT_MAGENTO_HEAD,stockmann_catalog_category_view */
@font-face {
  font-family: ficons;
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/ficons.eot?f39ded2fb48f4c56417d9b9c18e8de02);
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/ficons.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/ficons.woff?f39ded2fb48f4c56417d9b9c18e8de02) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/ficons.ttf?f39ded2fb48f4c56417d9b9c18e8de02) format("truetype");
  font-weight: 400;
  font-style: normal;
}
#cboxClose:after,
#cboxClose:before,
#cboxNext:after,
#cboxNext:before,
#cboxPrevious:after,
#cboxPrevious:before,
.accordion-title:after,
.accordion-title:before,
.btn-like.btn-bordered:after,
.btn-like.btn-bordered:before,
.categories-tree-region .category-link:after,
.categories-tree-region .category-link:before,
.categories-tree-region .sp-has-children > .check-control:after,
.categories-tree-region .sp-has-children > .check-control:before,
.ficon-account-existing:before,
.ficon-account-guest:before,
.ficon-account-new:before,
.ficon-account-outline:before,
.ficon-account:before,
.ficon-audible:before,
.ficon-cart-full:before,
.ficon-cart:before,
.ficon-check:before,
.ficon-chevron-bottom:before,
.ficon-chevron-left:before,
.ficon-chevron-light-left:before,
.ficon-chevron-light-right:before,
.ficon-chevron-top:before,
.ficon-clear:before,
.ficon-close-light:before,
.ficon-comment:before,
.ficon-delivery-express:before,
.ficon-delivery-home:before,
.ficon-delivery-in-store:before,
.ficon-delivery-pickup-station:before,
.ficon-delivery-same-day:before,
.ficon-document:before,
.ficon-envelope:before,
.ficon-fullscreen-enter:before,
.ficon-fullscreen-exit:before,
.ficon-loyalty-card-available:before,
.ficon-loyalty-card-new:before,
.ficon-loyalty-card-not-wanted:before,
.ficon-loyalty-card-plus-mastercard:before,
.ficon-loyalty-card-stockmann:before,
.ficon-menu:before,
.ficon-msg-error:before,
.ficon-msg-info:before,
.ficon-msg-success:before,
.ficon-mute:before,
.ficon-pause:before,
.ficon-payment-bill:before,
.ficon-payment-credit-card:before,
.ficon-payment-online-bank:before,
.ficon-payment-plan:before,
.ficon-phone:before,
.ficon-play:before,
.ficon-print:before,
.ficon-scroll-horizontal:before,
.ficon-search:before,
.ficon-social-facebook:before,
.ficon-social-instagram:before,
.ficon-social-mail:before,
.ficon-social-pinterest:before,
.ficon-social-whatsapp:before,
.ficon-stockmann-lettering:before,
.ficon-stockmann-sign:before,
.ficon-triangle-bottom:before,
.ficon-wishlist-full:before,
.ficon-wishlist:before,
.header-account-item:after,
.header-account-item:before,
.icon-carrier-stockmann:before,
.notification:after,
.notification:before,
.pagination .sp-pagination .sp-pagination-icon-next:after,
.pagination .sp-pagination .sp-pagination-icon-next:before,
.pagination .sp-pagination .sp-pagination-icon-prev:after,
.pagination .sp-pagination .sp-pagination-icon-prev:before,
.product-tile .add-to-cart:after,
.product-tile .add-to-cart:before,
.product-tile .add-to-wishlist:after,
.product-tile .add-to-wishlist:before,
.selectric .select-icon:after,
.selectric .select-icon:before,
.table-sizes--wrap:after,
.table-sizes--wrap:before,
[class*=ficon-]:after,
[class*=ficon-]:before {
  display: inline-block;
  font-family: ficons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-decoration: none!important;
  text-transform: none;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
[class*=ficon-] {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
.ficon-account-existing:before {
  content: "";
}
.ficon-account-guest:before {
  content: "";
}
.ficon-account-new:before {
  content: "";
}
.ficon-account-outline:before {
  content: "";
}
.ficon-account:before {
  content: "";
}
.ficon-audible:before {
  content: "";
}
.ficon-cart-full:before {
  content: "";
}
.ficon-cart:before {
  content: "";
}
.ficon-check:before {
  content: "";
}
.ficon-chevron-bottom:before {
  content: "";
}
.ficon-chevron-left:before {
  content: "";
}
.ficon-chevron-light-left:before {
  content: "";
}
.ficon-chevron-light-right:before {
  content: "";
}
.ficon-chevron-top:before {
  content: "";
}
.ficon-clear:before {
  content: "";
}
.ficon-close-light:before {
  content: "";
}
.ficon-comment:before {
  content: "";
}
.ficon-delivery-express:before {
  content: "";
}
.ficon-delivery-home:before {
  content: "";
}
.ficon-delivery-in-store:before,
.icon-carrier-stockmann:before {
  content: "";
}
.ficon-delivery-pickup-station:before {
  content: "";
}
.ficon-delivery-same-day:before {
  content: "";
}
.ficon-document:before {
  content: "";
}
.ficon-envelope:before {
  content: "";
}
.ficon-fullscreen-enter:before {
  content: "";
}
.ficon-fullscreen-exit:before {
  content: "";
}
.ficon-loyalty-card-available:before {
  content: "";
}
.ficon-loyalty-card-new:before {
  content: "";
}
.ficon-loyalty-card-not-wanted:before {
  content: "";
}
.ficon-loyalty-card-plus-mastercard:before {
  content: "";
}
.ficon-loyalty-card-stockmann:before {
  content: "";
}
.ficon-menu:before {
  content: "";
}
.ficon-msg-error:before {
  content: "";
}
.ficon-msg-info:before {
  content: "";
}
.ficon-msg-success:before {
  content: "";
}
.ficon-mute:before {
  content: "";
}
.ficon-pause:before {
  content: "";
}
.ficon-payment-bill:before {
  content: "";
}
.ficon-payment-credit-card:before {
  content: "";
}
.ficon-payment-online-bank:before {
  content: "";
}
.ficon-payment-plan:before {
  content: "";
}
.ficon-phone:before {
  content: "";
}
.ficon-play:before {
  content: "";
}
.ficon-print:before {
  content: "";
}
.ficon-scroll-horizontal:before {
  content: "";
}
.ficon-search:before {
  content: "";
}
.ficon-social-facebook:before {
  content: "";
}
.ficon-social-instagram:before {
  content: "";
}
.ficon-social-mail:before {
  content: "";
}
.ficon-social-pinterest:before {
  content: "";
}
.ficon-social-whatsapp:before {
  content: "";
}
.ficon-stockmann-lettering:before {
  content: "";
}
.ficon-stockmann-sign:before {
  content: "";
}
.ficon-triangle-bottom:before {
  content: "";
}
.ficon-wishlist-full:before {
  content: "";
}
.ficon-wishlist:before {
  content: "";
}
.btn,
.btn-hero,
.btn-qty-dec,
.btn-qty-inc,
.btn-qty-submit,
.button,
.hero-slider .swiper-pagination-btn,
.nav-buttons-list a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  padding: 14px 30px;
  margin: 10px 0;
  background-position: 50% 50%;
  border: none;
  color: #fff;
  display: inline-block;
  text-shadow: none;
  letter-spacing: .15em;
  font-size: 14px;
  line-height: 1.21429em;
  font-weight: 400;
}
.btn,
.btn-hero,
.btn-qty-dec,
.btn-qty-inc,
.btn-qty-submit,
.button,
.hero-slider .loading.swiper-pagination-btn:hover,
.hero-slider .swiper-pagination-btn,
.loading.btn-hero:hover,
.loading.btn-qty-dec:hover,
.loading.btn-qty-inc:hover,
.loading.btn-qty-submit:hover,
.loading.btn:hover,
.loading.button:hover,
.nav-buttons-list a,
.nav-buttons-list a.loading:hover {
  background-color: #1d242c;
}
.btn-hero:focus,
.btn-qty-dec:focus,
.btn-qty-inc:focus,
.btn-qty-submit:focus,
.btn:focus,
.button:focus,
.hero-slider .swiper-pagination-btn:focus,
.nav-buttons-list a:focus {
  outline: none;
}
.btn-hero:hover,
.btn-qty-dec:hover,
.btn-qty-inc:hover,
.btn-qty-submit:hover,
.btn:hover,
.button:hover,
.hero-slider .swiper-pagination-btn:hover,
.nav-buttons-list a:hover {
  background-color: #4a5056;
  text-decoration: none;
}
.disabled.btn,
.disabled.btn-hero,
.disabled.btn-qty-dec,
.disabled.btn-qty-inc,
.disabled.btn-qty-submit,
.disabled.button,
.hero-slider .disabled.swiper-pagination-btn,
.hero-slider [disabled].swiper-pagination-btn,
.hero-slider fieldset[disabled] .swiper-pagination-btn,
.nav-buttons-list a.disabled,
.nav-buttons-list a[disabled],
.nav-buttons-list fieldset[disabled] a,
[disabled].btn,
[disabled].btn-hero,
[disabled].btn-qty-dec,
[disabled].btn-qty-inc,
[disabled].btn-qty-submit,
[disabled].button,
fieldset[disabled] .btn,
fieldset[disabled] .btn-hero,
fieldset[disabled] .btn-qty-dec,
fieldset[disabled] .btn-qty-inc,
fieldset[disabled] .btn-qty-submit,
fieldset[disabled] .button,
fieldset[disabled] .hero-slider .swiper-pagination-btn,
fieldset[disabled] .nav-buttons-list a {
  cursor: not-allowed;
  opacity: 0.65;
}
.hero-slider .loading.swiper-pagination-btn,
.loading.btn,
.loading.btn-hero,
.loading.btn-qty-dec,
.loading.btn-qty-inc,
.loading.btn-qty-submit,
.loading.button,
.nav-buttons-list a.loading {
  cursor: wait;
  color: rgba(255, 255, 255, 0.3);
}
.btn-tag,
.btn-xs {
  padding: 9px 12px;
}
.btn-block,
.dropdown-cart .actions .btn {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-cream,
.btn-qty-dec,
.btn-qty-inc,
.btn-qty-submit,
.btn-tag,
.nav-buttons-list a {
  color: #181c20;
}
.btn-cream,
.btn-qty-dec,
.btn-qty-inc,
.btn-qty-submit,
.btn-tag,
.loading.btn-cream:hover,
.loading.btn-qty-dec:hover,
.loading.btn-qty-inc:hover,
.loading.btn-qty-submit:hover,
.loading.btn-tag:hover,
.nav-buttons-list a,
.nav-buttons-list a.loading:hover {
  background-color: #eeece9;
}
.btn-cream:hover,
.btn-qty-dec:hover,
.btn-qty-inc:hover,
.btn-qty-submit:hover,
.btn-tag:hover,
.nav-buttons-list a:hover {
  background-color: #cfcecd;
}
.loading.btn-cream,
.loading.btn-qty-dec,
.loading.btn-qty-inc,
.loading.btn-qty-submit,
.loading.btn-tag,
.nav-buttons-list a.loading {
  color: rgba(24, 28, 32, 0.3);
}
.btn-danger {
  color: #9b0d1b;
}
.btn-danger,
.loading.btn-danger:hover {
  background-color: #eeece9;
}
.btn-danger:hover {
  background-color: #cfcecd;
}
.loading.btn-danger {
  color: rgba(24, 28, 32, 0.3);
}
.btn-cta,
.loading.btn-cta:hover {
  background-color: #004141;
}
.btn-cta:hover {
  background-color: #336767;
}
.disabled.btn-cta,
[disabled].btn-cta {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.btn-bordered {
  border: 1px solid #fff;
}
.btn-bordered,
.loading.btn-bordered:hover {
  background-color: rgba(255, 255, 255, 0);
}
.btn-bordered:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.loading.btn-bordered {
  background-color: rgba(255, 255, 255, 0.8);
}
.btn-like.btn-bordered:before {
  content: "";
  margin-right: 8px;
}
.btn-hero,
.teaser-grid-button {
  font-size: 12px;
  padding: 10px 20px;
  min-width: 185px;
  min-height: 35px;
  max-height: 35px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .btn-hero,
  .teaser-grid-button {
    font-size: 13px;
    min-height: 40px;
    max-height: 40px;
    line-height: 20px;
  }
}
#cboxCurrent,
#cboxTitle,
.categories-tree-region.without-category-count .count,
.header .nav-main li.level2 ul,
.header .nav-secondary .link-account,
.hidden,
.jspCap,
.no-js .slider .slide,
.pane > .title,
.slider.no-controls .swiper-button,
.slider.no-controls .swiper-pagination,
.slider.no-navigation .swiper-button,
.slider.no-pagination .swiper-pagination,
.touchevents .product-tile .actions {
  display: none !important;
}
@media (min-width: 375px) {
  .hidden-from-xxs {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .hidden-to-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .hidden-from-xs {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .hidden-to-xs,
  .product-delivery-methods .td-icon {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .button-back,
  .header .link-menu,
  .header .nav-secondary .link-search,
  .hidden-from-sm,
  .table-size--pinned,
  .tabs-search-filters .nav-tabs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .header-callout,
  .header .nav-secondary .link-wishlist,
  .hidden-to-sm,
  .nav-brandlogos,
  .pagination .sp-pagination .sp-pagination-label,
  .state-search-shown .zopim,
  .table-products .td-qty,
  .table-products .td-remove,
  .table-products thead th,
  .teaser-grid.small .teaser-grid-logo {
    display: none;
  }
}
@media (min-width: 990px) {
  .hidden-from-md {
    display: none !important;
  }
}
@media (max-width: 989px) {
  .hidden-to-md,
  .table-products .td-register-hint {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-from-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-to-lg {
    display: none !important;
  }
}
.header .nav-secondary .name,
.nav-social-profiles .name,
.option-box-input,
.sr-only {
  position: absolute!important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slide.skin-darkened:before,
.teaser-type-brand-simple.skin-darkened:before,
.teaser:before {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  transition: opacity 0.3s ease-in-out;
}
.teaser:before {
  background: #1d242c;
  opacity: 0.2;
}
.slide.skin-darkened:before,
.teaser-type-brand-simple.skin-darkened:before {
  background: #181c20;
  opacity: 0.25;
}
.input-date,
.input-qty,
.input-text,
select,
textarea {
  font-family: StockmannSans, Arial, sans-serif;
  font-size: 18px;
  line-height: 2.77778em;
  color: #1d242c;
  background: #fff 97.5% 50% no-repeat;
  border: 3px solid #eeece9;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 10px;
  resize: none;
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 300;
}
.input-date:focus,
.input-qty:focus,
.input-text:focus,
select:focus,
textarea:focus {
  border-width: 1px;
  border-color: #1d242c;
}
.invalid.input-date,
.invalid.input-qty,
.invalid.input-text,
select.invalid,
textarea.invalid {
  border-color: #d90b00!important;
  color: #d90b00 !important;
}
.input-date:invalid,
.input-qty:invalid,
.input-text:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
.input-date:-ms-input-placeholder,
.input-qty:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  transition: all 0.15s ease-in-out;
  opacity: 0.45;
}
.input-date::placeholder,
.input-qty::placeholder,
.input-text::placeholder,
select::placeholder,
textarea::placeholder {
  transition: all 0.15s ease-in-out;
  opacity: 0.45;
}
.input-date:focus:-ms-input-placeholder,
.input-qty:focus:-ms-input-placeholder,
.input-text:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.input-date:focus::placeholder,
.input-qty:focus::placeholder,
.input-text:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
.input-date::-ms-clear,
.input-qty::-ms-clear,
.input-text::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none;
}
[disabled].input-date,
[disabled].input-qty,
[disabled].input-text,
[readonly].input-date,
[readonly].input-qty,
[readonly].input-text,
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  color: rgba(29, 36, 44, 0.5);
}
.accordion-content:after,
.cart-totals-list li:after,
.cart-totals-summary:after,
.col:after,
.container:after,
.content:after,
.date-select-box:after,
.dropdown-cart .totals:after,
.facet-list:after,
.footer .finish:after,
.footer .support-box .item:after,
.footer .support-box .support-list:after,
.form-group:after,
.header-callout:after,
.header .nav-main ul.level0:after,
.header .nav-secondary:after,
.input-group:after,
.nav-buttons-list:after,
.nav-sitemap .group:after,
.nav-sitemap:after,
.nav-tabs:after,
.nav:after,
.page-title.cart:after,
.page:after,
.pane:after,
.product-options-bottom:after,
.row:after,
.selectric-skin-parallel .selectric-items ul:after,
.slide:after,
.sp-utils:after,
.wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "\0020";
  clear: both;
  height: 0;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col,
.nav-sitemap .group {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.ico,
.icon-carrier,
.icon-carrier-matkahuolto,
.icon-carrier-posti,
.stockmann-logo {
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.cart-products-container.initialising:after,
.form-customer-register.loading:after,
.js [data-module].is-loading:after,
.loading-container.initialising:after,
.loading-container.loading:after,
.loading-overlay,
.product-tile .actions,
.slide.skin-darkened:before,
.teaser-type-brand-simple.skin-darkened:before,
.teaser:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn,
.btn-hero,
.btn-qty-dec,
.btn-qty-inc,
.btn-qty-submit,
.button,
.form-label,
.form-search-header button,
.hero-slider .swiper-pagination-btn,
.nav,
.nav-buttons-list a,
.selectric-wrapper,
.swiper-button,
.swiper-pagination,
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disabled,
.disabled.btn,
.disabled.btn-hero,
.disabled.btn-qty-dec,
.disabled.btn-qty-inc,
.disabled.btn-qty-submit,
.disabled.button,
.hero-slider .disabled.swiper-pagination-btn,
.hero-slider [disabled].swiper-pagination-btn,
.hero-slider fieldset[disabled] .swiper-pagination-btn,
.nav-buttons-list a.disabled,
.nav-buttons-list a[disabled],
.nav-buttons-list fieldset[disabled] a,
.swiper-button-disabled,
[disabled].btn,
[disabled].btn-hero,
[disabled].btn-qty-dec,
[disabled].btn-qty-inc,
[disabled].btn-qty-submit,
[disabled].button,
fieldset[disabled] .btn,
fieldset[disabled] .btn-hero,
fieldset[disabled] .btn-qty-dec,
fieldset[disabled] .btn-qty-inc,
fieldset[disabled] .btn-qty-submit,
fieldset[disabled] .button,
fieldset[disabled] .hero-slider .swiper-pagination-btn,
fieldset[disabled] .nav-buttons-list a {
  pointer-events: none;
}
.selectric-skin-rounded .selectric-preview,
.swiper-pagination-bullet i,
.table-availability .color-dot {
  border-radius: 50%;
}
.btn,
.btn-hero,
.btn-qty-dec,
.btn-qty-inc,
.btn-qty-submit,
.button,
.hero-slider .swiper-pagination-btn,
.nav-buttons-list a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion,
.cart-totals-list,
.categories-tree-region ul,
.delivery-time-hint-list,
.facet-list,
.header .nav-secondary,
.my-account-nav,
.nav,
.nav-account-header .nav-account,
.nav-buttons-list,
.nav-jump-alphabetical,
.nav-main ul,
.nav-share-tools,
.nav-sitemap ul,
.nav-social-profiles,
.nav-splitted,
.nav-tabs,
.pagination-list,
.panes,
.size-table--images-desc ol,
.size-table--images-desc ul,
.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion li,
.cart-totals-list li,
.categories-tree-region ul li,
.delivery-time-hint-list li,
.facet-list li,
.header .nav-secondary li,
.my-account-nav li,
.nav-account-header .nav-account li,
.nav-buttons-list li,
.nav-jump-alphabetical li,
.nav-main ul li,
.nav-share-tools li,
.nav-sitemap ul li,
.nav-social-profiles li,
.nav-splitted li,
.nav-tabs li,
.nav li,
.pagination-list li,
.panes li,
.size-table--images-desc ol li,
.size-table--images-desc ul li,
.slider li {
  margin-bottom: 0;
}
.js [data-module].is-loading,
.js [data-responsive-bg],
[data-module] {
  transition: opacity 0.5s ease-out;
}
.animating .accordion-content,
.animating .accordion-title:before,
.box,
.bubble,
.col,
.collapsing,
.container,
.content,
.form-search-header,
.header,
.header .container,
.header .link-menu,
.nav-sitemap .group,
.page,
.page:before,
.price,
.product-tile,
.product-tile .actions,
.row,
.sidebar,
.sidebar-close,
.swiper-button,
.swiper-pagination-bullet i,
.teaser,
.wrapper {
  transition: all 0.3s ease-in-out;
}
.btn,
.btn-hero,
.btn-qty-dec,
.btn-qty-inc,
.btn-qty-submit,
.button,
.form-search-header .close,
.hero-slider .swiper-pagination-btn,
.hero-slider .swiper-pagination-btn:after,
.input-date,
.input-text,
.nav-buttons-list a,
.slider,
select,
textarea {
  transition: all 0.15s ease-in-out;
}
.form-search-header .input-text,
.sp-livesuggest-container .price,
.state-resizing *,
.transition-off {
  transition: all 0s!important;
}
@media only screen and (max-width: 767px) {
  .form-search-header .input-text,
  .sp-livesuggest-container .price,
  .state-resizing *,
  .transition-off {
    transition: none;
    transition: none 0s ease 0s;
  }
}
.sidebar {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.content,
.page,
.wrapper {
  position: relative;
}
#cboxLoadingGraphic,
.box.loading,
.bubble.loading,
.cart-products-container.initialising:after,
.hero-slider .loading.swiper-pagination-btn,
.js [data-module].is-loading:after,
.loading-container.initialising:after,
.loading-overlay,
.loading.btn,
.loading.btn-bordered,
.loading.btn-hero,
.loading.btn-qty-dec,
.loading.btn-qty-inc,
.loading.btn-qty-submit,
.loading.button,
.nav-buttons-list a.loading,
.table-product-list-small .loading-indicator {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero-slider .loading.swiper-pagination-btn,
.loading.btn,
.loading.btn-hero,
.loading.btn-qty-dec,
.loading.btn-qty-inc,
.loading.btn-qty-submit,
.loading.button,
.nav-buttons-list a.loading {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMAACw2PLS6vISKjExSVPz6/FRaZIySlFRWXDQ6RMTGzIyOlExSXPz+/B0kLAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBAANACwAAAAAEAAQAAAERbDJSau9OOvNewXHAnBHURzcYhYccI4dciDWICwTYuz0NBAMAq5x2BkOh0DgoGA4FRKdQYEIJBKBn3PYkNGsWOINk1xaIgAh+QQJBAAPACwAAAAAEAAQAIMsMjTExsRkZmxUWlzs6uyEiow0PkRscnT8/vzExsxkamxUWmTs7uyMkpRERkwdJCwERvDJSau9OOvNu58CQQgcgyAMR5zppojkAxiA5RzOBCzLUE+ORCKQexh6C4OjUHAohImDZNcDFBqNppCooz2u2cetaGOSJxEAIfkECQQADQAsAAAAABAAEAAABEewyUmrtUOsWxdhxMZJCmMqozR8jJguypBSSxAccxMkSZDvvdzBhkshDogcwsBMWgCHBZRpKFYOhezSoHB2srijtwIoHACWCAAh+QQJBAAPACwAAAAAEAAQAIMsMjTExsRkZmxUWlzs6uyEiow0PkRscnT8/vzExsxkamxUWmTs7uyMkpRERkwdJCwESfDJKQgRM2uGEHvO4WgT0TFOkgQjqVjCsSYHqaVB0tpTuPO9QuHHKzQaBeDEiFRKHEIiCWAAOB+AxWJgVRq2C4Mzu+0qqebrJAIAIfkECQQADQAsAAAAABAAEAAABEmwyXlCODO3IVYLSRI0yIFMC8EQAygiimGcjcLcSnUdsoFtKoZngpApaI2FYqAhmZpQ0uIAiGYWhcLP2shquRLAgQoum8/oNDoCACH5BAkEAA8ALAAAAAAQABAAgywyNMTGxGRmbFRaXOzq7ISKjDQ+RGxydPz+/MTGzGRqbFRaZOzu7IySlERGTB0kLARH8MnpSnEzP3dwaU3xAAZABUlQgQWwLIP5HEndWY7xLobkpAnMxDWIUTqaUUkiIBAEySQDgWBENQSq9TpROBXcsHhMLpvP1wgAIfkECQQADQAsAAAAABAAEAAABEmwyQnOAjM3dFA7RXFoEmKcyBIW5Hca3XBgpGkoXptxuf4FgZFPEkgkAkOiEZk8AIXJxkAxiC4IDMIiqWB4FckBlrFNLqjRtCQCACH5BAkEAA8ALAAAAAAQABAAgywyNMTGxGRmbFRaXOzq7ISKjDQ+RGxydPz+/MTGzGRqbFRaZOzu7IySlERGTB0kLARG8MlJ6wQGWAvWGto2Gd9iiJcHolfGPk5ROO9TNE1R33kdzzWJ40B7ORKJQBF1SCYOAgJBsDkGEg4GAsEQDWmEbfelkCosEQA7);
}
#cboxLoadingGraphic,
.box.loading,
.cart-products-container.initialising:after,
.input-text.loading,
.js [data-module].is-loading:after,
.loading-container.initialising:after,
.loading-overlay,
.loading.btn-bordered,
.loading.btn-cream,
.loading.btn-danger,
.loading.btn-qty-dec,
.loading.btn-qty-inc,
.loading.btn-qty-submit,
.loading.btn-tag,
.nav-buttons-list a.loading {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMAABwmLIySlMTGzOTq7FRaZMzOzGRqbNTS1CQmLJSWnMzKzOzu7MzS1GRqdP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBAAOACwAAAAAEAAQAAAES9DJSau9OOvNe12FsnCKIBRcISgKtyjF2A3KYB3JMQ1JENiTAwCAYEgUvgCrYVAkhoCEZJAcGAgEQwFBRE1rjmvWUUh4LQpDo1WJAAAh+QQJBAAQACwAAAAAEAAQAIQcJiyMkpTExsxUWmSssrTc3tw0NjxcXmS8urz08vSUmpzEysxUXmS0urzk5uQ0Ojz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFSSAkjmRpnmiqrmzrjshjIKwBAEZ952tjGA1RwpEwFQiFUWIhWBRHhcPgkIQ4BFhHQaE4Dr4EIdOpCAS6UkYVMiyWz5DjurTtmkIAIfkECQQADgAsAAAAABAAEAAABEjQyUmrtSexWxkAyMZJyQcko1QgYJGqifuqTSOnDUEYs6HzL4XBcOMMFIPZIsBMWhYFxULBDCguCoGgMKg6KwXt9fitQAsLSwQAIfkECQQAEAAsAAAAABAAEACEHCYsjJKUxMbMVFpkrLK03N7cNDY8XF5kvLq89PL0lJqcxMrMVF5ktLq85ObkNDo8////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABU0gJI7IYyBjqhoAYEAFUagj6xbDcMx0YxgNQm5AoKkKBx3POIotmU2F4slUBAIK6MiK1YoKUiot4Uh4IYmFYGHWOgRwhze9bmvJ9vMoBAAh+QQJBAAOACwAAAAAEAAQAAAES9DJWZopM7uTmGsEYTiLsEwMACCMERpDIA9SogKJYhiKIgcKSQGxwkxiM0rCmBkoaJqoZKEonKQZhUAQxFK4XS+pehWbz+i0ej2JAAAh+QQJBAAQACwAAAAAEAAQAIQcJiyMkpTExsxUWmSssrTc3tw0NjxcXmS8urz08vSUmpzEysxUXmS0urzk5uQ0Ojz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFSiAkjoWiFGMKFQSqBIECJU5CHsNRwkqyCAsbhDAotkwFh2DpEBWKulRiGSS1VLOaCPEwILBYAwBgAKvEZHOqYTA01PC4fE6v280hACH5BAkEAA4ALAAAAAAQABAAAARJ0Mm5ilozu6GGU4JQaNISnBw4ksoZXEqBkYPrkRp341LRGApepkEgGIQTQ/GI/BiAzckhcYgyAAAEo5nAAhLNAiK7QhYS5Wg0AgAh+QQJBAAQACwAAAAAEAAQAIQcJiyMkpTExsxUWmSssrTc3tw0NjxcXmS8urz08vSUmpzEysxUXmS0urzk5uQ0Ojz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFSSAkjmQ5Jk5imskiLOo6OkLtyKcL42fKQwWFovCDKAIBRfGYLAaHRVGBQPwVDoNDFUcYeAmIhwGxumYLBgDAIJsS0+tiw2BomEIAOw==);
}
.loading.btn-cta {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMAABROTKzCxHyanDRmZDxubPz+/ISipBxWVLzOzHyenDRqbERydABBQQAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBAAMACwAAAAAEAAQAAAERZDJSau9OOvNewUEAXDhQpDhuYGidxCHNQjDdCR4PA1Fr0gEgyERCgQIgl4hIbklDIcAAhFQKH9NGENKZSgEWAvBqKJEAAAh+QQJBAAOACwAAAAAEAAQAIMMSky8zsxMenw8bmx0lpTk7uwsXlxchoT8/vwcVlRUfnxEcnSEoqTs7uwAQUEAAAAERdDJSau9OOvNu59CUQhcgyBNeaab0BSKBCSAZRzGBCzLUE+GgDDnSAx6CQOBcBMGDrLeAkBgMJhOomNWq14dN21FybREAAAh+QQJBAAMACwAAAAAEAAQAAAEQpDJSau1Q4xbVfkKNwlfkYiSB6KpELISEQQEHCBIYOM6K9OsA+EAOyQMCaIFQCAwj4mapdk0IpUVwqLJEGIrTKclAgAh+QQJBAAOACwAAAAAEAAQAIMMSky8zsxMenw8bmx0lpTk7uwsXlxchoT8/vwcVlRUfnxEcnSEoqTs7uwAQUEAAAAERdDJKUoRM+uGUHPGYWgT5xlBOpJCcx1pcJAaqtK1iJMGQaw7B4HBIAQlw+IR5APiAAnAEjBYDKTBhHWROFKt2CA0vJxEAAAh+QQJBAAMACwAAAAAEAAQAAAERZDJSUIgM7MhBgsIEjAHcUxKoSqgeCRGcjKCWgjVRcQGxqSrzEEQm/0ECg3JpGwyAAQCwJmJRqkUwsKHhUqx4LB4TC5rIgAh+QQJBAAOACwAAAAAEAAQAIMMSky8zsxMenw8bmx0lpTk7uwsXlxchoT8/vwcVlRUfnxEcnSEoqTs7uwAQUEAAAAERtDJaQgxMztzMGEM4QAJQAVoBRLAsAymc6BBZxmJOySSQWOT1iu2UQAzpJigUBBono4GAtGAaqRUa0bQKCi04LB4TC6brREAIfkECQQADAAsAAAAABAAEAAABEaQyQkIATOzQw6zC6FJR2JyljgShpFcFjaWieGNGnfjEhEEKp4kgEAEhBOiEdn7BZkDwYDJUBSuCqbgWkgwrViqQpClmhkRACH5BAkEAA4ALAAAAAAQABAAgwxKTLzOzEx6fDxubHSWlOTu7CxeXFyGhPz+/BxWVFR+fERydISipOzu7ABBQQAAAARF0MlJ6wQJWAvWGto2JcOXiNe3hKiDsaJBEEYrEQxD2A6u8zIaT2I41GyGgPKIOigDB0GhINgklwUEohFT1LJbnmKqsEQAADs=);
}
.bubble.loading {
  background-image: url(data:image/gif;base64,R0lGODlhDAAMAIQAAARCRISipERydCxeXMTS1BROTFyGhKS+vDRmZPz+/NTe3BxWVGySlAxKTISmpFSChCxiZBRSVGSKjLzOzDxqbNTi5ABBQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBgAWACwAAAAADAAMAAAFNqAljmRpnmg6NkuTUnCKCEjKRgAJRKMQSDkLYJJwiBiBwOBwQCQSFRGEQTFMJgaH4lFaMBekEAAh+QQJBgAUACwAAAAADAAMAIQEQkSEoqREcnQkWlzc5uQUTkw0ZmSkurxkiowcUlQ8bmx0lpQERkSUrqwkXlz8/vwUUlQ0amy8zsx0mpwAQUEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNCAljmRpnmiqis7kpMRDwLLIlIDiUoNijICGBCGKCBSJxWIgkRxEkEgvMFEgDopSQVkghQAAIfkECQYAFwAsAAAAAAwADACEBEJEhKKkRHJ0LF5cxNLUFFJUpL68ZIqMNGZk/P78jKakVIKE1N7cHFJUDEpMhKakLGJkvM7MbJKUPGpsXIKE1OLkHFZUAEFBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTTgJY5kWT7MYopNklTrBRCJEssIZd1GZPCE3wowWDSGh4Cg5EBMCoGApGQRCKoHCBOBcJBCACH5BAkGABYALAAAAAAMAAwAhARCRISipERydCRaXNzm5DRmZBROTKS6vGSKjDxubJSurDxqbBxSVHSWlARGRCReXPz+/DRqbBRSVLzOzJy2tHyanABBQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU1oCVaD0E8Y2pVEFQhlKCWxDJNhzoCyoTou0fCABQ1Ko2ipRFIFiXDYiExKDoEiYhyEJEoUyEAIfkECQYAFwAsAAAAAAwADACEBEJEhKKkRHJ0LF5cxNLUFE5MpL68XIaENGZk/P78jKak1N7cHFZUbJKUDEpMhKakVIKELGJkFFJUvM7MZIqMPGps1OLkAEFBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTjgJV6MYTCjCC3PMRGH0AyilSSIOQRBIyoJAkAEOAQEI8lwBCgwHKkoQoCIpipU68jx1Hq/4PAoBAAh+QQJBgAWACwAAAAADAAMAIQEQkSEoqREcnQkWlzc5uQUTkykurxkiow0ZmR0lpSUrqwcVlQ8bmwERkQkXlz8/vwUUlS8zsxkjow0amx0mpyctrQAQUEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNKAlWkWSFKMoVAcTUMwwQWIVRYO5MMIkShEFYISIWRywYaohIjwIqagTGh0hHdWsdsvtVkMAIfkECQYAFwAsAAAAAAwADACEBEJEhKKkRHJ0LF5cxNLUXIaEFFJUpL68NGZk/P78VIKE1N7cbJKUHFJUDEpMhKakLGJkZIqMvM7MPGpsXIKE1OLkHFZUAEFBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTngJV4OMjmjCDGCJbTpxQSBgSBoKgQFEIsWxcD3uxwkh6LoQEgqLRQEsfhIEKaxSiLRUFIWD6V4FAIAIfkECQYAFQAsAAAAAAwADACEBEJEhKKkRHJ0JFpc3ObkNGZkFE5MpLq8ZIqMPG5sPGpsHFJUdJaUBEZElK6sJF5c/P78NGpsFFJUvM7MfJqcAEFBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTZgJY7kKEVDSUZC0qjiIBRwZSRSXTEUozMBX80QeQB0iInjCDtMJgoC4VFKHBAUCIRSe0ipoxAAOw==);
}
.table-product-list-small .loading-indicator {
  background-image: url(data:image/gif;base64,R0lGODlhDAAMAOMAANzW1Ozu7Pz69OTi5Pz29PT29OTe3PTy7Pz+/Nza3Pz6/Ozq5PTy9P///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBgANACwAAAAADAAMAAAEMLDJSau9OE+kUC5M8RUixnUUNzFL4DWIASxSsCzEMBAAkEiEAIORGNgSgYpA95JEAAAh+QQJBgALACwAAAAADAAMAIPc1tTs7uzk5uT8+vzs5uTk3tzs6uTc2tT09vT8/vzs6uz///8AAAAAAAAAAAAAAAAELXDJSau9OGs5zMgHcICilFQJoiDLgLAmUQTSiwyBMhSFwN0IggEREMAmOB0lAgAh+QQJBgANACwAAAAADAAMAAAEMLDJSWtd6VipAEhbgyTAEorFUZyDMbDDuyFCIMzHwlRIUSiLRaCiYPwYCwKPUEBQIgAh+QQJBgALACwAAAAADAAMAIPc1tTs7uzk5uT8+vzs5uTk3tzs6uTc2tT09vT8/vzs6uz///8AAAAAAAAAAAAAAAAELHDJNc4ZMy8FgAkColUHUhSCNiVCEajrgGDwEhhKvX26TKuIWS0hE9V8ukwEACH5BAkGAAwALAAAAAAMAAwAg9zW1Ozu7Pz69OTi5PT29OTe3PTy7Pz+/Nza3Pz6/Ozq5PTy9P///wAAAAAAAAAAAAQykEmWxhBTGqT2MEuAMQgAEBahKIGkAMghHYayTIk8HUme/YQF4ZcJjogMXgLJbDqfkwgAIfkECQYACwAsAAAAAAwADACD3NbU7O7s5Obk/Pr87Obk5N7c7Ork3NrU9Pb0/P787Ors////AAAAAAAAAAAAAAAABC1wyTWCGlMiEZAxyBBKQlEMyoWsUlAIySRiAxhn2HIAR+bvPZ8MJCwaj8ikMAIAIfkECQYADAAsAAAAAAwADACD3NbU7O7s/Pr05OLk9Pb05N7c9PLs/P783Nrc/Pr87Ork9PL0////AAAAAAAAAAAABDOQSXYIOVOKsNIiScYEipIQQpgtSoCJTGJcsDQUQ20Pub4Jr5oCgAiKEACAQGdAKHTQSQQAIfkECQYACwAsAAAAAAwADACD3NbU7O7s5Obk/Pr87Obk5N7c7Ork3NrU9Pb0/P787Ors////AAAAAAAAAAAAAAAABC1wyUnnQKNSxJOWF/ItVzYGRDAugaGspXcWgqwJRYEchzkhgoACADCMBjzRJAIAOw==);
}
.loading-overlay {
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: wait;
}
.facet-list > li a,
.header .nav-secondary > li a,
.nav-tabs > li a,
.nav > li a {
  display: block;
  position: relative;
}
.facet-list > li span,
.header .nav-secondary > li span,
.nav-tabs > li span,
.nav > li span {
  display: block;
}
.header .nav-secondary > li,
.nav-tabs > li {
  float: left;
  position: relative;
}
.header .nav-secondary > li > a,
.nav-tabs > li > a {
  text-align: center;
}
.nav-share-tools > li,
.nav-social-profiles > li,
.nav-splitted > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: -4px;
}
.nav-share-tools > li a,
.nav-social-profiles > li a,
.nav-splitted > li a {
  display: block;
}
.category-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.sp-message-server-error h1,
.teaser-headline,
.teaser-subline,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  position: relative;
  margin: 0 0 20px;
  line-height: 1em;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  font-weight: 300;
}
.subheading-1,
.table-sizes--tables-std h3,
.table-sizes--tables-std h4 {
  display: block;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 989px) {
  .subheading-1,
  .table-sizes--tables-std h3,
  .table-sizes--tables-std h4 {
    font-size: 22px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 990px) {
  .subheading-1,
  .table-sizes--tables-std h3,
  .table-sizes--tables-std h4 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .subheading-1,
  .table-sizes--tables-std h3,
  .table-sizes--tables-std h4 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}
@font-face {
  font-family: StockmannSans;
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.eot);
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.woff2) format("woff2"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Regular.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: StockmannSans;
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.eot);
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.woff2) format("woff2"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-RegularItalic.svg) format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: StockmannSans;
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.eot);
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.woff2) format("woff2"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Bold.svg) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: StockmannSans;
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.eot);
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.woff2) format("woff2"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: StockmannSans;
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.eot);
  src: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.woff2) format("woff2"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.woff) format("woff"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.otf) format("opentype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.ttf) format("truetype"), url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/fonts/StockmannSans-LightItalic.svg) format("svg");
  font-weight: 300;
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
body,
html {
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html {
    -webkit-font-smoothing: antialiased;
  }
}
body {
  background: #fff;
  color: #1d242c;
  font-family: StockmannSans, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.44444em;
}
img {
  -ms-interpolation-mode: bicubic;
  background-color: rgba(29, 36, 44, 0.01);
  height: auto;
  max-width: 100%;
  border: 0;
}
ol,
ul {
  font-size: 18px;
  margin: 0 0 25px;
  padding: 0 0 0 15px;
  counter-reset: listNumbering;
}
li {
  counter-increment: listNumbering;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
dd {
  margin: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figure {
  margin: 0;
}
fieldset {
  border: none;
  margin: 15px 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 10px;
  font-weight: 400;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td,
th {
  vertical-align: top;
  padding: 5px 10px;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
[hidden] {
  display: none;
}
[disabled],
[readonly] {
  cursor: default;
}
::-moz-selection {
  background: rgba(0, 65, 65, 0.5);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: rgba(0, 65, 65, 0.5);
  color: #fff;
  text-shadow: none;
}
* {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*,
:after,
:before {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
.accordion {
  border-bottom: 2px solid #eeece9;
  margin: 20px 0;
}
.accordion.skin-orders {
  border-bottom: none;
}
.accordion.skin-orders .accordion-panel {
  margin: 0 0 3px;
}
.accordion.skin-orders .accordion-title {
  text-transform: none;
  padding-right: 10px;
  padding-left: 30px;
  background-color: #181c20;
  color: #fff;
  font-style: normal;
  border-top: none;
}
.accordion.skin-orders .accordion-title:before {
  right: auto;
  left: 10px;
}
.accordion.skin-orders .accordion-title .price {
  font-weight: 400;
}
.accordion-title {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 14px 30px 14px 0;
  border-top: 2px solid #eeece9;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
}
.accordion-title:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 19px;
  font-size: 12px;
}
.accordion-title.active:before {
  top: 15px;
  transform: scaleY(-1);
}
.accordion-content {
  transform: translateZ(0);
  position: relative;
  padding: 0;
  display: none;
}
.animating .accordion-content {
  overflow: hidden;
}
.accordion-content.active {
  display: block;
}
.accordion-content.skin-on-top {
  z-index: 1;
}
.accordion-inner {
  max-height: 100%;
}
.accordion-title-order-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-title-order-number:before {
  content: '#';
}
.box {
  position: relative;
  overflow: hidden;
  background: #f7f6f4 50% 50%;
  padding: 8px 13px;
}
.box.loading {
  color: transparent;
}
.box-label {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  margin: 5px 0;
}
.box-content {
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
}
.box--delivery-time {
  padding: 22px 20px;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .box--delivery-time {
    padding: 27px;
  }
}
.box--address {
  min-height: 140px;
}
.box--address .box-content {
  margin: 0 0 20px;
}
.box--address .box-content:last-child {
  margin-bottom: 0;
}
.box--order-delivery {
  background: rgba(237, 235, 232, 0.5);
}
.box--order-delivery .box-label {
  font-size: 16px;
}
.box-brand-info {
  padding: 20px;
  background: #f7f6f4;
}
.box-brand-info .box-image {
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .box-brand-info {
    display: -ms-flexbox;
    display: flex;
    padding: 36px;
  }
  .box-brand-info .box-image {
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    margin: 0 30px 0 0;
  }
  .box-brand-info .box-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.box-row {
  padding: 10px 13px;
  background: #eeece9;
  font-size: 16px;
  line-height: 1.25em;
  font-style: italic;
}
.btn-tag {
  margin: 3px 1px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-cart .icon {
  position: relative;
  top: 2px;
  margin: -2px 3px -10px 0;
  font-size: 19px;
}
.button-back {
  display: block;
  cursor: pointer;
  background: rgba(237, 235, 232, 0.5);
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.42857em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.button-back .ficon {
  margin: 0 2px 0 0;
  font-size: 10px;
}
.print-link {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  text-decoration: underline;
  width: 80px;
}
.print-link .ficon {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}
.btn-link {
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  text-transform: none;
  color: #1d242c;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.21429em;
}
.btn-link,
.btn-link:hover {
  background: none;
}
.btn-link:hover {
  opacity: 0.7;
}
.btn-link.btn {
  background: transparent;
}
.btn-check-availability {
  font-size: 14px;
  line-height: 34px;
  font-style: italic;
  text-align: center;
  display: block;
  border: 1px solid #eeece9;
  padding: 5px 10px;
  margin: 10px 0;
  cursor: pointer;
}
.btn-check-availability span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.page-title.cart {
  position: relative;
}
.page-title.cart .subheading-2 {
  position: relative;
  width: 200px;
  text-align: right;
  padding-top: 3px;
  float: right;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.21429em;
}
@media (min-width: 990px) {
  .page-title.cart .subheading-2 {
    padding-top: 7px;
  }
}
@media (min-width: 1200px) {
  .page-title.cart .subheading-2 {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .page-title.cart .subheading-2 {
    position: relative;
    float: right;
    width: auto;
  }
  .page-title.cart .heading-2 {
    float: left;
  }
}
.cart-special-content {
  width: 100%;
  display: table;
}
.cart-special-content p {
  margin: 0;
}
.cart-special-content .cell-additional-info,
.cart-special-content .cell-title {
  display: table-cell;
  vertical-align: middle;
}
.cart-special-content .cell-title {
  width: 73%;
}
.cart-special-content .cell-additional-info {
  width: 25%;
  text-align: right;
  padding-right: 5px;
}
.cart-special-content .cell-additional-info .info-title {
  font-size: 14px;
  line-height: 1.21429em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.cart-special-content .cell-additional-info .info-text {
  display: none;
  font-size: 12px;
  line-height: 1.41667em;
}
@media (min-width: 990px) {
  .cart-special-content .cell-title {
    width: 52%;
  }
  .cart-special-content .cell-additional-info {
    width: 46%;
  }
  .cart-special-content .cell-additional-info .info-text {
    display: inline;
  }
}
.cart-info {
  margin: 0 -20px;
}
.cart-info .cart-info-content {
  font-weight: lighter;
  padding: 10px 20px;
  background-color: #eeece9;
  text-align: center;
  font-style: italic;
  font-size: 16px;
}
.cart-info .cart-info-content p {
  margin: 0;
}
@media (min-width: 768px) {
  .cart-info {
    border-top: 3px solid #eeece9;
    margin: 0;
  }
  .cart-info .cart-info-content {
    line-height: 20px;
    padding: 7px 0 10px;
    margin: 0;
  }
}
.register-hint-wrapper {
  width: 1px;
  margin: 20px 0 0 -60px;
}
.register-hint-wrapper p {
  margin: 0;
}
@media (min-width: 990px) {
  .register-hint-wrapper {
    margin: 0 0 0 10px;
    width: calc(-254vw);
  }
}
.register-hint-wrapper .register-hint {
  background-color: #eeece9;
  position: relative;
  text-align: right;
  padding: 9px 14px;
  width: calc(80vw);
  min-width: 300px;
  max-width: 578px;
}
.register-hint-wrapper .register-hint .register-hint-content {
  font-size: 14px;
  line-height: 1.21429em;
  font-style: italic;
}
@media (max-width: 989px) {
  .register-hint-wrapper .register-hint:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eeece9;
    left: auto;
    right: 67px;
  }
}
@media (min-width: 375px) {
  .register-hint-wrapper .register-hint {
    width: calc(60vw);
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .register-hint-wrapper .register-hint:after {
    right: 93px;
  }
}
@media (min-width: 990px) {
  .register-hint-wrapper .register-hint {
    width: 100%;
    padding: 11px 30px 11px 17px;
    max-width: 292px;
    float: left;
    margin: 10px 0;
  }
  .register-hint-wrapper .register-hint:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #eeece9;
    right: auto;
    margin-left: 0;
  }
  .register-hint-wrapper .register-hint .register-hint-content {
    text-align: left;
  }
  .register-hint-wrapper .register-hint .product-hint-remove {
    color: #e1dbd3;
    position: absolute;
    top: 11px;
    right: 11px;
  }
}
.cart-totals {
  position: relative;
}
.cart-totals .property {
  float: left;
  width: 50%;
  text-transform: uppercase;
  font-style: italic;
}
.cart-totals .value {
  float: right;
  width: 50%;
  text-align: right;
}
.my-account-cart-totals {
  margin-top: 3px;
}
.cart-totals-list {
  font-size: 14px;
  line-height: 1em;
  padding: 0 10px;
  background: rgba(237, 235, 232, 0.5);
}
.cart-totals-list li {
  border-bottom: 1px solid rgba(224, 218, 209, 0.5);
  padding: 14px 0;
}
.cart-totals-list li:last-child {
  border-bottom: none;
}
.cart-totals-summary {
  font-size: 16px;
  background: #eeece9;
  display: block;
  padding: 8px 10px;
  margin-top: 3px;
}
.cart-products-container {
  margin-bottom: 40px;
}
.cart-products-container.initialising {
  min-height: 50px;
  position: relative;
}
.cart-products-container.initialising .inner {
  display: none;
}
.cart-products-container.initialising:after {
  content: "";
  display: block;
}
.cart-products-container .table-products-item .td-name a:hover {
  opacity: 0.7;
}
.cart-navigation {
  margin-top: 30px;
}
.coupon-container {
  margin: 20px 0;
}
.categories-side-col .tabs {
  margin-bottom: 25px;
}
.categories-side-col .accordion-content {
  padding: 15px 0 20px;
}
.categories-side-col .accordion-content.with-filter {
  padding-top: 55px;
}
.categories-side-col .accordion-content.with-filter .input-text {
  position: absolute;
  top: 5px;
  border-width: 2px;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .categories-side-col {
    max-width: 235px;
  }
}
.categories-tree-region {
  font-size: 16px;
  line-height: 1.25em;
}
.brand-categories-tree .categories-tree-region {
  display: block;
}
@media (min-width: 768px) {
  .categories-tree-region {
    display: block;
  }
}
.categories-tree-region ul {
  padding-left: 20px;
}
.categories-tree-region .categories-tree-list {
  padding: 0;
}
.categories-tree-region .categories-tree-list li {
  text-transform: uppercase;
}
.categories-tree-region .categories-tree-list li li {
  text-transform: none;
}
.categories-tree-region .topic-shop-tree-list {
  padding: 0;
}
.categories-tree-region .topic-shop-tree-list a {
  font-weight: 300;
}
.categories-tree-region .topic-shop-tree-list a:hover {
  opacity: 0.7;
}
.categories-tree-region .check-control {
  padding: 2px 2px 3px 12px;
  margin: 0;
}
.categories-tree-region .sp-has-children > .check-control {
  display: block;
  padding: 2px 2px 3px 12px;
}
.categories-tree-region .sp-has-children > .check-control:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 8px;
}
.categories-tree-region .sp-has-children.sp-active > .check-control:before {
  content: "";
}
.categories-tree-region .category-link {
  margin: 0;
  display: block;
  position: relative;
  padding: 2px 2px 3px 12px;
}
.categories-tree-region .category-link:hover {
  opacity: 0.7;
}
.categories-tree-region .category-link:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 8px;
}
.categories-tree-region .category-link.active:before {
  content: "";
}
.categories-tree-region .category-link.current {
  font-weight: 700;
}
.categories-tree-region .category-link.no-childs:before {
  content: '';
}
@media (max-width: 1199px) {
  .categories-tree-region {
    font-size: 15px;
  }
}
.category-title {
  font-size: 24px;
  line-height: 1.16667em;
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media (min-width: 375px) {
  .category-title {
    font-size: 28px;
    line-height: 1.14286em;
  }
}
@media (min-width: 480px) {
  .category-title {
    font-size: 32px;
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .category-title {
    font-size: 42px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .search-results .product-tile .description {
    font-size: 12px;
    line-height: 1.16667em;
  }
}
@media (min-width: 768px) {
  .search-results .product-tile .description {
    font-size: 14px;
    line-height: 1.21429em;
  }
}
@media (min-width: 990px) {
  .search-results .product-tile .description {
    font-size: 16px;
    line-height: 1.25em;
  }
}
@media (max-width: 767px) {
  .search-results .col {
    width: 50%;
    float: left;
  }
  .search-results .col:nth-child(odd) {
    clear: both;
  }
  .search-results .col .product-tile .add-to-cart,
  .search-results .col .product-tile .add-to-wishlist {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .search-results .col:nth-child(3n+1) {
    clear: both;
  }
}
.facet-list li {
  overflow: hidden;
}
.facet-list .check-control {
  font-size: 16px;
  line-height: 1.25em;
  margin: 0 0 15px;
  display: block;
}
@media (min-width: 768px) {
  .facet-list .check-control {
    font-size: 14px;
    line-height: 1.42857em;
    margin: 0 0 10px;
  }
}
.facet li {
  text-transform: capitalize;
}
.facet-sizes li {
  text-transform: uppercase;
}
.bubble.facet-bubble {
  background-color: #eeece9;
  color: #1d242c;
  margin-left: 10px;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 400;
}
.pagination .sp-pagination {
  color: #1d242c;
  padding-top: 30px;
  border-top: 2px solid #eeece9;
}
.pagination .sp-pagination input[type=submit] {
  font-family: StockmannSans, Arial, sans-serif;
  border: 1px solid #eeece9;
  padding: 5px;
  font-size: 16px;
  min-width: 32px;
  min-height: 32px;
}
.pagination .sp-pagination input[type=submit].sp-current {
  background-color: #eeece9;
  font-weight: 400;
}
.pagination .sp-pagination .sp-pagination-button {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-height: 32px;
  min-width: 32px;
}
.pagination .sp-pagination .sp-pagination-button:disabled {
  display: inline-block;
  cursor: default;
  color: rgba(29, 36, 44, 0.2);
}
@media (min-width: 768px) {
  .pagination .sp-pagination .sp-pagination-button {
    margin: 0 20px;
  }
}
.pagination .sp-pagination .sp-pagination-icon {
  text-align: center;
  text-indent: -999em;
  font-size: 0;
  min-width: 0;
}
.pagination .sp-pagination .sp-pagination-icon:before {
  text-indent: 0;
  width: 5px;
  font-size: 12px;
}
.pagination .sp-pagination .sp-pagination-icon-prev:before {
  content: "";
}
.pagination .sp-pagination .sp-pagination-icon-next:before {
  content: "";
}
.pagination .sp-pagination li {
  display: inline-block;
  margin-right: 3px;
  float: left;
}
.pagination .sp-pagination li span {
  min-width: 32px;
  min-height: 32px;
  display: inline-block;
}
.form-group.result-sort {
  padding-top: 5px;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 180px;
}
.container-breadcrumbs .form-group.result-sort {
  top: 15px;
  right: 20px;
  padding-top: 0;
}
.container-header-teaser + .divider-container {
  display: none;
}
.check-control {
  position: relative;
  display: block;
  line-height: 18px;
  font-weight: 400;
  padding: 0 0 0 26px;
  margin: 0 0 10px;
  min-height: 18px;
  cursor: pointer;
  text-align: left;
}
.check-control input {
  opacity: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  z-index: 1;
  left: 0;
  top: 0;
}
.check-control .ctx-control,
.check-control input {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
}
.check-control .ctx-control {
  left: 1px;
  top: 1px;
  display: block;
  box-shadow: 0 0 0 1px #e1dbd3;
}
.check-control.invalid .ctx-control {
  box-shadow: 0 0 0 1px #d90b00;
}
.check-control input[type=radio] + .ctx-control {
  border-radius: 50%;
}
.check-control input[type=radio].skin-quad + .ctx-control {
  border-radius: 0;
}
.check-control label {
  display: inline;
  cursor: pointer;
}
.check-control input:checked + .ctx-control {
  background: #181c20;
}
.check-control.skin-block {
  display: block;
}
.check-control.skin-block + .check-control {
  margin-left: 0;
}
.check-control a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .check-control {
    padding: 0 0 0 22px;
    min-height: 14px;
  }
  .check-control .ctx-control,
  .check-control input {
    top: 3px;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 480px) {
  .check-control {
    display: inline-block;
  }
  .check-control + .check-control {
    margin-left: 20px;
  }
}
.checkout-type.context-initial .form-section-customer-data,
.checkout-type.context-initial .form-section-login,
.checkout-type.context-login .form-customer-login .form-group-submit,
.checkout-type.context-login .form-customer-login h3,
.checkout-type.context-login .form-section-customer-data,
.checkout-type.context-register .form-group-email-guest,
.checkout-type .form-group-loyalty-number-checkout,
.checkout-type .form-section-submit {
  display: none;
}
.checkout-type.context-register .form-group-loyalty-number-checkout {
  display: block;
}
.checkout-delivery-methods .checkout-type-options,
.checkout-delivery-methods .form-section-credentials,
.checkout-delivery-methods .form-section-login,
.checkout-delivery-methods .form-section-marketing,
.checkout-delivery-methods .form-section-tos,
.checkout-type.context-guest .form-group-loyalty-number-checkout,
.checkout-type.context-guest .form-section-credentials,
.checkout-type.context-guest .form-section-login,
.checkout-type.context-guest .form-section-marketing,
.checkout-type.context-guest .form-section-tos,
.checkout-type.context-register .form-section-login,
.checkout-type.context-shipping .checkout-type-options,
.checkout-type.context-shipping .form-section-credentials,
.checkout-type.context-shipping .form-section-login,
.checkout-type.context-shipping .form-section-marketing,
.checkout-type.context-shipping .form-section-tos,
.checkout-type.context-update .checkout-type-options,
.checkout-type.context-update .form-section-credentials,
.checkout-type.context-update .form-section-login,
.checkout-type.context-update .form-section-marketing,
.checkout-type.context-update .form-section-tos {
  display: none;
}
.checkout-delivery-methods .show-if-shipping,
.checkout-type.context-shipping .show-if-shipping {
  display: block;
}
.checkout-delivery-methods .form-group-dob,
.checkout-delivery-methods .form-section-credentials,
.checkout-delivery-methods .form-section-marketing,
.checkout-delivery-methods .form-section-submit,
.checkout-delivery-methods .form-section-tos,
.checkout-delivery-methods .hide-in-register,
.checkout-delivery-methods .row-language-gender,
.checkout-type.context-shipping .form-group-dob,
.checkout-type.context-shipping .form-section-credentials,
.checkout-type.context-shipping .form-section-marketing,
.checkout-type.context-shipping .form-section-submit,
.checkout-type.context-shipping .form-section-tos,
.checkout-type.context-shipping .hide-in-register,
.checkout-type.context-shipping .row-language-gender {
  display: none;
}
.checkout-shipping-hint {
  font-style: italic;
  font-size: 14px;
  color: #1d242c;
}
.checkout-shipping-hint strong {
  color: rgba(29, 36, 44, 0.5);
  font-weight: 400;
}
.delivery-time-hint-std h3,
.delivery-time-hint-std h4,
.delivery-time-hint-std h5,
.delivery-time-hint-std h6 {
  display: block;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 1.18182em;
  letter-spacing: 1.5px;
}
.checkout-delivery-methods {
  position: relative;
  min-height: 250px;
}
.delivery-time-hint-list .product-description {
  margin: 0;
}
.delivery-time-hint-list > li {
  margin: 20px 0 0;
}
.delivery-time-hint-list > li:first-child:last-child .product-description {
  margin: 0 0 15px;
}
.delivery-time-hint-list.skin-sm > li {
  margin: 10px 0 0;
  line-height: 1.2;
}
.section-checkout .hide-in-checkout,
.section-customer-register .hide-in-register {
  display: none;
}
.loading-container.initialising {
  min-height: 50px;
  position: relative;
}
.loading-container.initialising .loading-content {
  display: none;
}
.loading-container.initialising:after {
  content: "";
  display: block;
}
.loading-container.loading {
  cursor: wait;
}
.loading-container.loading:after {
  cursor: wait;
  content: "";
}
.payment-method-data {
  padding: 30px 0 0;
  display: none;
}
.payment-method-data.active {
  display: block;
}
@media (max-width: 767px) {
  .payment-method-data .form-group.social-security-number {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .payment-method-data {
    padding: 50px 0 0;
  }
  .payment-method-data .form-group.distribution-method,
  .payment-method-data .form-group.social-security-number {
    margin-bottom: 0;
  }
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: default !important;
}
#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  background: #fff;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#cboxContent,
#colorbox {
  box-sizing: content-box;
}
#cboxLoadedContent {
  box-sizing: border-box;
}
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxClose,
#cboxNext,
#cboxPrevious {
  font-size: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin: -40px 10px 0;
  padding: 5px 10px;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
#cboxPrevious {
  left: 0;
}
#cboxPrevious:before {
  content: "";
}
#cboxPrevious:active {
  left: -3px;
}
#cboxNext {
  right: 0;
}
#cboxNext:before {
  content: "";
}
#cboxNext:active {
  right: -3px;
}
#cboxClose {
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  font-size: 24px;
  width: 65px;
  height: 65px;
}
#cboxClose:before {
  content: "";
}
.dropdown {
  position: absolute;
  z-index: 10;
  background: #fff;
  border-top: 2px solid #1d242c;
  padding: 20px;
  right: 0;
  top: 100%;
  margin-top: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
}
.dropdown.skin-arrow:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1d242c;
  position: absolute;
  bottom: 100%;
  right: 8px;
}
.dropdown-cart {
  font-size: 14px;
  line-height: 1em;
}
.dropdown-cart .title {
  font-size: 18px;
  margin: 0 0 15px;
}
.dropdown-cart .product-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dropdown-cart .product-wrap a:hover {
  opacity: 0.7;
}
.dropdown-cart .totals {
  background: #eeece9;
  margin: 10px 0;
  padding: 13px 10px;
  font-size: 16px;
}
.dropdown-cart .label {
  float: left;
  text-transform: uppercase;
}
.dropdown-cart .price {
  font-weight: 700;
}
.dropdown-cart .price-total {
  float: right;
}
.dropdown-cart .actions .btn {
  margin: 7px 0 0;
}
.dropdown-cart .cart-empty {
  margin: 30px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .dropdown-cart {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-top: none;
    box-shadow: inset 0 2px 6px rgba(24, 28, 32, 0.2);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dropdown-cart:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .dropdown-cart {
    min-width: 380px;
    max-width: 450px;
  }
  .dropdown-cart .product-wrap {
    max-height: 325px;
    margin-right: -20px;
    padding-right: 20px;
  }
}
.energy-label {
  width: 125px;
  height: 50px;
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 25px 0 0;
}
.energy-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
}
.energy-label--inner {
  display: block;
  font-family: Arial, sans-serif;
  position: relative;
  height: 100%;
  line-height: 30px;
  font-style: normal;
  padding: 0 0 0 14px;
}
.energy-label--inner:before {
  text-transform: uppercase;
  font-size: 40px;
}
.energy-label--inner:after {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 2px 0 0;
  vertical-align: 18px;
}
.energy-label--a3 .energy-label--inner,
.energy-label--a3:before {
  background: #00a54f;
}
.energy-label--a3 .energy-label--inner:before {
  content: "a";
}
.energy-label--a3 .energy-label--inner:after {
  content: "+++";
}
.energy-label--a2 .energy-label--inner,
.energy-label--a2:before {
  background: #00a54f;
}
.energy-label--a2 .energy-label--inner:before {
  content: "a";
}
.energy-label--a2 .energy-label--inner:after {
  content: "++";
}
.energy-label--a1 .energy-label--inner,
.energy-label--a1:before {
  background: #4db948;
}
.energy-label--a1 .energy-label--inner:before {
  content: "a";
}
.energy-label--a1 .energy-label--inner:after {
  content: "+";
}
.energy-label--a .energy-label--inner,
.energy-label--a:before {
  background: #bfd72e;
}
.energy-label--a .energy-label--inner:before {
  content: "a";
}
.energy-label--a .energy-label--inner:after {
  content: "";
}
.energy-label--b .energy-label--inner,
.energy-label--b:before {
  background: #fff200;
}
.energy-label--b .energy-label--inner:before {
  content: "b";
}
.energy-label--b .energy-label--inner:after {
  content: "";
}
.energy-label--c .energy-label--inner,
.energy-label--c:before {
  background: #fdb813;
}
.energy-label--c .energy-label--inner:before {
  content: "c";
}
.energy-label--c .energy-label--inner:after {
  content: "";
}
.energy-label--d .energy-label--inner,
.energy-label--d:before {
  background: #f27020;
}
.energy-label--d .energy-label--inner:before {
  content: "d";
}
.energy-label--d .energy-label--inner:after {
  content: "";
}
.energy-label--e .energy-label--inner,
.energy-label--e:before {
  background: #ee1c24;
}
.energy-label--e .energy-label--inner:before {
  content: "e";
}
.energy-label--e .energy-label--inner:after {
  content: "";
}
.energy-label--f .energy-label--inner,
.energy-label--f:before {
  background: #ee1c24;
}
.energy-label--f .energy-label--inner:before {
  content: "f";
}
.energy-label--f .energy-label--inner:after {
  content: "";
}
.energy-label--g .energy-label--inner,
.energy-label--g:before {
  background: #ee1c24;
}
.energy-label--g .energy-label--inner:before {
  content: "g";
}
.energy-label--g .energy-label--inner:after {
  content: "";
}
.energy-label--left {
  padding: 0 0 0 25px;
}
.energy-label--left .energy-label--inner {
  text-align: right;
  padding: 0 14px 0 0;
}
.energy-label--left:before {
  left: 7px;
  right: auto;
}
@media (min-width: 375px) {
  .energy-label--xxs-left {
    padding: 0 0 0 25px;
  }
  .energy-label--xxs-left .energy-label--inner {
    text-align: right;
    padding: 0 14px 0 0;
  }
  .energy-label--xxs-left:before {
    left: 7px;
    right: auto;
  }
}
@media (min-width: 480px) {
  .energy-label--xs-left {
    padding: 0 0 0 25px;
  }
  .energy-label--xs-left .energy-label--inner {
    text-align: right;
    padding: 0 14px 0 0;
  }
  .energy-label--xs-left:before {
    left: 7px;
    right: auto;
  }
}
@media (min-width: 768px) {
  .energy-label--sm-left {
    padding: 0 0 0 25px;
  }
  .energy-label--sm-left .energy-label--inner {
    text-align: right;
    padding: 0 14px 0 0;
  }
  .energy-label--sm-left:before {
    left: 7px;
    right: auto;
  }
}
@media (min-width: 990px) {
  .energy-label--md-left {
    padding: 0 0 0 25px;
  }
  .energy-label--md-left .energy-label--inner {
    text-align: right;
    padding: 0 14px 0 0;
  }
  .energy-label--md-left:before {
    left: 7px;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .energy-label--lg-left {
    padding: 0 0 0 25px;
  }
  .energy-label--lg-left .energy-label--inner {
    text-align: right;
    padding: 0 14px 0 0;
  }
  .energy-label--lg-left:before {
    left: 7px;
    right: auto;
  }
}
.error .btn {
  display: block;
}
.error-404 p {
  font-size: 22px;
  line-height: 1.27273em;
  margin-bottom: 40px;
}
.icon {
  font-style: normal;
}
.ficon-social-mail:after,
.ficon-social-mail:before {
  /*font-size: 1.1em;
  top: .05em*/
}
label[for] {
  cursor: pointer;
}
.form-label,
label {
  display: block;
  position: relative;
}
.form-label a,
label a {
  text-decoration: underline;
}
.form-label .required,
label .required {
  display: inline !important;
}
.input-text.loading {
  padding-right: 40px;
}
.input-text.skin-small {
  height: 40px;
  line-height: 40px;
}
textarea.input-text {
  height: auto;
}
select {
  font-weight: 400;
  text-indent: .01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-group {
  position: relative;
}
.input-group.skin-prepend .input-text {
  padding-left: 50px;
}
.input-group.skin-prepend .submit {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 10px;
}
.input-group.skin-submitline .btn-submit,
.input-group.skin-submitline .input-text {
  margin: 0;
  float: left;
  width: 65%;
  height: 50px;
}
.input-group.skin-submitline .btn-submit {
  width: 35%;
}
@media (min-width: 768px) {
  .input-group.skin-submitline .input-text {
    width: 75%;
  }
  .input-group.skin-submitline .btn-submit {
    width: 25%;
  }
}
.input-box {
  position: relative;
}
.input-select {
  background: #eeece9;
  padding: 3px 12px;
  height: 50px;
  border: none;
}
.input-select.skin-small {
  font-size: 14px;
  line-height: 2em;
  height: 28px;
  padding: 1px 36px 1px 12px;
}
.form-label {
  margin: 0 0 7px;
  min-height: 17px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  line-height: 1em;
}
.form-label .hint {
  color: #b2ab9f;
  text-transform: none;
}
.form-label .hint-right {
  float: right;
  text-decoration: underline;
}
.form-label .hint-right,
.form-label .value {
  font-size: 13px;
  font-style: normal;
  text-transform: none;
}
.form-label .value {
  margin-left: 5px;
}
.form-label .value-extra {
  text-decoration: underline;
  cursor: pointer;
}
.form-notice {
  margin: 10px 0 0;
  display: block;
  font-size: 14px;
  line-height: 1.21429em;
  font-style: italic;
}
.invalid .form-notice {
  display: none;
}
.input-box-inline-btn .btn {
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 480px) {
  .input-box-inline-btn {
    display: -ms-flexbox;
    display: flex;
  }
  .input-box-inline-btn .input-text {
    -ms-flex: 1 0;
    flex: 1 0;
  }
  .input-box-inline-btn .btn {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 479px) {
  .input-box-inline-btn .btn {
    display: block;
    width: 100%;
  }
}
.input-box-inline-label .input-inline-label {
  background: #eeece9;
  padding: 15px 18px;
  line-height: 20px;
  white-space: nowrap;
}
@media (min-width: 375px) {
  .input-box-inline-label {
    display: -ms-flexbox;
    display: flex;
  }
  .input-box-inline-label .input-wrap {
    -ms-flex: 1 0;
    flex: 1 0;
  }
  .input-box-inline-label .input-inline-label {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 374px) {
  .input-box-inline-label .input-inline-label {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.form-group-change-password .form-group-new-password,
.form-group-change-password.is-change .btn,
.form-group-change-password.is-change .password-label,
.form-group-change-password .password-label-change {
  display: none;
}
.form-group-change-password.is-change .password-label-change {
  display: inline;
}
.form-group-change-password.is-change .form-group-new-password {
  display: block;
}
.input-hint-inside {
  font-weight: 300;
  color: #bbbdbf;
  font-style: italic;
  position: absolute;
  top: 15px;
  right: 15px;
}
.input-hint-inside.loyalty_level {
  font-style: normal;
  font-size: 14px;
  top: 12px;
  text-transform: uppercase;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group.last {
  margin-bottom: 0;
}
.form-section {
  margin-bottom: 40px;
}
.form-error {
  clear: both;
  padding-top: 5px;
  color: #d90b00;
  text-align: left;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.14286em;
}
.form-error a {
  text-decoration: underline;
}
@media (min-width: 990px) {
  .form-search-header {
    max-width: 500px;
  }
}
.form-newsletter {
  max-width: 490px;
  margin: 0 auto;
}
.form-newsletter .input-text {
  border: 1px solid #fff;
}
.form-newsletter .input-text:focus {
  border-color: #1d242c;
}
.form-newsletter .btn-submit {
  font-size: 13px;
}
@media (min-width: 768px) {
  .form-newsletter .btn-submit {
    font-size: 16px;
  }
}
.form-customer-register {
  position: relative;
}
.form-customer-register .show-if-shipping {
  display: none;
}
@media (max-width: 479px) {
  .form-customer-register .form-section-marketing .check-control {
    margin: 25px 50px;
  }
}
@media (min-width: 768px) {
  .form-customer-register .form-section-online-customer .form-group {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-customer-register .form-section-loyalty-status h3 {
  margin-bottom: 5px;
}
.form-customer-register.context-initial .form-section,
.form-customer-register .form-group-loyalty-number,
.form-customer-register .form-section-loyalty-card-selection {
  display: none;
}
.form-customer-register.context-initial .form-section-intro,
.form-customer-register.context-initial .form-section-loyalty-status {
  display: block;
}
.form-customer-register.context-existing-card .hide-to-existing-card {
  display: none;
}
.form-customer-register.context-existing-card .form-section-personal-details .form-group-dob,
.form-customer-register.context-existing-card .form-section-personal-details .form-group-loyalty-number,
.form-customer-register.context-new-card .form-section-loyalty-card-selection {
  display: block;
}
.form-customer-register.context-hide-personal-details .form-group-password-confirmation,
.form-customer-register.context-hide-personal-details .form-section-marketing,
.form-customer-register.context-hide-personal-details .form-section-personal-details,
.loggedin .form-customer-register.skin-loyalty-landingpage .form-section-credentials,
.loggedin .form-customer-register.skin-loyalty-landingpage .form-section-marketing,
.loggedin .form-customer-register.skin-loyalty-landingpage .form-section-online-customer,
.loggedin .form-customer-register.skin-loyalty-landingpage .form-section-personal-details {
  display: none;
}
.form-customer-register.loading {
  cursor: wait;
}
.form-customer-register.loading:after {
  cursor: wait;
  content: "";
}
.form-group-marketing {
  margin: 0 0 22px;
}
.date-select-box {
  position: relative;
}
@media (min-width: 480px) {
  .date-select-box {
    margin: 0 -3px;
  }
  .date-select-box .input-box {
    float: left;
    padding: 0 3px;
  }
  .date-select-box .input-box-day {
    width: 23.87543%;
  }
  .date-select-box .input-box-month {
    width: 42.56055%;
  }
  .date-select-box .input-box-year {
    width: 33.56401%;
  }
}
@media (max-width: 479px) {
  .date-select-box .input-box {
    margin: 6px 0 0;
  }
  .date-select-box .input-box:first-child {
    margin: 0;
  }
}
.date-select-box .input-date {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.date-select-box.use-date-input.mouseover .input-date {
  display: none;
}
.date-select-box.use-date-input .input-date {
  display: block;
}
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 375px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .container.skin-no-padding-to-sm {
    padding: 0;
  }
}
.container-nav-categories {
  overflow: hidden;
}
@media (max-width: 767px) {
  .row.skin-gutter-xs {
    margin: 0 -7px;
  }
  .row.skin-gutter-xs > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  .row.skin-gutter-l {
    margin: 0 -23px;
  }
  .row.skin-gutter-l > .col {
    padding-left: 23px;
    padding-right: 23px;
  }
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  float: left;
}
.col-xxs-1 {
  width: 8.33333%;
}
.col-xxs-2 {
  width: 16.66667%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-4 {
  width: 33.33333%;
}
.col-xxs-5 {
  width: 41.66667%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-7 {
  width: 58.33333%;
}
.col-xxs-8 {
  width: 66.66667%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-10 {
  width: 83.33333%;
}
.col-xxs-11 {
  width: 91.66667%;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-pull-0 {
  right: auto;
}
.col-xxs-pull-1 {
  right: 8.33333%;
}
.col-xxs-pull-2 {
  right: 16.66667%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-4 {
  right: 33.33333%;
}
.col-xxs-pull-5 {
  right: 41.66667%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-7 {
  right: 58.33333%;
}
.col-xxs-pull-8 {
  right: 66.66667%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-10 {
  right: 83.33333%;
}
.col-xxs-pull-11 {
  right: 91.66667%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-push-0 {
  left: auto;
}
.col-xxs-push-1 {
  left: 8.33333%;
}
.col-xxs-push-2 {
  left: 16.66667%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-4 {
  left: 33.33333%;
}
.col-xxs-push-5 {
  left: 41.66667%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-7 {
  left: 58.33333%;
}
.col-xxs-push-8 {
  left: 66.66667%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-10 {
  left: 83.33333%;
}
.col-xxs-push-11 {
  left: 91.66667%;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-offset-0 {
  margin-left: 0;
}
.col-xxs-offset-1 {
  margin-left: 8.33333%;
}
.col-xxs-offset-2 {
  margin-left: 16.66667%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333%;
}
.col-xxs-offset-5 {
  margin-left: 41.66667%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333%;
}
.col-xxs-offset-8 {
  margin-left: 66.66667%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333%;
}
.col-xxs-offset-11 {
  margin-left: 91.66667%;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 375px) {
  .break-from-xxs {
    clear: left;
  }
}
@media (max-width: 374px) {
  .break-to-xxs {
    clear: left;
  }
}
@media (min-width: 480px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  .break-from-xs {
    clear: left;
  }
}
@media (max-width: 479px) {
  .break-to-xs {
    clear: left;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .break-from-sm {
    clear: left;
  }
}
@media (max-width: 767px) {
  .break-to-sm {
    clear: left;
  }
}
@media (min-width: 990px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 990px) {
  .break-from-md {
    clear: left;
  }
}
@media (max-width: 989px) {
  .break-to-md {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .break-from-lg {
    clear: left;
  }
}
@media (max-width: 1199px) {
  .break-to-lg {
    clear: left;
  }
}
@media (min-width: 768px) {
  .section-hero {
    margin: 0 0 44px;
  }
}
@media (max-width: 767px) {
  .section-hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-hero + .container {
    margin-top: 15px;
  }
}
.section-hero + .container-nav-categories {
  margin-top: -44px;
}
@media (max-width: 767px) {
  .section-hero + .container-nav-categories {
    margin-top: 0;
  }
}
.hero-slider {
  position: relative;
}
.hero-slider .slide {
  height: 260px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 480px) {
  .hero-slider .slide {
    height: auto;
    display: block;
  }
  .hero-slider .slide:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (min-width: 768px) {
  .hero-slider .slide {
    height: 445px;
  }
}
@media (min-width: 990px) {
  .hero-slider .slide {
    height: 535px;
  }
}
.hero-slider .swiper-pagination {
  bottom: 0;
  position: absolute;
}
@media (min-width: 990px) {
  .hero-slider .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    left: -1px;
    right: -1px;
  }
}
@media (max-width: 989px) {
  .hero-slider .swiper-pagination {
    left: 0;
    width: 100%;
  }
}
.hero-slider .h1 {
  margin: 0;
}
@media (max-width: 479px) {
  .hero-slider .h1 {
    max-height: 126px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-slider .h1 {
    font-size: 56px;
  }
}
.hero-slider .hero-description {
  font-size: 22px;
  margin: 0 0 30px;
}
@media (min-width: 990px) {
  .hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.hero-slider .swiper-pagination-btn {
  background: rgba(29, 36, 44, 0.3);
  overflow: visible;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-slider .swiper-pagination-btn:after {
  content: "";
  display: block;
  z-index: 5;
  top: -10px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1d242c;
  position: absolute;
  opacity: 0;
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -5px;
}
@media (max-width: 989px) {
  .hero-slider .swiper-pagination-btn {
    display: none;
  }
}
.hero-slider .hero-nav-item {
  cursor: pointer;
}
.hero-slider .hero-nav-item br {
  display: none;
}
.hero-slider .hero-nav-item .swiper-pagination-btn {
  letter-spacing: normal;
}
@media (min-width: 990px) {
  .hero-slider .hero-nav-item {
    -ms-flex: 1;
    flex: 1;
    padding: 0 1px;
  }
}
@media (max-width: 989px) {
  .hero-slider .hero-nav-item {
    display: inline-block;
    line-height: 0;
  }
}
.hero-slider .hero-nav-item.active .swiper-pagination-btn {
  background: #1d242c;
}
.hero-slider .hero-nav-item.active .swiper-pagination-btn:after {
  opacity: 1;
}
.hero-slider .hero-nav-item.active .swiper-pagination-bullet i {
  background: #fff;
}
.hero-item-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 0 20px;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  .hero-item-content {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .hero-item-content br {
    display: none;
  }
}
.icon-carrier,
.icon-carrier-matkahuolto,
.icon-carrier-posti {
  width: 40px;
  height: 30px;
}
.icon-carrier-matkahuolto {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAIAAADRv8uKAAAEyUlEQVR4AcWXA5QsyRKG5629e7C2bdu2bdu2d2zbnrk2Rm0Wu9q27b4vrmps5Smmvs6oPyOi03YsU5k1OJnaEYkng7FEIJYIxpLwHIeqRQMDL2ULxDBLsBuz/bRR/Von9VIb+XK75Lv1qiaRBTEHzP5oIplaYLAvklgvc33QKzs7k5P2ff/44+R/Wa93UD24wxWKLQwYloBagt+tUZ6Rzh7PG4//qEfG0fvmCwbqkNb7eB22308D01Lp4/Yy0XqpMzU3ML1WoB7488CYZb3cJknv0+cO6bMHDW93S8fYf58f+28uETK03rmAgWr0Rd7tko5c6zF/ML5dp1I6goFYMppIxRIpkBMIW++JpPfrTvmXRffc/8f+R2sxuTM8azBouAu3H/UHY3ih/7C6MFtqcvNsVrgvz+Pts7f/Yb8NgT1A57MD6zyRJ+pxmnrSP0yWzjetDMXm4EXZXHrUbWVioSkwCzBMoXJFXm2nnqrHdx/VfBNUwjFt6cCs9KiXWyXsvT93/PC07SpPK2Ibc9QLLQVMA300i61QOcNj5MAagXl8B/govmgi7b1e2blZ3Ltr0NsqkftqMXg4M4N9Xx12dzVyc5no+TYJPD/UgF9VLITWC/N4UPlQPX5eNveBOuzqYuHjTQQMhFEP1mM3lomuKBK+3kVdms+/PJ9/ayVyZzX6TCv5SAN+Zgbn0UYc5jzlP/ZLbRK9N5IGnu+8LA78tOwhHax+o8x1xG9D7aitRWz9dZMGsQTzmYa1lPOXLZrVEuf5uTwQ8KDGc2kOj2vwv9wh2aRwf7VWlccwtqG2VzqodsQ6oPZ0YvZnmsl/tuv+3K4VmQNb5K4HajHYnI1Cy80loofrUI0nvBN8fZGAofVpXCHw+zJb6Pg/GWCKNRLHh6vkK0n7rSVCjtYrMvqLmIZLc3ngmT3hOFQ6Q3HEFCBsob+268CAfWrPb1s1nkj85nIxsAuY+kqeCYwBvFsrkG7C3onby7jGT1fIh8H3VSKDGq87HJfbQxBqnmwm4Xmt1JU5qO/GbdcV8Nm7wSzjg9Uo1Bt90Q9Xyr2RxGrKCeA/t2nBQjDDr6PBtQLzrRVixBy8skjYQzhaUVsuQ//ZSPCDVUg137xV6ckeMlCOUPqAXmwOrKecGQP6Cq7pilzeSsL+13btFqX7s9XKjTInGPmrdUrSHgJTw6h3e2TblW5Y2d3VaKvYytJ5VxCO51rIfpUbPtCg1nt5oeDZFpK0hXoJ+yO12B7wu70yEMKDddhTLeR1pSKY68lm4o6q3VpDQRcX5XAfa8Jvr0IebyZASlAJprujCnmlk4IZn24hQXegwWdbJeA7L8zjf7JacX2J6OpCwWtd1EP1GDRBN9DUs63k/TXoCf+wXmwld4prm8pTJ7SMOeDzZA3o6aOWb4bKGR4jB5ZxTOM7bJTv2k707qaP8Q6kh7DP0IFskrvGOBB64Fxc5pnpbHCZ04LBZYK7Ho6P5bTLnEeQgOAztbuGHX9DkWDuQWKKsHjcX8zft2qUjnBwdFg0eCP5DD0oa55hkS4TJwLgUF/roOhEAPbSRTm8CROB1NxzriVOfZY/2aPZ3nB8qdPbKRL6RxqwsQl9atH+wsDMsEPC8Z1iBhBEM3hOzP8vzFKW/wM2DY7syn/XMgAAAABJRU5ErkJggg==);
}
.icon-carrier-matkahuolto.inverse,
.option-box-input:checked + .option-box-button .icon-carrier-matkahuolto {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAIAAADRv8uKAAADVUlEQVR4Ae1WA5AgMRC8t23btm3btu3/s23btm3btm27q/bPNlNTW0l2Mj1JOp2QkBw50jPWB4Dn3bjxnotL3szMNSgoIiEB5hYcrGhu/oGbe8GtW10CvOzePVUrq9KysoomSll5uYaNzcoHDzoT+BMvb2FxcUUrSlFJyQ9BwU4AHnL0qJCOTkUbi7iBwbBjxzoEzKasXC9obkGBtLHxU2bmI1++wB4xMkoYGGTn5dVz49PUbD/wmV+/6oXj19KafvlyQ8/JFy5wqanVc75EStoe4NGnTkUlJdXmzkMGhuYD3aSiqs2+2JSUsadPtxkYi1k7/S98fK3hCw5b7VFvODjaDHzx37/PvLyEvWZnB8taAwy3l2xs1QOvkJE1569pa9vN9h+YWBZKSUmPkBBGeXlHf//8wkI0fSMi0ETF0tMTFVsfH10HB2w2lZQUBMszNBSaBQuMjoYPmpKGhjjHDPLykDYiYGRiIr6wgqIiXg0NHg0NAqsGOCEtjRAKrNU/MTEgzbhyBQBvOTmX37+v7+QE3p74/h397sHB+PWVnx8wl8nIYMQM0Dz85QvygxuU1SssDJ0hsbE737zBgiO/zS9ebH35UsXSsg4wZrnp+fPFd+6se/LkOSsrtbT0HRqas79/IyjCIfExp0/PuX4dnpyqqrdpaPZ9+AAkkBZWG/guLS1OMLKRMjJCZ2Zu7mMmJgyhkJTEln8TECATF68DrGxpiUxxRl+xswPv+Pfvc69fx8yqgTFjhNO2t79OSYkMkIeonl71jOF5n57+/N+/yBhfTAB7gdCQGgJYycJi19u3u9+9kzM1rQNs4+0tpq8PncJicqiqkoqJpWVnfxcQsPfzw96kZ2f/ERFBHSJFIyMTl5qKxPUcHTEE5hMermNvj4yxzXmFhb+EhQW0tRETU0Qe2G8rLy8wg1ZGBmNRwa8eY3WXn+Or5ORtFpBnLCztUK53HVeuhloN+jSPeoOSsqS0tHoIqDDuzJkuv51A3XIQp1YB4TvzPs7Jz8eRxTV86PPng58+oSJO3McNUuzoC0RYV7eijUWi4y8QwsCs1r+5fgoJdfIrU83aGhRrChIbjAO66uHDLnlXz795E09oBTMzKCJ0FLRHBXKIzoUdeFd3tQ0CVwLKRNfZ6NhPWQAAAABJRU5ErkJggg==);
}
.icon-carrier-posti {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAIAAADRv8uKAAAER0lEQVR4Ae2WA5SsRxCFY9tODmLbtm3bto3x5Nm2bdtvbdvWW/SXqtPrfzZ2UmdYU+y6t6a34i+Sf0Pi/xObpiZ5tH1VMX9qx6ZF/pSOmxpMVbGpKjCN9TalaWo09bV6Bp0Sm1CCQ5y/htbnxzPsfobeS2GSqqqKTMRk1g+nusTadO64U0RndIelQ9/YAJAVxpgbGHolOVGmJIOFbobdyyI3ebFyGD/rqENGd6R3SG40Y+5g6A0UpZAbw5Q3GPkwC74lZaVpqLMdo64NW0hawso+WmnaWmZ/xqyP2DSGqiLseFSaTHEaq/oz/T0WutSyNX1phlH9u6wZYCoLydzEnM/ofgbBU5j1CbGzJZR4mQ0j2VKlhWrHGrCRugqmvI53T7pfyNf7EtwO/zZ8uw2jHqEoVU0ld+IS+l2JZ1sC2+Dbhi93N0u76U+lGYx9Gs8OqhdHcZn8gpp9vTNf7kD3belxITM/5Jt9mfG+4EvTGdMu8YwP+HZ/vhSHAxn3HKOfwH8s323HjLcR64p8Bl6n0btfwMQXGXQrrl3wHkTkNH14jtKaJryA+1jmfU30LHX3HKOP4Q+wegBzP9fE096Rjh2Jp71NcF9cR5G4GEBoEDaefmfw7b7kx7KyN74dGHSTDg+kFGa8S2An+lzFzA/4Zk/mfUpNqSnNNDVlANkRjL1ZwVWYCLDEg39Ppr7ZltgOT74r8NzHMPcLAFtNZT5T3yZwqvYkZ+U7GSkFrKfkoPtFDLiZxX56XqqPVf1MbSWApdOIexh2t6WTzB7vySz4zmyptu5t4JLzEUQIsvRrfZ2wQpVx8/SUkpYpOuZ/Q0GiLsL6LVKXGMgxmEUeIQwpK5j9KeOfVZv09ZqpItes7CNoNeV58lUiSHBJITE7gEs7nvM53kOY8V4rT6RjHdvXe7J5HJNfo/sxrB/WyitTnIr3WHqcq7XaEsc8pcaeY7WU3CiG3czgG5RLxrCilwBIEG47dsw4sDe+Y+2MlW1hE+l/Fq7DlPWr++PdhsF3UhAPmLpKpVxge/rfaMqzTUk6tWXkxxE4neCBhE1Qso28nsG6QDTxsgC+fSy4QqNaYCyoVr5PeJHgiW2oLstiwFV4dtFZCo9HPIBrd0X15jE6Bf/psh80rkBXCk1fp+AacRNDWzpeGsC9H9PedXS8pcq6CVuUx922pdt2uHZk1KOdeCx960/BrflqP+ExEkiO0XeYMFi9vtqWeV+pvV2Zgy/VCoxxoLpTYilqaUBmJsOQR6fNpWYFCYIXORvdXMkrQMWIb8JC5n2pLpFT7a4WR3XfMMJoBEhbx7LushxDgMsm1lk6/tABmx6HWGVXLl0ueWdiYYg1dVwhVCvdtGrks8NMlRot1N+XlVCJJ76iY1gWtP6ipQtREhvz85Smy6uP3VwKtoUevj/bKFO1iz/rsmeM7FhhpBL0r7plGmP+zMSKT4uX/y/0f4z8ACCk3xun8RfiAAAAAElFTkSuQmCC);
}
.icon-carrier-posti.inverse,
.option-box-input:checked + .option-box-button .icon-carrier-posti {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAMAAABpA6zvAAABvFBMVEUAQUECQkIBQkIFRUUXUlIcVlYGRUUEREQKSEgxZmbZ4+Pc5eUuY2MZVFRojo54mpoWUVE9bm7y9fX6+/s4a2slXV2Zs7M0aGg3amrm7Ozv8/MrYWE1aGi4ysrU39+dtrZMenoJSEgHRkZSfn6HpqZGdXWmvb2rwMBylpYDQ0MoX1+CoqKwxMSatLQmXV2yxsYaVFRAcXH///+ovr5eh4d1mJgOS0sRTk66zMzT3t4pYGD3+fmOq6vJ19fE09OswcGvw8Ouw8PF1NTN2tq1yMjx9fXC0tLn7e1kjIzD0tKft7dfiIjY4uKBoaGlvLyzxsa0x8dUgIBuk5OIpqbr8PD1+PgVUVEkXFwTT087bW3u8vIvZGSYsrK3ycmjurodV1fp7++Tr6/8/f2Eo6MPTEze5ubf5+ebtLQNS0tahIRPfHyet7eXsrJNenqnvb3H1dVEdHQgWVmGpaWxxcVvlJS7zMx6nJwqYGDL2NiJp6drkZGDo6Ph6ekyZmbs8fEiWlonXl4UUFAzZ2dskZH5+/vB0dEjW1tFdHTt8vLR3d2hubkwZWVWgYGiurpmjY13mpqNqqq9zs6Srq55m5tn2h5cAAAB5klEQVR4AdWS02MkQRDGa6sv6Y1teyfOF9u2bdvWOWf+wzc908Hb7dPh91Bfo9Sg/x+HwzTM5A7sjp945uHJJJ0OHWPzOHlQL28fX/bzDwh83FWGtGG2VVBQcEhoWLhPeISgp+j9J+1HRkXHxMbFJyQmqb3klNSgtPQMlx9JNjKzsnOCiCg3Ky8rvyAdKCxyZReXKD9ZWgaL8gqWKZUwqeLcarVQA0Ut6pySlWM9gIZGoMnp0Qy0tAJtbahsR0enudjV3YPeEtuxD+gnzwEgYhBDkeTMw3A9CkdGx2h8ImSSpjBtORol4Zgx/Wf70FaLAZI8irn5hYXFJSKv5RVfzsLqmrQO05mexkkieb1nw7U56Ug2xOBW6PbO7uYe7x+kzvJGemeydZiSHhyaOtuOo2OcENMpkJa8fgaEhg5Fx/I5Ctee9Jh0AURc4uqaltJxc/v8xUvgVVDw61Ce14exTx33Rp36bSUWsrsAlwvxvcDd+Dsz4zwO7YwlvbB4/3iPa+dKPnBQMMbZOrV2nE8rLLReRn5Mrc/ZJir59LnwiyA/11c/uvuWog/Ti0tSGERSqRZr4f75teMgsf7MwrTCngipPxKzdvyOHyQM0hj8VJTVjsbaFn6SQb+Hx26XyF2Y3EEKpr/AL4eZYdbaCbFxAAAAAElFTkSuQmCC);
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  z-index: 1;
}
.jspVerticalBar {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: #f7f6f4;
  overflow: hidden;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
}
.jspHorizontalBar *,
.jspVerticalBar * {
  margin: 0;
  padding: 0;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: transparent;
  position: relative;
}
.jspDrag {
  background: #dfd8cd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
}
.jspCorner,
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
  float: left;
  height: 100%;
}
.jspCorner {
  background: transparent;
}
.list-brands--group {
  padding: 25px 0 30px;
  border-bottom: 2px solid #eeece9;
}
.list-brands .list-brands--group:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .list-brands .list-brands--group:first-child {
    padding-top: 0;
  }
}
.list-brands--items {
  font-size: 14px;
  line-height: 1.21429em;
}
.list-brands--items a {
  display: block;
}
.list-brands--items a:hover {
  opacity: 0.7;
}
.list-brands--letter {
  font-size: 36px;
  margin: 0 0 28px;
}
.modal-dark#cboxOverlay {
  background: #1d242c;
  opacity: 0.75 !important;
}
.modal-dark #cboxLoadedContent {
  border: 1px solid #1d242c;
  margin: 20px;
}
.modal-dark #cboxClose {
  color: #b1a89d;
  font-size: 10px;
  padding: 1px;
  width: 20px;
  height: 20px;
}
.modal-dark #cboxClose:hover {
  color: #181c20;
}
.modal-login,
.modal-pw-confirm {
  display: none;
  width: 460px;
  padding: 20px 40px;
}
#colorbox .modal-login,
#colorbox .modal-pw-confirm {
  display: block;
}
.modal-login .form-customer-reset-password .cart-empty,
.modal-login .form-customer-reset-password .txt-hint,
.modal-pw-confirm .form-customer-reset-password .cart-empty,
.modal-pw-confirm .form-customer-reset-password .txt-hint {
  font-size: 16px;
}
@media (max-width: 767px) {
  .modal-pw-confirm {
    max-width: 100%;
    padding: 20px;
  }
  .modal-pw-confirm h3 {
    padding: 0 25px;
  }
}
.modal-error pre {
  font-size: 0.75em;
}
.modal-shadow {
  box-shadow: 0 4px 20px 0 rgba(29, 36, 44, 0.2);
}
.modal-shadow #cboxClose {
  height: 75px;
}
@media (min-width: 768px) {
  .modal-shadow #cboxClose {
    font-size: 17px;
    width: 45px;
    height: 45px;
  }
}
.modal-image #cboxContent {
  padding: 35px;
}
.modal-image #cboxClose {
  font-size: 18px;
  height: 35px;
  width: 35px;
}
@media (min-width: 768px) {
  .row-phone-clear .btn-danger {
    padding-top: 17px;
    padding-bottom: 16px;
  }
}
.addressbook-hint {
  padding-top: 25px;
  padding-bottom: 20px;
}
.shipping-address {
  margin-bottom: 25px;
}
.myaccount-header {
  margin: 0;
  padding: 60px 0 50px;
}
@media (min-width: 768px) {
  .myaccount-header {
    padding: 80px 0 50px;
  }
}
.myaccount-header .customer-name,
.myaccount-header .loyalty-level,
.myaccount-header .loyalty-number,
.myaccount-header .turnover {
  color: #1d242c;
  display: block;
  text-transform: uppercase;
}
.myaccount-header .customer-name {
  font-size: 42px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .myaccount-header .customer-name {
    font-size: 56px;
  }
}
.myaccount-header .loyalty-number {
  font-size: 21px;
  letter-spacing: .14286em;
  min-height: 66px;
}
.myaccount-header .turnover {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 5px;
}
.myaccount-header .loyalty-level {
  font-size: 14px;
}
.no-touchevents .header .nav-main > li.hover ul.level0,
.no-touchevents .header .nav-main > li:hover ul.level0 {
  display: -ms-flexbox;
  display: flex;
}
.no-touchevents .header .nav-main > li.hover > a:after,
.no-touchevents .header .nav-main > li:hover > a:after {
  opacity: 1;
}
.header .nav-main ul.level0 {
  display: none;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 33px;
  text-align: left;
  background: #fff;
  border-top: 2px solid #181c20;
}
.header .nav-main ul.level0:after {
  content: "";
  -ms-flex: auto;
  flex: auto;
}
.header .nav-main ul.level0.skin-few-items:after {
  -ms-flex: none;
  flex: none;
}
.header .nav-main li.level1 {
  width: 25%;
  margin: 0;
  padding: 20px;
  text-transform: none;
  font-size: 14px;
  line-height: 1em;
}
.header .nav-main li.level1 a {
  margin: 0 0 8px;
}
.header .nav-main li.level1 > a {
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .header .nav-main {
    padding: 0 100px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .header .nav-main .minor {
    display: none;
  }
}
.header .nav-secondary {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 11px;
}
.header .nav-secondary .link {
  position: relative;
  width: 30px;
  height: 24px;
}
.header .nav-secondary .link-search .icon {
  top: 1px;
}
.header .nav-secondary .icon {
  font-size: 20px;
}
.header .nav-secondary .bubble {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -7px;
}
@media (min-width: 480px) {
  .header .nav-secondary .link {
    margin: 0 0 0 10px;
  }
  .header .nav-secondary .icon {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .header .nav-secondary {
    right: 27px;
    top: 15px;
  }
  .header .nav-secondary .link {
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .header .nav-secondary {
    top: 65px;
  }
}
.nav-sitemap .group {
  float: left;
  width: 50%;
  margin: 0 0 40px;
}
.nav-sitemap h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 300;
}
.nav-sitemap a {
  padding: 4px 0;
}
@media (max-width: 767px) {
  .nav-sitemap .group:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .nav-sitemap {
    font-size: 14px;
  }
  .nav-sitemap h3 {
    font-size: 18px;
  }
  .nav-sitemap .group {
    width: 25%;
  }
  .nav-sitemap.skin-count-3 .group {
    width: 33.33333%;
  }
  .nav-sitemap.skin-count-5 .group {
    width: 20%;
  }
  .nav-sitemap.skin-count-5 h3 {
    min-height: 52px;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .nav-sitemap.skin-count-4 h3 {
    min-height: 52px;
  }
}
.nav-social-profiles {
  margin: 0 -10px;
}
.nav-social-profiles li {
  margin: 0 10px;
}
.nav-social-profiles .icon {
  font-size: 38px;
}
@media (min-width: 768px) {
  .nav-social-profiles .icon {
    font-size: 30px;
  }
}
.nav-breadcrumbs {
  padding: 10px 0;
  margin: 0 0 15px;
  color: #c0bdbb;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  overflow: hidden;
  font-weight: 300;
}
.nav-breadcrumbs > li,
.nav-breadcrumbs > li a {
  float: left;
}
.nav-breadcrumbs > li a:hover {
  color: #1d242c;
}
.nav-breadcrumbs > li:after {
  content: "/";
  padding: 0 4px;
}
.nav-breadcrumbs > li:last-child:after {
  content: none;
}
.nav-share-tools {
  margin: 0 -5px;
  font-style: italic;
  text-transform: uppercase;
}
.nav-share-tools li {
  margin: 0 5px;
}
.nav-share-tools .icon {
  font-size: 26px;
}
@media (min-width: 768px) {
  .nav-share-tools .icon {
    font-size: 20px;
  }
}
.section-frontpage-head {
  margin: 24px 0 20px;
}
.search-form-trigger {
  color: rgba(29, 36, 44, 0.45);
  cursor: pointer;
  margin: 20px 0;
}
.search-form-trigger .icon {
  font-size: 22px;
  line-height: 1.13636em;
  color: #1d242c;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
.nav-buttons-list {
  margin: 0 -5px;
}
.nav-buttons-list .home {
  display: none;
}
.nav-buttons-list > li {
  float: left;
  width: 50%;
  padding: 5px;
}
.nav-buttons-list > li:last-child:nth-child(2n+1) {
  clear: both;
  width: 100%;
}
.nav-buttons-list a {
  background-color: #f7f6f4;
  letter-spacing: 0;
  font-size: 15px;
  padding: 5px 10px;
  min-height: 50px;
  max-height: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.nav-buttons-list a,
.nav-categories {
  display: -ms-flexbox;
  display: flex;
}
.nav-categories {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.25em;
}
.nav-categories li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: -1px;
  padding-left: 1px;
}
.nav-categories li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background: #e8e9ea;
}
.nav-categories li:first-child:after,
.nav-categories li:hover + li:after,
.nav-categories li:hover:after {
  background: none;
}
.nav-categories a {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid rgba(29, 36, 44, 0);
}
.nav-categories a:hover {
  border: 1px solid #1d242c;
}
@media (min-width: 768px) and (max-width: 989px) {
  .nav-categories.skin-count-4 li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .nav-categories.skin-count-5 li,
  .nav-categories.skin-count-6 li,
  .nav-categories.skin-count-7 li,
  .nav-categories.skin-count-8 li,
  .nav-categories.skin-count-9 li,
  .nav-categories.skin-count-10 li,
  .nav-categories.skin-count-11 li,
  .nav-categories.skin-count-12 li,
  .nav-categories.skin-count-13 li,
  .nav-categories.skin-count-14 li,
  .nav-categories.skin-count-15 li,
  .nav-categories.skin-count-16 li,
  .nav-categories.skin-count-17 li,
  .nav-categories.skin-count-18 li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .nav-categories.skin-count-6 li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .nav-categories.skin-count-7 li,
  .nav-categories.skin-count-8 li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .nav-categories.skin-count-9 li,
  .nav-categories.skin-count-10 li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .nav-categories.skin-count-11 li,
  .nav-categories.skin-count-12 li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .nav-categories.skin-count-13 li,
  .nav-categories.skin-count-14 li,
  .nav-categories.skin-count-15 li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .nav-categories.skin-count-16 li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .nav-categories.skin-count-17 li,
  .nav-categories.skin-count-18 li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media (min-width: 1200px) {
  .nav-categories.skin-count-7 li,
  .nav-categories.skin-count-8 li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .nav-categories.skin-count-9 li,
  .nav-categories.skin-count-10 li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .nav-categories.skin-count-11 li,
  .nav-categories.skin-count-12 li {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .nav-categories.skin-count-13 li,
  .nav-categories.skin-count-14 li,
  .nav-categories.skin-count-15 li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .nav-categories.skin-count-16 li,
  .nav-categories.skin-count-17 li,
  .nav-categories.skin-count-18 li {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
}
@media (max-width: 767px) {
  .nav-categories li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-top: 1px solid #e8e9ea;
  }
  .nav-categories li:nth-child(1),
  .nav-categories li:nth-child(2) {
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .nav-categories {
    margin: 20px 0;
    font-size: 18px;
  }
  .nav-categories a {
    padding: 17px 20px;
  }
}
.nav-brandlogos {
  margin: 0 10px 10px;
}
.nav-brandlogos-row {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-brandlogos-row,
.nav-brandlogos-row a {
  display: -ms-flexbox;
  display: flex;
}
.nav-brandlogos-row a {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 1px;
  margin: 0 15px 35px;
}
.nav-brandlogos-row span {
  display: block;
  width: 100%;
}
.nav-jump-alphabetical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #eeece9;
  padding: 23px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
}
.nav-jump-alphabetical li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.nav-jump-alphabetical a:hover {
  opacity: 0.7;
}
.nav-account-header {
  position: relative;
  float: right;
  height: 35px;
  margin: 0 -250px -20px 0;
  max-width: 250px;
}
.nav-account-header.loading {
  opacity: 0.7;
}
.nav-account-header.loading,
.nav-account-header.loading a {
  cursor: wait;
}
.nav-account-header .nav-account {
  font-size: 14px;
  line-height: 1.57143em;
  z-index: 30;
  border-top: 2px solid #181c20;
  min-width: 150px;
  top: 33px;
  right: 0;
  padding: 15px;
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(24, 28, 32, 0.13);
}
.nav-account-header .nav-account:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #181c20;
}
.nav-account-header .nav-account li:last-child {
  padding-top: 14px;
}
.nav-account-header .nav-account a {
  display: block;
  line-height: 1;
  padding: 4px 0;
}
.nav-account-header .nav-account a:hover {
  opacity: 0.7;
}
.loggedin .nav-account-header:hover .nav-account {
  display: block;
}
@media (max-width: 767px) {
  .notifications-container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.notification {
  list-style: none;
  padding: 17px 17px 17px 66px;
  margin: 0 0 10px;
  color: #1d242c;
  font-size: 14px;
  line-height: 1.21429em;
  font-style: italic;
  position: relative;
  min-height: 69px;
}
.notification pre {
  margin: 0;
}
.notification a {
  text-decoration: underline;
}
.notification > li,
.notification p {
  margin: 10px 0 0;
}
.notification > li:first-child,
.notification p:first-child {
  margin: 0;
}
.notification:not(.xl) > li:first-child:last-child,
.notification:not(.xl) p:first-child:last-child {
  display: table-cell;
  height: 35px;
  vertical-align: middle;
}
.notification:before {
  content: "";
  font-size: 35px;
  position: absolute;
  left: 17px;
  top: 17px;
}
.notification.xl {
  display: block;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
  padding: 25px;
  margin: 0 0 20px;
}
.notification.xl:before {
  text-align: center;
  display: block;
  position: static;
  font-size: 50px;
  margin: 0 auto 15px;
}
.notification.no-margin {
  margin: 0;
}
.notification-error {
  color: #9b0d1b;
}
.notification-error:before {
  content: "";
}
.notification-success {
  color: #004141;
}
.notification-success:before {
  content: "";
}
.notification,
.section-notification {
  background: #fff3bf;
}
.notification-error,
.section-notification-error {
  background: #f5e5e7;
}
.notification-success,
.section-notification-success {
  background: #deedea;
}
.option-box {
  margin: 15px -10px;
}
@media (min-width: 768px) {
  .option-box {
    display: -ms-flexbox;
    display: flex;
  }
}
.option-box-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  margin: 10px;
}
.option-box-button {
  font-size: 15px;
  line-height: 1.06667em;
  cursor: pointer;
  border: 1px solid #e1dbd3;
  padding: 15px;
  text-align: center;
  -ms-flex: 1 1;
  flex: 1 1;
}
.option-box-button:hover {
  background-color: #eeece9;
}
.option-box-button .icon {
  display: block;
  font-size: 115px;
  height: 70px;
}
.option-box-input:checked + .option-box-button {
  background: #004141;
  color: #fff;
}
.option-box-input[disabled] + .option-box-button {
  cursor: default;
  opacity: 0.5;
}
.option-box.skin-list {
  display: block;
}
.option-box.skin-list .option-box-button {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.option-box.skin-list .label,
.option-box.skin-list .option-box-desc {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.option-box.skin-list .icon {
  margin: 0 15px 0 0;
  font-size: 40px;
  width: 40px;
  height: 30px;
}
.option-box.skin-list .option-box-desc {
  text-align: right;
}
@media (max-width: 767px) {
  .option-box.skin-list .option-box-desc {
    display: none;
  }
}
.option-box-button.skin-delivery {
  font-size: 14px;
}
.option-box-button.skin-delivery .duration {
  font-style: italic;
}
@media (max-width: 767px) {
  .option-box-button.skin-delivery .name {
    display: block;
    margin-bottom: 3px;
  }
  .option-box-button.skin-delivery .price {
    float: right;
  }
}
@media (min-width: 768px) {
  .option-box-button.skin-delivery {
    font-size: 16px;
  }
  .option-box-button.skin-delivery .label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .option-box-button.skin-delivery .address,
  .option-box-button.skin-delivery .duration,
  .option-box-button.skin-delivery .name,
  .option-box-button.skin-delivery .price {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .option-box-button.skin-delivery .name {
    max-width: 50%;
  }
  .option-box-button.skin-delivery .address {
    text-align: right;
    font-style: italic;
  }
  .option-box-button.skin-delivery .duration {
    text-align: center;
    max-width: 30%;
    padding: 0 10px;
  }
  .option-box-button.skin-delivery .price {
    max-width: 20%;
    text-align: right;
  }
}
.pagination-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
.pagination-list > li {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0 3px;
}
.pagination-list > li:first-child {
  margin: 0;
}
.pagination-list a,
.pagination-list b {
  display: block;
  min-width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #eeece9;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.pagination-list .next,
.pagination-list .prev {
  font-size: 11px;
  letter-spacing: 2px;
  border: 0;
  text-transform: uppercase;
  margin: 0 0 0 5px;
}
.pagination-list .next .ficon,
.pagination-list .prev .ficon {
  vertical-align: middle;
  width: 5px;
  font-size: 12px;
  margin: 0 0 0 4px;
}
.pagination-list .prev {
  margin: 0 5px 0 0;
}
.pagination-list .prev .ficon {
  margin: 0 4px 0 0;
}
.pagination-list b {
  background: #eeece9;
}
.price-box-loyalty,
.price.skin-loyalty {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAeCAYAAABAFGxuAAAJJElEQVR4Ae2WA5QkydbHf6kuqzWoeT1ndrQ2vvfe2rZt27Zt27Zt22NPu4tdlaXMd/eeredvcfQxTsWJjMioG7/7vzcig99Z/r8YSy655GFz5849M5/P25Zl+YlEgnK5jDxjmqa2vu/rs+d52jcMQ/uAvrNtuzlf3wHabz4357mua4RCoaHDDjtsM+DbXwSTiR+LgZWWWGIJWlpa+Pzzz4nH44ghBanVagSDQbLZLDIXMa7zBEJro9FQsGg0qvNlTPuFQgF5p4D1el1tNJ3s6+s7ALiZXyi24zi9ohann346TzzxBIFAgF122YVMJkMul1OjMkZ7ezvFYpFIJKJj1WqVVCpFOp3m7rvv5pFHHmHkyJEKV6lUWGqppRRWHCEcDtPT08Oee+7Jm2++yQMPPJAB+DUwXyovvviiLjhjxgwFFDD1shmeZDKpC4qaClUqlRAFFXj+/Pk6R8Z0vtjRVoD0PwKoTjz++ON8+umnjBs3rvSrYKD5oCEbHMwyZ84cNtxwA0aNGqWhkLDpO1mM1tbWJmjzPzpn3XXXVZXlGUDfSxQ0pAKv/xU7qt4GG2zAmmuuedmECRNOlLVM+U9BVD8G+O4fckwWe1oW2WzZZZfj408+Ye+9d2OD9TeRMGbVY1FBAQCkr6EShWluCEDDK30dF4DmXFUcQACbuaagsrlEhEF1AKnVev184JR/UEyMy8J1XnnlZR5/6ByWWvpP3PvQJ6y+2kpUJGQ1MbbY5MlgQF3miYfNMEm/RjAUBB8tlm0RCUcYGOgnnxnCbQkAPgIlkCFMgaj9vONDjqPpUXLLROu13L+E0tDccEmPGcNWm63ErNl1bCeA5JHUGhFJ/HgsSi6bw5K5qEoQEMMBUScQaFFgUUMXbnF0h9KoN6QPZbei47FohJDAqfq+Lz8PVyBjtsnMgXztX8BQqS2Fy+ULBEJJUcVXZdIjOnnz/Y848Y576BewsmESF+O6ItLYDoZtS5UwKYiBLbCWOOOEwmBaongN27Jl3MGTviEOiXkM35fqEZXQ/pgfPraULexGKmEY+UJjhxWXvtro7Ox8WvJjs3y+yHrrLstOO+5MuRLnD2NGEHNC3Pnyy9x8533QmiKZTpPt74fhElrEqMgKAkitAZapaiCwiBPayjttRXUEDsMCgdfwi8oSAe3r+0pF+3jeZ3ZzF4XDAb78eoDRY6aw1ZYbM3tuN6su28YqK6S4+VbYauMN2Gil5Tnh1rs5ZP/NCIkqAwJYkdD4QEcqRcPziEfCuA2PiizqCeSYjg5+XLiQm956n5rnY4piSNvRmmR0PE5RHAvJJhkeHGLdP65Ah4T8/Eef7rVFLaQKpE96dCvtbXFq4r3t2Cy+WISFlSgEIszrH2RW7wC+eDRnKEOpVqcq4YsFHCrS1nyoi2JlDKoNgWqIDQndHNl9/W4VQxYXLzAEHpkfEpWWGTeWzPAwneEQXmcbhWKB+d09eAaegjXLlClTWHXVVbFsW/MMvw64KnV/oUhdoLKZAvfceI+Gh/aktAYg1dcDEUDfabFsHdNQpX6a66iKZshhtjh6Z/fbGn4BxTDAL5U0nLYoqWDNj7Kc9gyLB+FQUJPz62+KzJjnguWTam/l2Y++JN5ikV5zOWpiYHp3AWwL2bqAnknN3NJWoLTKuFZELd8wFM4WILDBlzHTgIbAiQOm2PPcMiagh6bAaZVnPRAlhcjkE8yYIw8dSb588xMcI8vXdx3J++dvy5c37clDx62nhyp1mkkrtaEQyDgtmvg6joRX1XFsAbHwGx4tMtcRIF/eNzyfujx7tSpOvaaK6ek+fvx4xnZ1CVBAVTPEY/wKZbeo3mM6HLXlKowd3walIkLJ9usswilPfs3077qhM65wCiWtAtZ9BVQgDEyxw88gPlCVZ1UKsAUGqdJHbyxykCbF6+bVRD8pMqbq9fX16qcJQ9WgUK4CKDAO4DYYLrhg+KCKOBo6fF8qYKI7EEOB8WRhsaNp4oGqIxRYBggAxs+gntiy5as/rb+/fzW5b7FgwQK9rkgoFS4RCZFIpdCSDHHZk5/SEnAIOhCPmjzx0Vy6e/LSCSkUntJokqOPJqbY0mFVE01uUUxDqmearwphegLrVkRcQ3wUsMUXX/yQ6dOnPyt3r0BDyujRo/eUj+zG8ukQ56OioIOWoEWxBLc+MYVMtQIepAV68bEj+b6nn9XGdRH/6fOkqpmE8HllXjdWOMykRAxD1Em1ODpn+mCGL+csYNmuNF2RINOyecZLawnwC99PQcFeKnkuoxd5gtFoWXnllSfLVXtjuXXQ1t6OPWseCCSexahokM6WBuWyy8hYhAlxi0/KnioUrlehUaMlEsGr1LC9Bn69rnk00YZ5Q1nNX8MLY1Zc3Y121SUdtnBp0DOUYfFoiLD8ryrqGfx5Xf6+3LT7djfIzjxQcoy2UJA3Z8zhuhdfV+nDkoNdySQLh0u6QRoyBxkjEgVRUSj004Jt4+jWt/V7WRkuam45pkFNwqUbxLb0nX6G8mUYMMGqQKKC4fOsbVgGf19kE7iSY7pTXXyJoKHegU9J8m52Pq+fnobMkdWl2qpoorWdWDjE/EyOEck441tT9A6XWSQWZkrGYa4oUsMAARZI3SAT58wkKTa/60yxxirdzO4O8UN3K8Qq2Pwjl8z3L5L8ygSljB/b5b0+r3sibmV73W0NHxcXfEDvWqj3AG2RECNTKVHTxZbwRYs58rUGtUKd0XWXBRKiBnqQIjFliynf8MDnH5EFSlvD+B2BPtj8qZV4ZupoDJbbgl8qpjmwuIT2u1gqyZIjO8mUyhqqcDBAA5NEOMiX+RJdiTidjkV7NMr0TJZvh3KqqtzLVHFAldLa389TEyex/gor8kNfD+nYIJl2g8mrpnn7rbdY4+LuZ22KvfxS8czyYsiiLball8ZipUokHNZL4rB4Py9XoFLz6C4UKRgG3SWXTKVCFQM9J5pnmh64Ur06iL2XZ89k868/Z4SAOqtWmLxMEXrSPPkVYAWTBouuyS+VMV2RNeYPZZ8JBGVHtrXhGSaOACKhLTU8+vJFfdZqmgqhraVgCqQqiRNNOE387BD7fPs5kWqN71cayebr9DN1usm1Xy9NMBp+0gj+aQP+OxaT/6blL4n+olgP07JYAAAAAElFTkSuQmCC) no-repeat 0 0px 14px;
}
.price {
  background-position: 0 50%;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.price.not-active,
.price.skin-obsolete {
  color: #8b8b8b;
  font-weight: 400;
}
.price.skin-loyalty {
  background-position: 0 50%;
  padding-left: 25px;
}
.price.skin-campaign {
  color: #9b0d1b;
}
.price.skin-big {
  font-size: 46px;
  line-height: 1.17391em;
  padding-right: 10px;
}
.price.skin-big.skin-loyalty {
  background-size: 38px 30px;
  padding-left: 50px;
}
.price.skin-big.skin-obsolete {
  top: -2px;
  font-size: 16px;
  line-height: 1.625em;
}
@media (min-width: 990px) {
  .price.skin-big {
    font-size: 52px;
    line-height: 1.03846em;
  }
  .price.skin-big.skin-obsolete {
    font-size: 18px;
    line-height: 1.44444em;
  }
}
.price-old {
  display: block;
  font-size: 12px;
  line-height: 1.16667em;
  color: rgba(24, 28, 32, 0.5);
  text-align: right;
  white-space: nowrap;
}
.price-old .price {
  font-weight: 400;
}
.price-old.bold {
  color: #181c20;
  font-weight: 700;
}
.price-from {
  font-size: 12px;
  font-weight: 400;
  color: #181c20;
}
.price-box-loyalty {
  padding: 0 0 0 22px;
  text-align: right;
}
.price-box-loyalty .price {
  display: block;
}
.product-tags,
.product-tile {
  text-align: center;
}
.product-tile {
  display: block;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
}
.product-tile .img {
  display: block;
  margin: 0 auto;
}
.product-tile .brand {
  display: block;
}
.product-tile .description {
  display: block;
  padding: 12px 5px;
}
.product-tile .title {
  display: block;
  margin: 0 0 3px;
}
.product-tile .price {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
}
.product-tile .price.skin-obsolete {
  font-size: 10px;
}
.product-tile .price.skin-base {
  display: block;
}
.product-tile .colors {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 8px;
  margin: -8px 0 0;
  position: relative;
}
.product-tile .color,
.product-tile .colors {
  display: -ms-flexbox;
  display: flex;
}
.product-tile .color {
  background: transparent 50% 50% no-repeat;
  background-size: cover;
  margin: 0 1px 1px 0;
  width: 7px;
  height: 7px;
}
.product-tile .color-more {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%220%200%207%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ecolor-more%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M4%203v-3h-1v3h-3v1h3v3h1v-3h3v-1h-3z%22%20fill%3D%22%231D242C%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E);
}
.product-tile .actions {
  opacity: 0;
}
.product-tile .add-to-cart,
.product-tile .add-to-wishlist {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  padding: 20px;
  font-size: 20px;
}
.product-tile .add-to-wishlist {
  left: 0;
}
.product-tile .add-to-wishlist:before {
  content: "";
}
.product-tile .add-to-wishlist:hover:before {
  content: "";
}
.product-tile .add-to-cart {
  right: 0;
}
.product-tile .add-to-cart:before {
  content: "";
}
.product-tile .add-to-cart:hover:before {
  content: "";
}
@media (min-width: 768px) {
  .product-tile {
    padding: 17px 17px 40px;
  }
  .product-tile .description {
    font-size: 12px;
    padding: 12px 0 0;
  }
}
@media (min-width: 990px) {
  .product-tile .description {
    font-size: 14px;
  }
  .product-tile .price {
    font-size: 16px;
  }
  .product-tile .price.skin-obsolete {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .product-tile .description {
    font-size: 16px;
  }
}
.no-touchevents .product-tile:hover {
  border-color: #1d242c;
}
.no-touchevents .product-tile:hover .actions {
  opacity: 1;
}
.product-brand {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-brand {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.product-brand-img {
  float: right;
  margin: 0 0 0 10px;
  max-width: 120px;
}
@media (max-width: 1199px) {
  .product-brand-img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .product-view-heading,
  .product-view-headlines {
    overflow: hidden;
  }
}
.product-description {
  margin-bottom: 30px;
}
.product-detail-media-content {
  max-width: 483px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) and (max-width: 989px) {
  /*.product-detail-info {
    float: none;
    width: auto
  }
  .product-detail-info .product-description,
  .product-detail-info .product-shop {
    clear: right;
    float: right;
    width: 50%
  }
  .product-detail-info .product-shop {
    margin-bottom: 20px
  }*/
  .product-detail-info .accordion {
    clear: both;
  }
}
.product-shop .form-group {
  margin: 0 0 5px;
  min-height: 90px;
}
.product-options-bottom .price-box {
  display: block;
  margin: 5px 0 10px;
}
@media (min-width: 990px) {
  .product-options-bottom .energy-sheet-link {
    margin: -70px 0 0;
    float: right;
  }
}
.product-availability {
  margin: 0 0 30px;
}
@media (max-width: 989px) {
  .product-list-matching .product-tile {
    margin-bottom: 14px;
  }
}
.product-list-matching.loading {
  opacity: 0;
}
.product-delivery-methods {
  font-size: 14px;
  line-height: 1.21429em;
  padding: 15px 0 30px;
}
.product-delivery-methods p {
  margin: 20px 0 0;
  font-style: italic;
}
@media (min-width: 768px) {
  .product-delivery-methods p {
    padding-left: 55px;
  }
}
.product-delivery-methods em {
  color: #888;
}
.product-delivery-methods td {
  vertical-align: top;
  padding: 11px 8px;
}
.product-delivery-methods .td-icon {
  vertical-align: middle;
  text-align: center;
  padding: 0 8px;
  width: 38px;
  color: #888;
}
.product-delivery-methods .td-price {
  text-align: right;
}
.product-delivery-methods .icon {
  font-size: 30px;
  top: 3px;
}
.product-delivery-methods .price-actual {
  font-size: 16px;
}
.product-delivery-methods .price-normal {
  color: rgba(29, 36, 44, 0.5);
  font-size: 12px;
}
@media (max-width: 479px) {
  .product-delivery-methods .price-normal {
    display: block;
  }
}
.product-properties {
  margin: 15px 0 30px;
}
.energy-sheet-link {
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 990px) {
  .energy-sheet-link {
    text-align: right;
  }
}
@media (max-width: 989px) {
  .energy-sheet-link {
    margin: 0 0 10px;
  }
}
.energy-sheet-link--text {
  text-decoration: underline;
  font-size: 12px;
  line-height: 1.5em;
}
@media (min-width: 990px) {
  .energy-sheet-link--text {
    display: block;
    padding: 2px 0 0;
  }
}
@media (max-width: 989px) {
  .energy-sheet-link--text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
  }
}
@media (min-width: 768px) {
  .free-product-desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.free-product-desc--r {
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .free-product-desc--r {
    margin: 0;
    text-align: right;
  }
}
.form-group-product-attribute.hide-disabled .selectric-items li.disabled {
  display: none;
}
.progress-list {
  list-style-type: none;
  height: 50px;
  padding: 25px 0 0;
  margin: 0 -20px 30px;
  counter-reset: b;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.progress-list:after {
  content: '';
  background-color: #eeece9;
  height: 6px;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.progress-list li {
  width: 20%;
  margin-top: -23px;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 50px;
  height: 70px;
  text-indent: -99999px;
}
.progress-list li:after {
  width: 40px;
  height: 40px;
  border: 5px solid #eeece9;
  font-size: 16px;
  line-height: 1.875em;
  display: block;
  background-color: #eeece9;
  border-radius: 50%;
  text-align: center;
  content: " " counter(b) ".";
  counter-increment: b;
  margin: -70px auto 0;
  text-indent: 0;
}
.progress-list li.active {
  font-weight: 700;
}
.progress-list li.active:after {
  font-weight: 400;
  background-color: #004141;
  color: #fff;
}
@media (min-width: 768px) {
  .progress-list {
    margin-bottom: 60px;
  }
  .progress-list li {
    text-indent: 0;
  }
}
.progress-list.complete:after {
  background-color: #004141;
}
.progress-list.complete > li {
  text-indent: -99999px;
  font-weight: 700;
}
.progress-list.complete > li:after {
  border-width: 0;
  line-height: 40px;
  font-weight: 400;
  background-color: #004141;
  color: #fff;
}
@media (min-width: 768px) {
  .progress-list.complete {
    margin-bottom: 40px;
  }
}
.progressbar-frame {
  background-color: rgba(29, 36, 44, 0.15);
  display: inline-block;
  width: 380px;
  height: 12px;
  padding: 1px;
}
.progressbar-frame .progressbar {
  background-color: #fff;
  height: 10px;
  display: block;
}
.input-box-qty {
  height: 33px;
  overflow: hidden;
  text-align: center;
  width: 108px;
}
@media (min-width: 768px) {
  .input-box-qty {
    width: 88px;
  }
}
@media (min-width: 768px) {
  .input-box-qty.qty-changed .input-qty {
    float: left;
  }
  .input-box-qty.qty-changed .btn-qty-submit {
    display: block;
  }
}
.input-qty {
  width: 48px;
  height: 33px;
  font-size: 14px;
  line-height: 1.28571em;
  text-align: center;
}
.input-qty,
.input-qty:focus {
  padding: 5px;
}
@media (min-width: 768px) {
  .input-qty:focus {
    border: 3px solid #eeece9;
  }
}
.btn-qty-dec,
.btn-qty-inc,
.btn-qty-submit {
  display: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.btn-qty-submit {
  float: right;
  width: 40px;
}
.btn-qty-dec,
.btn-qty-inc {
  width: 30px;
}
@media (max-width: 767px) {
  .btn-qty-dec,
  .btn-qty-inc {
    display: block;
  }
}
.btn-qty-dec {
  float: left;
}
.btn-qty-dec:before {
  content: "-";
}
.btn-qty-inc {
  float: right;
}
.btn-qty-inc:before {
  content: "+";
}
.searchperience-normalize {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
}
.searchperience-normalize a:active,
.searchperience-normalize a:hover {
  outline: 0;
}
.searchperience-normalize article,
.searchperience-normalize aside,
.searchperience-normalize details,
.searchperience-normalize figcaption,
.searchperience-normalize figure,
.searchperience-normalize footer,
.searchperience-normalize header,
.searchperience-normalize hgroup,
.searchperience-normalize main,
.searchperience-normalize menu,
.searchperience-normalize nav,
.searchperience-normalize section,
.searchperience-normalize summary {
  display: block;
}
.searchperience-normalize audio,
.searchperience-normalize canvas,
.searchperience-normalize progress,
.searchperience-normalize video {
  display: inline-block;
  vertical-align: baseline;
}
.searchperience-normalize audio:not([controls]) {
  display: none;
  height: 0;
}
.searchperience-normalize [hidden],
.searchperience-normalize template {
  display: none;
}
.searchperience-normalize a {
  background-color: transparent;
}
.searchperience-normalize abbr[title] {
  border-bottom: 1px dotted;
}
.searchperience-normalize b,
.searchperience-normalize strong {
  font-weight: 700;
}
.searchperience-normalize dfn {
  font-style: italic;
}
.searchperience-normalize h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.searchperience-normalize mark {
  background: #ff0;
  color: #000;
}
.searchperience-normalize small {
  font-size: 80%;
}
.searchperience-normalize sub,
.searchperience-normalize sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.searchperience-normalize sup {
  top: -0.5em;
}
.searchperience-normalize sub {
  bottom: -0.25em;
}
.searchperience-normalize img {
  border: 0;
}
.searchperience-normalize svg:not(:root) {
  overflow: hidden;
}
.searchperience-normalize figure {
  margin: 1em 40px;
}
.searchperience-normalize hr {
  box-sizing: content-box;
  height: 0;
}
.searchperience-normalize pre {
  overflow: auto;
}
.searchperience-normalize code,
.searchperience-normalize kbd,
.searchperience-normalize pre,
.searchperience-normalize samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.searchperience-normalize button,
.searchperience-normalize input,
.searchperience-normalize optgroup,
.searchperience-normalize select,
.searchperience-normalize textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.searchperience-normalize button {
  overflow: visible;
  text-transform: none;
}
.searchperience-normalize select {
  text-transform: none;
}
.searchperience-normalize button,
.searchperience-normalize html input[type=button],
.searchperience-normalize input[type=reset],
.searchperience-normalize input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}
.searchperience-normalize button[disabled],
.searchperience-normalize html input[disabled] {
  cursor: default;
}
.searchperience-normalize button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.searchperience-normalize input {
  line-height: normal;
}
.searchperience-normalize input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.searchperience-normalize input[type=checkbox],
.searchperience-normalize input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.searchperience-normalize input[type=number]::-webkit-inner-spin-button,
.searchperience-normalize input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.searchperience-normalize input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.searchperience-normalize input[type=search]::-webkit-search-cancel-button,
.searchperience-normalize input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.searchperience-normalize fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.searchperience-normalize legend {
  border: 0;
  padding: 0;
}
.searchperience-normalize textarea {
  overflow: auto;
}
.searchperience-normalize table {
  border-collapse: collapse;
  border-spacing: 0;
}
.searchperience-normalize td,
.searchperience-normalize th {
  padding: 0;
}
.searchperience-facets ul input[type=checkbox]:checked + label,
.searchperience-normalize optgroup,
.searchperience-tree-list input:checked + span,
.searchperience .sp-highlight {
  font-weight: 700;
}
.sp-livesearch-info div,
.sp-livesearch-price {
  font-size: 14px;
  line-height: 16px;
}
.searchperience legend {
  padding: 0;
  display: table;
}
.searchperience fieldset {
  border: 0;
  padding: .01em 0 0;
  margin: 0;
  min-width: 0;
}
.sp-uppercase {
  text-transform: uppercase;
}
.searchperience-list-view {
  width: 100%;
  float: left;
  background-color: none;
  padding: 0;
  margin: 0;
}
.searchperience-list-view .sp-list {
  background-color: #fff;
  position: relative;
  float: left;
  width: 100%;
  border: 0 solid red;
  max-height: 200px;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 0;
}
.searchperience-list-view .sp-list:nth-child(1) {
  margin-top: 0;
}
.searchperience-list-view .sp-list-main-image {
  width: auto;
  float: left;
}
.searchperience-list-view .sp-list-description,
.searchperience-list-view .sp-list-headline {
  width: 100%;
  display: block;
}
.searchperience-list-view .sp-list-price {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: right;
}
.searchperience-tile-view {
  width: 100%;
  float: left;
  background-color: none;
  padding: 0;
  margin: 0;
}
.searchperience-tile-view .sp-tile {
  background-color: #fff;
  position: relative;
  float: left;
  width: calc(26.33333%);
  border: 0 solid red;
  max-height: 350px;
  min-height: 350px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.searchperience-tile-view .sp-tile:nth-child(1) {
  margin-left: 0;
}
.searchperience-tile-view .sp-tile:nth-child(-n+3),
.searchperience-tile-view .sp-tile:nth-child(n+3) {
  margin-top: 0;
}
.searchperience-tile-view .sp-tile:nth-child(3n) {
  margin-right: 0;
}
.searchperience-tile-view .sp-tile:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.searchperience-tile-view .sp-tile .sp-tile-main-image {
  height: auto;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}
.sp-livesearch-thumbnail {
  max-width: 50px;
}
.searchperience-tile-view .sp-tile .sp-tile-description,
.searchperience-tile-view .sp-tile .sp-tile-headline {
  width: 100%;
  display: block;
}
.searchperience-tile-view .sp-tile .sp-tile-price {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
.searchperience-facets ul {
  list-style-type: none;
}
.searchperience-facets ul li {
  margin-bottom: 2px;
}
.searchperience-facets ul input[type=checkbox] {
  display: none;
}
.searchperience-facets ul input[type=checkbox] + label span {
  margin-bottom: -2px;
  margin-right: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
}
.searchperience-facets ul input[type=checkbox]:checked + label span {
  background-color: #f9a23c;
}
.searchperience-tree-list li {
  display: none;
  overflow: hidden;
  background-color: #fff;
  list-style-type: none;
  transition: height 2s;
}
.searchperience-tree-list li.sp-active > ul > li {
  display: block;
}
.searchperience-tree-list li.sp-has-children > label:before {
  content: '▸';
}
.searchperience-tree-list li.sp-has-children.sp-active > label:before {
  content: '▾';
}
.searchperience-tree-list > li {
  display: block;
}
.searchperience-tree-list input {
  display: none;
}
.noUi-target {
  position: relative;
  direction: ltr;
  border: 1px solid #d3d3d3;
}
.noUi-target,
.noUi-target * {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transform: translateZ(0);
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 5px;
  margin: 15px 10px 0;
}
.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -7px;
  top: -6px;
  border: none;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-background {
  background: #f7f6f4;
  border: none;
}
.noUi-connect {
  background: #dfd8cd;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  background: #1d242c;
  cursor: default;
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}
.noUi-val {
  padding: 5px;
  color: #000;
  background-color: #fff;
  margin-top: 7px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.21429em;
}
.noUi-val-lower {
  float: left;
  margin-left: -10px;
}
.noUi-val-upper {
  float: right;
  margin-right: -10px;
}
.container.pagination {
  min-height: 20px;
}
.sp-pagination {
  text-align: center;
  margin: 20px 0;
}
.sp-pagination,
.sp-pagination fieldset {
  float: left;
  width: 100%;
}
.sp-pagination ul {
  display: inline-block;
  padding-left: 0;
  white-space: nowrap;
}
.sp-pagination ul li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}
.sp-livesuggest-container:empty,
.sp-pagination ul.sp-small .sp-hidden-small,
.sp-pagination ul li button[type=submit]:disabled,
.sp-pagination ul li input[type=submit]:disabled {
  display: none;
}
.sp-pagination ul li button[type=submit],
.sp-pagination ul li input[type=submit] {
  border: 0;
  background: 0 0;
  cursor: pointer;
}
.sp-pagination ul li button[type=submit].sp-current,
.sp-pagination ul li input[type=submit].sp-current {
  font-weight: 700;
  text-decoration: none;
}
.sp-livesuggest-container {
  position: absolute;
  z-index: 200;
  width: 100%;
  padding: 3px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.sp-livesuggest-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.sp-livesuggest-container .sp-livesuggest-find-all {
  width: 100%;
  border: none;
  background-color: #1d242c;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 9px 20px;
  margin: 3px 0 0;
  text-align: center;
}
.sp-autocomplete {
  display: block;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  border: 1px solid transparent;
}
.sp-autocomplete.sp-active {
  border: 1px solid #000;
}
.sp-livesearch {
  margin: 0;
  padding: 2px 10px;
  border: 1px solid transparent;
  cursor: pointer;
}
.sp-livesearch > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: initial;
  align-items: initial;
  width: 100%;
}
.sp-livesearch > div > div {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.sp-livesearch.sp-active {
  border: 1px solid #000;
}
.sp-livesearch-thumbnail {
  margin-right: 8px;
}
.sp-livesearch-info {
  margin: 14px 8px 14px 0;
  min-width: 0;
}
.sp-livesearch-info div {
  overflow: hidden;
}
.sp-livesearch-prices {
  min-width: 70px;
  max-width: 70px;
  text-align: end;
  margin-top: 14px;
}
.sp-livesearch-separator {
  border-bottom: 2px solid #f6f5f3;
  width: auto;
  margin: 3px 2px;
  padding: 0;
}
.search-input-container {
  width: 500px;
  position: relative;
}
.search-input-container .magnifier {
  position: absolute;
  left: 9px;
  top: 3px;
  font-size: 18px;
  cursor: pointer;
}
.search-input-container .clearX {
  position: absolute;
  right: 9px;
  top: 1px;
  font-size: 25px;
  cursor: pointer;
}
.search-input-container .sp-search-input {
  border: 1px solid #000;
  width: 100%;
  padding: 10px 35px;
  box-sizing: border-box;
}
.search-input-container .sp-search-input:focus {
  outline: 0;
}
.search-input-container.sp-small,
.search-input-container.sp-small .sp-livesuggest-container {
  width: 100%;
}
.sp-not-found {
  display: none;
  max-width: 578px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.27273em;
}
.sp-no-results .sp-not-found {
  display: block;
}
.sp-livesuggest-container .price {
  font-size: 14px;
  line-height: 1.3em;
  display: block;
}
.sp-livesuggest-container .price.skin-loyalty {
  display: inline-block;
  padding-left: 20px;
  background-size: 15px 12px;
}
.sp-livesuggest-container .price.skin-obsolete {
  font-size: 12px;
}
@media (max-width: 767px) {
  .sp-livesuggest-container {
    width: auto;
    max-width: none!important;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: none;
  }
  .sp-livesuggest-container .sp-autocomplete,
  .sp-livesuggest-container .sp-livesearch {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-livesuggest-container .sp-livesearch-info div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.sp-query {
  font-weight: 300;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  text-transform: none;
  margin-top: 25px;
}
.sp-query .current-query {
  font-weight: 700;
  font-style: normal;
  padding-left: 2px;
}
@media (min-width: 768px) {
  .sp-query {
    font-size: 32px;
    padding: 0 200px;
    margin-top: 25px;
  }
}
.sp-utils {
  padding: 10px 0;
}
.sp-utils a:hover {
  opacity: 0.7;
}
.sp-total-hits {
  float: left;
}
.sp-total-hits .product-count {
  text-transform: none;
}
.sp-reset-filters {
  float: right;
  text-decoration: underline;
  font-size: 12px;
}
.sp-message {
  display: none;
  max-width: 578px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}
.sp-message,
.sp-message p {
  font-size: 22px;
  line-height: 1.27273em;
}
.sp-message-server-error h1,
.sp-message strong {
  font-style: normal;
}
.sp-message-server-error .btn {
  font-style: normal;
  margin: 35px 0 50px;
}
.search-no-results-promotions {
  display: none;
}
.search-no-results-promotions img {
  margin-left: auto;
  margin-right: auto;
}
.sp-show-message .categories-side-col,
.sp-show-message .categories-tree-region,
.sp-show-message .category-results,
.sp-show-message .result-sort,
.sp-show-message .sp-pagination,
.sp-show-message .sp-query,
.sp-show-message [data-sp-element^=facet] {
  display: none;
}
.sp-show-message .search-no-results-promotions {
  display: block;
}
@media (max-width: 767px) {
  .sp-show-message .sp-message-server-error,
  .sp-show-message .sp-query {
    padding-top: 100px;
  }
}
.sp-server-error .sp-message-server-error {
  display: block;
}
.sp-server-error .category-title {
  display: none;
}
.sp-no-results .sp-message-not-found,
.sp-no-results .sp-query {
  display: block;
}
.categories-tree-region,
.search-filter .accordion {
  display: none;
}
.sp-rendered .categories-tree-region,
.sp-rendered .search-filter .accordion {
  display: block;
}
.category-results {
  position: relative;
  min-height: 400px;
}
.category-results:before {
  content: "";
  display: none;
  width: 100px;
  height: 100px;
  background: url(https://cdn-ecom.stockmann.com/skin/frontend/stockmann/enterprise/img/misc/loader-large.gif) no-repeat 50% 50%;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -50px;
}
@media (min-width: 768px) {
  .category-results:before {
    top: 200px;
  }
}
.sp-loading .search-promotions,
.sp-loading .search-results {
  opacity: 0;
}
.sp-loading .category-results:before {
  display: block;
}
.sp-promotion {
  margin-bottom: 20px;
}
.sp-promotion img {
  display: block;
}
.editorial-results {
  list-style: none;
  padding: 0;
}
.editoral-result--box {
  display: block;
  padding: 16px 20px;
  pointer-events: none;
}
.editoral-result--box a {
  pointer-events: all;
  display: block;
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .editoral-result--box {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .editoral-result--box {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid transparent;
  }
}
.editoral-result--box:hover {
  border-color: #1d242c;
}
.editorial-results li {
  margin: 0 0 20px;
}
.editorial-results--description {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .editorial-results--description {
    border-bottom: 2px solid #eeece9;
    padding: 0 0 21px;
  }
}
.editorial-results--img img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.editorial-results--img .ficon-document {
  font-size: 36px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  margin: 6px 0 0;
}
@media (max-width: 767px) {
  .editorial-results--img {
    display: none;
  }
}
@media (min-width: 768px) {
  .editorial-results--img {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    padding: 0 0 0 20px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.editorial-results--title {
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 6px;
}
.editorial-results--title b,
.editorial-results--title strong {
  font-weight: 400;
}
.editorial-results--txt {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.switch-filter {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.switch-filter .btn-switcher {
  background-color: #fff;
  color: #1d242c;
  border: 1px solid #181c20;
  margin: 0 -1px 0 0;
}
.switch-filter input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.switch-filter input:checked + .btn-switcher {
  background-color: #1d242c;
  color: #fff;
}
.facet-list .facet-list {
  padding: 0 0 0 26px;
}
.facet-list .result-count {
  color: #e1dbd3;
  display: inline;
}
.top-facet {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
  background-color: #f7f6f4;
  height: 35px;
}
@media (min-width: 768px) and (max-width: 989px) {
  .top-facet {
    margin: 28px 0 0;
  }
}
.top-facet .selectric-wrapper {
  font-size: 14px;
  height: 100%;
}
.top-facet .selectric {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.top-facet .form-group {
  padding: 0;
  margin: 0;
  position: static;
}
@media (max-width: 767px) {
  .top-facet {
    display: none;
  }
}
.top-facet--filter {
  display: -ms-flexbox;
  display: flex;
}
.top-facet--filter .selectric-items {
  min-width: 214px;
}
.top-facet--filter .selectric-open {
  background-color: #e1dbd3;
}
.top-facet--filter .selectric-open .selectric-items {
  padding: 35px 0 0;
  margin: -35px 0 0;
}
.top-facet--filter .selectric-above .selectric-items {
  padding: 0 0 35px;
  margin: 0 0 -35px;
}
.top-facet--filter label {
  margin: 0;
  padding: 2px 0 0 36px;
}
.top-facet--filter .ctx-control {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .top-facet--filter {
    -ms-flex-align: center;
    align-items: center;
  }
  .top-facet--filter .ctx-control {
    z-index: 10000;
  }
  .top-facet--filter .selectric-wrapper {
    padding: 0 0 0 35px;
    left: -35px;
  }
  .top-facet--filter .selectric-wrapper .selectric {
    min-width: 180px;
  }
}
.top-facet--filter--title {
  padding: 3px 10px 5px;
}
@media (min-width: 768px) and (max-width: 989px) {
  .top-facet--filter--title {
    position: absolute;
    left: 0;
    top: -30px;
  }
}
.top-facet--sort-by .selectric-open {
  z-index: 11000;
}
.check-control--select {
  background-color: #eeece9;
  height: 100%;
}
.check-control--select input:checked ~ .multilabel {
  display: none;
}
@media (min-width: 768px) {
  .check-control--select {
    padding: 0 0 0 36px;
    margin: 0 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 215px;
  }
  .check-control--select .ctx-control {
    top: 50%;
    margin: -9px 0 0;
    left: 6px;
  }
}
.check-control .multilabel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}
.section-content {
  position: relative;
  width: 100%;
}
.section {
  position: relative;
  padding: 40px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.skin-no-padding {
  padding: 0;
}
.section.skin-cream {
  background-color: #eeece9;
}
.skin-pattern-green {
  background: #004141 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABDCAMAAADpn6bnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHhQTFRFJFtbAUFBBkVFB0ZGHVZWAkJCHldXBENDEU1NEk5OGlRUBUREIlpaEExMA0NDIVlZCUdHH1hYDUpKFlFRI1tbCEZGIFhYG1VVE09PCkhIC0lJHFVVGFJSDElJDktLGVNTFVBQF1JSKF5eMGRkD0xMJl1dFE9PAEFBGKrq9QAAAV1JREFUeNrU1dl2gjAQgOEJEKOI7G64dLFN3v8NqweqGDLJzEXbU24gFx/MDfODYV/w80QmMZPss0SziGzak2aRskhzwyHiFerrjUHWRaoMhwgN5/6JSuLNVhkOETv4uB9IJK4OynCIWMBqfA6TaJYsDYvMYW5N+V6C/xOzaDqlj6zsT/RT4mSZVJFzSpTknwthvWKYEiU6taf8fgVO9PikDlUc/JGfyBl2wnCI2m5iyrp4kBq0MBySp8WauJQGcmobaTgkf8lK+uq7ka59k4ZD5DHbsxasbrKj5O3k+tL93eb/f+TaKia5tYpF+lZxyNAqOrm3ikwerSKScato5KlVFGK1ikDsVgXJtFUh4mhVgLha5SXuVvkI0ioPwVqF1w2wVuF1A6xVeN0AaxW+RQFrFYVYrSIQu1VBMm1ViDha5SfOVnmJu1UegrXKQ7BW4XWDjrnE68vvxOJLgAEAcuTjFsDDLwcAAAAASUVORK5CYII=) 50% 50%;
  color: #fff;
}
.skin-pattern-cream {
  background: #eeece9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAA+CAYAAABp/UjKAAAAAXNSR0IArs4c6QAAA5pJREFUaAXtmVlrFEEUhdMawQ2XiCKiBGJAiA8RBPclxCBoxO0P5EeJCwg+iC/xQQOCIIpECbggCgER8WVAQRR3EcWt/Q50w0xneqbvpKumBlNw6JmeulXn66ruqunb1dXhJY7jvo5GAGABGkUTaCjqRBqM9+L7OKqgLyjuKBAAujE9ggbQtSiKXnBuP58j/dARBcPrMXoSvUJngPhRbTx4EADmY3gYDSKNwvNqgPRz0CBArMPoCfQWnQbie2o8ewwSJBkFzf2t6DoAT7PGs9+DAwFiLSY1Ch+R7oVvWdP1vgcDAsA8DO5F29ANAKbrGc47FwQIEKsxqFHQ1T8HxNc8w3nn2woCgNax3WgXugnAkzyjzc63DQSIVZjTKPxEGgWt0KaSTMctBN31DpKMwg461/1wG4BHJvdJZdpJp+N7jaTXLQqdr8SH9kgxmsDAp8RX4UNyIXYSsAfdoo3HCvYGggE9jYbQHTp/wNFcaKOHIE3H30gX4nPaiBcQDIzRoabxVTr/kHZuOdLGduprkZykjYfZWOf3CAa0Oi9HpzCgKWUqxK8gQNNR68x52tBCOaM4B6HHpWi6RQhdhANoCt1r1IYPEDzYCqOwjIhjaBG6AMC7Zi0EBwLEIKYPovtoqtEoVMMFAwLAEowdRbqfLgLwptpos89BgACxGaOHkRbHcSD+NjOe/b2tIAAsxtAoWoMuAfA6a7Do97aBALEJk0eQtutXgPhT1HS9et5BAFiIkUNoA7oMwMt6xqznvIIA0Y9B3dDP0FkgflkN59V3vkXBvLYVehOihbEPaY9U4Vhq0bLvo+yjEz2J9B+84qNDJ30wKhudNDzX6P98BZhWusE7twBQk79wTeLk8QtEL8b1Z6iC9HYk5mk1ydFZKXVBBEDtjaABVJO/cEaQNFwaCBAN8xfBgwCgVXsY6Q9Rbv4iaBAgCucvggRJRkF7KL0cKJS/CA4EiJbyF8GAAKANZsv5iyBAgEhfGLecv2grCABaMEvJX7QNBIhS8xfeQZJRKD1/4RqkZq8FhLP8hTcQIJzmL7yAADFGR9p3OctfuAbpBsJL/sI5CB3oNY3z/IUPEHMfjKI5f2HuxBhg/j8CREv5C6Mvc/XCIADMKn9hdmYMKAQCxKzzF0Zf5uoNQQAoLX9hdmYMyAUBotT8hdGXufoMEACc5C/MzowBNSBA9BPvJH9h9GWuHmHeS/7C7MwYkOZH5vIXxgvnrPo/kxeOIi340aEAAAAASUVORK5CYII=) 50% 50%;
  color: #1d242c;
}
.skin-content-header {
  padding: 0;
}
@media (min-width: 768px) {
  .skin-content-header {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .skin-content-header .col,
  .skin-content-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-newsletter {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.section-newsletter strong {
  color: #004141;
}
.section-newsletter .container {
  max-width: 620px;
}
.section-newsletter .section-title {
  font-size: 28px;
  font-style: normal;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .section-newsletter {
    font-size: 20px;
  }
  .section-newsletter .section-title {
    font-size: 42px;
  }
}
.section-product-detail {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .section-product-detail {
    padding-top: 0;
  }
}
.section-products-slider {
  margin: 40px 0;
}
.section-product-promotional {
  padding: 35px 0 20px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 767px) {
  .section-product-promotional .col + .col {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-product-promotional {
    font-size: 21px;
    line-height: 1.19048em;
  }
}
@media (min-width: 990px) {
  .section-product-promotional {
    font-size: 24px;
    line-height: 1.20833em;
  }
}
.section-category-footer {
  margin: 0 0 40px;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 2.77778em;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  position: relative;
  background: #eeece9;
}
.selectric .label {
  position: relative;
  display: block;
  margin: 0;
}
.selectric .select-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  font-size: 13px;
  line-height: 1em;
  width: 12px;
  height: 12px;
}
.selectric .select-icon:before {
  content: "";
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  background: #e1dbd3;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-open .select-icon:before {
  content: "";
}
.selectric-disabled {
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric-input {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0!important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  outline: none!important;
  border: none!important;
  background: none !important;
}
.touchevents .selectric-input {
  visibility: hidden;
}
.selectric-temp-show {
  position: absolute!important;
  visibility: hidden!important;
  display: block !important;
}
.selectric-scroll {
  height: 100%;
  overflow: auto;
  background: #fafaf9;
}
.selectric-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  background: #fff;
}
.selectric-scroll::-webkit-scrollbar:vertical {
  width: 10px;
}
.selectric-scroll::-webkit-scrollbar:horizontal {
  height: 10px;
}
.selectric-scroll::-webkit-scrollbar-thumb {
  background: #e1dbd3;
  background-clip: content-box;
  border: 1px solid transparent;
}
.selectric-scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 30px;
}
.selectric-scroll::-webkit-scrollbar-button,
.selectric-scroll::-webkit-scrollbar-corner {
  background: transparent;
  display: none;
  width: 0;
  height: 0;
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  box-shadow: 0 2px 14px rgba(24, 28, 32, 0.2);
  padding: 50px 0 0;
  margin: -50px 0 0;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
  padding: 0 0 50px;
  margin: 0 0 -50px;
}
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selectric-items li {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: #fafaf9;
  line-height: 40px;
}
.selectric-items .selected,
.selectric-items li:hover {
  background: #eeece9;
}
.selectric-items .disabled {
  cursor: default!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .disabled .selectric-name {
  opacity: 0.5;
}
.selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-group.disabled li {
  opacity: 1;
}
.selectric-group li {
  padding-left: 25px;
}
.selectric-preview {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  margin: 5px;
  background: #eeece9 50% 50% no-repeat;
  background-size: cover;
}
.selectric-preview.disabled {
  opacity: 0.2;
}
.selectric-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  padding: 3px 12px 5px;
}
.selectric-name.disabled {
  opacity: 0.2;
}
.selectric .selectric-name {
  padding-right: 40px;
}
.selectric-skin-bordered {
  display: inline-block;
  font-size: 15px;
  line-height: 2.66667em;
}
.selectric-skin-bordered .selectric {
  background: transparent;
  border: 1px solid #1d242c;
  padding: 5px;
  height: 52px;
}
.selectric-skin-bordered .selectric .label {
  background: #eeece9;
  height: 40px;
  overflow: hidden;
}
.selectric-skin-bordered .selectric-scroll {
  background: #fff;
}
.selectric-skin-bordered .selectric-scroll::-webkit-scrollbar:vertical {
  width: 12px;
}
.selectric-skin-bordered .selectric-scroll::-webkit-scrollbar:horizontal {
  height: 12px;
}
.selectric-skin-bordered .selectric-scroll::-webkit-scrollbar-thumb {
  border-width: 0 5px 5px 0;
}
.selectric-skin-bordered .selectric-items {
  background: #fff;
  border: 1px solid #1d242c;
  padding: 50px 0 0;
  margin: -52px 0 0;
}
.selectric-skin-bordered .selectric-items li {
  margin: 0 5px 5px;
}
.selectric-skin-bordered .selectric-preview {
  width: 45px;
  border-right: 5px solid #fff;
  margin: 0;
}
.selectric-skin-bordered.selectric-above .selectric-scroll::-webkit-scrollbar-thumb {
  border-width: 5px 5px 0 0;
}
.selectric-skin-bordered.selectric-above .selectric-items {
  padding: 0 0 50px;
  margin: 0 0 -52px;
}
.selectric-skin-bordered.selectric-above .selectric-items li {
  margin: 5px 5px 0;
}
.selectric-skin-bordered.selectric-open .selectric {
  border-color: transparent;
}
.selectric-skin-bordered.selectric-open .label {
  background: #e1dbd3;
}
.selectric-skin-previews .selectric {
  min-width: 180px;
}
.selectric-skin-previews .selectric-name {
  padding-left: 57px;
}
.selectric-skin-previews .selectric-preview {
  display: block;
}
.selectric-skin-small {
  font-size: 14px;
  line-height: 2.5em;
}
.selectric-skin-small .select-icon {
  right: 12px;
}
.selectric-skin-small .selectric-name {
  padding: 2px 36px 2px 12px;
}
.selectric-skin-small .selectric-items {
  padding: 26px 0 0;
  margin: -28px 0 0;
}
.selectric-skin-small .selectric-items li {
  line-height: 35px;
}
.selectric-skin-small.selectric-above .selectric-items {
  padding: 0 0 26px;
  margin: 0 0 -28px;
}
.selectric-skin-small.selectric-skin-parallel .selectric-name {
  padding: 2px 12px;
}
.selectric-skin-small.selectric-skin-previews .selectric-name {
  padding-left: 28px;
}
.selectric-skin-small.selectric-skin-previews .selectric-preview {
  display: block;
  width: 15px;
  height: 15px;
  margin: 7px;
  border-right: none;
}
.selectric-skin-parallel {
  overflow: hidden;
  padding: 1px;
}
.selectric-skin-parallel .selectric {
  display: none;
}
.selectric-skin-parallel .selectric-scroll {
  overflow: visible;
  background: transparent;
}
.selectric-skin-parallel .selectric-items {
  display: block;
  position: static;
  width: auto!important;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
}
.selectric-skin-parallel .selectric-items li {
  display: block;
  float: left;
  text-align: center;
}
.selectric-skin-parallel:not(.selectric-skin-previews) .selectric-name {
  padding-left: 6px;
  padding-right: 6px;
}
.selectric-skin-parallel.selectric-skin-bordered {
  font-size: 17px;
  line-height: 2.35294em;
}
.selectric-skin-parallel.selectric-skin-bordered .selectric-items li {
  border: 5px solid #fff;
  background: #eeece9;
  outline: 1px solid #eeece9;
  min-width: 52px;
  min-height: 52px;
  margin: 0 7px 7px 0;
}
.selectric-skin-parallel.selectric-skin-bordered .selectric-items .selected {
  background: #eeece9;
  outline: 1px solid #1d242c;
}
.selectric-skin-parallel.selectric-skin-hidden-name .selectric-preview {
  border-right: none;
  width: 100%;
}
.selectric-skin-parallel.selectric-skin-hidden-name .selectric-name {
  display: none;
}
.list-captions {
  font-size: 14px;
  line-height: 1.21429em;
  font-weight: 400;
  overflow: hidden;
  margin: 0;
}
.list-captions dt {
  text-transform: uppercase;
}
.list-captions dd {
  font-style: italic;
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .list-captions {
    padding-left: 160px;
  }
  .list-captions dt {
    float: left;
    clear: both;
    width: 145px;
    margin: 0 0 10px -160px;
  }
  .list-captions dd {
    float: left;
  }
}
.size-table {
  position: relative;
  display: none;
  padding: 20px;
  font-size: 16px;
  line-height: 1.3125em;
}
#colorbox .size-table {
  display: block;
}
.size-table--img {
  background: transparent;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 10px 0 0;
  text-align: center;
}
.size-table--images-desc {
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.21429em;
  font-weight: 300;
}
.size-table--images-desc li {
  margin: 8px 0 0;
}
.size-table--images-desc li:first-child {
  margin: 0;
}
.size-table--images-desc td,
.size-table--images-desc th {
  padding: 4px 10px;
}
.size-table--images-desc td:first-child,
.size-table--images-desc th:first-child {
  padding-left: 0;
  width: 1%;
}
.size-table--images-desc td:last-child,
.size-table--images-desc th:last-child {
  padding-right: 0;
}
.size-table--images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.size-table--content {
  position: relative;
}
@media (min-width: 768px) {
  .size-table--headline {
    text-align: center;
  }
  .size-table {
    padding: 35px;
    min-height: 560px;
  }
}
@media (max-width: 479px) {
  .size-table--has-1-images .size-table--captions {
    display: -ms-flexbox;
    display: flex;
  }
  .size-table--has-1-images .size-table--images-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .size-table--has-1-images .size-table--images {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 20px 0 0;
  }
  .size-table--has-2-images .size-table--images,
  .size-table--has-3-images .size-table--images,
  .size-table--has-4-images .size-table--images {
    margin: 0 0 20px;
  }
  .size-table--images-desc td,
  .size-table--images-desc th {
    display: block;
    width: auto;
    padding: 0;
  }
  .size-table--images-desc td:last-child,
  .size-table--images-desc th:last-child {
    padding: 0 0 8px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .size-table--has-1-images .size-table--captions,
  .size-table--has-2-images .size-table--captions {
    display: -ms-flexbox;
    display: flex;
  }
  .size-table--has-1-images .size-table--images-desc,
  .size-table--has-2-images .size-table--images-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .size-table--has-1-images .size-table--images,
  .size-table--has-2-images .size-table--images {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 20px 0 0;
  }
  .size-table--has-1-images .size-table--images-desc td,
  .size-table--has-1-images .size-table--images-desc th,
  .size-table--has-2-images .size-table--images-desc td,
  .size-table--has-2-images .size-table--images-desc th {
    display: block;
    width: auto;
    padding: 0;
  }
  .size-table--has-1-images .size-table--images-desc td:last-child,
  .size-table--has-1-images .size-table--images-desc th:last-child,
  .size-table--has-2-images .size-table--images-desc td:last-child,
  .size-table--has-2-images .size-table--images-desc th:last-child {
    padding: 0 0 8px;
  }
  .size-table--has-3-images .size-table--images,
  .size-table--has-4-images .size-table--images {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .size-table--has-1-images .size-table--images,
  .size-table--has-2-images .size-table--images {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size-table--has-1-images .size-table--images-desc td,
  .size-table--has-1-images .size-table--images-desc th,
  .size-table--has-2-images .size-table--images-desc td,
  .size-table--has-2-images .size-table--images-desc th {
    display: block;
    width: auto;
    padding: 0;
  }
  .size-table--has-1-images .size-table--images-desc td:last-child,
  .size-table--has-1-images .size-table--images-desc th:last-child,
  .size-table--has-2-images .size-table--images-desc td:last-child,
  .size-table--has-2-images .size-table--images-desc th:last-child {
    padding: 0 0 8px;
  }
  .size-table--has-1-images .size-table--content {
    padding-left: 190px;
  }
  .size-table--has-2-images .size-table--content {
    padding-left: 265px;
  }
  .size-table--has-3-images .size-table--captions {
    display: -ms-flexbox;
    display: flex;
  }
  .size-table--has-3-images .size-table--images-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .size-table--has-3-images .size-table--images {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 20px 0 0;
  }
  .size-table--has-3-images .size-table--images-desc td,
  .size-table--has-3-images .size-table--images-desc th {
    display: block;
    width: auto;
    padding: 0;
  }
  .size-table--has-3-images .size-table--images-desc td:last-child,
  .size-table--has-3-images .size-table--images-desc th:last-child {
    padding: 0 0 8px;
  }
  .size-table--has-4-images .size-table--images {
    margin: 0 0 20px;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .size-table--has-1-images .size-table--images,
  .size-table--has-2-images .size-table--images,
  .size-table--has-3-images .size-table--images {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size-table--has-1-images .size-table--content {
    padding-left: 190px;
  }
  .size-table--has-2-images .size-table--content {
    padding-left: 265px;
  }
  .size-table--has-3-images .size-table--content {
    padding-left: 385px;
  }
  .size-table--has-4-images .size-table--captions {
    display: -ms-flexbox;
    display: flex;
  }
  .size-table--has-4-images .size-table--images-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .size-table--has-4-images .size-table--images {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 20px 0 0;
  }
  .size-table--has-4-images .size-table--images-desc td,
  .size-table--has-4-images .size-table--images-desc th {
    display: block;
    width: auto;
    padding: 0;
  }
  .size-table--has-4-images .size-table--images-desc td:last-child,
  .size-table--has-4-images .size-table--images-desc th:last-child {
    padding: 0 0 8px;
  }
}
@media (min-width: 1200px) {
  .size-table--has-1-images .size-table--images,
  .size-table--has-2-images .size-table--images,
  .size-table--has-3-images .size-table--images,
  .size-table--has-4-images .size-table--images {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size-table--has-1-images .size-table--content {
    padding-left: 190px;
  }
  .size-table--has-2-images .size-table--content {
    padding-left: 265px;
  }
  .size-table--has-3-images .size-table--content {
    padding-left: 385px;
  }
  .size-table--has-4-images .size-table--content {
    padding-left: 500px;
  }
}
.slide {
  display: block;
  position: relative;
  background: transparent 50% 0 no-repeat;
  background-size: cover;
}
.slide img {
  margin: 0;
}
.slide > a {
  display: block;
}
@media (min-width: 375px) and (max-width: 767px) {
  .slide .product-tile {
    max-width: 158px;
  }
  .slide .product-tile .actions {
    display: none;
  }
  .slide .product-tile .description {
    font-size: 12px;
    line-height: 1.25em;
  }
}
.slider {
  position: relative;
}
.no-js .slider .slide:first-child {
  display: block !important;
}
@media (max-width: xl-1px) {
  .slider.skin-single-navigation .swiper-button {
    display: none;
  }
}
@media (min-width: xl) {
  .slider.skin-single-navigation .swiper-pagination {
    display: none;
  }
}
.slider .swiper-container {
  padding: 0 0 1px;
}
.slider .swiper-pagination {
  margin: 15px 0 0;
}
.slider.no-pagination {
  margin-bottom: 40px;
}
@media (min-width: 1190px) {
  .slider-product-media .swiper-pagination {
    display: none;
  }
}
.slider-product-media-thumbs {
  margin: 12px 0 0;
}
.slider-product-media-thumbs img {
  margin: 0 auto;
}
.slider-product-media-thumbs .slide {
  cursor: pointer;
  text-align: center;
  border: 1px solid #eeece9;
  width: 88px;
  height: 90px;
  padding: 5px;
  margin-right: 10px;
}
.slider-product-media-thumbs .slide.active {
  border-color: #1d242c;
}
.slider-product-media-thumbs .swiper-button-prev {
  left: -25px;
}
.slider-product-media-thumbs .swiper-button-next {
  right: -25px;
}
.slider-product-media-thumbs.skin-centered .swiper-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1189px) {
  .slider-product-media-thumbs {
    display: none;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container * {
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button {
  color: #e1dbd3;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  width: 15px;
  z-index: 10;
  cursor: pointer;
}
.swiper-button:hover {
  color: #1d242c;
}
.swiper-button-prev {
  /* left: 45px;*/
  right: auto;
  top: 18%;
  position: absolute;
}
.swiper-button-next {
  right: -45px;
  left: auto;
}
.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}
.swiper-pagination {
  transform: translateZ(0);
  text-align: center;
  z-index: 1;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin: 5px 0;
  position: relative;
}
.swiper-pagination-bullet i {
  width: 8px;
  height: 8px;
  text-indent: -999px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  opacity: 0.33;
}
.swiper-pagination-bullet-active i,
.swiper-pagination .active .swiper-pagination-bullet i {
  opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 25px;
  left: 0;
  right: 0;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-ui-light .swiper-button,
[class*=faded-] .swiper-button {
  color: #fff;
}
.swiper-ui-light .swiper-pagination-bullet i,
[class*=faded-] .swiper-pagination-bullet i {
  background: #fff;
}
.swiper-ui-dark .swiper-button {
  color: #181c20;
}
.swiper-ui-dark .swiper-pagination-bullet i {
  background: #181c20;
}
@media (min-width: 768px) {
  .swiper-button {
    font-size: 45px;
    margin-top: -20px;
  }
}
.table-striped tr:nth-child(even) td {
  background: #f7f6f4;
}
.table-availability {
  font-size: 14px;
}
.table-availability .td-color {
  width: 20px;
  padding: 0 0 0 10px;
  text-align: center;
  vertical-align: middle;
}
.table-availability .td-name {
  text-transform: uppercase;
}
.table-availability .td-label {
  text-align: right;
}
.table-availability .color-dot {
  display: block;
  width: 15px;
  height: 15px;
}
.table-properties {
  font-size: 14px;
  line-height: 1em;
}
.table-properties td {
  padding: 11px 8px;
}
.table-properties .td-property {
  color: rgba(29, 36, 44, 0.5);
  text-transform: uppercase;
  width: 1%;
}
.table-sizes,
.table-sizes--tables-std table {
  font-size: 16px;
  line-height: 1.125em;
}
.table-sizes--tables-std table td,
.table-sizes--tables-std table th,
.table-sizes td,
.table-sizes th {
  white-space: pre;
  text-align: center;
  padding: 11px 8px;
  vertical-align: middle;
  font-weight: 400;
}
.table-sizes--tables-std table td:first-child,
.table-sizes--tables-std table th:first-child,
.table-sizes td:first-child,
.table-sizes th:first-child {
  text-align: left;
}
.table-sizes--tables-std table tbody tr:nth-child(even) td,
.table-sizes--tables-std table tbody tr:nth-child(even) th,
.table-sizes--tables-std table thead td,
.table-sizes--tables-std table thead th,
.table-sizes tbody tr:nth-child(even) td,
.table-sizes tbody tr:nth-child(even) th,
.table-sizes thead td,
.table-sizes thead th {
  background: #fff;
}
.table-sizes--tables-std table tbody tr:nth-child(odd) td,
.table-sizes--tables-std table tbody tr:nth-child(odd) th,
.table-sizes tbody tr:nth-child(odd) td,
.table-sizes tbody tr:nth-child(odd) th {
  background: #f7f6f4;
}
.table-sizes--tables-std table tbody td:first-child,
.table-sizes--tables-std table tbody td:first-child[rowspan] + td,
.table-sizes--tables-std table tbody td:first-child[rowspan] + th,
.table-sizes--tables-std table tbody th:first-child,
.table-sizes--tables-std table tbody th:first-child[rowspan] + td,
.table-sizes--tables-std table tbody th:first-child[rowspan] + th,
.table-sizes tbody td:first-child,
.table-sizes tbody td:first-child[rowspan] + td,
.table-sizes tbody td:first-child[rowspan] + th,
.table-sizes tbody th:first-child,
.table-sizes tbody th:first-child[rowspan] + td,
.table-sizes tbody th:first-child[rowspan] + th {
  color: rgba(29, 36, 44, 0.5);
  text-transform: uppercase;
  width: 1%;
  font-size: 14px;
  text-align: left;
}
.table-sizes--wrap {
  margin: 0 0 20px;
  padding: 25px 0 0;
  position: relative;
  overflow: hidden;
}
.table-sizes--wrap:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  color: #a28b69;
  font-size: 25px;
}
@media (min-width: 768px) {
  .table-sizes--wrap {
    padding: 0;
  }
  .table-sizes--wrap:before {
    display: none;
  }
}
.table-size--pinned,
.table-size--scrollable {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .table-size--pinned .td-inner-property,
  .table-size--scrollable .td-inner-property {
    display: block;
    overflow: hidden;
    white-space: normal;
    width: 129px;
  }
}
@media (max-width: 374px) {
  .table-size--pinned .td-inner-property,
  .table-size--scrollable .td-inner-property {
    width: 99px;
  }
}
@media (max-width: 767px) {
  .table-size--scrollable {
    margin-left: 145px;
  }
  .table-size--scrollable table {
    margin-left: -145px;
    width: calc(245%);
  }
}
@media (max-width: 374px) {
  .table-size--scrollable {
    margin-left: 115px;
  }
  .table-size--scrollable table {
    margin-left: -115px;
    width: calc(215%);
  }
}
.table-size--pinned {
  position: absolute;
  top: 25px;
  left: 0;
  width: 145px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.table-size--pinned tbody td,
.table-size--pinned tbody th {
  opacity: 0;
}
.table-size--pinned tbody td:first-child,
.table-size--pinned tbody th:first-child {
  opacity: 1;
}
@media (max-width: 374px) {
  .table-size--pinned {
    width: 115px;
  }
}
.table-product-list-small td {
  padding: 15px 5px;
}
.table-product-list-small .thumbnail {
  padding: 10px 0;
}
.table-product-list-small .thumbnail .img {
  width: 42px;
  max-width: none;
}
.table-product-list-small .price,
.table-product-list-small .qty {
  white-space: nowrap;
  text-align: right;
}
.table-product-list-small .actions {
  padding: 15px 0;
  width: 12px;
}
.table-product-list-small .actions .icon {
  cursor: pointer;
  font-size: 10px;
  color: #e1dbd3;
}
.table-product-list-small .actions .icon:hover {
  color: #181c20;
}
.table-product-list-small .loading-indicator {
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .table-product-list-small .input-box-qty {
    margin: 5px 0 0;
  }
  .table-product-list-small .actions {
    width: 15px;
  }
  .table-product-list-small .actions .icon {
    font-size: 15px;
  }
}
.table-product-list-small .tr-discount td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-product-list-small .tr-discount .property {
  text-transform: uppercase;
}
.table-products col {
  width: 1px;
}
.table-products .col-auto {
  width: auto;
}
.table-products thead th {
  font-size: 16px;
  line-height: 1.25em;
  padding: 10px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  background: #eeece9;
  text-transform: uppercase;
}
.table-products thead th:first-child {
  text-align: left;
}
.table-products tbody td,
.table-products tfoot td {
  font-size: 14px;
  line-height: 1.21429em;
  vertical-align: top;
  padding: 10px 5px;
}
@media (min-width: 990px) {
  .table-products tbody td,
  .table-products tfoot td {
    vertical-align: middle;
  }
}
.table-products .td-price {
  text-align: right;
}
.table-products .td-qty {
  text-align: center;
}
.table-products .td-qty .form-group {
  margin: 0;
}
.table-products .td-register-hint {
  vertical-align: bottom;
  width: 1px;
  max-width: 1px;
  padding: 0;
}
@media (min-width: 990px) {
  .table-products .td-register-hint {
    vertical-align: top;
  }
}
.table-products .td-ordered {
  white-space: nowrap;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 768px) {
  .table-products .td-ordered {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.table-products img {
  display: block;
  max-width: none;
  width: 42px;
}
@media (max-width: 767px) {
  .table-products .input-box-qty {
    margin: 5px 0 0;
  }
}
.table-products .brand,
.table-products .name {
  display: block;
}
.table-products .td-name {
  position: relative;
}
.table-products .td-name .qty-static {
  display: block;
  margin-top: 5px;
}
@media (min-width: 990px) {
  .table-products .td-name .register-hint-wrapper {
    display: none;
  }
}
.table-products .loading-overlay {
  left: -55px;
  width: 578px;
  max-width: calc(60vw);
  z-index: 10;
}
@media (max-width: 374px) {
  .table-products .loading-overlay {
    max-width: calc(80vw);
  }
}
.table-products .tr-discount .property {
  text-transform: uppercase;
}
.table-product-remove {
  font-size: 20px;
  color: #e1dbd3;
  display: block;
}
.table-product-remove:hover {
  color: #181c20;
}
@media (min-width: 768px) {
  .table-product-remove {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .products-table-price {
    min-height: 48px;
  }
}
.pane {
  display: none;
}
.pane > .title {
  position: relative;
  cursor: pointer;
}
.pane.current,
.pane > .title a {
  display: block;
}
.tabs-search-filters .accordion {
  margin: 20px 0 5px;
}
.tabs-search-filters .nav-tabs {
  margin: 0 -10px;
}
.tabs-search-filters .nav-tabs > li {
  width: 50%;
}
.tabs-search-filters .nav-tabs li:after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  background: #dfe0df;
}
.tabs-search-filters .nav-tabs.open li:after,
.tabs-search-filters .nav-tabs li:first-child:after {
  background: transparent;
}
.tabs-search-filters .nav-tabs a {
  background: #f7f6f4;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tabs-search-filters .nav-tabs a.current {
  background: #fff;
}
@media (min-width: 375px) {
  .tabs-search-filters .nav-tabs {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .tabs-search-filters .accordion {
    margin: 0;
  }
  .tabs-search-filters .pane {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .tabs-search-filters .pane {
    display: none;
  }
  .tabs-search-filters .pane.search-filter-facets {
    display: block;
  }
}
.teaser-subline {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .teaser-subline {
    font-size: 16px;
  }
}
.teaser-headline {
  margin: 0;
  font-size: 42px;
}
@media (min-width: 768px) {
  .teaser-headline {
    font-size: 56px;
  }
}
.teaser-content {
  position: relative;
  z-index: 1;
}
.teaser-description {
  font-size: 18px;
  line-height: 1.16667em;
  font-style: italic;
  max-width: 580px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .teaser-description {
    font-size: 20px;
    line-height: 1.2em;
  }
}
.teaser-content-bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.teaser {
  position: relative;
  padding: 100px 20px;
  color: #fff;
  background: #1d242c 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.teaser.skin-size-md {
  min-height: 335px;
}
@media (min-width: 768px) {
  .teaser.skin-size-md {
    min-height: 395px;
  }
}
.teaser-grid {
  margin: 0 -10px 25px;
}
@media (min-width: 768px) {
  .teaser-grid {
    display: -ms-flexbox;
    display: flex;
  }
}
.teaser-grid-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 10px 15px;
  background: 50% 50% no-repeat;
  background-size: cover;
  min-height: 60vw;
}
@media (min-width: 768px) {
  .teaser-grid-item {
    min-height: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .teaser-grid-3col .teaser-grid-item {
    min-height: calc(6.66666667vw);
    max-width: calc(6.66666667vw);
  }
}
@media (min-width: 1200px) {
  .teaser-grid-3col .teaser-grid-item {
    max-width: 380px;
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .teaser-grid-3col .teaser-grid-item {
    min-height: calc(31.362vw);
  }
}
@media (max-width: 374px) {
  .teaser-grid-3col .teaser-grid-item {
    min-height: calc(41.816vw);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .teaser-grid-2col .teaser-grid-item {
    min-height: calc(11.7242vw);
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .teaser-grid-2col .teaser-grid-item {
    min-height: calc(35.1726vw);
  }
}
@media (max-width: 374px) {
  .teaser-grid-2col .teaser-grid-item {
    min-height: calc(46.8968vw);
  }
}
.teaser-grid-content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
.teaser-grid-logo {
  max-width: 100%;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .teaser-grid-logo {
    min-height: 60px;
  }
}
.teaser-grid-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 8px 0;
}
.teaser-grid.small .teaser-grid-title {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (max-width: 479px) {
  .teaser-grid-2col .teaser-grid-title,
  .teaser-grid-3col .teaser-grid-title {
    font-size: 28px;
  }
}
@media (max-width: 374px) {
  .teaser-grid-2col .teaser-grid-title,
  .teaser-grid-3col .teaser-grid-title {
    font-size: 24px;
  }
}
.teaser-grid-button {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 480px) {
  .teaser-grid-button {
    margin-bottom: 20px;
  }
}
.teaser-grid.small .teaser-grid-item {
  min-height: 50vw;
}
@media (min-width: 768px) {
  .teaser-grid.small .teaser-grid-item {
    min-height: 180px;
  }
}
@media (min-width: 990px) {
  .teaser-grid.small .teaser-grid-item {
    min-height: 220px;
  }
}
.teaser-grid.small .teaser-grid-title {
  font-size: 36px;
}
@media (min-width: 990px) {
  .teaser-grid.small .teaser-grid-title {
    font-size: 42px;
  }
}
.teaser-grid.large .teaser-grid-item {
  min-height: 75vw;
}
@media (min-width: 768px) {
  .teaser-grid.large .teaser-grid-item {
    min-height: 335px;
  }
}
@media (min-width: 990px) {
  .teaser-grid.large .teaser-grid-item {
    min-height: 380px;
  }
}
.teaser-type-brand-simple {
  min-height: 340px;
  padding: 50px 20px 100px;
  text-align: center;
  background: #1d242c 50% 50% no-repeat;
  background-size: cover;
}
.teaser-type-brand-simple:before {
  opacity: 0;
}
.teaser-type-brand-simple .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.teaser-type-brand-simple.margin-bottom {
  margin-bottom: 40px;
}
.teaser-type-brand-simple .teaser-logo {
  margin: 0 0 15px;
}
.teaser-type-brand-simple.skin-hide-logo {
  padding-top: 100px;
}
.teaser-type-brand-simple.skin-darkened.skin-no-image {
  background: #f7f6f4;
}
.teaser-type-brand-simple.skin-darkened.skin-no-image:before {
  content: none;
}
.teaser-type-brand-simple.skin-no-image {
  background: none;
  color: #1d242c;
}
.teaser-type-brand-simple.skin-no-image.skin-no-btn {
  min-height: 0;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .teaser-type-brand-simple.skin-no-image.skin-no-btn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .teaser-type-brand-simple.mobile-full-width {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .teaser-type-brand-simple .btn {
    padding-top: 10px;
    padding-bottom: 11px;
  }
}
.teaser-loyal-customer {
  padding-top: 0;
  text-align: center;
}
.teaser-loyal-customer .section-content {
  padding: 60px 20px 40px;
  min-height: 340px;
}
.teaser-loyal-customer .btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .teaser-loyal-customer .teaser-description {
    max-width: 60%;
  }
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}
p + ul,
p + ol {
  margin-top: -10px;
}
p a {
  text-decoration: underline;
}
p a:hover {
  opacity: 0.7;
}
dt {
  font-weight: 400;
}
hr {
  position: relative;
  margin: 20px 0;
  border: none;
  height: 10px;
  background: #1d242c;
  color: #1d242c;
}
hr.with-tongue:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid inherit;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.h1,
h1 {
  font-weight: 300;
  font-size: 42px;
}
@media (min-width: 990px) {
  .h1,
  h1 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 72px;
  }
}
.h2,
.sp-message-server-error h1,
h2 {
  font-weight: 300;
  font-size: 36px;
}
@media (min-width: 990px) {
  .h2,
  .sp-message-server-error h1,
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .h2,
  .sp-message-server-error h1,
  h2 {
    font-size: 56px;
  }
}
.h3,
h3 {
  font-weight: 300;
  font-size: 32px;
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 42px;
  }
}
.subheading-2 {
  display: block;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 989px) {
  .subheading-2 {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  .subheading-2 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .subheading-2 {
    font-size: 16px;
  }
}
.leading-1 {
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 989px) {
  .leading-1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 990px) {
  .leading-1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .leading-1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.leading-2 {
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 989px) {
  .leading-2 {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 990px) {
  .leading-2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .leading-2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.text-brand {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
  font-size: 16px;
  line-height: 1.25em;
}
.body-copy {
  font-weight: 400;
}
@media (max-width: 989px) {
  .body-copy {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 990px) {
  .body-copy {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .body-copy {
    font-size: 21px;
    line-height: 28px;
  }
}
.section-title {
  letter-spacing: .07em;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  margin: 0 0 30px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 28px;
    margin: 0 0 40px;
  }
}
.txt-callout {
  text-decoration: underline;
  font-size: 21px;
  font-weight: 300;
}
.cart-empty,
.txt-hint {
  font-weight: 300;
  font-style: italic;
}
.txt-small {
  font-size: 14px;
}
.txt-hint-small {
  font-style: italic;
  font-size: 14px;
  color: rgba(29, 36, 44, 0.3);
}
.txt-hint-right {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-decoration: underline;
  letter-spacing: 0;
  line-height: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.txt-hint-right:hover {
  opacity: 0.7;
}
.txt-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.txt-loyalty-number {
  font-size: 28px;
  font-style: normal;
  color: #004141;
  margin: 40px 0;
  letter-spacing: 0.14286em;
}
.product-title {
  display: block;
  font-weight: 300;
  font-size: 32px;
  line-height: 1em;
  text-transform: none;
  margin: 0 0 7px;
}
@media (min-width: 768px) {
  .product-title {
    font-size: 42px;
  }
}
@media (min-width: 990px) {
  .product-title {
    font-size: 52px;
  }
  .product-title.skin-long {
    font-size: 45px;
  }
}
.product-description {
  font-weight: 400;
}
@media (max-width: 989px) {
  .product-description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 990px) {
  .product-description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .product-description {
    font-size: 18px;
    line-height: 26px;
  }
}
.cart-empty {
  text-align: center;
  margin: 0 0 50px;
}
.page-title {
  margin: 20px 0 30px;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.09375em;
}
@media (min-width: 768px) {
  .page-title {
    margin: 0 0 30px;
    font-size: 42px;
    line-height: 1.07143em;
  }
}
.tracking-code {
  text-decoration: underline;
  font-size: 12px;
}
@media (min-width: 768px) {
  .form-headline-with-addition {
    padding: 0 120px;
  }
}
.form-headline-addition-right .btn,
.form-headline-addition-right a {
  font-size: 14px;
  line-height: 1em;
  text-decoration: underline;
  display: block;
  text-align: right;
  width: 100%;
}
@media (max-width: 767px) {
  .form-headline-addition-right {
    text-align: center;
    margin-bottom: 20px;
  }
  .form-headline-addition-right .btn {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .form-headline-addition-right {
    text-align: right;
    float: right;
    width: 120px;
    margin-right: -120px;
  }
}
.form-headline-with-addition-loggedin,
.form-headline-with-addition-loggedout {
  display: none;
}
.loggedin .form-headline-with-addition-loggedin,
.loggedout .form-headline-with-addition-loggedout {
  display: block;
}
.brand {
  text-transform: uppercase;
}
[data-module] {
  opacity: 1;
}
.js [data-module].is-initialising,
.js [data-module]:not([data-initialized]):not(.keep-visible) {
  opacity: 0;
}
.js [data-module].is-loading {
  opacity: 0.45;
}
.js [data-module].is-loading:after {
  content: "";
  display: block;
}
.js [data-responsive-bg] {
  opacity: 0;
}
.js [data-responsive-bg].initialized {
  opacity: 1;
}
[v-cloak] {
  display: none;
}
.stagger-transition {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.stagger-enter,
.stagger-leave {
  opacity: 0;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  transition-property: height, margin, padding, visibility;
  position: relative;
  height: 0;
  overflow: hidden;
}
.stockmann-logo {
  display: block;
  background-size: contain;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.disabled {
  cursor: default;
}
.bubble {
  color: #fff;
  background: #004141 50% 50% no-repeat;
  min-width: 20px;
  min-height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 1.2em;
  padding: 3px 5px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  opacity: 1;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  transform: scale(1);
}
.bubble:empty {
  display: none !important;
}
.bubble.skin-info {
  min-width: 22px;
  min-height: 22px;
  padding: 0;
  background: #eeece9;
  color: #1d242c;
  font-size: 18px;
  font-style: italic;
  border-radius: 11px;
  margin: 0 5px;
  top: -3px;
}
.bubble.invisible {
  transform: scale(0);
  opacity: 0;
}
.bubble.highlight {
  transform: scale(2);
  opacity: 1;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.bubble.loading {
  max-width: 20px;
  color: transparent;
}
.divider {
  border-top: 3px solid #eeece9;
}
.nobr {
  white-space: nowrap;
}
.no-margin {
  margin: 0;
}
.wrapper {
  overflow: hidden;
  min-height: 100%;
}
.page {
  background: #fff;
  min-width: 320px;
  margin-left: 0;
  left: 0;
}
.page:before {
  content: "";
  display: block;
  transition-property: opacity;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: rgba(29, 36, 44, 0.9);
}
.state-overlay-shown .page:before {
  z-index: 30;
}
.state-sidebar-shown .page:before {
  opacity: 1;
  background: rgba(29, 36, 44, 0.9);
}
.state-search-shown .page:before {
  opacity: 1;
  z-index: 5;
  background: #fff;
}
.form-customer-register,
.wrapper-center {
  max-width: 578px;
  margin: 0 auto;
}
.state-chrome-locked .wrapper,
.state-chrome-locked body {
  overflow: hidden;
  height: 100%;
}
.header .stockmann-logo {
  width: 160px;
  height: 16px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22160%22%20height%3D%2216%22%20viewBox%3D%220%200%20160%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Elogo-lettering-green%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M118.422%2012.881h-8.594l-1.227%202.687h-3.712l7.417-15.144h4.305l7.718%2015.144h-4.572l-1.334-2.687zm-33.077%202.35l-7.195-8.849%206.939-5.958h-5.049l-8.228%206.813v-6.813h-4.104v15.144h4.104v-3.936l3.122-2.617%205.356%206.554h5.328l-.273-.336v.336h4.084v-10.58h.04l4.626%2010.58h2.149l4.54-10.709h.04v10.709h4.085v-15.144h-5.628l-4.046%209.393-4.218-9.393h-5.67v14.807zm28.61-11.109l-2.619%205.57h5.448l-2.829-5.57zm-102.097.692c-.254-1.972-2.782-2.184-4.432-2.184-1.692%200-3.18.764-3.18%201.782%200%20.806.677%201.251%201.735%201.421l5.528.483c2.75.445%204.823%201.485%204.845%204.242.015%201.95-1.904%205.306-7.849%205.306-3.681%200-8.519-1.028-8.505-5.067h4.053c.061%202.401%202.674%202.266%204.452%202.266%201.925%200%203.542-.534%203.602-1.952.08-1.902-1.296-1.722-2.925-1.976l-3.745-.271c-2.623-.403-5.162-1.015-5.162-4.112%200-3.373%202.75-4.751%207.489-4.751%203.11%200%207.722.53%207.997%204.814h-3.903zm8.96-1.506h-5.119v-2.884h14.342v2.884h-5.119v12.259h-4.104v-12.259zm42.216%203.226c-.312-2.476-3.211-3.427-5.348-3.427-3.893%200-5.406%202.833-5.406%204.829%200%201.996%201.513%205.087%205.406%205.087%201.989%200%205.078-.861%205.477-3.811h3.991c-.003%204.329-4.827%206.474-9.616%206.48-4.233.005-9.229-2.089-9.229-7.541%200-5.51%204.566-7.842%209.229-7.842%203.639%200%209.174%201.164%209.788%206.225h-4.292zm73.81-6.11h3.977v15.144h-4.464l-8.058-10.562h-.042v10.562h-3.977v-15.144h4.76l7.761%2010.304h.043v-10.304zm19.178.006h3.977v15.144h-4.464l-8.058-10.562h-.042v10.562h-3.977v-15.144h4.76l7.761%2010.304h.042v-10.304zm-117.776%2012.501c3.921-.043%205.465-2.675%205.465-4.959s-1.742-4.959-5.465-4.959-5.68%202.675-5.68%204.959%201.173%205.009%205.68%204.959zm0-12.692c7.361%200%209.522%204.72%209.522%207.758%200%203.066-1.903%207.828-9.522%207.758-8.123-.076-9.78-4.692-9.78-7.758s2.263-7.758%209.78-7.758z%22%20fill%3D%22%23181C20%22%2F%3E%3C%2Fsvg%3E);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    box-shadow: 0 2px 6px rgba(24, 28, 32, 0.2);
  }
  .header .container {
    padding: 17px 20px;
    top: 0;
  }
  .header .main {
    overflow: hidden;
    height: 50px;
  }
  .state-search-shown .header .main .container {
    top: 50px;
  }
  .state-cart-dropdown-shown .header .main {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .header .stockmann-logo {
    position: absolute;
    left: 30px;
    top: -10px;
    margin: 0;
    width: 20px;
    height: 68px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2226%22%20height%3D%2291%22%20viewBox%3D%220%200%2026%2091%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%3Ctitle%3Estockmann-sign-green%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M.917%2030.966l25.083%2017.317v23.902l-26%2017.948v-13.054l24.402-16.846-24.402-16.846v-25.438l26-17.949v13.054l-24.941%2017.218s-.367.252-.143.695zm9.483-.632c0%204.307%203.492%207.8%207.8%207.8s7.8-3.492%207.8-7.8-3.492-7.8-7.8-7.8-7.8%203.492-7.8%207.8z%22%20fill%3D%22%23181c20%22%20sketch%3Atype%3D%22MSShapeGroup%22%2F%3E%3C%2Fsvg%3E);
  }
  .header .main {
    margin: 25px 0;
  }
}
@media (min-width: 1200px) {
  .header .stockmann-logo {
    top: 0;
    width: 26px;
    height: 90px;
    left: 28px;
  }
}
.header-callout {
  font-size: 16px;
  background: #f7f6f4;
  padding: 6px 0 7px;
  min-height: 38px;
}
.header-callout .container {
  padding: 0 270px;
}
@media (min-width: 768px) and (max-width: 989px) {
  .header-callout .container {
    padding: 0 270px 0 20px;
  }
}
.header-callout-message p {
  text-align: center;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 989px) {
  .header-callout-message p {
    text-align: left;
  }
}
.header-callout-message a {
  font-style: italic;
  text-decoration: none;
}
.header-callout-message a:hover {
  opacity: 0.7;
}
.header-account {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  float: right;
  padding: 0 0 0 20px;
  position: relative;
  overflow: hidden;
}
.header-account-item {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.header-account-item a:hover {
  opacity: 0.7;
}
.header-account-item span {
  text-transform: none;
  font-style: italic;
}
.header-account-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  color: #004141;
  margin: 0 5px 0 0;
}
.my-account-wrapper {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 989px) {
  .my-account-wrapper .my-account-main {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .my-account-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 990px) {
  .my-account-main {
    margin: 0 auto;
    max-width: 578px;
  }
}
@media (min-width: 990px) {
  .my-account-main-inner {
    overflow: hidden;
  }
}
.my-account-nav > li {
  text-transform: uppercase;
  padding: 10px 0;
}
.my-account-nav > li.current {
  font-weight: 700;
}
@media (min-width: 768px) {
  .my-account-nav.has-no-active > li:first-child {
    font-weight: 700;
  }
}
.my-account-nav .bubble {
  vertical-align: 2px;
}
@media (min-width: 768px) {
  .my-account-nav > li {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.1875em;
  }
}
@media (min-width: 768px) {
  .my-account-nav {
    float: left;
    padding: 0 50px 0 0;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .my-account-nav {
    width: 185px;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .my-account-nav {
    width: 290px;
  }
}
@media (max-width: 767px) {
  .my-account-nav {
    display: none;
  }
  .my-account-nav.has-no-active {
    display: block;
  }
  .my-account-nav > li {
    border-top: 2px solid #eeece9;
  }
  .my-account-nav > li:first-child {
    border-top: 0;
  }
}
.sidebar {
  position: absolute;
  z-index: 40;
  height: 100%;
  top: 0;
  left: 0;
  right: 60px;
  background: #fff;
  transform: translate(-100%);
}
.sidebar.skin-index {
  background: #f7f6f4;
}
.sidebar .nav-main {
  margin: -20px -20px 0;
  padding: 11px 20px;
  background: #fff;
  font-size: 18px;
}
.sidebar .nav-main a {
  padding: 7px 0 8px;
}
.sidebar .nav-level-3 a,
.sidebar .nav-level-4 a {
  text-transform: none;
}
.sidebar .nav-secondary {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
}
.sidebar .nav-secondary a {
  padding: 10px 0;
}
.sidebar .nav-secondary .bubble,
.sidebar .nav-secondary .name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sidebar .nav-secondary .name {
  margin: 0 5px 0 35px;
}
.sidebar .nav-secondary .name span {
  text-transform: none;
  font-style: italic;
  display: inline-block;
}
.sidebar .nav-secondary .icon {
  position: absolute;
  font-size: 25px;
  top: 4px;
}
.sidebar .nav-secondary .bubble {
  top: -1px;
}
.sidebar .nav-secondary .link-account {
  padding-top: 7px;
}
.sidebar-close {
  color: #fff;
  font-size: 18px;
  width: 18px;
  text-align: center;
  position: fixed;
  top: 15px;
  right: 22px;
  opacity: 0;
  z-index: -1;
}
.sidebar-page {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
}
.sidebar-page.slide-transition {
  transition: right 0.5s ease;
}
.sidebar-page.slide-enter {
  right: -100%;
}
.sidebar-page.slide-leave {
  right: 100%;
  z-index: 1;
}
.navigating-back .sidebar-page.slide-enter {
  right: 100%;
}
.navigating-back .sidebar-page.slide-leave {
  right: -100%;
}
.sidebar-page .button-back {
  margin: -20px -20px 0;
}
.sidebar-page .button-back + .nav-main {
  margin-top: 0;
  padding-top: 10px;
}
.sidebar-nav-item {
  display: none;
}
.sidebar .sidebar-nav-item {
  display: list-item;
}
.state-sidebar-shown .header,
.state-sidebar-shown .page {
  left: 100%;
  margin-left: -60px;
  margin-right: 60px;
}
.state-sidebar-shown .header {
  right: -60px;
  margin-right: 0;
}
.state-sidebar-shown .header .link-menu {
  opacity: 0;
}
.state-sidebar-shown .sidebar {
  transform: translate(0);
}
.state-sidebar-shown .sidebar-close {
  opacity: 1;
  z-index: 35;
}
@media print {
  @-ms-viewport {
    width: 1240px;
    min-width: 1240px;
  }
  @viewport {
    width: 1240px;
    min-width: 1240px;
  }
  @page {
    width: 1240px;
    min-width: 1240px;
    size: 1240px 1712.38095px;
    margin: 2cm;
    orphans: 4;
    widows: 4;
  }
  body {
    min-width: 1240px;
  }
  * {
    text-shadow: none!important;
    box-shadow: none!important;
    -webkit-print-color-adjust: exact;
  }
  img,
  li {
    page-break-inside: avoid;
  }
  .h {
    page-break-after: avoid;
  }
  .responsive-embed {
    display: none !important;
  }
  .page {
    min-width: 1240px;
  }
}
/*HOMEPAGE*/
.ImgSecBlock {
  text-align: center;
  display: block;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0 10px 15px;
  float: left;
}
.secImages a {
  font-size: 24px;
}
.secImages {
  max-width: 570px;
  float: left;
}
.desc a {
  text-decoration: underline;
}
.secImages img {
  width: 100%;
}
.secImages p {
  text-decoration: underline;
  font-size: 14px;
}
.ImgThirBlock {
  text-align: center;
  display: block;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0 10px 15px;
  float: left;
}
.thirImages {
  max-width: 370px;
  float: left;
  font-size: 24px;
}
.thirImages p {
  text-decoration: underline;
  font-size: 14px;
}
.thirImages img {
  width: 100%;
}
.bannerTitle {
  text-align: center;
}
h2.bannerTitle {
  font-size: 32px;
  letter-spacing: 2px;
}
.desc {
  text-align: center;
  margin-bottom: 40px;
}
.st-cms-post-header .st-cms-content {
  padding-top: 68px;
}
.st-cms-post-header .container {
  max-width: 800px;
  background-color: #fff;
}
.st-cms-post-header .st-cms-excerpt {
  font-size: 21px;
  line-height: 25px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.st-cms-post-header em {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #1d242c;
}
.st-cms-field-wysiwyg {
  margin-bottom: 68px;
  font-size: 21px;
  line-height: 28px;
}
.st-cms-field-wysiwyg > ul {
  list-style: none;
}
.st-cms-field-wysiwyg > ul > li {
  position: relative;
}
.st-cms-field-wysiwyg > ul > li:before {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
}
.st-cms-hero {
  display: block;
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: #004141;
  overflow: hidden;
  padding-bottom: 30%;
}
.st-cms-hero:before {
  display: block;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: ' ';
}
.st-cms-bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #004141;
  position: relative;
  overflow: hidden;
}
/*HOMEPAGE*/
.ImgSecBlock {
  text-align: center;
  display: block;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0 10px 15px;
  float: left;
}
.secImages a {
  font-size: 24px;
}
.secImages {
  max-width: 570px;
  float: left;
}
.desc a {
  text-decoration: underline;
}
.secImages img {
  width: 100%;
}
.secImages p {
  text-decoration: underline;
  font-size: 14px;
}
.ImgThirBlock {
  text-align: center;
  display: block;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0 10px 15px;
  float: left;
}
.thirImages {
  max-width: 370px;
  float: left;
  font-size: 24px;
}
.thirImages p {
  text-decoration: underline;
  font-size: 14px;
}
.thirImages img {
  width: 100%;
}
.bannerTitle {
  text-align: center;
}
h2.bannerTitle {
  font-size: 32px;
  letter-spacing: 2px;
}
.desc {
  text-align: center;
  margin-bottom: 40px;
}
.ImgSecBlock {
  text-align: center;
  display: block;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 20px 9.2px 15px;
  float: left;
}
.secImages a {
  font-size: 24px;
}
.secImages {
  max-width: 570px;
  float: left;
}
.desc a {
  text-decoration: underline;
}
.secImages img {
  width: 100%;
}
.secImages p {
  text-decoration: underline;
  font-size: 14px;
}
.ImgThirBlock {
  text-align: center;
  display: block;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 33px 11.6px 100px;
  float: left;
}
.thirImages {
  max-width: 370px;
  float: left;
  font-size: 24px;
}
.thirImages p {
  text-decoration: underline;
  font-size: 14px;
}
.thirImages img {
  width: 100%;
}
.bannerTitle {
  text-align: center;
}
h2.bannerTitle {
  font-size: 32px;
  letter-spacing: 2px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0px;
}
.desc {
  text-align: center;
  margin-bottom: 40px;
}
.slider_image {
  margin: 0 10px 15px;
}
/* CATEGORIES LISTING*/
.st-cms-block-post-card {
  background-color: initial;
}
.st-cms-list-blocks {
  margin-top: 68px;
}
.sub-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav-main .current-menu-item .sub-menu,
  .current-menu-parent .sub-menu,
  .current-products_module-ancestor .sub-menu {
    display: block;
    position: absolute;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    background-color: #eeece9;
    right: 0;
    left: 0;
    width: 100%;
  }
}
.current-menu-item .sub-menu li,
.current-menu-parent .sub-menu li,
.current-product_cat-ancestor .sub-menu li,
.current-products_module-ancestor .sub-menu li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 10px;
  position: static;
}
@media only screen and (min-width: 768px) {
  .current-menu-item .sub-menu li,
  .current-menu-parent .sub-menu li,
  .current-product_cat-ancestor .sub-menu li,
  .current-products_module-ancestor .sub-menu li {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .current-menu-item .sub-menu li,
  .current-menu-parent .sub-menu li,
  .current-product_cat-ancestor .sub-menu li,
  .current-products_module-ancestor .sub-menu li {
    display: block;
  }
}
.menu-item {
  font-weight: 500;
}
.navigation li {
  color: #1d242c;
  transition: ease .5s;
}
.navigation li:hover {
  color: rgba(29, 36, 44, 0.7);
}
li.current-menu-ancestor,
li.current-menu-parent,
.current-menu-item,
.current-product_cat-ancestor,
.current-product-ancestor,
.current-products_module-ancestor {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .st-cms-block-wrap.col-sm-6.st-cms-pull-right-sm:nth-child(even) {
    padding-left: 0;
    padding-right: 20px;
  }
}
.bannerInfo p {
  margin-bottom: 0px ;
}
/*SLIDER*/
.ficon-chevron-light-left,
.ficon-chevron-light-right {
  cursor: pointer;
  position: absolute;
  top: 17%;
  width: 100px;
  margin-top: -22px;
  padding: 16px;
  font-size: 45px;
  margin-left: 26px;
  transition: 0.6s ease;
}
/* Position the "next button" to the right */
.ficon-chevron-light-right {
  right: 0;
  /*border-radius: 3px 0 0 3px;*/
}
a.ficon-chevron-light-right,
a.ficon-chevron-light-left:hover {
  text-decoration: none !important;
}
.slider_block {
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
}
@keyframes slider_block {
  100% {
    left: 0;
  }
}
.bannerInfo h4 {
  margin-bottom: 0px;
  font-size: 24px;
  letter-spacing: 1.7px;
  line-height: 1.08333em;
  font-weight: 400;
}
.bannerInfo {
  margin-top: 15px;
}
.slider_image a[href="#"] {
  cursor: pointer !important;
}
.desc p {
  text-decoration: none !important;
  margin-top: 15px;
}
.desc_short {
  text-decoration: underline;
}
/* FONT SIZES*/
#menu-sotsiaalmeedia-menuu {
  font-size: 30px;
  position: relative;
  display: inline-block;
}
#menu-sotsiaalmeedia-menuu a {
  text-indent: -9000em;
  position: absolute;
  height: 25px;
  width: 25px;
  display: block;
  cursor: pointer;
  width: 100%;
  height: auto;
  top: 0;
}
.menu-item-object-custom {
  padding-right: 5px;
}
.menu-item-object-custom:hover {
  opacity: 0.7;
}
.navigation .nav-main {
  position: relative;
}
HTML,
BODY {
  color: #1D242C;
}
BODY {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  font-family: StockmannSans, Arial, sans-serif;
}
BODY > DIV,
BODY SPAN {
  display: inline;
}
* {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*,
:after,
:before {
  box-sizing: inherit;
}
HR {
  border: none;
  height: 1px !important;
  overflow: hidden;
  margin: 20px 0 0 0;
  background: rgba(0, 0, 0, 0.1);
}
IFRAME {
  padding: 0;
  margin: 0;
  border: none;
}
A {
  text-decoration: none;
  color: #1d242c;
}
@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-small {
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .desktop-wide-show {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-wide-hide {
    display: none !important;
  }
}
.supported {
  display: inline;
  visibility: visible;
}
@media only screen and (max-width: 239px) {
  .supported {
    display: none;
  }
}
@media only screen and (max-width: 239px) {
  .notsupported {
    display: block;
    visibility: visible;
    color: #ffffff;
    padding: 10px;
    text-align: center;
  }
  .notsupported .logo {
    margin: 0;
  }
  .notsupported .logo IMG {
    width: 100%;
  }
}
@media only screen and (min-width: 240px) {
  .notsupported {
    display: none;
  }
}
h1 {
  font-size: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 990px) {
  h3 {
    font-size: 42px;
  }
}
h4 {
  font-size: 24px;
}
.type01,
.type02,
.type03,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "StockmannSans", sans-serif;
  font-weight: 300;
}
.type01,
.type02 {
  letter-spacing: 1.2px;
  font-weight: normal;
}
.home .type01 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}
.type01 {
  font-size: 26px;
  font-weight: 300;
}
.type02 {
  font-size: 32px;
}
.type03,
.type04 {
  font-size: 72px;
}
@media only screen and (max-width: 767px) {
  .type03,
  .type04 {
    font-size: 36px;
  }
}
.type04 {
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.type05,
.type06 {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .type05,
  .type06 {
    font-size: 24px;
  }
}
.type05 {
  color: #1d242c;
}
.type06 {
  color: #ffffff;
}
p {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 24px;
}
.content .no-image {
  margin-top: 80px;
}
.content .no-image H1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .content .no-image {
    margin-top: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
