#allticker{
	width: 620px;
	background: #F3F3F3;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	max-height: 40px !important;
	margin-top: -30px;
	margin-bottom: 15px;
}

#bknewsticker{
	background: #F3F3F3;
	margin: 0px;
	margin-right: 0px;
}
.tickerDate{
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
	/* background: #5A5A5A; 
	color: #ccc; */
	font-size: 10px;
	line-height: 39px;
	margin-left: 3px;
}
.tickerLink a, .tickermore a{
	text-decoration: none;
	padding: 0 8px;
	font-size: 12px;

}
.tickerText{
	color: #5A5A5A;
	line-height: 40px;
	font-size: 12px;

}
#bknews-title{
	float: left;
	width: auto;
	height: 40px;
	background: transparent;
	
}
#bknews-title h3{
    color: #fff;
	font-size: 14px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
    border-right: 0px solid transparent;
    height: 0;
    line-height: 40px;
    padding-left: 5px;
    padding-left: 23px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { /* target=768px wide */
	#allticker{
		width: 430px;
		margin-top: -15px;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 768px) { /* target=768px wide */
	#allticker{
		width: 440px;
		margin-top: -15px;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 480px) {
	#allticker{
		width: 300px;
		margin-top: -30px;
		margin-bottom: 8px;
	}
	#bknews-title{ display: none!important;
	}
	.tickerLink a, .tickermore a{
	text-decoration: none;
	padding: 0 8px;
	font-size: 12px !important;
}
}
@media only screen and (max-width: 320px) {
	#bknews-title{ display: none!important;
	}
	#bknewsticker{ margin-right: 20px; }
}