#news_ticker {
  height: 30px;
  margin: 0px;
  overflow: hidden;
  padding:0px 5px;
  line-height:30px;
  font-weight:bold;
} 
#news_ticker span {
  

}

#news_ticker ul {
  
  -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
}
#news_ticker ul:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
#news_ticker li {
  list-style:none;
  line-height: 26px;
  text-align:left;
}

#news_ticker a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

@-webkit-keyframes ticker {
  0%   {margin-top: 0;}
  25%  {margin-top: -26px;}
  50%  {margin-top: -52px;}
  75%  {margin-top: -78px;}
  100% {margin-top: 0;}
}
@-moz-keyframes ticker {
  0%   {margin-top: 0;}
  25%  {margin-top: -26px;}
  50%  {margin-top: -52px;}
  75%  {margin-top: -78px;}
  100% {margin-top: 0;}
}
@-ms-keyframes ticker {
  0%   {margin-top: 0;}
  25%  {margin-top: -26px;}
  50%  {margin-top: -52px;}
  75%  {margin-top: -78px;}
  100% {margin-top: 0;}
}
@keyframes ticker {
  0%   {margin-top: 0;}
  25%  {margin-top: -26px;}
  50%  {margin-top: -52px;}
  75%  {margin-top: -78px;}
  100% {margin-top: 0;}
}

.login-button-area
{
text-align:right;
padding-top:3px;
}



a.menu-icon
{
	color:#ffffff !important;
	padding:5px 30px;
	background:#ec008c;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:14px;
}

a.menu-icon:hover
{
background:#333333;
color:#ffffff !important;
}


@media screen and (max-width: 768px) 
{
 .login-button-area
 {
 text-align:center;
 }
 
 #news_ticker {
  height:30px;
  
  margin: 0px;
  overflow: hidden;
  padding:0px 5px;
  line-height:30px;
  font-weight:bold;
  
 
} 

#news_ticker li {
  list-style:none;
  text-align:center;
  font-size:13px !important;
  line-height:24px;
}

#news_ticker a {
  color: #333;
  text-decoration: none;
  font-size:13px !important;
}

 
}