@media screen and (max-width: 900px) {
  #logo {
    margin: 10px auto;
  }
  #header {
    height: auto;
  }
  #search {
    margin: 10px 0;
  }
  #lang {
    float: left;
  }
  #mainmenu {
    display: none;
  }
  .mmen {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 29px;
  }
  .mmen span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #202020;
  }
  .mmen span.num1 {
    top: 10%;
  }
  .mmen span.num2 {
    top: 35%;
  }
  .mmen span.num3 {
    top: 60%;
  }
  .mmen span.num4 {
    top: 85%;
  }
}
@media screen and (max-width: 780px) {
  #socail-news .container #social {
    float: none;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .acymailing_module_form td {
    display: block;
  }
  #socail-news .container #newsletter > div {
    display: block;
    width: auto;
    margin-right: 0;
  }
  #socail-news .container #newsletter > div > h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  #socail-news .container #newsletter > div .acymailing_form .inputbox {
    width: 100% !important;
  }
  #socail-news .container #newsletter > div .acymailing_form .button {
    float: none;
    width: 100%;
  }
  #socail-news .container #newsletter > div .acymailing_finaltext {
    text-align: center;
    bottom: 0;
  }
}
