.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%;
	background:#EFEFEF;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
	border: 1px solid #ddd;
	
}

.marquee-sibling {
	padding: 0;
	background: rgb(241, 99, 35);
	width: 9%;
	height: 45px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
	border: 1px solid #F16323;
}

.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;*/
  color:#000;
}

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




@media only screen and (min-width : 220px) and (max-width : 479px) {
	
.marquee-sibling {
	padding: 0;
	background: rgb(241, 99, 35);
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}



}


@media only screen and (min-width : 480px) and (max-width : 768px) {

.marquee-sibling {
	padding: 0;
	background: rgb(241, 99, 35);
	width: 15%;
	height: 46px;
	line-height: 42px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}






}
