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 {
	height: 100%
}
body {
	min-height: 100%
}
#sb-site {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff
}
.sb-slidebar {
	width: 35%;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	visibility: hidden;
	background-color: #0d4da4;
}
html.sb-android .sb-slidebar {
	height: auto;
	position: absolute
}
.sb-left {
	left: 0
}
.sb-right {
	right: 0
}
.sb-right ul li {
	border-bottom: 1px solid #0b438f;
	padding: 10px 0;
	font-size: 22px;
	list-style:none;
}
.sb-right ul li a {
	color: #fff;
}

html.sb-active-right .sb-right {
	visibility: visible;
	z-index:9999;
	

}
.sb-toggle-right {
	cursor:pointer;
	position:absolute;
	top:20px;
	right:20px;
	list-style:none;
	}
@media(max-width:480px) {
.sb-slidebar {
	width: 70%
}
}
@media(min-width:481px) and (max-width:991px) {
.sb-slidebar {
	width: 50%
}
}
@media(min-width:992px) {
.sb-slidebar {
	width: 35%
}
}
@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
}
