/** Search **/
#search-overlay-trigger {font-size: 1.4rem;}
.search-overlay {
	position: fixed;
	z-index: 8888;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.90);
}
.search-form {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 80%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.search-form form input {
	font-size: 24px;
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0 50px 0 15px;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #fff;
	background: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.search-form form button {
	font-size: 34px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	border: 0;
	background: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.search-form form button:hover {color: #0081d3;}
.close-search-overlay {position: absolute;top: 10px;right: 20px;color: #fff;font-size: 30px;}
.close-search-overlay:hover {color: #0081d3;}
/** ac_results **/
div.ac_results {padding: 10px;background-color: rgba (255,255,255,0.5);width: 80% !important;z-index: 9999;}
div.ac_results li {font-size: 1.2em;margin: 5px;padding: 10px;cursor: pointer;}
div.ac_results li.ac_odd {background-color: #ececec;}
div.ac_results li.ac_over {background-color: #342128;}