@media screen and (max-width: 1200px) {
    #mainwrap {
        width: auto;
    }

    body {
        background-image: none !important;
    }

    .navbar {
        background-color: #242424;
        border-bottom: 1px solid #605544;
    }

    #header {
        margin-top: 0px;
    }

    .side {
        display: none;
    }

    #logo {
        display: none;
    }

    #logo-small {
        display: inline-block;
        margin: auto;
        margin-top: 4px;
        width: 200px;
    }

    #mobilenav {
        line-height: 25px;
        width: 512px;
        text-align: left;
    }

    .dropdown-menu {
        z-index: 2000;
    }

    #mappane {
        height: auto;
    }

    #infopane {
        min-height: 60px;
        height: auto;
    }

    .item-image {
        margin-top: 5px;
        margin-top: 5px;
    }

    #marker-items {
        height: auto;
    }

    #marker-items img {
        max-width: 400px;
    }

    #marker-info {
        height: auto;
    }

    .navbar-inverse {
        padding-top: 0px;
        margin: 0;
    }

    .mobilenavbutton {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .btn-group {
        width: 150px;
        margin: auto;
    }

    .btn-result {
        text-align: center;
        height: auto;
        border-radius: 5px;
    }

    .btn-ff {
        height: 40px;
    }

    .dropdown-menu {
        margin-left: -5px;
        line-height: 25px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .dropdown-toggle {
        width: 100%;
    }

    #mobilebuttonswrap .result button {
        line-height: 30px;
    }

    #mobilebuttonswrap {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 5px;
    }

    #mobilesearchwrap a {
        line-height: 45px;
    }

    #mobilesearcharea {
        width: 250px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    #mobilesearchwrap {
        width: 100%;
        height: 50px;
        padding-bottom: 0px;
        border: 0px;
    }

    #mobilesearch {
        margin-bottom: 0;
        width: 195px;
    }

    #mobileresults a {
        line-height: 30px;
    }

    #mobileresults {
        margin-bottom: 0;
        border: 1px solid #605544;
        min-height: 50px;
        border-radius: 5px;
    }

    .inputwrap {
        width: auto;
        margin-left: 5px;
    }

    .cat-img {
        margin-top: 4px;
    }

    .inputwrap .cat-img {
        padding-left: 4px;
        padding-right: 0px;
    }

    .mobilewrap {
        border: 0px;
        position: absolute;
        margin-top: 2px;
        margin-left: -215px;
        z-index: 2000;
        overflow-y: auto;
        min-height: 0px;
        max-height: 350px;
        height: auto;
        min-width: 0px;
        width: 480px;
    }

    .inputwrap label {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 16px;
        text-shadow: -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    }

    .dropdown-toggle .cat-img {
        position: absolute;
        top: 3px;
        left: 10px;
    }

    .dropdown-toggle .buttmid {
        position: absolute;
        top: 7px;
        left: 50px;
        right: 50px;
    }

    .dropdown-toggle span {
        position: absolute;
        top: 11px;
        right: 10px;
    }

    .leaflet-control-layers {
        height: 30px;
    }

    .leaflet-control-layers input.leaflet-control-layers-selector {
        margin-top: 5px;
    }

    .leaflet-control-layers span {
        vertical-align: text-bottom
    }
}
