body { 
	background-color: #989ea3;
	color:#000000; 
	font-family: Roboto-Regular;
	font-size: 14px;
	font-weight: normal;
  	line-height: 1.42857143;
  	margin: 0;
}

@font-face {
 font-family: Roboto-Regular;
 src: url("../fonts/Roboto-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: Roboto-Regular;
 src: url("../fonts/Roboto-Regular.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: RobotoCondense;
 src: url("../fonts/RobotoCondensed-Light.eot") /* EOT file for IE */
}
@font-face {
 font-family: RobotoCondense;
 src: url("../fonts/RobotoCondensed-Light.ttf") /* TTF file for CSS3 browsers */
}

/* bootstrap extract */
* {	
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;  
}



h1 {font-weight: 500; line-height: 1.1;}
h2, h3 {line-height: 1;}


img { border: 0; vertical-align: middle;}

input, textarea {font: inherit;	}
p { margin: 0}
a {
	text-decoration: none;
}
a:link    { color: black;}
a:visited { color: black; }    
a:hover	  { color: white; }
a:active  { color: white; }

ul { padding:0; list-style:none; margin:0}

video {
	width: 100%;
}
	
#videoSingolo {
	margin: 10px;
}	

#videoSingolo .deborder {
	height: 10px; 
	background-color: #989ea3; 
	margin: 0 -20px;
}

/*
#videoSingolo .playvideo {
	width: initial;
}
*/
	
.video{
	margin-bottom: 10px;
	padding: 6px 6px 0 6px;
	max-width: 640px;
	width: 100%;
	background: white;
	
//	position: relative;
}



 .video .coverVideo{
 	width:100%;
 	position:relative;
 	background-position-x: 50%;
	background-position-y: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000;
}

.playvideo{
	
	max-width: 433px;
	max-height:325px;
	width: 100%;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	/*
	background-size: contain;
	background: url(../images/filtro-play.png) center center no-repeat;
	*/
}

#consigliati .playvideo{
	width:100%;
	height: initial;
} 

.video .playervideo {
	display: none;
	//height: 325px;
}


/*
.video .coverVideo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.playvideo {
	position:relative;
}
*/




.sottopancia {
	background: #fff;
	margin: 1px 0;
	height: 50px;
	color:#000000; 
	}
.sottopanciaVuoto {
	background: #fff;
	margin: 1px 0;
	height: 25px;
}		
.sottopancia .photo{
	width: 50px;
	float: left;
	margin: 3px 0px 0px 2px;
	cursor: pointer;
	}
.sottopancia .photo img{
	max-width: 44px;
	border-radius: 25%;
	}	
.sottopancia span{
	font-size: 0.8em;
	font-weight: normal;
	}
.sottopanciaVuoto h2 {
	margin: 0;
	font-size:1em;
	text-align: center;
	padding-top: 5px;
}	
.sottopancia .icons{
	width: 8%;
	float: right;
	margin: 3px 5px 0 0;
	max-width: 35px;
	}


.sottopancia div img{
	max-width: 50px;
	width: 100%;
	
	}
.sottopancia p{
	font-size: 0.85em;
	text-align:center;
	color: black;
	}
.sottopancia .texts {
	height: 100%;
	overflow: hidden;
}


.sottopancia h1 {
	font-size:1.2em;
	margin: 0;
	color:#666666;
	font-weight: bold; 
	line-height: 1.15;
	white-space: nowrap;
	
	}
.sottopancia h2 {
	margin: 0;
	font-size:1em;
	word-wrap: break-word;
	max-height: 2em;	
	}
.sottopancia h3 {
	font-size: 0.85em;
	margin:2px 0 0 0;
	}		
	
.tools {
	background: #bcc5cc;
	clear:both;
	min-height:38px;
	margin-top: 2px;
}


.shares{
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
	text-align: center;
    background: #bcc5cc;
    display:none;
}	

.shares ul li{
	margin: 0 1px 0 0;
	display: inline;
	cursor: pointer;
	}
.shares ul li img{
	width: 30px;
}

.embeds {
	display: none; 
	margin-top: 4px;
	margin-bottom: -8px;
}

.embeds textarea {
	width: 99.9%;
	resize: vertical;
	font-size: 12px;
}


.optionsembed {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	height: 25px;
	text-align: right;
	margin: 0 2px;
}

.optionsembed input{
	height: 16px;
	margin: 0;
	vertical-align: top;
}

.optionsembed input[disabled] {
	color: darkgrey;
}


.optionsembed div {
	display: inline-block;
}

.optionsembed input[type=text]{
	width:33px;
	font-size: 11px;
}
.optionsembed input[type=checkbox]{
	vertical-align: sub;
}

.noPadding {
	padding:0 !important;
	height: 50px;
}



