/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
#pop_video .wrap {
  padding: 50px 10px;
}
.result {
  margin: 30px 0;
}
.result .row {
  margin: 0 -5px;
}
.result .row .col {
  padding: 0 5px;
}
.result .hero {
  margin-bottom: 30px;
  border-bottom: solid 1px #DDD;
}
.result .hero .item h5 {
  font-size: 1.25em;
  margin-top: 14px;
}
.result .item {
  margin-bottom: 30px;
  cursor: pointer;
}
.result .item .pic {
  overflow: hidden;
  position: relative;
}
.result .item .pic:before {
  content: "\f488";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 2px #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  font-size: 1.5em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.result .item .pic .wrap {
  position: relative;
  height: auto;
  background-position: center;
  background-size: cover;
}
.result .item .pic .wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.result .item h5 {
  margin-top: 12px;
  margin-bottom: 8px;
}
.result .item .date {
  font-size: 0.88em;
}
.t1 .result .item:hover .pic:before {
  background-color: rgba(39, 86, 181, 0.8);
}
.t2 .result .item:hover .pic:before {
  background-color: rgba(173, 135, 46, 0.8);
}
.t3 .result .item:hover .pic:before {
  background-color: rgba(217, 81, 10, 0.8);
}
.t4 .result .item:hover .pic:before {
  background-color: rgba(26, 140, 148, 0.8);
}
.t5 .result .item:hover .pic:before {
  background-color: rgba(195, 55, 72, 0.8);
}
.t6 .result .item:hover .pic:before {
  background-color: rgba(85, 22, 165, 0.8);
}
