*{

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

}



h1 {

	text-align: center;

	font-size: 3em;

}



.content {

	display: block;

	width: 1200px;

	background: rgb(215, 215, 215);

	padding: 1em;

	overflow: hidden;

	margin: 0 auto;



}



.containerFlux {

	width: 100%;

	background: grey;

	float: left;

	display: inline-block;

	overflow: hidden;

	box-sizing: border-box;

	height: 45px;

	position: relative;

	/*cursor: pointer;*/

}



.marquee-sibling {

	padding: 0;

	background: rgb(61, 61, 61);

	width: 20%;

	height: 45px;

	line-height: 42px;

	font-size: 12px;

	font-weight: normal;

	color: #ffffff;

	text-align: center;

	float: left;

	left: 0;

	z-index: 2000;

}



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

}



.containerFlux {

  width: 100%;

  background: #A5CE54/*#4FC2E5*/;

  float: left;

  display: inline-block;

  overflow: hidden;

  box-sizing: border-box;

  height: 45px;

  position: relative;

  /*cursor: pointer;*/

  margin-bottom: 40px;

}



.marquee-sibling {
    background: white none repeat scroll 0 0;
    border: 4px solid;
    color: #a5ce54;
    float: left;
    font-size: 19px;
    font-weight: bold;
    height: 45px;
    left: 0;
    line-height: 37px;
    padding: 0;
    text-align: center;
    width: 20%;
    z-index: 10;
}



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

}



.title_rss{

    color: #585239;

    padding-right: 20px;

}