/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
.result {
  margin: 30px 0;
}
.result .row {
  margin: 0 -5px;
}
.result .row .col {
  padding: 0 5px;
}
.result .item {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.result .item:before {
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 4px;
}
.t1 .result .item:before {
  background-color: #66789d;
}
.t2 .result .item:before {
  background-color: #ab8e5d;
}
.t3 .result .item:before {
  background-color: #b56840;
}
.t4 .result .item:before {
  background-color: #66989d;
}
.t5 .result .item:before {
  background-color: #b44f5b;
}
.t6 .result .item:before {
  background-color: #77669d;
}
.result .item:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
  top: -8px;
}
.t1 .result .item:after {
  background-color: #dfe6ed;
}
.t2 .result .item:after {
  background-color: #eee8df;
}
.t3 .result .item:after {
  background-color: #fbede6;
}
.t4 .result .item:after {
  background-color: #d1e0e2;
}
.t5 .result .item:after {
  background-color: #f8e4e7;
}
.t6 .result .item:after {
  background-color: #e5e1ec;
}
.result .item .pic {
  overflow: hidden;
}
.result .item .pic .wrap {
  position: relative;
  height: auto;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.result .item .pic .wrap:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.result .item h5 {
  margin-top: 12px;
  margin-bottom: 8px;
}
.result .item .date {
  font-size: 0.88em;
}
.result .item:hover .pic .wrap {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
