* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	background: #fff;
	background: url(../img/background-top.png) repeat-x;
	color: #666;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#skipNav {
	display: none;
}


h1 {
	display: none;
}

iframe {
	border: none;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:visited { outline: none; }
a:link { outline: none; }
a:active { outline: none; }

input { outline: none; }

p {
	margin: 0 0 20px 0;
	line-height: 20px;
}

img {
	border: 0;
}

.align-justify { text-align: justify; }

.clear { clear: both; }

.bg-black {
	background-color: #000000;
    height: 101px;
    left: 0;
    position: absolute;
    top: 0;
    width: 401px;
}
.bg-grey {
	background-color: #CCCCCC;
    height: 342px;
    left: 0;
    position: absolute;
    top: 115px;
    width: 102px;
}

#response div {
	margin: 10px 0 30px 0;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#response div.success { 
	color: #FFF;
	border: 1px solid #3B3B3B;
	background: url(../img/icon_response_success.png) 10px center no-repeat;
	padding-left: 33px;
	background-color: #1F1F1F;
	-moz-box-shadow: 0 1px 1px #000000 inset;
	-webkit-box-shadow: 0 1px 1px #000000 inset;
	box-shadow: 0 1px 1px #000000 inset;
}
#response div.error {
	color: #FFF; border: 1px solid #3B3B3B;
	background: url(../img/icon_response_error.png) 10px center no-repeat;
	padding-left: 33px;
	background-color: #1F1F1F;
	-moz-box-shadow: 0 1px 1px #000000 inset;
	-webkit-box-shadow: 0 1px 1px #000000 inset;
	box-shadow: 0 1px 1px #000000 inset;
}

/*#response div.info    	{ color: #1600A7; border: 1px solid #1600A7; background: url(../img/icon_response_info.gif) 10px center no-repeat; padding-left: 33px;background-color: #F6F6F6; }*/
#response ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#response ul li {
	padding: 0 0 0 25px;
	margin: 0;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	color: #FFF;
	font-family: 'lato_lightregular';
}
#response ul li ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
	margin: 3px 0 10px 0;
}
#response ul li ul li {
	background: none;
}
#response ul li ul li {
	padding: 0;
	margin: 0;
}
#response ul li.spacer {
	margin-bottom: 5px;
}

/* SECTION SITE */

#container {
/*	margin: 0 auto;*/
	width: 1130px;
	position: relative;
}

#wrapper {
	width: 1024px;
	/*overflow: hidden; */
	margin: 0 0 0 102px;
}

#top-nav {
	height: 101px;
    position: relative;
    width: 1114px;
}

#top-nav .logo {
	background: url(../img/logo.png) no-repeat;
	background-position: 0;
	float: left;
    height: 59px;
    margin: 23px 0 0;
    width: 299px;
}
#top-nav .logo a {
	display: block;
	height: 59px;
    width: 299px;
}

#top-nav .navigation {
	border-left: 10px solid #999999;
    float: left;
    height: 75px;
    padding: 26px 0 0;
    width: 728px;
}
#top-nav .navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top-nav .navigation ul li {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	float: left;
	line-height: 75px;
 	font-style: normal;
 	font-weight: 700;
	font-size: 15px;
	text-transform: lowercase;
	color: #615f60;
}
#top-nav .navigation ul li a {
	color: #615f60;
}
#top-nav .navigation ul li.actual a {
	color: #A61226;
}
#top-nav .navigation ul li a span {
	color: #a61226;
}
#top-nav .navigation ul li ul { 
	position: absolute;
	display: none;
	list-style-type: none;
	padding: 0;
	background-color: #ccc;
	opacity: 0.9;
	display: none;
	z-index: 999;
	border-bottom: 3px solid #999;
} 
#top-nav .navigation ul li:hover ul { 
	display: block;
} 
#top-nav .navigation ul li ul li { 
	float: none;
    line-height: normal;
    margin: 0;
    padding: 0;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
}
#top-nav .navigation ul li ul li a { 
	color: #555;
    display: block;
    padding: 6px 18px 7px 12px;
	width: auto;
}
#top-nav .navigation ul li ul li.actual a {
	color: #555;
}
#top-nav .navigation ul li ul li.last a { 
	border-bottom: 1px solid #abaaaa;
}
#top-nav .navigation ul li ul li a:hover { 
	text-decoration: none;
	background-color: #cc0033;
	color: #fff;
}
#top-nav .navigation .socialMobile {
	display: none;
}

