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

/*--- standard variables ---*/
/* Orange */
/* Black */
/* Light grey */
/* Medium grey */
/*--- product item ratio (thumb + content) ---*/
/* 1.77*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width: 480px)";
@breakPointTablet:		~"only screen and (min-width: 999999999px)";
@breakPointTabletLand:	~"only screen and (min-width: 768px)";
@breakPointDesktop:		~"only screen and (min-width: 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 767px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 767px)";
*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width: 1px)";
@breakPointTablet:		~"only screen and (min-width: 1px)";
@breakPointTabletLand:	~"only screen and (min-width: 1px)";
@breakPointDesktop:		~"only screen and (min-width: 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- custom class functions ---*/
/*----- LESS functions -----*/
/*wordt vervangen door .border-radius
.rounded(@radius: 3px) {
	-webkit-border-radius:	@radius;
	-moz-border-radius:		@radius;
	border-radius:			@radius;
}*/
/*----- CSS3 Animation functions -----*/
/*wordt vervangen door .box-shadow
.inner-shadow(@horizontal:0, @vertical:1px, @blur:2px, @alpha: 0.4) {
	-webkit-box-shadow:	inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
	-moz-box-shadow:	inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
	box-shadow:			inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
}*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.homepage #breadcrumbWrap {
  display: none !important;
}
.homepage #cols {
  padding: 0;
}
.homepage .mobMenu {
  margin: 40px 0 0;
  padding: 2.4% 3.35%;
}
.homepage .mobMenu ul.ul-1 {
  margin: 0;
  list-style: none;
}
.homepage .mobMenu ul.ul-1 > li {
  color: #222222;
  border-top: 1px solid #dedede;
  line-height: 39px;
  position: relative;
  margin: 0;
}
.homepage .mobMenu ul.ul-1 > li:first-child {
  border: none;
}
.homepage .mobMenu ul.ul-1 > li > a {
  color: #222222;
  text-transform: uppercase;
}
.homepage .mobMenu ul.ul-1 > li:after {
  content: "";
  background: url("../../images/sprite.png") no-repeat -83px center;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 13px;
}
.homepage #banner {
  position: relative;
  margin: 0 0 2%;
}
.homepage #banner > ul {
  list-style: none;
  margin: 0;
}
.homepage #banner > ul .slidesjs-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 43%;
}
.homepage #banner .slidesjs-pagination {
  margin: 0 auto 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.homepage #banner .slidesjs-pagination .slidesjs-pagination-item {
  height: 14px;
}
.homepage #banner .slidesjs-pagination .slidesjs-pagination-item a {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #dedede;
  border-color: #dedede;
}
.homepage #banner .slidesjs-pagination .slidesjs-pagination-item a.active {
  background: white;
  border-color: white;
}
.homepage #banner img {
  width: 100%;
}
/*end .homepage*/

#mobileSlider img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  
}
@media only screen and (min-width: 1024px) {
  .homepage #cols {
    padding: 0;
  }
  .homepage #cols #content {
    padding-left: 20px;
    padding-right: 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .homepage .USPBanner .hotspotSlide {
    margin: 0;
  }
  /*end .homepage*/
}
