#search-module {
  /*padding-top:14px;*/
  /*color:#1B57A3;*/
  font-weight: bold;
  position: relative;
  top: 0;
  z-index: 200;
  /*background:@gray;*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
  margin: 0 8px;
  width: 100%;
  max-width:300px;
  min-width:230px;
}
#search-module .search-content {
  background: #f6f6f6;
  /* var gray */
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 13;
}
#search-module select {
  border: 1px solid #0A5391;
  padding: 1px;
}
#search-module input {
  /*border: 1px solid #000000;*/
  padding: 10px 27px 10px 15px;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #333333;
  /* var text-color */
  box-sizing:border-box;
}
#search-module .search-content,
.search-button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.search-button {
  z-index: 0;
  position: absolute;
  right: 4px;
  top: 5px;
  height: 24px;
  width: 30px;
  text-decoration: none;
  text-align: center;
  background-color: #ffb131;
  /* var secondary */
  /* background: url('../image/search/search-button.png') no-repeat center center #ffb131; */
  /* var secondary */
}
.search-button:before {
  content: '\f002';
  /* fa-search   */
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.search-button:hover {
  background-color: #ffa003;
  /* 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: 12;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  overline: hidden;
  /* box-shadow:0px 2px 4px 0px #aaa; */
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  /* var gray */
  /*background-color:#fff;*/
}
#search-module #search_results-wrap.hide {
    display: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 {
  padding: 10px 0 0;
  margin: 0 auto;
  width: 100%;
  /*height :160px;*/
  /*background-color:#FFFFFF;*/
  list-style: none;
  font-weight: normal;
  overflow-y: scroll;
  overflow-x: hidden;
}
#search-module #search_results li {
  padding: 10px;
  opacity: 1;
  filter: alpha(pacity=100);
  width: 100%;
  border-bottom: 1px solid #cacaca;
  /* 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: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 64%;
  margin-left: 5%;
}
#search-module #search_results li a em {
  color: #ff0000;
}
#search-module #search_results li a:hover em {
  /*color:#000;*/
}
#search-module #search_results-wrap .search-all-wrap {
  background: #f6f6f6;
  /* var gray */
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-module #search_results-wrap .search-all-wrap:hover {
  background: #cacaca;
  /* var gray-dark */
}
#search-module #search_results-wrap .search-all-wrap:hover a {
  color: #000;
}
#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,
#search-module #search_results a:hover {
  /*color:#000000;*/
  text-decoration: none;
}
/*#search-module #search_results a:hover {
	color:#000000;
	text-decoration:none;
}*/
#search-module #search_results li:hover,
#search-module #search_results .highlighted {
  /*background-color:@base;*/
  color: #4c81d9;
  /* var base */
}
#search-module #search_results li:hover a,
#search-module #search_results li:hover a:visited,
#search-module #search_results li:hover a:hover,
#search-module #search_results .highlighted a,
#search-module #search_results .highlighted a:visited,
#search-module #search_results .highlighted a:hover {
  color: #4c81d9;
  /* var base */
}
