#search-module {
  position: relative;
  top: 0;
  z-index: 200;
  padding: 0;
}
#search-module .search-content {
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 13;
  border: 1px solid #201f1f;
  font-size: 0;
  text-align: right;
}
#search-module input {
  padding: 7px 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #333333;
  /* var text-color */
  box-sizing: border-box;
  width: 78%;
}
.ajax-loader {
    position: absolute;
    right: 85px;
    top: 9px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
     -o-transition: opacity .3s;
    transition: opacity .3s; 
}
.ajax-loader.show {
    opacity: 1;
}
.search-button, #filter_keyword {
    display: inline-block;
    font-size: 16px;
}
.search-button {
  color:#fff;
  text-decoration: none;
  text-align: center;
  background-color: #201f1f;
  padding: 7px 16px;
  box-sizing: border-box;
}
.search-button:hover {
  background-color: #c89901;
  /* var secondary-dark */
  text-decoration: none;
}
#search-module #search_results-wrap,
.search_results-bg {
  max-height: 300px;
}
#search-module #search_results {
  max-height: 245px;
}
#search-module #search_results-wrap {
  z-index: 90;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  /* box-shadow:0px 2px 4px 0px #aaa; */
  box-sizing: border-box;
  border: 1px solid #201f1f;
}
#search-module #search_results-wrap.hide {
  display: none;
  border:none;
}
.search_results-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*padding-bottom:20px;*/
  /*opacity:0.9;
	filter:~"~"alpha(opacity=90)"";*/
  z-index: -1;
}
#search-module #search_results {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
#search-module #search_results li {
  opacity: 1;
  filter: alpha(pacity=100);
  width: 100%;
  border-bottom: 1px solid #697078;
  /* var gray-dark */
  text-align: left;
  box-sizing: border-box;
}
#search-module #search_results li img {
  max-width: 48px;
  width: 28%;
  height: 48px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#search-module #search_results li a {
  display: block;
  padding: 10px;
  width: 100%;
}
#search-module #search_results li a em {
  color: #ff0000;
}
#search-module #search_results li a:hover {
    text-decoration: underline;
}
#search-module #search_results li a:hover em {
  color:#000;
}
#search-module #search_results-wrap .search-all-wrap {
  background: #dddddd;
  /* var gray */
  text-align: left;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
#search-module #search_results-wrap .search-all-wrap:hover {
  background: #f9f9f9;
}
#search-module #search_results-wrap .search-all-wrap:hover a {
  
}
#search-module #search_results-wrap .search-all {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  margin: 0;
  color: #000;
  display: block;
  font-weight: 400;
}
/*#search-module #search_results li:nth-child(even) {background: #e7e7e7; }*/
#search-module #search_results a,
#search-module #search_results a:visited {
  
  text-decoration: none;
}
