@font-face {
	font-family: 'DomaineDisplayBd';
	src: url('../fonts/Domaine_Display_Bold.woff2') format('woff2'),
		url('../fonts/Domaine_Display_Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'DomaineDisplayBd';
	src: url('../fonts/Domaine_Display_Bold_Italic.woff2') format('woff2'),
		url('../fonts/Domaine_Display_Bold_Italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'DomaineTextBlk';
	src: url('../fonts/Domaine_Text_Black.woff2') format('woff2'),
		url('../fonts/Domaine_Text_Black.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'DomaineTextBlk';
	src: url('../fonts/Domaine_Text_Black_Italic.woff2') format('woff2'),
		url('../fonts/Domaine_Text_Black_Italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?23588710');
	src: url('../fonts/fontello.eot?23588710#iefix') format('embedded-opentype'),
		 url('../fonts/fontello.woff2?23588710') format('woff2'),
		 url('../fonts/fontello.woff?23588710') format('woff'),
		 url('../fonts/fontello.ttfm23588710') format('truetype'),
		 url('../fonts/fontello.svg?23588710#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* smooth scroll on ios div*/
* {
	-webkit-overflow-scrolling: touch;
}
html {
	/* forzo la scrollbar su window */
	overflow-y: scroll;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;/**/
	height: 100%;
}
body {
	position: relative;/* per il footer */
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}
body, html {
	font-family: 'Source Sans Pro', sans-serif;/**/
	background-color: #f2f2f2;
	color: #1a1a1a;/*90*/
	margin: 0px;
	padding: 0px;
}
/*

GENERALI

*/
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
button {
	color: inherit;
	cursor: pointer;
    font: inherit;
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}
.no-float {
	float: none !important;
}
.view-all {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.view-all:after {
	content: '\e803';
	display: inline-block;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 1em;
	padding-left: 5px;
	vertical-align: -2%;

	/*elimino il pixel shifting*/
	transform-style: preserve-3d;
}
.view-all:hover:after {
	-webkit-animation: arrowAnimationRight .4s;
    animation: arrowAnimationRight .4s;
}
.view-all.extended {
	display: none;
	text-align: center;
	margin-top: 50px;
}
#main {
	max-width: 1080px;
	padding: 0px 15px 40px;
	margin: 0px auto;
}
#header {
	position: fixed;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #1a1a1a;
	z-index: 1000;
	transform-style: preserve-3d;
	box-shadow: 0px -12px 12px 12px rgba(0,0,0,0.4);
}
#header-contents {
	position: relative;
	height: 70px;
	overflow-y: hidden;
}
#header .border-color {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #1d71b8;
}
#page-cover {
	position: fixed;
	opacity: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: #1a1a1a;
	z-index: 900;
}
#page {
	box-sizing: border-box;
	padding-bottom: 200px; /* per il footer ma da calcolare via js */
}
/*

COLONNE

*/
.col-full {
	box-sizing: border-box;
	float: left;
	width: 100%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-1-2 {
	box-sizing: border-box;
	float: left;
	width: 50%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-1-3 {
	box-sizing: border-box;
	float: left;
	width: 33.33%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-2-3 {
	box-sizing: border-box;
	float: left;
	width: 66.66%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-1-4 {
	box-sizing: border-box;
	float: left;
	width: 25%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-3-4 {
	box-sizing: border-box;
	float: left;
	width: 75%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-1-5 {
	box-sizing: border-box;
	float: left;
	width: 20%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-2-5 {
	box-sizing: border-box;
	float: left;
	width: 40%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-2-12 {
	box-sizing: border-box;
	float: left;
	width: 16.66%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-7-12 {
	box-sizing: border-box;
	float: left;
	width: 58.33%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-2-9 {
	box-sizing: border-box;
	float: left;
	width: 22.22%;
	min-height: 1px;
	padding: 0px 15px;
}
.col-7-9 {
	box-sizing: border-box;
	float: left;
	width: 77.77%;
	min-height: 1px;
	padding: 0px 15px;
}
/*

LOGO

*/
#logo {
	position: absolute;
	top: 35px;
	left: 0px;
	right: 0px;
	width: 147px;
	margin: -16px auto 0px auto;
	color: #fff;
	z-index: 200;
}
#logo h1 {
	width: 147px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
#logo a,
#logo a:hover {
	display: block;
	position: relative;
	width: 147px;
	height: 32px;
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
	text-indent: -200px;
}
#logo .logo-text {
	overflow: hidden;
	background-image: url(../images/logo-text-fctp.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 147px 32px;
}
#logo .logo-image {
	position: absolute;
	top: -43px;
	left: -72px;
	display: block;
	width: 60px;
	height: 120px;
	opacity: 0;
	background-image: url(../images/logo-image.svg);
}
/*

MAIN MENU

*/
#main-menu {
	margin: 0px auto;
	padding: 0px 30px;

	color: rgba(255,255,255,0.8);
}
#main-menu .contents {
	max-width: 820px;
	margin: -30px auto 0px auto;
	padding-top: 200px;
	opacity: 0;
}
#header-placeholder {
	height: 70px;
	background-color: #1a1a1a;
}
/*

SEARCH

*/
#search  {
	position: relative;
	height: 55px;
	margin-bottom: 24px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
#search input {
	position: relative;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	line-height: 38px;
	width: 100%;
	color: #fff;
	border: 0px;
	outline: none;
	text-decoration: none;
	padding: 0px 60px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	z-index: 10;
}
#search input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.25);
}
#search input:-moz-placeholder {
	color: rgba(255,255,255,0.25);
}
#search input::-moz-placeholder {
	color: rgba(255,255,255,0.25);
}
#search input:-ms-input-placeholder {
	color: rgba(255,255,255,0.25);
}
#search button {
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 10px;
	width: 30px;
	height: 30px;
	font-size: 0px;
	line-height: 30px;
	outline: 0;
	border: 0;
	padding: 0px;
	background: transparent;
	z-index: 15;
}
#search button svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	fill: #fff;
}
#search .search-highlight {
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 10px;
	top: 0px;
	height: 56px;
	max-width: calc(100% - 50px);
	font-size: 30px;
	line-height: 38px;
	color: transparent;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;

	transition-property: left, padding, border-bottom-color, border-bottom-width;
	transition-duration: 0.25s;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#search .search-highlight.in-focus {
	left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #1d71b8;
}
#search .search-highlight.with-content {
	left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
/*

MENU LIST

*/
#menu-list {
	position: relative;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	margin-bottom: 15px;

	color: currentColor;
	font-size: 15px;
	line-height: 18px;
	column-count: 3;
	column-gap: 30px;
}
#menu-list a {
	text-decoration: none;
	border: 0;
	color: currentColor;
	padding-bottom: 6px;
}
#menu-list a:hover {
	color: #fff;
}
#menu-list ul,
#menu-list li {
	margin: 0px;
	padding: 0px;
}
#menu-list ul {
	padding-bottom: 24px;
	/* evito che le righe vengano divise su più colonne */
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
#menu-list li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-left: solid 1px transparent;
	margin-left: 1px;
}
#menu-list > ul:last-of-type {
	padding-bottom: 96px;
}
#menu-list ul.professional li {
	border-left-color: #00988f;
}
#menu-list ul.location li {
	border-left-color: #b49b10;
}
#menu-list ul.film-database li {
	border-left-color: #d74a38;
}
#menu-list ul.news li {
	border-left-color: #b94e62;
}
#menu-list ul.press li {
	border-left-color: #8c7971;
}
#menu-list ul.casting li {
	border-left-color: #4fa8cd;
}
#menu-list .main-areas-container {
	break-inside: avoid;
}
#language-switch {
	box-sizing: border-box;
  text-align: right;
	/*position: absolute;
	right: 0px;
	bottom: 20px;
	width: 33.33%;
	padding-left: 28px;*/
	padding-bottom: 40px;
}
#language-switch label {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
  margin-left: 8px;
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#language-switch label span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 2px;
}
#language-switch label:hover span {
	color: #fff;
}
#language-switch label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* outline */
#language-switch label span:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: solid 1px rgba(255,255,255,0.6);
	opacity: 0.4;
}
/* cerchio interno */
#language-switch label span:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.8);
	transform: scale(0);
	transition: transform cubic-bezier(0.4,0.4,0.4,1) 0.25s;
	/* fondamentale su android per evitare flickering */
	backface-visibility: hidden;
}
#language-switch label input:checked ~ span:after {
	transform: scale(1);
}
/*

SUBMENU

*/
#submenu {
	float: left;
	font-size: 13px;
	color: currentColor;
	padding-top: 11px;
	padding-bottom: 30px;
}
#submenu a {
	text-decoration: none;
	border: 0;
	color: currentColor;
	padding-bottom: 6px;
}
#submenu a:hover {
	color: #fff;
}
#submenu ul,
#submenu li {
	margin: 0px;
	padding: 0px;
}
#submenu ul {
	list-style: none;
}
#submenu li {
	display: inline-block;
	padding-right: 20px;
}
/*

SOCIAL PAGES

*/
#social-pages {
	float: right;
	font-size: 0px;
	padding-bottom: 30px;
}
#social-pages ul,
#social-pages li {
	margin: 0px;
	padding: 0px;
}
#social-pages li {
	display: inline-block;
	padding-left: 10px;
}
#social-pages a {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-indent: -300px;
	opacity: 0.8;
	background-image: url('../images/social-pages-icons.svg?20200825');
	background-repeat: no-repeat;
	background-size: 230px 86px;
}
#social-pages a:hover {
	opacity: 1;
}
#social-pages .facebook {

}
#social-pages .youtube {
	background-position: -48px 0px;
}
#social-pages .vimeo {
	background-position: -96px 0px;
}
#social-pages .instagram {
	background-position: -192px 0px;
}
/*

BURGER MENU

*/
#burger-container {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	max-width: 1110px;
	height: 10px;
	margin: 0px auto;
	background-color: #1a1a1a;
	z-index: 100;
}
#burger-menu-icon {
	position: absolute;
	top: 27px;
	right: 30px;
	width: 21px;
	height: 20px;
	cursor: pointer;
	border: 0;
	margin: 0px;
	padding: 0px;
	outline: 0;

	background-color: transparent;
}
#burger-menu-icon span {
	display: block;
	float: left;
	width: 11px;
	height: 2px;
	margin-bottom: 5px;
	background-color: #fff;
}
#burger-menu-icon span:nth-child(even) {
	/*quelli pari (a destra)*/
	transform-origin: left;
	margin-left: -1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
}
#burger-menu-icon span:nth-child(odd) {
	/*quelli dispari (a destra)*/
	transform-origin: right;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
