/*
Theme Name: True Colours
Author: KMSTUDIO
Description: Tema base
Version: 1.0
*/

/*--- SLICK FONT ---------------*/
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('assets/js/class/slick/fonts/slick.eot');
	src: url('assets/js/class/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('assets/js/class/slick/fonts/slick.woff') format('woff'), url('assets/js/class/slick/fonts/slick.ttf') format('truetype'), url('assets/js/class/slick/fonts/slick.svg#slick') format('svg');
}
/*--- FINE > SLICK FONT --------*/

body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 0;
	margin: 200px 0 0 0;
}

body.home main {
	margin-top: -38px;
}

body > h1 {
	display: none;
}

strong, b {
	font-weight: 600;
}

a {
	color: #ff5400;
	text-decoration: none;
	transition: color 300ms;
}
a:hover {
	text-decoration: none;
	color: #ff5400;
}
a:focus {
	outline: 0;
	text-decoration: none;
	color: #ff5400;
}

a.invert {
	padding: 2px 10px;
	transition: background-color 300ms,
				color 300ms;
}
a.invert:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ff5400;
}

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

/*
h1 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 200%;
	line-height: 1;
	margin: 0 0 45px 0;
	padding: 0;
}
h1 strong {
	font-weight: 600;
}

h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 150%;
	line-height: 1;
	margin: 50px 0 25px 0;
	padding: 0;
}
*/

h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 170%;
	line-height: 1;
	margin: 0 0 45px 0;
	padding: 0;
}
h2 strong {
	font-weight: 600;
}

p { margin: 0 0 20px 0; }

hr { border: 0; border-bottom: 1px solid #eee; margin: 6% 0; }

.overlay-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9000;
	opacity: 1;
	transition: opacity 800ms;
}
.overlay-bg.inactive {
	opacity: 0;
	pointer-events: none;
}

/*--- FINESTRA RICERCA ------------------------------------------------------*/
body.admin-bar #fullscreen-search {
	top: 30px;
}
#fullscreen-search {
	display: block;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .97);
	transform: scale(0);
	opacity: 0;
	transition: all 250ms;
}
#fullscreen-search .close-search {
	cursor: pointer;
	font-size: 250%;
	transition: background-color 600ms,
				color 600ms,
				transform 500ms cubic-bezier(.67,-0.09,.58,1);
	transform: rotate(0deg);
	display: inline-block;
	color: #000;
	float: right;
	margin: 30px 0 0 0;
}
#fullscreen-search .close-search:hover {
	transform: rotate(180deg);
	color: #ff5400;
}
#fullscreen-search form {
	display: block;
	width: 100%;
	margin: 150px auto 0;
	position: relative;
	padding: 0 5%;
}
#fullscreen-search form input {
	display: inline-block;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 0 0 12px;
	font-size: 180%;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	height: auto;
	text-transform: uppercase;
	background: transparent;
	transition: all 250ms;
}
#fullscreen-search.expanded {
	transform: scale(1);
	opacity: 1;
}
/*--- FINE > FINESTRA RICERCA -----------------------------------------------*/

/*--- NAVIGATION RESPONSIVE -------------------------------------------------*/
nav.nav-responsive {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #000;
	z-index: 9999;
	padding: 0;
	opacity: 0;
	overflow-y: auto;
	transition: all 300ms;
	transform: translateX(100%);
	right: 0;
}
nav.nav-responsive ul {
	padding: 0;
	margin: 60px 0 40px 0;
	list-style-type: none;
}
nav.nav-responsive ul li {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	list-style-type: none;
}
nav.nav-responsive ul li ul {
	padding: 0;
	margin: 0 0 10px 0;
}
nav.nav-responsive ul li ul li {
	text-transform: none;
}
nav.nav-responsive ul li ul li a {
	padding-left: 40px;
}
nav.nav-responsive ul li a {
	color: #fff;
	font-weight: 400;
	display: block;
	padding: 10px 20px;
}
nav.nav-responsive ul li a:hover {
	color: #fff;
	background-color: #ff5400;
}

