/*

font-family: 'Inter', sans-serif;
font-family: 'Merriweather', serif;

-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);


*/


* {
  /* outline: 1px solid rgba(255, 255, 255, 0.292); */
}

a {
	all: unset;
}
a:hover {
 cursor:pointer;
}

/* WEBSITE */
/* WEBSITE */
/* WEBSITE */
/* WEBSITE */

html,body{
	height:100%;
}
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	image-rendering: auto;
	transition: all .3s ease-out;
}

:root {
	--maxwidth: 1350px;
	--maxwidthmobile: 2000px;
	--centercolwidth: 80%;
	--maxwidthmenu: 1100px;
	--widthworkscol: 60%;
}


.websitewrap{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.homepagewrap{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body::-webkit-scrollbar {
	width: 0.8rem;
	background-color: #222;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow:none;
}

body::-webkit-scrollbar-thumb {
	background-color: #F0F0F0;
	border-radius:.5rem;
}
.darklayer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

/* SLIDESHOW */
/* SLIDESHOW */
/* SLIDESHOW */
/* SLIDESHOW */


.containerslides{
	background-color: #212121;
	position: relative;
	width: 100%;
	height: 8h;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0px;
	min-height: 100%;
}
#all_slideshomepage{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0px;
}
.slidehomepage{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
   
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
  
	padding: 40px;
	box-sizing: border-box;
	background: #333;
	color: #fff;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	border-radius: 0px;
}
.slidehomepage_opacity{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.25); */
}
.activeslide{
	opacity: 1;
	pointer-events: none;
}


.contselector {
	position: absolute;
	left: 50%;
	bottom: max(155px, 18%);
	
	width: 100%;
	height: auto;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 5px 0 0 5px;
	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	grid-column-gap: 0.5em;
	
	/* width: var(--centercolwidth);
	max-width: var(--maxwidth); */
	
	width: 94%;
}
.selettoreslide {
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 6px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 1);


	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	cursor: pointer;
	float: left;
	
	opacity: 0.2;
}
.selettoreactive {
	opacity: 1;
}
.selettorenoactive {
	opacity: 0.2;
}
.selettorename{
	position: absolute;
	left: 0;
	top: -1.6em;
	font-size: calc(10px + 0.4vmin)!important;
	font-weight: 700;
	color: #fff;
}
.imgmovieslidehome{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.logomovieslidehome{
	position: absolute;
	left: 3%;
	bottom: max(200px, 24%);
	width: 25%;
	height: auto;
}
.logomovieslidehome img{
	width: 100%;
	height: auto;
}
.socialgrid{
	position: fixed;
	top: 0%;
	left: -7%;
	width: 114%;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.223);
	border-radius: 0 0 10px 10px;
}
.socialgridinside{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 0.6em 1em 0.5em 1em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 0.5em;
	box-sizing: border-box;
}