#burger-menu-icon span:nth-child(3),
#burger-menu-icon span:nth-child(4) {
	transition-delay: 0.12s;
}
#burger-menu-icon span:nth-child(3),
#burger-menu-icon span:nth-child(4) {
	transition: transform cubic-bezier(.8,0,.2,1) 0.7s;
}
#burger-menu-icon span:nth-child(1),
#burger-menu-icon span:nth-child(2),
#burger-menu-icon span:nth-child(5),
#burger-menu-icon span:nth-child(6) {
	transition: transform cubic-bezier(1,0,.8,1) 0.3s;
}
/**/
#burger-menu-icon.open span:nth-child(3),
#burger-menu-icon.open span:nth-child(4) {
	transition: transform cubic-bezier(1,0,.8,1) 0.3s;
}
#burger-menu-icon.open span:nth-child(1),
#burger-menu-icon.open span:nth-child(2),
#burger-menu-icon.open span:nth-child(5),
#burger-menu-icon.open span:nth-child(6) {
	transition: transform cubic-bezier(.8,0,.2,1) 0.7s;
}
#burger-menu-icon.open span:nth-child(1) {
	transform: translate3d(0,7px,0) rotate(45deg) scaleX(1.2);
}
#burger-menu-icon.open span:nth-child(2) {
	transform: translate3d(0,7px,0) rotate(-45deg) scaleX(1.2);
}
#burger-menu-icon.open span:nth-child(3) {
	transform: scaleX(0);
}
#burger-menu-icon.open span:nth-child(4) {
	transform: scaleX(0);
}
#burger-menu-icon.open span:nth-child(5) {
	transform: translate3d(0,-8px,0) rotate(-45deg) scaleX(1.2);
}
#burger-menu-icon.open span:nth-child(6) {
	transform: translate3d(0,-8px,0) rotate(45deg) scaleX(1.2);
}
/*

PAGINE LISTE ---------------------------------------------------------------------------

*/
/* PAGE HEAD */
#lists-page-head {
	padding-top: 70px;
}
#lists-page-head .contents {
	max-width: 1080px;
	padding: 0px 15px 25px;
	margin: 0px auto;
}
#lists-page-head .page-title {
	font-family: 'DomaineDisplayBd';
	font-weight: bold;
	font-size: 70px;
	line-height: 72px;
	color: #1a1a1a;
	padding: 20px 15px 20px;
}
#lists-page-head .page-title span {
	opacity: 0.6;
}
#lists-page-head .page-subtitle {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 15px;
}
#lists-page-head .contact-info-container {
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 15px
}
#lists-page-head .contact-info-container .title {
	height: 24px;
	padding-top: 3px;
	padding-left: 30px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.9);
	background-image: url(../images/info-icon.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
#lists-page-head .contact-info-container .rule {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
#lists-page-head .contact-info-container > .rule ~ .rule {
	/* tutti tranne il primo */
	margin-top: 8px;
}
#lists-page-head .big-button {
	float: right;
	font-size: 0px;
	margin-bottom: -20px;
	padding: 18px 5px 0px;
}
#lists-page-head .big-button.no-float {
	padding-top: 26px;
}
#lists-page-head .big-button a {
	display: inline-block;
	font-family: 'DomaineTextBlk';
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	margin: 0px 10px 20px;
	padding: 9px 16px 13px;
	background: none !important;
	/*background-color: rgba(255,255,255,0.2) !important;/*chiaro*/
	background-color: rgba(0,0,0,0.3) !important;/*scuro*/
	text-shadow: none !important;
	border-radius: 4px;
}
#lists-page-head .big-button a {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow .25s ease;/**/
}
#lists-page-head .big-button a:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 2px 6px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.05), 0 8px 24px rgba(0, 0, 0, 0.05);
}
/*

FILTERS AND SEARCH

*/
#filters-and-search-menu {
	font-size: 0px;
	text-align: center;

	padding: 0px 15px;
}
#filters-and-search-menu .title {
	display: inline-block;
	position: relative;
	padding: 0px 26px 0px 0px;

	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;

	color: #fff;
	transition: color 1s;
}

#filters-toggle,
#search-toggle {
	cursor: pointer;
	overflow: hidden;
	display: inline-block;

	width: 50%;
	height: 70px;

	margin: 0px;
	padding: 0px;
	border: none;
	outline: 0;
	background-color: transparent;
	border-radius: 4px;

	text-align: center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#filters-and-search-menu .title .open-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	fill: currentColor;
	/* quint in out*/
	transition: transform 0.9s cubic-bezier(0.86, 0, 0.07, 1);
}
#filters-and-search-menu .title .close-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	fill: currentColor;

	transform: translateY(-100px);
	/* quint in out */
	transition: transform 0.9s cubic-bezier(0.86, 0, 0.07, 1);
}
#filters-and-search-menu .active .title {
	color: #ea5695;
}
#filters-and-search-menu .active .title .open-icon {
	transform: translateY(100px);
	/* quint out */
	transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
#filters-and-search-menu .active .title .close-icon {
	transform: translateY(0px);
	/* quint out */
	transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
#filters-and-search-container {
	clear: both;
	margin: 0px 15px;
	/*overflow: hidden;/*per nascondere il filetto superiore del search e dei filtri*/
	border-bottom: solid 1px #ea5695;
	/* evito flickering in safari */
	transform-style: preserve-3d;
	/**/
	background-color: #292929;

	box-shadow: none;
	/* easeInOutQuint */
	transition: box-shadow 0.9s cubic-bezier(0.86, 0, 0.07, 1), border-bottom-width 0.9s cubic-bezier(0.86, 0, 0.07, 1);
}
#filters-and-search-container.open {
	border-bottom-width: 2px;
	/* easeOutQuint */
	transition: box-shadow 0.9s cubic-bezier(0.23, 1, 0.32, 1), border-bottom-width 0.9s cubic-bezier(0.23, 1, 0.32, 1);
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* FILTERS */

#filters-list-block {
	overflow: hidden;
	height: 0px;
}
#filters-list-block .container {
	border-top: solid 1px rgba(255,255,255,0.1);
	padding: 0px 15px;
}
#filters-list-block a {
	color: currentColor;
}
.filters-list {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
#filters-list-block .filters-area .filters-list:last-child {
	/*margin-bottom: -100px;/*per evitare che il buttons-container vada a toccare la testa del container*/
}
#filters-list-block .filters-area {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -100px;/*per evitare che il buttons-container vada a toccare la testa del container*/
}
.filters-list .title {
	font-family: 'DomaineTextBlk';
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 10px;
}
.filters-list .input-container {
	column-count: 4;
	column-gap: 30px;
}
.filters-list.col-1-2 {
	float: none;
	padding-left: 0px;
}
.filters-list.col-1-2.left {
	width: calc(50% + 15px);
	padding-right: 30px;
}
.filters-list.col-1-2.right {
	width: calc(50% - 15px);
	padding-right: 0px;
}
.filters-list.col-1-2 .input-container {
	column-count: 2;
}
#filters-list-block label {
	display: block;
	position: relative;
	padding-left: 18px;
	padding-bottom: 8px;
	cursor: pointer;

	font-size: 15px;
	line-height: 18px;

	/* evito che le righe vengano divise su più colonne */
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#filters-list-block label span {
	display: inline-block;
	color: rgba(255,255,255,0.8);
	transition: color 0.25s;
}
#filters-list-block label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* outline */
#filters-list-block label span:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: solid 1px rgba(255,255,255,0.2);
}
/* cerchio interno */
#filters-list-block label span:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: currentColor;
	transform: scale(0);
	transition: transform cubic-bezier(0.4,0.4,0.4,1) 0.25s;
}
#filters-list-block label:hover span {
	color: #fff;
}
#filters-list-block label input:checked ~ span {
	color: currentColor !important;
}
#filters-list-block label input:checked ~ span:after {
	transform: scale(1);
}

#filters-list-block .buttons-container {
	position: relative;
	text-align: center;
	/* remove html code white space */
	font-size: 0px;
	/**/
	margin-top: 100px;/* per evitare che vada a toccare la testa */
}
#filters-list-block .buttons-container .shadow {
	position: relative;
	padding: 20px 0px;
	border-top: solid 1px transparent;

	background-color: #292929;
}
#filters-list-block .buttons-container .shadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	top: 0px;
	width: calc(100% - 30px);
	height: 30px;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0px auto;
	left: 0px;
	right: 0px;

	opacity: 0;
}
#filters-list-block .buttons-container.sticky {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0px;
}
#filters-list-block .buttons-container.withShadow {
	border-top: solid 1px rgba(0,0,0,0.2);
}
#filters-list-block .buttons-container.withShadow .shadow:after {
	opacity: 1;
}

#filters-list-block .form-submit {
	display: inline-block;
	text-decoration: none;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0px 5px;
	padding: 0px 16px;
	border-radius: 4px;
	border: none;
	background-color: currentColor;
}
#filters-list-block .form-submit span {
	color: #fff;
}
#filters-list-block .form-reset {
	display: inline-block;
	text-decoration: none;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0px 5px;
	padding: 0px 15px;
	border-radius: 4px;
	border: none;
	border: solid 1px currentColor;
	background-color: transparent;

	transition: color 0.25s, border-color 0.25s;
}
#filters-list-block .form-reset span {
	color: currentColor;
}
#filters-list-block .form-reset.disabled {
	cursor: default;
	color: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.2);
}

/* SEARCH */

