@media all and (max-width:1000px) {
  * {
    box-sizing: border-box;
  }
  #egesz, #wrap, #banner, #nagygomb, body:not(.contentpane) #main, #footer div.footer_1, #user1 .moduletable_menu, #user1 .moduletable_menu ul.menu, div[class*="item-page"], .item-page h2, form.Chronoform, .contact, .contact h2 {
    width: 100%;
  }
  .moduletable.visszahivas, #nav {
    display: none;
  }
  #banner {
    height: auto;
    display: table;
    padding-bottom: 10px;
  }
  #banner .logo {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  #banner .logo img {
    width: 100%;
    max-width: 453px;
  }
  #user1 .moduletable_menu ul.menu li {
    text-align: center;
  }
  #user1 .moduletable_menu ul.menu li a {
    display: block;
    width: 100%;
    padding: 5px;
  }
  #user1 .moduletable_menu ul.menu li ul {
    padding: 0;
  }
  .moduletable_menu {
    text-align: center;
  }
  .moduletable_menu .menu {
    display: none;
  }
  .moduletable_menu button {
    background: none repeat scroll 0 0 #424242;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    margin: 10px;
    padding: 0 45px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .item-page h2, .contact h2 {
    background: none repeat scroll 0 0 #fb7200;
    height: auto;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
  }
  #footer div.footer_1 {
    height: auto;
    line-height: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  #footer div.footer_1 p {
    display: block;
    float: none;
    margin: 0;
    padding: 2px;
    text-align: center;
    width: 100%;
  }
  body:not(.contentpane) #main div[class*="item-page"] {
    padding: 15px;
  }
  .sige {
    text-align: center;
  }
  .sige li {
    float: none;
  }
}

@media all and (max-width:768px) {
  .szallitas div[class*="item-page"] table tr td {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
  }
  .osolCaptchaBlock table tr td {
    display: block;
    width: 100%;
    padding: 5px;
  }
  textarea {
    width: 100%;
  }
  input[id*="jform_contact_"]:not(#jform_contact_email_copy) {
    width: 100%;
  }
  label {
    text-align: center;
    display: block;
    padding: 5px;
  }
  dd {
    margin: 0;
    text-align: center;
  }
}

@media all and (max-width:550px) {
  form.Chronoform .ccms_form_element {
    width: 100%;
    text-align: center;
  }
  .cfdiv_select select, .cfdiv_text label {
    width: 100%;
    text-align: center;
  }
  .ccms_form_element input, textarea, input[type="file"] {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  form.Chronoform input[type="submit"] {
    margin: 0;
    margin-top: 20px;
  }
  .chrono_captcha_input + img {
    vertical-align: middle;
  }
}

@media all and (max-width:480px) {

}