#wrapper {
    border: 0 solid #fff;
    border-width: 0 25px ;
}
#header {
    background-image: url('../images/banner_01.png');
    background-position: top left;
    height: 155px;
}
#header .inside {
    background: url('../images/banner_03.png') top right no-repeat;
}
#header .inside > div:first-child {
    height: 140px !important;
}
#column_right {
    padding-left: 0;
    width: auto;
    margin-right: 0;
    float: none;
}
#column_right.mod_article *[class*="ce_"],
#column_right.mod_article *[class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
}

#nav-mobile.mod_quicknav {
    display: none;
    height: 24px;
    background: #0076B3;
    border: 1px solid #00527C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px !important;
    padding-left: 5px;
}
.mod_quicknav select {
    border-color: #8DBB35;
    height: 21px;
}
.mod_quicknav input.submit {
    top: 0;
    border-color: #fff;
}
.image_container img {
    max-width: 100%;
    height: auto;
}

/* max-width:1024px */
@media (max-width:1024px) {
    #container {
        padding: 50px 35px 50px 50px;
    }
    #wrapper {
        max-width: 950px;
        width: auto;
    }
    #main,
    #right {
        box-sizing: border-box;
    }
    address.addr_box {
        margin-right: 0;
    }
    .fp_box {
        width: 100%;
        height: auto;
        margin-right: 0;
        box-sizing: border-box;
    }
}

/* max-width:1000px */
@media (max-width:1000px) {
    #main {
        width: 65%;
    }
    #right {
        width: 35%;
    }
}

/* max-width:800px */
@media (max-width:800px) {
    #container {
        padding: 35px;
        padding-bottom: 50px !important;
        min-height: 0;
    }
    #main {
        width: 100%;
    }
    #right {
        margin-top: 2em;
        padding-left: 0;
        width: 100%;
        min-height: 0;
    }
    .image_container img {
        max-width: 100%;
        height: auto;
    }
    #nav-mobile.mod_quicknav {
        display: block;
    }
    #nav.mod_navigation {
        display: none;
    }
}

/* max-width:700px */
@media (max-width:700px) {
    #header {
        background-image: url('../images/coravis_logo_small.jpg');
        height: auto;
    }
    #header .inside {
        background: transparent;
    }
    #header .inside > div:first-child {
        height: 50px !important;
    }
    #container {
        margin-top: 15px;
        padding: 50px;
    }
}

/* max-width:600px */
@media (max-width:600px) {
    #container {
        padding: 25px;
    }
}

/* max-width:400px */
@media (max-width:400px) {
    #container {
        padding: 15px;
    }
}



/* Wide screen */
@media (min-width:1200px) {
}

/* Tablet */
@media (max-width:991px) {
}

/* Handheld */
@media (max-width:767px) {
}

/* Table wizard fix */
@media (max-width:479px) {
}