nav.nav-responsive .menu-close {
	position: relative;
}
nav.nav-responsive .menu-close .close-nav {
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 5px;
	cursor: pointer;
	font-size: 150%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	padding: 6px 9px 9px 8px;
	transition: background-color 600ms,
				color 600ms,
				transform 500ms cubic-bezier(.67,-0.09,.58,1);
	transform: rotate(0deg);
	display: block;
	color: #fff;
}
nav.nav-responsive .menu-close .close-nav:hover {
	transform: rotate(180deg);
	color: #ff5400;
}
/*---------------------------------------------------------------------------*/

/*--- HEADER ----------------------------------------------------------------*/
header.primary {
	height: 132px;
	padding: 15px 0;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: background-color 800ms;
	z-index: 5;
}
header.primary.opacity {
	background-color: rgba(255, 255, 255, .8);
}
header.primary h1 {
	display: none;
}
header.primary .logo {
	margin-top: 28px;
}
header.primary .logo img {
	
}
header.primary .right {
	margin-top: 60px;
	float: right;
}
header.primary .right ul.nav-desktop {
	margin: 0 50px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
header.primary .right ul.nav-desktop li {
	margin: 0 12px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	position: relative;
}

header.primary .right ul.nav-desktop li:hover > ul.sub-menu {
	display: block;
}
header.primary .right ul.nav-desktop li > ul.sub-menu {
	display: none;
	position: absolute;
	left: -16px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1;
}
header.primary .right ul.nav-desktop li > ul.sub-menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	text-align: left;
}
header.primary .right ul.nav-desktop li > ul.sub-menu li a {
	line-height: 1;
	color: #fff;
	padding: 10px 16px;
	display: block;
	transition: background-color 300ms;
}
header.primary .right ul.nav-desktop li > ul.sub-menu li a:hover {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	text-decoration: none;
}

header.primary .right ul.nav-desktop li > a {
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 75%;
	color: #000;
	cursor: pointer;
}
header.primary .right ul.nav-desktop li > a:hover {
	color: #ff5400;
}
header.primary .right ul.nav-desktop li.virtual-cinema {
    background-color: #ff5400;
    padding: 0 10px;
    transition: background 300ms;
}
header.primary .right ul.nav-desktop li.virtual-cinema:hover {
    background-color: #000;
}
header.primary .right ul.nav-desktop li.virtual-cinema > a {
    color: #fff;
}
header.primary .right ul.nav-desktop li.virtual-cinema > a:hover {
    color: #ff5400;
}
/*
header.primary .right ul.social-network {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	list-style-type: none;
}
header.primary .right ul.social-network li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
header.primary .right ul.social-network li a {
	font-size: 25px;
	color: #000;
	display: block;
	transition: color 300ms;
}
header.primary .right ul.social-network li a:hover {
	color: #ff5400;
	text-decoration: none;
}
*/
header.primary .right .share-box-in-nav {
	float: left;
}
header.primary .right .share-box-in-nav .share-box-socials {
	bottom: -70px;
}
header.primary .right .share-box-in-nav a.followus {
    font-size: 25px;
	color: #000;
	transition: color 300ms;
}
header.primary .right .share-box-in-nav a.followus:hover {
	color: #ff5400;
}
header.primary .right .share-box-in-nav a.facebook:hover {
	background-color: #3B5998;
}
header.primary .right .share-box-in-nav a.twitter:hover {
	background-color: #1DA1F2;
}
header.primary .right .share-box-in-nav a.instagram:hover {
	
}
header.primary .right .share-box-in-nav a.cinando:hover {
	background-color: #7EB712;
}
header.primary .right .share-box-in-nav .share-box-socials:after {
   	border-bottom: 5px solid #000;
	border-right: 5px solid #000;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	top: -10px;
}


