
.mobile-menu {
  background-color: #1D1F20;
  background-image: linear-gradient(145deg, #1D1F20, #404348);
  display:none;
}

.mobile-menu a {
  color: #fff;
}

.mobile-menu a:hover {
  text-decoration: underline;
}

.mobile-menu-header {
  border-bottom: 1px solid #2a2d2f;
  padding: 20px;
  background-size: 32px;
}

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

.mobile-menu-section {
  margin: 25px 0;
}

.mobile-menu-section-title {
  text-transform: uppercase;
  color: #85888d;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin:0;
}

.mobile-menu-section-list {
  padding:0;
  margin: 10px 0;
  list-style:none;
}

.mobile-menu-section-list a {
  display: block;
  padding: 10px 20px;
}

.panel {
  min-height: 100%;
}


/**
 * btn mobile
 */
.btn-mobile {
    border: none;
    /*position: absolute;
    top: 2%;*/
    display: block;
    padding: 0;
    border-radius: 0;
    left: 6px;
    width: 100%;
    height: 100%;
    /*z-index: 999;*/
	background:transparent;
	margin:0;
	width:18%;
	max-width:40px;
	max-height:40px;
	float:right;
}
.btn-mobile img {width:100%;height:auto !important;border: 1px solid #fff;box-shadow:0 0 1px #ccc;}
.btn-mobile:hover, .btn-mobile:focus {}



/**
 * slide out
 */
 
 body {
  width: 100%;
  height: 100%;
}

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

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

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

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