#search-in-page-block {
	overflow: hidden;
	height: 0px;
}
#search-in-page-block .container {
	position: relative;
	height: 100px;
	border-top: solid 1px rgba(255,255,255,0.1);
}
#search-in-page-block input {
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	line-height: 38px;
	width: 100%;
	color: #fff;
	border: 0px;
	outline: none;
	padding: 0px 60px 0px 15px;
	margin: 30px 0px 0px 0px;
	background-color: transparent;
}
#search-in-page-block input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.2);
}
#search-in-page-block input:-moz-placeholder {
	color: rgba(255,255,255,0.2);
}
#search-in-page-block input::-moz-placeholder {
	color: rgba(255,255,255,0.2);
}
#search-in-page-block input:-ms-input-placeholder {
	color: rgba(255,255,255,0.2);
}
#search-in-page-block button {
	cursor: pointer;
	position: absolute;
	top: 35px;
	right: 15px;
	width: 30px;
	height: 30px;
	font-size: 0px;
	line-height: 30px;
	outline: 0;
	border: 0;
	padding: 0px;
	background: transparent;
}
#search-in-page-block button svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	fill: #fff;
}
/*

LIST ITEMS COUNTER

*/
#list-items-counter {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	color: rgba(255,255,255,0.6);
	border-bottom: solid 1px rgba(255,255,255,0.1);
	padding: 30px 0px;
	margin: 0px 15px 20px;
}
#list-items-counter span {
	color: #ea5695;
}
#list-items-counter .back {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	padding-top: 5px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
}
#list-items-counter .back:before {
	content: '\e802';
	display: inline-block;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 1em;
	padding-right: 5px;
	vertical-align: -2%;
	/*elimino il pixel shifting*/
	transform-style: preserve-3d;
}
#list-items-counter .back:hover:before {
	-webkit-animation: arrowAnimationLeft .4s;
    animation: arrowAnimationLeft .4s;
}
#list-items-counter .view-desc {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	padding-top: 5px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.4);
}
/*

CATEGORY ITEM

*/
.category-item {
	box-sizing: border-box;
	width: 25%;
	padding: 0px 15px 30px;
}
.category-item .title {
	font-family: 'DomaineTextBlk';
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	padding-bottom: 5px;
}
/*

PROFESSIONAL LIST

*/
.professional-list-container {
	margin-top: -20px;
	margin-bottom: 20px;
}
.professional-list-container.intro {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-top: 0px;
	margin-bottom: 0px;
}
.professional-list-container.intro:after {
	display: block;
	content: '';
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	margin: 0px 15px 20px;
	background-color: rgba(255,255,255,0.1);
}
.professional-intro-item {
	box-sizing: border-box;
	width: 25%;
	font-size: 20px;
	line-height: 24px;
	color: rgba(255,255,255,0.7);
	padding: 0px 15px;
}
.professional-intro-item a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
.professional-intro-item a:hover {
	color: rgba(255,255,255,0.9);
}
/* end intro */
.professional-item {
	display: flex;
	flex-wrap: wrap;

	font-size: 15px;
	line-height: 20px;
	color: rgba(255,255,255,0.8);

	margin: 0px 15px;
	padding-top: 20px;
	transition: background-color 0.25s;
}
.professional-item:after {
	display: block;
	content: '';
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background-color: rgba(255,255,255,0.1);
}
.professional-item:hover {
	transition: background-color 0s;
	background-color: rgba(0,0,0,0.15);
}
.professional-item a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
.professional-item a:hover {
	color: #fff;
}
.professional-item .col-n1 {
	box-sizing: border-box;
	padding: 0px 15px;
	width: 40%;
	min-height: 1px;
}
.professional-item .info-cols {
	box-sizing: border-box;
	width: 60%;
	min-height: 1px;
}
.professional-item .col-n2 {
	float: left;
	box-sizing: border-box;
	padding: 0px 15px;
	width: 66.66%;
	min-height: 1px;
}
.professional-item .col-n3 {
	float: left;
	box-sizing: border-box;
	padding: 0px 15px;
	width: 33.33%;
	min-height: 1px;
	word-wrap: break-word;
}
.professional-item .name {
	float: left;
	box-sizing: border-box;
	width: 50%;
	font-size: 20px;
	line-height: 24px;
	color: #cccccc;
	padding-right: 10px;
}
.professional-item .name a {
	color: #cccccc;
}
.professional-item .name a:hover {
	color: #fff;
}
.professional-item .category {
	float: right;
	box-sizing: border-box;
	width: 50%;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 10px;
}
.professional-item .address {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-right: 15px;
}
.professional-item .phone {
	float: right;
	box-sizing: border-box;
	width: 50%;
	padding-left: 15px;
}
/*

ACTORS LIST

*/
.actors-list-container {
	display: flex;
	flex-wrap: wrap;
}
.actors-item {
	box-sizing: border-box;
	width: 25%;
	padding: 0px 15px 0px;
	margin-bottom: 30px;
}
.actors-list-container.intro:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	margin: 0px 15px 30px;
	background-color: rgba(255,255,255,0.1);
}
.actors-item .contents {
	position: relative;
	width: 100%;
	border-bottom: solid 2px transparent;
	transition: border-bottom-color .25s ease;
}
.actors-item:hover .contents {
	border-bottom-color: #00988f;
}
.actors-item .contents {
	background-color: rgba(0,0,0,0.05);
}
.actors-item img {
	display: block;
	width: 100%;
	height:  auto;
}
.actors-item .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	padding: 0px 15px 20px;
}
.actors-item .gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+35,0.95+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
}
.actors-item .type {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
}
.actors-item .title {
	font-size: 20px;
	line-height: 24px;
}
/*

LOCATION LIST

*/
.location-list-container {
	display: flex;
	flex-wrap: wrap;
}
.location-item {
	box-sizing: border-box;
	width: 25%;
	padding: 0px 15px 0px;
	margin-bottom: 30px;
}
.location-list-container.intro:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	margin: 0px 15px 30px;
	background-color: rgba(255,255,255,0.1);
}
.location-item .contents {
	position: relative;
	width: 100%;
	border-bottom: solid 2px transparent;
	transition: border-bottom-color .25s ease;
}
.location-item .contents {
	background-color: rgba(0,0,0,0.05);
}
.location-item:hover .contents {
	border-bottom-color: #b49b10;
}
.location-item img {
	display: block;
	width: 100%;
	height:  auto;
}
.location-item .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	padding: 0px 15px 20px;
}
.location-item .gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+35,0.95+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
}
.location-item .type {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
}
.location-item .title {
	font-size: 20px;
	line-height: 24px;
}
.location-item .place {
	font-size: 14px;
	line-height: 18px;
}
/*

FILM LIST

*/
.film-list-container {
	display: flex;
	flex-wrap: wrap;/* mando a capo gli elementi in base alla loro larghezza */
}
.film-item {
	display: flex;/* per forzare il fondo ad altezza 100% */

	box-sizing: border-box;
	text-align: center;
	width: 33.33%;
	padding: 0px 15px 0px;
	margin-bottom: 30px;
}
.film-list-container.intro:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	margin: 0px 15px 30px;
	background-color: rgba(255,255,255,0.1);
}
.intro .film-item {
	width: 37.5%;
}
.film-item .contents {
	width: 100%;
	background-color: rgba(255,255,255,0.05);
	border-bottom: solid 2px transparent;
	transition: border-bottom-color .25s ease;
}
.film-item .contents .lazy {
	background-color: rgba(0,0,0,0.1) !important;
}
.film-item:hover .contents {
	border-bottom-color: #d74a38;
}
.film-item img {
	display: block;
	width: 100%;
	height:  auto;
}
.film-item .title {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 0px 15px 15px;
}
.film-item .title a {
	color: #fff;
	text-decoration: none;
}
.film-item .title .eng {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-top: 5px;
}
.film-item.free-streaming .title a:before {
	content: 'Free streaming';
	display: table;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 2px;
	margin: 2px auto 10px;
	padding: 0px 5px 0px 6px;
	background-color: #d74a38;
}
.film-item .author {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	padding: 0px 15px 15px;
}
.film-item .type {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	padding: 0px 15px;

}
.film-item .inprogress {
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d74a38;
	padding: 0px 15px;

}
.film-item .info {
	font-size: 14px;
	line-height: 18px;
	color: rgba(255,255,255,0.4);
	padding: 0px 15px 20px;
}
/*


NEWS E CASTING LIST (PRESS COME NEWS MA CON PICCOLE VARIANTI)


*/
.news-list-container {
	padding-top: 0px;
}
.casting-list-container {
	padding-top: 40px;
}
.news-item-list,
.casting-item-list {
	/*display: flex;
	flex-wrap: wrap;*/
}
.news-item-list:after,
.casting-item-list:after {
	content: '';
	display: block;
	clear: both;
	width: calc(100% - 30px);
	height: 1px;
	margin: 0px 15px 20px;
	padding-top: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.news-item-list .info-col {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.news-item-list .date {
	color: #999999;
}
.news-item-list .title,
.casting-item-list .title {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	margin-top: -2px;
	padding-bottom: 4px;
}
.news-item-list .title a,
.casting-item-list .title a {
	color: #1a1a1a;
	text-decoration: none;
}
.news-item-list .title a:hover,
.casting-item-list .title a:hover {
	color: #000;
}
.news-item-list .title a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b94e62), to(#b94e62));
	background-image: linear-gradient(#b94e62, #b94e62);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.casting-item-list .title a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4fa8cd), to(#4fa8cd));
	background-image: linear-gradient(#4fa8cd, #4fa8cd);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.press-style .news-item-list .title a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8c7971), to(#8c7971));
	background-image: linear-gradient(#8c7971, #8c7971);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.news-item-list .desc,
.casting-item-list .desc {
	font-size: 16px;
	line-height: 22px;
}
.news-item-list img {
	display: block;
	box-sizing: border-box;
	float: right;
	width: 150px;
	height: auto;
	margin-left: 20px;
	margin-right: -45%;
}
.casting-item-list .info-col {
	text-align: center;
	margin-top: -4px;
}
.casting-item-list .date {
	display: inline-block;
	padding: 0px 10px 10px;
}
.casting-item-list .date:last-child {
	padding-bottom: 0px;
}
.casting-item-list .date .number {
	font-weight: 200;
	font-size: 44px;
	line-height: 44px;
	color: #4fa8cd;
}
.casting-item-list .date .month {
	font-size: 16px;
	line-height: 18px;
	color: #999999;
}
/*

HOME PAGE ---------------------------------------------------------------------------

*/
/*

MAIN MENU */
.home #header-contents {
	height: 170px;
}
.home #logo {
	top: 85px;
}
.home #logo .logo-image {
	opacity: 1;
}
.home #header-placeholder {
	height: 170px;
}
/* SHORT MENU */
#short-menu-home {
  user-select: none;
	display: flex;
	align-items: flex-end;
	height: 66px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);

	background-color: #1a1a1a;
}
#short-menu-home .contents {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
#short-menu-home ul {
	font-size: 0px;
	margin: 0px auto;
}
#short-menu-home li {
	display: inline-block;
	position: relative;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 16px;
	font-weight: bold;
	margin: 0px 14px;
}
#short-menu-home a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
#short-menu-home a:hover {
	color: #fff;
}
/*#short-menu-home li.professional,
#short-menu-home li.location,
#short-menu-home li.film-database,
#short-menu-home li.news,
#short-menu-home li.press,
#short-menu-home li.casting {
	padding-left: 5px;
	border-left: solid 1px #fff;
}
#short-menu-home li.professional {border-color:#00988f;}
#short-menu-home li.location {border-color:#b49b10;}
#short-menu-home li.film-database {border-color:#d74a38;}
#short-menu-home li.news {border-color:#b94e62;}
#short-menu-home li.press {border-color:#8c7971;}
#short-menu-home li.casting {border-color:#4fa8cd;}/**/

/*#short-menu-home li.professional:after,
#short-menu-home li.location:after,
#short-menu-home li.film-database:after,
#short-menu-home li.news:after,
#short-menu-home li.press:after,
#short-menu-home li.casting:after {
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	top: 18px;
	width: 10px;
	height: 1px;
	border-bottom: solid 1px #fff;
}
#short-menu-home li.professional:after {border-color:#00988f;}
#short-menu-home li.location:after {border-color:#b49b10;}
#short-menu-home li.film-database:after {border-color:#d74a38;}
#short-menu-home li.news:after {border-color:#b94e62;}
#short-menu-home li.press:after {border-color:#8c7971;}
#short-menu-home li.casting:after {border-color:#4fa8cd;}/**/

/* BIG NEWS */
#big-news {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 580px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #1d71b8;
}

