/*~~~~~~~~~~~~~~~~~~~~~~~
  News section
~~~~~~~~~~~~~~~~~~~~~~~*/

.latest-news-section {
	overflow: hidden;
	display: block;
	clear: both;
	background: #02010D;
	padding: 22px 0;
	position: relative;
	margin-bottom: 35px;
}

.ln-title {
	position: absolute;
	height: 100%;
	width: 29%;
	left: 0;
	top: 0;
	text-align: right;
	padding-top: 24px;
	padding-right: 66px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: #ffb320;
	z-index: 1;
}

.ln-title a{
  color: #fff;
}

.ln-title a:hover{
  color: red;
}

.news-ticker {
	width: 71%;
	float: right;
	overflow: hidden;
	display: inline-block;
}

.news-ticker-contant .nt-item {
	margin-right: 35px;
	color: #fff;
	display: inline-block;
}

.news-ticker-contant .nt-item span {
	margin-right: 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	padding: 4px 20px;
}

.news-ticker-contant .nt-item span.new {
	background: #E81123;
}

.news-ticker-contant .nt-item span.strategy {
	background: #006400;
}

.news-ticker-contant .nt-item span.racing {
	background: #800080;
}