body {
	background: url(../img/background-top.png) repeat-x;
	color: #615f60;
	font-style: normal;
  	font-weight: 400;
	font-size: 14px;
}

.justify { text-align: justify; }
.evidenced { color: #cc0033; }

#event-banner .trailer {
	position: relative;
	width: 800px;
	height: 342px;
	background-color: #999;
	float: left;
}
#event-banner .trailer img {
	margin-left: 15px;
}
#event-banner .trailer a {
	display: block;
	width: 770px;
	height: 342px;
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 1;
}

#event-banner .trailer .play {
	position: absolute;
	top: 122px;
	left: 335px;
	z-index: 2;
	background: url(../img/arrow_play_trailer.png) no-repeat;
	width: 84px;
	height: 84px;
}

#content {
	margin-top: 35px;
	width: 1024px;
	overflow: inherit;
}

#filmCard {
	width: 1024px;
	/*overflow: hidden;*/
	min-height: 680px;
}

#filmCard .left {
	width: 190px;
	height: auto;
	float: left;
}
#filmCard .left img {
	margin: 0 0 12px 0;
}
#filmCard .left .info {
	background-color: #333;
	width: 190px;
	height: auto;
	margin: 0 0 16px 0;
}
#filmCard .left .info .padding {
	padding: 16px 10px;
}
#filmCard .left .info dl {
	margin: 0 0 10px 0;
}
#filmCard .left .info dl:last-child {
	margin: 0;
}
#filmCard .left .info dl dt {
	margin: 0;
	font-style: normal;
	font-weight: 900;
	color: #cc0033;
	text-transform: uppercase;
	font-size: 12px;
}
#filmCard .left .info dl dd {
	margin: 0;
	font-style: normal;
	font-weight: 900;
	color: #ccc;
	text-transform: none;
	font-size: 12px;
}
#filmCard .left .social {
	width: 190px;
	height: auto;
	margin: 0 0 16px 0;
	min-height: 70px;
}
#filmCard .left ul {
	list-style-type: none;
}
#filmCard .left ul li {
	float: left;
	list-style-type: none;
	margin: 0 16px 0 0;
}

#filmCard .right {
	width: 790px;
	height: auto;
	float: left;
	margin: 0 0 0 34px;
	position: relative;
}
#filmCard .right p {
	margin-bottom: 10px;
}
#filmCard .right .back-in-list {
	position: absolute;
	top: 0;
	right: 0;
}
#filmCard .right .back-in-list a {
	background: url(../img/icon_link_back.png) center left no-repeat;
	line-height: 24px;
	padding: 0 0 0 28px;
	display: inline-block;
}
#filmCard .right h2 {
	font-style: normal;
	font-weight: 700;
	color: #cc0033;
	font-size: 30px;
	margin: 0 0 6px 0;
	line-height: 20px;
}
#filmCard .right h3 {
	font-style: italic;
	font-weight: 700;
	color: #615f60;
	font-size: 18px;
	margin: 0 0 28px 0;
}
#filmCard .right h4 {
	font-style: normal;
	font-weight: 700;
	color: #cc0033;
	font-size: 18px;
	margin: 20px 0 2px 0;
}
#filmCard .right .photogallery {
	margin: 30px 0 0 0;
}
#filmCard .right .photogallery img {
	margin: 0 10px 10px 0;
}
#filmCard .right .photogallery p {
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	color: #333;
}
#filmCard .right .cast {
	margin: 10px 0 20px 0;
	overflow: hidden;
}
#filmCard .right .cast h4 {
	/*margin: 0 0 12px 0;*/
}
#filmCard .right .cast .artistico {
	float: left;
	width: 290px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}
#filmCard .right .cast .tecnico {
	float: left;
	width: 510px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}
#filmCard .right .cast .tecnico ul {
	margin: 0;
}
#filmCard .right .cast .tecnico ul li {
	margin: 0;
	line-height: 20px;
}
#filmCard .right .cast ul {
	list-style-type: none;
}
#filmCard .right .cast ul li {
	
}
#filmCard .right .premi {
	margin: 0 0 20px 0;
}
#filmCard .right .premi ul {
	list-style-type: none;
}
#filmCard .right .festival {
	margin: 0 0 20px 0;
}
#filmCard .right .festival ul {
	list-style-type: none;
}

/* ----- MEDIA QUERIES --------------------------------------------------- */

@media screen and (max-width: 1142px) { /* SMALL SCREEN */

	#filmCard .right {
		width: 770px;
	}

}

@media screen and (max-width: 720px) { /* SMARTPHONES */
	
	body {
		background: none;
	}
	
	#event-banner .trailer {
		float: none;
		width: 100%;
		background-color: #000;
		height: auto;
	}
	#event-banner .trailer a {
		width: 100%;
		height: auto;
		position: static;
		z-index: 1;
	}
	#event-banner .trailer img {
		margin-left: 0;
		max-width: 100%;
   		height: auto;
	}
	#event-banner .trailer .play {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: url(../img/arrow_play_trailer.png) no-repeat center;
		width: 100%;
		height: 100%;
		background-size: 15%;
	}
	
	#content {
		width: 100%;
	}
	
	#filmCard {
		width: 100%;
	}
	#filmCard .right h2 {
		line-height: 30px;
	}
	#filmCard .left {
		display: none;
	}
	#filmCard .right {
		width: 100%;
		float: none;
		margin: 0;
		position: relative;
	}
	#filmCard .right .back-in-list {
		position: static;
		text-align: right;
		width: 100%;
		margin: 0 0 20px 0;
		
		display: none;
	}
	#filmCard .right .cast .artistico {
		width: 100%;
	}
	#filmCard .right .cast .tecnico {
		width: 100%;
	}
}