#big-news .gradient-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 0px;
	line-height: 0px;
	opacity: 0.7;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#big-news .text-container {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: 1110px;

	color: #fff;
	font-size: 12px;
	line-height: 16px;

	padding: 0px 15px;
	margin: 0px auto;

	z-index: 1;
}
#big-news .contents {
	box-sizing: border-box;
	width: 100%;
	max-width: 540px;
	padding: 60px 15px;
}
#big-news .type {
	text-transform: uppercase;
}
#big-news .date {
	text-transform: uppercase;
}
#big-news .title {
	font-family: 'DomaineDisplayBd';
	font-size: 40px;
	line-height: 44px;
	padding-top: 10px;
}
#big-news a {
	color: #fff;
	text-decoration: none;
}
#big-news a:hover .title span {
	background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(255,255,255,0.4) ), to( rgba(255,255,255,0.4) ));
	background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4));
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
}
.home-section-row {
	display: flex;
	align-items: center;
	background-color: #fff;
	min-height: 380px;
}
.home-section-row > .contents {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1080px;
	padding: 50px 15px; /*60px 15px*/
	margin: 0px auto;
}
.home-section-row .big-number {
	font-size: 43px;
	line-height: 43px;
	font-weight: 200;
	margin-top: -8px;
}
.home-section-row .section-title {
	font-family: 'DomaineDisplayBd';
	font-size: 40px;
	line-height: 44px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.home-section-row .section-title span {
	color: rgba(255,255,255,0.6);
}

/* news */

.home-section-row.news {
	/*background-color: #fff;/**/
}
.home-section-row.news .col-full {
	display: flex;
	align-items: baseline;
	float: none;
	width: auto;
}
.home-section-row.news .section-title {
	font-size: 32px;
	line-height: 36px;
	padding-bottom: 0px;
	color: #b94e62;
}
.home-section-row.news .view-all {
	color: rgba(0,0,0,0.5);
}
.home-section-row.news > .contents {
	padding-top: 40px;
	display: block;
}
.news-list-container-home {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;/*40*/
}
.news-item-list-home {
	display: flex;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0px 15px 0px;
	border-left: solid 1px rgba(0,0,0,0.1);
}
.news-item-list-home:first-child {
	border-left: none;
}
.news-item-list-home .contents {
	width: 100%;
}
.news-item-list-home .text-container {
	padding: 20px 15px 0px 0px;
}
.news-item-list-home .type {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.news-item-list-home .date {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #999999;
}
.news-item-list-home .title {
	font-size: 22px;
	line-height: 26px;
	margin-top: 8px;
	padding-bottom: 4px;
}
.news-item-list-home a:not(.image-big):not(.image-small) {
	color: #1a1a1a;
	text-decoration: none;
}
.news-item-list-home a:not(.image-big):not(.image-small):hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b94e62), to(#b94e62));
	background-image: linear-gradient(#b94e62, #b94e62);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.news-item-list-home .desc {
	font-size: 16px;
	line-height: 22px;
}
.news-item-list-home .image-big {
	display: block;
	width: 100%;
	height: 210px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.news-item-list-home .image-small {
	display: block;
	display: none;
}

/* casting */
.home-section-row.casting .col-full {
	display: flex;
	align-items: baseline;
	float: none;
	width: auto;
	
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding: 0px 0px 15px;
	margin: 0px 15px 20px;
}
.home-section-row.casting .section-title {
	font-size: 32px;
	line-height: 36px;
	padding-bottom: 0px;
	color: #4fa8cd;
}
.home-section-row.casting .view-all {
	color: rgba(0,0,0,0.5);
}
.home-section-row.casting > .contents {
	padding-top: 40px;
	display: block;
}
.home-section-row.casting .casting-list-container-home {
	column-count: 2;
	column-gap: 0px;
}
.home-section-row.casting .casting-item-list:nth-child(2n+0):after {
	display: none;
}
.home-section-row.casting .casting-item-list {
	/*break-inside: avoid;
	/*margin-right: -15px;
	margin-left: -15px;*/
}
.home-section-row.casting .casting-item-list:last-child:after {
	/*display: none;*/
}

/*

info attività

*/
.home-section-row.info-attivita ::-moz-selection {
	color: rgba(29,113,184,1);
	background-color: rgba(255,255,255,0.85);
}
.home-section-row.info-attivita ::selection {
	color: rgba(29,113,184,1);
	background-color: rgba(255,255,255,0.85);
}
.home-section-row.info-attivita .contents {
	padding-top: 40px;
	padding-bottom: 40px;
}
.home-section-row.info-attivita {
	background-color: #1d71b8;
	min-height: auto;
	color: #FFFFFF;
}
.home-section-row.info-attivita .section-title {
	font-size: 32px;
	line-height: 36px;
}
/*

free streaming

*/
.home-section-row.freestreaming ::-moz-selection {
	color: rgba(215,74,56,1);
	background-color: rgba(255,255,255,0.85);
}
.home-section-row.freestreaming ::selection {
	color: rgba(215,74,56,1);
	background-color: rgba(255,255,255,0.85);
}
.home-section-row.freestreaming {
	overflow: hidden;
	min-height: auto;
	color: #fff;
	background-color: #d74a38;
}
.home-section-row.freestreaming a {
	color: #fff;
	text-decoration: none;
}
.home-section-row.freestreaming .contents {
	padding: 30px 15px 30px;
	text-align: center;
}
.home-section-row.freestreaming .title {
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-family: 'DomaineDisplayBd';
	padding-right: 25px;
	margin-left: 50px;
}
.home-section-row.freestreaming .title:before {
	content: '';
	display: block;
	position: absolute;
	width: 600px;
	height: 600px;
	top: -286px;
	left: -328px;
	background-image: url(../images/banner-free-streaming-home-bg.svg);
	background-size: cover;
	background-position: center center;
}
.home-section-row.freestreaming .title .text {
	position: relative;
}
.home-section-row.freestreaming .desc {
	display: inline;
	font-size: 22px;
	line-height: 26px;
	opacity: 0.9;
}
@media screen and (max-width:1024px) {
	.home-section-row.freestreaming .contents {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.home-section-row.freestreaming .title {
		font-size: 22px;
		padding-right: 18px;
		margin-left: 38px;
	}
	.home-section-row.freestreaming .title:before {
		top: -238px;
		left: -273px;
		width: 500px;
		height: 500px;
	}
	.home-section-row.freestreaming .desc {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width:900px) {
	.home-section-row.freestreaming .title {
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.home-section-row.freestreaming .desc {
		display: block;
	}
}
@media screen and (max-width:640px) {
	.home-section-row.freestreaming .contents {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/*

film database

*/
.home-section-row.film-database {
	background-image: url(../images/temp-home-row-film-bg.jpg?v=2);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	background-color: #212121;
	border-bottom: solid 1px #d74a38;
}
.home-section-row.film-database .section-title {
	color: #fff;
}
.home-section-row.film-database .big-number,
.home-section-row.film-database .view-all {
	color: #d74a38;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(0, 0, 0, 0.8);
}
/* location */
.home-section-row.location {
	background-image: url(../images/temp-home-row-location-bg.jpg?v=2);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	background-color: #212121;
	border-bottom: solid 1px #b49b10;
}
.home-section-row.location .section-title {
	color: #fff;
}
.home-section-row.location .big-number,
.home-section-row.location .view-all {
	color: #b49b10;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(0, 0, 0, 0.8);
}
/* professional */
.home-section-row.professional {
	background-color: #212121;
	border-bottom: solid 1px #00988f;
}
.home-section-row.professional .section-title {
	color: #fff;
}
.home-section-row.professional .big-number,
.home-section-row.professional .view-all {
	color: #00988f;
}
.home-section-row.professional .sep {
	height: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}

/*

PAGINE BASE ---------------------------------------------------------------------------

*/
#page-head {
	padding-top: 70px;
}
#page-head .contents {
	max-width: 1080px;
	padding: 30px 15px 25px;
	margin: 0px auto;
}
#page-head .page-title {
	font-family: 'DomaineTextBlk';
	font-size: 36px;
	line-height: 44px;
	margin-top: -6px;
	padding-bottom: 10px;
}
#page-head .page-title.medium {
	font-family: 'DomaineDisplayBd';
	font-size: 50px;
	line-height: 56px;
	margin-top: -8px;
	padding-bottom: 10px;
}
#page-head .page-title.big {
	font-family: 'DomaineDisplayBd';
	font-size: 70px;
	line-height: 72px;
	margin-top: -10px;
	padding-bottom: 10px;
}
#page-head .page-subtitle {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 15px;
}
#page-head .info-container {
	font-size: 16px;
	line-height: 22px;
	padding-top: 10px;
}
#page-head .info-container a {
	color: #1a1a1a;
	text-decoration: none;
}
#page-head .info-container a:hover {
	color: #1a1a1a;
}
#page-head.dark .info-container a {
	color: #FFF;
	text-decoration: none;
}
#page-head .type {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
	padding-bottom: 15px;
}
.border-link-container {
	font-size: 0px;
}
a.border-link {
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	color: currentColor;
	padding: 2px 15px;
	margin: 0px 10px 10px 0px;
	border-radius: 4px;
	border: solid 1px #1d71b8;

	background: none !important;
	text-shadow: none !important;
}
#page-head .back {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	/* color: #ea5695; */
	color: #808080;
	margin-bottom: 20px;

	background: none !important;
	text-shadow: none !important;
}
#page-head .back:before {
	content: '\e802';
	display: inline-block;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 1em;
	padding-right: 5px;
	vertical-align: -2%;
	/*elimino il pixel shifting*/
	transform-style: preserve-3d;
}
#page-head .back:hover:before {
	-webkit-animation: arrowAnimationLeft .4s;
    animation: arrowAnimationLeft .4s;
}
/* PAGING */
.paging {
	text-align: center;
}
.paging a {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	margin: 0px 10px 20px 10px;

	background: none !important;
	text-shadow: none !important;
}
.paging a.prev:before {
	content: '\e802';
	display: inline-block;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 1em;
	padding-right: 5px;
	vertical-align: -2%;
	/*elimino il pixel shifting*/
	transform-style: preserve-3d;
}
.paging a.next:after {
	content: '\e803';
	display: inline-block;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 1em;
	padding-left: 5px;
	vertical-align: -2%;
	/*elimino il pixel shifting*/
	transform-style: preserve-3d;
}
.paging a.prev:hover:before {
	-webkit-animation: arrowAnimationLeft .4s;
    animation: arrowAnimationLeft .4s;
}
.paging a.next:hover:after {
	-webkit-animation: arrowAnimationRight .4s;
    animation: arrowAnimationRight .4s;
}
/* */
/* DARK HEAD  (professional, film, location) */
#page-head.dark {
	color: #fff;
	background-color: #212121;/*87%*/
	margin-bottom: 30px;
}
/* BIG BUTTON */
#page-head .big-button {
	font-size: 0px;
	padding-top: 6px;
}
#page-head .big-button a {
	display: inline-block;
	font-family: 'DomaineTextBlk';
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	margin: 0px 20px 20px 0px;
	padding: 9px 16px 13px;
	background: none !important;
	background-color: #1d71b8 !important;
	text-shadow: none !important;
	border-radius: 4px;
}
#page-head .big-button a {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow .25s ease;
}
#page-head .big-button a:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08);/**/
}/**/
.main-col {
	box-sizing: border-box;
	float: left;
	width: 75%;
	padding: 0px;
}
.right-side-col {
	position: relative;/* serve per contenuti fixed */
	box-sizing: border-box;
	float: left;
	width: 25%;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
}
#main.top-stroke:before,
.main-col.top-stroke:before,
.right-side-col.top-stroke:before {
	content: '';
	display: block;
	border-top: solid 2px rgba(0,0,0,0.9);
	padding-bottom: 30px;
	margin: 0px 15px;
}
.right-side-col.top-stroke.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 68px;
}
.right-side-col.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}
.right-side-col .contents {
	padding: 0px 15px;
}
.top-stroke-col {
	border-top: solid 2px rgba(0,0,0,0.9);
	padding-bottom: 30px;
	margin: 0px 15px;
}
/* div creato dinamicamente in js */
.right-side-col .contents.fixed .top-stroke-col {
	margin: 0px;
}
.main-text-col {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	min-height: 120px; /* per compensare il left-side-contents che è in position absolut */
	padding-left: calc(22.22% + 15px);/* 2/9 */
	padding-right: 15px;
}
.main-text-col .main-image-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 30px;
}
.main-text-col .main-image-container:after {
	content: '';
	display: block;
	height: 30px;
}
.main-text-col .main-image {
	display: block;
	max-width: 100%;
	height: auto;
}
.main-text-col .left-side-contents {
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	width: 22.22%;/* 2/9 */
	padding: 0px 15px;
}
.main-text-col p {
	padding-bottom: 24px;
}
/* PER FORZARE IL FONT FAMILY NELLE NEWS */
.news-style .main-text-col,
.news-style .main-text-col p,
.news-style .main-text-col span {
	font-family: 'Source Sans Pro', sans-serif !important; 
}
.right-side-col p {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
}
.main-text-col .text-title {
	font-family: 'DomaineTextBlk';
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 20px;
}
.right-side-col .text-title,
.staff-header-text .text-title{
	font-family: 'DomaineTextBlk';
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 20px;
}
.main-text-col ul {
	padding-bottom: 18px;
}
.main-text-col ul li {
	position: relative;
	padding-bottom: 12px;
	padding-left: 15px;
}
.main-text-col ul li:before {
	content: "•";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 22px;
}
.right-side-col ul {
	padding-bottom: 10px;
}
.right-side-col ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 10px;
}
.right-side-col ul li:before {
	content: "•";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
}
.main-col a,
.right-side-col a,
.staff-header-text a,
.staff-item a {
	color: currentColor;
	text-decoration: none;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#1d71b8), to(#1d71b8));
	background-image: linear-gradient(#1d71b8, #1d71b8);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.main-col a:hover,
.right-side-col a:hover,
.staff-header-text a:hover,
.staff-item a:hover {
	color: #1d71b8;
	background: none;
}
.main-text-col .left-side-contents .info-block {
	padding-bottom: 20px;
}
.main-text-col .left-side-contents .info-block .type {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.main-text-col .left-side-contents .info-block .date {
	font-size: 12px;
	line-height: 16px;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
}
.right-side-col .image-container {
	max-width: 300px;
}
.right-side-col .image-container.small {
	max-width: 150px;
}
.right-side-col .image-container.book {
	position: relative;
	float:left;
}
.right-side-col .image-container.book:after{
	position: absolute;
  content: '';
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(0,0,0,0.07);
}
.right-side-col img {
	display: block;
}
.right-side-col .logo {
	max-width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.right-side-col .image-container a {
	background: none !important;
	text-shadow: none !important;
}
.main-text-col .rule {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 2px;
}
.right-side-col .rule {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding-bottom: 2px;
}
.right-side-col .info-title,
.right-side-col .download-title,
.right-side-col .last-update-title {
	min-height: 24px;
	font-size: 15px;
	line-height: 20px;
	padding-top: 3px;
	padding-left: 32px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.9);
	background-repeat: no-repeat;
	background-size: 26px 26px;
}
.right-side-col .info-title {
	background-image: url(../images/info-icon.svg);
}
.right-side-col .download-title {
	background-image: url(../images/download-icon.svg?20200405);
}
.right-side-col .last-update-title {
	background-image: url(../images/last-update-icon.svg);
}
/* sep */
.main-col .sep {
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin: 0px 15px 24px;
}
.right-side-col .sep {
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin: 0px 0px 20px;
}
/* stile simile a tabella */
.table-like-col {

}
.table-like-col .row {
	display: flex;
	align-items: baseline;
	padding-bottom: 15px;
}
.table-like-col .left-col {
	position: sticky;
	top: 90px;

	box-sizing: border-box;
	width: 22.22%;/*7/9*/
	min-height: 16px;
	padding: 0px 15px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #999999;
	text-align: right;
}
.table-like-col .right-col {
	box-sizing: border-box;
	width: 77.77%;/*7/9*/
	min-height: 1px;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 21px;
}
.table-like-col .text-title {
	font-family: 'DomaineTextBlk';
	font-size: 24px;
	line-height: 30px;
}
.share-block {
	font-size: 0px;
	line-height: 0px;
	padding-bottom: 10px;
}
.share-block a {
    display: inline-block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    text-indent: -300px;
	border-bottom: none;
    opacity: 0.8;
	margin-right: 10px;
	margin-bottom: 10px;

    background-image: url('../images/social-pages-icons.svg?20200825') !important;
    background-repeat: no-repeat !important;
    background-size: 230px 86px !important;

	text-shadow: none !important;
}
.share-block a:hover {
	opacity: 1;
}
.share-block .facebook {
	background-position: 0px -48px !important;
}
.share-block .twitter {
	background-position: -144px -48px !important;
}
#page-head .share-block {
	padding-top: 10px;
	padding-bottom: 0px;
}
/* DARK HEAD  (professional, film, location) */
#page-head.dark .share-block a.facebook {
	background-position: 0px 0px !important;
}
#page-head.dark .share-block a.twitter {
	background-position: -144px 0px !important;
}
/* TABELLA FILM CORRELATI */
.related-films .row {
	align-items: flex-start;
}
.related-films .left-col {
	padding-bottom: 10px;
}
.related-films .item {
	display: flex;
	padding-top: 5px;
	padding-bottom: 15px;
}
.related-films .image-container {
	box-sizing: border-box;
	width: 180px;
	min-height: 1px;
	margin-right: 20px;
}
.related-films .image-container a div {
	background-image: url("../images/bg-related-film-placeholder.jpg");
	background-size: cover;
	background-position: center center;
	background-color: rgba(0,0,0,0.05) !important;
}
/*.related-films .image-container a div.lazy {
	background-color: rgba(0,0,0,0.05) !important;
}*/
.related-films .desc-container {
	width: calc(100% - 200px);
	min-height: 1px;
	align-self: center;
}
.related-films img {
	display: block;
	width: 100%;
	height: auto;
}
.related-films .title {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 4px;
}
.related-films .title a {
	background: none !important;
	text-shadow: none !important;
}
.related-films .title a:hover {
	color: #1d71b8;
	text-decoration: none;
}

