.filmOdd {
	position:relative;
	top:0px;
	left:0px;
	width: 760px;
	height: auto !important;
   height: 323px;
   min-height: 323px;
	
	padding: 20px 0;
	
	background: #e4e4e4;
}

.filmEven {
	position:relative;
	top:0px;
	left:0px;
	width: 760px;
	height: auto !important;
   height: 323px;
   min-height: 323px;
	
	padding: 20px 0;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.filmOdd, .filmEven { width: 300px; padding: 10px 0; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.filmOdd, .filmEven { width: 460px; padding: 10px 0; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.filmOdd, .filmEven { width: 728px; }
}

.locandina, .eventi_img {
	position:absolute;
	top:20px;
	left:20px;
	width: 223px;
	height: 323px;
	border: 1px solid #5a5a5a;
}

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

.locandina img, .eventi_img img {
	width: 223px;
	height: 323px;
}


.data {
	position:relative;
	top:0px;
	left:265px;
	width: 475px;
	height: auto;
	
	font-weight: bold;
	
	text-transform: uppercase;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.data { left: 10px; width: 280px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.data { left: 10px; width: 440px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.data { width: 443px; }
}

.titolo {
	position:relative;
	top:0px;
	left:265px;
	width: 475px;
	height: auto;
	color:#266cb2;
	font-weight: bold;
	
	padding-top: 5px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.titolo { left: 10px; width: 280px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.titolo { left: 10px; width: 440px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.titolo { width: 443px; }
}

.regia, .cast, .nazione,.genere, .durata, .trama {
	position:relative;
	top:0px;
	left:265px;
	width: 475px;
	height: auto;
}

.regia, .trama {
	padding-top: 5px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.regia, .cast, .nazione,.genere, .durata, .trama { left: 10px; width: 280px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.regia, .cast, .nazione,.genere, .durata, .trama { left: 10px; width: 440px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.regia, .cast, .nazione,.genere, .durata, .trama { width: 443px; }
}

.boxTrailer {
	position: relative;
	top: 0px;
	left: 265px;
	padding: 6px 0 5px 0;
	
	text-transform: uppercase;
	background: #266cb2;
	border-radius: 4px;
	
	width: 200px;
	height: auto;
	text-align: center;
	
	margin-top: 20px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.boxTrailer { left: 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.boxTrailer { left: 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.boxTrailer { }
}

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

.linkTrailer:hover {
	color: #e4e4e4;
}

#btt_menu_prossimamente { background: #99130a; }