/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.index-block--fon {
  background: #e2e1d6;
}

.header--color_dark,
.mobileheader {
  background: #3a090d;
  background: -moz-linear-gradient(left, #3a090d 0%, #803726 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3a090d), color-stop(100%,#803726));
  background: -webkit-linear-gradient(left, #3a090d 0%,#803726 100%);
  background: -o-linear-gradient(left, #3a090d 0%,#803726 100%);
  background: -ms-linear-gradient(left, #3a090d 0%,#803726 100%);
  background: linear-gradient(to right, #3a090d 0%,#803726 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a090d', endColorstr='#803726',GradientType=1 );
}

body:not(.has-long-banner) .page-top-wrapper--grey {
  background: #e2e1d6;
}

.footer.footer--color-light {
  background: #e2e1d6;

  #background: #e1e0d4;
  #background: -moz-linear-gradient(top, #e1e0d4 0%, #bcb5a0 100%);
  #background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e0d4), color-stop(100%,#bcb5a0));
  #background: -webkit-linear-gradient(top, #e1e0d4 0%,#bcb5a0 100%);
  # background: -o-linear-gradient(top, #e1e0d4 0%,#bcb5a0 100%);
  #background: -ms-linear-gradient(top, #e1e0d4 0%,#bcb5a0 100%);
  #background: linear-gradient(to bottom, #e1e0d4 0%,#bcb5a0 100%);
  #filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0d4', endColorstr='#bcb5a0',GradientType=0 );
}

.saeco-bg-1 { height:5px; background: #01411c;
  background: -moz-linear-gradient(left,  #01411c 0%, #36b247 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#01411c), color-stop(100%,#36b247));
  background: -webkit-linear-gradient(left,  #01411c 0%,#36b247 100%);
  background: -o-linear-gradient(left,  #01411c 0%,#36b247 100%);
  background: -ms-linear-gradient(left,  #01411c 0%,#36b247 100%);
  background: linear-gradient(to right,  #01411c 0%,#36b247 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01411c', endColorstr='#36b247',GradientType=1 );
}
.saeco-bg-2 { height:5px; background:#FFF }
.saeco-bg-3 { height:5px; background: #d71c20;
  background: -moz-linear-gradient(left,  #d71c20 0%, #91121d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d71c20), color-stop(100%,#91121d));
  background: -webkit-linear-gradient(left,  #d71c20 0%,#91121d 100%);
  background: -o-linear-gradient(left,  #d71c20 0%,#91121d 100%);
  background: -ms-linear-gradient(left,  #d71c20 0%,#91121d 100%);
  background: linear-gradient(to right,  #d71c20 0%,#91121d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71c20', endColorstr='#91121d',GradientType=1 );
}

.old-teaser-name {
    font-size: 1.46667em;
    font-weight: 700;
}