.related-films .type {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: rgba(0,0,0,0.4);
	padding-bottom: 0px;
}
.related-films .info {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 0px;
}
.related-films .info .inprogress {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

/* BOOKS */

.related-books .image-container {
	width:100px;
}

.related-books .image-container {
  position: relative;
}
.related-books .image-container:after {
	pointer-events: none;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(0,0,0,0.07);
}


/* CASTING */
.main-text-col .left-side-contents .casting-info-block {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.main-text-col .left-side-contents .casting-info-block .date-block {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px rgba(0,0,0,0.1);
}
.main-text-col .left-side-contents .casting-info-block .date-block .number {
	font-size: 80px;
	line-height: 80px;
	font-weight: 200;
	color: #4fa8cd;
	margin-top: -10px;
}
.main-text-col .left-side-contents .casting-info-block .date-block .month {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #999999;
}
/* ATTORI */
.actors-img-container {
	font-size: 0px;
	line-height: 0px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.actors-img-container a {
	background: none !important;
}
.actors-img-container img {
	box-sizing: border-box;
	width: calc( 50% - 20px );
	height: auto;
	margin-left: 20px;
}
.actors-img-container .image {
	display: inline-block;
	width: calc(50% - 20px);
	padding-bottom: calc(50% - 20px);
	margin-left: 20px;
	background-size: cover;
}
/* FILM */
.film-database-style #page-head .page-subtitle {
	font-family: 'DomaineTextBlk';
	font-size: 24px;
	line-height: 30px;
	color: #666666;
	padding-bottom: 10px;
}
.film-details {
	box-sizing: border-box;
	padding: 0px 15px 0px calc(16.66% + 15px);
}

.film-details .text {
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 20px;
}
.film-details .text .eng-title {
  border-top: solid 1px rgba(255,255,255,.2);
  padding-top: 10px;
  margin-top: 10px;
}
.film-details .text .eng-title .label {
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255,255,255,.6);
}
.film-details .inprogress {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d74a38;

}
.film-details a {
	color: currentColor;
	text-decoration: none;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#d74a38), to(#d74a38));
	background-image: linear-gradient(#d74a38, #d74a38);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #212121, -.03em 0 #212121, 0 .03em #212121, .06em 0 #212121, -.06em 0 #212121, 0 .06em #212121, .09em 0 #212121, -.09em 0 #212121, 0 .08em #212121, .12em 0 #212121, -.12em 0 #212121, .15em 0 #212121, -.15em 0 #212121;
}
.film-img-container {
	position: relative;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: -25px;
}
.film-img-container .image-and-video {
	font-size: 0px;
	line-height: 0px;
	margin-right: 15px;
	margin-left: calc(16.66% + 15px);
	background-color: rgba(0,0,0,0.15);
}
.film-img-container .image-and-video .video-embed {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.film-img-container img {
	display: block;
	width: 100%;
	height: auto;
}
.film-img-container .film-details {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16.66%;
	padding: 0px 15px;
}
.main-text-col.quote:before {
	position: sticky;
	top: 70px;
	float: left;
	content: "“";/*open-quote;/**/
	font-family: 'DomaineDisplayBd';
	font-size: 120px;
	line-height: 120px;
	text-align: right;
	color: #d74a38;
	width: 60px;
	margin-top: -15px;
	margin-left: -80px;
	margin-bottom: -35px;
}
/* LOCATION */
#page-head .info-container .location-address {
	font-size: 20px;
	line-height: 26px;
}
#page-head .info-container .location-code {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #b49b10;
	padding-top: 10px;
}
.location-video {
	margin: 0 15px 10px 15px;
	background-color: rgba(0,0,0,0.15);
}
/* PROFESSIONAL */


/* STAFF */
.staff #page-head .page-title.big {
	padding-bottom: 20px;
}
.staff-header-text {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 25px;
}
.staff-item {
	float: left;
	display: flex;
	box-sizing: border-box;
	width: 50%;
	padding: 0px 15px;
	margin-bottom: 20px;
}
.staff-item .image-container {
	float: left;
	width: calc(50% - 5px);
}
.staff-item .image-container img {
	display: block;
	width: 100%;
	height: auto;
}
.staff-item .contents {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
	width: calc(50% + 5px);
	padding-left: 20px;
}
.staff-item .rule-container {
	display: flex;
	align-items: flex-end;
	height: 42%;
}
.staff-item .rule {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}
.staff-item .title {
	font-family: 'DomaineTextBlk';
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 20px;
}
/*

INTRO STYLE (pagine introduttive)

*/
.intro-style .page-title,
.intro-style .page-subtitle{
	text-align: center;
}
.intro-big-button {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.intro-big-button .contents-container {
	display: flex;
}
.intro-big-button .contents {
	width: 100%;
}
.intro-big-button .main-link {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 290px;
	text-align: center;
	text-decoration: none;
	color: #1a1a1a;
	padding: 0px 80px;
	border-radius: 4px;
	background-color: #fff;
	border-bottom: solid 2px transparent;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow .25s ease, border-bottom-color .25s ease;
}
.intro-big-button .main-link:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08);
	border-bottom-color: #1d71b8;
}
.intro-big-button .big-number {
	font-size: 43px;
	line-height: 43px;
	font-weight: 200;
}
.intro-big-button .title {
	font-family: 'DomaineDisplayBd';
	font-size: 30px;
	line-height: 32px;
	width: 100%;
}
.intro-big-button .title.big {
	font-size: 40px;
	line-height: 44px;
}
.intro-big-button .desc {
	font-size: 16px;
	line-height: 22px;
	padding-top: 10px;
}
.intro-big-button .more {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #1d71b8;
	text-transform: uppercase;
	padding-top: 10px;
}
.intro-big-button .more:after {
	content: '\e803';
	display: inline-block;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 1em;
	padding-left: 5px;
	vertical-align: -2%;
	/*elimino il pixel shifting*/
	transform-style: preserve-3d;
}
.intro-big-button .main-link:hover .more:after {
	-webkit-animation: arrowAnimationRight .4s;
    animation: arrowAnimationRight .4s;
}

.intro-big-button .funded_by {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 8px;
}


/*

JUSTIFIED GALLERY

*/
.justified-gallery {
	padding: 0px 15px 20px;
}
.main-text-col .justified-gallery {
	padding: 0px 0px 15px;
}
.justified-gallery .image-container {
	float: left;
	background-color: rgba(0,0,0,0.15);
}
.justified-gallery img {
	display: block;
}
/*

PAGINE FORM

*/
form .table-like-col .row {
	align-items: flex-start;
}
form .table-like-col .left-col {
	padding-top: 10px;
	padding-bottom: 9px;
}
.table-like-col input[type="text"],  .table-like-col input[type="email"]{
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	padding: 5px 8px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	transition: border-color .25s, box-shadow .25s;
}
.table-like-col select {
	display: block;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	vertical-align: middle;
	padding: 5px 8px;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 10px center;
	background-size: auto auto;
	background-size: 8px 10px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.table-like-col select::-ms-expand {
    opacity: 0; /* nascondo le freccine in IE */
}
.table-like-col textarea {
	display: block;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	height: 75px;/* 3 righe */
	font-size: 15px;
	line-height: 21px;
	color: #000;
	padding: 5px 8px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	transition: border-color .25s, box-shadow .25s;
	resize: vertical;
}
.table-like-col .checkbox-container {
	margin-top: 6px;
}
.table-like-col .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.table-like-col .checkbox-container label {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 21px;
	padding-left: 20px;
}
.table-like-col .checkbox-container label:before {
	position: absolute;
	display: block;
	content: "";
	top: 4px;
	left: 0px;
	width: 12px;
	height: 12px;
	border: solid 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(0,0,0,0.05);
	transition: background-color .25s;
}
.table-like-col .checkbox-container label:after {
	position: absolute;
	display: block;
	content: "";
	top: 4px;
	left: 0px;
	width: 14px;
	height: 14px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1px 1px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	opacity: 0;
	transition: background-size .25s, opacity .25s;
}
.table-like-col .checkbox-container input:checked ~ label:before {
	background-color: #1d71b8;
}
.table-like-col .checkbox-container input:checked ~ label:after {
	opacity: 1;
	background-size: 60% 60%;
}
.table-like-col input[type="text"]:focus,
.table-like-col input[type="email"]:focus,
.table-like-col select:focus,
.table-like-col textarea:focus {
	color: #000;
	background-color: #fff;
	border-color: #1d71b8;
	outline: 0;
	box-shadow: 0 0 0 4px rgba(29, 113, 184, .2);
}
.table-like-col input[type="text"].error,
.table-like-col input[type="email"].error,
.table-like-col select.error,
.table-like-col textarea.error,
.table-like-col .checkbox-container input.error ~ label:before {
	color: #000;
	background-color: #fff;
	border-color: red;
	outline: 0;
	box-shadow: 0 0 0 4px rgba(255, 0, 0, .2);
}
label.error {
	color: red;
	font-size: 12px !important;
	line-height: 16px !important;
}
label.error:before,
label.error:after {
	display: none !important;
}
.table-like-col .form-submit {
	display: inline-block;
	text-decoration: none;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 16px;
	border-radius: 4px;
	border: none;
	background-color: #1d71b8;
}
.table-like-col p {
	padding-bottom: 10px;
}
.table-like-col ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 10px;
}
.table-like-col ul li:before {
	content: "•";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
}
/*

FOOTER

*/
#footer {
	position: absolute;
	overflow: hidden;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #999;
	background-color: #1a1a1a;
}
#footer .contents {
	max-width: 1050px;
	padding: 0px 30px;
	margin: 0px auto;
}
#footer .address {
	font-size: 15px;
	line-height: 22px;
	padding-top: 50px;
}
#footer .address strong {
	color: #b2b2b2;
}
#footer .submenu {
	padding-top: 30px;
}
#footer .submenu li {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	padding: 0px 10px;
}
#footer .submenu a {
	text-decoration: none;
	border: 0;
	color: currentColor;
	padding-bottom: 6px;
}
#footer .submenu a:hover {
	color: #b2b2b2;
}
#footer .social-pages {
	padding-top: 35px;
	padding-bottom: 30px;
}
#footer .social-pages li {
	display: inline-block;
	padding: 0px 5px;
}
#footer .social-pages a {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-indent: -300px;
	opacity: 0.8;
	background-image: url('../images/social-pages-icons.svg?20200825');
	background-repeat: no-repeat;
	background-size: 230px 86px;
}
#footer .social-pages a:hover {
	opacity: 1;
}
#footer .social-pages .youtube {
	background-position: -48px 0px;
}
#footer .social-pages .vimeo {
	background-position: -96px 0px;
}
#footer .social-pages .instagram {
	background-position: -192px 0px;
}
#footer .sep {
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
#footer .partners {
	padding-top: 35px;
}
#footer .partners li {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 20px;
}
#footer .partners a {
	display: block;
	overflow: hidden;
	text-indent: -300px;
	opacity: 0.8;
	background-repeat: no-repeat;
	background-size: 100%;
}
#footer .partners a:hover {
	opacity: 1;
}
#footer .partners a.citta-di-torino {
	width: 198px;
	height: 60px;
	background-image: url('../images/logo-citta-di-torino.svg');
}
#footer .partners a.regione-piemonte {
	width: 133px;
	height: 40px;
	background-image: url('../images/logo-regione-piemonte.svg');
}
#footer .copyright {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	padding-top: 35px;
	padding-bottom: 50px;
}
/*

ANIMAZIONI

*/
@keyframes arrowAnimationRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
	50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
	to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes arrowAnimationLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
	50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
	to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*

