#menu.left{position:absolute;background:transparent;display: block;z-index:10000;height: 65px;width: 65px;overflow: hidden;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-o-transition:All 1s ease;transition:All 1s ease;}
#menu.left.open{width: 100%;height: 65px;width:100%;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-o-transition:All 1s ease;transition:All 1s ease;}

#menu.right{position:absolute;right:0px;background:transparent;display: block;z-index:10000;height: 65px;width: 65px;overflow: hidden;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-o-transition:All 1s ease;transition:All 1s ease;}
#menu.right.open{width: 100%;height: 65px;width:100%;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-o-transition:All 1s ease;transition:All 1s ease;}
