/* Slidebars 0.9 - http://plugins.adchsm.me/slidebars/ Written by Adam Smith - http://www.adchsm.me/ Released under MIT License - http://plugins.adchsm.me/slidebars/license.txt */
html,body,#containerthingyforslidenav,.sb-slidebar{margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html,body{width:100%;overflow-x:hidden;}
html{height:100%;}
body{min-height:100%;position:relative; z-index: 1;}
#containerthingyforslidenav {width:100%; /*height:100%;*/ position:relative; z-index:1;  box-shadow: 0 0 15px -12px #000; -webkit-box-shadow: 0 0 15px -5px #000; background:#fff;}
.sb-slidebar{height:100%;position:fixed;top:0;z-index:-9999;display:none;background-color:#eee; overflow-y:auto;}
.sb-left{left:0;}
html.sb-static .sb-slidebar,.sb-slidebar.sb-static{position:absolute;}
.sb-slidebar.sb-active{display:block;}
.sb-slidebar.sb-style-overlay{z-index:9999;}
/*.sb-slidebar{width:20%;}*/
.sb-width-thin{width:15%;}
.sb-width-wide{width:45%;}

.sb-slide,#containerthingyforslidenav,.sb-slidebar{-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;/*-webkit-backface-visibility:hidden;*/}


.sb-hide{display:none}