@media (max-width: 767px) {
    .navbar-header {
        border-bottom: none!important;
    }
	    .navbar-default.affix {
        border-bottom: solid 1px #dedede;
    }
}