﻿/***************************************************************************

	LA SILLOGE - SHEPARD
	CSS Style Page by Marco V. Pogliaghi
	dipendenza da bootstrap.min.css
	
	codici colore:		indaco scuro: 	#173fa9
						indaco base:	#8397c7
						indaco chiaro:	#7999ed
						indaco logo:	#7a97f6

	navbar background-color:			rgba(131,151,199,.5);
	viraggio indaco su PaintShop: 		160 225

****************************************************************************

Nota: 
non occorre utilizzare insieme "imagetransparentshadow" e "imagelink" poiché
il link alle immagini contiene già l'effetto ombra trasparente.*/


/***************************************************************************
 *** 
 ***	VIEWPORTS
 ***
 ***/
@media screen and (max-width: 400px) {
@viewport { width: 500px; }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
@viewport { width: 1024px; }
}
@media screen and (min-width: 1024px) {
@viewport { width: 1024px; }
}

/***************************************************************************
 *** 
 ***	FONTS
 ***
 ***/
@font-face {
	font-family: '_exo2medium';
	src: url('../fonts/_exo2medium.eot');
	src: local('â˜º'), url('../fonts/_exo2medium.woff') format('woff'), url('../fonts/_exo2medium.ttf') format('truetype'), url('../fonts/_exo2medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: '_afolkalips';
    src: url('../fonts/_afolkalips.eot');
    src: url('../fonts/_afolkalips.eot?#iefix') format('embedded-opentype'),
        url('../fonts/_afolkalips.woff2') format('woff2'),
        url('../fonts/_afolkalips.woff') format('woff'),
        url('../fonts/_afolkalips.ttf') format('truetype'),
        url('../fonts/_afolkalips.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '_novasquare';
    src: url('../fonts/_novasquare.eot');
    src: url('../fonts/_novasquare.eot?#iefix') format('embedded-opentype'),
        url('../fonts/_novasquare.woff2') format('woff2'),
        url('../fonts/_novasquare.woff') format('woff'),
        url('../fonts/_novasquare.ttf') format('truetype'),
        url('../fonts/_novasquare.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/***************************************************************************
 *** 
 ***	BODY
 ***
 ***/
body {
    width: 100%;
    height: 100%;
	font-family: '_exo2medium', sans-serif;
    color: #fff;
    background-color: #000;
    touch-action: manipulation;
}
html {
	width: 100%;
	height: 100%;
    touch-action: manipulation;
    color: #7999ed !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-family: '_afolkalips', sans-serif;
	text-shadow: 2px 2px 2px #111111;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left;
}
h2 {
	font-size: 4vw;
	color: #7999ed;
}
h3 {
	font-size: 2.5vw;
	color: #7999ed;
}
table p {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
    color: #7999ed !important;
}
p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
    color: #7999ed !important;
}
a {
	color: #7999ed;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	color: #ffffff;
}
.light {
	font-weight: 400;
}
/***************************************************************************
 *** 
 ***	NAVIGATION BAR
 ***
 ***/
.navbar-custom {
	font-family: '_afolkalips'!important;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(131,151,199,0.6);
	text-shadow: 3px 3px 7px #111111;
	text-transform: uppercase;
	color:#1d9b6c;
	font-size: 2.0vw;
	background-color: #000;
	height: +10px;
}
.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px; !important;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #7999ed;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: rgba(255,005,000,.8);
	color: rgba(131,151,199,1);
	color: #fff;
	background-color: transparent;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	margin-top:10px;
	border-radius:5px;
	background: linear-gradient(transparent,#173fa9);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
	background-color: transparent;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@media(min-width:768px) {
.navbar-custom {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background: #000;
	background: radial-gradient(ellipse at top,#173fa9,#000000,transparent),radial-gradient(ellipse at bottom,#000000,#173fa9,transparent);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret 60s ease infinite;
}
}
/***************************************************************************
 *** 
 ***	CLASSI CARATTERE PER CAST E STAFF
 ***
 ***/
.classrule{
	font-family: '_afolkalips';
	font-size: 3.0vw;
	text-align: right;
	line-height:1em;
	margin-bottom:2px;
	color: #7999ed;
}
.classname{
	font-family: '_exo2medium';
	font-size: 1.8vw;
	text-align: left; 
	line-height:1em;
	margin-top:.3em;
	margin-bottom:2px;
}
.classrulesmall{
	font-family: '_afolkalips';
	font-size: 2.0vw;
	text-align: right;
	line-height:1em;
	margin-bottom:2px;
	color: #7999ed;
}
.classnamesmall{
	font-family: '_exo2medium';
	font-size: 1.1vw;
	text-align: left; 
	line-height:1em;
	margin-top:.3em;
	margin-bottom:2px;
}

/***************************************************************************
 *** 
 ***	SHADOWS
 ***
 ***/
.testoshadow {
	text-shadow: 3px 3px 5px #111111;
}
.circleshadow {
	-webkit-filter: drop-shadow(3px 3px 3px #0a0a0a);
	filter: drop-shadow(3px 3px 3px #030303);
}
/***************************************************************************
 *** 
 ***	IMMAGINI E EFFETTI IMMAGINI
 ***
 ***/
.imageshadow {
	box-shadow: 3px 3px 7px #0a0a0a;
	border-radius: 5px !important;
}
.imagetransparentshadow {
	-webkit-filter: drop-shadow(3px 3px 3px #0a0a0a);
	filter: drop-shadow(3px 3px 3px #030303);
	border-radius: 5px;
}
/***************************************************************************
 *** 
 ***	SEZIONI INTERATTIVE
 ***
 ***/
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
/*	background: #000 url('../img/sfondo_section_home.jpg') no-repeat fixed center top; */
	background: #000 url('../img/sadboy_unfocused.jpg') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	/* animazione */
	animation: KenBarret 60s ease infinite; 
}
.synopsis {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_synopsis.jpg') no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 70s ease infinite; 
}
.cast {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_cast.jpg') no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 70s ease infinite; 
}
.staff {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_staff.jpg') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 65s ease infinite; 
}
.gallery {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_gallery.jpg') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 75s ease infinite; 
}
.media {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_video.jpg') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 50s ease infinite; 
}
.recensioni {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_media.jpg') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 80s ease infinite; 
}
.musica {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_musica.jpg') no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 90s ease infinite; 
}
.tournee {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_tournee_base.jpg') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 85s ease infinite; 
}
.book {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url("../img/sfondo_section_book.jpg") no-repeat top center scroll;
	background-attachment: fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 50s ease infinite; 
}
.contatti {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: #000 url('../img/sfondo_section_contatti.jpg') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret_2nd 90s ease infinite; 
}
.performance {
	display: table;
	width: 100%;
	height: auto;
	padding: 20px 20px 20px 20px;
	text-align: center;
	background: #000 url('../img/sfondo_performance.jpg') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color: #C0C0C0;
}
/***************************************************************************
 *** 
 ***	BUTTONS
 ***
 ***/
.btn {
	border-radius: 0;
	border-radius: 7px!important;
/*    text-transform: uppercase; */
	font-family: '_exo2medium';
	box-shadow: 3px 3px 7px #111111;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-default {
	border: 1px solid #FF3300;
	color: #FFFFFF;
	background-color: maroon;
	font-weight: bold;
	min-width: 300px;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #FFFFFF;
	outline: 0;
	color: #000;
	background-color: #FF3300;
}
ul.banner-social-buttons {
	margin-top: 0;
}
ul.banner-social-buttons li:last-child {
	margin-bottom: 0;
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 100%!important;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

/***************************************************************************
 *** 
 ***	DISTANZIATORE TRA NAVBAR E CONTENT-SECTION
 ***
 ***/
.content-section {
	padding-top: 60px;
}

/***************************************************************************
 *** 
 ***	TABELLE PERSONALIZZATE
 ***
 ***/
.mastertable {
	border-radius: 10px !important;
	border-width: 20px;
	border-spacing: 20px;
	width: 98%;
	padding: 5px 5px 5px 5px;
	box-shadow: 3px 3px 7px #0a0a0a !important;
	background: radial-gradient(ellipse at top,#000011, transparent),radial-gradient(ellipse at bottom, rgba(23,63,169,0.9), transparent);
	-webkit-background-size: 200% 200%;
	-moz-background-size: 200% 200%;
	-o-background-size: 200% 200%;
	background-size: 200% 200%;
	animation: KenBarret 32s ease infinite;
	align:center;
}
.innertable {
	box-shadow: 3px 3px 7px #0a0a0a;
	border-radius: 10px !important;
	border-width: 20px;
	border-spacing: 20px;
	width: 99%;
	padding: 5px 5px 5px 5px;
}
.innerinnertable {
	box-shadow: 3px 3px 7px #0a0a0a;
	border-radius: 10px !important;
	border-width: 20px;
	border-spacing: 20px;
	width: 99%;
	padding: 5px 5px 5px 5px;
	background: radial-gradient(ellipse at top, #000000 0%, rgba(0,0,0,0.4) 70%,transparent),radial-gradient(ellipse at bottom, #000000 0%,rgba(23,63,169,0.7) 50%,transparent) !important; 
}
.mastertable td, .innertable td, .innerinnetable td {
	padding:15px;
	align:center;
}
.performancetable {
	margin-left: auto;
	margin-right: auto;
	font-size: large;
	border-width: 0;
	box-shadow: 10px 10px 10px #030303;
	text-shadow: 3px 3px 3px #030303;
	border-radius: 10px;
	border-spacing: 20px;
	padding: 10px 10px 10px 10px;
	width: 65%;
	background-image: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
}
.performancetablelocandina {
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
	border-width: 0;
	box-shadow: 10px 10px 10px #030303;
	text-shadow: 3px 3px 3px #030303;
	border-radius: 10px;
	border-spacing: 20px;
	padding: 10px 10px 10px 10px;
	width: 65%;
	background: #000 url('../img/sfondo_menunav.png') no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	animation: KenBarret 40s ease infinite;
}

/***************************************************************************
 *** 
 ***	IFRAMES (Jamendo)
 ***
 ***/
.iframeshadow {
	box-shadow: 3px 3px 7px #0a0a0a;
	border-radius: 5px !important;
	vertical-align: top;
	background-color: #111111;
	border: 3px;
}

/***************************************************************************
 *** 
 ***	IMAGE LINKS
 ***
 ***/
.imagelink {
	-webkit-filter: drop-shadow(3px 3px 3px #0a0a0a);
	filter: drop-shadow(3px 3px 3px #030303);
	border-radius: 5px;
}
.imagelink:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
/***************************************************************************
 *** 
 ***	MINI LINKS
 ***
 ***/
.minilink {
	border-bottom: 1px solid #7999ed;
	display: inline-block;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #1f1f1f;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	letter-spacing: 0em;
	text-decoration: none;
	outline: 0;
	white-space: nowrap;
	font-weight: bold !important;
	color: #7999ed !important;
	padding: 0px 5px 0px 5px; 
}
.minilink:hover {
	background: linear-gradient(#7999ed,#8397c7 15%,transparent);
	border-radius: 4px;
	padding: 0px 5px 0px 5px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-decoration: none !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

/***************************************************************************
 ***  FOOTER
 ***************************************************************************/
footer {
	border-top: 1px solid #333333;
	padding: 10px 0;
	background: radial-gradient(ellipse at top, #173fa9,#000000,transparent),radial-gradient(ellipse at bottom, #000000,#173fa9,transparent);
	-webkit-background-size: 200% 200%;
	-moz-background-size: 200% 200%;
	-o-background-size: 200% 200%;
	background-size: 200% 200%;
	animation: KenBarret 40s ease infinite;
}
footer p {
	margin: 0;
	margin: 0 0 25px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
}
::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
}
img::selection {
	background: 0 0;
}
img::-moz-selection {
	background: 0 0;
}
body {
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/***************************************************************************
 *** 
 ***	GRID
 ***
 ***/
.papgrid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: center;
}
.papgrid img {
  border-radius:5px;
  box-shadow: 5px 5px 5px 5px  rgba(0,0,0,0.3);
  max-width: 100%;
}

/***************************************************************************
 *** 
 ***	EFFETTI - ZoomLink x Immagini spettacolo (da usare sotto DIV)
 ***
 ***/
.zoomlink {
	box-shadow: 3px 3px 7px #0a0a0a;
	border-radius: 5px !important;
	display: inline-block;
	overflow: hidden;
}
.zoomlink img {
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
	vertical-align: top;
}
.zoomlink img:hover {
	-webkit-transform: scale(1.5); /* Safari and Chrome */;
	-moz-transform: scale(1.5); /* Firefox */;
	-ms-transform: scale(1.5); /* IE 9 */;
	-o-transform: scale(1.5); /* Opera */;
	transform: scale(1.5);
}
/***************************************************************************
 *** 
 ***	EFFETTI - KeyFramses MyMoves
 ***
 ***/
@keyframes mymove 			{ from {top: 0px;} to {top: 5px;}}
@-webkit-keyframes mymove 	{ from {top: 0px;} to {top: 5px;}}

/***************************************************************************
 *** 
 ***	EFFETTI - KeyFramses Flash
 ***
 ***/
@keyframes flash 			{0% { opacity: .2; } 100% { opacity: 1;}}
@-webkit-keyframes flash	{0% { opacity: .2; } 100% { opacity: 1;}}
/***************************************************************************
 *** 
 ***	EFFETTI - KeyFramses Pulse
 ***
 ***/
@-webkit-keyframes pulse 	{  
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
/***************************************************************************
 *** 
 ***	EFFETTI - KenBurns Effect (modificato KenBarret by MVP)
 ***	animation: KenBarret 20s ease infinite;
 ***
 ***/
@-webkit-keyframes KenBarret {
	0%{
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: 200%;
	}
	100%{
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: 200%;
	}
	30%{
	background-position-x: 80%;
	background-position-y: 20%;
	background-size: 100%;
	}
	50%{
	background-position-x: 100%;
	background-position-y: 50%;
	background-size: 300%;
	}
	70%{
	background-position-x: 77%;
	background-position-y: 100%;
	background-size: 500%;
	}
	80%{
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: 1000%;
	}
	90%{
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: 100%;
	}
}
/***************************************************************************
 *** 
 ***	EFFETTI - KenBurns Effect (modificato KenBarret_2ndlevel by MVP)
 ***	animation: KenBarret_second 20s ease infinite;
 ***
 ***/
@-webkit-keyframes KenBarret_2nd {
	0%{
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: 200%;
	}
	100%{
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: 200%;
	}
	30%{
	background-position-x: 80%;
	background-position-y: 20%;
	background-size: 100%;
	}
	50%{
	background-position-x: 100%;
	background-position-y: 50%;
	background-size: 100%;
	}
}

/***************************************************************************
 *** 
 ***	CONFIG VIDEO virtualizzazione 100%
 ***
 ***/
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:-1;
}
/***************************************************************************
 *** 
 ***	PERSONALIZZAZIONE VIEWPORT (per Mobile e Tablet)
 ***	BreakPoint a 480px x cellulare
 ***	BreakPoint a 481px .. 768px x tablet
 ***/
@media(min-width:767px) {
.content-section {
	padding-top: 50px;
}
}
@media(min-width:768px) {
p {
	margin: 0 0 35px;
	font-size: 20px;
	line-height: 1.6;
}
}
/* TABLET */
@media (min-width:481px) and (max-width:768px) {
.navbar-custom {
	font-size: 20px;
}
.navbar-custom .nav li.active a {
	background-color: rgba(131,151,199,.5) !important;
	margin-top:0px !important;
	border-radius:5px;
}
.container {
	width: 780px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 5px 5px 5px 5px !important;
}
.content-section {
	padding-top: 60px !important;
}
h2{
	font-size: 40px !important;
}
h3{
	font-size: 25px !important;
}
.classrule, .classrulesmall {
	font-size:30px !important;
}
.classname, .classnamesmall {
	font-size:20px !important;
}
}
/* TELEFONO CELLULARE */
@media (max-width:480px) {
.navbar-custom {
	font-size: 50px;
}
.navbar-custom .nav li.active a {
	background-color: rgba(131,151,199,.5) !important;
	margin-top:0px !important;
	border-radius:5px;
}
.container {
	width: 650px !important; 
	margin: 0px 0px 0px 0px !important;
	padding: 5px 5px 5px 5px !important;
}
.content-section {
	padding-top: 150px !important;
}
h2{
	font-size: 40px !important;
}
h3{
	font-size: 25px !important;
}
.synopsis, .cast, .staff, .gallery, .media, .recensioni, .musica, .tournee, .contatti, .performance, .performancebibiena {
	padding: 10px 10px 10px 10px !important;
	margin: 0 0 0 0 !important;
}
.classrule, .classrulesmall {
	font-size:30px !important;
}
.classname, .classnamesmall {
	font-size:20px !important;
}
}
