#search-module {
  /*padding-top:14px;*/
  /*color:#1B57A3;*/
  font-weight: bold;
  position: relative;
  top: 0;
  z-index: 100;
  /*background:@gray;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px;
  border-radius: 5px; 
  padding: 0;
  margin: 0 8px;
  width: 100%;
  max-width: 335px;
  min-width:230px;
  /* border: 1px solid #D5D5D5; */
}
.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: #ffffff; */
  /* var gray */
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 13;
  /* border: 1px solid #D5D5D5; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-input-placeholder {color:#333;}
::-moz-placeholder          {color:#333;}/* Firefox 19+ */
:-moz-placeholder           {color:#333;}/* Firefox 18- */
:-ms-input-placeholder      {color:#333;}
#search-module select {
  border: 1px solid #0A5391;
  padding: 1px;
}
input[type="text"]#filter_keyword::-webkit-input-placeholder {
  color: #333333 !important;
}
#search-module input {
  padding: 7px 27px 8px 15px;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #333333;
  /* var text-color */
  box-sizing:border-box;
  font-size: 14px;
}
#search-module .search-content {
  -moz-border-radius: 20px;
  /* -webkit-border-radius: 20px; */
  -khtml-border-radius: 20px;
  /* border-radius: 20px; */
  /* color: aquamarine; */
}
.search-button {
  z-index: 0;
  position: absolute;
  right: 2px;
  top: 1px;
  height: 29px;
  width: 34px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  /* padding-top: 6px; */
  background-color: #333333;
  /* var secondary */
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.search-button:before {
  content: '\f002';
  /* fa-search   */
  color: #ffffff;
  font-size: 20px;
  line-height: 145%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
}
.search-button:hover {
  background-color: #ffffff;
  /* var secondary-dark */
  text-decoration: none;
}
.search-button:hover:before {
  color: #333333;
}
#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: 32px;
  left: 0;
  width: 100%;
  overline: hidden;
  /* box-shadow:0px 2px 4px 0px #aaa; */
  box-sizing: border-box;
  border: 1px solid #ffffff;
  /* var gray */
  /*background-color:#fff;*/
}
#search-module #search_results-wrap.hide {
  display:block;
}
.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;
  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 {
#search-module #search_r    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 li a:hover em {
  /*color:#000;*/
}
#search-module #search_results-wrap .search-all-wrap {
  background: #d8d8d8;
  /* 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: #f08f00;
  /* var gray-dark */
}
#search-module #search_results-wrap .search-all-wrap:hover a {
  color: #fff;
}
#search-module #search_results-wrap .search-all {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  margin: 0;
  color: #000;
  display: block;
  font-weight: 600;
}
/*#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 */
  background: #f1f1f1;
  /* 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: #4c81d9;
  /* var base */
}
