@media screen and (max-width:991px) {
  body.body_moverlay {
    overflow: hidden;
  }

  .mobile-menu {
    float: right;
    margin-top: 10px;
  }

  .overlay,
  .button_container {
    display: none !important;
  }

  .dl-menuwrapper {
    float: right;
    text-align: right;
  }

  .button_container.mobile-menu-btn {
    display: block !important;
    top: 5px;
    right: 90px;
  }

  .button_container.active.mobile-menu-btn {
    position: fixed;
    right: 10px;
    top: 15px;
    width: 27px;
  }

  .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    -moz-transform: translateY(11px) translateX(0) rotate(45deg);
    -ms-transform: translateY(11px) translateX(0) rotate(45deg);
    -o-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #FFF;
  }

  .button_container.active span:nth-of-type(3) {
    top: 22px;
    width: 27px;
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-11px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
  }

  .button_container {
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 39px;
    top: 69px;
    -webkit-transition: opacity 0.25s ease 0s;
    -ms-transition: opacity 0.25s ease 0s;
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
    width: 24px;
    z-index: 100;
  }

  .button_container span {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 100%;
  }

  .button_container span:nth-of-type(2) {
    top: 10px;
  }

  .button_container span:nth-of-type(3) {
    left: auto;
    right: 0;
    top: 20px;
  }

  body .mobile-menu {
    display: block;
  }

  .mobile-menu {
    background: #eb3252 none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 90%;
    z-index: 9;
    height: 100%;
    overflow-Y: auto;
    overflow-x: hidden;
    right: -100%;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }

  .mobile-menu.open-mobile-menu {
    right: 0;
  }

  .dl-menu {
    height: 100vh;
    padding: 55px 44px 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;

  }

  .dl-menu .dl-submenu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100vh;
    padding: 55px 44px 0;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    width: 90%;
    overflow-y: auto;
  }

  .dl-menu .dl-submenu .dl-submenu {
    background: #47226B none repeat scroll 0 0;
    padding-right: 95px;

  }

  .open_submenu .dl-submenu li .dl-submenu>.dl-back {

    background: #5E308C !important;

  }

  .mobile-menu li {
    display: block;
    list-style: outside none none;
    padding: 10px 0;
  }

  .dl-menu li a {
    color: #C9C9CA;
    letter-spacing: 2px;
  }

  .dl-menu li a:hover {
    color: #fff;
    text-decoration: none;
  }

  .dl-menu li.parent-menu>a {
    position: relative;
  }

  .dl-menu>li>ul>li>a:hover {
    color: #eb3252;
  }

  .dl-menu li.parent-menu>a::after {
    border-top: 1px solid #C9C9CA;
    content: "";
    left: -32px;
    position: absolute;
    top: 9px;
    width: 15px;
  }

  .dl-menu li.parent-menu>a:hover::after {
    border-top-color: #fff;

  }

  .dl-menu>li>ul>li>a:hover::after {
    border-top-color: #eb3252 !important;
  }

  .mobile-menu li.dl-back {
    background: #EE485F url("../img/arrow-left.png") no-repeat scroll center center;
    cursor: pointer;
    font-size: 0;
    height: 100vh;
    left: 100%;
    position: fixed;
    top: 0;
    width: 50px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }

  .dl-back::before {

    content: "";
    background: url(../img/menuarrowwhite.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
  }

  .dl-menu>.parent-menu.open_submenu>.dl-submenu>li.dl-back {
    left: 10%;
  }

  .dl-menu>.parent-menu .parent-menu.open_submenu>.dl-submenu li.dl-back {
    left: 10%;
    margin-left: 50px;
  }

  .dl-menu>.parent-menu.open_submenu>.dl-submenu {
    background: #5E308C none repeat scroll 0 0;
    right: 0;
  }

  .dl-menu>.parent-menu .parent-menu.open_submenu>.dl-submenu {

    right: -50px;
  }

  .mobile-menu li:last-child {
    margin-bottom: 20px;
  }

  .button_container.mobile-menu-btn {
    right: 25px;
    top: 40px;
  }

  #header {
    padding-top: 35px;
  }
}

@media screen and (max-width:640px) {
  .button_container.mobile-menu-btn {
    right: 40px;
  }
}

@media screen and (max-width:480px) {
  .button_container.mobile-menu-btn {
    right: 25px;
  }

  .dl-menu li a {
    font-size: 14px;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-left: 21px;
  }

  .dl-menu li.parent-menu>a::after {
    left: 3px;
  }
}

@media screen and (max-width:979px) and (min-width:768px) {
  /* .button_container.mobile-menu-btn {
    left: 0;
    margin: 0 auto;
    right: -684px;
    top: 69px;
  } */

  .button_container.active.mobile-menu-btn {
    left: auto;
    margin: 0;


  }


}