#scheda {
	text-align: left;
	height: auto !important;
	height: 370px;
	min-height: 370px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#scheda { text-align: center; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#scheda { text-align: center; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#scheda { }
}

#titolo, #titolo_orig, #dati, #trama {
	position:relative;
	top: 0px;
	left:243px;
	width:697px;
	height:auto;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#titolo, #titolo_orig, #dati, #trama { left: 0px; width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#titolo, #titolo_orig, #dati, #trama { left: 0px; width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#titolo, #titolo_orig, #dati, #trama { width: 485px; }
}

#titolo {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

#titolo_orig {
	color: rgba(0,0,0,0.5);
	padding-top: 10px;
}



#boxLocandina {
	position:absolute;
	left:20px;
	top:82px;
	width: 223px;
	height: 323px;
}

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

#dati {
	padding-top: 20px;
}


#web {
	display: inline-block;
	top:0px;
	left:0px;
	width: 697px;
	height: 26px;
	
	margin-left: 243px;
	
	padding-top: 20px;
}

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

	#web a {
		text-decoration: none;
		color:#1d1d1b;
		transition: color 0.3s linear;
		-webkit-transition: color 0.3s linear;
		-moz-transition: color 0.3s linear;
	}
	#web a:hover {
		color: #ffffff;
	}

	.website {
		float:left;
		
		margin-right:10px;
		
		padding: 10px 20px;
		text-transform: uppercase;
		font-weight: 600;
		background: #ffdb20;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 600;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.website { display: none; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.website { margin-left: 0px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.website { }
	}



#trama {
	padding-top: 30px;
}

#preno {
	position:relative;
	top:0px;
	left:243px;
	width:300px;
	height: auto;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#preno { left: 0px; margin: 20px auto; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#preno { left: 0px; margin: 20px auto; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#preno { }
}

#preno .title {
	font-weight: 700;
	font-size: 20px;
}

#preno .title::after {
	height: 0;
	margin: 0;
}

#preno .content {  }

	#preno select {
		height: 25px;
   	overflow: hidden;
   	border: 1px solid #dbdbdb;
   	background-color: #ffffff;
	
		z-index: 1;
	}

#sel_cine_scheda {
		width: 200px;
	}
#sel_giorno_scheda {
		width: 200px;
		
		margin-top: 10px;
	}
#sel_ora_scheda {
		width: 200px;
		
		margin-top: 10px;
	}

#prenotaRapido_scheda_btt {
		display:inline-block;
		position: relative;
		top: 15px;
		left: 0px;
		
		width:180px;
		height:auto;
		
		background: #ffdb20;
		font-size: 14px;
		font-weight: 600;
		
		padding: 10px 0;
		color: #1d1d1b;
		
		text-transform: uppercase;
		text-align: center;
		border-radius: 4px;
		
		cursor:pointer;
		transition: color 0.3s linear;
		-webkit-transition: color 0.3s linear;
		-moz-transition: color 0.3s linear;
	}
	
	#prenotaRapido_scheda_btt:hover {
		color: #ffffff;
	}

#boxTrailer {
	display: inline-block;
	top:0px;
	left:0px;
	
	padding: 10px 20px;
	
	text-transform: uppercase;
	background: #ffdb20;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
}

.linkTrailer {
	text-decoration: none;
	color: #1d1d1b;
	transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
}

.linkTrailer:hover {
	color: #ffffff;
}