
.grid2 {
  margin-bottom: 40px;
}

.col2{
  display: block;
  width: 100%;
}
.item2{
  margin-bottom: 10px;
}

.item_thumb2{
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 124px;
  width: 165px;
  display: inline-block;
}

.item_cont2{
  background-color: #fff;
  border: 1px solid #999;
  height: 92px;
  font-size: 12px;
  line-height: 18px;
  padding: 15px;
  min-width: calc(100% - 220px);
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
}
.item_cont2 label{
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
.item_cont2 label span{
  float: right;
  font-weight: normal;
  text-transform: none;
}
a.loading2 {
  height: 124px;
  width: 165px;
  background-color: #ccc;
  background-repeat: no-repeat  !important;
  background-position: center  !important;
  background-image: url('../img/load.gif') !important;
  display: inline-block;
  float: left;
}

@media (min-width: 950px) {
  .col2{
    display: inline-block;
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .col2{
    display: inline-block;
    width: 33%;
  }
}
@media (max-width: 415px) {
  .item_cont2 label{
    font-size: 10px
  }
}

    /* width helpers 
    .w1of1 { width: 100%; }
    .w1of2 { width: 50%; }
    .w1of3 { width: 33.33333%; }
    .w2of3 { width: 66.66666%; }
    .w1of4 { width: 25%; }
    .w3of4 { width: 75%; }
    .w1of5 { width: 20%; }
    .w2of5 { width: 40%; }
    .w3of5 { width: 60%; }
    .w4of5 { width: 80%; }*/

    /* height helpers 
    .h1of1 { height: 100%; }
    .h1of2 { height: 50%; }
    .h1of3 { height: 33.33333%; }
    .h2of3 { height: 66.66666%; }
    .h1of4 { height: 25%; }
    .h3of4 { height: 75%; }
    .h1of5 { height: 20%; }
    .h2of5 { height: 40%; }
    .h3of5 { height: 60%; }
    .h4of5 { height: 80%; }*/