@charset 'UTF-8';
@import url(http://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;
}
.news1{
	background-repeat:repeat-x;
	background-position:left top;
	background-size:10px 2000px;
	background-image: url(../img/widget/sfumatura.png);
}
.newstape-content{
    position: relative;
	padding:0;
	margin:0;
	overflow:hidden;
	font-size:14px;
	color:#4f4f4f;
}
.news-block{
	margin:0 auto;
	width:95%;
	position:relative;
}
.news-block a{
	color: #af0000;
	font-size:16px;
	text-decoration:none;
	font-weight:400;
	position:relative;
	margin:20px 0 0;
	display:block;
}
.news-block p{
	margin:0;
	padding:0;
}
.separator{
	position:relative;
	top:6px;
	padding:0;
	margin:0;
	height:1px;
	display:inline-block;
	width:100%;
	text-align:center;
}
.newstape-logo{
	padding:9px 5px 6px;
	z-index:1;
	text-align:center;
}
img{
	max-width:100% !important;
	height:auto;
	border:none;
}
.bgw{
	background-color:#fff;
}
.bgg{
	background-color:#f3f3f3;
}
.widget1{
	height:216px;
}
.widget2{
	height:216px;
}
.widget3{
	border-radius:10px 10px 0 0;
	height:216px;
	background-color:#ececec;
	margin:0;
}
.widget4{
	height:146px;
}
.widget5{
	height:266px;
}
.widget5 a, .widget5 p, .widget6 a, .widget6 p, .widget7 a, .widget7 p{
	padding:0 5px;
}
.widget6{
	height:266px;
}
.widget7{
	border-radius:10px 10px 0 0;
	height:266px;
	background-color:#ececec;
}
.widget8{
	height:566px;
}
.widget9{
	height:566px;
}
.widget10{
	border-radius:10px 10px 0 0;
	height:566px;
	background-color:#ececec;
}

/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	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;
}
*/