.search-box {
  color: #fff;
  font-size: 12px;
  float: left;
  line-height: 2;
  position: static;
  padding-top: 22px;
}
#searchbox:before,
#searchbox:after{
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-left: 0px none !important;
}
#searchbox:after{
	left: auto;
	right: 0;
}
#searchbox {
	white-space: nowrap;
	display: block;
	padding: 0 10px;
	position: relative;
}
.button-search:before {
	content: "\f002";
	display: block;
	font-family: "FontAwesome";
	font-size: 17px;
	text-align: center; 
}
.search_query{
	width: 100%;
  padding: 0 10px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow:0 !important;
	-moz-box-shadow: 0 !important;
	box-shadow:0 !important;
	-webkit-transition: -moz-box-shadow .5s;
	transition: box-shadow .5s;
}
.search_query:focus{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.button-search{
	position: static !important;
  	right: 10px;
  	top: 2px;
  	line-height: 1;
}
.search_query,.button-search{
	background: none;
	border: none;
	display: inline-block;
	outline: none;
	color: #fff;
}
.search_query::-webkit-input-placeholder {color:#fff;}
.search_query::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.search_query:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.search_query:-ms-input-placeholder      {color:#fff;}

@media (max-width: 1199px){
	.search-box{
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.search-box{
		width: 79%;
	}
}
@media (max-width: 379px){
	#topMain {
		line-height: 35px;
		height: auto;
	}
	.search-box{ 
		padding-top: 5px;
	}
}
.ac_results {
	background: white;
	border: 1px solid #C0C0C0 !important;
	width: 271px;
	min-width: 271px;
	margin-top: -1px; 
}
.ac_results li {
	font-weight: normal;
	color: #686666;
	font-size: 13px;
	line-height: 22px;
	position: relative;
	min-height: 100px;
	padding: 10px 10px 10px 100px !important;
	cursor: pointer;
}
.ac_results li:not(:first-child) {
	border-top: 1px solid #C0C0C0;
}
.ac_results li.ac_odd {
	background: white; 
}
.ac_results li:hover, .ac_results li.ac_over {
	background: #C0C0C0 !important; 
}
.ac_results li h3 {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	vertical-align: middle;
}
.preview {
	position: absolute;
	float: left;
	margin-left: -90px;
	max-width: 80px;
}