STILI ---------------------------------------------------------------------------

*/
/*

DARK STYLE (liste location, film e production guide)

*/
body.dark-style {
	background-color: #212121;/*87%*/
}
.dark-style .page-title,
.dark-style #lists-page-head .page-title,
.dark-style #lists-page-head .page-subtitle,
.dark-style #lists-page-head .page-subtitle a,
.dark-style #page-head .page-subtitle {
	color: #fff;
	text-decoration: none;
}
.dark-style .intro-big-button .main-link {
	color: #fff;
	background-color: rgba(255,255,255,0.05);
}
.dark-style #list-items-counter .view-desc {
	color: rgba(255,255,255,0.3);
}
/*

WHITE STYLE (liste news e casting)

*/
body.white-style {
	background-color: #fff;/*0%*/
}
.white-style #lists-page-head .page-title,
.white-style #lists-page-head .page-subtitle,
.white-style #lists-page-head .page-subtitle a {
	color: #fff;
	text-decoration: none;
}
.white-style #filters-and-search-container,
.white-style #filters-list-block .buttons-container .shadow {
	background-color: #fff;
}
.white-style #filters-and-search-menu .title {
	color: #000;
}
.white-style #filters-list-block .container,
.white-style #search-in-page-block .container {
    border-top-color: rgba(0,0,0,0.1);
}
.white-style #list-items-counter {
	color: rgba(0,0,0,0.6);
	border-bottom-color: rgba(0,0,0,0.1);
}
.white-style .filters-list {
	border-bottom-color: rgba(0,0,0,0.1);
}
.white-style #filters-list-block label span {
    color: rgba(0,0,0,0.75);
}
.white-style #filters-list-block label:hover span {
    color: rgba(0,0,0,0.9);
}
.white-style #filters-list-block label span::before {
	border-color: rgba(0,0,0,0.2);
}
.white-style #search-in-page-block input {
	color: #000;
}
.white-style #search-in-page-block button svg {
    fill: #000;
}
.white-style #search-in-page-block input::-webkit-input-placeholder {
	color: rgba(0,0,0,0.2);
}
.white-style #search-in-page-block input:-moz-placeholder {
	color: rgba(0,0,0,0.2);
}
.white-style #search-in-page-block input::-moz-placeholder {
	color: rgba(0,0,0,0.2);
}
.white-style #search-in-page-block input:-ms-input-placeholder {
	color: rgba(0,0,0,0.2);
}
.white-style #filters-list-block .form-reset.disabled {
	color: rgba(0,0,0,0.2);
	border-color: rgba(0,0,0,0.2);
}
/*

PROFESSIONAL STYLE

*/
/* PAGINE INTRODUTTIVE */
.intro-style.professional-style #page-head .page-title {
	color: #00988f;
}
.professional-style .intro-big-button .more,
.professional-style .intro-big-button .big-number {
	color: #00988f;
}
.professional-style .intro-big-button .main-link:hover {
	border-bottom-color: #00988f;
}
/**/
.professional-style #header .border-color {
	background-color: #00988f;
}
.professional-style #lists-page-head {
	background-color: #00988f;
}
.professional-style #lists-page-head a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #00988f, -.03em 0 #00988f, 0 .03em #00988f, .06em 0 #00988f, -.06em 0 #00988f, 0 .06em #00988f, .09em 0 #00988f, -.09em 0 #00988f, 0 .08em #00988f, .12em 0 #00988f, -.12em 0 #00988f, .15em 0 #00988f, -.15em 0 #00988f;
}
/* filter and search */
.professional-style #filters-and-search-menu .title:after {
	background-color: #00988f;
}
.professional-style #filters-and-search-menu .active .title {
	color: #00988f;
}
.professional-style #filters-and-search-container {
	border-bottom-color: #00988f;
}
.professional-style #filters-list-block {
	color: #00988f;
}
/* */
.professional-style #list-items-counter span {
	color: #00988f;
}
.professional-style #list-items-counter .back {
	color: #00988f;
}
.professional-style .category-item a {
	color: #00988f;
}
.professional-style #page-head .back {
	color: #00988f;
}
.professional-style a.border-link {
	border-color: #00988f;
}
.professional-style #page-head a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00988f), to(#00988f));
	background-image: linear-gradient(#00988f, #00988f);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #212121, -.03em 0 #212121, 0 .03em #212121, .06em 0 #212121, -.06em 0 #212121, 0 .06em #212121, .09em 0 #212121, -.09em 0 #212121, 0 .08em #212121, .12em 0 #212121, -.12em 0 #212121, .15em 0 #212121, -.15em 0 #212121;
}
.professional-style .main-col a,
.professional-style .right-side-col a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00988f), to(#00988f));
	background-image: linear-gradient(#00988f, #00988f);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.professional-style .main-col a:hover,
.professional-style .right-side-col a:hover {
	color: #00988f;
	background: none;
}
.professional-style .paging a {
	color: #00988f;
}
/*

LOCATION STYLE

*/
.location-style #header .border-color {
	background-color: #b49b10;
}
.location-style #lists-page-head {
	background-color: #b49b10;
}
.location-style #lists-page-head a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #b49b10, -.03em 0 #b49b10, 0 .03em #b49b10, .06em 0 #b49b10, -.06em 0 #b49b10, 0 .06em #b49b10, .09em 0 #b49b10, -.09em 0 #b49b10, 0 .08em #b49b10, .12em 0 #b49b10, -.12em 0 #b49b10, .15em 0 #b49b10, -.15em 0 #b49b10;
}
/* filter and search */
.location-style #filters-and-search-menu .title:after {
	background-color: #b49b10;
}
.location-style #filters-and-search-menu .active .title {
	color: #b49b10;
}
.location-style #filters-and-search-container {
	border-bottom-color: #b49b10;
}
.location-style #filters-list-block {
	color: #b49b10;
}
/* */
.location-style #list-items-counter span {
	color: #b49b10;
}
.location-style #list-items-counter .back {
	color: #b49b10;
}
.location-style .category-item a {
	color: #b49b10;
}
.location-style #page-head .back {
	color: #b49b10;
}
.location-style a.border-link {
	border-color: #b49b10;
}
.location-style .main-col a,
.location-style .right-side-col a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b49b10), to(#b49b10));
	background-image: linear-gradient(#b49b10, #b49b10);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.location-style .main-col a:hover,
.location-style .right-side-col a:hover {
	color: #b49b10;
	background: none;
}
.location-style .paging a {
	color: #b49b10;
}
/*

FILM DATABASE STYLE

*/
.film-database-style #header .border-color {
	background-color: #d74a38;
}
.film-database-style #lists-page-head {
	background-color: #d74a38;
}
.film-database-style #lists-page-head a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #d74a38, -.03em 0 #d74a38, 0 .03em #d74a38, .06em 0 #d74a38, -.06em 0 #d74a38, 0 .06em #d74a38, .09em 0 #d74a38, -.09em 0 #d74a38, 0 .08em #d74a38, .12em 0 #d74a38, -.12em 0 #d74a38, .15em 0 #d74a38, -.15em 0 #d74a38;
}
/* filter and search */
.film-database-style #filters-and-search-menu .title:after {
	background-color: #d74a38;
}
.film-database-style #filters-and-search-menu .active .title {
	color: #d74a38;
}
.film-database-style #filters-and-search-container {
	border-bottom-color: #d74a38;
}
.film-database-style #filters-list-block {
	color: #d74a38;
}
/* */
.film-database-style #list-items-counter span {
	color: #d74a38;
}
.film-database-style #list-items-counter .back {
	color: #d74a38;
}
.film-database-style .category-item a {
	color: #d74a38;
}
.film-database-style #page-head .back {
	color: #d74a38;
}
.film-database-style a.border-link {
	border-color: #d74a38;
}
.film-database-style a.border-link.watch-now {
	position: relative;
	background-color: #d74a38 !important;
	padding-left: 30px;
}
.film-database-style a.border-link.watch-now::before {
	/*content: '‣ ';
	display: block;
	position: absolute;
	overflow: hidden;
	height: 20px;
	top: 0.07em;
	left: 11px;
	font-size: 38px;*/
	content: '';/**/
	display: block;
	position: absolute;
	overflow: hidden;
	width: 9px;
	height: 10px;
	top: 8px;
	left: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0 0 0 10 9 5 0 0' fill='%23ffffff'/%3E%3C/svg%3E");
}
.film-database-style .main-col a,
.film-database-style .right-side-col a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d74a38), to(#d74a38));
	background-image: linear-gradient(#d74a38, #d74a38);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.film-database-style .main-col a:hover,
.film-database-style .right-side-col a:hover {
	color: #d74a38;
	background: none;
}
.film-database-style .paging a {
	color: #d74a38;
}
/*

NEWS STYLE

*/
.news-style #header .border-color {
	background-color: #b94e62;
}
.news-style #lists-page-head {
	background-color: #b94e62;
}
.news-style #lists-page-head a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #b94e62, -.03em 0 #b94e62, 0 .03em #b94e62, .06em 0 #b94e62, -.06em 0 #b94e62, 0 .06em #b94e62, .09em 0 #b94e62, -.09em 0 #b94e62, 0 .08em #b94e62, .12em 0 #b94e62, -.12em 0 #b94e62, .15em 0 #b94e62, -.15em 0 #b94e62;
}
.news-style #filters-and-search-menu .title:after {
	background-color: #b94e62;
}
.news-style #filters-and-search-menu .active .title {
	color: #b94e62;
}
.news-style #filters-toggle.active,
.news-style #search-toggle.active {
	border-color: #b94e62;
}
.news-style #filters-and-search-container {
	border-bottom-color: #b94e62;
}
.news-style #filters-list-block {
	color: #b94e62;
}
.news-style #list-items-counter span {
	color: #b94e62;
}
.news-style #list-items-counter .back {
	color: #b94e62;
}
.news-style #page-head .back {
	color: #b94e62;
}
.news-style .top-stroke:before {
	border-top-color: #b94e62;
}
.news-style .main-col a,
.news-style .right-side-col a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b94e62), to(#b94e62));
	background-image: linear-gradient(#b94e62, #b94e62);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.news-style .main-col a:hover,
.news-style .right-side-col a:hover {
	color: #b94e62;
	background: none;
}
.news-style .paging a {
	color: #b94e62;
}
/*

CASTING STYLE

*/
.casting-style #header .border-color {
	background-color: #4fa8cd;
}
.casting-style #lists-page-head {
	background-color: #4fa8cd;
}
.casting-style #lists-page-head a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #4fa8cd, -.03em 0 #4fa8cd, 0 .03em #4fa8cd, .06em 0 #4fa8cd, -.06em 0 #4fa8cd, 0 .06em #4fa8cd, .09em 0 #4fa8cd, -.09em 0 #4fa8cd, 0 .08em #4fa8cd, .12em 0 #4fa8cd, -.12em 0 #4fa8cd, .15em 0 #4fa8cd, -.15em 0 #4fa8cd;
}
.casting-style #page-head .back {
	color: #4fa8cd;
}
.casting-style .top-stroke:before {
	border-top-color: #4fa8cd;
}
.casting-style .main-col a,
.casting-style .right-side-col a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4fa8cd), to(#4fa8cd));
	background-image: linear-gradient(#4fa8cd, #4fa8cd);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.casting-style .main-col a:hover,
.casting-style .right-side-col a:hover {
	color: #4fa8cd;
	background: none;
}
.casting-style .paging a {
	color: #4fa8cd;
}
/*

PRESS STYLE

*/
.press-style #header .border-color {
	background-color: #8c7971;
}
.press-style #lists-page-head {
	background-color: #8c7971;
}
.press-style #lists-page-head a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #8c7971, -.03em 0 #8c7971, 0 .03em #8c7971, .06em 0 #8c7971, -.06em 0 #8c7971, 0 .06em #8c7971, .09em 0 #8c7971, -.09em 0 #8c7971, 0 .08em #8c7971, .12em 0 #8c7971, -.12em 0 #8c7971, .15em 0 #8c7971, -.15em 0 #8c7971;
}
.press-style #filters-and-search-menu .title:after {
	background-color: #8c7971;
}
.press-style #filters-and-search-menu .active .title {
	color: #8c7971;
}
.press-style #filters-and-search-container {
	border-bottom-color: #8c7971;
}
.press-style #filters-list-block {
	color: #8c7971;
}
.press-style #list-items-counter span {
	color: #8c7971;
}
.press-style #page-head .back {
	color: #8c7971;
}
.press-style .top-stroke:before {
	border-top-color: #8c7971;
}
.press-style .main-col a,
.press-style .right-side-col a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8c7971), to(#8c7971));
	background-image: linear-gradient(#8c7971, #8c7971);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: 0 94%;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, .06em 0 #fff, -.06em 0 #fff, 0 .06em #fff, .09em 0 #fff, -.09em 0 #fff, 0 .08em #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}
.press-style .main-col a:hover,
.press-style .right-side-col a:hover {
	color: #8c7971;
	background: none;
}
.press-style .paging a {
	color: #8c7971;
}
.press-style a.border-link {
	border-color: #8c7971;
}


.main-text-col hr {border:0; border-bottom: solid 1px rgba(0,0,0,0.1); margin:0px 0px 24px;}
.main-text-col h4 {    font-family: 'DomaineTextBlk'; font-size: 24px; line-height: 30px; padding-bottom: 20px; font-weight:bold;}


.contents.contents-partners a {text-decoration: none; background: none;}

/*

RISULTATI RICERCA

*/
.risultati-ricerca #page-head .page-subtitle {
	color: rgba(255,255,255,0.6);
}
.risultati-ricerca #page-head .page-subtitle span {
	color: #fff;
}
.risultati-ricerca #main.top-stroke:before {
	padding-bottom: 0px;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.risultati-ricerca .category-item {
	width: 100% !important;
	padding: 60px 0px 10px;
	margin: 0px 15px 20px;
	border-bottom: solid 1px #fff;
}
.risultati-ricerca .category-item .title {
	padding-right: 10px;
}
.risultati-ricerca .category-item .number {
	font-size: 27px;
	line-height: 26px;
	font-weight: 200;
	color: #fff;
	padding-bottom: 5px;
	padding-right: 5px;
}
.risultati-ricerca .professional-list-container {
    margin-top: 0px;
    margin-bottom: 30px;
}

