.header-notice {
    text-align: center;
    background-color: #ff5733;
    color: #fff;
    font-size: 20px;
    /*display: none;*/
	display: block;
    line-height: 1em;
    padding: 8px 0;
}
.navbar-default .navbar-nav {
	float: right;
	margin-right: 15px;
}
@media screen and (max-width: 1024px) {
	.header-notice {
		padding: 28px 0 8px 0;
	}
}