@media only screen and (min-width: 1950px) {
	.introduzione {
		font-size: 1.6em;
	}
	.sinossi {
		font-size: 1.1em;
	}
	.website_wrapper {
		position: absolute;
		left: 50%;
		/* top: 0; */
		width: 100%;
		height: auto;
		max-width: 1860px;
		margin-left: -920px;
	}
	.movie_title_container {
		/*border-top-left-radius: 40px;
		border-top-right-radius: 40px;*/
	}
	.leftshad_inside {
		visibility: visible;
	}
	.rightshad_inside {
		visibility: visible;
	}
	.introduzione_line {
		margin-left: -2.6em;
		-ms-transform: translate(-1px, 0%);
		transform: translate(-1px, 0%);
	}
	.movie_quote {
		left: 0%;
		position: absolute;
		width: 100%;
		height: auto;
	}
	.dettaglio_news {
		width: 60%;
	}
	.dettaglio_news_title {
		font-size: 4em;
	}
	
}

@media only screen and (max-width: 1600px) {
	.leftshad_inside {
		visibility: hidden;;
	}
	.rightshad_inside {
		visibility: hidden;;
	}
	.introduzione {
		font-size: 1.4em;
		line-height: 1.4em;
	}
	.sinossi {
		font-size: 1em;
		line-height: 1.6em;
	}
	.sinossi_text {
		/*max-height: 40vh;*/
		text-overflow: ellipsis;
		overflow: hidden;
		--max-lines: 20;
		max-height: calc(var(--lh) * var(--max-lines));
	}
	body {
		height: 100%;
		--lh: 1.6em;
		line-height: var(--lh);
	}
	.introduzione_line {
		margin-left: -3em;
		-ms-transform: translate(0px, 0%);
		transform: translate(0px, 0%);
	}
	.cast_tecnico_container {
		font-size: 0.8em;
	}
	.single_film {
		position: relative;
		width: 16.6%;
		height: 100%;
		float: left;
		background-size: cover;
		background-position: center center;
		opacity: 1;
		transition: 0.2s ease-in-out 0s;
	}
	#single_film7 {
		display: none;
	}
	#single_film8 {
		display: none;
	}
	#single_film9 {
		display: none;
	}
	.leftshad_inside {
		visibility: hidden;;
	}
	.rightshad_inside {
		visibility: hidden;;
	}
	.movie_archive_grid {
		grid-template-columns: repeat(5, 1fr);		
	}
	.movie_title {
		font-size: 4em;
		width: 35%;
	}
	.dettaglio_news {
		width: 60%;
	}
	.dettaglio_contatti_title {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 5em;
	}
	.dettaglio_contatti_sede_title {
		font-size: 0.8em;
	}
	#sedelegale {
		padding-right: 1.5em;
	}
	.clip_container {
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 0.5em;
		line-height: 1em;
	}
}
@media only screen and (max-width: 1100px) {
	.slideshow {
		height: 100%;
	}
}
@media only screen and (max-width: 1000px) {
	.website_wrapper {
		position: absolute;
		left: 0%;
		top: 0;
		width: 100%;
		height: auto;
		opacity: 0;
		overflow: hidden;
	}
	.leftshad_inside {
		visibility: hidden;;
	}
	.rightshad_inside {
		visibility: hidden;;
	}
	.movie_cover_trailer_btn {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
		top: 40%;
	}
	.introduzione {
		font-size: 1.4em;
	}
	.sinossi {
		font-size: 1em;
	}
	.movie_info_container {
		position: relative;
		left: 3%;
		width: 94%;
		height: 100%;
		display: table;
	}
	.movie_manifesto_container {
		position: relative;
		width: 30%;
		height: auto;
		color: #fff;
		padding-top: 2em;
		padding-bottom: 2em;
		margin-right: 4%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
		max-width: 5000px;
		float: left;
	}
	.movie_sinossi_container {
		position: relative;
		float: left;
		width: 56%;
		height: auto;
		color: #fff;
		border-left: 1px solid #333;
		padding-left: 2em;
		padding-right: 2em;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.cast_repeater_container {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		padding-bottom: 1em;
	}
	.movie_cast_container {
		position: relative;
		left: 34%;
		width: 56%;
		height: auto;
		float: left;
		color: #fff;
		padding-left: 0em;
		padding-top: 0em;
		padding-bottom: 4em;
		border: 0px solid #333;
		border-left: 1px solid #333333;
		padding-left: 2em;
	}
	.introduzione_line {
		margin-left: -1.3em;
		-ms-transform: translate(-4px, 0%);
		transform: translate(-4px, 0%);
	}
	.cast_repeater {
		position: relative;
		width: auto;
		height: auto;
		display: inline-block;
		margin-bottom: 4px;
	}
	.cast_repeater_name {
		position: relative;
		width: auto;
		height: 100%;
		background-size: cover;
		border-radius: 50%;
		float: left;
		line-height: 40px;
		margin-left: 20px;
		font-family: 'Poppins', sans-serif;
		color: #fff;
		font-size: 1em;
		padding-right: 0.8em;
		font-weight: 500;
	}
	.cast_tecnico_container {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		padding-top: 0.5em;
		font-family: 'Poppins', sans-serif;
		color: #fff;
		font-size: 0.9em;
		font-weight: 500;
		border-top: 1px solid #333;
	}
	.cast_tecnico_repeater {
		position: relative;
		width: auto;
		height: auto;
		display: inline-block;
		float: left;
		padding-right: 2em;
	}
	.single_film {
		position: relative;
		width: 25%;
		height: 100%;
		float: left;
		background-size: cover;
		background-position: center center;
		opacity: 1;
		transition: 0.2s ease-in-out 0s;
	}
	#single_film5 {
		display: none;
	}
	#single_film6 {
		display: none;
	}
	#single_film7 {
		display: none;
	}
	#single_film8 {
		display: none;
	}
	#single_film9 {
		display: none;
	}
	.slide_titolo_container {
		position: absolute;
		width: 80%;
		height: auto;
		left: 50%;
		top: 50%;
		-ms-transform: translate(-50%, -70%);
		transform: translate(-50%, -70%);
		pointer-events: none;
	}
	.homepage_timer_container {
		width: 94%;
	}
	.slide_btn_container {
		display: none;
	}
	.slide_titolo {
		letter-spacing: -2px;
	}
	.leftshad_inside {
		visibility: hidden;;
	}
	.rightshad_inside {
		visibility: hidden;;
	}
	.movie_archive_grid {
		grid-template-columns: repeat(3, 1fr);		
	}
	.news_widget_container_grid {
		grid-template-columns: repeat(2, 1fr);
	}
	#news_widget_single3 {
		display: none;
	}
	.movie_title {
		font-size: 4em;
		width: 40%;
	}
	.invisible {
		display: block;
	}
	.dettaglio_news {
		width: 70%;
	}
	.dettaglio_news_title {
		font-size: 3em;
	}
	.dettaglio_news_subtitle {
		font-size: 1.4em;
	}
	.movie_title_container {
		height: 40%;
	}
	.dettaglio_contatti_container {
		width: 94%;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 2%;
		grid-row-gap: 25px;
	}
	.dettaglio_contatti_form {
		position: relative;
		width: 90%;
		height: auto;
	
		padding-bottom: 6em;
		padding-left: 3vw;
		
		color: #000;
	}
	.dettaglio_contatti_title {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 3.2em;
	}
	.dettaglio_form_subtitle {
		font-size: 1.4em;
	}
	.dettaglio_contatti_form .wpcf7-list-item-label {
		font-size: 0.8em;
	}
	.dettaglio_contatti_social {
		padding-top: 2em;
	}
	.social_contatti_title {
		float: none;
		padding-right: 1em;
		text-decoration: underline;
		padding-bottom: 1em;
	}
	.socialcontactbtn {
		position: relative;
		float: left;
		padding-top: 1em;
		padding-left: 0em;
		padding-right: 1em;
		color: #000;
		font-size: 0.8em;
		/*border: 2px solid #333;*/
		margin-top: -0.7em;
		margin-left: 0em;
		border-radius: 0.5em;
		font-weight: 500;
	}
	.follow_btn_container_homepage {
		margin-right: 0px;
		padding-right: 0em;
	}
	.clip_container {
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 0.5em;
		line-height: 1em;
	}
}





