.ticker {
  margin: 0 auto;
  width: 100%;
  padding: 1px 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  position: relative;
  font-weight: 300;
  height: 100% !important;
  text-align: left;
  background-color: #f2770c;
}
.ticker #ticker-roll{
  padding: 0px;
  margin: 15px 0 18px;
  overflow: hidden;
}
.ticker h3{
  font-size: 30px;
  font-weight: 600;
  width: 28%;
  z-index: 999 !important;
	margin-top:13px;
}
.ticker ul {
  width: 64%;
  position: relative;
  vertical-align: top;
  margin: 0;
  height: 63px;
	overflow:hidden;
}
.ticker ul li {
  font-family: 'Lato', sans-serif;
  width: 100%;
  display: none;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
position:relative;
	background:#f2770c;
	height:100%;
}
@media only screen and (max-width:1199px){
  .ticker #ticker-roll{overflow: inherit;}
	.ticker ul {height:80px;}
}
@media only screen and (max-width:991px){
  .ticker{padding: 8px 0 20px;}
  .ticker h3{
    position: relative;
    z-index: 9999;
    background-color: #f2770c;
  }
  .ticker ul,.ticker h3{
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width:767px){
  .ticker{padding: 1px 0 25px;}
  .ticker ul li{font-size: 18px;}
}
