#promo-notifications{
	background: #F1948A;
	font-size: 18px;
  width: 100%;
  font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;

}

.block{
  padding: 0;
}

.fixed{
  background: #CD6155;
  width: 100%;
  height: 35px;
  text-align: center;
  padding: 4px;
  font-family: "open sans";
  color: #fafafa;
  font-weight: 900 !important;
  font-size: 16px;
}

#promo-notifications ul{
	width: 95%;
	height: 35px;
	position: relative;
	overflow: hidden;
  background: #F1948A;
  color: #f0f0f0;
}

#promo-notifications li{
	width: 980px;
	line-height: 35px;
  height: 35px;
	position: absolute;
	top: 0;
	left: 100%;
	text-align: center;
	list-style: none;
  font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px

}
