@media (max-width: 1199px) {

    #header {
        left: -300px;
    }
    #mobile-header {
        left: 0;
    }
    /*#main .col-lg-9#content-block {*/
    /*    width: 100%;*/
    /*}*/
    #main {
        margin-left: 50px;
    }

    .top-tab {
        padding-left: 0;
        margin-left: 40px;
    }
    .switcher {
        padding-left: 0;
        padding-right: 0;
    }
    .count-box h2.text-end{
        margin-top: -25px;
    }
    .node_ip_address, .node_domain_count, .node-subline, .node_alias {
        display: none;
    }
    .nav-menu > ul > li {
        padding: 24px 0;
    }
    .top-item i.status.fa-angle-down.active {
        display: none;
    }
    .top-item {
        padding: 25px 41px;
    }
    #logout-link {
        bottom: 0;
        position: fixed;
        left: 0;
        font-size: 21px;
        width: 35px;
    }
    .section-title {
        padding-left: 10px;
    }
    /* Preloader */
    #preloader {
        position: fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background-color:#fff; /* change if the mask should be a color other than white */
        z-index:99; /* makes sure it stays on top */
    }

    #status {
        width:200px;
        height:200px;
        position:absolute;
        left:50%; /* centers the loading animation horizontally on the screen */
        top:50%; /* centers the loading animation vertically on the screen */
        background-image:url(/assets/images/status.gif); /* path to your loading animation */
        background-repeat:no-repeat;
        background-position:center;
        margin:-100px 0 0 -100px; /* is width and height divided by two */
    }
}