.socialgridbug{
	position: relative;
	width: 100%;
	background-size: contain;
	background-position: center center;
	text-align: center;
	margin: auto;
	display: block;
	transition: all .3s ease-out;
}
.socialgridbug:hover{
	opacity: 0.8;
	transition: all .3s ease-out;
}
.socialgridbug img{
	width: 70%;
	opacity: 0.9;
}
.gradtop_socialgrid {
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0;
	top: 0;
	opacity: 0.2;
	pointer-events: none;
	
	/*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));
}
.contnewshomepage{
	position: absolute;
	left: 3%;
	bottom: 5%;
	width: 94%;
	height: 11%;
	min-height: 100px;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 0.5em;
}
.singlenotiziahome{
	position: relative;
	width: 100%;
	height: 100%;
}
.singlenotiziahome_inside{
	position: relative;
	background-color: #282828;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 42% 1fr;
	grid-column-gap: 0em;
	height: 100%;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.miocinemabanner_home{
	position: relative;
	width: 100%;
	height: 100%;
}
.miocinemabanner_home_inside{
	background-color: #E4E4E5;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 42% 1fr;
	grid-column-gap: 0em;
	height: 100%;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.singlenotiziahome_title{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: calc(10px + 0.4vmin);
	margin: auto 0;
	padding-right: 0.8em;
	
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.singlenotiziahome_title img{
	height: 2vh;
}
.singlenotiziahome_continue{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: #7D7D7D;
	font-size: calc(6px + 0.4vmin);
	margin: auto 0;
	padding-top: 1em;
	text-decoration: none;
	
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	
	text-transform: uppercase;
}
.singlenotiziahome_titleinside{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.singlenotiziahome_thumb{
	position: relative;
	left: 50%;
	top: 50%;
	width: 86%;
	height: 80%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	background-size: cover;
	background-position: center center;
	
	border: solid 2px #7D7D7D;
	box-sizing: border-box;
	border-radius: 10px;
	
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.singlenotiziahome_thumb_miocinema{
	position: relative;
	left: 50%;
	top: 50%;
	width: 86%;
	height: 80%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	background-size: cover;
	background-position: center center;
	
	border: solid 2px #7D7D7D;
	box-sizing: border-box;
	border-radius: 10px;
	
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.btnmiocinemahome{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.dataslidehome {
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #F0F0F0;
	font-size: calc(12px + 0.6vmin);
	margin: auto 0;
	padding-top: 1em;
	text-decoration: none;
}
.contbtnlogohome {
	position: relative;
	/* bottom: 20%; */
	bottom: max(150px, 18%);
	width: 100%;
	height: auto;
	border-radius: 5px 0 0 5px;
	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	grid-column-gap: 0.5em;
	margin-top: 0.5em;
}
.contbtnscuole {
	position: relative;
	/* bottom: 20%; */
	bottom: max(150px, 18%);
	width: 100%;
	height: auto;
	border-radius: 5px 0 0 5px;
	
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0.5em;
	grid-row-gap: 0.5em;
	padding-top: 1.5em;
}
.btn_schedascuola{
	position: relative;
	font-size: calc(0.6em + 0.3vw);
	text-transform: none;
	font-weight: 500;
	text-align: center;
	float: left;
	background-color: #2A2A2A;
	padding: 0.7em 1em 0.6em 1em;
	border-radius: 5px;
	color: #ffffff;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}
.btn_spuntiscuola{
	position: relative;
	font-size: calc(0.6em + 0.4vw);
	text-transform: none;
	font-weight: 600;
	text-align: center;
	float: left;
	background-color: rgba(65, 65, 65, 1);
	padding: 0.6em 1em 0.6em 1em;
	border-radius: 5px;
	color: #f5f5f5;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}
.btnschedalogohome{
	position: relative;
	font-size: calc(0.6em + 0.3vw);
	text-transform: none;
	font-weight: 500;
	text-align: center;
	float: left;
	background-color: #2A2A2A;
	padding: 0.7em 1em 0.6em 1em;
	border-radius: 5px;
	color: #ffffff;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}

.btntrovasalahome{
	position: relative;
	font-size: calc(0.6em + 0.3vw);
	text-transform: none;
	font-weight: 500;
	text-align: center;
	float: left;
	background-color: rgba(42, 42, 42, 0.8);
	border: 2px solid #656565;
	padding: 0.6em 1em 0.6em 1em;
	border-radius: 5px;
	color: #ffffff;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}

.btnscuola{
	position: relative;
	font-size: calc(0.6em + 0.3vw);
	text-transform: none;
	font-weight: 500;
	text-align: center;
	float: left;
	background-color: rgba(42, 42, 42, 0.8);
	border: 2px solid #656565;
	padding: 0.6em 1em 0.6em 1em;
	border-radius: 5px;
	color: #ffffff;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}




/* MOVIE */
/* MOVIE */
/* MOVIE */

.moviecover{
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.moviecoverbg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.movievideobg{
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.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%);
}
.centercol{
	position: relative;
	width: var(--centercolwidth);
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	justify-content: center;
	
	max-width: var(--maxwidth);
	min-height: 100%;
	padding-bottom: 2em;
	
}
.sectionwrap{
	position: relative;
	width: 100%;
	height: auto;
}
.logoscheda{
	position: absolute;
	left: 50%;
	bottom: 15%;
	width: 40%;
	height: auto;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	margin: 0 auto;
	text-align: center;
	
}
.logoschedainside{
	position: relative;
	left: 0%;
	bottom: 0%;
	width: 100%;
	height: 22vh;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #F0F0F0;
	font-size: 3vw;
	letter-spacing: -0.02em;
	line-height: 100%;
	color: #fff;
}
.logoscheda img{
	width: 100%;
	height: auto;
	max-height: 300px;
}

.logoarchivio{
	position: absolute;
	left: 0%;
	bottom: 5%;
	width: 40%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	min-width: 300px;
}
.logoarchivioinside{
	position: relative;
	left: 0%;
	bottom: 0%;
	width: 100%;
	height: auto;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}
.logoarchivio img{
	width: 100%;
	height: auto;
	max-height: 300px;
}
.inprimopiano {
	text-align: left;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #F0F0F0;
	font-size: calc(10px + 0.6vmin);
	margin: auto 0;
	padding-bottom: 2em;
	text-decoration: none;
}

.dataslidescheda {
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #F0F0F0;
	font-size: calc(12px + 1.1vmin);
	margin: auto 0;
	padding-top: 1em;
	text-decoration: none;
}
.contbtnlogoscheda {
	position: relative;
	/* bottom: 20%; */
	bottom: max(150px, 18%);
	width: 60%;
	height: auto;
	border-radius: 5px 0 0 5px;
	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	grid-column-gap: 0.5em;
	
	margin: 0 auto;
	margin-top: 1em;
}
.contbtntradepress_mobile{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	grid-column-gap: 0.5em;
}
.blackover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.whiteover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	mix-blend-mode: overlay;
	border-radius: 5px;
	opacity: 0.5;
	pointer-events: none;
}
.continuelinebottom{
	position: absolute;
	left: 50%;
	height: 12%;
	bottom: 0;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.15);
}
.continuelinebottom_mobile{
	position: absolute;
	left: 50%;
	height: 4%;
	bottom: 0;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.15);
}
.continuelinetop{
	position: relative;
	left: 50%;
	height: 6vh;
	top: 0;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.15);
}
.quotes{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.quotecontainer{
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
	font-weight: 300;
	

	left: 0;
	top: 0;
}

.quotetext{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: calc(1.8em + 0.3vw);
	font-weight: 300;
	font-family: 'Inter', sans-serif;
	padding-top: 1em;
}
.quoteauthor{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
	font-size: calc(0.7em + 0.3vw);
	font-weight: 600;
	font-family: 'Merriweather', serif;
	padding-top: 0.5em;
	padding-bottom: 2em;
}
.continfoscheda{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 2em;
	box-sizing: border-box;
}
.headerimgcontinfoscheda{
	position: relative;
	width: 100%;
	height: 55vh;
	background-color: rgba(0,0,0, 0.15);
	border-radius: 10px 10px 0 0;
	background-size: cover;
	background-position: center center;
}
.contdatischeda{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	
	display: grid;
	grid-template-columns: 1fr 1.2fr 0.8fr;
	grid-column-gap: 0em;
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 0 0 10px 10px;
	padding: 0 4em;
	box-sizing: border-box;
}
.posterinfoschedaimg{
	position: relative;
	margin: 0 auto;
}
.posterinfoschedaimgcont{
	position: relative;
	width: 100%;
	margin-top: -12%;
	padding-bottom: 3em;
}
.posterinfoschedaimg img{
	position: relative;
	left: 5%;
	width: 90%;
	text-align: center;
	margin: auto auto;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.sinossitextcont{
	padding-left: 1em;
	padding-right: 2em;
	border-right: 1px solid rgba(255, 255, 255, 0.202);
	margin-top: 2em;
	margin-bottom: 3em;
}
.casttextcont{
	padding-left: 2em;
	margin-top: 2em;
}
.lastoria{
	font-weight: 600;
	filter: brightness(3.5);
	font-size: calc(0.8em + 0.3vw);
}
.classificazionetitle{
	font-weight: 600;
	font-size: calc(0.5em + 0.3vw);
	padding-top: 1em;
	padding-bottom: 1em;
}
.sinossitext{
	padding-top: 1em;
	font-size: calc(0.5em + 0.4vw);
	font-weight: 300;
	font-family: 'Inter', sans-serif;
	color: #fff;
	line-height: 150%;
}
.rating_repeater_container {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

.rating_repeater {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 0px;
}
.rating_repeater_image {
	position: relative;
	width: 30px;
	height: 30px;
	background-size: cover;
	border-radius: 50%;
	float: left;
	background-color: #2d2d2d;
}
.contgalleria{
	position: relative;
	width: 100%;
	height: 68vh;
	margin-top: 2em;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
}
.gallerysingle{
	position: relative;
	width: 100%;
	height: 68vh;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
}

.contbtnprevnext{
	position: absolute;
	left: 1.5%;
	bottom: 2.5%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 0.5em;
}
.btnprev{
	position: relative;
	left: 0;
	top: 0;
	width: 2.5vw;
	background-color: rgb(240, 240, 240);
	cursor: pointer;
	border-radius: 5px;
	
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.30);
	margin: auto auto;
}
.btnprev:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.btnprev img{
	position: absolute;
	left: 47%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btnnext{
	position: relative;
	left: 0;
	top: 0;
	width: 2.5vw;
	background-color: rgb(240, 240, 240);
	cursor: pointer;
	border-radius: 5px;
	

	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.30);
}
.btnnext:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.btnnext img{
	position: absolute;
	left: 53%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.contrelatednews{
	position: relative;
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 0em;
	margin-bottom: 4em;
	box-sizing: border-box;
	padding: 1em 4em;
}
.contrelatednewsinside{
	position: relative;
	position: relative;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1em;
}
.contrelatednewsinside_blog{
	position: relative;
	position: relative;
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1em;
}
.titlenotiziecorrelate{
	position: relative;
	font-size: calc(0.6em + 0.4vw);
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	color: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
	padding: 2em 0;
}
.titlenotiziecorrelate_chisiamo{
	position: relative;
	font-size: calc(0.6em + 0.4vw);
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	color: #494949;
	box-sizing: border-box;
	overflow: hidden;
	padding: 2em 0;
}
.singlerelated{
	background-color: #F0F0F0;
	border-radius: 10px;
	padding: 1em 1em 2em 1em;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.relatedthumb{
	position: relative;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 1.5em;
	background-size: cover;
	background-position: center center;
	
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.relatedthumb:before {
	content: "";
	display: block;
	padding-top: 50%;
}
.relatedcontext{
	position: relative;
	width: 100%;
	border-radius: 10px;
	padding: 0 1em;
	box-sizing: border-box;
}
.relatedtitle{
	position: relative;
	font-size: calc(0.8em + 0.3vw);
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	color: #2A2A2A;
	line-height: 130%;
	margin-bottom: 0.5em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	min-height: 3.8em;
}
.relatedbodytext{
	position: relative;
	font-size: calc(0.4em + 0.4vw);
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	color: #2A2A2A;
	margin-bottom: 2em;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	line-height: 130%;
}

.contvideoyt{
	position: relative;
	width: 100%;
	height: auto;
	/* margin-top: 4em; */
	margin-bottom: 4em;
	box-sizing: border-box;
	padding: 3em 4em;
	background-color: rgba(0, 0, 0, 0.20);
	border-radius: 0 0 10px 10px;
}
.contvideoytinside{
	position: relative;
	margin-top: 30px;
}
.singlevideo{
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 0.2em 0.2em 1em 0.2em;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	margin: 0 0.5em;
}
.videothumb{
	position: relative;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 1em;
	background-size: 100%;
	background-position: center center;
	
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.videothumb:before {
	content: "";
	display: block;
	padding-top: 55%;
}
.videotitle{
	position: relative;
	font-size: calc(0.5em + 0.3vw);
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	color: #ffffff;
	line-height: 130%;
	margin-bottom: 0.5em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	padding: 0 0.5em 0 0.5em;
}
.contarrowvideo{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 96%;
	height: 20px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.videoarrowleft{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.videoarrowright{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	transform:scaleX(-1);
}
.titlevideosection{
	position: relative;
	font-size: calc(0.6em + 0.4vw);
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	color: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 0.5em;
}
.timecodevideo{
	position: absolute;
	right: 0.5em;
	bottom: 0.4em;
	width: auto;
	height: auto;
	padding: 0.4em 0.8em 0.5em 0.8em;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: calc(0.5em + 0.2vw);
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 5px;
}
.visualizzazionecounter{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
	font-size: calc(6px + 0.4vmin);
	margin-left: 0.5em;
	padding-top: 0.5em;
	text-decoration: none;
	
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	
	text-transform: uppercase;
}
.playiconthumbvideo{
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	margin-left: 2px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.pressoverlay{
	position: fixed;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	background-color: #eeeeee;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 10px;
	box-shadow: 0px 3px 10px 8px rgba(0, 0, 0, 0.20);
	max-width: 700px;
	min-width: 500px;
	display: none;
	overflow: hidden;
}
.pressoverlaycolsx{
	position: relative;
	left: 0%;
	top: 0%;
	width: 15vw;
	height: 100%;
	max-width: 350px;
	min-width: 250px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding-bottom: 1em;
	float: left;
	border-radius: 10px 0 0 10px;
}
.pressoverlaycoldx{
	position: relative;
	right: 0%;
	top: 0%;
	width: 15vw;
	height: 100%;
	box-sizing: border-box;
	padding: 1em;
	float: left;
	max-width: 350px;
	min-width: 250px;
}
.posterpress{
	position: relative;
	width: 88%;
	height: auto;
	
	padding-top: 1em;
	margin: 0 auto;
	box-sizing: border-box;
}
.posterpress img{
	position: relative;
	width: 100%;
	margin: auto auto;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.btnpressblue{
	position: relative;
	font-size: calc(0.6em + 0.3vw);
	text-transform: none;
	font-weight: 500;
	text-align: left;
	background-color: rgba(0, 134, 255, 1);
	padding: 0.5em 1em 0.5em 1em;
	margin-top: 0.3em;
	border-radius: 5px;
	color: #ffffff;
	min-width: 100%;
	box-sizing: border-box;
}
.presscoltitle{
	color: rgba(55, 55, 55, 1);
	margin: 0 auto;
	font-size: calc(0.8em + 0.4vmin);
	font-weight: 600;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}
.blackoverpress{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.closebtnpress{
	position: absolute;
	right: 15px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px 2px 5px 5px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: flex;
	  justify-content: center;
}
.closebtnpress img{
	width: 40%;
	margin: auto;
	display: block;
}
.contcolbtnsscheda{
	position: fixed;
	left: 2%;
	bottom: 4%;
	width: auto;
	height: auto;
}
.contbtntrade{
	position: relative;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	padding: 0.6em 0.6em 0.2em 0.6em;
	border-radius: 10px;
}

.btnpress_single{
	position: relative;
	font-size: calc(0.4em + 0.3vw);
	text-transform: none;
	font-weight: 700;
	text-align: center;
	background-color: #DE001E;
	padding: 0.7em 1em 0.6em 1em;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;

	box-sizing: border-box;
	transition: all .3s ease-out;
	min-width: 100%;
	margin-bottom: 0.4em;
}
.btnpress_single:hover{
	opacity: 0.8;
}

.btntrade_single{
	position: relative;
	font-size: calc(0.4em + 0.3vw);
	text-transform: none;
	font-weight: 700;
	text-align: center;
	background-color: #0A84FF;
	padding: 0.7em 1em 0.6em 1em;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;

	box-sizing: border-box;
	transition: all .3s ease-out;
	min-width: 100%;
	margin-bottom: 0.4em;
}
.btnpress_single:hover{
	opacity: 0.8;
}
.contcritics {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.1);

	box-sizing: border-box;
	padding: 4em 4em 2em 4em;
}
.critcontgrid {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	column-gap: 1em;
	row-gap: 1em;
	padding-bottom: 3em;
}
.critcontgrid div {
	display: inline-block;
	
	
	border-radius: 6px;
	padding: 1em 0em 0.6em 0em;
	min-width: 25%;
}
.critcontgrid div:first-child {
	width: 100%;
	margin-bottom: 0em;	
	font-size: calc(1em + 0.5vw);
}

.critcontgrid div:not(:first-child) {
	flex: 1;
	/* background: rgba(0, 0, 0, 0.1); */
	padding: 2em 0.5em 1em 0.5em;
	font-size: calc(13px + 0.2vw);
}
.crititle{
	font-family: 'Merriweather', serif;
	color: #FFF;
	text-align: center;
}
.crititle img{
	position: relative;
	padding-top: 1em;
	width: 8vw;
	height: auto;
	min-width: 100px;
	max-width: 205px;
}
.crititle h2{
	font-size: 0.8em;
	opacity: 0.8;
}
.movie_archive_grid {
	position: relative;
	left: 0%;
	width: 100%;
	display: inline-grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 1.5em;
	grid-row-gap: 2em;
	padding-top: 2em;
	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-out;
	min-width: 0;
}
.single_film_archive:hover {
	transform: scale(0.99);
	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: 10px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.1);
	
}
.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: calc(0.6em + 0.3vw);
	font-weight: 600;
	color: #ffffff;
	float: left;
	padding-left: 0.5em;
	padding-right: 0em;
	border-radius: 0.2em;
	margin-right: 0.3em;
}
.single_film_title_archive {
	position: relative;
	width: 100%;
	height: auto;
	/*margin: 0 auto;*/

	font-size: calc(0.4em + 0.3vw);
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	overflow: hidden;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	overflow: hidden;
}
.moviecoverarchive{
	position: relative;
	width: 100%;
	height: 70vh;
	background-size: cover;
	background-position: center center;
}
.moviecoverarchivebg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center 30%;
}
.dataslidearchivio {
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #F0F0F0;
	font-size: calc(10px + 0.8vmin);
	margin: auto 0;
	padding-top: 1em;
	text-decoration: none;
}
.pagination_container {
	position: relative;
	left: 0%;
	width: 100%;
	height: 56px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.pagination_prev {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 56px;
	border-radius: 5px;
	background-color: rgba(240, 240, 240, 1);
	cursor: pointer;
	
	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;
	
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.pagination_next {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 56px;
	border-radius: 5px;
	background-color: rgba(240, 240, 240, 1);
	cursor: pointer;
	
	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;
	
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.pagination_prev img{
	position: absolute;
	left: 46%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pagination_next img{
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.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: 1em;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	line-height: 56px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	min-width: 8px;
	float: left;
}
.pagination_page_number a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.459)!important;
}

.contfilters{
	position: relative;
	width: 100%;
	height: auto;
	text-align: right;
	padding-top: 3em;
	
	font-size: calc(9px + 0.4vmin);
	font-weight: 700;
	color: #fff;
}
.contfiltersnews{
	position: relative;
	width: 100%;
	height: auto;
	text-align: right;
	padding-top: 0em;
	
	font-size: calc(9px + 0.4vmin);
	font-weight: 700;
	color: #fff;
}

.allmovietitle {
	position: relative;
	left: 0;
	top: 0;
	color: white;
	padding: 0.6em 1em 0.6em 0;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	
	font-size: calc(1.2em + 0.4vmin);
	font-weight: 600;
	color: #fff;
	float: left;
}

.dropbtn {
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 0.8em 1em;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	border: rgba(255, 255, 255, 0.3) 2px  solid;
	box-sizing: border-box;
	
	font-size: calc(9px + 0.4vmin);
	font-weight: 700;
	color: #fff;
	min-width: 4em;
}
.contfilters form {
	width: 18em;
	display:flex;
	flex-direction:row;
	float: right;
	box-sizing: border-box;
	overflow: hidden;
	/* box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); */
	/* border-radius: 5px; */
}
.contfiltersnews form {
	width: 18em;
	display:flex;
	flex-direction:row;
	float: right;
	box-sizing: border-box;
	overflow: hidden;
	/* box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); */
	/* border-radius: 5px; */
}
.contfilters input {
	flex-grow:2;
	border:none;
}
.contfiltersnews input {
	flex-grow:2;
	border:none;
}
#search-film input[type=text] {
	width: 10em;
	height: 100%;
	padding: 0.8em 1em;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	border: none;
	text-align: center;

	font-size: calc(9px + 0.4vmin);
	font-weight: 700;
	color: #484848;
	transition: width 0.4s ease-in-out;
	border: rgba(255, 255, 255, 1) 2px  solid;
	margin-left: 0.8em;
	
}
#search-film input[type=text]:focus {
	transition: width 0.2s ease-out;
	/* width: 25em; */
	outline: none;
}
form#search-film button {
	position: relative;
	float: right;
	
	color: #777;
	background-color: rgba(255, 255, 255, 1);
	border: 0;
	cursor: pointer;
	border: rgba(255, 255, 255, 1) 4px  solid;
	border-radius: 0 5px 5px 0px;
}

form#search-film button:hover {
  color: #ddd;
}


.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	right: 0;
	margin-top: -4px;
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	min-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: center;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
	
	font-size: calc(8px + 0.4vmin);
	font-weight: 600;
	color: #fff;
	
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.dropdown-content a {
	color: black;
	padding: 0.8em 1em;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: rgba(255, 255, 255, 1);
	color: black;
}
.contcomingsoon{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 2em;
	box-sizing: border-box;
	padding: 4.4em 0em 5.2em 0;
	background-color: rgba(0, 0, 0, 0.20);
}
.contcomingsooninside{
	position: relative;
	margin-top: 30px;
	
	/* How many columns to show. */
	--visible-cols: 3;
	
	/* Gap between columns. */
	--col-gap: 1.2em;
	
	/* How much to show of the next hidden column. You can use this as a hint to show the user that there are more scrollable items. Particularly helpful for mobile devices where the scrollbar gets hidden by default.*/
	--col-hint: 0px;
	
	/* Whitespace between the elements and the scrollbar. */
	--scrollbar-padding: 3em;
	
	/*  Calculated column size. */
	--col-size: calc((100% / var(--visible-cols)) - var(--col-gap) - var(--col-hint));
	
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: var(--col-size);
	grid-auto-columns: var(--col-size);
	overflow-x: auto;
	overflow-y: hidden;
	grid-gap: var(--col-gap);
	padding-bottom: var(--scrollbar-padding);
	margin: 0.2em 0;
}


.comingsoontitle{
	position: relative;
	left: 0;
	top: 0;
	color: white;
	padding: 1em 1em 1em 0;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	
	font-size: calc(1.2em + 0.4vmin);
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.singlecomingsoon{
	border-radius: 10px;
	padding: 1em 0em 0.5em 0em;
}
.comingsoonthumb{
	position: relative;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 0.8em;
	background-size: cover;
	background-position: center center;
	
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.comingsoonthumb:before {
	content: "";
	display: block;
	padding-top: 55%;
}
.comingsooncontext{
	position: relative;
	width: 100%;
	border-radius: 10px;
	padding: 0 0em;
	box-sizing: border-box;
}
.comingsoontitlerepeater{
	position: relative;
	font-size: calc(0.8em + 0.3vw);
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	color: #ffffff;
	line-height: 130%;
	margin-bottom: 0.7em;
	display: -webkit-box;
	/* -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;   */
	overflow: hidden;
	min-height: 4.5em;
	display: inline-block;
	display: flex;
}
.comingsoontitlerepeater img{
	width: 11em;
	max-width: 165px;
	margin: auto 0;
	display: block;
}
.comingsoonbodytextrepeater{
	position: relative;
	width: 95%;
	font-size: calc(0.4em + 0.35vw);
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2em;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	line-height: 150%;
	min-height: 6em;
}
.comingsoonsingle_data{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: calc(11px + 0.4vmin);
	margin: auto 0;
	padding-top: 0em;
	text-decoration: none;
	
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	
	background-color: rgba(0, 0, 0, 0.367);
	padding: 0.8em 1em 0.8em 1em;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}
.archivenewscol{
	position: relative;
	width: 100%;
	height: auto;
	display: inline-grid;
	grid-template-columns: 1.5fr 0.5fr;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
}
.archivenewscol_single{
	position: relative;
	width: 100%;
	height: auto;
	display: inline-grid;
	grid-template-columns: 1.4fr 0.6fr;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
}
.archive_news_colsx{
	border-right: 2px solid rgba(216, 216, 216, 0.4);
	padding-right: 2em;
	box-sizing: border-box;
}
.archive_news_coldx{
	padding: 0 0 0 1em;
	box-sizing: border-box;
}
.archive_news_single_colsx{
	border-right: 2px solid rgba(216, 216, 216, 0.4);
	padding-right: 2em;
	box-sizing: border-box;
}
.archive_news_single_coldx{
	border-right: 2px solid rgba(216, 216, 216, 0.4);
	box-sizing: border-box;
}
.news_archive_grid {
	position: relative;
	left: 0%;
	width: 100%;
	display: inline-grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1em;
	grid-row-gap: 2em;
	padding-top: 2.5em;
	padding-bottom: 3em;
}
.single_news_archive {
	position: relative;
	height: auto;
	top: 0;
	opacity: 1;
	text-align: center;
	/*min-width: 220px;*/
	transition: transform 0.2s ease-out;
	min-width: 0;
	padding-bottom: 0em;
	background-color: rgb(246, 246, 246);
	border-radius: 10px;
}
.gallerynews_preview{
	position: relative;
	width: 100%;
	background-color: #D9D9D9;
	border-radius: 10px;
	background-position: center center;
	background-size: cover;
	margin: 0em 0;
	overflow: hidden;
}
.gallerynews_preview:before {
	content: "";
	display: block;
	padding-top: 60%;
}
.gallerynews_btnzoom{
	position: absolute;
	right: 1em;
	bottom: 1em;
	background-color: #fff;
	width: 6%;
	border-radius: 5px;
	background-position: center center;
	background-size: 60%;
	background-repeat: no-repeat;
	transition: transform 0.2s ease-out;
	opacity: 1;
}
.gallerynews_preview:hover {
	opacity: 0.95;
	transition: transform 0.2s ease-out;
}

.gallerynews_btnzoom:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.single_news_archive:hover {
	transform: scale(0.99);
	transition: transform 0.2s ease-out;
}
.single_news_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: 0px;
	border-radius: 10px 10px 0 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.single_news_manifesto_archive:before {
	content: "";
	display: block;
	padding-top: 54%;
}
.single_news_manifesto_archive img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.single_news_title_archive {
	position: absolute;
	width: 90%;
	height: auto;
	left: 0;
	bottom: 0;
	/*margin: 0 auto;*/

	font-size: calc(0.6em + 0.6vw);
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	overflow: hidden;

	text-overflow: ellipsis;
	float: left;
	overflow: hidden;
	padding: 3% 6%;
	box-sizing: border-box;
	line-height: 130%;
}
.single_news_desc_archive {
	position: relative;
	width: 100%;
	height: auto;
	/*margin: 0 auto;*/

	font-size: calc(0.6em + 0.3vw);
	font-weight: 500;
	color: #2A2A2A;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	overflow: hidden;
	line-height: 150%;
	padding: 5% 6%;
	box-sizing: border-box;
}
.single_news_desc_archive p{
	padding-top: 0em;
	/* padding-bottom: 0.5em; */
	margin-block-start: 1.4em;
	margin-block-end: 1em;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.allnewstitle {
	position: relative;
	left: 0;
	top: 0;
	color: #2A2A2A;
	padding: 0.6em 1em 0.6em 0;
	border: none;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	
	font-size: calc(1em + 0.5vmin);
	font-weight: 600;
	float: left;
}
.newssinglecover{
	position: relative;
	width: 100%;
	height: 82vh;
	background-size: cover;
	background-position: center center;
}
.newssinglecoverbg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.newssinglecontent{
	position: relative;
	line-height: 180%;
	font-size: calc(0.8em + 0.2vw);
	overflow: auto;
	text-align: left;
}
.newssinglecontent a{
	/* text-decoration: underline; */
	font-weight: 700;
	
	box-shadow: inset 0 0 0 0 #0288FF;
	color: #0288FF;
	margin: 0 -.25rem;
	padding: 0 .25rem;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.newssinglecontent h2{
	color: #0288FF;
	padding-top: 1.5em;
	padding-bottom: 0.2em;
	margin-top: 1.5em;
	border-top: 2px solid rgba(196, 196, 196, 0.15);
}
.newssinglecontent img{
	border-radius: 10px;
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 0em;
}
.newssinglecontent .wp-caption{
	border-radius: 10px;
	width: 100%!important;
	height: auto;
}
.newssinglecontent .wp-caption p{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	display: block;
	margin-block-start: 0em!important;
	margin-block-end: 0em!important;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.alignleft{
	float: left;
	width: 45%!important;
	margin: 0em 2em 1.5em 0!important
}
.news_excerpt{
	font-size: calc(1.1em + 0.4vw);
	color: ##2A2A2A;
	font-weight: 600;
	line-height: 150%;
	border-left: 0.4em solid #ddd;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.news_excerpt p{
	padding-top: 0;
	margin-top: 0;
}
.newssinglecontent iframe{
	width: 100%;
	height: auto;
	margin: 0.5em 0;
}
.newssinglecontent iframe:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.conttitle_news_single{
	position: absolute;
	left: 50%;
	bottom: 2em;
	width: 60%;
	height: auto;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	border-radius: 5px 0 0 5px;
	width: 100%;
	width: var(--centercolwidth);
	max-width: var(--maxwidth);
}
.title_news_single{
	color: #fff;
	font-size: calc(1.8em + 1.2vmin);
	font-weight: 700;
	padding-right: 40%;
	line-height: 120%;
	padding-top: 0.4em;
}

.most-read{
	margin: 0;
	padding: 0;
}
.most-read h3{
	margin: 0;
	padding-bottom: 0.5em;
}
.most-read h3 img{
	vertical-align:middle;
	margin-right: 0.2em;
}
h3{
	margin: 0;
	padding-bottom: 0.5em;
}
h3 img{
	vertical-align:middle;
	margin-right: 0.2em;
}
.wpp-list {
  margin: 0;
  padding: 0;
  list-style: none
}


.mvp-post {
	height: auto;
	float: none;
	
	margin: 1em 0;
	position: relative;
	padding-bottom: 0.5em;
	
	border-bottom: 1px solid #e9e9e9;
}

.mvp-post-text {
	position: relative;
	display: block;
	margin: 0.6em 0;
	position: relative;
	font-size: calc(0.6em + 0.4vw);
	text-transform: none;
	font-weight: 600;
}

.mvp-post a {
	position: relative;
	display: block;
	color: #363636;
	font-size: calc(10px + 0.6vmin);
	font-weight: 600;
	text-decoration: none;
	line-height: 1.4em;
	min-height: 70px;
	padding-top: 0px;
	padding-right: 0em;
	height: auto;
}

.mvp-post a img{
	position: relative;
	width: 100%!important;
	height: auto;
	
	border-radius: 10px;
}

.mvp-post img {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 0;
	width: 100%;
	height: 10px;
	
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15);
}
.mvp-continue{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.6);
	font-size: calc(6px + 0.4vmin);
	margin: auto 0;
	padding-top: 0em;
	text-decoration: none;
	
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	
	text-transform: uppercase;
}
.relatedmovienews{
	position: relative;
	/* overflow: hidden; */
	margin-top: -15em;
	padding-bottom: 5em;
}
.relatedmovienews h3{
	margin: 0;
	padding-bottom: 0.5em;
	padding-top: 1em;
}
.relatedmoviesinossi{
	color: #363636;
	font-size: calc(9px + 0.5vmin);
	font-weight: 500;
	text-decoration: none;
	line-height: 1.4em;
	padding: 0em 0 1em 0;
}
.relatedmovienewsposter{
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 10px;
	/* overflow: hidden; */
}
.relatedmovienewsposter img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
}
.btnschedarelatedmovienews{
	width: 100%;
	position: relative;
	font-size: calc(0.6em + 0.3vw);
	text-transform: none;
	font-weight: 500;
	text-align: center;
	float: left;
	background-color: #2A2A2A;
	padding: 0.8em 1em 0.8em 1em;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 0.5em;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	
	box-sizing: border-box;
}
.bannermiocinema_blog{
	position: relative;
	margin-bottom: 1.5em;
	font-size: calc(0.6em + 0.3vw);
	text-transform: none;
	font-weight: 500;
	border-bottom: 1px solid rgba(208, 208, 208, 0.3);
	padding-bottom: 1.5em;
}
.bannermiocinema_blog_thumb{
	position: relative;
	width: 100%;
	margin-bottom: 0.6em;
	border-radius: 10px;
	background-size: cover;
}
.bannermiocinema_blog_thumb:before {
	content: "";
	display: block;
	padding-top: 50%;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15);
}
.bannermiocinema_blog_title{
	font-size: calc(0.6em + 0.4vw);
	text-transform: none;
	font-weight: 600;
}
.bannermiocinema_blog img{
	width: 50%;
	margin-bottom: 0.6em;
}
.bannermiocinema_gradline{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #008fdf;
	background-image: -webkit-gradient(linear, left center, right center, from(rgb(0, 143, 223)), to(rgb(241, 0, 130)));
	background-image: -webkit-linear-gradient(left, rgb(0, 143, 223), rgb(241, 0, 130));
	background-image: -moz-linear-gradient(left, rgb(0, 143, 223), rgb(241, 0, 130));
	background-image: -o-linear-gradient(left, rgb(0, 143, 223), rgb(241, 0, 130));
	background-image: -ms-linear-gradient(left, rgb(0, 143, 223), rgb(241, 0, 130));
	background-image: linear-gradient(left, rgb(0, 143, 223), rgb(241, 0, 130));
}
.containertagsnews{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 0em;
	margin-bottom: 0.6em;
}
.filmlabelproduzione{
	position: absolute;
	right: -2%;
	top: 2em;
	width: auto;
	background-color: #DE001E;
	padding: 1em 1.4em 1em 1.4em;
	color: rgb(255, 255, 255);
	border-radius: 10px 2px 2px 10px;
	font-size: calc(7px + 0.2vw);
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.25);
}
.newstag{
	position: relative;
	width: auto;
	padding: 0.6em 1.4em 0.5em 1.4em;
	background-color: rgba(203, 203, 203, 1);
	color: rgb(255, 255, 255);
	display: inline-block;
	border-radius: 3px;
	font-size: calc(5px + 0.3vw);
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 150%;
}
.newstag_slider{
	position: relative;
	width: auto;
	padding: 0.8em 1.4em 0.7em 1.4em;
	background-color: rgba(235, 235, 235, 0.339);
	color: rgb(255, 255, 255);
	display: inline-block;
	border-radius: 3px;
	font-size: calc(5px + 0.2vw);
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 150%;
}
.newsrelatedmovie{
	position: absolute;
	left: 5%;
	top: 2em;
	width: auto;
	padding: 0.5em 1.4em 0.4em 1.4em;
	background-color: rgba(235, 235, 235, 0.339);
	color: rgb(255, 255, 255);
	display: inline-block;
	border-radius: 3px;
	font-size: calc(5px + 0.2vw);
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 150%;
}
.linebottom_singlenews_archive{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: calc(12px + 0.5vw)!important;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: auto;
}
.material-icons-scuole {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: calc(1em + 1vw)!important;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: auto;
	color: white;
}
.singlenotizianews_thumb{
	position: relative;
	left: 50%;
	top: 50%;
	width: 86%;
	height: 80%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	background-size: cover;
	background-position: center center;
	
	border: solid 2px #7D7D7D;
	box-sizing: border-box;
	border-radius: 10px;
	
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.conttitle_newsslide{
	position: absolute;
	left: 50%;
	bottom: max(60px, 6%);
	width: 100%;
	height: auto;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	border-radius: 5px 0 0 5px;
	width: 100%;
	width: var(--centercolwidth);
	max-width: var(--maxwidth);
}
.title_newsslide{
	color: #fff;
	font-size: calc(1.5em + 1.2vmin);
	font-weight: 700;
	padding-right: 45%;
	padding-top: 0.2em;
	line-height: 120%;

}
.desc_newsslide{
	color: #fff;
	font-size: calc(0.7em + 0.5vmin);
	font-weight: 400;
	line-height: 150%;
	padding: 0em 35% 0em 0;
}
.relatedmovie_newslider{
	position: absolute;
	right: 0%;
	bottom: 0;
	width: 14%;
	height: auto;
}

.relatedmovie_newslider img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15);
}

.relatedmovie_scuole{
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: auto;
}

.relatedmovie_scuole img{
	position: relative
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15);
}
.btnschedarelatedmovienews_slider{
	width: 100%;
	position: relative;
	font-size: calc(0.6em + 0.3vw);
	text-transform: none;
	font-weight: 500;
	text-align: center;
	float: left;
	background-color: #2A2A2A;
	padding: 0.6em 1em 0.6em 1em;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 0.5em;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}
.conttitle_produzione{
	position: absolute;
	left: 50%;
	bottom: 2em;
	width: 100%;
	height: auto;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	border-radius: 5px 0 0 5px;
	width: 100%;
	width: var(--centercolwidth);
	max-width: var(--maxwidth);
}
.title_produzione{
	color: #fff;
	font-size: calc(2em + 1.2vmin);
	font-weight: 700;
	padding-right: 35%;
	padding-top: 0.2em;
	line-height: 120%;
}
.desc_produzione{
	color: #fff;
	font-weight: 400;
	line-height: 150%;
	padding: 0.8em 0% 0.5em 0;
	column-count: 2;
	column-gap: 2em;
	line-height: 180%;
}
.desc_produzione p{
	margin: 0;
	padding: 0;
	font-size: calc(0.8em + 0.5vmin);
	display: block;
	margin-block-start: 0em!important;
	margin-block-end: 0em!important;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

/* PRODUZIONE */
/* PRODUZIONE */
/* PRODUZIONE */

.movie_produzione_grid {
	position: relative;
	left: 0%;
	width: 100%;
	display: inline-grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 8em;
	grid-row-gap: 2em;
	padding-top: 2em;
	padding-bottom: 3em;
	/* border-right: 1px solid rgb(255, 255, 255); */
}
.movie_scuole_grid {
	position: relative;
	left: 0%;
	width: 100%;
	display: inline-grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 6em;
	grid-row-gap: 2em;
	padding-top: 0em;
	padding-bottom: 3em;
	margin-top: 2em;
	/* border-right: 1px solid rgb(255, 255, 255); */
}

.gridcenterline{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.144);
}
.gridcenterline_scuole{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.144);
}
.single_film_produzione {
	position: relative;
	height: auto;
	top: 0;
	opacity: 1;
	text-align: left;
	/*min-width: 220px;*/
	transition: transform 0.2s ease-out;
	min-width: 0;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.099);
}


.single_film_manifesto_produzione {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 80vh;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.15);
}
.single_film_manifesto_produzione:before {
	content: "";
	display: block;
	padding-top: 52%;
}
.single_film_manifesto_produzione img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.single_film_data_produzione {
	position: relative;
	width: auto;
	height: auto;
	/*margin: 0 auto;*/
	font-size: calc(0.6em + 0.3vw);
	font-weight: 600;
	color: #ffffff;
	padding-left: 0.5em;
	padding-right: 0em;
	border-radius: 0.2em;
	margin-right: 0.3em;
}
.single_film_title_produzione {
	position: relative;
	width: auto;
	height: auto;
	/*margin: 0 auto;*/

	font-size: calc(1.2em + 0.6vw);
	font-weight: 600;
	color: #F0F0F0;
	text-align: left;
	overflow: hidden;
	padding-top: 0.5em;
	margin: auto;
}
.single_film_sinossi_produzione {
	position: relative;

	font-size: calc(0.5em + 0.3vw);
	font-weight: 400;
	color: #F0F0F0;
	text-align: left;
	overflow: hidden;

	padding-top: 0.5em;
	line-height: 150%;
	
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.catproduzione{
	position: absolute;
	top: 0;
	left: 0em;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	background-color: rgba(42, 42, 42, 0.302);
	color: #f2f2f2;
	
	border-radius: 5px;
	padding: 0.6em 1.2em;
	display: block;
	box-sizing: border-box;
	border: 1px solid #656565;
	box-sizing: border-box;
	font-size: calc(8px + 0.4vmin);
	
	-ms-transform: translate(0%, -150%);
	transform: translate(0%, -150%);
}
.partner_produzione{
	position: relative;
	top: 0;
	width: auto;
	height: 3em;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: left;
	color: #f2f2f2;
	box-sizing: border-box;
	box-sizing: border-box;
	font-size: calc(8px + 0.5vmin);
	
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 0em;
	grid-row-gap: 0em;
	align-items: center;
	
	margin-bottom: 1em;
}

.partner_produzione_logo{
	height: 100%;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}

.cont_produzione_title{
	padding: 0 2em 0 2em;
}


.blackoverlay_produzione{
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.257);
	visibility: hidden;
}
.textoverlay_produzione{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 30%;
	height: 60%;
	background-color: #1a1a1a;
	
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	border-radius: 10px;
	max-width: 500px;
	
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.263);
	box-sizing: border-box;
	
	visibility: hidden;
}
#sinossitextarea { 
	position: relative;
	width: 85%; 
	height: 90%;
	top: 5%;
	left: 7%;
	margin: 0; 
	padding: 0.5em; 
	border-width: 0; 
	resize: none;
	box-sizing: border-box;
	background-color: #1a1a1a;
	color: #ddd;
	overflow-y: auto;
	line-height: 1.5;
	font-size: calc(10px + 0.4vmin);
}
#sinossitextarea p{
	/* margin: 0;
	padding: 0; */
	font-size: calc(0.8em + 0.4vmin);
	display: block;
	/* margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px; */
	padding-right: 1em;
}
#sinossitextarea::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: rgba(245, 245, 245, 0.088);
}