/*@media only screen and (max-width: 800px) {
	.leftshad_inside {
		visibility: hidden;;
	}
	.rightshad_inside {
		visibility: hidden;;
	}
	.movie_manifesto_container {
		position: relative;
		width: 100%;
		height: auto;
		color: #fff;
		padding-top: 2em;
		padding-bottom: 2em;
		margin-right: 4%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
		max-width: 5000px;
		float: left;
	}
	.movie_sinossi_container {
		position: relative;
		float: left;
		width: 98%;
		padding-left: 0em;
		border: 0;
	}
	.cast_repeater_container {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		padding-bottom: 1em;
	}
	.movie_cast_container {
		position: relative;
		left: 0%;
		width: 94%;
		height: auto;
		float: left;
		color: #fff;
		padding-left: 0em;
		padding-top: 0em;
		padding-bottom: 4em;
		border: 0px solid #333;
		border-left: 0px solid #333333;
		padding-left: 0em;
	}
	.sinossi_text {
		/*max-height: 40vh;*!/
		text-overflow: ellipsis;
		overflow: hidden;
		--max-lines: 200;
		max-height: calc(var(--lh) * var(--max-lines));
	}
	.single_film {
		position: relative;
		width: 50%;
		height: 100%;
		float: left;
		background-size: cover;
		background-position: center center;
		opacity: 1;
		transition: 0.2s ease-in-out 0s;
	}
	#single_film3 {
		display: none;
	}
	#single_film4 {
		display: none;
	}
	#single_film5 {
		display: none;
	}
	#single_film6 {
		display: none;
	}
	#single_film7 {
		display: none;
	}
	#single_film8 {
		display: none;
	}
	#single_film9 {
		display: none;
	}
	.leftshad {
		visibility: hidden;;
	}
	.rightshad {
		visibility: hidden;;
	}
	.leftshad_inside {
		visibility: hidden;;
	}
	.rightshad_inside {
		visibility: hidden;;
	}
	.movie_archive_grid {
		grid-template-columns: repeat(1, 1fr);		
	}
	.news_widget_container_grid {
		grid-template-columns: repeat(1, 1fr);
	}
	#news_widget_single2 {
		display: none;
	}
	#news_widget_single3 {
		display: none;
	}
	.homepage_timer_container {
		width: 94%;
		left: 3%;
		bottom: 45px;
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	.footer_container {
		left: 3%;
		width: 94%;
		height: 30px;
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	.slide_btn_movie_container {
		display: none;
	}
	.condividi_btn_container {
		display: none;
	}
	.follow_btn_container {
		display: none;
	}
	.archive_evidenza_data {
		display: none;
	}
	.archive_evidenza_titolo {
		display: none;
	}
	.archive_evidenza {
		display: none;
	}
	#search-film {
		display: none;
	}
	.movie_info_container {
		left: 6%;
		width: 88%;
	}
	.spacer_cover_empty_homepage {
		position: relative;
		width: 100%;
		height: 80vh;
	}
	.slideshow {
		height: 80vh;
	}
	.spacer_cover_empty {
		height: 80vh;
	}
	.news_widget_container_grid {
		padding-top: 0em;
	}
	.single_film_manifesto {
		position: relative;
		width: 96%;
		height: auto;
	}
	.invisible {
		display: none;
	}

}*/

