.khMobileMenu {
	position: absolute;
	right: 1em;
	top: 28px;
	z-index: 50;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
	-webkit-user-select: none; /* Webkit */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none; 
	user-select: none;
}
#header.shrink .khMobileMenu {
	top: 10px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.khMobileMenu + #khNav {
    height: 0;
}

.khMobileMenu.change + #khNav {
    height: auto;
}
#khNav {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    transition: 0.5s;
    background: transparent;
    text-align: left;
	border-bottom: 0 solid transparent;
}
#khNav a {
    display: block;
    transition: 0.3s;
    font-size: 1.5em;
    padding: 1em 0;
}
#khNav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
