@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
html,
body{
	padding: 0;
	margin: 0;
}
body{
	color: #005761;
	font-size:16px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}
.newstape{
	position:relative;
    overflow: hidden;
	width: 100%;
	height:50px;
	min-height: 50px;
	margin: 0;
	padding: 0;
}
.newstape-content{
	position:relative;
	width: 100%;
	height:50px;
	min-height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.news-block{
	position:relative;
	display:inline-block;
	margin:0 0 0 0;
	color:#4f4f4f;
}
.newstape-content a{
	position:relative;
	color:#4f4f4f;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
	line-height:50px;
}
.newstape-logo{
	position:absolute;
	top:0;
	left:0;
	height:50px;
	width:215px;
	z-index:1;
}
.separator{
	position:relative;
	top:3px;
	padding:0;
	margin:0;
	height:18px;
	display:inline-block;
	width:60px;
	text-align:center;
/*
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:18px 21px;
	background-image: url(../img/widget/separatore_ticker_3pxtop.png);
*/
}
.widget1{
	background-color:#fff;
	font-weight:400;
}
.widget2{
	background-color:#ececec;
	font-weight:400;
}
.widget3{
	background-color:#dddddd;
	font-weight:400;
}
/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	width:100%;
	height:50px;
	font-size:14px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space:nowrap;
}
.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move {
	white-space:nowrap;
	position:absolute;
	top:0;
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute;
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;
}
