/* #####################################################################################################
   Brand overview styles
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
#brandListBlock {
  text-align: center;
}
.letterBlock {
  display: block;
  border-bottom: 1px solid #b6b5b0;
  clear: both;
  padding: 20px 0;
  float: left;
  width: 100%;
}
.letterBlock h2 {
  width: 25%;
  float: left;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  color: #4ca950;
}
.letterBlock #merkenlist,
.letterBlock ul {
  float: left;
  width: 25%;
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.letterBlock #merkenlist li,
.letterBlock ul li {
  font-size: 13px;
  line-height: 20px;
}
.letterBlock #merkenlist a,
.letterBlock ul a {
  color: black;
}
.letterBlock #merkenlist a:hover,
.letterBlock ul a:hover {
  color: #4ca950;
  text-decoration: underline;
}
.letterBlock:after {
  content: '';
  display: table-cell;
  clear: both;
}
#brandPageSearch {
  margin-bottom: 25px;
  position: relative;
  border: 1px solid #dedede;
}
#brandPageSearch input {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border: 0 none;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background: url(../../../images/responsive/search.png) no-repeat right center;
  background-size: auto 100%!important;
}
#brandPageSearch input[type="submit"] {
  width: 35px;
  min-width: 35px;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../../images/responsive/icons.png) no-repeat -144px center #eeeeee;
}
.brands #breadcrumbs {
  display: none !important;
}
.brands h1 {
  text-align: center;
}
.brands #brandFilterWrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.brands #brandFilterWrapper #categoryAll,
.brands #brandFilterWrapper #categoryDames,
.brands #brandFilterWrapper #categoryHeren,
.brands #brandFilterWrapper #categoryKinderen {
  display: none;
}
.brands #brandFilterWrapper #categoryAll.show,
.brands #brandFilterWrapper #categoryDames.show,
.brands #brandFilterWrapper #categoryHeren.show,
.brands #brandFilterWrapper #categoryKinderen.show {
  display: block;
}
.brands ul#brandFilter {
  margin-left: 16%;
  margin-right: 16%;
}
.brands ul#brandFilter li {
  list-style-type: none;
  width: 31.333%;
  margin: 0 1% 1% 1%;
  float: left;
}
.brands ul#brandFilter li:first-child {
  width: 98%;
}
.brands ul#brandFilter li a {
  border: 1px solid #383838;
  color: #383838;
  padding: 3px 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 16px;
  font-weight: 300;
  height: 21px;
  line-height: 22px;
  overflow: hidden;
  text-transform: uppercase;
}
.brands ul#brandFilter li a:hover,
.brands ul#brandFilter li a.active {
  background: #383838;
  color: #dedede;
  border: 1px solid #383838;
}
.brands .letters {
  width: 100%;
  text-align: center;
}
.brands .letters ul {
  display: block;
  overflow: hidden;
  margin: 10px 0;
}
.brands .letters ul.rangeList {
  display: inline-block;
}
.brands .letters ul li {
  float: left;
  list-style: none;
}
.brands .letters ul li a {
  line-height: 30px;
  min-width: 35px;
  height: 35px;
  color: #4ca950;
  text-align: center;
  display: block;
  font-size: 16px;
}
.ConfigList {
  padding-bottom: 15px;
}
.brands .BrandListSlider {
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.brands .BrandListSlider li {
  float: left;
  width: 23%;
  margin: 0 0 2.5% 2.5%;
  height: 0;
  padding-bottom: 23%;
  position: relative;
}
.brands .BrandListSlider li:first-child {
  margin-left: 0;
}
.brands .BrandListSlider li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border: 1px solid #dedede;
}
.brands .BrandListSlider li a img,
.brands .BrandListSlider li a span {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  line-height: 24px;
}
/*#merkenlist {
    list-style: none;
    text-transform: uppercase;
    width: 100%;
    margin: 0px;
}

ul#merkenlist {
    li {
        a {
            border: 1px solid #dedede;
            float: left;
            width: 100px;
            height: 100px;
            margin: 6px;
            text-align: center;
            font-size: 12px;
            font-family: @fontFamily1;
        }
        img {
            height: 77px;
        }
    }
    .brandtext {
        display: block;
        border-top: 1px solid #cecece;
        width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-transform: capitalize;

    }
}*/

/* ==========================================================================
   Mobile only styles
   ========================================================================== */

@media only screen and (max-width: 767px) {
  .brands h1 {
    font-size: 20px;
    line-height: normal;
  }
  .brands ul#brandFilter {
    margin-left: auto;
    margin-right: auto;
  }
  .brands ul#brandFilter li a {
    font-size: 17px;
  }
  .brands .letters {
    display: block;
  }
  .brands .letters ul li {
    float: left;
    list-style: none;
    margin-left: 5px;
  }
  .brands .letters ul li a {
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width : 768px) {
  .letterBlock {
    padding: 20px 16%;
    width: 68%;
  }
  .brands h1 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
  }
  .brands .BrandListSlider {
    float: left;
    width: 50%;
  }
  .brands .BrandListSlider li {
    margin: 0 1.25% 2.5%;
    width: 22.5%;
  }
  .brands .BrandListSlider li:first-child {
    margin: 0 1.25% 2.5%;
  }
  #cols #localNav .brandsNav {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .brands .letters {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (min-width : 1024px) {
  #brandPageSearch {
    margin-left: 16.7%;
    margin-right: 16.7%;
  }
  .brands .letters.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: white;
    border-bottom: 1px solid #4ca950;
    transition: none;
  }
  .brands .letters.affix ul#brandFilter {
    margin: 0 auto;
    max-width: 1180px;
  }
  .brands .letters.affix ul#brandFilter li {
    width: 25%;
    margin: 0;
  }
  .brands .letters.affix ul#brandFilter li a {
    transition: none;
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }
  .brands .letters.affix ul.rangeList {
    margin: 0 auto;
    padding-top: 4px;
    max-width: 1180px;
  }
  .brands .letters.affix ul.rangeList li {
    margin: 0;
  }
  .brands .letters.affix ul.rangeList li a {
    height: 35px;
    line-height: 35px;
  }
  .brands #brandFilterWrapper.affix {
    padding-top: 340px;
  }
}
