.filerbox {
  background-color: #fff;
  border-radius: 18px;
  padding: 15px 15px;
  -webkit-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.1);
}
.filerboxcont {
  font-size: 13px;
  color: #2b2729;
}
.filerboxcont ul {
  margin: 0px;
  padding: 0px;
}
.filerboxcont ul li {
  list-style-type: none;
  margin: 0px;
  padding: 3px 0px;
}
.filerboxcont ul li label {
  color: #2b2729;
}
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.search-form {
  width: 35%;
  float: left;
  padding-right: 20px;
}
.search-term {
  width: 100%;
  margin: 0 0 5px 0;
}
.search-terms {
  display: table;
  margin: 0 0 10px 0;
}
.search-filters {
  /*	overflow: hidden;*/
  margin-bottom: 30px;
  padding: 0px;
}
.search-filters-title {
  font-size: 17px !important;
  margin: 0 0 0px 0;
  padding: 0px 0px 15px 0px;
  color: #16100a !important;
  text-decoration: none !important;
}
.searchtitle2 {
  color: #16100a !important;
  font-weight: 500;
}
.search-filters-title a {
  color: #fff !important;
  text-decoration: none !important;
}
.filter-group {
  padding: 0px 0px;
  margin-top: 0px;
  border: 0px solid #888888;
}
.cd-filter-content {
  padding: 5px 0px 0px 0px;
}
.cloned-filters {
  display: none;
}
.search-results {
  width: 65%;
  float: right;
  padding-bottom: 2500px; /* just scrolling space */
}
.result {
  float: left;
  width: 24%;
  height: 100px;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  background: #eee;
}
.result:nth-child(4n) {
  margin-right: 0;
}
.result img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1000px) {
  body {
    /*width: 90%;*/
  }
}
@media (max-width: 992px) {
  body, .search-form, .search-results {
    width: 100%;
  }
  .filerbox {
    /*border-bottom: solid #f49223 0px;*/
  }
  .search-form {
    padding: 0;
  }
  .search-terms {
    display: table;
    width: 100%;
    margin: 0;
  }
  .search-terms > div {
    display: table-row;
  }
  .search-terms > div > span {
    display: table-cell;
  }
  .search-term-wrap {
    padding-right: 10px;
  }
  .search-button {
    width: 100%;
  }
  .search-filters-title {
    cursor: pointer;
    margin: 0;
    padding: 0px;
  }
  .searchtitle2 {
    background: url(../img/filtericon.png) no-repeat right center;
    padding: 0px 0px;
    border-radius: 0px;
    color: #16100a !important;
    font-weight: 500;
  }
  .search-filters.pinned {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  .filter-group {
    display: none;
  }
  .filter-explanation {
    display: none;
  }
  .filters-open .filter-group, .filters-open .filter-explanation {
    display: block;
  }
  .filters-open .search-filters-title {
    margin: 0px;
  }
  .search-filters {
    /*overflow: hidden;*/
    margin: 0px 0 20px 0;
    padding: 0px;
  }
}