#sinossitextarea::-webkit-scrollbar
{
	width: 4px;
	background-color: rgba(245, 245, 245, 0.125);
}

#sinossitextarea::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ffffff;
}
.escpandibtnproduzione{
	position: absolute;
	top: -2.5em;
	right: 0em;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	background-color: #d4d4d4;
	color: #3f3f3f;
	
	border-radius: 5px;
	padding: 0.5em 1em 0.4em 1em;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	
	font-size: calc(10px + 0.3vmin);
	text-transform: uppercase;
}
.escpandibtnproduzione a {
	color: #fff;
	text-decoration: none;
}







/* 

 ██████ ██   ██ ██     ███████ ██  █████  ███    ███  ██████  
██      ██   ██ ██     ██      ██ ██   ██ ████  ████ ██    ██ 
██      ███████ ██     ███████ ██ ███████ ██ ████ ██ ██    ██ 
██      ██   ██ ██          ██ ██ ██   ██ ██  ██  ██ ██    ██ 
 ██████ ██   ██ ██     ███████ ██ ██   ██ ██      ██  ██████  
														  
														   
														   
														   
														   
														   
														   
*/


.gridmasonry{
  display: grid;
  gap: 0.5em;
  grid-auto-rows: 20vh;
  grid-template-columns: repeat(auto-fit, minmax(22em, 1fr));
  grid-auto-flow: dense;
  flex-direction: column;
  max-height: 60vh;
  overflow: hidden;
}
/* push last element down */
.gridmasonry > div > :last-child {
	margin-top: auto;
}
/* add bottom margint to element before last */
.gridmasonry > div > :nth-last-child(2) {
	margin-bottom: 20px;
}
.gridmasonry div {
  /* border-radius: 15px; */
  background-size: cover;
  background-position: center center;
}

