@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mob-add{
    	display:none;
    }
    .desk-add{
    	display:block;
    }
}

@media (max-width: 768px) {

    .mob-add{
    	display:block;
    	margin-left:10px;
    }
    
    .desk-add{
    	display:none;
    }
    
    .beopen-header {
        margin-bottom: 10px;
    }
    
    .nav {
        float: none !important;
        margin-top: 90px;
    }
    
    .beopen-logo {
        float: none;
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    
    .adsense-imagine,
    .adsense-text {
        width: 100%;
        overflow: hidden;
    }
    
    
    
    #cautare input[type="submit"] {
        margin-top: 10px;
        width: 100%;
    }
}