div#abgne_marquee {
	clear: both;
	float: left;
	position: relative;
	width: calc(100% - 2% - 5px);
	height: 45px;
	border: 0px solid #ccc;
	background: linear-gradient(135deg, #5d4037 0%, #4e342e 100%);
	padding: 0px 5px 0px 2%;
	border-radius: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(93, 64, 55, 0.3);
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
}

@media only screen and (max-width: 479px) {
div#abgne_marquee ul li {
	display: block;
	font-size: 90%;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	padding: 0 10px;
	overflow: hidden;
}
}
@media only screen and (min-width: 480px) {
div#abgne_marquee ul li {
	display: block;
	font-size: 95%;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	padding: 0 15px;
	overflow: hidden;
}
}
@media only screen and (min-width: 768px) {
div#abgne_marquee ul li {
	display: block;
	font-size: 100%;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	padding: 0 20px;
	overflow: hidden;
}
}
@media only screen and (min-width: 1024px) {
div#abgne_marquee ul li {
	display: block;
	font-size: 100%;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	padding: 0 25px;
	overflow: hidden;
}
}	
div#abgne_marquee ul a{
	color:#FFF;
	text-decoration:underline;
}

div#abgne_marquee ul a {
	color: #ffffff;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-weight: 500;
}

div#abgne_marquee ul a:hover {
	color: #ffe0b2;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.5px;
}

}

}

.marquee-arrow {
	color: #d7ccc8;
	margin-right: 8px;
	font-weight: bold;
}

.marquee-text {
	color: #ecf0f1;
}