.gridmasonry div:nth-child(6n) {
  grid-column: span 2;
  grid-row: span 2;
}

.gridmasonry div:nth-child(7n) {
  grid-column: span 2;
}

.gridmasonry div:nth-child(8n) {
  grid-row: span 2;
}
.gridmasonry{
  display: grid;
  gap: 0.5em;
  grid-auto-rows: 20vh;
  grid-template-columns: repeat(auto-fit, minmax(22em, 1fr));
  grid-auto-flow: dense;
  flex-direction: column;
  max-height: 60vh;
  overflow: hidden;
}
.chisiamo_introduzione{
	position: relative;
	left: 7%;
	width: 84%;
	height: auto;
	box-sizing: border-box;
	padding: 25vh 0 0vh 0;
	
	font-family: 'Inter', sans-serif;
	font-size: calc(2em + 0.3vmin);
	color: #4E4E4E;
	line-height: 160%;
	text-align: center;
}
.chisiamo_introduzione_text{
	position: relative;
	width: 84%;
	height: auto;
	box-sizing: border-box;
	padding: 0vh 0 4vh 0;
	margin: 0 auto;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	font-size: calc(1.6em + 0.5vmin);
	color: #4E4E4E;
	line-height: 160%;
	text-align: center;
}
.chisiamo_registi_text{
	position: relative;
	
	width: 80%;
	height: auto;
	box-sizing: border-box;
	padding: 5vh 0 6vh 0;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: calc(0.9em + 0.3vmin);
	color: #4E4E4E;
	line-height: 160%;
	text-align: justify;
}
.chisiamo_registi_text strong{
	font-weight: 500;
}
.rainbow_separator{
	position: relative;
	left: 0%;
	width: 100%;
	height: 10px;
	box-sizing: border-box;
	margin: 4vh 0 4vh 0;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 0em;
	
	border-radius: 10px;
	overflow: hidden;
}
.chisiamo_introcontainer{
	position: relative;
	left: 7%;
	width: 84%;
	height: auto;
	box-sizing: border-box;
	margin: 0vh 0 6vh 0;
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 0em;

	min-height: 30vh;
}
.chisiamo_andreaocchipinti{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	padding: 4em 4em 4em 0;
	box-sizing: border-box;
	order: 1;
}
.chisiamo_andreaocchipinti img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 15px;
}
.chisiamo_intro{
	padding: 0 2em 0 0;
	margin: auto 0;
	
	font-family: 'Inter', sans-serif;
	font-size: calc(1em + 0.3vmin);
	color: #4E4E4E;
	line-height: 160%;
	order: 2;
}
.chisiamo_intro strong{
	font-size: calc(1.5em + 0.3vmin);
	font-weight: 600;
	line-height: 130%;
}