header.primary .right .search-site {
	float: left;
	margin-right: 0;
}
header.primary .right .search-site .icon-search {
	font-size: 25px;
	cursor: pointer;
	transition: color 300ms,
				transform 300ms;
	display: block;
}
header.primary .right .search-site .icon-search:hover {
	color: #ff5400;
	transform: scale(1.2);
}
header.primary .right .nav-menu {
	display: none;
	float: left;
	cursor: pointer;
	border-left: 1px solid #000;
	margin: 0 0 0 10px;
	padding: 0 0 0 14px;
}
header.primary .right .nav-menu .text {
	font-size: 18px;
	text-transform: lowercase;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
header.primary .right .nav-menu .three-line {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 25px;
	height: 32px;
	margin-left: 10px;
}
header.primary .right .nav-menu .three-line .single-line {
	background-color: #000;
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	left: 0;
	transition-duration: 300ms;
}
header.primary .right .nav-menu .text:hover + .three-line .single-line,
header.primary .right .nav-menu .three-line:hover .single-line {
	background-color: #ff5400;
}
header.primary .right .nav-menu.opened .three-line {
	
}
header.primary .right .nav-menu .three-line .single-line:nth-child(1) {
	top: 9px;
	transition-property: transform, background-color;
}
header.primary .right .nav-menu.opened .three-line .single-line:nth-child(1) {
	top: 11px;
	transform: translate3d(0, 6px, 0) rotate(-135deg);
	background-color: #fff;
}
header.primary .right .nav-menu .text:hover + .three-line .single-line:nth-child(1),
header.primary .right .nav-menu .three-line:hover .single-line:nth-child(1) {
	transform: translateY(-2px);
}
header.primary .right .nav-menu .three-line .single-line:nth-child(2) {
	top: 16px;
	transition-property: transform, opacity, background-color;
}
header.primary .right .nav-menu.opened .three-line .single-line:nth-child(2) {
	transform: translate3d(16px, 0, 0);
	opacity: 0;
}
header.primary .right .nav-menu .three-line .single-line:nth-child(3) {
	top: 23px;
	transition-property: transform, background-color;
}
header.primary .right .nav-menu.opened .three-line .single-line:nth-child(3) {
	transform: translate3d(0, -6px, 0) rotate(135deg);
	background-color: #fff;
}
header.primary .right .nav-menu .text:hover + .three-line .single-line:nth-child(3),
header.primary .right .nav-menu .three-line:hover .single-line:nth-child(3) {
	transform: translateY(2px);
}
header.primary .right .reserved-area {
	float: left;
	margin-left: 20px;
}
header.primary .right .reserved-area a {
	text-transform: uppercase;
	font-size: 75%;
	font-weight: 400;
	line-height: 36px;
	color: #000;
}
header.primary .right .reserved-area a:hover {
	color: #ff5400;
}
/*--- FINE > HEADER ---------------------------------------------------------*/

/*--- STILI GENERALI --------------------------------------------------------*/
.pagination {
	background-color: #f7f7f7;
	display: block;
	padding: 10px;
}
.pagination h2 {
	display: none;
}
.pagination .page-numbers {
    padding: 3px 6px;
    font-size: 100%;
    font-weight: 400;
}
.pagination .current {
    color: #ff5400;
}
.pagination a {
    color: #000;
	transition: color 300ms;
}
.pagination a:hover {
    color: #ff5400;
}

.btn-truecolours {
	color: #000;
	font-weight: 400;
	font-size: 105%;
	border: 1px solid #666;
	border-radius: 0;
	background-color: #fff;
	transition: background-color 300ms,
				border 300ms,
				color 300ms;
}
.btn-truecolours:hover {
	color: #fff;
	background-color: #ff5400;
	border: 1px solid #ff5400;
}

.slickSlider {
	
}
.slickSlider .slick-track {
	margin-bottom: 15px;
}
.slick-slider.slick-dotted {
	margin-bottom: 50px;
}
.slickSlider .slick-dots {
	position: absolute;
	bottom: -32px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slickSlider .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	cursor: pointer;
}
.slickSlider .slick-dots li:last-child {
	margin: 0;
}
.slickSlider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slickSlider .slick-dots li button:hover,
.slickSlider .slick-dots li button:focus {
	outline: none;
}
.slickSlider .slick-dots li button:hover:before,
.slickSlider .slick-dots li button:focus:before {
	color: #6f6f6f;
	transition: color 300ms;
}
.slickSlider .slick-dots li button:before {
	font-family: 'slick';
	font-size: 16px;
	line-height: 1;
	content: '•';
	text-align: center;
	color: #bebebe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slickSlider .slick-dots li.slick-active button:before {
	color: #6f6f6f;
}

.title-in-brackets {
	overflow: hidden;
	line-height: 1.2;
	display: block;
}
.title-in-brackets span {
	float: left;
	margin-left: 20px;
}
.title-in-brackets span:first-child {
	margin-left: 0;
}
.title-in-brackets .square-brackets {
	margin-top: -0.2%;
	display: block;
}

.link-on-right {
	overflow: hidden;
}
.link-on-right > *:first-child {
	float: left;
}
.link-on-right p {
	float: left;
	line-height: 3.2;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-weight: 400;
}

.share-box {
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.share-box a .icon-share {
	color: #000;
	transition: color 300ms;
}
.share-box a:hover .icon-share {
	color: #ff5400;
}
.share-box a.share-btn {
	color: #000;
	font-size: 25px;
}
.share-box a:hover {
	text-decoration: none;
}
.share-box[data-position='left'] .share-box-socials {
	right: 15px;
}
.share-box[data-position='left'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	right: 0;
}
.share-box[data-position='right'] .share-box-socials {
	left: 15px;
}
.share-box[data-position='right'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	border-left: 5px solid #000;
	left: 0;
}
.share-box .share-box-socials {
	position: absolute;
	cursor: auto;
	bottom: 52px;
	white-space: nowrap;
	background-color: #000;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transform-origin: right bottom;
			transform-origin: right bottom;
	transition: transform 0s .25s, opacity .25s;
}
.share-box > .share-btn:hover {
	
}
.share-box .share-box-socials:after {
	position: absolute;
	bottom: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
}
.share-box .share-box-socials a {
	display: inline-block;
	padding: 8px;
	color: #fff;
	text-align: center;
	transition: background-color .25s;
	box-sizing: border-box;
}
.share-box .share-box-socials a:hover {
	background-color: #ff5400;
}
.share-box.opened .share-box-socials {
	opacity: 1;
	transition: transform .3s cubic-bezier(0,.74,.16,1.13), opacity .6s;
	-webkit-transform: scale(1);
			transform: scale(1);
}
.available-hd {
	color: #096;
}

.fancybox-slide--video .fancybox-content {
	width: 640px;
	height: 400px;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
}

table.table {
	font-size: 80%;
}
table td a.invert {
	padding: 0;
}
/*--- FINE > STILI GENERALI -------------------------------------------------*/

/*--- BOOTSTRAP -------------------------------------------------------------*/
.alert {
	border-radius: 0;
	padding: 8px;
	margin-bottom: 10px;
}
.alert-danger {
	background-color: #f62e1f;
	border-color: transparent;
	color: #fff;
}
.alert-success {
	background-color: #2f884a;
	border-color: transparent;
	color: #fff;
}
/*--- FINE > BOOTSTRAP ------------------------------------------------------*/

#static-page {
	min-height: 600px;
}
#static-page ul {
	list-style-type: square;
	margin-bottom: 20px;
}