.noResults {
	margin-top: 30px !important;
	text-align: center;
	font-size: 1.5em;
	opacity: 0.6;
	color: white;
	display: table;
	width: 80%;
	margin: 0 10%;
}


.noResults div {
	display: table-cell;
	vertical-align:middle;
}

.noResults .icon {
	height: 70px;
	width: 70px;
}

.noResults .novideo {
	background: url(../images/web/no_video.png) center left no-repeat;
	background-size:contain;	
}

.noResults .nouser {
	background: url(../images/web/no_user.png) center left no-repeat;
	background-size:contain;
}

.yesResults {
	position:relative;
	height:40px;
	width:100%;
}


.loading {
	width: 6%;
	position: absolute;
	left:43%;
	top:25px;
	margin:0;
}

.loading img {
	width: 100%;
}


	
.toolOnVideo{
	width:25px;
	height:25px;
	position:absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	}	

.infoImageOnVideo{
	width:25px !important;
	height:25px;
	position:absolute;
	top: 15px;
	right: 15px;
	z-index:10;
	cursor: pointer;
}

.infoOnVideo{
	width: 98%;
	margin-left:1%;
	height: 120px;
	bottom: 68px;
	cursor: pointer;
	
	position: absolute;
	background-color: #15222D;
	opacity: 0.8;
	z-index:98;
}

.infoOnVideo p{
	margin: 0;
	font-size: 1.1em;
	padding: 5px;
	text-align: justify;
	color: #FFFFFF;
}

@supports (-webkit-appearance:none) { 
	.infoOnVideo { bottom: 40px !important; } 
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
	@media { _:-webkit-full-screen, 
		.infoOnVideo { bottom: 30px !important;  } 
	} 
}

_:-moz-any-link, :root 
.infoOnVideo { 
	bottom: 33px !important;  
}



#container {
    width:980px;
	margin:auto;
    position: relative;
    //top: 140px;
}

#menuContainer {
	margin: 0 auto;
	width: 980px;
}

#lineaTop {
	float:right;
	height: 84px;
	text-align: right;
}

#lineaTop .marketsTop {
	margin: 2px 5px 0 0;
    float:right;	
    display: none;
}


#lineaTop .social{
    margin: 8px 5px 0 0;
    float:right;	
}


#lineaTop .social img{
    width:25px;
}

#lineaTop .impressum {
	margin: 36px 5px 0 0;
	font-size: 13px;
	background-image: url('../images/link.png');
	display: block;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 37px;
	padding-top: 36px;
	padding-right: 17px;
	
}

#lineaTop .impressum img{
	padding-bottom: 5px; width: 15px;
}

#lineaTop .impressum:hover{
	background-image: url('../images/link_on.png');
	color: #f0f0f0;
}



#toolbar{
    width:100%;
	margin:0;
	background:url(../images/desktop/sfumaturaBottom_desktop.png) center top repeat-y rgba(0, 0, 0, 100);
	height:50px;
	color:#fff;
	font-size:11px;
	//position:fixed;
	//top: 90px;
	z-index: 999
}

#markets p{
    min-width:10%;
	margin:5px 10px;
	color:#f97d00;
	padding:0;
	font-size:18px;
	float:left;
	line-height: 1.3;
}
#markets a{
    min-width:3%;
	margin:0;
	color:#fff;
	padding:0;
	font-size:15px;
	float:left;
}

	
#toolbarContainer {
	width: 980px;
	margin:auto;
    position: relative;
    padding-top: 10px;
}

#header {
    width:100%;
	margin:0;
	//background:url(../images/desktop/bg_header.png) center top;
	background-position-x: 50%;
	background-position-y: 0%;
	height:90px;
	//position:fixed;
	//top: 0px;
	z-index: 998
}

#logo {
	margin:0 5px;
	float:left;
	display:block;
	z-index:10;
	position: absolute;
}

#content{
	margin:10px 0 0 0;
	width:100%;
	}
	
#content h1.toptitle{
	clear:both;
	margin:24px 0 16px;
	width:100%;
	text-align:center;
	font-size:17px;
	color:#f39200;
	}

#parteSinistra {
	float:left;
	margin: 0;
    width: 670px;
	background:url(../images/desktop/sfumaturaVerticale_desktop2.png) repeat top;
	padding: 5px 8px;
}

#colonnaSinistra{
	width: 32%;
	float:left;
	min-height:400px;
 	padding-right: 8px;
 }

#colonnaCentro {
    width: 68%;
    float: left;
    min-height: 600px;   
}

#colonnaDestra{
	float:right;
	width:300px;
	min-height:200px;
	position: relative;
}

.fb-like-box, .fb-like-box iframe[style], .fb_iframe_widget span {width: 100% !important;}
	
