@media (max-width: ) {
  body {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .logo {
    float: left !important;
    text-align: center;
    width: 100% !important;
  }
  .head-search {
    float: left !important;
    margin-top: ;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .head-search form {
    float: none;
  }
  .head-search .input {
    width: 100%;
    height: 30px;
  }
  .head-search .input:focus {
    width: 100%;
  }
  .t3-sl {
    padding-bottom: ;
    padding-top: ;
  }
  .t3-footer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .t3-footnav {
    padding:  20px 0;
    font-size: ;
  }
  .t3-footnav .module-title {
    font-size: ;
    font-weight: bold;
  }
  .t3-copyright {
    padding:  20px  * 2;
  }
  .copyright,
  .poweredby {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .poweredby {
    margin-top:  / 2;
  }
  .poweredby .t3-logo,
  .poweredby .t3-logo-small {
    float: none;
    display: inline-block;
  }
}
