
.breaking-news-area {
	position: relative;
	z-index: 1; 
	margin-bottom: 10px;
}
.breaking-news-area .news-title {
	min-width: 150px;
	height: 38px;
	background-color: #267ebd;
	text-align: center;
	padding: 0 20px; 
}
.breaking-news-area .news-title p {
	margin-bottom: 0;
	font-weight: 500;
	color: #fff;
	line-height: 38px; 
}

@media only screen and (max-width: 767px) {
	.breaking-news-area .news-title p {
		font-size: 12px; 
	} 
}
.breaking-news-area .news-title.title2 {
	background-color: #152535; 
}
@media only screen and (max-width: 767px) {
	.breaking-news-area .news-title {
		min-width: 100px;
		padding: 0 5px; 
	}
}
.breaking-news-area .ticker {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	background-color: #f3f5f8; 
}

@media only screen and (max-width: 767px) {
	.breaking-news-area .ticker {
		padding: 0 5px; 
	}
}

.breaking-news-area .ticker ul {
	width: 100%;
	position: relative;
	z-index: 1; 
}

.breaking-news-area .ticker ul li {
	display: none;
	width: 100%; }
.breaking-news-area .ticker ul li a {
	display: block;
	font-size: 14px;
	color: #152535;
	height: 38px;
	line-height: 38px; 
}
.breaking-news-area .ticker ul li a:hover, .breaking-news-area .ticker ul li a:focus {
	color: #267ebd; 
}
@media only screen and (max-width: 767px) {
	.breaking-news-area .ticker ul li a {
		font-size: 12px;
	} 
}