.title {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 700;
	
	margin-bottom: 10px;
	
	color: #0a1d86;
}

.text {
}

.inprogrammazione_container {
	position:relative;
	width:600px;
	height:auto;
	
	margin-top: 20px;
}


	.inprogrammazione {
		position:relative;
		float:left;
		width: 300px;
		height: auto !important;
		height: 200px;
		min-height: 200px;
		
		padding-bottom:10px;
	}
	
	

.locandina {
	position:absolute;
	top:0px;
	left:0px;
	width: 100px;
	height: 147px;
	
	border: 3px solid #cdcdcd;
}


.data {
	position:relative;
	top:0px;
	left: 135px;
	width: 573px;
	height: auto;
	
	font-weight: bold;
	
	padding-top: 20px;
	
	display: none;
}

.titolo {
	position:relative;
	top:0px;
	left: 117px;
	width: 165px;
	height: auto;
	
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	color:#0a1d86;
}

.regia {
	position:relative;
	top:0px;
	left: 117px;
	width: 165px;
	height: auto;
	
	padding-top: 10px;
}

.cast {
	position:relative;
	top:0px;
	left: 117px;
	width: 165px;
	height: auto;
}

.nazione {
	position:relative;
	top:0px;
	left: 117px;
	width: 165px;
	height: auto;
}

.genere {
	position:relative;
	top:0px;
	left: 117px;
	width: 165px;
	height: auto;
}

.durata {
	position:relative;
	top:0px;
	left: 122px;
	width: 160px;
	height: auto;
}

.trama {
	position:relative;
	top:0px;
	left: 117px;
	width: 165px;
	height: auto;
	
	padding-top: 10px;
	
	display: none;
}

.btt_scheda {
		position:relative;
		top:0px;
		left: 117px;
		
		width: 80px;
		
		padding: 5px 8px 6px 8px;
		
		margin-top: 10px;
		
		background: #0a1d86;
		
		-webkit-border-radius: 3px 3px 3px 3px;
  		border-radius: 3px 3px 3px 3px;
		-webkit-background-clip: padding-box; background-clip: padding-box;
	
		box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
		
		font-family: 'Exo 2', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		
		color: #FFFFFF;
		
		text-align: center;
		
		cursor: pointer;
	}
	
.btt_scheda:hover {
	color: #ffe400;
	}

.even { background: #e3e3e3; }

#btt_menu_film .menu_link { color:#ffe400; }