/*--- SCHEDE CATALOGHI ------------------------------------------------------*/
.single-card-catalogue {
	
}
.single-card-catalogue figure {
	overflow: hidden;
	position: relative;
}
.single-card-catalogue figure:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: 1;
}
.single-card-catalogue figure:hover:before {
	
}
.single-card-catalogue figure img {
	transition: transform 400ms ease,
				filter 600ms ease;
	display: block;
	filter: blur(0px);
	transform: scale(1);
}
.single-card-catalogue figure:hover img {
	transform: scale(1.2);
	filter: blur(4px);
}
.single-card-catalogue figure .info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity 300ms cubic-bezier(.55,.09,.68,.53),
				filter 500ms cubic-bezier(.25,.46,.45,.94);
	filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.4);
	transition-delay: 200ms, 50ms;
}
.single-card-catalogue figure:hover .info {
	opacity: 1;
	transition-delay: 300ms, 500ms;
	filter: none;
}
.single-card-catalogue figure .info ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0;
	transition: opacity 300ms ease,
				transform 400ms ease;
	transition-delay: 400ms, 0ms;
	top: 50%;
	transform: translateY(-50%) scale(2);
	text-align: center;
	width: 100%;
	z-index: 1;
}
.single-card-catalogue figure:hover .info ul {
	opacity: 1;
	transition-delay: 400ms, 400ms;
	transform: translateY(-50%) scale(1);
}
.single-card-catalogue figure .info ul li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.single-card-catalogue figure .info ul li:last-child {
	margin-right: 0;
}
.single-card-catalogue figure .info ul li a {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 8px;
	font-size: 200%;
	border-radius: 100%;
	color: #fff;
	transition: background-color 500ms ease;
}
.single-card-catalogue figure .info ul li a:hover {
	background-color: #ff5400;
	color: #fff;
}
.single-card-catalogue header.header-single-card-catalogue {
	min-height: 180px;
}
.single-card-catalogue header.header-single-card-catalogue ul {
	margin: 6px 0 10px 0;
	padding: 0;
	list-style: none;
}
.single-card-catalogue header.header-single-card-catalogue ul li {
	margin: 0;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 100%;
	padding: 2px 8px;
	background-color: #000;
	color: #fff;
}
.single-card-catalogue header.header-single-card-catalogue h2 {
	font-weight: 300;
	font-size: 160%;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}
