/* Mixin Responsive*/
.pb-10px {
  padding-bottom: 10px;
}

.fix-responsive img {
  max-width: 100% !important;
  height: auto !important;
}
.fix-responsive li p {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-top: 0;
}

.image4x3__frame {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.image4x3__frame:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.image4x3__frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
}

.pagination {
  display: flex;
  padding-left: 0 !important;
  margin-left: 0;
}
.pagination li {
  list-style: none;
  margin-right: 15px;
}

span.flash-title a {
  white-space: nowrap;
}

.search_results {
  max-height: 500px;
  overflow-y: scroll;
}
.search_results .text-muted {
  text-align: left;
}
.search_results ul {
  padding-left: 0;
  margin-left: 0;
}
.search_results ul li {
  list-style: none;
  border-bottom: 1px dashed #dedede !important;
  padding-top: 10px;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}
.search_results ul li a {
  display: flex;
}
.search_results ul li a img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: 1px solid #ddd;
}
.search_results ul li a .title_search {
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*# sourceMappingURL=custom.css.map */
