/* Required CSS for Pausing Scroller */


#pscroller{
  width: 100%;
  height: 100%;
  color:#fff;
 padding-top: 5px;
 z-index: 999;

}

#pscroller a{
  color:#fff;
  font-size: 15px;
  font-weight: 400;
  font-family:'Roboto', Arial, Helvetica, sans-serif;
  z-index: 999;
}

#pscroller a:hover{
  text-decoration: underline;
}

#pscroller > div.innerDiv{
  padding: 0px;
}


div.pausescroller{
	position: relative;
	overflow: hidden;
	z-index: 100;
	color:#fff;
}

div.pausescroller > div.innerDiv{
	position: absolute;
	will-change: transform;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	z-index: 100;
}


div.pausescroller > div.innerDiv:before{
	content: '';
	position: absolute;
	bottom: 100%;
	height: 1000px;
	width: 1px;
	z-index: -1;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}


  @media only screen and  (max-width: 575.98px) {
    #pscroller{
		font-size: 12px;
 		z-index: 999;
 		margin-top: -40px;
    height: 50px;

		}

		.newstxt {
			z-index: -1;
		}

		#pscroller a {
  font-size: 12px;
 
}
  }