#menuToggle{display:block;position:relative;top:5px;width:35px;height:32px;z-index:1;-webkit-user-select:none;user-select:none;cursor:pointer}#menuToggle span{display:block;width:33px;height:5px;margin-bottom:5px;position:relative;background:#cdcdcd;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(0.77,0.2,0.05,1.0),background .5s cubic-bezier(0.77,0.2,0.05,1.0),opacity .55s ease}#menuToggle span:first-child{transform-origin:0 0}#menuToggle span:nth-last-child(3){transform-origin:0 100%}#menuToggle.open span{opacity:1;transform:rotate(45deg) translate(-2px,-2px);background:#232323;height:4px}#menuToggle.open span:nth-last-child(2){opacity:0;transform:rotate(0) scale(0.2,0.2)}#menuToggle.open span:nth-last-child(1){transform:rotate(-45deg) translate(-2px,-1px);height:4px}