/* news-ticker */

#news-ticker {
	/*max-width: 620px;*/
	margin: auto !important;
}

#news-ticker-container {
	text-align: center;
	margin-top: 0;/*107px;*/
	margin-bottom: 40px;
	height: 270px; /*300px;*/
}

#news-ticker-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#news-ticker-container i:hover {
	color: #333;
}

#news-ticker li {
	color: #fff;
	background: #3F729B;/*#74cfae;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	padding: 10px 16px 10px 16px;
	line-height: 40px;
	list-style: none;
	font-size: 24px;
	text-align: left;
}

#news-ticker li .state {
	font-size: inherit;
	margin: 0;
}

#news-ticker span.hour {
	font-weight: 700;
}

#news-ticker-infos-triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 16px 15px;
	border-color: transparent transparent #3F729B transparent;
	margin: 6px auto 0;
}

#news-ticker-infos {
	/*max-width: 620px;*/
	margin: auto;
	padding: 12px;
	color: #f2f2f2;
	background: #3F729B; /*#74cfae;*/
	
}

#news-ticker-infos .infos-hour {
	font-size: 50px;
	font-weight: 700;
	margin-top: 20px;
}

#news-ticker-infos h4 {
	color: #F2F2F2;
	font-weight: 500;
}

#news-ticker-infos .infos-text {
	text-align: left;
}