.card_distribuzione{
	position: relative;
	left: -5%;
	background-color: rgb(229, 229, 229);
	width: 110%;
	height: auto;
	box-sizing: border-box;
	margin: 4vh 0;
	
	min-height: 30vh;
	border-radius: 15px;
	
	min-height: 30vh;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.272);
	overflow: hidden;
	
	box-shadow: -.5rem .8rem .8rem .3rem rgba(0,0,0, .05), 
	  .5rem -.6rem .8rem .5rem rgba(255,255,255, .1);
}
.card_distribuzione_text{
	position: relative;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 10em 2em 13em 8em;
	margin: auto 0;
	
	font-family: 'Inter', sans-serif;
	font-size: calc(1em + 0.3vmin);
	color: #ffffff;
	line-height: 160%;
	box-sizing: border-box;
	font-weight: 300;
}
.card_distribuzione_text strong{
	font-size: calc(2em + 0.8vmin);
	font-weight: 500;
	line-height: 200%;
}
.card_distribuzione_didascalia{
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: auto;
	
	font-family: 'Inter', sans-serif;
	font-size: calc(0.5em + 0.3vmin);
	color: #ffffff;
	box-sizing: border-box;
	font-weight: 500;
	
	padding: 1.5em 2.5em;
	opacity: 0.3;
}
.card_distribuzione_didascalia strong{
	font-weight: 800;
}
.btnchisiamo{
	position: relative;
	font-size: calc(0.6em + 0.1vw);
	text-transform: none;
	font-weight: 500;
	text-align: center;
	float: left;
	background-color: rgba(42, 42, 42, 0);
	border: 1px solid rgba(255, 255, 255, 0.303);
	padding: 0.6em 1em 0.6em 1em;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 1em;
	
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}
.chisiamoseparator{
	position: relative;
	width: 10%;
	height: 8px;
	background-color: #E0E0E0;
	margin: 0 auto;
	border-radius: 0.5rem;
}
.awards_container{
	position: relative;
	left: 7%;
	width: 84%;
	height: auto;
	box-sizing: border-box;
	margin: 5vh 0 12vh 0;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	/* grid-column-gap: 5em; */
	line-height: 160%;
	
	border-left: 1px solid rgb(230, 230, 230);
}
.award_img{
	position: relative;
	width: 80%;
	height: 5em;
	margin: 0 auto;
	
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.award_number{
	color: #EBC431;
	height: auto;
	font-size: calc(4em + 0.2vw);
	font-weight: 800;
	text-align: center;
	text-justify: inter-word;
	padding: 0.5em 0;
}
.grouptext_award{
	color: #6F5C12;
	font-size: calc(1.2em + 0.2vw);
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	text-justify: inter-word;
	border-right: 1px solid rgba(112, 112, 112, 0.1);
	padding: 2em 2em;
}
.chisiamo_group_container{
	position: relative;
	left: 7%;
	width: 84%;
	height: auto;
	box-sizing: border-box;
	margin: 12vh 0;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/* grid-column-gap: 5em; */
	line-height: 160%;
	
	border-left: 1px solid rgb(230, 230, 230);
}
.group_img{
	position: relative;
	width: 80%;
	height: 8em;
	margin: 0 auto;
	
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	
	margin-bottom: 4em;
}
.floatcontainer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
#float1{
	position: absolute;
	top: 13%;
	left: 3%;
	width: 14vw;
	border-radius: 15px;
	
	background-size: cover;
	background-position: center center;
}
#float2{
	position: absolute;
	top: 19%;
	left: 84%;
	width: 14vw;
	border-radius: 15px;
	
	background-size: cover;
	background-position: center center;
}
#float3{
	position: absolute;
	top: 24%;
	left: -6%;
	width: 20%;
	border-radius: 15px;
	
	background-size: cover;
	background-position: center center;
}
#float4{
	position: absolute;
	top: 28%;
	left: 85%;
	width: 18%;
	border-radius: 15px;
	
	background-size: cover;
	background-position: center center;
}
#float5{
	position: absolute;
	top: 40%;
	left: 2.5%;
	width: 12%;
	border-radius: 15px;
	
	background-size: cover;
	background-position: center center;
}
#float6{
	position: absolute;
	top: 45%;
	left: 85%;
	width: 18%;
	border-radius: 15px;
	
	background-size: cover;
	background-position: center center;
}
.float_movie{
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.15);
}
.float_movie:before {
	content: "";
	display: block;
	padding-top: 140%;
}
.grouptext{
	color: #4E4E4E;
	font-size: calc(13px + 0.2vw);
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
	  text-align-last: left;
	text-justify: inter-word;
	border-right: 1px solid rgba(112, 112, 112, 0.1);
	padding: 0 2.5em;
}
.timelinetitle {
	position: relative;
	left: 7%;
	color: white;
	padding-bottom: 2em;
	cursor: pointer;
	text-align: left;
	
	font-size: calc(2em + 0.6vmin);
	font-weight: 500;
	color: #4E4E4E;
}
.grad_card_black{
	position: absolute;
	left: 0;
	top: -1%;
	width: 150%;
	height: 102%;
	
	/*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));
	opacity: 0.6;
}





















.pseduo-track {
  background-color: rgba(255, 255, 255, 0.25);
  height: 1px;
  width: 100%;
  position: relative;
  top: -7px;
  pointer-events: none;
  /* z-index: -10; */
}


