.slide-left {
  margin-right: 0 !important;
  height: auto !important;
}

.sc-extra-menu h2 {
  color: white;
  text-transform: uppercase;
  background: rgba(204, 204, 204, 0.8) url('.../../img/icons/hamburger-menu.png') no-repeat left center;
  padding: 0.6em 20px 20px 73px;
  margin-bottom: 0;
  cursor: pointer;
}

.sc-extra-menu .sc-lista-de-links {
  background-color: rgba(204, 204, 204, 0.8);
  padding: 0.5em 20px;
  float: right;
  width: 100%;
  margin-bottom: 25px;
}

.sc-extra-menu ul {
  list-style: none;
  text-align: right;
  padding-left: 35px;
  margin: 0;
  padding: 0;
}

.sc-extra-menu ul a {
  color: white;
  line-height: 20px;
  text-decoration: none;
}


@media (min-width: 1000px) {

  .sc-extra-menu {
    position: fixed;
    right: 0;
    top: 22%;
    background: 0 0;
    z-index: 990;
  }

  .sc-extra-menu h2 {
    color: white;
    background: rgba(204, 204, 204, 0.8) url('../../img/icons/hamburger-menu.png') no-repeat 10px center;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px 15px 20px 73px;
    text-transform: uppercase;
    width: 92px;
  }

  .sc-extra-menu .sc-lista-de-links {
    background-color: rgba(204, 204, 204, 0.8);
    padding: 0.5em 15px;
    width: 150px;
    height: 0;
    float: right;
    margin-right: -400px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
}
