#hamburger{cursor:pointer;z-index:5500}#hamburger .lines{position:relative;display:inline-block;width:30px;height:2px;margin-right:10px;background-color:#fff;-webkit-transition:all .4s;transition:all .4s;margin-bottom:15px;margin-top:15px}#hamburger .lines:after,#hamburger .lines:before{content:"";display:block;width:30px;height:3px;background-color:#fff;position:absolute;-webkit-transition:all .4s;transition:all .4s;border-radius:5px}#hamburger .lines:before{top:-11px}#hamburger .lines:after{bottom:-11px}#hamburger.activated .lines{-webkit-transform:rotate(180deg);transform:rotate(180deg);background:rgba(0,0,0,0)}#hamburger.activated .lines:before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:0}#hamburger.activated .lines:after{bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:0}