#sb_site,.sb_site-container, .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%;height:auto;position:relative;}
.sb-active body {position: fixed;position: -webkit-fixed;}
html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden;}
#sb_site, .sb_site-container{width:100%;position:relative;z-index:1;background-color:#ffffff;}
#mm_blocker{background-color:rgba(0, 0, 0, .75);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999999;}
.sb-active-left #mm_blocker,
.sb-active-right #mm_blocker {display:block;height:100%;animation-name:show;-webkit-animation-name:show;animation-duration:0.4s;-webkit-animation-duration:0.4s;animation-timing-function:ease-in;-webkit-animation-timing-function:ease-in;}
@keyframes show{0%{display:none;opacity:0;}
1%{display:block;opacity:0;}
100%{display:block;opacity:1;}
}
@-webkit-keyframes show{0%{display:none;opacity:0;}
1%{display:block;opacity:0;}
100%{display:block;opacity:1;}
}
.sb-active-left .access #mm_blocker::after{position:absolute;top:30%;left:5%;content:"";display:block;width:35px;height:211px;z-index:10001;background-image:url(../img/menu/tap-close.png);background-size:35px auto;}
.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;transform:translate(0px);}
.sb-left{left:0;}
.sb-right{right:0;}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static{position:absolute;}
.sb-slidebar.sb-active{display:block;}
.sb-style-overlay{z-index:9999;}
.sb-momentum-scrolling{-webkit-overflow-scrolling:touch;}
.sb-slidebar{width:30%;}
.sb-width-thin{width:15%;}
.sb-width-wide{width:45%;}
@media (max-width:480px){.sb-slidebar{width:80%;}
.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%;*/width:0;}
.sb-width-thin{width:15%;}
.sb-width-wide{width:45%;}
}
@media (min-width:1200px){.sb-slidebar{/*width:20%;*/width:0;}
.sb-width-thin{width:5%;}
.sb-width-wide{width:35%;}
}
@media screen and (max-width: 767px) {
.sb-slide, #sb_site, .sb_site-container, .sb-slidebar{ transition: all .4s; backface-visibility:hidden;}
}
.sb-hide{display:none;}

.sb-active-left #mm_blocker::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #fff;
  top: 18px;
  left: 30px;
  font-size: 23px;
}
.sb-active-right #mm_blocker::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #fff;
  top: 18px;
  right: 30px;
  font-size: 23px;
}