/* search */
#searchform {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 999;
}

#searchform form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#search_icon {
	margin-left: 50px;
	padding: 5px;
}

#search_icon {
	width: 20px;
	cursor: pointer;
}

#searchform_close {
	width: 40px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}