.risultati-ricerca .location-list-container .category-item {
	border-bottom-color: #b49b10;
}
.risultati-ricerca .professional-list-container .category-item {
	width: auto !important;
	border-bottom-color: #00988f;
}
.risultati-ricerca .actors-list-container .category-item {
	border-bottom-color: #00988f;
}
.risultati-ricerca .film-list-container .category-item {
	border-bottom-color: #d74a38;
}

.risultati-ricerca .location-list-container .category-item .number,
.risultati-ricerca .location-list-container .category-item .view-all {
	color: #b49b10;
}
.risultati-ricerca .professional-list-container .category-item .number,
.risultati-ricerca .actors-list-container .category-item .number,
.risultati-ricerca .professional-list-container .category-item .view-all,
.risultati-ricerca .actors-list-container .category-item .view-all {
	color: #00988f;
}
.risultati-ricerca .film-list-container .category-item .number,
.risultati-ricerca .film-list-container .category-item .view-all {
	color: #d74a38;
}
/*

COLORI ELEMENTI SELEZIONATI

*/

html {
	--selection-color: rgba(29,113,184,1);
	/*rgba(0,0,0,0.8);*/
	--selection-background: rgba(29,113,184,0.4);
}
.home-section-row.news,
.news-style {
	--selection-color: rgba(185,78,98,1);
	--selection-background: rgba(185,78,98,0.4);
}
.home-section-row.casting,
.casting-style {
	--selection-color: rgba(79,168,205,1);
	--selection-background: rgba(79,168,205,0.4);
}
.press-style {
	--selection-color: rgba(140,121,113,1);
	--selection-background: rgba(140,121,113,0.4);
}
.home-section-row.location,
.location-list-container,
.location-style {
	--selection-color: rgba(180,155,16,1);
	--selection-background: rgba(180,155,16,0.4);
}
.home-section-row.film-database,
.film-list-container,
.film-database-style {
/*.related-films {*/
	--selection-color: rgba(215,74,56,1);
	--selection-background: rgba(215,74,56,0.4);
}
.home-section-row.professional,
.professional-list-container,
.actors-list-container,
.professional-style {
	--selection-color: rgba(0,152,143,1);
	--selection-background: rgba(0,152,143,0.4);
}
::-moz-selection {
	text-shadow: none;
	color: rgba(0,0,0,0.9);
	background-color: var(--selection-background);
}
::selection {
	text-shadow: none;
	color: rgba(0,0,0,0.9);
	background-color: var(--selection-background);
}
#main-menu ::-moz-selection {
	color: rgba(255,255,255,0.85);
	background-color: rgba(29,113,184,0.4);
}
#main-menu ::selection {
	color: rgba(255,255,255,0.85);
	background-color: rgba(29,113,184,0.4);
}


#short-menu-home ::-moz-selection {color: rgba(255,255,255,0.85);}
#short-menu-home ::selection {color: rgba(255,255,255,0.85);}
.home-section-row.film-database ::-moz-selection {color: rgba(255,255,255,0.85);}
.home-section-row.film-database ::selection {color: rgba(255,255,255,0.85);}
.home-section-row.location ::-moz-selection {color: rgba(255,255,255,0.85);}
.home-section-row.location ::selection {color: rgba(255,255,255,0.85);}
.home-section-row.professional ::-moz-selection {color: rgba(255,255,255,0.85);}
.home-section-row.professional ::selection {color: rgba(255,255,255,0.85);}
#big-news ::-moz-selection {color: rgba(255,255,255,0.85);}
#big-news ::selection {color: rgba(255,255,255,0.85);}

#lists-page-head ::-moz-selection {
	color: var(--selection-color);
	background-color: rgba(255,255,255,0.85);
}
#lists-page-head ::selection {
	color: var(--selection-color);
	background-color: rgba(255,255,255,0.85);
}

#page-head.dark ::-moz-selection {color: rgba(255,255,255,0.85);}
#page-head.dark ::selection {color: rgba(255,255,255,0.85);}

.dark-style ::-moz-selection {color: rgba(255,255,255,0.85);}
.dark-style ::selection {color: rgba(255,255,255,0.85);}

