body{overflow-x:hidden}.jsc-sidebar{position:fixed;top:0;left:-220px;width:220px;height:100%;transition:all .3s linear 0s}.jsc-sidebar-content{position:relative;top:0;left:0;min-height:100%;z-index:10}.jsc-sidebar-pulled{-webkit-transition:-webkit-transform .5s ease;-moz-transition:-moz-transform .5s ease;-ms-transition:-ms-transform .5s ease;-o-transition:-o-transform .5s ease;transition:transform .5s ease;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-webkit-perspective:1000}.jsc-sidebar-pushed{-webkit-transform:translate3d(220px,0,0);-moz-transform:translate3d(220px,0,0);-ms-transform:translate3d(220px,0,0);-o-transform:translate3d(220px,0,0);transform:translate3d(220px,0,0)}.jsc-sidebar-scroll-disabled{position:fixed;overflow:hidden}.sidebar{display:none}.sidebar ul{background:#4a0000 none repeat scroll 0 0;list-style:outside none none;margin:0;padding:25px 20px}.sidebar ul li a{line-height:2;text-decoration:none;color:#f7cd5d}.sidebar ul li a:hover{text-decoration:underline;color:#f7cd5d}@media only screen and (max-width:480px){.sidebar{display:block;overflow-x:hidden;overflow-y:scroll;background:#4a0000}}