.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	
}
.simple-marquee-container {
	width: 100%;
	background: #571c17;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
	border: 1px solid #f9d8a5;
}

.marquee-sibling {
	padding: 0;
	background: rgb(251, 231, 200);
	width: 10%;
	height: 45px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 600;
	color: #561b13;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}
.marquee-sibling:hover {
background:#ffcf00;
}
.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; */
  margin: 0 0px;
  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;
	color:#f5e1ae;
	
}
@media(max-width:480px){

.marquee-sibling{padding: 0 10px;width: 20%;}
}
