.progIstr {
}

.progData {
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.printProgBtt {
	display: none;
}

.nextWeekBtt, .nextWeekBtt_back {
	position:relative;
	top:0px;
	left:0px;
	width: 280px;
	height: 40px;
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
	line-height: 40px;
	background: #0b5589;
	color: #ffffff;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}

.nextWeekBtt .fas, .nextWeekBtt_back .fas {
	margin-right: 5px;
}

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

.nextWeekBtt a:hover, .nextWeekBtt_back a:hover {
	text-decoration: underline;
}

.filmContainer {
	position:relative;
	height:auto;
	
	overflow:hidden;
	
	width: 1140px;
	height: auto !important;
   height: 295px;
   min-height: 295px;
   padding: 30px 0;
   border-top: 1px solid rgba(33,33,33,0.3);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.filmContainer { width: 300px; height: auto; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.filmContainer { width: 460px; height: auto; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.filmContainer { width: 708px; }
}
	.evenFilm { }
	.oddFilm { }

.filmContainer .locandina {
	display: inline-block;
	top: 0;
	left: 0;
	width: 204px;
	height: 295px;
	padding:0;
	vertical-align: top;
	margin-right: 26px;
}

.filmContainer .locandina img {
	width: 204px;
	height: 295px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.filmContainer .locandina { display: block; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.filmContainer .locandina { display: block; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.filmContainer .locandina { }
}
	.nomeCinema { display:none; }

.datiFilm {
	display: inline-block;
	left:0;
	top: 0;
	width:300px;
	vertical-align: top;
	margin-right: 26px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.datiFilm { display: block; margin-right: 0; margin-top: 30px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.datiFilm { display: block; width: 460px; margin-right: 0; margin-top: 30px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.datiFilm { width: 474px; margin-right: 0; }
}
	
	.datiFilm div {
	}
	
	.titolo {
		text-transform:uppercase;
		font-weight:700;
		font-size: 23px;
		font-family: 'Dosis', sans-serif;
		line-height: 26px;
		margin-bottom: 30px;
	}
	
	.scheda {
		position:relative;
		top:0;
		left:0;
		width:200px;
		height:40px;
		line-height: 40px;
		background: #1791c2;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		z-index: 100;
		font-weight: 700;
		font-family: 'Dosis', sans-serif;
		border-radius: 4px;
		margin-top: 30px;
	}
	
	.scheda:hover {
		text-decoration: underline;
	}
	
	.scheda .fas {
		margin-right: 5px;
	}
	
		.newMovie {
			position: absolute;
			top: 55px;
			left: 0;
			width: 62px;
			height: 30px;
			line-height: 30px;
			font-family: 'Dosis', sans-serif;
			font-weight:700;
			font-size: 16px;
			text-align: center;
			color: #ffffff;
			text-transform: uppercase;
			background: url(../images/sfondo_new.png) top left no-repeat;
			background-size: 62px 30px;
		}
		
		.movie3d {
			display: none;
		}
	
	div.prenota {
		display: none;
	}
	
.orari {
	display: inline-block;
	left:0;
	top: 0;
	width:576px;
	height:auto;
	vertical-align: top;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.orari { display: block; width: 300px; margin-top: 30px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.orari { display: block; width: 460px; margin-top: 30px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.orari { display: block; width: 708px; margin-top: 30px; }
}

	.hours {
		position:relative;
		padding:6px 0;
		
		border-bottom:1px dotted rgba(0,0,0,0.3);
		
		width:100%;
		height:auto;
	}
	
		.hours span {
			display:inline-block;
			cursor:pointer;
			background: rgba(33,33,33,0.15);
			border-radius: 4px;
			height: 30px;
			line-height: 31px;
			font-weight: 700;
			padding: 0 20px;
			margin-right: 10px;
			transition: background 0.3s linear;
			-webkit-transition: background 0.3s linear;
			-moz-transition: background 0.3s linear;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.hours span { margin-bottom: 10px; padding: 0 14px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.hours span { margin-bottom: 10px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.hours span { }
		}
		
		.hours span:last-child {
			margin-right: 0;
		}
		
		.hours span:hover	{
			background: #1791c2;
			color: #ffffff;
		}
	
	.lastHour {
		border-bottom:0;
	}
	
	
	.dayName {
		display:inline-block;
		width:130px;
		font-weight: 700;
		margin-right: 10px;
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.dayName { display: block; width: 300px; margin-bottom: 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.dayName { display: block; width: 460px; margin-bottom: 10px; }
	}
	@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 14px;
		
		background: #1791c2;
		border-radius: 4px;
		
		color:#ffffff;
		text-align:center;
		font-weight: 700;
		
		z-index:100;
		
		display:none;
	}
	
		.orario {
			cursor:pointer;
		}
		
		.link_acquista {
			border-top: rgba(255,255,255,0.3) 1px solid;
			font-weight: 700;
			text-transform: uppercase;
			font-size: 12px;
			padding-top: 5px;
			
			cursor:pointer;
		}
		
		.closeBox {
			position:absolute;
			top:4px;
			left:65px;
			font-weight: 700;
			
			cursor:pointer;
			
			z-index:101;
		}


