	/*
	
		font-family: 'Heebo', sans-serif;

	
	*/
	
	
	html {
		height: 100%;
		-webkit-font-smoothing: antialiased;
		-webkit-backface-visibility: hidden;
	}
	body {
		height: 100%;
		--lh: 1.4em;
		line-height: var(--lh);

	}
	body {
	    margin: 0;
	    padding: 0;
	    background: #fff;
		background-color: #000; 
		font-family: 'Poppins', sans-serif;
	}
	body::-webkit-scrollbar {
	    width: 1rem;
	    background-color: #000;
	}
	
	body::-webkit-scrollbar-track {
	    -webkit-box-shadow:none;
	}
	
	body::-webkit-scrollbar-thumb {
	    background-color: #F0F0F0;
	    border-radius:.5rem;
	}
	/*::-webkit-scrollbar {
	  width: 8px;
	}

	::-webkit-scrollbar-track {
	  background: none; 
	}

	::-webkit-scrollbar-thumb {
	  background: #292a31; 
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #292a31; 
	}*/
	
	::-moz-selection {
    	background-color: #f7cf2f;
   		color: white;
	}

	::selection {
  	  background-color: #f7cf2f;
   	  color: white;
	}

	.website_wrapper {
		position: absolute;
		left: 0%;
		width: 100%;
		height: auto;
		opacity: 0;
		overflow: hidden;
	}
	.website_wrapper_homepage {
		position: absolute;
		left: 0%;
		top: 0;
		width: 100%;
		height: auto;
		opacity: 0;
	}
	
	
	/*SINGLE MOVIE*/
	
	.movie_cover {
		position: fixed;
		left: -2%;
		top: 0;
		width: 104%;
		height: 102vh;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #000;
	}
	.movie_cover_trailer_btn {
		position: absolute;
		left: 50%;
		top: 85%;
		width: 45px;
		height: 45px;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition: opacity .2s ease-out;
	}
	.movie_clip_trailer_btn {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 60px;
		height: 60px;
		margin-left: -30px;
		margin-top: -30px;
		transition: opacity .2s ease-out;
		pointer-events: none;
	}
	.news_cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 60vh;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #000;
		filter: blur(8px);
		-webkit-filter: blur(8px);
	}
	.movie_cover_trailer_btn:hover {
		opacity: 0.8;
	}
	.movie_cover_trailer_archive_btn {
		position: absolute;
		left: 50%;
		top: 60%;
		width: 60px;
		height: 60px;
		margin-left: -35px;
		margin-top: -35px;
		transition: opacity .2s ease-out;
	}
	.movie_cover_trailer_archive_btn:hover {
		opacity: 0.8;
	}
	.movie_cover_image {
		position: absolute;
		left: 0;
		top: -5px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		opacity: 1;
	}
	.blackover {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .75);
		opacity: 0;
	}
	.website_blackover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 1);
		pointer-events: none;
		opacity: 1;
	}
	.blackovertitolo {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .75);
	}
	.yellowline {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 10px;
		background-color: #f7cf2f;
	}
	.leftshad {
		position: fixed;
		left: 0;
		top: 0;
		width: 10px;
		height: 100vh;
		
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#000000', EndColorStr='#000000');
		
		opacity: 0.2;
	}
	.rightshad {
		position: fixed;
		right: 0;
		top: 0;
		width: 10px;
		height: 100vh;
		
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 1.00)), to(rgba(0, 0, 0, 0.00)));
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#000000', EndColorStr='#000000');
		
		opacity: 0.2;
	}
	.leftshad_inside {
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 100%;
		
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#000000', EndColorStr='#000000');
		
		opacity: 0.2;
		
		visibility: hidden;

	}
	.rightshad_inside {
		position: absolute;
		right: 0;
		top: 0;
		width: 10px;
		height: 100%;
		
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 1.00)), to(rgba(0, 0, 0, 0.00)));
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: linear-gradient(left, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#000000', EndColorStr='#000000');
		
		opacity: 0.2;
		
		visibility: hidden;

	}
	.covershad_bottom {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 40vh;
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
		
		opacity: 0.7;
	}
	.covershad_bottom_full {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 5vh;
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
	}
	.gradient_top {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 30vh;
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.00)), to(rgba(0, 0, 0, 0.00)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		background-image: linear-gradient(top, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
		opacity: 0.4;
	}

	.base_movie_cover {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		background-color: rgba(0, 0, 0, .3);
	}
	.movie_title_container {
		position: absolute;
		width: 94%;
		height: 86%;
		left: 3%;
		bottom: 1.5em;
		padding-bottom: 0em;
		padding-top: 2.5em;
		padding-left: 0%;
		background-color: rgba(0, 0, 0, .0);
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-top: 2px solid rgba(0, 0, 0, .0);
/*		border-bottom: 2px solid rgba(255, 255, 255, .25);*/
	}
	.movie_title {
		/*font-family: 'Heebo', sans-serif;*/
		
		color: #fff;
		font-size: 5em;
		font-weight: 600;
		line-height: 1em;
		letter-spacing: -0.01em;
		text-align: center;
		padding-bottom: 0em;
		
		font-family: 'Roboto', sans-serif;
		width: 35%;
		height: auto;
		margin: 0 auto;
		
	}
	.movie_data {
		/*font-family: 'Heebo', sans-serif;*/
		color: #fff;
		font-size: 1em;
		font-weight: 500;

		text-align: center;
		padding-top: 0em;
		cursor: pointer;
		padding-bottom: 8em;
	}
	.movie_arrowdown {
		position: absolute;
		left: 50%;
		bottom: 0.7em;
		width: 60px;
		height: 40px;
		margin-left: -30px;
		text-align: center;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		/*background-color: rgba(0, 0, 0, .45);*/
		background-image: url('../images/arrowdown.svg');
		background-position: center center;
		background-repeat: no-repeat;
		
		transition: all 0.2s ease-out 0s;
		cursor: pointer;
	}
	.centerline {
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 2px;
		height: 8em;

		background-color: rgba(255, 255, 255, .25);
	}
	.centerline_dot {
		position: absolute;
		left: -5px;
		top: -12px;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, .25);
	}
	.invisible {
		display: block;
	}
	.movie_arrowdown:hover {
		opacity: 0.5;
	}
	
	.spacer_cover_empty {
		position: relative;
		width: 100%;
		height: 78vh;
	}
	.spacer_cover_empty_homepage {
		position: relative;
		width: 100%;
		height: 100vh;
	}
	.base_movie_info {
		position: relative;
		width: 100%;
		height: auto;
		background-color: rgba(0, 0, 0, 0.55);
	}
	
	.movie_quote {
		left: -4%;
		position: absolute;
		width: 108%;
		height: auto;
		background-color: #4fbde4;
		

		color: #fff;
		font-size: 1em;
		font-weight: 500;
		margin-top: -0.5em;
		text-align: center;
		padding-top: 1em;
		padding-bottom: 1em;
		/*border-radius: 10px;*/
	}
	.base_movie_info_spacer {
		position: relative;
		width: 100%;
		height: 10vh;
	}
	
	.movie_info_container {
		position: relative;
		left: 3%;
		width: 94%;
		height: 100%;
		display: flex;
	}
	.movie_manifesto_container {
		position: relative;
		flex: 28%;
		height: auto;
		color: #fff;
		padding-top: 0em;
		padding-bottom: 2em;
		margin-right: 4%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
		max-width: 500px;
	}
	.movie_manifesto_container img {
		border-radius: 15px;
	}
	.movie_manifesto_container a {
		text-decoration: none;
	}
	.movie_sinossi_container {
		position: relative;
		flex: 44%;
		height: auto;
		color: #fff;
		border-left: 1px solid #222222;
		padding-left: 4em;
		padding-right: 4em;
		padding-top: 0em;
		padding-bottom: 2em;
	}
	.movie_cast_container {
		position: relative;
		width: 24%;
		height: auto;
		color: #fff;
		padding-left: 2em;
		padding-top: 0em;
		padding-bottom: 2em;
		border-left: 1px solid rgba(255, 255, 255, .1);
	}
	.cast_repeater_container {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
	}
	.cast_repeater {
		position: relative;
		width: 100%;
		height: auto;
		display: inline-block;
		margin-bottom: 0px;
	}
	.cast_repeater_image {
		position: relative;
		width: 40px;
		height: 40px;
		background-size: cover;
		border-radius: 50%;
		float: left;
		background-color: #2d2d2d;
	}
	.cast_repeater_name {
		position: relative;
		width: auto;
		height: 100%;
		background-size: cover;
		border-radius: 50%;
		float: left;
		line-height: 40px;
		margin-left: 20px;

		color: #fff;
		font-size: 0.9em;
		font-weight: 600;
	}
	.cast_tecnico_container {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		padding-top: 1em;

		color: #fff;
		font-size: 1em;
		font-weight: 600;
	}
	.cast_tecnico_repeater {
		position: relative;
		width: 100%;
		height: auto;
		display: inline-block;
		float: left;
		padding-right: 2em;
	}
	.introduzione {
		position: relative;

		color: #fff;
		font-size: 1.5em;
		font-weight: 600;
		line-height: 1.4em;
	}
	.sinossi_text {
		/*max-height: 40vh;*/
		text-overflow: ellipsis;
		overflow: hidden;
		--max-lines: 25;
		max-height: calc(var(--lh) * var(--max-lines));
	}
	.sinossi {
		position: relative;

		color: #fff;
		font-size: 1.1em;
		line-height: 1.8em;
		font-weight: 400;
	}
	.introduzione_line {
		position: absolute;
		left: 0;
		top: 0;
		width: 6px;
		height: 100%;
		margin-left: -2.6em;
		background-color: #fff;
		border-radius: 3px;
		-ms-transform: translate(-6px, 0%);
		transform: translate(-6px, 0%);
	}
	
	.sinossititle {

		color: #f8d02f;
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 600;
		
	}
	.regiatitle {

		color: #f8d02f;
		font-size: 1.2em;
		font-weight: 600;
		display:inline-block; 
		padding-top: 1em;
	}
	.gallery_container {
		position: relative;
		width: 94%;
		height: auto;
		/*max-height: 430px;
		min-height: 380px;*/
		background-color: rgba(0, 0, 0, 1);
		overflow: hidden;
		left: 3%;
	}
	.gallery_container_shadow {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 8px;
		background-color: rgba(0, 0, 0, 0.15);
	}
	.gallery_thumb {
		position: relative;
		width: 250px;
		height: 100%;
		float: left;
		background-size: cover;
		background-position: center center;
		opacity: 1;
		transition: 0.2s ease-in-out 0s;
	}
	.gallery_thumb:hover {
		opacity: 0.6;
		transition: 0.4s ease-out 0s;
	}
	
	
	
	.clip_archive_container {
		position: relative;
		width: 100%;
		height: auto;
		background-color: #fff;
		overflow: hidden;
		border-radius: 20px 20px 0 0;
	}
	.clip_container {
		position: relative;
		left: 3%;
		width: 94%;
		height: auto;
		
		background-color: #F7F7F7;
		overflow: hidden;
		
		margin-bottom: 2em;
	}
	.clip_container_shadow {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 8px;
		background-color: rgba(0, 0, 0, 0.15);
	}
	.clip_thumb {
		position: relative;
		width: 250px;
		height: 250px;
		float: left;
		background-size: cover;
		background-position: center center;
		opacity: 1;
		transition: 0.2s ease-in-out 0s;
		border-radius: 20px;
		border: 10px solid #FFFFFF;
		box-sizing: border-box;
	}
	.clip_thumb:hover {
		opacity: 0.6;
		transition: 0.4s ease-out 0s;
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal {
		bottom: 5px;
	}
	
	
	.movie_archive_container {
		position: relative;
		width: 100%;
		height: auto;
		background-color: #f7f7f7;
		overflow: hidden;
	}

	.films_title {
		position: relative;
		width: auto;
		height: auto;
		left: 3%;
		margin: 0 auto;
		padding-bottom: 2em;

		font-size: 1.2em;
		font-weight: 500;
		color: #272727;
	}
	.films_container {
		position: relative;
		left: 3%;
		width: 94%;
		height: auto;
		
		display: inline-block;
	}
	.films_container_inside {
		position: relative;
		left: 0%;
		width: 100%;
		height: auto;
		
		display: inline-block;
		overflow: hidden;
	}

	
	.single_film {
		position: relative;
		width: 11.11%;
		height: auto;
		float: left;
		background-size: cover;
		background-position: center center;
		opacity: 1;
		transition: 0.2s ease-in-out 0s;
		padding-top: 1em;
	}
	
	.single_film:last-child {
		
	}
	.single_film_manifesto {
		position: relative;
		width: 90%;
		height: auto;
	}
	.single_film_manifesto img {
		border-radius: 10px;
	}
	.single_film_title {
		position: relative;
		width: 90%;
		height: auto;
		/*margin: 0 auto;*/

		font-size: 0.8em;
		font-weight: 500;
		color: #272727;
		text-overflow: ellipsis;
		padding-top: 0.6em;

		/* Required for text-overflow to do anything */
		white-space: nowrap;
		overflow: hidden;
	}
	.single_film_data {
		position: relative;
		width: 90%;
		height: auto;
		/*margin: 0 auto;*/

		font-size: 12px;
		font-weight: 500;
		color: #A0A0A0;
		text-overflow: ellipsis;

		/* Required for text-overflow to do anything */
		white-space: nowrap;
		overflow: hidden;
		
		margin-top: -6px;
	}
	.slideshow {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background-color: #000000;
	}
	.slide_home {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background-color: #272727;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		pointer-events: none;
	}
	.slide_background {
		position: absolute;
		left: -15px;
		top: -30px;
		width: 105%;
		height: 105%;
		background-color: #272727;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.slide_blackover {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, .2);
		cursor: pointer;
	}
	.homepage_timer_container {
		position: absolute;
		width: 94%;
		height: 5px;
		left: 50%;
		bottom: 0%;
		margin-bottom: 44px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, .30);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		overflow: hidden;
	}
	.homepage_timer_progress {
		position: absolute;
		width: 0%;
		height: 100%;
		left: 0%;
		top: 0%;
		border-radius: 5px;
		background-color: #F8D02F;
	}
	.homepage_timer_progress_dot_right {
		position: absolute;
		width: 6px;
		height: 6px;
		right: 5px;
		top: 2px;
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .10);
	}
	.homepage_timer_progress_dot_left {
		position: absolute;
		width: 6px;
		height: 6px;
		left: 5px;
		top: 2px;
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .10);
	}
	.spacer_homepage {
		position: relative;
		width: 100%;
		height: 100vh;
		border: 1px solid #fb0266;
	}
	.slide_btn_container {
		position: absolute;
		right: 3%;
		bottom: 4%;
		width: 126px;
		height: 58px;
		margin-bottom: 28px;
	}
	.btn_homepage_prev {
		position: absolute;
		right: 0%;
		bottom: 0%;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.6);
		border: 2px solid #fff;
		cursor: pointer;
		margin-right: 70px;
		opacity: 0.4;
		
		background-image: url('../images/arrow_slide_prev.svg');
		background-position: 46% center;
		background-repeat: no-repeat;
		
		transition: all 0.5s ease-out 0s;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.btn_homepage_prev:hover {
		opacity: 1;
	}
	.btn_homepage_next {
		position: absolute;
		right: 0%;
		bottom: 0%;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.6);
		border: 2px solid #fff;
		cursor: pointer;
		opacity: 0.4;
		
		background-image: url('../images/arrow_slide.svg');
		background-position: 52% center;
		background-repeat: no-repeat;
		
		transition: all 0.5s ease-out 0s;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.btn_homepage_next:hover {
		opacity: 1;
	}
	.slide_gradient_bottom {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 80vh;
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
		
		opacity: 0.6;
		pointer-events: none;
	}
	.slide_titolo_container {
		position: absolute;
		width: 32%;
		height: auto;
		left: 50%;
		top: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		/*pointer-events: none;*/
		max-width: 850px;
	}
	.slide_titolo_container_inside {
		position: relative;
		width: 100%;
		height: auto;
		left: 0%;
		top: 0%;
		text-align: center;
	}
	.slide_titolo {
		position: relative;
		text-align: center;
		/*font-family: 'Heebo', sans-serif;*/

		color: #fff;
		line-height: 1em;
		font-size: 5em;
		font-weight: 600;
		letter-spacing: -4px;
	}
	.slide_datauscita {
		position: relative;
		text-align: center;
		font-family: 'Heebo', sans-serif;
		color: #fff;
		line-height: 2em;
		font-size: 1.2em;
		font-weight: 500;
	}
	.slide_btn_movie_container {
		position: absolute;
		left: 3%;
		bottom: 4%;
		width: auto;
		height: 45px;
		margin-bottom: 36px;
		opacity: 1;
		transition: all 0.5s ease-out 0s;
		cursor: pointer;
	}
	.btn_scuola{
		width: 100%;
		height: 3em;
		border-radius: 0.4em;
		background-color: #F7CF2F;
		border: 2px solid #131c39;
		font-size: 1.2em;
		line-height: 3em;
		font-weight: 500;
		text-align: center;
		color: #000;
	}
	.btn_movie_icon {
		position: relative;
		left: 0%;
		top: 0%;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.2);
		
		background-image: url('../images/movie.svg');
		background-position: 52% center;
		background-repeat: no-repeat;
		float: left;
	}
	.btn_movie_cta {
		position: relative;
		left: 10px;
		top: 0%;
		width: auto;
		height: 45px;
		line-height: 45px;

		color: #fff;
		font-size: 1.2em;
		font-weight: 500;
		float: left;
		padding-right: 20px;
	}
	.slide_btn_movie_container:hover {
		opacity: 0.5;
	}
	.btn_movie_url {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.btn_full {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		cursor: pointer;
	}
	
	
	.movie_btn_movie_container {
		position: absolute;
		left: 50%;
		bottom: 1em;
		width: auto;
		height: 45px;
		/*margin-bottom: 36px;*/
		opacity: 1;
		transition: all 0.5s ease-out 0s;
		cursor: pointer;
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
	.movie_btn_movie_container:hover {
		opacity: 0.5;
	}
	
	.btn_movie_scehda_icon {
		position: relative;
		left: 0%;
		top: 0%;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.2);
		
		background-image: url('../images/arrowdownhome.svg');
		background-position: 52% center;
		background-repeat: no-repeat;
		float: left;
	}
	.footer_container {
		position: absolute;
		left: 50%;
		bottom: 5px;
		width: 94%;
		height: 28px;
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		border-top: 2px solid rgba(255, 255, 255, .15);
		margin-bottom: 2px;
	}
	.legals {
		position: absolute;
		left: 0;
		bottom: 0;
		width: auto;
		height: auto;

		color: #fff;
		font-size: 0.6em;
		font-weight: 500;
		letter-spacing: -0.02em;
		color: #fff;
		opacity: 0.8;
	}
	.social_footer {
		position: absolute;
		right: 0;
		bottom: 0;
		width: auto;
		height: 22px;

		font-size: 0.6em;
		font-weight: 500;
		letter-spacing: -0.02em;
		color: #fff;
		opacity: 0.8;
	}
	.social_footer a {
		color: #000;
		text-decoration: none;
	}
	.covershad_bottom_blu {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 120vh;
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 28, 59, 0.00)), to(rgba(19, 28, 59, 1.00)));
		background-image: -webkit-linear-gradient(top, rgba(19, 28, 59, 0.00), rgba(19, 28, 59, 1.00));
		background-image: -moz-linear-gradient(top, rgba(19, 28, 59, 0.00), rgba(19, 28, 59, 1.00));
		background-image: -o-linear-gradient(top, rgba(19, 28, 59, 0.00), rgba(19, 28, 59, 1.00));
		background-image: -ms-linear-gradient(top, rgba(19, 28, 59, 0.00), rgba(19, 28, 59, 1.00));
		background-image: linear-gradient(top, rgba(19, 28, 59, 0.00), rgba(19, 28, 59, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
		
		opacity: 1;
	}
	.movie_archive_grid {
		position: relative;
		left: 9%;
		width: 82%;
		display: inline-grid;
		grid-template-columns: repeat(5, 1fr);
		grid-column-gap: 2%;
		grid-row-gap: 20px;
		padding-bottom: 3em;
		
	}
	.single_film_archive {
		position: relative;
		height: auto;
		top: 0;
		opacity: 1;
		text-align: center;
		/*min-width: 220px;*/
		transition: transform 0.2s ease-in-out;
		min-width: 0;
	}
	.single_film_archive:hover {
		transform: scale(0.96);
		transition: transform 0.2s ease-out;
	}
	.single_film_manifesto_archive {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: calc(800 / 560 * 100%);
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 10px;
		border-radius: 5px;
		
	}
	.single_film_manifesto_archive img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.single_film_data_archive {
		position: relative;
		width: auto;
		height: auto;
		/*margin: 0 auto;*/

		font-size: 1em;
		font-weight: 600;
		background-color: #f8d02f;
		color: #131D3C;
		float: left;
		padding-left: 0.5em;
		padding-right: 0.5em;
		border-radius: 0.2em;
		margin-right: 0.5em;
	}
	.single_film_title_archive {
		position: relative;
		width: 100%;
		height: auto;
		/*margin: 0 auto;*/

		font-size: 0.9em;
		font-weight: 500;
		color: #4FBDE4;
		text-align: left;
		overflow: hidden;
	    white-space: nowrap; 
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;

	/* Required for text-overflow to do anything */
		overflow: hidden;
	}
	.pagination_container {
		position: relative;
		left: 9%;
		width: 82%;
		height: 56px;
		margin-bottom: 5em;
	}
	.pagination_prev {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.6);
		border: 2px solid #fff;
		cursor: pointer;
		opacity: 0.4;
		
		background-image: url('../images/arrow_slide_prev.svg');
		background-position: 48% center;
		background-repeat: no-repeat;
		
		transition: all 0.5s ease-out 0s;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.pagination_next {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.6);
		border: 2px solid #fff;
		cursor: pointer;
		opacity: 0.4;
		
		background-image: url('../images/arrow_slide.svg');
		background-position: 52% center;
		background-repeat: no-repeat;
		
		transition: all 0.5s ease-out 0s;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.pagination_prev:hover {
		opacity: 1;
	}
	.pagination_next:hover {
		opacity: 1;
	}
	.pagination_pages {
		position: absolute;
		left: 50%;
		top: 0;
		width: auto;
		height: 100%;
		-ms-transform: translate(50%, 0%);
		transform: translate(-50%, 0%);
	}
	.pagina_title {
		position: relative;
		float: left;

		font-size: 0.8em;
		font-weight: 600;
		color: #fff;
		text-align: center;
		line-height: 56px;
		padding-right: 0.4em;
		min-width: 8px;
		float: left;
	}
	.pagination_page_number {
		position: relative;
		float: left;

		font-size: 1.2em;
		font-weight: 600;
		color: #F8D02F;
		text-align: center;
		line-height: 56px;
		padding-left: 0.4em;
		padding-right: 0.4em;
		min-width: 8px;
		float: left;
	}
	.pagination_page_number a {
		text-decoration: none;
	}
	
	.archive_search_container {
		position: relative;
		left: 9%;
		width: 82%;
		height: 40px;
		margin-bottom: 2em;
	}
	#search-film input[type=text] {
		width: 180px;
		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: 260px;
		border: none;
		outline: none;
	}
	.archive_title {
		position: relative;
		width: auto;
		height: 40px;
		line-height: 40px;
		float: left;
		padding-right: 0.5em;

		font-size: 1.4em;
		font-weight: 600;
	}
	.archive_evidenza {
		position: relative;
		width: auto;
		height: 40px;
		line-height: 40px;
		float: right;
		padding-right: 0.5em;

		font-size: 0.8em;
		font-weight: 600;
	}
	.archive_evidenza_titolo {
		position: relative;
		width: auto;
		height: 40px;
		line-height: 40px;
		float: right;
		padding-right: 0.5em;

		font-size: 1.3em;
		font-weight: 600;
		color: #f8d02f;
	}
	.archive_evidenza_data {
		position: relative;
		width: 30px;
		height: 30px;
		float: right;
		background-color: #f8d02f;
		color: #131d3c;

		border-radius: 20px;
		margin-top: 5px;
		text-transform: uppercase;
		background-image: url('../images/arrowright.svg');
		background-position: 48% 50%;
		background-size: 40% 40%;
		background-repeat: no-repeat;
		transform: scaleX(-1);
	}
	.condividi_btn_container {
		position: absolute;
		right: 0%;
		bottom: 1em;
		width: auto;
		height: 40px;
		cursor: pointer;
		background-color: rgba(0, 0, 0, .10);
		/*border: 2px solid rgba(255, 255, 255, .15);*/
		padding-left: 1em;
		padding-right: 0.6em;
		padding-bottom: 0em;
		border-radius: 0.5em;
	}
	.condividi_txt {
		position: relative;
		width: auto;
		height: 40px;
		line-height: 40px;
		float: left;
		padding-right: 0.8em;

		font-size: 0.8em;
		font-weight: 600;
		color: #fff;
	}
	.condividi_btn {
		position: relative;
		width: 30px;
		height: 30px;
		float: left;
		background-color: #f8d02f;
		color: #131d3c;

		border-radius: 20px;
		margin-top: 5px;
		text-transform: uppercase;
		background-image: url('../images/share.svg');
		background-position: 46% 50%;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		
	}
	.follow_btn_container {
		position: absolute;
		left: 0%;
		bottom: 1em;
		width: auto;
		height: 40px;
		background-color: rgba(0, 0, 0, .10);
		/*border: 2px solid rgba(255, 255, 255, .15);*/
		padding-left: 1em;
		padding-right: 0.4em;
		padding-bottom: 0em;
		border-radius: 0.5em;
		margin-right: 140px;
	}
	.follow_btn_container_contact {
		position: relative;
		width: auto;
		height: 40px;
		background-color: rgba(0, 0, 0, .10);
		/*border: 2px solid rgba(255, 255, 255, .15);*/
		border: 1px solid #333;
	}
	.follow_btn_social {
		position: relative;
		float: left;
		top: 50%;

		font-size: 0.8em;
		font-weight: 600;
		color: #fff;
		text-align: center;
		padding-left: 0.6em;
		padding-right: 0.6em;
		loat: left;
		margin-right: 6px;
		border-radius: 4px;
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		width: 13px;
		height: 28px;
		line-height: 30px;
		border-radius: 30px;
		border: 2px solid rgba(255, 255, 255, .25);
		background-color: rgba(0, 0, 0, .15);
		
		/*border-top: 1px solid rgba(255, 255, 255, .15);
		border-left: 1px solid rgba(255, 255, 255, .15);*/
		/*border-bottom: 1px solid rgba(0, 0, 0, .15);
		border-right: 1px solid rgba(0, 0, 0, .15);*/
	}
	.follow_btn_social_bevel {
		position: absolute;
		width: 90%;
		height: 2px;
		left: 5%;
		bottom: 2px;
		background-color: rgba(255, 255, 255, .05);
	}
	.follow_btn_social a {
		color: #fff;
		text-decoration: none;
		transition: opacity 0.2s ease-in-out 0s;
	}
	.follow_btn_social a:hover {
		opacity: 0.5;
	}
	.addthis {
		position: absolute;
		right: 0%;
		bottom: 70px;
		width: 45px;
		height: auto;
		margin-bottom: -4px;
		opacity: 0;
		pointer-events: none;
	}
	
	
	.addthis .at-icon-wrapper .at-label {
		display: none;
	}
	
	.addthis .at-icon-wrapper {
		float: left;
		width: 32px;
	}
	
	
	.news_widget_container {
		position: relative;
		width: 100%;
		height: auto;
		background-color: #fff;
		overflow: hidden;
	}
	.news_widget_container_grid {
		position: relative;
		left: 0%;
		width: 100%;
		display: inline-grid;
		grid-template-columns: repeat(3, 1fr);
		padding-top: 3em;
		padding-bottom: 3em;
		grid-auto-rows: minmax(10px, auto);
		grid-row-gap: 4em;
	}
	.news_widget_single {
		position: relative;
		width: ;
		height: auto;
		top: 0;
	}
	.news_widget_single_title {
		position: relative;
		height: auto;
		margin-left: 3vw;
		margin-right: 3vw;
		padding-top: 1.3em;
		padding-bottom: 1.3em;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		
		font-size: 1.8em;
		font-weight: 500;
		line-height: 1.3em;
		text-align: left;
		
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;  
		white-space: normal;
		min-height: calc(1.3em *2);
		max-height: calc(1.3em *2);
	}
	.news_widget_single_text {
		position: relative;
		margin-left: 3vw;
		margin-right: 3vw;
		height: auto;
		padding-top: 2em;
		color: #575757;
		overflow: hidden;
		text-overflow: ellipsis;
		
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 400;
		
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical; 
	}
	.news_widget_single_text strong {
		font-weight: 600;
	}
	.continua_leggere {
		position: relative;
		width: auto;
		height: 45px;
		margin-left: 3vw;
		padding-top: 2em;
		
		font-size: 1em;
		line-height: 45px;
		font-weight: 500;
		
		color: #2F2F2F;
		float: left;
		text-align: left;
	}
	.continua_leggere a {
		color: #2F2F2F;
		text-decoration: none;
	}
	.continua_btn {
		position: relative;
		width: 45px;
		height: 45px;
		padding-left: 1em;
		float: right;
	}
	.news_widget_single_image {
		position: relative;
		width: 100%;
		height: 30vh;
		margin-top: 2em;
		background-color: #e4e4e4;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		max-height: 300px;
		transition: opacity 0.4s ease-in-out 0s;
	}
	.news_widget_single_image:hover {
		opacity: 0.8;
	}
	
	
	
	.arrowdownhome {
		position: absolute;
		left: 50%;
		bottom: 4%;
		width: 46px;
		height: 46px;
		margin-bottom: 36px;
		
		margin-left: -23px;
		
		cursor: pointer;
		
		background-image: url('../images/arrowdownhome.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.arrowdownmovie {
		position: absolute;
		left: 50%;
		bottom: 2%;
		width: 46px;
		height: 10px;
		margin-bottom: 15px;
		
		margin-left: -23px;
		
		cursor: pointer;
		
		background-image: url('../images/arrowdown.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		
		opacity: 0.2;
	}
	.movie_single_footer {
		position: relative;
		width: 100%;
		height: 30px;
		background-color: #fff;
		padding-top: 20px;
	}
	
	
	.dettaglio_news_container {
		position: relative;
		width: 100%;
		background-color: #f7f7f7;
		padding-bottom: 4em;
	}
	.dettaglio_news {
		position: relative;
		width: 50%;
		height: auto;
		margin: 0 auto;
		padding-bottom: 2em;
	}
	.dettaglio_news_title {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 3.5em;
		line-height: 1.1em;
		font-weight: 600;
		color: #333333;
		padding-top: 1em;
	}
	.dettaglio_news_subtitle {
		
		font-size: 1.8em;
		line-height: 1.4em;
		font-weight: 400;
		color: #858585;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.dettaglio_news_text {
		
		font-size: 1em;
		line-height: 2em;
		font-weight: 400;
		color: #333;
		padding-top: 0em;
		text-align: justify;
	}
	.dettaglio_news_text a {
		color: #333;
		font-weight: 500;
		text-decoration: none;
	}
	.dettaglio_news_text img {
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	.dettaglio_news_text hr {
		margin-top: 2em;
		margin-bottom: 2em;
		border: 1px solid #eeeeee;
	}

	.dettaglio_news_image {
		width: 110%;
		/* height: 60vh; */
		padding-top: 70%;
		max-height: 700px;
		border-radius: 10px;
		margin-left: -5%;
		background-position: center center;
		background-size: cover;
		margin-top: 2em;
		margin-bottom: 4em;
	}
	.dettaglio_news_film_correlato {
		position: relative;
		width: 140px;
		height: 200px;
		border-radius: 10px;
		padding-top: 0em;
		padding-bottom: 1.5em;
		margin-bottom: 1.2em;
		float: left;
		padding-right: 1.5em;
	}
	.film_correlato_manifesto {
		position: relative;
		width: 140px;
		height: 200px;
		/*padding-top: calc(140 / 200 * 100%);*/
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		
		margin-bottom: 5px;
		border-radius: 5px;
	}
	.film_correlato_manifesto img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.film_correlato_btnscheda {
		font-family: 'Heebo', sans-serif;
		color: #fff;
		font-size: 0.9em;
		line-height: 1em;
		line-height: 2em;
		font-weight: 600;
		color: #fff;
		text-align: center;
		background-color: #bebebe;
		border-radius: 5px;
		margin-bottom: 2em;
	}
	
	
	
	.contatti_cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 110vh;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #000;
		/*filter: blur(8px);
		-webkit-filter: blur(8px);*/
	}
	.contatti_widget_container {
		position: relative;
		width: 100%;
		height: auto;
	}
	.dettaglio_contatti_container {
		position: relative;
		width: 90%;
		left: 5%;
		padding-bottom: 6em;
		display: inline-grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 2%;
		grid-row-gap: 25px;
	}
	.dettaglio_contatti {
		position: relative;
		width: 100%;
		height: auto;
	
		padding-bottom: 2em;
		padding-left: 3vw;
	}
	.dettaglio_contatti_form {
		position: relative;
		width: 90%;
		height: auto;
	
		padding-bottom: 6em;
		padding-right: 3vw;
		
		color: #000;
	}
	#sedelegale {
		padding-right: 3.5em;
	}
	.dettaglio_contatti_title {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 6em;
		line-height: 1em;
		font-weight: 700;
		letter-spacing: -0.03em;
		color: #000;
	}
	.dettaglio_contatti_subtitle {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 1.2em;
		line-height: 1em;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		padding-bottom: 2em;
	}
	.dettaglio_contatti_social {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 1.4em;
		line-height: 1em;
		font-weight: 600;
		color: #000;
		padding-top: 4em;
		width: 90%;
		display: inline-block;
	}
	.social_contatti_title {
		float: left;
		padding-right: 1em;
	}
	.socialcontactbtn {
		position: relative;
		float: left;
		padding-top: 0.7em;
		padding-left: 1em;
		padding-right: 1em;
		color: #000;
		font-size: 0.6em;
		/*border: 2px solid #333;*/
		margin-top: -0.7em;
		/*margin-left: 0.8em;*/
		border-radius: 0.5em;
		font-weight: 500;
	}
	.socialcontactbtn a {
		color: #000;
		text-decoration: none;
	}
	.socialcontactbtn a:hover {
		text-decoration: underline;
	}
	.dettaglio_contatti_sede {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 1.8em;
		line-height: 1em;
		font-weight: 600;
		color: #000;
		padding-top: 1.5em;
		float: left;
	}
	.dettaglio_contatti_sede_title {
		font-size: 1em;
	}
	.dettaglio_contatti_sede_text {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 0.6em;
		line-height: 1.8em;
		font-weight: 400;
		color: #000;
		margin-top: 2em;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
		/*padding-left: 1.6em;
		border-left: 3px solid #333;*/
	}
	.dettaglio_contatti_sede_text a {
		color: #333;
	}
	.linebottom_small {
		position: relative;
		margin-top: 12px;
		width: 5%;
		height: 4px;
		background-color: #000;
		border-radius: 4px;
	}
	.dettaglio_form_subtitle {
		/*font-family: 'Heebo', sans-serif;*/
		width: 100%;
		font-size: 1.9em;
		line-height: 1.3em;
		letter-spacing: -0.03;
		font-weight: 400;
		color: #000;
		padding-bottom: 1em;
	}
	.dettaglio_contatti_form input[type=text] {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		border-radius: 10px;
		margin-top: 1em;
		border: none;
		text-align: left;

		font-size: 1em;
		font-weight: 600;
		color: #484848;
		
		padding-left: 1em;
		
	}
	.dettaglio_contatti_form textarea {
		width: 100%;
		/*height: 40px;*/
		box-sizing: border-box;
		/*border-radius: 20px;*/
		border: none;
		text-align: left;
		margin-top: 1em;
		font-size: 1em;
		font-weight: 500;
		color: #000;
		transition: width 0.4s ease-in-out;
		float: left;
		background-color: rgba(255, 255, 255, 0);
		background-color: #fff;
		border-radius: 10px;
		padding: 1em;
	}
	.dettaglio_contatti_form input[type=email] {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		border-radius: 10px;
		margin-top: 1em;
		border: none;
		text-align: left;

		font-size: 1em;
		font-weight: 600;
		color: #484848;
		padding-left: 1em;
	}
	.dettaglio_contatti_form input[type=checkbox] {
		padding-left:5px;
	    padding-right:5px;
	    border-radius:15px;
	
	    -webkit-appearance:button;
	
	
	    background-color:#fff;
	    color:#FFF;
	    white-space: nowrap;
	    overflow:hidden;
	
	    width:20px;
	    height:20px;
		float: left;
	}
	.dettaglio_contatti_form input[type=checkbox]:checked {
	    background-color:#333;
	   border: 4px solid #fff;
	}
	
	.dettaglio_contatti_form input[type=checkbox]:hover {
	}
	
	.dettaglio_contatti_form label {

		font-size: 0.9em;
		font-weight: 500;
		color: #000;
	}
	.dettaglio_contatti_form .wpcf7-list-item-label {
		float: left;
		height: 20px;
		margin-left: 5px;
		padding-top: 2px;
	}

	.dettaglio_contatti_form input[type=submit] {
		box-shadow:inset 0px 1px 0px 0px #ffffff;
		background-color:#ffffff;
		border-radius:6px;
		border:1px solid #fff;
		display:inline-block;
		cursor:pointer;
		color:#666666;
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
		padding:10px 24px;
		text-decoration:none;
		text-shadow:0px 1px 0px #ffffff;
		width: 100%;
		margin-top: 2em;
	}
	.formbutton:hover {
		background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
		background-color:#f6f6f6;
	}
	.formbutton:active {
		position:relative;
		top:1px;
	}
	.wpcf7-not-valid-tip {
		text-decoration: underline;
		color: #fff;
	}
	.wpcf7-response-output {
		padding-top: 4em;
		display: none;
	}
	.screen-reader-response {
		border: 2px solid #333;
		padding: 1em;
		text-align: center;
	}
	.screen-reader-response ul{
		display: none;
	}
	.covershad_bottom_yellow {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		/*background-color: #f7cf02;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 207, 2, 0.00)), to(rgba(247, 207, 2, 1.00)));
		background-image: -webkit-linear-gradient(top, rgba(247, 207, 2, 0.00), rgba(247, 207, 2, 1.00));
		background-image: -moz-linear-gradient(top, rgba(247, 207, 2, 0.00), rgba(247, 207, 2, 1.00));
		background-image: -o-linear-gradient(top, rgba(247, 207, 2, 0.00), rgba(247, 207, 2, 1.00));
		background-image: -ms-linear-gradient(top, rgba(247, 207, 2, 0.00), rgba(247, 207, 2, 1.00));
		background-image: linear-gradient(top, rgba(247, 207, 2, 0.00), rgba(247, 207, 2, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7cf02', EndColorStr='#f7cf02');
		
		opacity: 1;
	}
	.covershad_bottom_blue {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		/*background-color: #f7cf02;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 27, 58, 0.00)), to(rgba(18, 27, 58, 1.00)));
		background-image: -webkit-linear-gradient(top, rgba(18, 27, 58, 0.00), rgba(18, 27, 58, 1.00));
		background-image: -moz-linear-gradient(top, rgba(18, 27, 58, 0.00), rgba(18, 27, 58, 1.00));
		background-image: -o-linear-gradient(top, rgba(18, 27, 58, 0.00), rgba(18, 27, 58, 1.00));
		background-image: -ms-linear-gradient(top, rgba(18, 27, 58, 0.00), rgba(18, 27, 58, 1.00));
		background-image: linear-gradient(top, rgba(18, 27, 58, 0.00), rgba(18, 27, 58, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#121b3a', EndColorStr='#121b3a');
		
		opacity: 1;
	}
	#twitter-widget-0,#twitter-widget-1{
		margin: 0 auto;
		padding-top: 2em;
	}
	
	
	.videobg {
		position: fixed;
		width: 100%;
		height: 100%;
		-webkit-transform: translate3d(0, 0, 0);
	    background-size: cover;
		overflow: hidden;
	}
	.videobg video {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: auto;
	    height: auto;
	    min-width: 100%;
	    min-height: 100%;
	    max-width: none;
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	.societa_widget_container {
		position: relative;
		width: 100%;
		height: auto;
	}
	.dettaglio_societa_container {
		position: relative;
		width: 90%;
		left: 5%;

		display: inline-grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 2%;
		grid-row-gap: 25px;
	}
	.column_societa_cover {
		position: relative;
		width: 100%;
		height: 100%;
		
		color: #fff;
	}
	.column_societa_cover_inside {
		position: absolute;
		right: 0%;
		top: 0;
		width: 100%;
		height: 100%;
		
		color: #fff;
	}
	.column_societa_text {
		position: relative;
		width: 88%;
		padding-bottom: 0em;
		
		color: #fff;
	}
	.giampaolo_letta {
		width: 100%;
		border-radius: 0.8em;
		border: 1px solid #fff;
		display: block;
	}
	.column_societa_cover_left {
		position: absolute;
		left: 3%;
		top: 0;
		width: 46%;
		height: 100%;
		border: red;
		margin-top: 5em;
	}
	.column_societa_cover_right {
		position: absolute;
		right: 1em;
		top: 0;
		width: 46%;
		height: 100%;
		border: yellow;
		margin-top: -6em;
	}
	.column_societa_cover_left img {
		border-radius: 1em;
		margin-bottom: 1em;
	}
	.column_societa_cover_right img {
		border-radius: 1em;
		margin-bottom: 1em;
	}
	.societa_title {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 2em;
		line-height: 1.5em;
		font-weight: 600;
		color: #fff;
		padding-top: 1.5em;
	}
	.societa_img {
		border-radius: 0.8em;
		overflow: hidden;
	}
	.societa_img img {
		display: block;
	}
	.societa_para1 {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 1.5em;
		line-height: 1.5em;
		font-weight: 400;
		color: #fff;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.societa_para2 {
		/*font-family: 'Heebo', sans-serif;*/
		font-size: 1.5em;
		line-height: 1.5em;
		font-weight: 400;
		color: #fff;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.societa_didascalia {
		/*font-family: 'Heebo', sans-serif;*/
		margin-top: -4em;
		margin-left: 1em;
		font-size: 1em;
		line-height: 1.4em;
		font-weight: 400;
		color: #fff;
		padding-top: 0.5em;
	}
	.base_codice_etico {
		position: relative;
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 400;
		width: 100%;
		height: auto;
		padding: 3em;
		background-color: #fff;
		border-radius: 0.8em;
		color: #131D3C;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
    	box-sizing:border-box;
	}
	.base_modello231 {
		position: relative;
		font-size: 0.9em;
		line-height: 1.5em;
		font-weight: 400;
		width: 100%;
		height: auto;
		padding: 3em;
		background-color: #fff;
		border-radius: 0.8em;
		color: #131D3C;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
    	box-sizing:border-box;
		margin-top: 0.5em;
	}
	.btn_codice_etico {
		width: 100%;
		height: 3em;
		border-radius: 0.4em;
		border: 2px solid #131c39;
		font-size: 1.2em;
		line-height: 3em;
		font-weight: 500;
		text-align: center;
	}
	.btn_codice_etico a{
		color: #121c39;
		text-decoration: none;
	}

	.btn_dettaglionews{
		width: 100%;
		height: 4em;
		border-radius: 0.4em;
		background-color: #F7CF2F;
		/* border: 2px solid #F7CF2F; */
		font-size: 1.2em;
		line-height: 4em;
		font-weight: 500;
		text-align: center;
		margin-bottom: 2em;
	}
	.btn_dettaglionews a{
		color: #0B0A1A;
		text-decoration: none;
	}

	summary {
		cursor: pointer;
		box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);
		width: 100%;
		background: #ffffff;
		border-radius: 8px;
		position: relative;
		color: #131c39;
		padding: 1em;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
    	box-sizing:border-box;
	}
	
	summary::-webkit-details-marker {
	  color: #B6B6B6;
	}
	.btn_pressbook {
		width: 100%;
		height: 3em;
		border-radius: 0.4em;
		border: 2px solid #fff;
		font-size: 1.2em;
		line-height: 3em;
		font-weight: 500;
		text-align: center;
		margin-top: 1em;
		color: #fff;
		cursor: pointer;
		transition: all 0.2s ease-in-out 0s;
	}
	.btn_pressbook:hover {
		color: #f6ce42;
		border: 2px solid #f6ce42;
	}	
	.follow_btn_container_homepage {
		position: absolute;
		right: 3%;
		bottom: 4%;
		width: auto;
		height: 40px;
		/*background-color: rgba(0, 0, 0, .10);*/
		/*border: 2px solid rgba(255, 255, 255, .15);*/
		padding-left: 1em;
		padding-right: 0.4em;
		padding-bottom: 0em;
		border-radius: 0.5em;
		margin-right: 140px;
		margin-bottom: 34px;
	}

	
	
	
							/*.clip_container {
								position: relative;
								left: 0%;
								width: 100%;
								display: inline-grid;
								grid-template-columns: repeat(3, 1fr);
								
								grid-column-gap: 10px;
								grid-row-gap: 10px;
								padding-top: 0.5em;
								padding-bottom: 0.5em;
								line-height: 1em;
							}
							.clip_single {
								position: relative;
								height: auto;
								top: 0;
								opacity: 1;
								text-align: left;
								/*min-width: 220px;*!/
								min-width: 0;
								text-transform: uppercase;
								font-weight: 700;
								font-size: 0.7em;
								color: #999;
							}
							.clip_img {
								position: relative;
								width: 100%;
								height: 50%;
								overflow: hidden;
							}
							.clip__img {
								box-sizing: border-box;
							    -moz-box-sizing: border-box;
							    -webkit-box-sizing: border-box;
							    width: 100%;
								border-radius: 10px;
								width: 100%;
								object-fit: cover;
								/*height: 120px;*!/
								height: 85px;
								border: 3px solid #222;
								opacity: 1;
								transition: all 0.5s;
							}
							.clip__img:hover {
								opacity: 0.5;
							}
							.clip_label {
								position: relative;
								width: auto;
								height: auto;
								/*margin: 0 auto;*!/
						
								font-size: 0.7em;
								font-weight: 800;
								background-color: #f8d02f;
								color: #000;
								float: left;
								padding-left: 0.5em;
								padding-right: 0.5em;
								border-radius: 0.2em;
								margin-right: 0.5em;
							}
	
	
							.logo_container {
								position: relative;
								width: 100%;
								height: 12vw;
							}
							.logo__img {
							    width: 100%;
								height: 100%;
								object-fit: contain;
							}*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	