header #search_block_top {
	display: table-cell;
	position: absolute;
	top: 0;
	right: 177px;
	width: auto;
}

#search_block_top input.search_query {
	height: 32px;
	color: #F28801;
	border: 1px solid;
	border-right: none;
	background: transparent;
	font-weight: 700;
	padding: 4px 38px 4px 6px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	left: 5px;
	outline: 0;
}

#header #search_block_top input.search_query {
	width: 250px;
}

@media (max-width: 991.98px) {
	#header #search_block_top input.search_query {
		width: 200px;
	}
}

/* Firefox 4-18 */
#search_block_top input.search_query:-moz-placeholder            { color: #F28801 !important; }
/* Firefox 19+ */
#search_block_top input.search_query::-moz-placeholder           { color: #F28801 !important; }
/* Internet Explorer 10+ */
#search_block_top input.search_query:-ms-input-placeholder       { color: #F28801 !important; } 
/* Safari and Chrome */
#search_block_top input.search_query::-webkit-input-placeholder  { color: #F28801 !important; }





#search_block_top .btn.button-search {
	display: inline-block;
	border: none;
	color: #fff;
	text-align: center;
	width: 32px;
	height: 32px;
	padding: 4px 0px;
	background: #F28801;
	outline: 0;
}

#search_block_top .btn.button-search:hover:before {
	color: #fff;
}

#search_block_top .btn.button-search span {
	display: none; 
}
#search_block_top .btn.button-search:before {
	display: block;
	font-size: 17px;
	width: 100%;
	text-align: center;
}
#search_block_top .btn.button-search:hover {
	color: #6f6f6f; 
}

@media (max-width: 767.98px) {
	#search_block_top input.search_query {
		height: 22px;
	}

	#search_block_top .btn.button-search {
		width: 22px;
		height: 22px;
		padding: 2px 0px;
	}
	
	header #search_block_top {
		right: 34px;
	}

	header #search_block_top input.search_query {
		display: none;
	}

	#search_block_top .btn.button-search:before {
		font-size: 13px;
	}
}

@media ( min-width : 768px) {
	#search_block_top .btn.button-search {
		top: -1px;
		position: relative;
	}
}

.ac_results {
	background: #fff;
	border: 1px solid #d6d4d4;
	width: 271px;
	margin-top: -1px; 
}
.ac_results li {
	padding: 0 10px;
	font-weight: normal;
	color: #686666;
	font-size: 13px;
	line-height: 22px;
}
.ac_results li.ac_odd {
	background: #fff;
}
.ac_results li:hover, .ac_results li.ac_over {
	background: #fbfbfb;
}


form#searchbox label {
	color: #4d5959; 
}
form#searchbox input#search_query_block {
	margin-right: 10px;
	max-width: 222px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}
form#searchbox .button.button-small {
	float: left; 
}
form#searchbox .button.button-small i {
	margin-right: 0;
}

/*# sourceMappingURL=blocksearch.css.map */
