/* https://codepen.io/sohrabzia/pen/ZpGORO */

.ticker-line02 {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	box-sizing:border-box;
	font-family:arial;
}

.ticker-line02 .tickerHeading span {
	width: 0;
	position: absolute;
	right: -10px;
	top: 10px;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent teal;
}

.ticker-line02 .tickerHeading {
	display: inline;
	background:transparent;
	padding: 10px;
	position: absolute;
	margin: 0px;
	font-weight: bold;
	color: white;
	height: 100%;
}


.ticker-line02 .newsticker {
	margin: 0px;
	width: 100%;
	font-size: 14px;
	display: inline-block;
	background:transparent;
}

.ticker-line02 ul.newsticker {
	list-style-type: none;
}
.ticker-line02 ul.newsticker li { position:relative; }

.ticker-line02 .tickerbtn {
	display:none;
	float: right;
	margin: 10px;
	display: inline-block;
	transform: rotate(90deg);
}

.ticker-line02 a {
	text-decoration: none;
	color: #333;
	font-size:16px;
	line-height:35px;
}
.ticker-line02 .lt_date { position:absolute; right:0; top:0; color:#333;line-height:35px;font-size:16px;}