.single-card-catalogue header.header-single-card-catalogue h2 a {
	color: #000;
}
.single-card-catalogue header.header-single-card-catalogue h2 a:hover {
	color: #ff5400;
}
.single-card-catalogue footer {
	margin-top: 30px;
}
.single-card-catalogue footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
.single-card-catalogue footer ul li {
	margin: 0 8px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 140%;
	line-height: 1;
}
.single-card-catalogue footer ul li:last-child {
	margin: 0;
}
.single-card-catalogue footer ul li a {
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	background-color: #ff5400;
}
.single-card-catalogue footer ul li a:hover {
	/*color: #ff5400;*/
}
/*--- FINE > SCHEDE CATALOGHI -----------------------------------------------*/


/*--- PAGINA RICERCA --------------------------------------------------------*/
#search-page {
	
}
#search-page .inner-search {
	margin-top: 50px;
}
#search-page .inner-search article {
	margin: 0 0 40px 0;
}
#search-page .inner-search .search-result-item h2 {
	margin: 0 0 15px 0;
}
#search-page .inner-search .search-result-item h2 small {
	color: #000;
}
/*--- FINE > PAGINA RICERCA -------------------------------------------------*/


/*--- NEWS ------------------------------------------------------------------*/
#news-page {
	min-height: 600px;
}
#news-page article {
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#news-page article:last-child {
	margin-bottom: 0;
}
#news-page article figure {
	float: left;
	width: 33%;
	overflow: hidden;
}
#news-page article figure a {
	display: block;
	transition: transform 1200ms,
				filter 1000ms;
}
#news-page article figure a:hover {
	transform: scale(1.4);
	background-color: #000;
	filter: brightness(94%) contrast(160%);
}
#news-page article section {
	float: left;
	width: 62%;
	margin-left: 4%;
}
#news-page article section header {
	margin-bottom: 20px;
}
#news-page article section header h3 {
	color: #000;
	font-weight: 700;
	font-size: 110%;
	line-height: 1;
	margin: 0 0 5px 0;
}
#news-page article section header h2 {
	color: #ff5400;
	text-transform: none;
	font-weight: 400;
	font-size: 120%;
	line-height: 1.2;
	margin: 0;
}
#news-page article section header h2 a {
	color: #ff5400;
}
#news-page article section header h2 a:hover {
	color: #ff5400;
	text-decoration: underline;
}
#news-page article section p {
	margin: 0 0 25px 0;
	overflow: hidden;
	position: relative;
	font-size: 90%;
}
#news-page article section p:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	pointer-events: none;
}
#news-page article section footer {
    /*position: absolute;*/
    bottom: 0;
	overflow: visible;
}
#news-page article section footer.with-social .read-more {
	float: left;
	margin-right: 10px;
}
#news-page article section footer.with-social .share-box {
	float: left;
}

