

.newstape a { 
	color: #ff2a43;
	font-size: 11px;
	display: inline-block;
	padding: 0px;
	background: transparent;
}
.newstape a:hover { 
	color: #3e4095;	
	background: transparent;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.newstape {
	background-color: #F5F5F5;  
	height: 385px;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
	z-index: 11
}
.newstape-content {
	position: relative;
	padding: 15px;
	font-size: 13px;
	letter-spacing: 0;
	overflow: hidden;

}
.newstape-drag { cursor: ns-resize; }
.news-block
{
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.news-block h3
{
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #111;
	font-weight: 600;
}
.news-block h3 span
{
	font-size: 13px;
	margin:0px;
	display: block;
	color: #144995;
	letter-spacing: 0;
	line-height: 1.5;
}
.news-block span span
{
	font-family: 'Roboto Condensed';
	font-size: 13px;
	margin: 0 0 10px;
	display: block;
	color: #222;
	letter-spacing: 0
}
.news-block .read_more
{
	margin-top: 0px;
}
.news-block hr
{
	border-color: #e4e4e4;
	border-style:solid;
	margin: 10px 0;
}
.newstape .fx_logo
{
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 230px;
	opacity: .3
}
