
.menu-button {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(../menu.png) no-repeat;
    background-size: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}

.menu-button.right {
    right: 20px;
    left: auto;
}

.menu-button.bottom {
    top: 100px;
}

.menu-button.fixed {
    position: fixed;
}

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none;
}

.sidr-open #overlay {
    display: block;
}

/* Settings for fullwidth */
.sidr.fullwidth {
    width: 100%;
}

.sidr.left.fullwidth {
    left: -100%;
}

.sidr.right.fullwidth {
    right: -100%;
}
/* END Settings for fullwidth */

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 100%;
  margin-left: -50px;
  background-color:rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 40px 0px 0px 80px;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -100%;
}
.sidr.left {
  left: -100%;
  right: auto;
}

.close-menu-button {
    display: block;
    position: absolute;
    top: 0px;
    right: -50px;
    background: url(../menu.png) no-repeat;
    background-size: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}

.menu-button {
  top: 0!important;
  left: 0!important;
}
