/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/01/2017, 3:51:09 PM
    Author     : engelhardtg
*/

@media (min-width: 992px)  and (max-device-width : 1400px){
    body > .container-fluid {
        padding-top: 0px !important;
        margin-bottom: 0px;
    }
    #mobileMenu {
        display: none;
    } 
}