

/* --- Stylesheet 4816 () --------- */ 

.T3066 .newsticker {
	margin-top: 40px;
}


.T3066 .newsticker h3 {
	background-color: #fff;
	background-color: #8A582D;
	color: #fff;
	float: left;
	width: 120px;
	margin: 0px;
	padding: 6px 15px 6px 15px;
	font-size: 18px;
	line-height: 125%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}


.T3066 .text {
	margin: 0px 0px 0px 150px;
	background-color: rgba(0,0,0,0.1);
	background-color: #AA784D;
	color: #fff;
	font-size: 18px;
	line-height: 125%;
	padding: 6px 15px 6px 30px;
}

.T3066 .text .inner {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;	
}


@media all and (min-width: 1000px) {
	
	.T3066 .text .inner { animation: type 4s steps(120, end); }
	.T3066 .text .inner span.cursor { animation: blink 1s infinite; border-left: 2px solid #fff; margin-left: 5px;  }
	@keyframes type { from { width: 0; }  } 
	@keyframes blink{ to{opacity: .0;} }

}



/* --- Stylesheet 4817 () --------- */ 

@media all and (max-width: 1100px) {
	.T3066 .newsticker h3 { width: 90px; font-size: 14px; }	
	.T3066 .newsticker .text { font-size: 14px; margin-left: 120px; padding-left: 23px;}	
}

@media all and (max-width: 1000px) {
	.T3066 .text .inner { white-space: normal;	}
	.T3066 .newsticker h3 { display: none }
	.T3066 .newsticker .text { margin-left: 0px; padding: 6px 15px 6px 15px; }
}

@media all and (max-width: 767px) {
	.T3066 .newsticker h3 { font-size: 12px; }
	.T3066 .newsticker .text { font-size: 12px; }
}