#footer ::-moz-selection {color: rgba(255,255,255,0.85);}
#footer ::selection {color: rgba(255,255,255,0.85);}
/*

MEDIA QUERY ---------------------------------------------------------------------------

*/
@media screen and (max-width:1080px) {
	#short-menu-home li {
		margin: 0px 10px;
	}
	#big-news .left-gradient {
		display: none;
	}
}
@media screen and (max-width:1024px) {
	/*
	
	NEWS HOME
	
	*/
	.news-item-list-home {
		width: 100%;
		margin-bottom: 20px;
		border-left: none;
	}
	.news-item-list-home:last-child {
		margin-bottom: 0px;
	}
	.news-item-list-home .contents {
		display: flex;
		align-items: stretch;
		min-height: 200px;
		padding-top: 20px;
		border-top: solid 1px rgba(0,0,0,0.1);
	}
	/*.news-item-list-home:last-child .contents {
		border-bottom: none;
		padding-bottom: 0px;
	}*/
	.news-item-list-home .image-big {
		width: 33.33%;
		height: auto;
	}
	.news-item-list-home .text-container {
		width: 66.66%;
		padding: 20px;
		align-self: center;
	}
	/*

	PROFESSIONAL LIST

	*/
	.professional-item .col-n1 {
		width: 25%;
	}
	.professional-item .info-cols {
		width: 75%;
	}
	.professional-item .name {
		float: none;
		width: auto;
		padding-right: 0px;
	}
	.professional-item .category {
		float: none;
		width: auto;
		padding-left: 0px;
	}
	/* STAFF */
	.staff-item .image-container {
		width: calc(33.33% - 10px);
	}
	.staff-item .contents {
		width: 66.66%;
	}


}
@media screen and (max-width:960px) {
	/* HOME */
	#short-menu-home li {
		/*font-size: 12px;/**/
		/*margin: 0px 8px;*/
	}
	#short-menu-home li.hide-small {
		display: none;
	}
	/* BIG NEWS */
	#big-news {
		min-height: 480px;
	}
	#lists-page-head .contact-info-container {
		float: none;
	}
	#lists-page-head .big-button {
		float: none;
		padding-top: 26px;
	}
	.actors-item,
	.film-list-container .category-item,
	.intro .film-item,
	.location-item {
		width: 33.33%;
	}
	.actors-list-container .category-item,
	.location-list-container .category-item {
		width: 100%;
	}
	/*

	NEWS E CASTING LIST

	*/
	.news-item-list .info-col {
		float: none;
		width: 100%;
	}
	.news-item-list .desc-col {
		width: 75%;
	}
	.news-item-list img {
		margin-right: -35%;
	}
	.casting-item-list .info-col {
		width: 25%;
	}
	.casting-item-list .desc-col {
		width: 75%;
	}
	/*

	PAGINE


	*/
	#page-head .col-2-12 {
		width: 20%
	}
	#page-head .col-7-12 {
		width: 80%;
	}
	.main-col {
		float: none;
		width: auto;
	}
	.right-side-col {
		float: none;
		width: auto;
	}
	.right-side-col.top-stroke.sticky,
	.right-side-col.sticky {
		position: static;
	}
	.main-text-col {
		padding-left: calc(20% + 15px);
	}
	.main-text-col .left-side-contents {
		width: 20%;
	}
	.right-side-col .contents {
		padding-left: calc(20% + 15px);
	}
	.table-like-col .left-col {
		width: 20%;
	}
	.table-like-col .right-col {
		width: 80%;
	}
	/* FILM */
	.film-img-container .image-and-video {
		margin-left: calc(20% + 15px);
	}
	.film-details {
		padding-left: calc(20% + 15px);
	}
	.film-img-container .film-details {
		width: 20%;
	}
	

}
@media screen and (max-width:768px) {
	#lists-page-head .page-title {
		font-size: 60px;
		line-height: 62px;
	}
	#lists-page-head .big-button {
		margin-bottom: -15px;
	}
	#lists-page-head .big-button a {
		font-size: 16px;
		line-height: 18px;
		padding: 7px 14px 11px;
		margin-bottom: 15px;
	}
	#page-head .big-button a {
		font-size: 16px;
		line-height: 18px;
		padding: 7px 14px 11px;
		margin-bottom: 15px;
	}
	/* filters-list */
	.filters-list .input-container {
		column-count: 3;
	}
	.category-item {
		width: 100% !important;
		/* per avere allineamento a linea base */
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		/**/
		padding-bottom: 15px;
	}
	.category-item .title {
		padding-right: 10px;
	}
	.professional-list-container.intro:after,
	.actors-list-container.intro:after,
	.location-list-container.intro:after,
	.film-list-container.intro:after {
		margin-bottom: 15px;
	}

	.professional-intro-item,
	.actors-list-container.intro .actors-item,
	.location-list-container.intro .location-item,
	.film-list-container.intro .film-item {
		display: none;
	}
	.actors-item,
	.location-item,
	.film-item {
		width: 50%;
	}
	/*

	PROFESSIONAL LIST

	*/
	.professional-item .col-n1 {
		width: 33.33%;
	}
	.professional-item .info-cols {
		width: 66.66%;
	}
	.professional-item .col-n2,
	.professional-item .col-n3 {
		width: 50%;
	}
	.professional-item .address {
		float: none;
		width: auto;
		padding-right: 0px;
	}
	.professional-item .phone {
		float: none;
		width: auto;
		padding-left: 0px;
	}
	/*

	NEWS E CASTING LIST

	*/
	#lists-page-head .col-2-3 {
		float: none;
		width: auto;
	}
	.news-item-list img {
		width: 30%;
		max-width: 150px;
	}
	/*

	PAGINE

	*/
	/* HOME */
	#page-head .page-title.big {
		font-size: 60px;
		line-height: 62px;
	}
	.home-section-row.casting .casting-list-container-home {
		column-count: 1;
	}
	.home-section-row.casting .casting-item-list:nth-child(2):after {
		display: block;
	}
	.home-section-row .view-all.extended {
		display: block;
		margin: 20px 15px 0px;
		padding-top: 50px;
		border-top: solid 1px rgba(0,0,0,0.1);
	}
	.home-section-row.news .view-all.extended {
		color: #b94e62;
	}
	.home-section-row.casting .view-all.extended {
		color: #4fa8cd;
	}
	/* info attività */
	.home-section-row.info-attivita .contents {
		display: block;
		padding-top: 40px;
	}
	.home-section-row.info-attivita .col-1-3,
	.home-section-row.info-attivita .col-2-3 {
		float: none;
		width: auto;
	}
	/* FILM */
	.film-img-container {
		margin-top: 0px;
	}
	.film-img-container .image-and-video {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 20px;
	}
	.film-img-container .film-details {
		position: static;
		width: auto;
		padding-left: calc(20% + 15px);
	}
	.film-img-container .film-details .share-block {
		padding-bottom: 20px;
	}
	/* STAFF */
	.staff #page-head .col-1-2 {
		width: 33.33%;
	}
	.staff #page-head .col-1-4 {
		width: 33.33%;
	}
	.staff-item {
		float: none;
		width: 100%;
	}
	/* INTRO STYLE (pagine introduttive) */
	.intro-big-button {
		float: none;
		width: 100%;
	}
	.intro-big-button .contents-container {
		display: block;
	}
	.intro-big-button .main-link {
		display: block;
		min-height: 0px;
		padding: 30px 40px;
	}


}
@media screen and (max-width:640px) {
	#header-contents {
		height: 50px;
	}
	.home #header-contents {
		height: 140px;
	}
	#main-menu {
		padding: 0px 20px;
	}
	#menu-list .main-areas-container {
		break-inside: auto;
	}
	.home #header-placeholder {
		height: 140px;
	}
	#header.open #burger-container {
		height: 50px;
	}
	#burger-menu-icon {
		top: 18px;
		right: 15px;
	}
	#logo {
		top: 25px;
		transform: scale(0.83);
	}
	.home #logo {
		top: 70px;
	}
	#page-head,
	#lists-page-head {
		padding-top: 50px;
	}
	#lists-page-head .contents,
	#page-head .contents,
	#main {
		padding-right: 0px;
		padding-left: 0px;
	}
	#lists-page-head .contents {
		padding-bottom: 15px;
	}
	#page-head .contents {
		padding-top: 27px;
		padding-bottom: 15px;
	}
	#lists-page-head .page-title {
		font-size: 50px;
		line-height: 52px;
	}
	#lists-page-head .page-subtitle {
		font-size: 16px;
		line-height: 20px;
	}

	#menu-list {
		column-count: 2;
	}
	#language-switch {
		/*width: 50%;
		padding-left: 15px;*/
	}
	#submenu,
	#social-pages {
		float: none;
	}
	#social-pages li {
		padding-left: 0px;
		padding-right: 10px;
	}
	.filters-list .input-container {
		column-count: 2;
	}
	.filters-list.col-1-2 {
		width: 100% !important;
		padding-right: 0px !important;
	}
	#search-in-page-block .container {
		height: 80px;
	}
	#search-in-page-block input {
		font-size: 24px;
		line-height: 30px;
		padding: 0px 48px 0px 15px;
		margin: 24px 0px 0px 0px;
	}
	#search-in-page-block button {
		top: 28px;
		width: 24px;
		height: 24px;
	}
	#search-in-page-block button svg {
		width: 24px;
		height: 24px;
	}
	/*

	NEWS E CASTING LIST

	*/
	.news-item-list::after {
		margin-top: 0px;
	}
	.news-item-list .title,
	.casting-item-list .title {
		font-size: 20px;
		line-height: 24px;
		float: none;
	}
	.news-item-list .desc-col {
		width: 100%;
	}
	.news-item-list .desc {
		margin-bottom: 20px;
	}
	.news-item-list img {
		width: 120px;
		margin-top: 6px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	/*

	PROFESSIONAL LIST

	*/
	.professional-item .col-n1 {
		width: 50%;
	}
	.professional-item .info-cols {
		width: 50%;
	}
	.professional-item .col-n2 {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}
	.professional-item .col-n3 {
		float: none;
		width: 100%;
	}
	/*

	PAGINE


	*/
	#page-head .col-2-12,
	#page-head .col-7-12 {
		float: none;
		width: 100%;
	}
	#page-head .back {
		margin-top: -10px;
	}
	#page-head .type {
		font-size: 15px;
	}
	#page-head .page-title {
		font-size: 28px;
		line-height: 32px;
	}
	#page-head .page-title.medium {
		font-size: 38px;
		line-height: 42px;
		padding-bottom: 5px;
	}
	#page-head .page-title.big {
		font-size: 48px;
		line-height: 52px;
		margin-top: -7px;
	}
	#page-head .page-subtitle {
		font-size: 20px;
		line-height: 24px;
	}
	.main-text-col {
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.right-side-col .contents {
		padding: 0px 15px;
	}
	a.border-link {
		font-size: 12px;
		padding: 0px 10px;
	}
	.main-text-col .left-side-contents {
		position: static;
		width: auto;
		padding: 0px 0px 4px;
		margin-bottom: 30px;
		border-bottom: solid 1px #ccc;
	}
	.main-text-col .left-side-contents .info-block {
		float: left;
		padding-bottom: 10px;
	}
	.main-text-col .left-side-contents .share-block {
		float: right;
		padding-bottom: 0px;
		margin-top: -4px;
	}
	.main-text-col .left-side-contents .share-block a {
		margin-right: 0px;
		margin-left: 10px;
	}
	.main-text-col .main-image-container {
		border-bottom: solid 1px #ccc;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.table-like-col .row {
		display: block;
	}
	.table-like-col .left-col {
		position: static;
		width: auto;
		padding-right: 0px;
		text-align: left;
	}
	.table-like-col .right-col {
		width: auto;
	}
	.related-films .item {
		align-items: flex-start;
	}
	.related-films .image-container {
		width: 33.33%;
	}
	.related-films .desc-container {
		width: 66.66%;
	}
	/* NEWS E CASTING */
	.news-style .top-stroke:before,
	.casting-style .top-stroke:before {
		padding-bottom: 20px;
	}
	/* CASTING */
	.main-text-col .left-side-contents .casting-info-block {
		display: none;
	}
	/* LOCATION */
	#page-head .info-container .location-address {
		font-size: 18px;
		line-height: 24px;
	}
	#page-head .info-container .location-code {
		font-size: 15px;
		line-height: 20px;
		padding-top: 5px;
	}
	/* FILM */
	.film-details {
		padding-left: 15px;
	}
	.film-img-container .film-details {
		position: static;
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	#page-head .film-img-container {
		margin-bottom: -15px;
	}
	.film-database-style a.border-link.watch-now {
		padding-left: 25px;
	}
	.film-database-style a.border-link.watch-now::before {
		top: 6px;
		left: 10px;
	}
	/* STAFF */
	.staff #page-head .col-1-2 {
		width: 100%;
		float: none;
	}
	.staff #page-head .col-1-4 {
		width: 50%;
	}
	/* INTRO STYLE (pagine introduttive) */
	.intro-big-button {
		margin-bottom: 20px;
	}
	.intro-big-button .title.big {
		font-size: 36px;
		line-height: 42px;
	}
	/* HOME */
	#short-menu-home {
		display: none;
	}
	#big-news {
		min-height: 1px;
	}
  #big-news .gradient-container {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }
  #big-news .contents {
    padding-top: 280px;
    padding-bottom: 30px;
  }
	#big-news .central-gradient {
		opacity: 0.5;
		background: #000;
	}
	#big-news .text-container {
		padding-right: 0px;
		padding-left: 0px;
	}
	#big-news .title,
	.home-section-row .section-title {
		font-size: 32px;/*36*/
		line-height: 36px;/*42*/
	}
	.home-section-row {
		min-height: 1px;
	}
	.home-section-row > .contents {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.home-section-row.news .view-all.extended,
	.home-section-row.casting .view-all.extended {
		padding-top: 30px;
	}
	.home-section-row.news > .contents,
	.home-section-row.casting > .contents {
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.home-section-row.info-attivita > .contents {
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.news-item-list-home {
		margin-bottom: 20px;
	}
	.news-item-list-home .contents {
		min-height: 0;
	}
	.news-item-list-home .text-container {
		width: auto;
		padding: 0px;
	}
	.news-item-list-home .title {
		font-size: 20px;
		line-height: 24px;
	}
	.news-item-list-home .desc {
		/*margin-bottom: 20px;*/
	}
	.news-item-list-home .image-big {
		display: none;
	}
	.news-item-list-home .image-small {
		display: block;
		float: right;
	    width: 120px;
		height: 120px;
		margin-top: 6px;
		margin-left: 20px;
		/*margin-bottom: 20px;*/
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	/*
	
	RISULTATI RICERCA
	
	*/
	.risultati-ricerca .category-item {
		padding-top: 30px;
	}
	/* FOOTER */
	#footer .contents {
		padding-right: 15px;
		padding-left: 15px;
	}

}

@media screen and (max-width:480px) {

	#lists-page-head .page-title {
		font-size: 46px;
		line-height: 48px;
	}
	#submenu {
		padding-bottom: 20px;
	}
	#submenu li {
		display: block;
		padding-bottom: 10px;
	}
	/* filters-list */
	.filters-list .input-container {
		column-count: 1;
	}
	.filters-list.col-1-2 .input-container {
		column-count: 1;
	}
	/*

	PROFESSIONAL LIST

	*/
	.professional-item .col-n1 {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}
	.professional-item .info-cols {
		float: none;
		width: 100%;
	}
	/*

	PAGINE

	*/
	#page-head .page-title.big {
		font-size: 46px;
		line-height: 48px;
	}
	.right-side-col {
		width: auto;
	}

}
@media screen and (max-width:400px) {
	.actors-item,
	.location-item,
	.film-item {
		width: 100%;
	}

	/* STAFF */
	.staff #page-head .col-1-4 {
		width: 100%;
		float: none;
	}
	.staff-item {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.staff-item .image-container,
	.staff-item .contents {
		float: none;
		width: 100%;
	}
	.staff-item .rule-container {
		display: block;
		height: auto;
	}
	.staff-item a {
		background: none;
		text-shadow: none;
	}
	.staff-item a:hover {
		color: #fff;

		background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(255,255,255,0.4) ), to( rgba(255,255,255,0.4) ));
		background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4));
		background-size: 1px 1px;
		background-repeat: repeat-x;
		background-position: 0 94%;
	}
	.staff-item .contents {
		position: absolute;
		bottom: 0px;
		left: 15px;
		width: calc(100% - 30px);
		/*height: 100%;*/
		color: #fff;
		padding: 150px 15px 20px;

		text-shadow: 0px 0px 20px #000;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+35,0.95+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
	}

}
@media screen and (max-width:360px) {
	#main-menu {
		padding: 0px 15px;
	}
	#main-menu .contents {
		padding-top: 180px;
	}
	#menu-list {
		column-count: 1;
		padding-bottom: 16px;
	}
	#menu-list li {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#menu-list ul {
		border-bottom: solid 1px rgba(255,255,255,0.1);
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	#menu-list ul:last-of-type {
		padding-bottom: 16px;
	}
	#search {
		height: 45px;
		margin-bottom: 16px;
	}
	#search input {
		font-size: 24px;
		line-height: 30px;
		padding-left: 0px;
		padding-right: 35px;
	}
	#search button {
		right: 0px;
		width: 24px;
		height: 24px;
	}
	#search button svg {
		width: 24px;
		height: 24px;
	}
	#search .search-highlight {
		left: 0px;
		height: 46px;
		max-width: calc(100% - 35px);
		font-size: 24px;
		line-height: 30px;
	}
	#search .search-highlight.in-focus,
	#search .search-highlight.with-content {
		min-width: 3px;
		padding-right: 0px;
		padding-left: 0px;
	}
	#language-switch {
    border-bottom: solid 1px rgba(255,255,255,0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
	}
	#language-switch label {
		/*padding-top: 4px;
		padding-bottom: 4px;*/
	}

}
/*

PRINT

*/
@media print {
  
  @page {
    margin: 30px;
  }
  #page {
    padding-bottom: 0px !important;
  }
  #header,
  #footer .submenu,
  #footer .social-pages,
  #footer .partners,
  #CookiebotWidget {
    display: none;
  }
  #page-head {
    padding-top: 0px;
  }
  #page-head .contents,
  #main {
    width: 1080px;
    min-width: 1080px;
  }
  #footer {
    position: static;
    width: calc(100% - 60px);
		padding: 0px 30px;
  }
  #footer .contents {
		width: 1050px;
    min-width: 1050px;
    padding: 0px;
    border-top: solid 1px #000;
  }
  #footer .copyright {
    padding-top: 10px;
  }

}