.menu1 {
	width: 300px;
	height: 200px;
	margin: 0 auto 100px;
	position: relative;
	-webkit-filter: url("#goo");
	filter: url("../menu1.html#goo");
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.menu1-wrapper {
	position: absolute;
	left: 50%;
	bottom: 30px;
}

.menu1-toggle-button,
.menu1-item-bounce,
.menu1-item-button {
	background: #FE2C2B;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	height: 80px;
	color: #fff;
	border: none;
	outline: none;
	position: relative;
}

.menu1-toggle-button {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.menu1-toggle-icon {
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.menu1-items {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.menu1-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.menu1-item-bounce {
	position: absolute;
	top: 0;
	left: 0;
}

.menu1-item-button {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.menu1-item-button a:hover{
	background:red;
}

.menu1-item-button:hover {
	color: #fff;
}