#search-module {
  font-weight: 700;
  position: relative;
  top: 0;
  z-index: 100;
  padding: 0;
  /*width: 100%;*/
  max-width: 300px;
  min-width: 230px;
}
.ajax-loader {
  position: absolute;
  right: 45px;
  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-module .search-content {
  background: #eaeaea;
  /* 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: #3c3c3c;
  /* var text-color */
  box-sizing: border-box;
  font-size: 14px;
}
#search-module .search-content {
  -moz-border-radius: 5px;
  /* var search-border-radius */
  -webkit-border-radius: 5px;
  /* var search-border-radius */
  -khtml-border-radius: 5px;
  /* var search-border-radius */
  border-radius: 5px;
  /* var search-border-radius */
}
.search-button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 37px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  padding-top: 6px;
  background-color: #005CA9;
  /* var secondary */
  -moz-border-radius: 0 5px 5px 0;
  /* var search-border-radius-0-1-1-0 */
  -webkit-border-radius: 0 5px 5px 0;
  /* var search-border-radius-0-1-1-0 */
  -khtml-border-radius: 0 5px 5px 0;
  /* var search-border-radius-0-1-1-0 */
  border-radius: 0 5px 5px 0;
  /* var search-border-radius-0-1-1-0 */
}
.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: #005ca9;
  /* 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 #eaeaea;
  /* 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;
  z-index: -1;
}
#search-module #search_results {
  padding: 10px 0 0;
  margin: 0 auto;
  width: 100%;
  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 #cfcfcf;
  /* var gray-dark */
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
#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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#search-module #search_results li .search-element-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 64%;
  margin-left: 5%;
}
#search-module #search_results li .search-element-title em {
  color: #ff0000;
}
#search-module #search_results-wrap .search-all-wrap {
  background: #eaeaea;
  /* var gray */
  text-align: left;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
#search-module #search_results-wrap .search-all-wrap:hover {
  background: #cfcfcf;
  /* var gray-dark */
}
#search-module #search_results-wrap .search-all-wrap:hover a {
  color: #3c3c3c;
  /* var text-color */
}
#search-module #search_results-wrap .search-all {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  margin: 0;
  color: #3c3c3c;
  /* var text-color */
  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 {
  color: #000000;
  /* var base */
  background: #f4f4f4;
  /* var gray-light */
}
#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: #000000;
  /* var base */
}
.header-bottom #search-module {
  padding: 12px 0;
}
.header-bottom #search-module #search_results-wrap {
  top: 43px;
}
