.hit-body>h1{
    margin-top:0;
}
.hits-desc{
    margin-top:10px;
    display:inline-block;
}
.hits-desc i{
    margin-left:2px;
}
.hits-desc-header{
  color:#0e76bc;
  cursor:pointer;
  text-decoration: underline;
}
li.select2-search.select2-search--inline {
     margin-bottom: 0px;
}
.hits-desc-body{
  margin-top:5px;
}
.hit-item{
    margin:20px 0;  
}
.read-more-btn {
  text-align: right;
  margin-top: 10px;
  color: #0e76bc;
}
.read-more-btn i {
  margin-left: 2px;
  margin-top: 2px;
  float: right;
}
.hit-filters {
  border-left: 1px solid #cccccc;
  padding-left: 18px;
}
.filter-row {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.filter-row:last-child {
  margin-bottom: 0px;
}
.filter-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.filter-title label {
  font-size: 26px;
  font-weight: 200;
}
.filter-checkbox {
  color: #0e76bc;
  margin: 7px 0;
}
.filter-checkbox label {
  font-weight: 400;
}
.filter-value {
  margin-left: 5px;
  font-size: 12px;
}
.filter-select-option {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 16px;
}
.filter-select-selected {
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
.list-actions .pagination-page a {
  text-decoration: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-filter {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
  }
  .select-filter:nth-child(2) {
    margin-left: 0;
  }
  .languages-filter > label {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .languages-filter .filter-checkboxes {
    float: left;
  }
  .languages-filter .filter-checkboxes .filter-checkbox {
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .nomargin-md {
    margin-left: 0px;
    margin-right: 0px;
  }
  .nomargin-md .filter-row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .hits-desc {
    margin-top: 20px;
  }
  hit-item {
    margin: 30px 0;
  }
  .filter-title {
    overflow: hidden;
    text-align: left;
  }
  .filter-title label {
    width: 100%;
  }
  .filter-title label:after {
    background-color: #cccccc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5em;
    margin-right: -50%;
  }
  .hit-filters {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 15px;
  }
  .filter-row {
    border: none;
  }
  .hits {
    margin-bottom: 50px;
  }
  .select-filter {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
  }
  .select-filter:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .filter-title label {
    font-size: 22px;
    font-weight: 200;
  }
  .filter-row {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .filter-title {
    margin-bottom: 0px;
  }
  .hit-filters {
    padding-bottom: 0px;
  }
  .select-filter {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
.loadanimation-wrapper {
  position: relative;
}
.loadanimation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -4px;
}
.loadanimation-page {
  background: rgba(3, 3, 3, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loadanimation-page .loadanimation {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -48px;
  margin-top: -25px;
  background: rgba(239, 239, 239, 0.8);
  padding: 17px 20px 10px 20px;
  border-radius: 10px;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div {
  background-color: #777;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}