.offcancas, #offcanvasOpen, #menu-toggle {
  display: none;
}
@media (max-width: 1200px) {
  #offcanvasOpen {
    display: block;
    position: fixed;
    right: 35px;
    top: 8px;
    font-weight: bold;
    z-index: 99999;
    font-size: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%%);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 50%;
  }
  .openCanvasMenu .offcancas {
    box-shadow: -12px 1px 24px 7px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: -12px 1px 24px 7px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: -12px 1px 24px 7px rgba(0, 0, 0, 0.54);
  }
  .offcancas {
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #f3f3f3;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .offcancas ul {
    width: 100%;
    top: 0;
    position: absolute;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .offcancas .child-1 ul {
    left: 100%;
  }
  .offcancas li {
    position: relative;
  }
  .offcancas a {
    padding: 15px 15px 15px 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
  }
  .offcancas .activeList > ul {
    width: 100%;
    left: 0%;
    position: relative;
  }
  .offcancas span.nextItem, .offcancas span.prevItem {
    padding: 2px 5px 4px 5px;
    background: #074073;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
    text-align: center;
    font-size: 31px;
    color: #fff;
  }
  .offcancas span.prevItem {
    right: inherit;
    left: 0;
  }
  .offcancas .activeList {
    display: block;
  }
  .offcancas .activeList > a {
    text-align: center;
  }
  .offcancas .activeList > a {
    display: none;
  }
  .offcancas .activeList > a.showPrevParentLink {
    display: block;
  }
  .offcancas .zIndex {
    z-index: 999 !important;
  }
  .offcancas .hide-list {
    position: absolute;
    display: none;
  }
  .offcancas .child-1 > .prevItem, .offcancas .child-2 > .prevItem, .offcancas .child-3 > .prevItem, .offcancas .child-4 > .prevItem, .offcancas .child-5 > .prevItem, .offcancas .child-6 > .prevItem, .offcancas .child-7 > .prevItem {
    display: none !important;
  }
  .offcancas .child-1.activeList > .prevItem, .offcancas .child-2.activeList > .prevItem, .offcancas .child-3.activeList > .prevItem, .offcancas .child-4.activeList > .prevItem, .offcancas .child-5.activeList > .prevItem, .offcancas .child-6.activeList > .prevItem, .offcancas .child-7.activeList > .prevItem {
    display: block !important;
  }
  .offcancas .child-1.activeList > .nextItem, .offcancas .child-2.activeList > .nextItem, .offcancas .child-3.activeList > .nextItem, .offcancas .child-4.activeList > .nextItem, .offcancas .child-5.activeList > .nextItem, .offcancas .child-6.activeList > .nextItem, .offcancas .child-7.activeList > .nextItem {
    display: none !important;
  }
  .openCanvasMenu {
    overflow: hidden;
  }
  .openCanvasMenu .offcancas {
    width: 50%;
  }
  .openCanvasMenu .mainWrapper {
    margin-left: -50%;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    opacity: 0.4;
    overflow: hidden;
  }
  .openCanvasMenu #offcanvasOpen {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    z-index: -1;
  }
  .mainWrapper {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html, body {
    min-height: auto !important;
  }
}
@media (max-width: 720px) {
  .openCanvasMenu .offcancas {
    width: 75% !important;
  }
  .openCanvasMenu .mainWrapper {
    margin-left: -75% !important;
  }
  .openCanvasMenu #offcanvasOpen {
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
    transform: translate3d(-48%, 0, 0);
    -webkit-transform: translate3d(-48%, 0, 0);
  }
}
