@charset "utf-8";
.sidemenu_base{
	position:absolute;
	top:0px;right:0;
	width:120px;height:150px;
	background:#8EB4FC;
}
.hamburger-open{
	display:inline-block;
	/*background:#efc2ac;*/
	width:80px;
	height:80px;
	position:fixed;
	vertical-align:top;
	z-index:7;
	top:0;
	right:0;
	cursor: pointer;
	transition:width 0.5s,height 0.5s;
}
.hamburger-open span{
    display: inline;
    transition: all .4s;
    position:absolute;
	/*position:absolute;*/
    /*left: 14px;*/
	right:5px;
	top:0px;
    height:9px;
	border-radius: 2px;
	background-color:#8EB4FC;
	width:60px;
}

#checkcheck:checked ~.hamburger-open  span {
	background-color:#fff;
}

#checkcheck ~.hamburger-open  span:nth-of-type(1) {
	top:20px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(2) {
	top:40px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(3) {
	top:60px;
}
#checkcheck ~.hamburger-open  p {
	position:absolute;top:40px;right:30px;color:#fff;
}
#checkcheck:checked ~.sidenavs {
	overflow-x: visible;
	width: 180px;
	display:block;
	opacity:1;
	right:0px;
	top:0px;
	height:265px;
	z-index:5;
}

#checkcheck:checked ~.hamburger-close div{
	display:block;
}
#checkcheck ~.hamburger-close div{
	display:none;
}
.sidenavs {
	height:0px;
	width: 180px;
	position:fixed;
	z-index:6;
	top:0;
	right:0;
	overflow: hidden;
	padding-top:30px;
	transition: 0.5s;
	opacity:0;
	background-color:#8EB4FC;
	z-index:-1;
}

.sidenavs a {
	color: #000;
	padding:10px 0;
	display:block;
	text-align:center;
	
}
.sidenavs a:hover {
	opacity:0.7;
}
.sidenavs li{
	list-style: none;
	font-size:20px;
	margin-bottom:2px;
	padding:0;
}
.sidenavs .close-btn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#checkcheck{
	display:none;
}

@media screen and (max-width: 1024px) {
.sidenavs {
	right: 0;
	height:0;
	width: 100%;
	padding:50px 0;
}
#checkcheck:checked ~.sidenavs {
	width:100%;
	height:100vh;
	
}
	
#checkcheck:checked ~.hamburger-open span:nth-of-type(1) {
	transform: translateY(11px) rotate(-45deg);
    top: 27px;
	/*
    right: 5px;
	*/
    width: 65px;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(2) {
	opacity: 0;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(3){
	transform: translateY(-6px) rotate(45deg);
	top: 45px;
	width: 65px;
	/*
	left: 18px;
	width: 30%;
	*/
}
/*
#checkcheck:checked ~.hamburger-open{
	width:100vw;
	height:100vh;
}
*/
.hamburger-menu1{display:block;z-index:110;position:fixed;top:0;left:0;width: 100%;height: 72px;}
.hamburger-menu{display:inline-block;}	
}


@media screen and (max-width:500px){


}