@media (any-hover: none) {
  .pseduo-track {
	display: none;
  }
}

.verscroll::-webkit-scrollbar {
  height: 7px;
  /* background-color: rgba(255, 255, 255, 0.15); */
}

.verscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.verscroll::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #ffffff;
  border-radius: 5px;
}

.verscroll::-webkit-scrollbar-thumb:hover {
  opacity: 0.9;
}

.verscroll::-webkit-scrollbar:vertical {
  display: none;
}

.inner-wrapper {
  display: flex;
  padding-bottom: 10px;
}

.pseudo-item {
  height: 300px;
  width: 369px;
  margin-right: 59px;
  flex-shrink: 0;
}





/* 


███████  ██████   ██████  ████████ ███████ ██████  
██      ██    ██ ██    ██    ██    ██      ██   ██ 
█████   ██    ██ ██    ██    ██    █████   ██████  
██      ██    ██ ██    ██    ██    ██      ██   ██ 
██       ██████   ██████     ██    ███████ ██   ██ 
														  
														  
														  
														  
														  
														  
														  

*/


.contfooter {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3%;
	margin: 0 auto;
	background-color: #000000;
}
.contfooterhome {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.2);
}
.contfooterhomeinside {
	position: relative;
	left: 0%;
	bottom: 0;
	width: 94%;
	height: 100%;
	margin: 0 auto;
}

.legalline {
	position: absolute;
	left: 0%;
	top: 50%;
	width: auto;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-size: calc(6px + 0.4vmin);
	font-weight: 600;
}
.legalline a{
	color: #fff;
}
.addressline {
	position: absolute;
	right: 0%;
	top: 50%;
	width: auto;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-size: calc(6px + 0.4vmin);
	font-weight: 600;
}
.addressline img{
	margin-left: 8px;
	opacity: 0.30;
}
.moviesubmenu{
	position: fixed;
	left: 50%;
	bottom: 1%;
	width: auto;
	height: auto;
	padding: 0.2em 0.4em;

	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	
	background-color: #F0F0F0;
	border-radius: 5px;
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.30);
	display: flex;
	
	display: flex;
	flex-direction: row
}
.moviesubmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: row
}

.moviesubmenu li {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #535353;
	font-size: calc(0.5em + 0.6vmin);
	text-transform: uppercase;
	display: inline-block;
	flex: 1;
	text-align: center;
}

.moviesubmenu li a {
	padding: 0.8em 0.8em;
	display: inline-block;
	margin-left: 0.4em;
}

.litrade{
	background-color: #0D84FF;
	color: #fff!important;
	border-radius: 5px;
	margin-left: 0.8em;
	padding: 0em 0.6em 0 0em!important;
	text-align: center;
}
.lipress{
	background-color: #DE001E;
	color: #fff!important;
	border-radius: 5px;
	margin-left: 0.2em;
	padding: 0em 0.6em 0 0.2em!important;
	text-align: center;
}






/*


██    ██ ████████ ██ ██      ██ ████████ ██ ███████ ███████ 
██    ██    ██    ██ ██      ██    ██    ██ ██      ██      
██    ██    ██    ██ ██      ██    ██    ██ █████   ███████ 
██    ██    ██    ██ ██      ██    ██    ██ ██           ██ 
 ██████     ██    ██ ███████ ██    ██    ██ ███████ ███████ 
														   
														   
														   
														   
														   
														   
														   
 
 */


.spacer {
	position: relative;
	width: 100%;
	height: 1em;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#swipebox-overlay {
	background-color: rgba(0, 0, 0, 0.85)!important;
}


/* Dots */
.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	bottom: -50px;

	display: block;

	width: 100%;
	padding: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li
{
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 0;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .15;
	color: rgb(255, 255, 255);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: .75;
	color: rgb(255, 255, 255);
}

.rainbow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 10px;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 0em;
	
	background: rgb(184,0,93);
	background: linear-gradient(90deg, rgba(184,0,93,1) 0%, rgba(240,0,1,1) 33%, rgba(255,178,1,1) 66%, rgba(255,244,0,1) 100%);
}
.bourgundy{
	background-color: #B8005D;
	width: 100%;
	height: 100%;
}
.red{
	background-color: #F00000;
	width: 100%;
	height: 100%;
}
.orange{
	background-color: #FFB200;
	width: 100%;
	height: 100%;
}
.yellow{
	background-color: #FFF400;
	width: 100%;
	height: 100%;
}
.gradtop {
	position: fixed;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	left: 0;
	top: 0;
	opacity: 0.6;
	pointer-events: none;
	
	/*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));
}
.gradtop_absolute {
	position: absolute;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	left: 0;
	top: 0;
	opacity: 0.6;
	pointer-events: none;
	
	/*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));
}
.gradbottom {
	position: absolute;
	width: 100%;
	height: 25%;
	left: 0;
	bottom: 0;
	opacity: 0.90;
	
	/*background-color: #000000;*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
}
.redline{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-color: #B23D56;
	
	background: rgb(184,0,93);
	background: linear-gradient(90deg, rgba(184,0,93,1) 0%, rgba(240,0,1,1) 33%, rgba(255,178,1,1) 66%, rgba(255,244,0,1) 100%);
}
.whitelinetop{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background-color: #ffffff;
	mix-blend-mode: overlay;
	opacity: 0.2;
}

/* 
██████   ██████  ██████   ██████  █████  ███████ ████████ 
██   ██ ██    ██ ██   ██ ██      ██   ██ ██         ██    
██████  ██    ██ ██   ██ ██      ███████ ███████    ██    
██      ██    ██ ██   ██ ██      ██   ██      ██    ██    
██       ██████  ██████   ██████ ██   ██ ███████    ██    
														  
														  
														  
														  
														  
														  
														  
 */


.podcast_grid {
	position: relative;
	left: 0%;
	width: 100%;
	display: inline-grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 1em;
	grid-row-gap: 1em;
	padding-top: 0em;
	padding-bottom: 3em;
	margin-top: 2em;
	/* border-right: 1px solid rgb(255, 255, 255); */
}
.single_podcast {
	position: relative;
	height: auto;
	top: 0;
	opacity: 1;
	text-align: left;
	/*min-width: 220px;*/
	transition: transform 0.2s ease-out;
	min-width: 0;
	background-color: rgba(0, 0, 0, 0.06);
	border-radius: 15px;
	overflow: hidden;
	
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.272);
	box-sizing: border-box;
	
	background-position: center center;
	background-size: 400%;
	background-repeat: no-repeat;
	
}
.single_podcast_title {
	position: relative;
	width: auto;
	height: auto;
	/*margin: 0 auto;*/

	font-size: calc(1em + 0.6vw);
	font-weight: 600;
	color: #F0F0F0;
	text-align: left;
	/* overflow: hidden; */
	padding-top: 0em;
	margin: auto;
}
.single_podcast_blurbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	background-position: center center;
	background-size: 400%;
	background-repeat: no-repeat;
	
	filter: blur(8px);
	-webkit-filter: blur(8px);
	
	opacity: 0.3;
}
.cont_podcastinfo{
	position: relative;
	padding: 3em 3em;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	
	box-shadow: 0px 0px 60px 80px rgba(0,0,0,0.4);
	box-sizing: border-box;
}
.cover_podcast{
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 2em;
	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.272);
	box-sizing: border-box;
}
.cover_podcast:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.single_podcast_sinossi {
	position: relative;
	width: 100%;
	font-size: calc(0.6em + 0.2vw);
	font-weight: 400;
	color: #bababa;
	text-align: left;

	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 150%;
	margin-top: 0.5em;
	border-top: 1px solid rgba(255, 255, 255, 0.103);
	border-bottom: 1px solid rgba(255, 255, 255, 0.103);
}


.single_podcast_sinossi_inside {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 4; */
	overflow: hidden;
	
	overflow-y: auto;
	min-height: 10em;
	height: 10em;
	margin-top: 1em;
	padding-right: 1em;
}

.single_podcast_sinossi_inside p{

	margin-block-start: 0em!important;
	margin-block-end: 0em!important;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.single_podcast_sinossi_inside::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: rgba(245, 245, 245, 0.088);
}

.single_podcast_sinossi_inside::-webkit-scrollbar
{
	width: 4px;
	background-color: rgba(245, 245, 245, 0.125);
}

.single_podcast_sinossi_inside::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ffffff;
}