#cerca{
    float: left;
    height: 30px;
    margin: 1px 4px 0 22px;
    width: 248px;
}

#cerca .testoCerca{
	width:65%;
	float:left;
	height:30px;
	background:#12232d;
	border:#FFF 1px solid
	}
	
#cerca input{
	/*
	position: relative;
	top:10%;
	width:73%;
	float: right;
	height:80%;
	padding: 0 0 0 5px;
	*/
	border:0;
	font-size:14px;
	margin-right: 5px;
	background:#12232d;
	color:#FFFFFF !important;
	
	padding: 0 0 0 37px;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	background: url(../images/desktop/icona-cerca.png) -5px 1px no-repeat;
	background-size: 40px;
	cursor: pointer;
	}

#cerca #ricercaGo{
	position: relative;
	top:0;
	width:20%;
	height:100%;
	float:left;
	background: url(../images/desktop/icona-cerca.png) center no-repeat;
	background-size: 40px;
	cursor: pointer;
	}

#cerca .tastoCerca {
	cursor: pointer;
	float: left;
    height: 18px;
    margin: 1px;
    padding:0;
    text-align: center;
    width: 35px;
}
#cerca .backgroundVideo {
	background: url(../images/desktop/ico-video.png) center no-repeat;
	height:30px;
	margin-left: 10px;
}
#cerca .backgroundVideo.sel {
	background: url(../images/desktop/ico-video-sel.png) center no-repeat;
height:30px
}
#cerca .backgroundVideo.disabled {
	background: url(../images/desktop/ico-video-disabled.png) center no-repeat;
	height:30px;
	cursor: default;
}
#cerca .backgroundTaster {
	background: url(../images/desktop/ico-taster.png) center no-repeat;
	height:30px
}
#cerca .backgroundTaster.sel{
	background: url(../images/desktop/ico-taster-sel.png) center no-repeat;
	height:30px
}
#cerca .backgroundTaster.disabled{
	background: url(../images/desktop/ico-taster-disabled.png) center no-repeat;
	height:30px;
	cursor: default;
}
hr{
	height:1px;
	border:0;
	background:#CCC;
	margin:10px 0px
	}	

.categoriaSelect {
	background: url(../images/desktop/freccia-giu.png) 90% no-repeat;
	border: 1px solid #fff;
	color: #fff;
	float: right;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 300px;
	cursor: pointer;
}

#filter-categories img{
	width: 22px;
	float: left;
	margin-left: 5px;
}
#filter-categories p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.categories {
    background: #15222d;
    display: block;
    position: absolute;
    right: 20%;
    top: 140px;
    width: 300px;
    z-index: 999;
}
.categories div{
	color: #000;
	margin: 0 0 3px 0;
	padding: 2px 3% 0 0;
	height: 30px;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	width: 98%;
	float: left;
	background-color: #d1d2d4;
	cursor: pointer;
	}

.categories div img{	
	border: 0;
	float: left;
	width: 26px;
	margin-left: 15px;
}	

.categories div p{
	margin: 5px 0;
	color:black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.categories div.sel{
	color:#FFFFFF;
	background-image: url(../images/spunta.png);
	background-position-x: 2px; 
	background-position-y: 2px;
	background-repeat: no-repeat; 
	background-size: 12px;
}	
	
.categories .spunta{
	display:block;
	width:12px;
	height:12px;
	position:relative;
	top:-35px; left:3px;
	}		

h1.intesta{
	border-bottom:#f39200 1px solid;
	margin:0 0 5px 0;
	padding-bottom: 2px;
	color:white;
	font-size:18px;
	//text-transform:uppercase;
	text-align:left;
	clear: both;
	}
	
#promoted {
	//max-height: 416px;
	overflow: hidden;
	width:100%;
}	
#topViews {
	//max-height: 1005px;
	overflow: hidden;
	width:100%;
}
#consigliati {
	//height: 1395px;
	//overflow: hidden;
	width: 100%;
}

#consigliati .sottopancia {
	height: 37px;
    overflow:hidden;
}	
#consigliati .sottopancia h1 {
	font-size:0.8em;
	line-height: 1.3;
	}
#consigliati .sottopancia h2 {
	font-size: 0.7em;
	overflow: visible;
	}
#consigliati .sottopancia h3 {
	font-size: 0.65em;
	}
#consigliati .sottopancia p {
	font-size: 0.65em;
	}
#consigliati .sottopancia .photo{
	width: 33px;
	margin: 2px 3px 0px 0px;
}
#consigliati .sottopancia .icons{
	width: 10%;
	margin: 2px 4px 0px 0px;
}

#consigliati .sottopancia .icons:nth-child(2) {
	margin-right: 5px;
}
	



		
#eyenews h1{
	border-bottom:#0a95c2 1px solid;
	margin:0 0 15px 0; 
	padding:10px 0 10px 0;
	color:#0a95c2;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	clear: both;
	}	
		
		
