/* Slidebars 0.9.4 - https://plugins.adchsm.me/slidebars/ Written by Adam Smith - https://www.adchsm.me/ Released under MIT License - https://plugins.adchsm.me/slidebars/license.txt */
@charset "utf-8";
html,body,#sb-site,.sb-slidebar{margin:0px;padding:0px;-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;}
#sb-site{ height:100%; width:100%;position:relative;z-index:1;}
.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;visibility:hidden;background-color:#222; color:#FFF;}
.sb-left{left:0px;}
.sb-right{right:0px;}
html.sb-static .sb-slidebar,.sb-slidebar.sb-static{ position:absolute;}
.sb-slidebar.sb-active{visibility:visible;}
.sb-slidebar.sb-style-overlay{z-index:9999;}
.sb-slidebar{width:30%;}
.sb-width-thin{width:15%;}
.sb-width-wide{width:45%;}
.sb-toggle-left{background:#df0716; height:30px;}
@media(max-width:480px){
.sb-slidebar{width:70%;}
.sb-width-thin{width:55%;}
.sb-width-wide{width:85%;}
}
@media(min-width:481px){
.sb-slidebar{width:55%;}
.sb-width-thin{width:40%;}
.sb-width-wide{width:70%;}
}

@media(min-width:768px){
.sb-slidebar{width:40%;}
.sb-width-thin{width:25%;}
.sb-width-wide{width:55%;}
}
@media(min-width:992px){
.sb-slidebar{width:30%;}
.sb-width-thin{width:15%;}
.sb-width-wide{width:45%;}
}
@media(min-width:1200px){
.sb-slidebar{width:20%;}
.sb-width-thin{width:5%;}
.sb-width-wide{width:35%;}
}

.sb-slide,#sb-site,.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;}
#mav_fixed{position:fixed; z-index:999; width:45px; background:#000;}
.navicon-line {width: 24px; height: 4px; border-radius: 1px; margin-bottom: 3px; background-color: #fff; margin-left: 10px;}
.nav-line1{margin-top: 3px;}

.s_nav{
	width: 100%;
}
.s_nav ul.menu{
	display:block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.s_nav ul.menu li{
	float:left;
	font-size: 0.938em;
	line-height: 38px;
	font-family: "·L³n¥¿¶ÂÅé", Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #3C3C3C;
	width: 95%;
	margin: 3% 0px 0px 0px;
	padding-left:5%;
}

.s_nav ul.menu li.btn0 a{
	display:block;
	background-image: url(img/home.png);
	background-repeat: no-repeat;
	background-position: 40%;
	text-indent: -9999px;
	height:38px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.s_nav ul.menu li.btn1 a{
	display:block;
	height:38px;
	color: #cccccc;
	background-image: url(img/s_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 15px 0px 35px;
}

.s_nav ul.menu li.btn1 a:visited{
	color: #CCCCCC;
}

.s_nav ul.menu li.btn1 a:hover{
	background-image: url(img/s_icon2.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #df0716;
}