#nav-icon3 {
	    width: 50px;
    height: 50px;
	-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:0px;
	z-index:99;
	position:fixed;
	right:0px;
	background: #59cad1;

}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 2px;
	left: 7px;
	    width: 35px;
	background: #fff;
	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: 12px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	top: 19px;
}
#nav-icon3 span:nth-child(4) {
	top: 26px;
}
#nav-icon3 span:nth-child(5) {
	color:#fff;
	position: absolute;
	top: 22px;
	font-size: 10px;
	background: none;
	letter-spacing: 1px;
    left:0;
    right: 0;
    margin: 0 auto;
    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;
	}