/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
.kop:after {
  background-color: #637600;
}
.homepage #newsWrapper #newsSelection .selectBtn,
.homepage a.moreBtn {
  font-weight: 600;
}
.bannerWrapper .slideItem img {
  width: 100%!important;
  height: 100% !important;
}
#bannerSlider .slideItem img {
  width: 100%!important;
  height: 100% !important;
}
#headerBg {
  background: white;
}
body > form {
  background: floralwhite;
}
@media only screen and (min-width : 1180px) {
  #header #logoDesktop {
    width: 100% !important;
    max-width: 490px !important;
  }
}
#logoMobile {
  width: 320px!important;
  margin-left: -160px !important;
  background-size: 320px auto!important;
}
.productList .item {
  background: none;
}
#newsSelection {
  display: none;
}
