@media only screen and (max-width : 980px) {
    * {
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
    }
    body {
        background: 0;
        font-size: 14px;
    }
    table.form select,
    table.form input,
    table.form textarea {
        font-size: 14px;
        width: 100%;
    }
    table.form td.first {
        width: 25%;
    }
    table.form input.city {
        width: 100%;
        width: calc(100% - 58px);
    }
    #frame,
    #header-img,
    #header,
    #content-frame-right,
    body.frontend #content,
    #left,
    ul.menu-main {
        width: 100%;
    }
    #frame {
        padding: 0 10px;
    }
    body.frontend #content {
        padding: 0;
        min-height: 200px;
        float: none;
        background: none;
        margin: 20px 0 0;
    }
    div.content-image-text {
        line-height: 20px;
    }
    #header-img {
        background: none;
        height: auto;
        margin-bottom: 20px;
    }
    #menu-mobile {
        display: block;
        background: url("/images/default/layout/menu-main-link.svg") no-repeat scroll 10px center #CC0033;
        color: #fff;
        padding: 10px 15px 10px 50px;
        font-weight: bold;
        cursor: pointer;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }
    .menu-main {
        display: none;
    }
    ul.menu-main ul.inactive {
        display: block;
    }
    ul.menu-main li.haschilds a.level-1 {
        background: url("/images/default/layout/arrow-nav.png") no-repeat scroll 97% 13px #ccc;
    }
    ul.menu-main li.haschilds a.active,
    ul.menu-main li.haschilds a.active_path {
        background: #5B6568 url(/images/default/layout/arrow-nav-active.png) no-repeat 97% 13px;
    }
    ul.menu-main ul li a,
    ul.menu-main ul li.active a.active {
        background-position: 10px 13px;
    }
    div#footer {
        background: #CC0033;
        font-size: 14px;
        padding: 0 0 20px;
    }
    #footer ul {
        margin: 0 0 16px 0;
        padding: 0;
    }
    #footer ul li {
        display: block;
        border-bottom: 1px solid #fff;
    }
    #footer ul li a {
        background: #5b6568 !important;
        padding: 10px 0;
        display: block;
    }
    div#footer p,
    div.imos-copyright,
    div.imos-copyright a {
        color: #fff;
    }
    div#footer p {
        margin-right: 0;
        padding: 0 10px;
    }
    .module-contact div.contact-descr,
    .module-contact form {
        width: 100%;
        float: none;
        margin: 0;
    }
    .module-contact table tr td {
        font-size: 14px;
    }
    #nav .menu-top li.haschilds a {
        background: 0;
    }
    #nav .menu-top li:hover ul,
    #nav .menu-top li.sfhover ul {
        display: none;
    }
    #nav .menu-top, 
    #nav .menu-top ul {
        font-size: 14px;
    }
    #nav .menu-top li {
        background-position: right center;
    }
}
@media only screen and (max-width : 820px) {
    #lightbox-container-image-box {
        width: 100% !important;
        height: auto !important;
    }
    #lightbox-container-image-box img {
        width: 100% !important;
    }
}
@media only screen and (max-width : 730px) {
    .content-imagegallery .content-imagegallery-image {
        float: none;
        margin-right: 0;
    }
    .content-imagegallery .content-imagegallery-image .resizer {
        margin: 0 auto;
    }
}
@media only screen and (max-width : 680px) {
    #header a.logo {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    #nav .menu-top {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 12px;
    }
    #nav .menu-top li {
        display: inline-block;
        float: none;
        padding: 4px 10px;
    }
}
@media only screen and (max-width : 480px) {
    table.form td {
        display: block;
        width: 100%;
    }
    table.form td.first {
        width: 100%;
    }
    div.content-image-text-float .content-image-text-right {
        float: none;
        margin-left: 0;
        width: 100%;
    }
}