#top-nav .social {
	position: absolute;
	top: 0;
	right: 150px;
}
#top-nav .social h2 {
	float: left;
	line-height: 75px;
	color: #615F60;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: lowercase;
	margin: 0 10px 0 0;
}
#top-nav .social ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top-nav .social ul li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#top-nav .social ul li a {
	display: inline-block;
	width: 27px;
	height: 25px;
}
#top-nav .social ul li a span {
	display: none;
}
#top-nav .social ul li.youtube a {
	background: url(../img/icon_youtube.png) top no-repeat;
}
#top-nav .social ul li.facebook a {
	background: url(../img/icon_facebook.png) top no-repeat;
}
#top-nav .social ul li.twitter a {
	background: url(../img/icon_twitter.png) top no-repeat;
}

#top-nav .language {
	position: absolute;
	right: 90px;
    top: 10px;
}
#top-nav .language ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top-nav .language ul li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline-block;
	width: 16px;
	height: 16px;
	opacity: 0.3;
}
#top-nav .language ul li span {
	display: none;
}
#top-nav .language ul li a {
	display: inline-block;
	width: 16px;
	height: 16px;
}
#top-nav .language ul li.active {
	opacity: 1;
}
#top-nav .language ul li.ita {
	background: url(../img/ita.png) top no-repeat;
}
#top-nav .language ul li.eng {
	background: url(../img/eng.png) top no-repeat;
}
#top-nav .show-nav-mobile {
	display: none;
}

#event-banner {
	width: 300px;
	height: 342px;
	margin: 14px 0 0 0;
	width: 1024px;
}
#event-banner .bg-event {
	width: 800px;
	height: 342px;
	background-color: #999;
	float: left;
}
#event-banner .event-links {
	width: 224px;
	height: 342px;
	float: left;
}
#event-banner .event-links .padding {
	padding: 20px 0 20px 20px;
}
#event-banner .event-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#event-banner .event-links ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	color: #ccc;
}
#event-banner .event-links ul li a {
	background: url(../img/icon_circle_arrow.png) center left no-repeat;
	line-height: 24px;
	padding: 0 0 0 32px;
	display: inline-block;
	color: #CCC;
}

#banner-slide {
	margin: 0 0 0 15px;
}
#banner-slide p.bjqs-caption {
	background: rgba(0,0,0,0.8);
	color: #cc0033;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
}
#banner-slide p.bjqs-caption span {
	color: #ccc;
	font-style: italic;
  	font-weight: 700;
	font-size: 14px;
}
#banner-slide ol.bjqs-markers {
	position: absolute;
	top: 10px;
	left: 10px;
}
#banner-slide ol.bjqs-markers li {
	margin: 0 2px 0 0;
	background-color: #666;
	color: #fff;
	float: left;
	opacity: 0.7;
}
#banner-slide ol.bjqs-markers li.active-marker {
	background-color: #cc0033;
}
#banner-slide ol.bjqs-markers li a {
	color: #fff;
	padding: 2px 4px;
	display: block;
	font-style: normal;
 	font-weight: 700;
	font-size: 10px;
}
#banner-slide ol.bjqs-markers li a:hover {
	text-decoration: none;
}
#banner-slide a .play {
	position: absolute;
	top: 122px;
	left: 335px;
	z-index: 2;
	background: url(../img/arrow_play_trailer.png) no-repeat;
	width: 84px;
	height: 84px;
}

#slider-film {
	width: 1024px;
	height: 135px;
	margin: 14px 0 0 0;
}
#slider-film .arrow-left {
	float: left;
	width: 30px;
	height: 135px;
	background: url(../img/slider_arrow_left.png) center no-repeat;
	background-color: #999;
	cursor: pointer;
}
#slider-film #wr {
	float: left;
	width: 964px;
	height: 135px;
	margin: 0 auto;
	overflow: hidden;
}
#slider-film .arrow-right {
	float: left;
	width: 30px;
	height: 135px;
	background: url(../img/slider_arrow_right.png) center no-repeat;
	background-color: #999;
	cursor: pointer;
}
#slider-film table {
	margin: 8px 10px 0 10px;
	padding: 0 20px 0 0;
}
#slider-film table td {
	padding-left: 7px;
}