@media only screen and (max-width: 800px) {
	.pagination_pages {
		display: none;
	}
	.leftshad_inside {
		visibility: hidden;;
	}
	.rightshad_inside {
		visibility: hidden;;
	}
	.movie_manifesto_container {
		position: relative;
		width: 100%;
		height: auto;
		color: #fff;
		padding-top: 2em;
		padding-bottom: 2em;
		margin-right: 4%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
		max-width: 5000px;
		float: left;
	}
	.movie_sinossi_container {
		position: relative;
		float: left;
		width: 98%;
		padding-left: 0em;
		border: 0;
	}
	.cast_repeater_container {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		padding-bottom: 1em;
	}
	.movie_cast_container {
		position: relative;
		left: 0%;
		width: 94%;
		height: auto;
		float: left;
		color: #fff;
		padding-left: 0em;
		padding-top: 0em;
		padding-bottom: 4em;
		border: 0px solid #333;
		border-left: 0px solid #333333;
		padding-left: 0em;
	}
	.sinossi_text {
		/*max-height: 40vh;*/
		text-overflow: ellipsis;
		overflow: hidden;
		--max-lines: 200;
		max-height: calc(var(--lh) * var(--max-lines));
	}
	.single_film {
		position: relative;
		width: 50%;
		height: 100%;
		float: left;
		background-size: cover;
		background-position: center center;
		opacity: 1;
		transition: 0.2s ease-in-out 0s;
	}
	#single_film3 {
		display: none;
	}
	#single_film4 {
		display: none;
	}
	#single_film5 {
		display: none;
	}
	#single_film6 {
		display: none;
	}
	#single_film7 {
		display: none;
	}
	#single_film8 {
		display: none;
	}
	#single_film9 {
		display: none;
	}
	.leftshad {
		visibility: hidden;;
	}
	.rightshad {
		visibility: hidden;;
	}
	.leftshad_inside {
		visibility: hidden;;
	}
	.rightshad_inside {
		visibility: hidden;;
	}
	/*.movie_archive_grid {
		grid-template-columns: repeat(2, 1fr);		
	}*/
	.movie_archive_grid {
		position: relative;
		left: 4%;
		width: 92%;
		display: inline-grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 4%;
		grid-row-gap: 2px;
		padding-bottom: 3em;
	}
	.single_film_archive {
		/*max-width: 180px;*/
	}
	.single_film_data_archive {
		display: none;
	}
	.single_film_title_archive {
		display: none;
	}
	.news_widget_container_grid {
		grid-template-columns: repeat(1, 1fr);
	}
	#news_widget_single2 {
		display: none;
	}
	#news_widget_single3 {
		display: none;
	}
	.homepage_timer_container {
		width: 94%;
		left: 3%;
		bottom: 0px;
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	.footer_container {
		left: 3%;
		width: 94%;
		height: 30px;
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	.slide_btn_movie_container {
		display: none;
	}
	.condividi_btn_container {
		display: none;
	}
	.follow_btn_container {
		display: none;
	}
	.archive_evidenza_data {
		display: none;
	}
	.archive_evidenza_titolo {
		display: none;
	}
	.archive_evidenza {
		display: none;
	}
	#search-film {
		/*display: none;*/
	}
	.archive_search_container {
		position: relative;
		left: 4%;
		width: 90%;
		height: 40px;
		margin-bottom: 4em;
	}
	#search-film input[type=text] {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		border-radius: 20px;
		border: none;
		text-align: center;

		font-size: 1em;
		font-weight: 600;
		color: #484848;
		transition: width 0.4s ease-in-out;
		float: left;
	}
	#search-film input[type=text]:focus {
		transition: width 0.2s ease-out;
		width: 100%;
		border: none;
		outline: none;
	}
	.movie_info_container {
		left: 6%;
		width: 88%;
	}
	.spacer_cover_empty_homepage {
		position: relative;
		width: 100%;
		height: 80vh;
	}
	.slideshow {
		height: 80vh;
	}
	.spacer_cover_empty {
		height: 80vh;
	}
	.news_widget_container_grid {
		padding-top: 2em;
	}
	.single_film_manifesto {
		position: relative;
		width: 96%;
		height: auto;
	}
	.invisible {
		display: none;
	}
	.movie_title {
		font-size: 3em;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.movie_data {
		padding-bottom: 2em;
		text-align: center;
	}
	.dettaglio_news {
		width: 94%;
	}
	.dettaglio_news_text {
		text-align: left;
		line-height: 1.5em;
	}
	.dettaglio_news_title {
		font-size: 2em;
	}
	.dettaglio_news_subtitle {
		font-size: 1.2em;
	}
	.dettaglio_societa_container {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 2%;
		padding-bottom: 3em;
	}
	.column_societa_text {
		position: relative;
		width: 100%;
		padding-bottom: 0em;
		
		color: #fff;
	}
	.societa_title {
		font-size: 1.5em;
	}
	.societa_para1 {
		font-size: 1em;
	}
	.societa_para2 {
		font-size: 1em;
	}
	.societa_didascalia {
		font-size: 0.8em;
	}
	.base_codice_etico {
		padding: 2em;
		font-size: 0.8em;
		line-height: 1.6em;
	}
	.base_modello231 {
		padding: 2em;
		font-size: 0.8em;
		line-height: 1.6em;
	}
	.pagination_page_number {
		font-size: 1em;
	}
	.pagina_title {
		display: none;
	}
	.pagination_prev {
		position: absolute;
		right: 0;
		bottom: 8px;
		width: 40px;
		height: 40px;
		background-size: 30%;
	}
	.pagination_next {
		position: absolute;
		right: 0;
		bottom: 8px;
		width: 40px;
		height: 40px;
		background-size: 30%;
	}
	#vocepress {
		display: none;
	}
	.menucont {
		max-height: none;
		padding-bottom: 20px;
	}
	.logo_container {
		position: relative;
		width: 100%;
		height: auto;
	}
}



























