.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position:relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

body,
.panels {
  background-color: #fff;
}

.menu {
  display: none;
    background: #314664;
}

a {
  color: #4B5;
  text-decoration: none;
}

.menu a {
   color: #C2D2E8;
}

.menu a:hover {
  background: #334A6C;
  color:#fff;
}

.menu-header {
  border-bottom: 1px solid #214069;
  padding: 22px;
  background-size: 32px;
    background: #5397F5;
}

.menu-header-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}

.menu-section {
  margin: 15px 0;
}

.menu-section-title {
  text-transform: uppercase;
  color: #7E92B3;
  font-weight: 400;
  font-size: 17px;
  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: 5px 20px;
    border-bottom: 1px solid #334A6C;
}

.panels {
  min-height: 100%;
}

/**
 * Header
 */
.panel-header {
}


/**
 * hamburger
 */
.btn-hamburger {
   margin-top: 20px;
  height: 36px;
  border: none;
  outline: none;
  cursor: pointer;
 
}


.menulbl{
  display: inline-block;
  background: #008FFF;
  color: #FFF;
  padding: 14px 14px 14px 30px;
  margin-left: -22px;
  position: relative;
  z-index: 2;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 3px;
}

.menulbl:hover{
  background: #328ACF;
}
  
.rrrp{
  text-align: center;
}

.menucloseico{
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
}