/* CONTENT MAIN START */

div.pages { padding: 5px 0 0 0; margin: 0 0 20px 0; background-color: #FFF; font-size: 15px; }
div.pages strong { padding: 3px 4px; background-color: #cc0033; color: #FFF; }
div.pages span { font-weight: bold; margin: 0 5px 0 0; }
div.pages a { font-weight: normal; color: #777; border: 1px transparent #CCC; padding: 3px 4px; }

#content {
	width: 1024px;
	height: auto;
	/*overflow: hidden;*/
	margin: 26px 0 0 0;
	float: left;
}
#content h2.titleSection {
	color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
	text-transform: uppercase;
    margin: 0 0 20px 0;
}
#content h2.titleSection span {
	color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
	text-transform: none;
}
#content h2.indigostore {
	color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 20px 0;
}
#content h2.indigostore span {
	color: #a41125;
}

#social-twitter-post {
	width: 334px;
	height: 500px;
	float: left;
	margin: 0 20px 0 0;
}

#social-facebook-post {
	width: 340px;
	height: 495px;
	float: left;
	margin: 0 20px 0 0;
}
#social-facebook-post .title {
	border-bottom: 1px solid #DDDEE8;
    height: 60px;
    margin: 0 0 0 5px;
    width: 330px;
}
#social-facebook-post .title h2 {
	color: #000000;
    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 2px 8px;
}
#social-facebook-post .title h2 img {
	border: 0 none;
    display: inline-block;
    float: right;
    margin: 4px 0 0;
}
#social-facebook-post .title h3 {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #707070;
	margin: 0 0 20px 8px;
}
#social-facebook-post hr {
	background-color: #DDDEE8;
    border: medium none;
    display: block;
    height: 1px;
    margin: 0 0 0 5px;
    width: 290px;
}

#events {
	background: url(../img/bg_event.jpg) no-repeat;
	width: 310px;
	height: 465px;
	float: left;
	position: relative;
}
#events-slide {
	margin: 0;
	padding: 25px 0 /*253px*/ 0 0;
	/*z-index: 2;*/
}
#events-slide ol.bjqs-markers {
	position: absolute;
	top: 8px;
	left: 8px;
}
#events-slide ol.bjqs-markers li {
	margin: 0 4px 0 0;
	background-color: #666;
	color: #fff;
	float: left;
}
#events-slide ol.bjqs-markers li.active-marker {
	background-color: #cc0033;
}
#events-slide ol.bjqs-markers li a {
	color: #fff;
	padding: 5px;
	display: block;
}
#events-slide ol.bjqs-markers li a span {
	display: none;
}
#events-slide ol.bjqs-markers li a:hover {
	text-decoration: none;
}

#events .details {
	height: 253px;
    left: 0;
    position: absolute;
    top: 212px;
    width: 310px;
    /*z-index: 1;*/
}
#events .details h3 {
	margin: 14px 0 0 20px;
	color: #cc0033;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
}
#events .details p {
	margin: 0 0 0 20px;
    width: 270px;
	color: #ccc;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
}
#events .details ul {
	top: 134px;
    left: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
#events .details ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	color: #ccc;
}
#events .details ul li a {
	background: url(../img/icon_circle_arrow_events.png) center left no-repeat;
	line-height: 24px;
	padding: 0 0 0 32px;
	display: inline-block;
	color: #333;
}

#events-mobile {
	display: none;
}

#lProductions {
	float: left;
    overflow: hidden;
    width: 700px;
	margin: 0 14px 0 0;
}
#lProductions ul {
	list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 700px;
}
#lProductions ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#lProductions ul li a {
	display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 300px;
	font-style: normal;
	font-weight: 700;
	color: #cc0033;
	font-size: 14px;
	margin: 0 0 12px 0;
}
#lProductions ul li ul {
	display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 400px;
}
#lProductions ul li ul li {
	clear: none;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
	font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 14px;
}
#lProductions ul li ul li.regia {
    width: 310px;
	margin: 0 10px 0 0;
}
#lProductions ul li ul li.anno {
    width: 70px;
}

