
.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
	direction: ltr;
	line-height: 45px;
	overflow: hidden;
	width: 100%;
}
.marquee span:before{
	content: "";
	background : url('logo-news-small.png') no-repeat;
	background-size: 30;
	 height: 30px;
	 left: 0;
	 margin: 0 1em;
	 position: absolute;
	 top: 7px;
	 width: 40px;
}
.marquee span{
	display: inline-block;
	width: 130px;
	height: 30px;
	position: relative;

}
.marquee a{
	display: inline-block;
	padding: 0px;

	position: relative;

}

.simple-marquee-container {
	width: 100%;
	float: right;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 65px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling:lang(ar) {
	padding: 0 20px;
	background: #38721d;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: right;
	right: 0;
	top: 10px;
	z-index: 2000;
	margin-left: 20px;
}
.marquee-sibling:lang(en) {
	padding: 0 20px;
	background: #38721d;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	top: 10px;
	z-index: 2000;
	margin-right: 20px;
}
.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding:  0;
	opacity: 0.9;
	background: #f3f3f3;
	border: 1px solid #ccc;
	margin-top: 10px;
}
.marquee-content-items{
	display: inline-block;
	padding: 5px;
	margin: 0;
	height: 45px;
	position: relative;
}

.marquee-content-items li{
	display: inline-block;
	line-height: 35px;
	color: #fff;
	position: relative;
	padding-left: 90px;
}

.marquee-content-items li:after{
	content: "";
	background : url('logo-news-small.png') no-repeat;
	background-size: 30;
	width: 30px;
	margin: 0 1em;
	height: 20px;
	position: absolute;
	left: 0;
	top: 7px;
}
