.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
.menu a {
  color: #fff;
}
.btn_menu_for_slider {
  position: absolute;
  background: #4685b0;
  border-radius: 4px;
  padding: 25.5px;
  color: #fff;
  right: 5px;
  top: 5px;
}

.btn_menu_for_slider:after {
    display: block;
    content: '';
    background: url(../i/sprite.png) -560px -20px no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7.5px;
}
.slideout-menu li {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.menuSlider {
    background: linear-gradient(45deg, #b4d0e3, #4685b0);
}
.slideout-menu li a {
    display: block;
    width: 240px;
    padding: 10px 0 10px 35px;
    text-decoration: none;
    color: #fff;
}

.menu a:hover {
  text-decoration: underline;
}

.menu-header {
  padding: 16px 16px 16px 35px;
  background-size: 32px;
  background: #fff;
  color: #ff6060;
  border-left: 1px solid #468585;
}

.menu-header-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
  font-size: 24px;
  color: #ff6060;
}
.text-decor {
  text-decoration: none;
}

.menu-section-title {
  text-transform: uppercase;
  color: #85888d;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin:0;
}

.menu-section-list {
  padding:0;
  margin: 10px 0;
  list-style:none;
}

.menu-section-list a {
  display: block;
  padding: 10px 20px;
}

.panel {
  min-height: 100%;
  background: #fff;
}

#mocha {
  text-align: left;
  margin:0 !important;
}

#mocha-stats {
  top: 70px;
}

/**
 * Header
 */
.panel-header {
  margin: 120px auto 55px;
}

.title {
  font-size: 3.2em;
  line-height: 1em;
  margin: 0 0 15px;
  color: #4B5;
  font-weight: 400;
}
.slideout-menu { left: auto; }