#lStore {
	float: left;
    overflow: hidden;
    width: 700px;
	margin: 0 14px 0 0;
}
#lStore .box-film {
	float: left;
    height: 120px;
    margin: 0 10px 46px 0;
    width: 340px;
}
#lStore .box-film img {
	float: left;
	margin: 0 10px 0 0;
}
#lStore .box-film .info-store {
	float: left;
	width: 240px;
	height: auto;	
}
#lStore .box-film .info-store h4 {
	color: #a51126;
	font-style: normal;
  	font-weight: 700;
	font-size: 13px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#lStore .box-film .info-store p {
	color: #000;
	font-style: normal;
  	font-weight: 300;
	font-size: 13px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#lStore .box-film .info-store p img {
	float: none;
}

/* FOOTER START */

#footer {
	margin: 40px 0 30px 0;
	color: #939393;
	width: 100%;
	float: left;
}
#footer p {
	font-style: normal;
 	font-weight: 400;
	font-size: 12px;
	color: #615f60;
}
#footer p span {
	font-style: normal;
 	font-weight: 600;
	font-size: 12px;
	color: #cc0033;
}
#footer p a {
	color: #222;
}


/* ----- MEDIA QUERIES --------------------------------------------------- */

@media screen and (max-width: 1142px) { /* SMALL SCREEN */
	#wrapper {
		margin: 0;
	}
	
	#top-nav {
		width: 1024px;
	}
	
	#top-nav .logo {
		margin-left: 5px;
		width: 292px;
	}
	
	#top-nav .navigation {
		width: 715px;
		background-color: #CCC;
	}
	
	#top-nav .navigation ul li {
		margin-left: 21px;
	}
	
	#top-nav .social {
		right: 90px;	
	}
	
	#top-nav .language {
		right: 30px;	
	}
	
	#content {
		margin-left: 10px;
	}
	
	#social-twitter-post {
		margin-right: 15px;
	}
	
	#social-facebook-post {
		margin-right: 15px;
	}
	
	#lProductions {
		width: 680px;
	}
	
	#footer {
		margin-left: 10px;	
	}
}

