.header1 h4 {
	font-size: 18px;
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 14px;
	position: relative;
	top: -18px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: bold;
}
.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  text-align: right;
  border: none;
  position: relative;
  overflow: hidden;
  background-color:#BF263C;
  color:#fff;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
float:right !important;
}

#ticker-roll {
	height: 47px !important;
	border: none;
	border-radius: 20px;
	padding-right: 16px;
	padding-bottom: 0px;
display: inline-block;
width: 80%;
}

@media only screen and (max-width: 600px) {
  #ticker-roll { 
    width: 100%;
  }
}

#ticker-roll ul li a {
 color:#fff !important;
}
