.autocomplete_main * {
	box-sizing: border-box;
}
.autocomplete_main {
	position: absolute;
	width: 800px;
	width: 660px;
	margin: auto;
	top: 60px;
	background: #f7f7f7;
	background: white;
	z-index: 1000;
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
	font-size: 0px;
	overflow: hidden;
	/*max-height: 400px;*/
	overflow-y: auto;
	display: none;
	left: 0px;
	right: 0px;
	/*box-shadow: inset 1px 0px 12px -4px rgba(0, 0, 0, 0.5);*/
}
.autocomplete_wrapper {
	/*height: 320px;*/
	/*max-height: 400px;*/
	display: inline-block;
	width: 100%;
	font-size: 0px;
}
.autocomplete_wrapper .ac_link
{
	/*padding-left: 10px;*/
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 40px;
	vertical-align: middle;
	font-size: 0px;
}
.autocomplete_wrapper .ac_link:hover, .autocomplete_wrapper .ac_link:focus
{
	background: rgba(0, 143, 134, 0.1);
}
.autocomplete_wrapper .ac_link:hover div, .autocomplete_wrapper .ac_link:focus div
{
	color: #008f86;
}
.ac_hasfocus {
	background: rgba(0, 143, 134, 0.1);
	color: #008f86;
}
.autocomplete_wrapper .ac_link span
{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	text-align: center;
}
.autocomplete_wrapper .ac_link span > div {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: rgba(0, 0, 0, 0.1);
	display: inline-block;
	color: #808080;
	vertical-align: middle;
	font-size: 8px;
	font-family: Arial;
	font-family: 'Fira Sans', arial;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 6px;
}
.autocomplete_wrapper .ac_link > div
{
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	font-family: 'Fira Sans', arial;
	color: #404040;
	font-weight: 400;
	vertical-align: middle;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
}
.autocomplete_browseall {
	vertical-align: middle;
	font-size: 0px;
	text-align: center;
}
.autocomplete_browseall a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	display: block;
	line-height: 40px;
	color: #808080;
	margin: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.05);
}
.autocomplete_browseall a:hover {
	color: #008f86;
	background: #eeeeee;
}
.ac_nores {
	font-size: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 20px;
}
.ac_nores > span {
	text-align: center;
}
.ac_nores > span::before {
	content: '?';
	font-size: 36px;
	font-weight: 600;
	display: block;
	color: #c5c5c5;
	background: #ededed;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	font-family: 'Fira Sans', helvetica;
}
.ac_nores > span > div {
	font-family: 'Fira Sans', helvetica;
	font-size: 14px;
	color: #808080;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	border-bottom: 1px solid #c5c5c5;
	display: inline-block;
}
.ac_nores > div {
	font-size: 0px;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.ac_nores > div > span {
	font-family: 'Fira Sans', helvetica;
	font-size: 12px;
	color: #606060;
}
.ac_nores > div > div {
	margin-top: 20px;
	font-size: 0px;
	overflow: hidden;
}
.ac_nores > div > div > a {
	font-family: 'Fira Sans', helvetica;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	color: #808080;
	background: #ededed;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
}
.ac_nores > div > div > a:hover {
	color: #008f86;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}