﻿div.ProductsListWrapper {
  margin-top: 24px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  div.ProductsListWrapper {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  div.ProductsListWrapper {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  div.ProductsListWrapper {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  div.ProductsListWrapper {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  div.ProductsListWrapper {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
}
div.ProductsListWrapper div.productcategory {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
div.ProductsListWrapper div.productcategory h2 {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
  font-size: 20px;
  color: #444;
}
div.ProductsListWrapper div.productcategory h2 span {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
}
div.ProductsListWrapper div.productname {
  clear: both;
  margin-left: 40px;
}
div.ProductsListWrapper div.blcdecoration h2 span {
  background: url('img/blcicons/decorationIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcfireprotection h2 span {
  background: url('img/blcicons/fireprotectionIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcglasssystems h2 span {
  background: url('img/blcicons/glasssystemsIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcnoisecontrol h2 span {
  background: url('img/blcicons/noisecontrolIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcsafetysecurity h2 span {
  background: url('img/blcicons/safetysecurityIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcselfcleaning h2 span {
  background: url('img/blcicons/selfcleaningIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcsolarcontrol h2 span {
  background: url('img/blcicons/solarcontrolIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcsolarenergy h2 span {
  background: url('img/blcicons/solarenergyIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcspecialapplications h2 span {
  background: url('img/blcicons/specialapplicationsIcon_40x40.png') no-repeat center center;
}
div.ProductsListWrapper div.blcthermalinsulation h2 span {
  background: url('img/blcicons/thermalinsulationIcon_40x40.png') no-repeat center center;
}
.tplproductlist h1.pagetitle {
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  .tplproductlist div.socialbuttons {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .tplproductlist div.socialbuttons ul {
    float: left;
    margin-left: -10px;
  }
  .tplproductlist div.socialbuttons ul li {
    float: left;
  }
}