#nav-icon3 {
	width: 35px;
	height: 37px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	top: 35px;
	z-index: 99;
	position: fixed;
	right: 3%;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 4px;
	left: 0px;
	width: 34px;
	background: #e7211a;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 10px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	top: 18px;
}
#nav-icon3 span:nth-child(4) {
	top: 26px;
}
#nav-icon3 span:nth-child(5) {
	color: #000;
	position: absolute;
	top: 24px;
	font-size: 8px;
	background: none;
	letter-spacing: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
}
#nav-icon3.open span:nth-child(1) {
	display: none;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
#nav-icon3.open span:nth-child(4) {
	display: none;
}
/*#nav-icon3 span {
	margin:0px 1px;
}*/
#icon_sp {
	float: right;
	line-height: 31px;
	cursor: pointer;
	right: 0%;
	height: 100%;
	box-sizing: border-box;
	top: 0;
	position: relative;
	z-index: 999999;
}
#icon_sp img {
	width: 30px;
	height: auto;
}
#icon_close {
	width: 94%;
	left: 3%;
	border: 1px #96d2de solid;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	margin-top: 20px;
}