@media screen and (max-width: 720px) { /* SMARTPHONES */
	html, body {
    	height: 100%
	}
	
	body {
		background: none;
		/*padding: 65px 0 0 0;*/
	}
	
	#popup-video {
		display: none;
	}
	
	#container {
		width: 100%;
		margin: 0;
	}
	
	.loading-page-mobile {
		overflow: hidden;
		z-index: 99999;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.85);
		position: absolute;
		top: 0;
		left: 0;
	}
	#loading-animation {
		position: fixed;
		left: 0;
		right: 0;
		top: 50%;
		margin: auto auto;
		margin-top: -60px;
	}
	
	#container .bg-black, #container .bg-grey {
		display: none;
	}
	
	#wrapper {
		width: 100%;
		min-height: 100%;
    	position:relative;	
	}
	
	#top-nav {
		width: 100%;
		height: 65px;
		/*
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		*/
	}
	#top-nav .logo {
		float: none;
		margin: 0;
		background-color: #000;
		background-position: 15px 10px;
		padding: 3px 0;
		width: 100%;
		background-size: 200px;
	}
	#top-nav .logo a {
		display: inline;
	}
	
	#top-nav .navigation {
		width: auto;
		border-left: none;
		float: none;
		height: auto;
		padding: 0;
		position: absolute;
    	width: 100%;
    	z-index: 1000;
		/*overflow-y: scroll;*/
		
		display: none;
	}
	#top-nav .navigation ul li {
		margin: 0;
		line-height: normal;
		float: none;
		padding: 0;
		text-transform: none;
	}
	#top-nav .navigation ul li.areastampa {
		display: none;
	}
	#top-nav .navigation ul li:nth-child(even) {
		background-color: #C4C4C4;
	}
	#top-nav .navigation ul li a {
		display: block;
    	padding: 14px;
	}
	#top-nav .navigation ul li a:hover {
		display: block;
    	padding: 14px;
		text-decoration: none;
		background-color: #cc0033;
		color: #fff;
	}
	#top-nav .navigation ul li a:hover span {
		color: #fff;
	}
	#top-nav .navigation ul li:hover ul { 
		display: none;
	}
	#top-nav .navigation ul li ul {
		opacity: 1;
		width: 100%;
		border-top: 3px solid #999;
		border-bottom: 3px solid #999;
		background-color: #aaa;
	}
	#top-nav .navigation ul li ul li:nth-child(even) {
		background-color: #B7B7B7;
	}
	#top-nav .navigation ul li ul li a {
		padding: 14px;
	}
	#top-nav .navigation ul li ul li a:before {
		content: "» ";
	} 
	#top-nav .navigation ul li ul li.last a {
		border-bottom: none;
	}
	#top-nav .navigation .socialMobile {
		display: block;
	}
	#top-nav .navigation .socialMobile ul {
		background-color: #a11125;
		list-style-type: none;
		margin: 0;
		overflow: hidden;
		padding: 10px 0 5px 0;
	}
	#top-nav .navigation .socialMobile ul li {
		color: #fff;
		float: left;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		list-style-type: none;
		margin: 0 6px 0 0;
		padding: 0;
		text-transform: none;
		background: transparent;
		height: auto;
	}
	#top-nav .navigation .socialMobile ul li:first-child {
		margin: 0 14px 0 14px;
	}
	#top-nav .navigation .socialMobile ul li a:hover {
		background: transparent;
	}
	#top-nav .navigation .socialMobile ul li.youtube a {
		background: url(../img/icon_youtube.png) no-repeat;
	}
	#top-nav .navigation .socialMobile ul li.facebook a {
		background: url(../img/icon_facebook.png) no-repeat;
	}
	#top-nav .navigation .socialMobile ul li.twitter a {
		background: url(../img/icon_twitter.png) no-repeat;
	}
	#top-nav .navigation .socialMobile ul li a span {
		display: none;
	}
	
	#top-nav .social {
		padding: 12px 0;
		right: 150px;
		
		display: none;
	}
	#top-nav .language {
    	right: 100px;
		
		display: none;
	}
	#top-nav .show-nav-mobile {
		display: block;
		background: url(../img/toggle-nav.png) no-repeat;
		width: 30px;
		height: 35px !important;
		position: absolute;
		right: 24px;
    	top: 15px;
		background-size: cover;
		cursor: pointer;
	}
	#top-nav .show-nav-mobile a {
		display: block;
	}
	
	#event-banner {
		width: 100%;
		margin: 0;
		height: auto;
		background-color: #000;
		position: relative;
		z-index: 1;
	}
	#event-banner .bg-event {
		width: 100%;
		height: auto;
		float: none;
		background-color: transparent;
	}
	#event-banner .bg-event #banner-slide {
		width: 100%;
		margin: 0;
		/*
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		*/
	}
	#event-banner .bg-event #banner-slide ul.bjqs {
		display: block;
		width: auto;
		/*height: 180px;*/
	}
	#event-banner .bg-event #banner-slide ul.bjqs li {
		float: left;
		/*height: 180px;*/
		position: relarive;
		width: 100%;
	}
	#event-banner .bg-event #banner-slide ul.bjqs li a {
		
	}
	#event-banner .bg-event #banner-slide ul.bjqs li a .play {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: -30px;
		margin: auto;
		height: 25px;
		width: 25px;
		background-size: cover;
	}
	
	#event-banner .bg-event #banner-slide ul.bjqs li.noMobile {
		display: none;
	}
	#event-banner .bg-event #banner-slide ul.bjqs li img {
		/*height: 180px;
		width: auto;*/
		max-width: 100%;
		width: auto;
		height: auto;
	}
	#event-banner .bg-event #banner-slide ul.bjqs li div.info {
		background-color: #000000;
		bottom: 0;
		left: 0;
		opacity: 0.8;
		position: absolute;
		width: 100%;
		padding: 10px;
		
		color: #cc0033;
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
	}
	
	#event-banner .bg-event #banner-slide ul.bjqs li div span {
		color: #ccc;
		font-style: italic;
		font-weight: 700;
		font-size: 12px;
	}
	
	#event-banner .event-links {
		display: none;
	}
	
	#slider-film {
		margin: 0;
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	#slider-film .arrow-left {
		display: none;
	}
	#slider-film .arrow-right {
		display: none;
	}
	
	#slider-film #wr {
		height: auto;
		background-color: #000;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	#slider-film table {
		margin: 0;
		padding: 0;
	}
	#slider-film table td {
		margin: 0;
		padding: 0;
	}
	
	#content {
		width: 100%;
		margin: 15px 0 0 0;
		padding: 0 0 0 0;
		float: none;
		overflow: hidden;
	}
	#content .padding {
		padding: 0 10px;
	}
	
	#lProductions {
		width: 100%;
	}
	#lProductions ul {
		width: auto;
	}
	#lProductions ul li {
		margin: 0 0 15px;
    	width: auto;
	}
	#lProductions ul li a {
		display: block;
		margin: 0;
		width: auto;
	}
	#lProductions ul li ul {
		float: none;
    	width: 100%;
	}
	#lProductions ul li ul li.regia {
		width: 80%;
	}
	#lProductions ul li ul li.anno {
		width: 40px;
	}
	
	#social-twitter-post {
		float: none;
		height: 300px;
		margin: 10px 0 0 0;
		width: 100%;
		
		display: none;
	}
	#twitter-widget-0, #twitter-widget-1 {
		float: none;
		height: 300px;
		overflow: hidden;
	}
	#social-facebook-post {
		float: none;
		overflow: hidden;
		height: 360px;
		width: 100%;
		margin: 20px 0 0 0;
		
		display: none;
	}
	
	#events {
		display: none;
	}
	
	#events-mobile {
		display: block;
			
		background-color: #000000;
		height: auto;
		margin: 0;
		z-index: 1;
	}
	#events-mobile .scroll {
		height: auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0;
		position: relative;
		width: 100%;
	}
	#events-mobile ul {
		display: block;
    	height: 187px;
		list-style-type: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: relative;
	}	
	#events-mobile ul li {
		float: left;
		height: 187px;
		position: relative;
	}
	#events-mobile ul li div {
		background-color: rgba(0,0,0,.8);
		bottom: 0;
		color: #CC0033;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		left: 0;
		position: absolute;
		width: 100%;
	}
	#events-mobile ul li div a {
		display: block;
		box-sizing: border-box;
		padding: 10px;
		color: #CC0033;
	}
	#events-mobile ul li div a:hover {
		text-decoration: none;
	}
	#events-mobile ul li div small {
		font-size: 12px;
		color: #fff;
		font-weight: 400;
	}
	
	#lStore {
		float: none;
		overflow: hidden;
		width: 100%;
	}
	#lStore .box-film {
		float: none;
		height: 120px;
		margin: 0 0 46px 0;
		width: 100%;
	}
	#lStore .box-film .info-store {
		width: 60%;
	}
	
	.clear {
		height: 40px;
	}
	
	div.pages {
		overflow: hidden;
		background-color: #E2E2E2;
		font-size: 15px;
		margin: 0;
		padding: 15px;
		
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 61px;
		box-sizing: border-box;
	}
	div.pages strong {
		padding: 15px;
	}
	div.pages a {
		padding: 15px;
		background-color: #C7C7C7;
	}
	div.pages a:hover {
		padding: 15px;
		background-color: #CC0033;
		text-decoration: none;
		color: #fff;
	}

	#footer {
	    float: none;
    	margin: 0;
	    width: 100%;
		background-color: #000;
		
		position: static;
		/*
		left: 0;
		bottom: 0;
		*/
	}
	#footer .division {
		display: block;
		height: 1px;
		color: #000;	
	}
	#footer p {
		text-align: center;
		padding: 10px 10px;
		color: #FFF;
		font-size: 13px;
		margin: 0;
	}
	#footer p span {
		font-size: 13px;
	}
	#footer p a {
		color: #FFF;
	}
	
}

@media screen and (max-width: 550px) { /* SMARTPHONES OLD */
	/*
	#top-nav .logo {
		background-size: 40%;
		background-position: 10px center;
	}
	*/
}










