

/* newsticker */

#newsticker {
	text-overflow:ellipsis;
	padding: 0;
	max-width: 620px;
	margin: auto;
}

#newsticker-container {
	text-align: center;
	height: 449px;
	/*margin-top: 50px;*/
	/*margin-bottom: 40px;
	height: 300px;*/
}

#newsticker-container i {
	font-size: 25px;
	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;
}

#newsticker-container i:hover {
	color: #333;
}

#newsticker li {
	color: rgba(255,255,255,0.9);
	background:#004165;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	padding: 10px 16px 10px 16px;
	line-height: 40px;
	list-style: none;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
}

#newsticker li .state {
	font-size: inherit;
	margin: 0;
}

#newsticker span.hour {
	font-size: 18px;
	font-weight: 300;
}

#newsticker-infos-triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 16px 15px;
	border-color: transparent transparent #01324d transparent;
	margin: 6px auto 0;
}

#newsticker-infos {
	max-width: 620px;
	height: 368px;
	margin: auto;
	padding: 12px;
	color: rgba(255, 255, 255, 0.9);
	background: #004165;
}

#newsticker-infos .infos-hour{
	/*padding: 0 40px 0 40px;*/
	/*height: 170px;*/
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;

}

#newsticker-infos h4 {
	color: #F2F2F2;
	font-weight: 400;
}

#newsticker-infos .infos-text {
	width: 100%;
	height: 100%;
    font-size: 14px;
	text-align: justify;
	/*margin-top: 20px;*/
	padding: 10px;
	overflow: hidden;
}

/* nt-example1 */

#nt-example1 {
	max-width: 620px;
	margin: auto;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	font-size: 18px;
	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;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: 60px;
	padding: 0 0 0 10px;
	line-height: 30px;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#nt-example1 li:hover {
	background: #FFF;
}
@media (max-width:480px ) {
	#newsticker {
		text-overflow:ellipsis;
		padding: 0;
	}
	#newsticker li{
		font-size: 1em;
	}
	#newsticker-container {
		height: auto;
		margin-top:1em ;
		margin-bottom: 1em;
		}

	#newsticker-infos {
		height: 250px;
		text-align: justify;
	}
	.infos-text-wrapper{
		height: 200px;
		overflow-y: scroll;
		padding-right: 5px;
		margin-top: 20px;
		border: 1px solid rgba(0,0,0,0.1);

	}

	#newsticker-infos .infos-text {
		margin-top: 0px;
		font-size: 1em;
		text-align: justify;

	}
	#newsticker-infos .infos-hour {
		font-size: 1.5em;
		height: 133px;
	}

	#newsticker-container i{

		font-size: 1.5em;
	}
}
/* end-nt-example1 */