
.cat-multimedia li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cat-multimedia li a {
  min-height: 600px;
  display: block;
}
.thumbs .owl-item {
  display: inline-block;
  opacity: .2;
}
.thumbs .owl-item.hover {
  opacity: 1;
}
.thumbs .item {
  display: block;
  min-height: 100px;
  background-size: cover;
}

.cat-btns {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cat-btn-left,
.cat-btn-right {
  background-color: #F22532;
  color: #fff;
  display: inline-block;
  width: 90px;
  height: 30px;
  padding-top: 4px;
  transition: all .2s ease 0s;
  text-decoration: none;
  font-weight: 500;
  border: none;
}
.thumbs .bx-controls {
  text-align: center;
  margin-top: 10px;
}
.thumbs .bx-controls .bx-pager-item {
  display: inline-block;
  margin: 0px 4px;
}
.thumbs .bx-controls .bx-pager-item a.bx-pager-link {
  text-indent: -9999px;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: #F22532;
  border-radius: 50%;
}
.thumbs .bx-controls .bx-pager-item a.bx-pager-link.active {
  background-color: #444;
}