#filtriVideo{
	height:50px;
	min-width:15%;
	font-size:12px;
	display:block;
	padding:0;
	margin:0;
	float: left;
	}	
	
#filtriVideo li{
	cursor: pointer;
	height:35px;
	min-width:40px;
	font-size:12px;
	display:block;
	float:left;
	}

#filtriVideo li:nth-child(1) {
	//padding-top:7px;
	//text-align: center;
}
.filter15 {
	background:url(../images/categories/15-off.png) center center no-repeat;
	background-size:24px;
	}
.filter30 {
	background:url(../images/categories/30-off.png) center center no-repeat;
	background-size:24px;
	}
.filter60{
	background:url(../images/categories/60-off.png) center center no-repeat;
	background-size:24px;
	}

li.filter15.sel{
	background:url(../images/categories/15-on.png) center center no-repeat;
	background-size:24px;
	}
li.filter30.sel{
	background:url(../images/categories/30-on.png) center center no-repeat;
	background-size:24px;
	}
li.filter60.sel{
	background:url(../images/categories/60-on.png) center center no-repeat;
	background-size:24px;
	}
	
.filter1 {
	background:url(../images/categories/1-off.png) center center no-repeat;
	background-size:24px;
	}
.filter5 {
	background:url(../images/categories/5-off.png) center center no-repeat;
	background-size:24px;
	}
.filter10{
	background:url(../images/categories/10-off.png) center center no-repeat;
	background-size:24px;
	}

li.filter1.sel{
	background:url(../images/categories/1-on.png) center center no-repeat;
	background-size:24px;
	}
li.filter5.sel{
	background:url(../images/categories/5-on.png) center center no-repeat;
	background-size:24px;
	}
li.filter10.sel{
	background:url(../images/categories/10-on.png) center center no-repeat;
	background-size:24px;
	}	
	

#filtriVideo img{
	height:24px;
	width:24px;
	float:left;
	margin:0 10px;
	display:block
	}	
#filtriVideo li p{
	text-align:center;
	width:100%;
	clear:both;
	display:block;
	font-size:0.7em;
	margin: 25px 0;
	}
	
	
	
.banner{
	width:100%;
	clear:both;
	display:block;
	margin:0 0 20px 0;
	}

#profilo .home {
	float: left;
	color: white;
}

#profilo a:link {color: white;}
#profilo a:visited {color: white;}
#profilo a	{font-size: 12px;  }

	

#profilo .left {	
	width:50%;
	float:left;
}
#profilo .left img {
	width:100%;
    max-width:100px;
	margin:10px 0px;
	border-radius:25%;
	cursor:pointer;
	}	

#profilo h1{
	width:100%;
	margin:0;
	color:#FFF;
	text-align: center;
	font-size:18px;
	}		
	
#profilo .right {
	width: 50%;
	float: right;
	text-align: center;
	margin-top: 10px;
}

#profilo .right > div {
	color: #CCCCCC;
	font-size: 11px;
	vertical-align: top;
}

#profilo .flag {
	width:40px !important;
}

#profilo .right img {
	width: 25px;
	text-align: center;
}



#profilo .contatori div {
	width:50%;
	float:left;
	margin-top: 6px;
}

#profilo .contatori div:nth-child(odd) {
	clear:both;
}


#profilo .contatori p {
	margin-top: -2px;
}
	
#profilo .bottomer {
	width: 1%;
    margin-bottom: 70px;
}		


	
	
		
/*modificata la lista user del mobile*/	
.contenitoreListaUsers {
	width:100%;
	margin:20px 0;
	display:block;
	clear:both;
	padding:0
}
.listaUsers{	
    background: url("../images/desktop/sfumaturaVerticale_lista.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    margin: 1px 8px;
    max-height: 120px;
    min-height: 60px;
    padding: 5px;
    width: 94%;
    cursor: pointer;
	color:#CCCCCC; 
    
}

.listaUsers .luPhoto {
	float:left;
	height: 50px;
	max-width: 50px;
	cursor: pointer;
}

.listaUsers .luContent {
    margin-left: 55px;
    margin-top: 2px;
}

.listaUsers .luTop {
	display: table-cell;	
}

.listaUsers .luBottom {
	display: table;	
}

.listaUsers .luBottom div {
	float:left;
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0 0 0;
	min-width: 25px;
}

.listaUsers .luBottom img {
	width: 20px;
	float: left;
} 	

.listaUsers h1{
	font-size:1em;
	margin:0;
}
.listaUsers p{
	font-size: 0.7em;
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	float: left;
}


.fixedOnTop {
    position:fixed;
    top:0px;
}



.fb_iframe_widget {
    background-color: #444;
}