#news-page-inner {
	
}
#news-page-inner article {
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
}
#news-page-inner article header {
	margin-bottom: 20px;
}
#news-page-inner article header h3 {
	color: #000;
	font-weight: 700;
	font-size: 110%;
	line-height: 1;
	margin: 0 0 30px 0;
}
#news-page-inner article figure {
	overflow: hidden;
	margin-bottom: 20px;
}
#news-page-inner article footer {
	margin: 50px 0 0 0;
}
/*--- FINE > NEWS -----------------------------------------------------------*/


/*--- MARKETS & FESTIVALS ---------------------------------------------------*/
#markets-festivals-page {
	min-height: 600px;
}
#markets-festivals-page article {
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#markets-festivals-page article:last-child {
	margin-bottom: 0;
}
#markets-festivals-page article figure {
	float: left;
	width: 33%;
	overflow: hidden;
}
#markets-festivals-page article figure a {
	display: block;
	transition: transform 1200ms,
				filter 1000ms;
}
#markets-festivals-page article figure a:hover {
	transform: scale(1.4);
	background-color: #000;
	filter: brightness(94%) contrast(160%);
}
#markets-festivals-page article section {
	float: left;
	width: 62%;
	margin-left: 4%;
}
#markets-festivals-page article section header {
	margin-bottom: 20px;
}
#markets-festivals-page article section header h3 {
	color: #000;
	font-weight: 400;
	font-size: 110%;
	line-height: 1;
	margin: 0 0 5px 0;
}
#markets-festivals-page article section header h2 {
	color: #ff5400;
	text-transform: none;
	font-weight: 400;
	font-size: 120%;
	line-height: 1.2;
	margin: 0;
}
#markets-festivals-page article section header h2 a {
	color: #ff5400;
}
#markets-festivals-page article section header h2 a:hover {
	color: #ff5400;
	text-decoration: underline;
}
#markets-festivals-page article section p {
	margin: 0 0 25px 0;
	overflow: hidden;
	position: relative;
	font-size: 90%;
}
#markets-festivals-page article section p:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	pointer-events: none;
}
#markets-festivals-page article section footer {
    /*position: absolute;*/
    bottom: 0;
	overflow: visible;
}
#markets-festivals-page article section footer.with-social .read-more {
	float: left;
	margin-right: 10px;
}
#markets-festivals-page article section footer.with-social .share-box {
	float: left;
}

#markets-festivals-page-inner {
	
}
#markets-festivals-page-inner article {
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
}
#markets-festivals-page-inner article header {
	margin-bottom: 20px;
}
#markets-festivals-page-inner article header h3 {
	color: #000;
	font-weight: 400;
	font-size: 110%;
	line-height: 1;
	margin: 0 0 30px 0;
}
#markets-festivals-page-inner article figure {
	overflow: hidden;
	margin-bottom: 20px;
}
#markets-festivals-page-inner article footer {
	margin: 50px 0 0 0;
}
/*--- FINE > MARKETS & FESTIVALS --------------------------------------------*/


/*--- PAGINA CATEGORIE CATALOGO ---------------------------------------------*/
#categories-catalogue-page {
	min-height: 600px;
}
#categories-catalogue-page table td:nth-child(1),
#categories-catalogue-page table td:nth-child(2) {
	text-transform: uppercase;
}
#categories-catalogue-page table td.title-film a {
	position: relative;
}
#categories-catalogue-page table td.title-film a .popup-info {
	position: absolute;
	top: 50%;
	opacity: 0;
	transition: opacity 1000ms,
				transform 500ms;
	transition-delay: 100ms, 50ms;
	transform: translateY(-50%) translateX(50%);
	pointer-events: none;
	z-index: 1;
}
#categories-catalogue-page table td.title-film a:hover .popup-info {
	opacity: 1;
	transform: translateY(-50%) translateX(5%);
}
#categories-catalogue-page table td a.trailer {
	
}
#categories-catalogue-page table th a:hover {
	text-decoration: underline;
}
#categories-catalogue-page table th a.asc:before {
	content: "▲";
	color: #ff5400;
}
#categories-catalogue-page table th a.desc:before {
	content: "▼";
	color: #ff5400;
}
/*--- FINE > PAGINA CATEGORIE CATALOGO --------------------------------------*/


