.header-search-wrapper {
  float: right;
  position: relative;
}
.search-main {
  display: block;
  line-height: 40px;
  padding: 0 14px;
  cursor: pointer;
  color: lightgray;
  background: #333333;
}
.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
  box-shadow: 1px 1px 7px rgba(0,0,0,.15);
  border-top: 4px solid #86BC42;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 124%;
  width: 500px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.dynamic-search-height{
  height: auto;
  max-height: 500px;
  overflow-x: hidden;
}
.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}
.header-search-wrapper .search-form-main {
  border-top-color: #86BC42;
}
.header-search-wrapper .search-form-main:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #408c40;
  content: "";
  position: absolute;
  right: 12px;
  top: -14px;
}
.header-search-wrapper .search-form-main:before {
  border-bottom-color: #86BC42;
}
.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px !important;
  width: 470px !important;
}
.search-form{
    margin-bottom: -28px !important;
}
.search-results {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px 0;
  height: auto;
  background-color: #eee;
  color: #000;
  margin-top: 10px;
}
.result-box {
  padding: 0 10px;
}
.no-search-results{
  color:red;
}

#main_search_error{
  color:red;
}
.custom-alert{
  margin-bottom: 10px !important;
}
.search-custom-link{
  margin:0 auto;
  display: block;
  width: 100%;
}

.search_loader{
  width: 70px;
  height: 70px;
  display: none;
  margin: 0 auto;
}
