
.grid {
}

.item{
  min-height: 200px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.item_thumb{
  display: block;
  width: 100%;
  min-height: 170px;
  height: 20vw;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.item_cont{
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #999;
  padding: 15px;
  min-height: 100px;
  font-size: 12px;
  line-height: 18px;
  /*
  -webkit-border-radius:0px 25px 0px 0px;
  -moz-border-radius:0px 25px 0px 0px;
  border-radius:0px 25px 0px 0px;
  */
}
.item_cont label{
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.item_cont label span{
  float: right;
  font-weight: normal;
  text-transform: none;
}
.item_cont label:last-child{
  color: #F37022;
  margin-top: 8px;
}
a.loading {
  display: block;
  background-color: #ccc;
  background-repeat: no-repeat  !important;
  background-position: center  !important;
  background-image: url('../img/load.gif') !important;
}
/* 48em = 768px */
@media (min-width: 48em) {
    .col {
        width: 32.8%;
        display: inline-block;
        box-sizing: border-box;
    }
}

@media (min-width: 1200px) {
      .col {
        box-sizing: border-box;
        display: inline-block;
        width: 24.65%;
    }
    .item_thumb{
      min-height: 200px;
      height: 16vw;
    }
}

@media (max-width: 48em) {
      .item_thumb{
      min-height: 140px;
      height: 60vw;
    }
}


    /* 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%; }*/