/*--- PAGINA JOIN NEWSLETTER ------------------------------------------------*/
form#subscription-newsletter {
	font-size: 90%;
}
/*--- FINE > PAGINA JOIN NEWSLETTER -----------------------------------------*/

/*--- PAGINA JOIN NEWSLETTER ------------------------------------------------*/
form#virtual-cinema {
	font-size: 90%;
}
form#virtual-cinema label span {
	color: #ff0000;
}
/*--- FINE > PAGINA JOIN NEWSLETTER -----------------------------------------*/

/*--- FOOTER ----------------------------------------------------------------*/
footer.primary {
	background-color: #000;
	margin-top: 40px;
	padding: 20px 0;
}
footer.primary .logo {
	margin-bottom: 20px;
}
footer.primary .logo img {
	margin: 0 auto;
	max-height: 60px;
}
footer.primary .column-follow-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer.primary .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}
footer.primary .logos figure {
    margin: 0 1rem 0 0;
}
footer.primary .logos figure:last-child {
    margin: 0;
}
footer.primary .logos figure.europe {
    margin-right: 4rem;
}
footer.primary .logos figure.europe img {
    width: 210px;
}
footer.primary .logos figure.europe2 img {
    width: 40px;
}
footer.primary .logos figure.repubblica-italiana img {
    width: 30px;
}
footer.primary .logos figure.regione-lazio img {
    width: 110px;
}
footer.primary .logos figure.fesr img {
    width: 21px;
    margin-top: -4px;
}
footer.primary ul.follow-us {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.primary ul.follow-us li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 30px;
}
footer.primary ul.follow-us li a {
    color: #fff;
	transition: color 300ms;
}
footer.primary ul.follow-us li a:hover {
    color: #ff5400;
}
footer.primary ul.follow-us li a.facebook:hover {
	color: #3B5998;
}
footer.primary ul.follow-us li a.twitter:hover {
	color: #1DA1F2;
}
footer.primary ul.follow-us li a.instagram:hover {
	
}
footer.primary ul.follow-us li a.cinando:hover {
	color: #7EB712;
}
footer.primary .links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
footer.primary .links ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	color: #fff;
	font-size: 65%;
}
footer.primary .links ul li:after {
	content: "|";
	color: #ec6408;
	margin: 0 0px 0 5px;
}
footer.primary .links ul li:last-child:after {
	content: "";
	margin: 0;
}
footer.primary .links ul li a {
	color: #fff;
}
footer.primary .links ul li a:hover {
	color: #ec6408;
}
footer.primary .text-bottom {
    color: #fff;
    font-size: 50%;
    text-align: center;
    max-width: 800px;
    margin: 2rem auto 1rem;
}
footer.primary .text-bottom p {
    margin: 0;
}
/*--- FINE > FOOTER ---------------------------------------------------------*/

/*--- PAGE LOADER ---*/
#paging-loading {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 9999;
}
#paging-loading.nobg {
	background-color: transparent;
}
#paging-loading.show {
	display: block;
}
#paging-loading .spinnerBox {
	-moz-user-select: none;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
	z-index: 10000;
	border-radius: 9%;
}

#paging-loading .spinnerBox .loader {
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
#paging-loading .spinnerBox .loader,
#paging-loading .spinnerBox .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*--------------------------------------*/

/*--- Glyphicon Spin (rotate animate) ---*/
.glyphicon-spin {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
	display: inline-block;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
/*------------------------*/