/*
 * Devices with width 720px-1024px
 */

@media only screen and (min-width: 720px) and (max-width: 1024px) {
  body {
    overflow-x: hidden !important;
    max-width: 1024px;
    margin: 0 auto;
  }
  #wrapper #container {
    width: 96%;
  }
  #main {
    float: none;
    clear: both;
    width: 100%;
  }
  /*#header {

  }
  #header-region {

  }*/
  .region-header {
    padding: 0;
  }
  #nav-first ul.menu li {
    margin: .5em .8em 0 0;
    padding: .4em;
  }

  #page-title {
    margin-left: 3px;
  }

  .breadcrumb, .tabs-wrapper {
    margin-left: 5px;
  }

  .view-hw2012-taxonomy-term .node .field-name-field-perex,
  .view-series-node .node .field-name-field-perex {
    max-width: 480px;
    width: 100%;
  }

  .view-hw2012-taxonomy-term .views-row,
  .view-series-node .views-row {
    margin: 0 5px;
  }

  #sidebar {
    font-size: 1.2em;
    clear: both;
    float: none;
    width: 100%;
  }

  #user-login-form label {
    display: inline-block;
    width: 200px;

  }

  html.js #user-login-form li.openid-link, html.js #user-login li.openid-link {
    display: inline-block;
  }

/*
  div.node .content ul li, #block-user-0 ul li, .block div.item-list ul li {
    display: inline;
  }*/

  .form-item, .form-actions {
    /*width: 401px;
    margin: 0 auto;*/
    font-size: 1.2em;
  }

  #user-login-form #edit-actions--2 {
    text-align: center;
  }

  #user-login-form .item-list {
    text-align: center;
  }

  .view-shop-block .views-field-text-2 img {
    max-width: 135px;
  }


  #footer, #footer * {
    float: none !important;
    clear: both;
    text-align: center;
  }

  /* ADs */
  #sidebar-second, #sidebar-fourth, #sidebar-sixth, #sidebar-eighth,
  #sidebar-second .promo-bg, #sidebar-fourth .promo-bg, #sidebar-sixth .promo-bg, #sidebar-eighth .promo-bg,
  #sidebar-fourth .promo-top, #sidebar-sixth .promo-top, #sidebar-eighth .promo-top {
    background-position: 50% 100%;
  }

  #sidebar-second .promo-top, #sidebar-fourth .promo-top, #sidebar-sixth .promo-top, #sidebar-eighth .promo-top {
    background-position: 25% 0%;
  }
  /* FIX AD BLOCk*/
  #block-block-77 table {
    margin: 0 auto !important;
  }

}
