#search-module {
  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;
  margin: 0 8px;
  width: 95%;
  max-width: 432px;
  min-width:230px;
  float: right;
}
.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: 95%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 13;
  -moz-border-radius: 5px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
#search-module .search-content:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: #ffffff;
  border-radius: 5px;
  width: 25px;
}
#search-module .search-content:after {background-color: #ffffff;border-radius: 5px;content: '';position: absolute;top: 0;right: -15px;bottom: 0;-webkit-transform: skew(-25deg, 0deg);-moz-transform: skew(-25deg, 0deg);-o-transform: skew(-25deg, 0deg);transform: skew(-25deg, 0deg);-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-o-transform-origin: 0 0;transform-origin: 0 0;width: 25px;}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
#search-module select {
  border: 1px solid #0A5391;
  padding: 1px;
}
#search-module input {
  padding: 7px 27px 8px 26px;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000000;
  /* var text-color */
  box-sizing:border-box;
  font-size: 14px;
}
#search-module .search-content {
}
.search-button {
  z-index: 0;
  position: absolute;
  right: 22px;
  top: 1px;
  height: 29px;
  width: 34px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  /* 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: #000000;
  font-size: 20px;
  line-height: 145%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
}
.search-button:hover {
  /* var secondary-dark */
  text-decoration: none;
}
.search-button:hover:before {
  color: #b02923;
}
#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: -11px;
  width: 100%;
  overline: hidden;
  box-sizing: border-box;
  /* 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 #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 {
    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 {
}
#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: #b02923;
  /* 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 {
  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: #b02923;
  /* 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: #b02923;
  /* var base */
}
