/*--- 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 -----*/
@media only screen and (min-width : 1180px) {
  #header #searchNav {
    right: 0px;
  }
}
#header #searchNav #searchToggle {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header #shoppingBag {
  display: none;
}
.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;
}
#logoMobile {
  position: static !important;
  width: 92px !important;
  height: 92px !important;
  background-size: cover !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1179px) {
  #cols {
    padding-top: 60px;
  }
}