.single_podcast_sinossi strong{
	display: inline-block;
	position: relative;
	font-size: 1.2em;
	min-height: 2.4em;
	color: #afafaf;
}
.raccontatoda{
	margin-top: 1em;
	font-size: 0.8em;
	color: #afafaf;
	margin-bottom: 1.2em;
}
.raccontatoda strong{
	font-size: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
}
.podcast_icon {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 100%;
	height: 2%;
	overflow: hidden;
	
	background-image: url('../images/podcast.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;

	opacity: 0.2;
}
.btn_podcast{
	display: inline-block;
	height: 50px;
	width: 100%;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin: 0 5px 5px 0;
	
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	grid-column-gap: 1em;
	
	box-sizing: border-box;
	margin-top: 0.5em;
}
.esclusiva_podcast{
	background-color: #85dbe5;
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(133, 219, 229)), to(rgb(45, 192, 203)));
	background-image: -webkit-linear-gradient(left top, rgb(133, 219, 229), rgb(45, 192, 203));
	background-image: -moz-linear-gradient(left top, rgb(133, 219, 229), rgb(45, 192, 203));
	background-image: -o-linear-gradient(left top, rgb(133, 219, 229), rgb(45, 192, 203));
	background-image: -ms-linear-gradient(left top, rgb(133, 219, 229), rgb(45, 192, 203));
	background-image: linear-gradient(left top, rgb(133, 219, 229), rgb(45, 192, 203));
}
.imgpodcast{
	margin: 0.5em 0 0.4em 0;
	/* background-image: url('../images/spotify.png'); */
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.listenon {
	position: relative;
	width: 100%;
	font-size: calc(8px + 0.2vw);
	font-weight: 400;
	color: #232323;
	text-align: left;
	
	line-height: 130%;
	border-top: 1px solid rgba(255, 255, 255, 0.103);
	margin: auto;

}

.listenon strong {
	font-size: calc(1.2em + 0.2vw);
	font-weight: 700;

	border-top: 1px solid rgba(255, 255, 255, 0.103);
	border-bottom: 1px solid rgba(255, 255, 255, 0.103);
}



/* 


███████  ██████ ██    ██  ██████  ██      ███████ 
██      ██      ██    ██ ██    ██ ██      ██      
███████ ██      ██    ██ ██    ██ ██      █████   
	 ██ ██      ██    ██ ██    ██ ██      ██      
███████  ██████  ██████   ██████  ███████ ███████ 
														  
														  
														  
														  
														  
														  
														  
 */



.single_film_scuole {
	position: relative;
	height: auto;
	top: 0;
	opacity: 1;
	text-align: left;
	/*min-width: 220px;*/
	transition: transform 0.2s ease-out;
	min-width: 0;
	background-color: rgba(255, 255, 255, 0.06);
	border-radius: 20px;
	overflow: hidden;
	
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.272);
	box-sizing: border-box;
}
.scuola-line {
	position: relative;
	left: 50%;
	width: 60px;
	height: 6px;
	background: rgba(84, 84, 84, 0.173);
	display: inline-block;
	border-radius: 0.5rem;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.cont_intro_scuole{
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 1.7em 0em 0em 0;
	background-color: rgba(231, 231, 231, 1);
}
.conttitle_scuola{
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 5px 0 0 5px;
	width: 100%;
}
.title_scuola{
	color: #555;
	font-size: calc(1.3em + 0.7vmin);
	font-weight: 400;
	padding: 2em 3em;
	line-height: 150%;
	text-align: center;
}
.desc_scuola{
	color: #555;
	font-weight: 400;
	column-count: 2;
	column-gap: 3em;
	padding-top: 1em;
	text-align: left;
}
.desc_scuola a{
	color: #ec4258;
	font-weight: 400;
	column-count: 2;
	column-gap: 3em;
	padding-bottom: 2em;
}
.img_descscuole{
	border-radius: 1rem;
	width: 30%!important;
}
.desc_scuola p{
	margin: 0;
	padding: 0;
	font-size: calc(0.8em + 0.4vmin);
	font-weight: 400;
	display: block;
	margin-block-start: 0em!important;
	margin-block-end: 0em!important;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	text-align: left;
	line-height: 140%;
}

.contdati_scuole{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30vh;
	
	display: grid;
	grid-template-columns: 1fr 1.2fr 0.8fr;
	grid-column-gap: 0em;
	background-color: rgba(0, 0, 0, 0.831);
	border-radius: 0 0 10px 10px;
	padding: 0em 4em;
	box-sizing: border-box;
}
.contdati_scuole div {
	background-clip: content-box;
	justify-content: center;
	align-items: center;
	position: relative;
}

.posterinfoscuole_imgcont{
	position: relative;
	left: 50%;
	top: -4em;
	width: 70%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.posterinfoscuole_imgcont img{
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
	max-width: 100%;
	max-height: 100%;
}
.sinossitext_scuole{
	padding-top: 1em;
	font-size: calc(0.4em + 0.4vw);
	font-weight: 300;
	font-family: 'Inter', sans-serif;
	color: #fff;
	line-height: 150%;
}

.single_film_manifesto_scuole {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 120vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.1);
}
.single_film_manifesto_scuole:before {
	content: "";
	display: block;
	padding-top: 55%;
}
.single_film_manifesto_scuole img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.logofilm_scuole{
	position: absolute;
	left: 4em;
	top: 3em;
	width: 25%;
	height: auto;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}
.logofilm_scuole img{
	width: 100%;
	height: auto;
	max-height: 300px;
}

.single_film_sinossi_scuole {
	position: relative;
	width: 100%;
	font-size: calc(0.6em + 0.3vw);
	font-weight: 400;
	color: #F0F0F0;
	text-align: left;

	padding-top: 0.5em;
	line-height: 150%;
}
.single_film_sinossi_scuole_inside {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.creditimovie {
	position: relative;
	width: 80%;
	font-size: 0.7em;
	font-weight: 600;
	color: #F0F0F0;
	
	line-height: 150%;
}
.single_film_detail_scuole {
	position: relative;
	width: 100%;
	font-size: calc(0.6em + 0.3vw);
	font-weight: 400;
	color: #F0F0F0;
	text-align: left;

	line-height: 150%;
	
	display: -webkit-box;
	/* -webkit-line-clamp: 4; */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.cast_scuole {
	position: relative;
	padding-top: 0.5em;
	font-size: 0.9em;
	opacity: 0.8;
}
.single_film_sinossi_scuole p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0.5em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.single_film_detail_scuole p {
	display: block;
	margin-block-start: 3em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-size: 0.9em;
	line-height: 150%;
	padding-bottom: 1em;
}
.cont_scuole_title{
	position: absolute;
	
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-column-gap: 2em;
	grid-row-gap: 0.5em;
	
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1.5em 4em 3em 4em;
	background-color: rgba(0, 0, 0, 0.4);
	
	box-shadow: 0px 0px 60px 80px rgba(0,0,0,0.4);
}

.gradgrey_scuolefilm{
	position: absolute;
	width: 100%;
	height: 25%;
	margin-top: 0px;
	-ms-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
	
	/*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));

	
	opacity: 0.4;


}

.single_film_title_scuole {
	position: relative;
	width: auto;
	height: auto;
	/*margin: 0 auto;*/

	font-size: calc(1em + 0.6vw);
	font-weight: 600;
	color: #F0F0F0;
	text-align: left;
	/* overflow: hidden; */
	padding-top: 0em;
	margin: auto;
}
.rating_repeater_container_scuole {
	position: relative;
	right: 0em;
	padding-bottom: 0.5em;
	bottom: 0em;
	width: auto;
	height: auto;
	float: left;
}
.classificazionetitle_scuole{
	font-weight: 600;
	font-size: calc(0.5em + 0.3vw);
	padding-top: 0em;
	padding-bottom: 0em;
}
.rating_repeater_image_scuole {
	position: relative;
	width: 25px;
	height: 25px;
	background-size: cover;
	border-radius: 50%;
	float: left;
	background-color: #2d2d2d;
}
.etaminima_scuole{
	position: absolute;
	top: 3em;
	right: 4em;
	width: auto;
	height: auto;
	margin: 0;
	/* border-right: 1px solid white; */
	margin-right: 1em;
	/* background-color: rgba(0, 0, 0, 0.184); */
	border-radius: 10px;
	line-height: 0.8;
}
.etaminima_scuole_number{
	font-size: calc(1.8em + 0.5vw);
	width: auto;
	height: auto;
	text-align: center;
	font-weight: 800;
	margin: auto;
}
.etaminima_scuole_number i{
	text-shadow: 0px 3px rgba(0, 0, 0, 0.25);
}
.etaminima_scuole_month{
	font-size: calc(0.6em + 0.5vw);
	padding-top: 0em;
	text-transform: uppercase;
	
	color: rgba(255, 255, 255, 1);
	font-weight: 800;
	text-shadow: 0px 3px rgba(0, 0, 0, 0.25);
}

.contbtnlogo_scuole {
	position: relative;
	/* bottom: 20%; */
	bottom: max(150px, 18%);
	width: 50%;
	height: auto;
	border-radius: 5px 0 0 5px;
	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	grid-column-gap: 0.5em;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}






/* 

 ██████  ██████  ███    ██ ████████  █████  ████████ ████████ ██ 
██      ██    ██ ████   ██    ██    ██   ██    ██       ██    ██ 
██      ██    ██ ██ ██  ██    ██    ███████    ██       ██    ██ 
██      ██    ██ ██  ██ ██    ██    ██   ██    ██       ██    ██ 
 ██████  ██████  ██   ████    ██    ██   ██    ██       ██    ██ 
														  
														   
														   
														   
														   
														   
														   
  */
 

.gridcontatti{
	position: relative;
	display: grid;
	gap: 0.5em;
	grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
	grid-auto-flow: dense;
	flex-direction: column;
	max-height: 20vh;
	overflow: hidden;
	border-radius: 0;
	opacity: 0.15;
}

.gridcontatti div {
	border-radius: 10px;
	background-size: cover;
	background-position: center center;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
.gridcontatti div:before {
	content: "";
	display: block;
	padding-top: 140%;
}
.gradbottom_contatti {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	opacity: 0.90;
	border-radius: 0!important;
	
	background-image: -webkit-linear-gradient(top, rgba(245, 245, 247, 0), rgba(245, 245, 247, 1));
}
.cardcontact{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 0.5fr 1.5fr;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	/* align-items: center;
	justify-items: center; */
	margin-bottom: 1em;
}
.luckyred_profileimg{
	position: relative;
	width: 100%;
	height: 0;
	border-radius: 50%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	
	box-shadow: 0px 1px 18px 2px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 1px 18px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 1px 18px 2px rgba(0,0,0,0.07);
}
.luckyred_profileimg:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.luckyred_profilecard{
	position: relative;
	min-width: 100%;
	font-size: calc(0.6em + 0.4vw);
	text-transform: none;
	font-weight: 500;
	text-align: left;
	border-radius: 5px;
	color: #7D7D7D;
	box-sizing: border-box;
	padding-top: 1em;
	padding-left: 1em;
}
.luckyred_profilecard subtitle{
	font-size: 0.8em;
}

.colcontact{
	position: relative;
	/* top: -50vh; */
	width: 100%;
	height: auto;
	display: inline-grid;
	grid-template-columns: 0.6fr 1.4fr;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	padding: 1em 2em 1em 2em;
	box-sizing: border-box;
	/* margin-top: -30em; */
}
.colcontact h2{
	font-size: calc(10px + 0.6vmin)!important;
	font-weight: 600;
}
.colcontact_dxcol{
	position: relative;
	width: 100%;
	height: auto;
	padding: 4em 4em 2em 4em;
	box-sizing: border-box;
}
.colcontact_dxcol img{
	width: 70%;;
}
.colcontact_sxcol{
	position: relative;
	width: 100%;
	height: auto;
	padding: 4em 0em 2em 3em;
	box-sizing: border-box;
}
.btncontatti{
	position: relative;
	min-width: 100%;
	font-size: calc(0.6em + 0.4vw);
	text-transform: none;
	font-weight: 500;
	text-align: center;
	background-color: rgba(245, 245, 247, 1);
	padding: 0.8em 1em 0.8em 1em;
	border-radius: 5px;
	color: #7D7D7D;
	margin-top: 0.5em;
	box-sizing: border-box;
}
.btncontatti img{
	vertical-align:middle;
	margin-right: 0.2em;
}
.socialcontact{
	position: relative;
	width: 100%;
	padding: 0.6em 0em 0.5em 0em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 0.5em;
	box-sizing: border-box;
}
.btncontatti_social{
	position: relative;
	min-width: 100%;
	font-size: calc(0.6em + 0.4vw);
	text-transform: none;
	font-weight: 700;
	text-align: center;
	padding: 0.5em 0.5em 0.3em 0.5em;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 0.5em;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	/* background-color: rgb(231, 231, 231); */
	border: solid 2px rgb(243, 243, 243);
}
.btncontatti_social img{
	max-height: 40px;
}
.contactwelcome{
	position: relative;
	min-width: 100%;
	font-size: calc(0.8em + 0.4vw);
	text-transform: none;
	font-weight: 400;
	text-align: left;
	border-radius: 5px;
	color: #7D7D7D;
	margin-top: 2em;
	box-sizing: border-box;
}
.posizioniaperte{
	position: relative;
	min-width: 100%;
	width: 100%;
	height: auto;
	border: 1px solid #E0E0E0;
	margin: 2em 0;
	text-align: left;
	padding: 2em 2em;
	font-weight: 400;
	border-radius: 10px;
	box-sizing: border-box;
}
.posizioniaperte span{
	font-weight: 600;
	color: #565656;
}
.posizioniaperte img{
	vertical-align:middle;
	margin-right: 0.4em;
}
hr.posizionihr {
	margin: 2em 0;
	border-top: 1px solid rgb(234, 234, 234);
}


/* FORM */
.dettaglio_contatti_form {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	
	padding-top: 2em;
	padding-bottom: 6em;

	color: #000;
}
.dettaglio_contatti_form input[type=text] {
	width: 100%;
	/* height: 40px; */
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 0em;
	border: none;
	text-align: left;

	font-size: 1em;
	font-weight: 600;
	color: #5b5b5b;
	background-color: #F5F5F7;
	padding-left: 1em;
	padding: 1.2em 1em 1.2em 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: #F5F5F7;
	border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;
}
.dettaglio_contatti_form input[type=file] {
	color: #484848;
	padding-top: 1em;
}
.dettaglio_contatti_form input[type=email] {
	width: 100%;
	/* height: 40px; */
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 0em;
	border: none;
	text-align: left;

	font-size: 1em;
	font-weight: 600;
	background-color: #F5F5F7;
	color: #484848;
	padding-left: 1em;
	padding: 1.2em 1em 1.2em 1em;
}

.wpcf7-form select {
	/* box-shadow: inset 0px 1px 0px 0px #ffffff; */
	background-color: #F5F5F7;
	color: #484848;
	border-radius: 10px;
	border: 1px solid #fff;
	font-family: 'Inter', sans-serif;
	cursor: pointer;
	background-color: #F5F5F7;
	color: #666666;
	text-decoration: none;
	
	/* text-shadow: 0px 1px 0px #ffffff; */
	width: 100%;
	padding: 1.2em 1em 1.2em 1em;
	font-size: calc(0.6em + 0.4vw);
	font-weight: 600;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	border: 2px solid rgba(42, 42, 42, 0.184);
	box-sizing: border-box;
}

.dettaglio_contatti_form input[type=checkbox] {
	position: relative;
	border-radius: 15px;
	top: 5px;
	-webkit-appearance: button;

	background-color: #fff;
	color: #FFF;
	
	overflow: hidden;

	width: 19px;
	height: 19px;

}

span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }

.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 label br{
	display: none;
}

.dettaglio_contatti_form .wpcf7-list-item-label {
	float: left;
	height: 20px;
	margin-left: 5px;
	padding-top: 2px;
}

.dettaglio_contatti_form input[type=submit] {
	background-color: #0088FF;
	border-radius: 6px;
	border: 1px solid #fff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 24px;
	text-decoration: none;
	width: 100%;
	margin-top: 2em;
	padding: 1.2em 1em 1.2em 1em;
}

.formbutton:hover {
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color: #f6f6f6;
}

.formbutton:active {
	position: relative;
	top: 1px;
}

.wpcf7-not-valid-tip {
	padding-top: 0.5em;
	color: #FF4E45;
	font-size: 0.8em;
}

.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; */
}
.dettaglio_contatti_form p{
	padding-top: 0em;
}



.container_newsletter{
	border: 2px solid #ededed;
	padding: 2em 2em 1em 2em;
	border-radius: 10px;
	margin-bottom: 2em;
}

/* Main container*/
#mpwp-container {
	
}
/* Form content container */
#mupwp-form-content {
	
}
 
