@charset "utf-8";
/* CSS Document */

/* Slidebars 0.8.1 - 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, #sb-site, .sb-slidebar {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	width:100%;
	/* overflow-x:hidden; */
}
html {
	min-height:100%
}
body {
	height:100%
}

 a.sb-toggle-left {
	float: left;
	padding: 10px 15px 10px 0;
}
 a.sb-toggle-left span {
	border-radius: 1px;
	height: 5px;
	width: 50px;
	background: #fff;
	display: block;
	margin-bottom: 5px;
}

ul.sb-slidebar li {width:100%;height:50px;text-align:center;border-bottom:1px solid #444;}
	ul.sb-slidebar li a {width:100%;height:100%;line-height:50px;display:block;color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:3px solid #222;}
	ul.sb-slidebar li a:hover {text-decoration:none;border-left:3px solid #98012e;background:#323232;}
	
#sb-site {
	width:100%;
	min-height:100%;
	position:relative;
	z-index:1;
	background-color:#fff
}
.sb-slidebar {
	height:100%;
	width:30%;
	overflow-y:auto;
	position:fixed;
	top:0;
	z-index:0;
	visibility:hidden;
	background-color:#222
}
.sb-static {
	position:absolute
}
.sb-left {
	left:0
}
.sb-right {
	right:0
}
html.sb-active-left .sb-left, html.sb-active-right .sb-right {
	visibility:visible
}
@media(max-width:480px) {
.sb-slidebar {
width:70%
}
}
@media(min-width:481px) {
.sb-slidebar {
width:55%
}
}
@media(min-width:768px) {
.sb-slidebar {
width:40%
}
}
@media(min-width:992px) {
.sb-slidebar {
width:30%
}
}
@media(min-width:1200px) {
.sb-slidebar {
width:20%
}
}
html.sb-anim-type-translate .sb-slide, html.sb-anim-type-side .sb-slide {
	-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;
	-webkit-backface-visibility:hidden
}
