@media (max-width: 450px) { 
    #logo img {
        display:none;
    }
    div#header div#logo span {
      font-size: 23px;
      width: 70%;
    }
}



@media (max-width: 800px) { 

    #wrapper {
        width: 98% !important;
    }
    #header, #middle {
        width: 100% !important;
    }
    .block-container {
        width: 100% !important;
    }
    .content {
        margin: 9px !important;
        padding: 0 !important;
        width: 97% !important;
    }
    .ad > table table {
        display: none;
    }
    .col {
        text-align: center;
        width: 100% !important;
        padding: 0;
    }
    ul#forum-last-topics {
        -moz-column-count: 1 !important;
        width: 100% !important;
    }

    .shadow-line {
        width: 100% !important;
    }
    .footer_c {
        width: 100% !important;
    }

    .login-widget {
        right: 5px;
        top: 5px;
    }
    #logo img {
        margin-top: 5px !important;
    }
    #menu {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
      float: none !important;
      margin-top: 10px;
      width: 98% !important;
    }
    #nav ul {
        display: block;
        left: 0;
        opacity: 1;
        position: relative;
    }
    #nav ul a {
        display: block !important;
        font-size: 14px;
        height: auto !important;
        width: 92%;
    }
    #nav a {
        display: block !important;
        font-size: 16px;
        width: 92%;
    }
    #header > table {
      text-align: left;
      width: 100% !important;
    }
    ul#nav {
        background: none repeat scroll 0 0 #f9788e !important;
    }
    #nav > li {
        width: 100%;
    }
    #nav li {
        height: auto !important;
        width: 100%;
    }







    .new-shops td {
        display: block;
        text-align: center;
        width: 100% !important;
    }



    #right {
      background: none repeat scroll 0 0 white !important;
      box-shadow: -3px 6px 17px -4px rgba(0, 0, 0, 0.75);
      padding: 2px;
      position: absolute;
      right: 0;
      top: 125px;
      width: 230px !important;
      z-index: 18;
    }

    .collapse-sidebar {
      color: white;
      display: block;
      position: absolute;
      right: 0;
      top: 45px;
    }

    .collapse-sidebar + input + *{
      display:none;
    }
    .collapse-sidebar+ input:checked + *{
      display:block;
    }

    .collapse-sidebar > img {
      background: none repeat scroll 0 0 #b4c9de;
      border: 2px solid white;
      margin-right: 10px;
    }

    .collapse-sidebar.collapse-parts {
      background: none repeat scroll 0 0 #b4c9de;
      border: 2px solid white;
      font-size: 16px;
      padding: 5px;
        right: 50px;
        top: 39px;
    }

    #pda-off {
        display: block;
        padding: 5px;
    }


    body {
        background: none repeat scroll 0 0 #ddecf3;
    }
    #header {
        height: 90px !important;
    }
    #logo img {
        width: 210px;
    }
    .collapse-sidebar > img {
      position: relative;
      top: 25px;
      width: 30px;
    }

    .ad {
      background-color: #fff7dd;
      height: auto !important;
    }
    .note {
      display: none;
    }
}