/* #####################################################################################################
   HOMEPAGE
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- SVG colors -----*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.homepage .mainBanner {
  margin-bottom: 15px;
}
.homepage .subBanners {
  margin: 0 0 15px;
}
.homepage .subBanners a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .homepage .subBanners {
    overflow: hidden;
  }
  .homepage .subBanners > * {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 32.552083333%;
  }
  .lt-ie9 .homepage .subBanners > * {
    /*IE 8*/
    width: 32.161458333%;
  }
  .homepage .subBanners > *:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  .homepage .subBanners > *:nth-of-type(3n) {
    margin-right: 0;
  }
  .homepage .subBanners > * {
    margin-bottom: 0;
  }
  .homepage .subBanners :last-child {
    margin-right: 0;
  }
}
