#menu-responsive{
  line-height: 1;
  position: relative;
  display: block;
  border: 0;
  list-style: none;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
}
#menu-responsive:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-responsive ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  z-index: 1000;
}
#menu-responsive > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-responsive ul li{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  cursor: pointer;
}
#menu-responsive > ul > li {
  float: left;
}
#menu-responsive ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
#menu-responsive > ul > li > a {
  padding: 17px 20px;
  text-decoration: none;
}
#menu-responsive > ul > li:hover > a {
  color: #FAFAFA;
  background-color: #E40050;
}
#menu-responsive ul ul {
  position: absolute;
  left: -9999px;
  padding-top: 4px;
}
#menu-responsive ul ul li {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu-responsive li:hover > ul {
  left: auto;
}
#menu-responsive li:hover > ul > li {
  height: auto;
}
#menu-responsive li a:hover {
  color: #FAFAFA;
  background-color: #E40050;
}
#menu-responsive ul ul li:last-child > a,
#menu-responsive ul ul li.last-item > a {
  border-bottom: 0;
}
#menu-responsive ul ul li:hover > a,
#menu-responsive ul ul li a:hover {
  color: #FAFAFA;
  background-color: #E40050;
}

@media all and (max-width: 1023px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #menu-responsive {
    width: 100%;
  }
  #menu-responsive ul {
    width: 100%;
    background-color: #FAFAFA;
    border-bottom: 4px solid #E40050;
  }
  #menu-responsive .menu-pag {
    background-color: #CCCCCC;
  }
  #menu-responsive ul ul{
    padding-top: 0;
  }
  #menu-responsive ul ul ul{
    padding-top: 0;
  }
  #menu-responsive ul li {
    width: 100%;
    z-index: 2000;
  }
  #menu-responsive ul ul li,
  #menu-responsive li:hover > ul > li {
    height: auto;
  }
  #menu-responsive ul li a,
  #menu-responsive ul ul li a {
    width: 96%;
    padding: 12px 0 12px 30px;
    height: 16px;
    line-height: 16px;
    font-size: 15px;
    border-bottom: 0;
  }
  #menu-responsive ul li:hover {
    color: #FAFAFA;
    background-color: #E40050;
  }
  #menu-responsive > ul > li {
    float: none;
  }
  #menu-responsive > ul > li > a {
    text-decoration: none;
  }
  #menu-responsive ul ul li a {
    padding-left: 5%;
    width: 95%;
    font-size: 16px;
  }
  #menu-responsive ul ul li a {
    background-color: #FAFAFA;
  }
  #menu-responsive ul ul li:hover > a,
  #menu-responsive ul ul li.active > a {
    color: #FAFAFA;
    background-color: #E40050;
  }
  #menu-responsive ul ul,
  #menu-responsive.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #menu-responsive > ul > li.has-sub > a:after,
  #menu-responsive > ul > li.has-sub > a:before,
  #menu-responsive ul ul > li.has-sub > a:after,
  #menu-responsive ul ul > li.has-sub > a:before {
    display: none;
  }
  #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
  }
  #menu-responsive #menu-button {
    display: block;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    width: 40px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -59px;
    right: 65px;
    background-color: #E40050;
    color: #FAFAFA;
  }
  #menu-responsive .menu-opened {
    z-index: 10000;
  }
  #menu-responsive ul li .submenu-button {
    position: absolute;
    width: 42px;
    top: 0;
    right: 0;
    z-index: 1000;
    border-left: 1px solid #FAFAFA;
    cursor: pointer;
  }
  #menu-responsive ul li .submenu-button {
    height: 40px;
  }
  #menu-responsive ul li ul li .submenu-button {
    height: 40px;
  }
  #menu-responsive .submenu-button.submenu-opened {
  }
  #menu-responsive ul ul .submenu-button {
  }
  #menu-responsive ul li.has-sub > span:after, #menu-responsive ul ul li.has-sub > span:after {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 8px;
    height: 2px;
    display: block;
    background: #FAFAFA;
    content: '';
  }
  #menu-responsive ul li.has-sub > span.submenu-opened:after, #menu-responsive ul ul li.has-sub > span.submenu-opened:after {
    background: #FAFAFA;
  }
  #menu-responsive ul li.has-sub > span:before, #menu-responsive ul ul li.has-sub > span:before {
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 2px;
    height: 8px;
    background: #FAFAFA;
    content: '';
  }
  #menu-responsive ul li.has-sub > span.submenu-opened:before, #menu-responsive ul ul li.has-sub > span.submenu-opened:before {
    display: none;
  }
}

@media (min-width:20px) {
  #menu-responsive ul {
    display: none;
  }
  #menu-responsive #menu-button {
    top: -61px;
  }
}
@media (min-width:768px) {
  #menu-responsive #menu-button {
    top: -61px;
  }
}