/****************************
BREAKING NEWS CSS
****************************/
.breakingBlock {
	clear: left;
	height: 30px;
}
.breakingNewsBanner2 {
	border: 0px solid #a00e0e;
	width: 960px;
	/*height: 30px;*/
	font-size: 16px; 
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
	padding: 3px 0px 5px 0px;
	
	z-index: 50000;
	background-color: white;
	/*position: fixed; 
	bottom: 0;*/ 
}
.breakingNewsBanner {
	border: 0px solid #000000; /* #a00e0e */
	width: 99.5%;
	/*height: 30px;*/
	font-size: 16px; 
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
	padding: 3px 0px 5px 0px;
	
	z-index: 50000;
	background-color: #268b4f;
	color: white;
	
	position: fixed; 
	top: 0; 
}
.breakingNewsTitle {
	color: #f2f2f2 ;/ *#a00e0e; */
	font-weight: normal;
	/*font-family: Arial Black;*/
	
}
.breakingNewsCopy {
	color: #f2f2f2; /* #000000 */
	display: block;
    font-weight: bold;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc( 100% - 30px );
}
.breakingNews_blocklink { }
.breakingNewsBanner a { text-decoration: none; }
.breakingNewsBanner a:hover { color: white; }
.closingX { cursor: pointer; /*font-family: Lucida Sans Unicode, Arial Unicode MS;*/ font-size: 18px;}
/*.content_breaking { float: left; }*/
.close_breaking { position: absolute; top: 3px; right: 10px;  }


/* ------------------------------------------------------------------------ */


.homepagePlayerThumb {  }


/****************************
Class CSS
****************************/

.carousel-control > .fa{
	position: absolute;
	top: 50%;
	z-index: 10;
	display: inline-block;
	margin: -10px 0px;
}
.webcamTitle{
	color: #00589D;
	font-family: Verdana;
	font-weight: 600;
}