/* The <form> */
#mupwp-form {
	border: 0;
	margin-top: 0.6em;
}

/* The form title */
#mupwp-form-title {
	display: none;
}

/* The form description */
#mupwp-form-description {
	
}

/* Fields container */
#mupwp-form-fields {
	width: 100%;
	margin: 0;
}

/*Single field container*/
#mupwp-form-fields .mupwp-form-field {
	width: 100%;
	margin: 0;
}


/* Terms and Conditions container */
#mupwp-form-terms {
	
}

/* Single terms and condition container*/
#mupwp-form-terms .mupwp-form-term {
	
}

/*Used for terms and conditions font size. Default = 0.85 rem*/
#mpwp-container .label.terms.small-font {
	width: 100%;
}

/*Submit form, ajax loader and form messages container*/
#mupwp-form-submit-container {
	width: 100%;
	display: block;
	margin: 0;
}

/*Submit button*/
#mupwp-form-save {
	background-color: #0088FF;
	border-radius: 6px;
	border: 1px solid #fff;
	cursor: pointer;
	color: #ffffff;
	font-family: Inter;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	padding: 0.8em 1em 0.8em 1em;
	
	
} 

#email{
	width: 100%;
	height: 100%;
	padding: 0.8em 1em;
	box-sizing: border-box;
	border-radius: 6px;
	border: none;
	text-align: left;
	background-color: rgb(234, 234, 234);
	font-size: calc(0.7em + 0.3vmin);
	font-weight: 600;
	color: #1d1d1d;
	transition: width 0.4s ease-in-out;
	border: rgba(255, 255, 255, 1) 2px  solid;
	margin-left: 0em;
}
.separator-20px-top{
	margin: 0.5em 0 0 0!important;
}
.newsletterintro{
	font-family: Inter;
	font-size: calc(0.5em + 0.3vw);
	font-weight: 500;
	color: #2A2A2A;
	text-align: left;
	line-height: 150%;
	margin-bottom: 1em;
}
.feedback{
	font-family: Inter;
	font-size: calc(0.4em + 0.4vw);
	font-weight: 500;
	color: #666666;
	line-height: 150%;
	margin-bottom: 1em;
	text-align: left!important;
}






.coletica{
	position: relative;
	/* top: -50vh; */
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	padding: 5em 12em 11em 12em;
	box-sizing: border-box;
	/* margin-top: -30em; */
	
	font-size: 1em;
	line-height: 160%;
}
.coletica h2{
	position: relative;
	/* top: -50vh; */
	width: 100%;
	height: auto;
	color: #cd0142;
	margin-top: 1.5em;
}
.coletica a{
	position: relative;
	/* top: -50vh; */
	width: 100%;
	height: auto;
	color: #cd0142;
	font-weight: 600;
	font-size: 1em;
}
summary {
	cursor: pointer;
	width: 100%;
	background: #ffffff;
	border-radius: 8px;
	position: relative;
	color: #3f3f3f;
	padding: 0.9em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 2px solid #444444;
	font-weight: 700;
	margin-bottom: 1em;
}

summary::-webkit-details-marker {
  color: #B6B6B6;
}



.blackovershop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.shopoverlay{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 18vw;
	height: auto;
	max-width: 280px;
	background-color: #eeeeee;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 10px;
	box-shadow: 0px 3px 10px 8px rgba(0, 0, 0, 0.20);
	padding: 2em 2em 0em 2em;
	text-align: center;
	display: none;
	overflow: hidden;
	opacity: 0;
}
.shopintro{
	font-family: Inter;
	font-size: calc(0.5em + 0.3vw);
	font-weight: 500;
	color: #2A2A2A;
	text-align: center;
	line-height: 150%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.cat{
	width: 100%;
	margin-top: 1em;
}
.cat img{
	width: 100%;
	margin-bottom: 1em;
}
.shopoverlay h4{
	text-align: center;
	color: #A8362D;
}
h4{
	margin: 0;
	padding-bottom: 0em;
	font-size: 1.3em;
}
h4 img{
	vertical-align:middle;
	margin-right: 0.2em;
}

.contbtnshop{
	cursor: pointer;
}










.prodotti_grid {
	position: relative;
	left: 0%;
	width: 90%;
	display: inline-grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 0.8em;
	grid-row-gap: 0.8em;
	padding-top: 0em;
	padding-bottom: 3em;
	margin-top: 2em;
	/* border-right: 1px solid rgb(255, 255, 255); */
}
.cont_prodottoinfo{
	position: relative;
	padding: 1em 1em;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	
	/* box-shadow: 0px 0px 60px 80px rgba(0,0,0,0.4); */
	box-sizing: border-box;
}
.single_prodotto {
	position: relative;
	height: auto;
	top: 0;
	opacity: 1;
	text-align: left;
	/*min-width: 220px;*/
	transition: transform 0.2s ease-out;
	min-width: 0;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 15px;
	overflow: hidden;
	
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.099);
	box-sizing: border-box;
	
	background-position: center center;
	background-size: 400%;
	background-repeat: no-repeat;
	
	border-radius: 15px ;
	
	/* border: 4px solid rgba(255, 255, 255, 0.367); */
	
}
.single_prodotto_title {
	position: relative;
	width: auto;
	height: auto;
	/*margin: 0 auto;*/

	font-size: calc(1em);
	font-weight: 700;
	color: #009AED;
	text-align: left;
	/* overflow: hidden; */
	padding-top: 0em;
	margin: auto;
	min-height: 2em;
}
.prezzoghibli {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
	/*margin: 0 auto;*/

	font-size: calc(1em + 0.4vw);
	font-weight: 600;
	color: #ffffff;
	text-align: right;
	/* overflow: hidden; */
	background-color: #009AED;
	padding: 0.4em 0.6em;
	margin-top: 0em;
	border-radius: 0 0 10px 10px;
	
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.109);
	
	box-sizing: border-box;
}
.cover_prodotto{
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 2em;
	
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 10px;
	
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.109);
	box-sizing: border-box;
}
.cover_prodotto:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.imgpopupstore{
	width: 100%;
	max-width: 700px;
}


@media (max-width: 1000px) {
	.cont_prodottoinfo{
		position: relative;
		padding: 1em 1em;
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		
		/* box-shadow: 0px 0px 60px 80px rgba(0,0,0,0.4); */
		box-sizing: border-box;
	}
	.prodotti_grid {
		position: relative;
		left: 0%;
		width: 100%;
		display: inline-grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 0.5em;
		grid-row-gap: 0.5em;
		padding-top: 0em;
		padding-bottom: 3em;
		margin-top: 2em;
		/* border-right: 1px solid rgb(255, 255, 255); */
	}
	.single_prodotto_title {
		position: relative;
		width: auto;
		height: auto;
		/*margin: 0 auto;*/
	
		font-size: 1.8em;
		font-weight: 600;
		color: #F0F0F0;
		text-align: left;
		/* overflow: hidden; */
		padding-top: 0em;
		margin: auto;
		min-height: 2em;
	}
	.prezzoghibli {
		position: relative;
		width: auto;
		height: auto;
		display: inline-block;
		/*margin: 0 auto;*/
	
		font-size: 1em;
		font-weight: 700;
		color: #083049;
		text-align: left;
		/* overflow: hidden; */
		background-color: white;
		padding: 0.4em 0.6em;
		margin-top: 0.5em;
		border-radius: 10px;
	}
	
	.single_prodotto_title {
		position: relative;
		width: auto;
		height: auto;
		/*margin: 0 auto;*/
	
		font-size: 0.8em;
		font-weight: 700;
		color: #009AED;
		text-align: left;
		/* overflow: hidden; */
		padding-top: 0em;
		margin: auto;
		min-height: 2em;
	}
	.prezzoghibli {
		position: relative;
		width: 100%;
		height: auto;
		display: inline-block;
		/*margin: 0 auto;*/
	
		font-size: 1.2em;
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		/* overflow: hidden; */
		background-color: #009AED;
		padding: 0.4em 0.6em;
		margin-top: 0.5em;
		border-radius: 0 0 10px 10px;
		
		box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.109);
		
		box-sizing: border-box;
	}
	.cover_prodotto{
		margin-bottom: 1em;
	}
}