.progData {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	margin: 20px 0;
}

.progData::after {
	background-color: #ffdb20;
	content: "";
	display: block;
	height: 4px;
	margin: 20px auto 0 auto;
	width: 40px;
}

.printProgBtt {
	display: none;
}

.prog_btt {
	position:relative;
	top:0px;
	left:0px;
	
	width: 400px;
	height: 35px;
	line-height: 35px;
	font-weight: 700;
		
	background: #262625;
	text-transform: uppercase;
		
	text-align: center;
		
	cursor: pointer;
	
	margin-bottom: 15px;
}

.prog_btt a {
	color: #FFFFFF;
	text-decoration: none;
}

.prog_btt a:hover {
	color: #ffef2b;
	text-decoration: none;
}

.nextWeekBtt, .nextWeekBtt_back {
	position: relative;
	top: 0;
	left: 0;
	width: 240px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	background: #ffdb20;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	color: #1d1d1b;
	margin: 0 auto;
}

.nextWeekBtt a, .nextWeekBtt_back a {
	color: #1d1d1b;
	text-decoration: none;
	transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
}

.nextWeekBtt a:hover, .nextWeekBtt_back a:hover {
	color: #ffffff;
	text-decoration: none;
}	

.filmContainer {
	position:relative;
	top:0px;
	left:0px;
	width: 940px;
	height: auto !important;
   height: 361px;
   min-height: 361px;
   text-align: left;
   padding-top: 20px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.filmContainer { width: 300px; text-align: center; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.filmContainer { width: 460px; text-align: center; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.filmContainer { width: 728px; }
}

	.oddFilm { }

.filmContainer .locandina {
	position:absolute;
	top: 20px;
	left: 0;
	
	width: 223px;
	height: 323px;
	
	padding: 0;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.filmContainer .locandina { position: relative; top: 0px; left: 0; margin: 0 auto 20px auto; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.filmContainer .locandina { position: relative; top: 0px; left: 0; margin: 0 auto 20px auto; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.filmContainer .locandina { }
}

.filmContainer .locandina img {
	width: 223px;
	height: 323px;
}
	.nomeCinema { display:none; }

.datiFilm {
	position:relative;
	left:243px;
	top: 0px;
	
	width:697px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.datiFilm { left: 0; width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.datiFilm { left: 0; width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.datiFilm { width: 485px; }
}
	
	.datiFilm div {
	}
	
	.titolo {
		font-weight: 700;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
		.newMovie {
			color: #F00;
			font-weight:700;
		}
		
		.movie3d {
			display: inline-block;
			width: 26px;
			height: 10px;
			
			margin-right: 2px;
			
			background: url(../../generic/images/movie3d_icon.png) top left no-repeat;
			
			display: none;
		}
	
	.scheda {
		position:absolute;
		top:323px;
		left:-243px;
		width:223px;
		height: auto;
		padding: 10px 0;
		background: #ffdb20;
		color: #1d1d1b;
		border-radius: 0 0 4px 4px;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		z-index: 100;
		transition: color 0.3s linear;
		-webkit-transition: color 0.3s linear;
		-moz-transition: color 0.3s linear;
		font-weight: 600;
		font-size: 14px;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.scheda { position: relative; top: 0; left: 0; margin: 10px auto 0 auto; border-radius: 4px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.scheda { position: relative; top: 0; left: 0; margin: 10px auto 0 auto; border-radius: 4px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.scheda { }
	}
	
	.scheda:hover {
		color:#ffffff;
	}
	
	.regia { }
	
	.cast { }
	
	div.prenota {
		display: none;
	}
	
	
	
	
	
	
	
.orari {
	position:relative;
	left:243px;
	top: 0px;
	
	width:697px;
	height:auto;
	
	padding-top: 10px;
	text-align: left;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.orari { left: 0; width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.orari { left: 0; width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.orari { width: 485px; }
}

	.hours {
		position:relative;
		padding:5px 0;
		
		border-bottom:1px dotted rgba(0,0,0,0.3);
		
		width:100%;
		height:auto;
	}
		.hours span { display:inline-block; margin-right:6px; cursor:pointer; }
		.hours span:hover	{ text-decoration: underline; }
	
	.lastHour {
		border-bottom:0;
	}
	
	
	.dayName {
		display:inline-block;
		width:200px;
		font-size: 18px;
		font-weight:600;
		margin-right: 10px;
		text-transform: uppercase;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.dayName { width: 130px; font-size: 14px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.dayName { }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.dayName { }
	}



.simple-modal-btt {
	position:absolute;
	top:5px;
	left:465px;
	width:13px;
	height:13px;
	
	cursor: pointer;
	cursor: hand;
}

#box_acquistaSubito {
		position:absolute;
		top:0px;
		left:0px;
		
		width:auto;
		height:auto;
		
		padding:6px;
		
		background: #266cb2;
		border-radius: 4px;
		
		color:#FFF;
		text-align:center;
		
		z-index:100;
		
		display:none;
	}
	
		.orario {
			cursor:pointer;
		}
		
		.link_acquista {
			border-top: #FFFFFF 1px dotted;
			
			cursor:pointer;
		}
		
		.closeBox {
			position:absolute;
			top:-8px;
			left:62px;
			height:20px;
			width:20px;
			
			background: #266cb2;
			border-radius: 10px;
			
			cursor:pointer;
			
			z-index:101;
		}


