#overflow-menu {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}


#menu-offcanvas{
    /*display: none;*/
  
}

.logo-offcanvas img {
  width: 160px !important;
  height: auto;
  margin-bottom: 30px;
}

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.canvas {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translate3d(0);
    transition: .3s ease all;
    backface-visibility: hidden;
}

#menu-offcanvas {
    height: 100%;
    z-index: 1000;
    position: fixed;
    transform: translate3d(-380px,0,0);
    width: 280px;
    background: #fff;
    padding: 20px;
    transition: all ease 0.5s;
}

.show-menu #menu-offcanvas{
    transform: translate3d(0px,0,0);
    /*display: block;*/
    transition: all ease 0.5s;
}



#menu-offcanvas ul {
    list-style: none;
    border-top: 2px solid #e5e5e5;
    padding: 20px 0 0 0;
}

#menu-offcanvas .btn {
    background: #FFF;
    color:#fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

#menu-offcanvas ul a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
    position: relative;
    text-transform: uppercase;
    line-height: 200%;
}

.wrapper.show-menu .canvas {
    
}


#close-menu-offcanvas {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    text-align: center;
    color: #fff;
}

#error {
  display: none;
}
