.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.simple-marquee-container {
	width: 100%;
height: 42px;
position: relative;
overflow: hidden;
margin: 0px 0px 10px 0px;
background-color: #fff;
border: 1px solid #ccc;
padding-right: 10px;

}

.marquee-sibling  {
	padding: 0;
	background:#2da4ed!important;
	padding: 0 25px;
	height: 45px;
	line-height: 42px;
	font-size: 17px;
font-family: 'Lato', Arial, sans-serif;
font-weight: 600;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}
.marquee-sibling span{
	width: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-left-color: #2da4ed!important;
    border-color: transparent transparent transparent #2da4ed;

}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.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;
}

/* .marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
 */

 .marquee-content-items li a{
 	padding: 0px 15px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
  
}
.marquee-content-items li a:hover{
 	
 	color: #000;
  
}