/* liScroll styles */

.breaking_news{
  clear: both;
  position: relative;
  height: 30px;
  }
.BNews_Ticker{}
.BNS_Title{
  background: none repeat scroll 0 0 #0ea0d7;
  color: #fff;
  float: left;
  font-weight: bold;
  padding: 2px 0;
  position: relative;
  width: 135px;
  z-index: 111;
  }
.BNS_Title:after{
/*  	  border-left: 11px solid #e64946;
	  border-style: solid;
	  border-width: 18px 1px 18px 11px; */
	  content: "";
	  height: 0;
	  left: 100%;
	  margin-top: -18px;
	  position: absolute;
	  top: 50%;
	  width: 0;
	  z-index: 1;
}

.blink{
		height: 30px;
		text-align: center;
	}
.blink span{
		color: white;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .50;}
100%{opacity: 1;}
}
.BNews_Scroller{
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  line-height: 30px;
  list-style: outside none outside-none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


.BNews_Container { /* the outer div with the black border */
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.BNews_Container .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  overflow: hidden;
  position: relative;
  height: 30px;
  margin-top: -3px;
}
ul.newsticker { /* that's your list */
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
}
ul.newsticker a {
color: #000;
padding: 0;
white-space: nowrap;
font-size:18px;
font-weight: bold;
} 
ul.newsticker a:hover{
    color:#e64946;
    text-decoration:none;
    font-weight:900;
}
ul.newsticker span {
color: #e64946;
margin: 0 8px;
font-size: 20px;
} 
/*responsive css */
@media only screen and (max-width: 767px) { 
.BNS_Title span{display:none}
.BNS_Title{padding:0px;width: 5px;}
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.BNS_Title span{display:none}
.BNS_Title{padding:0px;width: 5px;}
}

/*
     FILE ARCHIVED ON 23:17:44 Mar 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:11:13 Nov 08, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.558
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 112.021
  LoadShardBlock: 174.02 (3)
  PetaboxLoader3.datanode: 286.018 (5)
  PetaboxLoader3.resolve: 146.785 (3)
  load_resource: 267.916 (2)
*/