#hidedesk{
    position: absolute !important;
        opacity: 0 !important;
        z-index: -1 !important;
}
#hidemobile{
    position: relative !important;
            opacity: 1 !important;
            z-index: 1 !important;
}

@media only screen and (max-width: 600px) {
    #navigation{
        border-bottom: none !important;
 
  border-top: none !important;
    }
    #mobile{
        margin-top:-24px;
        margin-bottom:36px;
    }
    .form-control{
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075) !important;
    }
    .section{
        padding-top:5px;
        padding-bottom: 0px;
    }
    
    #hidedesk{
        position: relative !important;
            opacity: 1 !important;
            z-index: 1 !important;
    }
    #hidemobile{
        position: absolute !important;
        opacity: 0 !important;
        z-index: -1 !important;
    }
}