.ac_input {
}

.ac_results {
	padding: 0px;
	margin-top: 3px;
	position: absolute !important;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: Window;
	z-index: 1500;
	max-height: 250px;
	box-shadow: 5px 8px 22px 2px rgba(0, 0, 0, 0.08);
	border-radius: 7px;
}

@media (max-width: 640px) {
	.ac_results {
		width: 80% !important;
	}
}
@media (min-width: 1024px) {
	.ac_results {
		width: 30% !important;
	}
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display: none; /*sorry for IE5*/
	display: block; /*sorry for IE5*/
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
	/*filter: mask();*/
	width: 3000px;
	height: 3000px;
}

.ac_results li {
	border-bottom: 1px solid hsla(0, 0%, 66%, 0.233);
	cursor: pointer;
	margin: 0px;
	padding: 7px 0 7px 20px;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	font-family: "Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ac_results:last-child { padding-bottom: 0 !important; }

.ac_over {
	background-color: #008cff70;
	color: HighlightText;
	transition: 0.2s;
}