/*--- standard variables ---*/
/*--- Switch Themes ---*/
/*.importTheme(@season) when (@season = 'lente') {
    @import "../themes/lente/css/variables_theme.less";
}*/

/*.importTheme(@season) when (@season = 'zomer') {
    @import "../themes/zomer/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'herst') {
    @import "../themes/herfst/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'winter') {
    @import "../themes/winter/css/variables_theme.less";
}*/

/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.slidesjs-container {
  z-index: 20;
}
a.slidesjs-slide {
  bottom: 0;
}
.slidesjs-slide a {
  display: block;
}
.slidesjs-slide img {
  width: 100%;
  display: block;
}
.slidesjs-slide img.portrait {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.slidesjs-slide .title {
  font-size: 300%;
  color: white;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 3% 0;
  padding: 0;
}
.slidesjs-slide .subtitle {
  font-size: 140%;
  font-weight: 300;
  color: #b7b8bf;
  margin: 0;
}
.slidesjs-slide .styledBtn {
  margin: 8% 0 0 0;
}
.slidesjs-pagination {
  z-index: 21;
  height: 18px;
  padding: 0;
}
.slidesjs-pagination li {
  display: inline-block;
  margin: 0 2px;
  list-style: none;
}
.slidesjs-pagination a {
  border: 1px solid #cccccc;
  background: #e3e5e5;
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  padding: 2px;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: initial;
}
.slidesjs-pagination a.active {
  background: #0175bb;
  border-color: #0175bb;
}
