.progData {
	font-weight: 700;
	font-size: 23px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.progIstr {
	margin-bottom: 30px;
}

.printProgBtt {
	display: none;
}

.btt_longprog {
	display: inline-block;
	background: var(--third_color);
	border-radius: 20px;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	transition: box-shadow 0.3s linear;
	-webkit-transition: box-shadow 0.3s linear;
	-moz-transition: box-shadow 0.3s linear;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: var(--second_color);
	margin-bottom: 30px;
}

.btt_longprog:hover {
	-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
}

.nextWeekBtt, .nextWeekBtt_back {
	display: inline-block;
	background: var(--third_color);
	border-radius: 20px;
	text-align: center;
	width: 310px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	transition: box-shadow 0.3s linear;
	-webkit-transition: box-shadow 0.3s linear;
	-moz-transition: box-shadow 0.3s linear;
	margin-right: 46px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.btt_longprog, .nextWeekBtt, .nextWeekBtt_back { display: block; width: 300px; }
	.btt_longprog { line-height: 16px; height: auto; padding: 10px 0; border-radius: 30px; margin-top: 20px; }
}

.nextWeekBtt a, .nextWeekBtt_back a {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--second_color);
	font-size: 14px;
	text-decoration: none;
}

.nextWeekBtt:hover, .nextWeekBtt_back:hover {
	-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
}

.cineContainer {
	margin-top: 30px;
}

.filmContainer {
	position:relative;
	height:auto;
	
	overflow:hidden;
	
	width: 1200px;
	height: auto !important;
   height: 295px;
   min-height: 295px;
   padding: 30px 0;
   border-top: 4px dotted rgba(255,255,255,0.3);
}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.filmContainer { width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.filmContainer { width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.filmContainer { width: 748px; }
	}

.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;
		line-height: 23px;
		margin-bottom: 30px;
	}
	
	.scheda, .trailer {
		position:relative;
		background: var(--third_color);
		border-radius: 20px;
		text-align: center;
		width: 220px;
		height: 40px;
		line-height: 40px;
		text-transform: uppercase;
		cursor: pointer;
		transition: background-color 0.3s linear;
		-webkit-transition: background-color 0.3s linear;
		-moz-transition: background-color 0.3s linear;
		text-transform: uppercase;
		font-weight: 500;
		text-decoration: none;
		font-size: 14px;
		margin-top: 30px;
	}
	
	.scheda a, .trailer a {
		color: var(--second_color);
	}
	
	.scheda:hover, .trailer:hover {
		background-color: var(--fifth_color);
	}
	
		.newMovie {
			position: absolute;
			top: 55px;
			left: 0;
			width: 80px;
			height: 30px;
			line-height: 30px;
			font-weight:700;
			font-size: 16px;
			text-align: center;
			color: var(--second_color);
			text-transform: uppercase;
			background: #d80000;
			border-radius: 0 15px 15px 0;
		}
		
		.movie3d {
			display: none;
		}
	
	div.prenota {
		display: none;
	}
	
.orari {
	display: inline-block;
	left:0;
	top: 0;
	width:635px;
	height:auto;
	vertical-align: top;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.orari { display: block; width: 296px; margin-top: 30px; margin-left: 4px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.orari { display: block; width: 456px; margin-top: 30px; margin-left: 4px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.orari { display: block; width: 704px; margin-top: 30px; margin-left: 4px; }
}
	
	
	.dayName {
		width:100%;
		font-weight: 700;
		text-transform: uppercase;
	}

	.hours {
		position:relative;
		
		width:100%;
		height:auto;
		
		margin-top: 20px;
	}
	
	.hours:first-child {
		margin-top: 0;
	}
	
		.hours span {
			display:inline-block;
			cursor:pointer;
			background: rgba(255,255,255,0.2);
			border-radius: 15px;
			height: 30px;
			line-height: 31px;
			font-weight: 600;
			padding: 0 20px;
			margin-top: 8px;
			margin-right: 20px;
			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: rgba(255,255,255,0.4);
		}
	
	.lastHour {
		border-bottom:0;
	}



.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 20px;
		
		background: var(--third_color);
		border-radius: 4px;
		
		color:var(--second_color);
		text-align:center;
		font-weight: 600;
		
		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;
			line-height: 14px;
			
			cursor:pointer;
		}
		
		.closeBox {
			position:absolute;
			top:4px;
			right:5px;
			font-weight: 300;
			
			cursor:pointer;
			
			z-index:101;
		}

#longprog_container {
	padding-top: 70px;
}

	.longprog_titolo {
		font-size: 23px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 50px;
	}
	
	.longprog_slider {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.longprog_slider::after {
  		content: "";
  		width: 370px;
	}
	
		.longprog_mov {
			border: 5px solid var(--third_color);
			text-align: center;
			padding: 40px;
			width: 370px;
			-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.30);
			-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
			box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
			margin-bottom: 45px;
		}
		
			.longprog_mov img {
				width: 204px;
				height: 295px;
			}
			
			.longprog_title {
				font-size: 23px;
				font-weight: 700;
				line-height: 23px;
				margin-top: 20px;
				text-transform: uppercase;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 2;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				height: 43px;
			}
			
			.longprog_data {
				margin-top: 15px;
			}
			
			.longprog_btt_scheda {
				background: var(--third_color);
				border-radius: 20px;
				text-align: center;
				width: 150px;
				height: 40px;
				line-height: 40px;
				text-transform: uppercase;
				margin: 15px auto 0 auto;
				color: var(--second_color);
				font-size: 14px;
				font-weight: 500;
				cursor: pointer;
				transition: box-shadow 0.3s linear;
				-webkit-transition: box-shadow 0.3s linear;
				-moz-transition: box-shadow 0.3s linear;
			}

			.longprog_btt_scheda:hover {
				-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.50);
				-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
				box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
			}