/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
.defaultFont {
  font-size: 14px;
  font-weight: 500;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.icon-list-block {
  padding: 100px 0;
  background: #cdd0cf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdd0cf), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #cdd0cf, #fff);
  background: -moz-linear-gradient(center bottom, #cdd0cf 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #cdd0cf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#cdd0cf', GradientType=0);
}
.icon-list-block .title {
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 50px;
}
.icon-list-block .icon-list {
  width: 100%;
}
.icon-list-block .icon-list .icon {
  width: calc(100% / 8);
  box-sizing: border-box;
  margin: 0px auto;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  text-align: center;
}
.icon-list-block .icon-list .icon img {
  padding-bottom: 30px;
}
.icon-list-block .icon-list .icon p {
  font-size: 16px;
  font-weight: 700;
  text-align: center !important;
}
.icon-list-block .icon-list .icon p sub {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}
@media all and (max-width: 1024px) {
  .icon-list-block .icon-list .icon {
    width: 25%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .icon-list-block {
    padding: 50px 0;
  }
  .icon-list-block .icon-list .icon {
    width: 50%;
    margin-bottom: 20px;
  }
  .icon-list-block .icon-list .icon p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=icon_list_block.css.map */