/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: customcss
Compile-Dependencies:
*/

#home-categories .glyphicon {
  color: #B5B5B5;
  top: -1px; }

#home-categories .list-group-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*.fivecolumns .col-md-2, .fivecolumns .col-lg-2  {
    width: 20%;
    *width: 20%;
}*/
.fivecolumns .col-xs-10 {
  width: 50%;
  *width: 50%; }

@media (min-width: 768px) {
  /*.fivecolumns .col-md-2, .fivecolumns .col-lg-2  {
      width: 20%;
      *width: 20%;
  }*/
  .fivecolumns .col-sm-5 {
    width: 50%;
    *width: 50%; } }
@media (min-width: 992px) {
  .fivecolumns .col-md-2 {
    width: 20%;
    *width: 20%; }

  .fivecolumns .col-md-5 {
    width: 50%;
    *width: 50%; }

  .fivecolumns .col-md-10 {
    width: 100%;
    *width: 100%; } }
@media (min-width: 1200px) {
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%; } }

