
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;6
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {  }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../font/myriadpro-semibold_0-webfont.eot');
    src: url('../font/myriadpro-semibold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/myriadpro-semibold_0-webfont.woff') format('woff'),
         url('../font/myriadpro-semibold_0-webfont.ttf') format('truetype'),
         url('../font/myriadpro-semibold_0-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaInseratLTRegular';
    src: url('../font/lte50359-webfont.eot');
    src: url('../font/lte50359-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lte50359-webfont.woff') format('woff'),
         url('../font/lte50359-webfont.ttf') format('truetype'),
         url('../font/lte50359-webfont.svg#HelveticaInseratLTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChineseRocksRegular';
    src: url('../font/chinese_rocks_rg-webfont.eot');
    src: url('../font/chinese_rocks_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/chinese_rocks_rg-webfont.woff') format('woff'),
         url('../font/chinese_rocks_rg-webfont.ttf') format('truetype'),
         url('../font/chinese_rocks_rg-webfont.svg#ChineseRocksRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*
*********************
		STRUCTURE
*********************
*/

html{ background: #e9e9e9; }

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background: #e9e9e9 url(../images/bg.jpg) top center repeat;
}

a:link, a:hover, a:visited{
	color: #999;
}

p{
	margin-bottom: 10px;
	line-height: 16px;
}

/*
*********************
			HEADER
*********************
*/

#header{
	position: relative;
	width: 100%;
	height: 186px;
}
	
	#header h1{padding-top: 1px; width: 870px;margin:0 auto; position: relative;}

	#header h1 a{
		display: block;
		width: 507px;
		height: 170px;
		display: block;
		overflow: hidden;
		background: url(../images/logo.png) top center no-repeat;
		margin: 8px auto;
		text-indent: -9999px;
	}
	
	#header .ticket{
		position: absolute;
		top: 104px;
		right: -50px;
		background: url(../images/tickethome.png) top left no-repeat;
		width: 235px;
		height: 123px;
		cursor: pointer;
	}
	
	#header .ticket a{
		background: none;
		width: 162px;
		height: 123px;
	}

/*
*********************
			MENU
*********************
*/

#menu{
	width: 100%;
	height: 55px;
	background: transparent url(../images/bg_header.jpg) top center repeat-x;
}

	#menu nav{
		position: relative;
		width: 895px;
		height: 55px;
		margin: 0 auto;
	}
	
	#menu nav h2 span{
		width: 528px;
		height: 29px;
		display: block;
		margin: 0 auto;
		background: url(../images/titledate.jpg) top left no-repeat;
	}
	
	#menu ul{
		width: 718px;
		margin-top: 1px;
		text-align: center;
		padding-top: 8px;
	}
	
	#menu li{
		list-style: none;
		display: inline;
		padding: 0 2px;
	}
	
	#menu li a, #menu li a:hover, #menu li a:visited{
		color: #fff;
		padding: 0 8px;
		text-decoration: none;
		font-size: 18px;
		font-family: 'MyriadProSemibold';
		text-transform: uppercase;
		text-shadow: #555 0px 0px 20px;

	}
	
	#menu nav .curl{
		position: absolute;
		top: 0;
		width: 35px;
		height: 55px;
		display: block;
	}
	
	#menu nav .left{
		left: 0;
		background: #000 url(../images/nav_left.jpg) top left no-repeat;
	}
	
	#menu nav .right{
		right: 0;
		background: #000 url(../images/nav_right.jpg) top right no-repeat;
	}
	
	.submenu{
		position: absolute;
		width: auto;
		bottom: -15px;
		height: 30px;
		z-index: 300;
	}
	
	.sub_left{
		width: 5px;
		height: 30px;
		background: url(../images/sub_left.png) top left no-repeat;
		float: left;
	}
	
	.sub_middle{
		width: auto;
		height: 25px;
		background: url(../images/bg_submenu.jpg) center repeat-x;
		float: left;
		padding-top: 5px;
	}
	
	.sub_right{
		width: 5px;
		height: 30px;
		background: url(../images/sub_right.png) top right no-repeat;
		float: left;
	}
	
	.sub_middle a{
		padding: 5px 30px;
		text-decoration: none;
		font-size: 14px;
		font-family: 'MyriadProSemibold';
		text-transform: uppercase;
		color: #fff;
		text-shadow: #555 0px 0px 20px;
		background: url(../images/submenu_separator.png) top right no-repeat;
	}
	
	.sub_middle a.last{
		background: none;
	}
	
	/* Classi Submenu */
	
	.men_musical{
		margin-left: 0;
		display: none;
	}
	
	.men_gallery{
		margin-left: 48px;
		display: none;
	}
	
	.men_biglietti{
		margin-left: 110px;
		display: none;
	}
	
	.men_macchina{
		margin-left: 503px;
		display: none;
	}
	
	.men_teatro{
		margin-left: 55px;
		display: none;
	}
	
	
/*
*********************
			CONTENT
*********************
*/

#content{
	position: relative;
	width: 870px;
	margin: 0 auto;
	margin-bottom: 10px;
}

	.boxcalltoaction{
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 870px;
	}
	
	#video{
		position: relative;
		width: 660px;
		height: 410px;
		display: none;
		margin: 0 auto;
		z-index: 101;
		padding-top: 50px;
	}
	
	.youtubevideo{
		padding: 10px;
		background: #fff;
		width: 640px;
		height: 390px;
	}
	
	.closevideo{
		position: absolute;
		top: 35px;
		right: 88px;
		background: url(../js/fancybox/fancy_close.png) top left no-repeat;
		width: 30px;
		height: 30px;
		display: none;
		z-index: 110;
		cursor: pointer;
	}
	
	.overlay{
		z-index: 100;
		background: transparent url(../images/bg_overlay.png) top left repeat;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
		cursor: pointer;
	}
	
	/* Call to Action */
	
	.prenota{
		margin-left: 160px;
	}
	
	.prenota a{
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 14px;
		letter-spacing: -1px;
		text-transform: uppercase;
		text-decoration: none;
	}

	.btn_left{
		display: block;
		background: url(../images/btn_left.png) top left no-repeat;
		width: 13px;
		height: 47px;
		float: left;
	}
	.btn_middle{
		display: block;
		background: url(../images/btn_middle.png) top left repeat-x;
		width: auto;
		height: 47px;
		float: left;
		padding: 16px 8px 0 8px;
	}
	.btn_right{
		display: block;
		background: url(../images/btn_right.png) top left no-repeat;
		width: 73px;
		height: 47px;
		float: left;
	}


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

	.slideshow div{
		position: relative;
	}
	
	.slideshow div a{
		position: absolute;
		z-index: 100;
		display: block;
		/*text-indent: -9999px;*/
	}
	
	.slideshow div.star{
		position: absolute;
		top: 396px;
		left: 324px;
		background: url(../images/star.png) top left no-repeat;
		width: 20px;
		height: 18px;
		display: block;
	}
	
	.slideshow div a.guarda{
		top: 365px;
		left: 90px;
		background: url(../images/macchina-guarda.png) top left no-repeat;
		width: 219px;
		height: 69px;
	}
	
	.slideshow div a.gioca{
		top: 356px;
		left: 362px;
		background: url(../images/macchina-gioca.png) top left no-repeat;
		width: 461px;
		height: 85px;
	}
	
	.slideshow div a.gioca.center{
		left: 200px;
	}
	
	.slideshow div a.porte_aperte{
		top:0;
		left:0;
		background: url(../assets/home/hp_ingresso_gratuito.jpg) top left no-repeat;
		width: 869px;
		height: 504px;
	}
	
	.slideshow div a.home_capodanno{
		top:0;
		left:0;
		background: url(../assets/home/hp_capodanno.jpg) top left no-repeat;
		width: 869px;
		height: 504px;
	}
	
	/* Pages */
	
	.main{
		position: relative;
		padding: 10px 25px;
	}
	
	.homepage{
		/* background: transparent url(../images/home.png) top left no-repeat; */
		height: 508px;
	}
	
	.musicalpage{
		background: transparent url(../images/bg_page.jpg) top left no-repeat;
		height: 486px;
	}
	
	.tramapage{
		background: transparent url(../images/bg_page.jpg) top left no-repeat;
		height: 486px;
	}
	
	.teampage{
		background: transparent url(../images/bg-cast.jpg) top left no-repeat;
		height: 1465px;
		margin-bottom: 20px;
	}
	
	.teamcretivopage{
		background: transparent url(../images/bg_teamcreativo.jpg) top left no-repeat;
		height: 1185px;
	}
	
	.registrazionepage{
		background: transparent url(../images/bg_page.jpg) bottom right no-repeat;
		height: 486px;
	}
	
	.registrazionethankspage{
		background: transparent url(../images/bg_registrazionethanks.jpg) bottom right no-repeat;
		height: 486px;
	}
	
	.diconodinoipage{
		background: transparent url(../images/bg_diconodinoi.jpg) top left no-repeat;
		height: 486px;
	}
	
	.teatropage{
		background: transparent url(../images/bg_page.jpg) top left no-repeat;
		height: 486px;
	}
	
	.offertepage{
		background: transparent url(../images/bg_offerte.jpg) bottom right no-repeat;
		height: 383px;
	}
	
	.fotopage{
		background: transparent url(../images/bg_page.jpg) top left no-repeat;
		height: 486px;
	}
	
	.videopage{
		background: transparent url(../images/bg_page.jpg) top left no-repeat;
		height: 486px;
	}
	
	.landingpage{
		background: transparent url(../images/bg_landing.jpg) top left no-repeat;
		height: 486px;
	}
	
	.header_page{
		background: url(../images/header_page.png) top left no-repeat;
		width: 870px;
		height: 10px;
	}
	
	.footer_page{
		background: url(../images/footer_page.png) top left no-repeat;
		width: 870px;
		height: 10px;
	}
	
	/* Page Home */
	
	.openvideo{
		width: 430px;
		height: 340px;
		position: absolute;
		top: 65px;
		left: 230px;
		z-index: 6;
		background: url(../images/play.png) center no-repeat;
	}
	
	.openvideo a{
		width: 430px;
		height: 290px;
		display: block;
		text-indent: -9999px;
	}
	
	/* Page Musical */
	
	.musicalpage h2{
		background: url(../images/title_musical.jpg) top left no-repeat;
		width: 197px;
		height: 78px;
		text-indent: -9999px;
		margin-left: -20px;
	}
	
	.misicalpage p{
		color: #e6e5e5;
	}
	
	.musicalpage .first{
		margin-top: -28px;
	}
	
	.musicalpage .second{
		background: url(../images/bg_second_musical.jpg) top left no-repeat;
		height: 80px;
		margin-left: -10px;
		padding-top: 210px;
	}
	
	.musicalpage .second p{
		margin-left: 10px;
		width: 670px;
	}
	
	/* Page Trama */
	
	.tramapage h2{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-shadow: #555 0px 0px 20px;
		text-align: center;
		margin-top: 20px;
	}
	
	.tramapage .first{
		margin-left: 20px;
		margin-top: 50px;
	}
	
	.tramapage .first img{
		float: right;
	}
	
	.tramapage .first p{
		width: 360px;
		color: #fff;
		float: left;
		font-size: 13px;
	}
	
	.tramapage .second{
		width: 870px;
		height: 42px;
		/*background: url(../images/descr_trama.png) center no-repeat;*/
		clear: both;
		padding-top: 20px;	
	}
	
	/* Page Cast */
	
	.teampage h2{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 24px;
		text-transform: uppercase;
		text-shadow: #555 0px 0px 20px;
		text-align: center;
		margin-top: 20px;
	}
	
	.teampage h3{
		font-family: 'MyriadProSemibold';
		font-size: 18px;
		letter-spacing: -1px;
		color: #fff;
		padding-left: 40px;
		height: 50px;
		background: url(../images/arrows_team.jpg) top left no-repeat;
		cursor: pointer;
	}
	
	.teampage .casting{
		width: 537px;
		height: 1353px;
		padding-top: 6px;
		padding-left: 6px;
		padding-bottom: 6px;
		background: #fff;
		margin: 20px auto;
	}	
	
	
	.teampage .casting ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.teampage .casting li{
		display: inline;
		float: left;
		height: 170px;
		width: 134px;
		overflow: hidden;
		/*padding-right: 6px;*/
	}
	
	.teampage .casting li a{
		border: none;
	}
	
	.teampage .descr{
		padding-left: 40px;
		margin-top: -20px;
	}
	
	
	
	
	.musiche .descr, .liriche .descr, .testo .descr{
		display: none;
	}
	
	#alanmenken{
		background: url(../images/team1.jpg) top right no-repeat;
	}
	
	#glennslater{
		background: url(../images/team2.jpg) top right no-repeat;
	}
	
	#cheristeinkellner{
		background: url(../images/team3.png) top right no-repeat;
	}
	
	/* Page Team Creativo */
	
	.teamcretivopage h2{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-shadow: #555 0px 0px 20px;
		text-align: center;
		margin-top: 20px;
	}
	
	.teamcretivopage h3{
		font-family: 'MyriadProSemibold';
		font-size: 18px;
		letter-spacing: -1px;
		color: #fff;
		padding-left: 40px;
		height: 50px;
		background: url(../images/arrows_team.jpg) top left no-repeat;
		cursor: pointer;
	}
	
	.teamcretivopage .casting{
		width: 807px;
		height: 1010px;
		padding-top: 6px;
		padding-left: 6px;
		padding-bottom: 6px;
		background: #fff;
		margin: 30px auto;
	}
	
	.teamcretivopage .casting ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.teamcretivopage .casting li{
		display: inline;
		float: left;
		height: 169px;
		width:134px;
		overflow: hidden;
		/*padding-right: 6px;*/
	}
	
	
	.teamcretivopage .descr{
		padding-left: 40px;
		margin-top: -20px;
	}
	
	#tooltip{
		position:absolute;
		background: transparent url(../images/bg_tooltip.png) top left no-repeat;
		color: #fff;
		display:none;
		font-family: 'MyriadProSemibold';
		font-size: 17px;
		width: 180px;
		height: 45px;
		text-transform: uppercase;
		padding: 15px;
		text-shadow: #555 0px 0px 20px;
		letter-spacing: -1px;
		font-weight: bold;
	}
	
	#tooltip span{
		display: block;
		font-size: 12px;
		line-height: 13px;
	}
	
	/* Page Diconodinoi */
	
	.diconodinoipage{
		position: relative;
	}
	
	.diconodinoipage h2{
		width: auto;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 28px;
		text-transform: uppercase;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.diconodinoipage .up, .diconodinoipage .down{
		position: absolute;
		top: 20px;
		width: 28px;
		height: 28px;
		display: block;
		background-image: url(../images/arrows_diconodinoi.png);
		text-indent: -9999px;
	}
	
	.diconodinoipage .up{
		left: 310px;
		background-position: 0 0;
	}
	
	.diconodinoipage .up.disactive{
		background-position: 0 -28px;
		cursor: default;
	}
	
	.diconodinoipage .down{
		left: 345px;
		background-position: -28px 0;
	}
	
	.diconodinoipage .down.disactive{
		background-position: -28px -28px;
		cursor: default;
	}
	
	.diconodinoipage .news{
		width: 344px;
		height: 426px;
		overflow: hidden;
		float: left;
	}
	
	.diconodinoipage .news ul{
		list-style: none;
		margin: 0;
	}
	
	.diconodinoipage .news ul li{
		padding-top: 15px;
		height: 127px;
	}
	
	.diconodinoipage .news ul li p{
		background: #165f9d;
		color: #fff;
		padding: 2px 6px;
		display: inline;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}
	
	.diconodinoipage .news ul li h2{
		font-size: 40px;
		line-height: 38px;

		margin-top: 5px;
		font-family: 'HelveticaInseratLTRegular';
		font-weight: normal;
	}
	
	.diconodinoipage .news ul li h2 a{
		color: #fff;
		text-decoration: none;
	}
	
	.diconodinoipage .areastampa{
		width: 369px;
		height: 426px;
		overflow: hidden;
		float: right;
	}
	
	.diconodinoipage h2.titlepage.areastampa{
		position: absolute;
		top: 10px;
		left: 478px;
	}
	
	.diconodinoipage .areastampa .descrizione{
		font-family: 'MyriadProSemibold';
		color: #fff;
		margin-top: 40px;
	}
	
	.diconodinoipage .areastampa .descrizione span{
		font-size: 18px;
	}
	
	.diconodinoipage .cartellastampa{
		background: url(../images/cartella-stampa.png) top left no-repeat;
		width: 369px;
		height: 135px;
		position: relative;
		margin-bottom: 20px;
	}
	
	.diconodinoipage .cartellastampa a.doc{
		display: block;
		text-indent: -9999px;
		position: absolute;
		top: 93px;
		left: 191px;
		width: 37px;
		height: 20px;
	}
	
	.diconodinoipage .cartellastampa a.pdf{
		display: block;
		text-indent: -9999px;
		position: absolute;
		top: 93px;
		left: 236px;
		width: 30px;
		height: 20px;
	}
	
	.diconodinoipage .fotodiscena{
		background: url(../images/foto-di-scena.png) top left no-repeat;
		width: 369px;
		height: 135px;
		position: relative;
	}
	
	.diconodinoipage .fotodiscena a.alta{
		display: block;
		text-indent: -9999px;
		position: absolute;
		top: 92px;
		left: 70px;
		width: 109px;
		height: 20px;
	}
	
	.diconodinoipage .fotodiscena a.bassa{
		display: block;
		text-indent: -9999px;
		position: absolute;
		top: 92px;
		left: 182px;
		width: 119px;
		height: 20px;
	}

	
	/* Come Arrivare */
	
	.come-arrivare {
		background: transparent url(../images/bg_page.jpg) top left no-repeat;
		height: 486px;
	}
	
	.come-arrivare h2{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 26px;
		text-transform: uppercase;
		font-weight: normal;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.come-arrivare .present{
		background: #fff;
		padding: 15px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		margin-bottom: 20px;
	}
	
	.come-arrivare .descr{
		color: #fff;
		font-weight: bold;
	}
	
	.come-arrivare .descr p{
		padding-left: 40px;
		height: 30px;
	}
	
	.come-arrivare .descr p.metro{
		background: url(../images/metro.png) top left no-repeat;
		line-height: 30px;
	}
	
	.come-arrivare .descr p.bus{
		background: url(../images/bus.png) top left no-repeat;
		line-height: 30px;
	}
	
	.come-arrivare .descr p.treno{
		background: url(../images/treno.png) top left no-repeat;
	}
	
	/* Page Teatro */
	
	.teatropage h2, .teatropage .descr span{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 26px;
		text-transform: uppercase;
		font-weight: normal;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.clear{
		clear: both;
	}
	
	.teatropage .present{
		background: #fff url(../assets/teatro/pianta.jpg) top right no-repeat;
		padding: 15px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		margin-bottom: 20px;
	}
	
	.teatropage .present img{
		float: left;
	}
	
	.teatropage .present ul.orari{
		list-style: none;
		width: 180px;
		float: left;
		margin-left: 18px;
		margin-right: 18px;
	}
	
	.teatropage .present ul.orari li{
		position: relative;
		color: #013e75;
		font-weight: bold;
		padding: 7px 10px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.teatropage .present ul.orari li span{
		float: right;
	}
	
	.teatropage .present ul.orari li.title{
		color:#0396d8;
	}
	
	.teatropage .present ul.orari li.last{
		border: none;
	}
	
	.teatropage .descr p{
		color: #fff;
		font-size: 13px;
		font-family: Arial, sans-serif;
	}
	
	.brochure{
		margin-top: -34px;
		background: url(../images/scaricalabrochure.png) top left no-repeat;
		width: 844px;
		height: 84px;
		display: block;
		text-indent: -9999px;
	}
	
	
	/* Pages Offerte */
	
	
	.offertepage .right{
		width: 280px;
		float: right;
		margin-top: 15px;
	}
	
	.offertepage .left p{
		text-align: center;
		color: #f8f8f8;
	}
	
	.offertepage .descr{
		position: absolute;
		top: 430px;
		left: 170px;
		color: #fff;
	}
	
	.offertepage .pacchetti{
		position: absolute;
		bottom: 18px;
		left: 34px;
		display: block;
		width: 299px;
		height: 45px;
		text-indent: -9999px;
		
	}
	
	.offertepage .comeacquistare{
		position: absolute;
		bottom: 18px;
		right: 342px;
		display: block;
		width: 174px;
		height: 44px;
		text-indent: -9999px;
	}
	
	.online{
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	
	.ticketone{
		position: absolute;
		top: 59px;
		left: 58px;
		width: 107px;
		height: 39px;
		display: block;
		text-indent: -9999px;
	}
	
	.green{
		position: absolute;
		top: 101px;
		left: 27px;
		width: 157px;
		height: 28px;
		display: block;
		text-indent: -9999px;
	}
	
	.unicredit{
		position: absolute;
		top: 143px;
		left: 27px;
		width: 157px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	
	/* Page Foto */
	
	.fotopage h2{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-shadow: #555 0px 0px 20px;
		text-align: center;
		margin-top: 20px;		
	}
	
	.fotopage ul, .fotopage li{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.fotopage .link{
		display: none;
	}

	.navigation, .photofancy{
		display: none;
	}
	
	#fotogallery{
		margin-top: 20px;
	}
	
	/* Page Video */
	
	.videopage h2{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-shadow: #555 0px 0px 20px;
		text-align: center;
		margin-top: 20px;
	}
	
	#videogallery{
		margin-top: 20px;
	}
	
	.mediaspacebox{
		width: 100%;
		margin: 0 auto;
	}
	
	.mediaspacebox .closevideo{
		top: 90px;
	}
	
	.galleryvideo{
		list-style: none;
		padding-top: 70px;
		width: 100%;
		margin: 0 auto;
	}
	
	.galleryvideo li{
		width: 820px;
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
		color: #fff;
	}
	
	.galleryvideo li img{
		border: 5px solid #fff;
	}
	
	#wrappercarousel{
		position: absolute;
		top: 780px;
		left: 150px;
		width: 562px;
		height: 260px;
		overflow: hidden;
	}
	
	.videogallery-page #next{
		position: absolute;
		top: 849px;
		right: 126px;
		width: 20px;
		height: 20px;
		overflow: hidden;
		display: block;
		text-indent: -9999px;
		background: url(../images/video-next.png) top left no-repeat;
	}
	
	.videogallery-page #prev{
		position: absolute;
		top: 849px;
		left: 114px;
		width: 20px;
		height: 20px;
		overflow: hidden;
		display: block;
		text-indent: -9999px;
		background: url(../images/video-prev.png) top left no-repeat;
	}
	
	#carouselvideo{
		width: 562px;
		height: 148px;
		position: relative;
		top: 0;
		left: 0;
		background: none;
	}
	
	#carouselvideo ul{
		position: relative;
		top: 0;
		left: 0;
		background: #002a68;		
		list-style: none;
		padding: 0;
		margin: 0;
		width: 600px;
		float: left;
	}
	
	#carouselvideo li{
		width: 114px;
		height: 150px;
		float: left;
		margin-right: 35px;
		overflow: hidden;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#carouselvideo li.last{
		margin-right: 0;
		overflow: hidden;
	}
	
	#carouselvideo .wrap{
		width: 110px;
		height: 60px;
		overflow: hidden;
		border: 2px solid #c1bebf;
	}
	
	#carouselvideo .wrap a{
		display: block;
		width: 110px;
		height: 60px;
		text-indent: -9999px;
	}
	
	#carouselvideo p{
		padding-top: 5px;
		color: #fff;
		font-size: 12px;
	}
	
	.wrappaginator{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 560px;
	}
	
	.wrappaginator .item a{
		float: left;
		padding: 0 10px;
		text-align: center;
		text-decoration: none;
	}
	
	.subwrapper{
		position: relative;
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	
	#videoload{
		position: absolute;
		top: 348px;
		left: 125px;
		width: 600px;
		height: 363px;
	}
	
	/* Page Registrazione */
	
	.registrazionepage h2, .registrazionethankspage h2{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-shadow: #555 0px 0px 20px;
		text-align: center;
		margin-top: 20px;
	}
	
	.registrazionepage h3, .registrazionethankspage h3{
		font-family: 'MyriadProSemibold';
		font-size: 18px;
		color: #fff;
		padding-left: 24px;
		height: 27px;
		background: url(../images/arrows_team.png) center left no-repeat;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: normal;
		text-shadow: #555 0px 0px 20px;
	}
	
	.registrazionethankspage h3{
		cursor: default;
		height: 30px;
		background: none;
		margin-top: 20px;
	}
	
	.registrazionethankspage p{
		margin-left: 24px;
		width: 520px;
		color: #fefefe;
	}
	
	.privato .descr, .azienda .descr{
		display: none;
	}
	
	.reg_offerte{
		width: 270px;
		height: 320px;
		display: block;
		text-indent: -9999px;
		float: left;
	}
	
	.reg_facebook{
		width: 290px;
		height: 270px;
		display: block;
		text-indent: -9999px;
		margin-left: 107px;
		margin-top: 40px;
		float: left;
	}
	
	.formprivato label, .formazienda label{
		color: #fff;
	}
	
	.formprivato input{
		border: none;
		width: 195px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.formazienda input{
		border: none;
		width: 160px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.formazienda input.civ, .formprivato input.civ, .formazienda input.cap, .formprivato input.cap{
		border: none;
		width: 35px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.formazienda input.city, .formprivato input.city{
		border: none;
		width: 105px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.formazienda input.fax{
		border: none;
		width: 120px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.formazienda input.cel{
		margin-right: 10px;	
	}
	
	.formazienda .left{
		width: 315px;
		float: left;
		margin-right: 30px;
		text-align: right;
	}
	
	.formprivato .left{
		width: 315px;
		float: left;
		margin-right: 50px;
		text-align: right;
	}
	
	.formazienda .left_line{
		width: 315px;
		float: left;
		margin-right: 10px;
		text-align: right;
	}	
	
	.formprivato .left_line{
		width: 315px;
		float: left;
		margin-right: 10px;
		text-align: right;
	}
	
	.formprivato .right{
		width: 380px;
		float: left;
		text-align: right;
	}
	
	.formazienda .right{
		width: 269px;
		float: left;
		text-align: right;
	}
	
	.formazienda .right_line, .formprivato .right_line{
		width: 460px;
		float: left;
		text-align: right;
	}
	
	.formazienda .line, .formprivato .line{
		height: 24px;
		clear: both;
	}
	
	.formcheckbox input{
		width: auto;
		margin-left: 110px;
	}
	
	.btn_privati{
		background: url(../images/button_privati.png) top left no-repeat;
		width: 105px;
		height: 27px;
		text-indent: -9999px;
		display: block;
		float: left;
		margin-left: 110px;
	}
	
	.formprivato .error, .formazienda .error{
		background: #013e75;
		color: #fff;
	}
	
	label.error_message{
		float: left;
		padding: 12px;
		color: #013e75;
	}
	
	label.error_message span.sent{
		color: #fff;
		font-weight: bold;
	}
	
	/* Pages Offerte */
	
	
	.offertepage .right{
		width: 280px;
		float: right;
		margin-top: 15px;
	}
	
	.offertepage .left p{
		text-align: center;
		color: #f8f8f8;
	}
	
	.offertepage .descr{
		position: absolute;
		top: 430px;
		left: 170px;
		color: #fff;
	}
	
	
	/* <flaudio> */
	
	.offertesubpage{
		margin-top: 10px;
		padding: 0;
	}
	
	.offertesubpage header{
		background: url(../images/head_subofferte.png) top left no-repeat;
		width: 870px;
		height: 120px;
	}
	
	.offertesubpage header h2{
		text-indent: -9999px;
	}
	
	.offertesubpage section{ 
		background: url(../images/bg_pacchetti.jpg) top left repeat-y;
	}
	
	.offertesubpage section .duetto{
		position: relative;
		width: 530px;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
		font-family: 'pironRegular';
		text-transform: uppercase;
		color: #fff;
	}
	
	.offertesubpage section .duetto span, .offertesubpage section .family span{
		float: left;
		font-size: 44px;
		margin-right: 10px;
	}
	
	.offertesubpage section .duetto span{
		background-image: url(../images/logoduetto.png);
		background-position: 0 13px;
		background-repeat: no-repeat;
		padding-left: 50px;
	}
	
	.offertesubpage section .family span{
		background-image: url(../images/logofamily.png);
		background-position: 0 13px;
		background-repeat: no-repeat;
		padding-left: 70px;
	}
	
	.offertesubpage section .duetto p, .offertesubpage section .family p{
		font-size: 19px;
		line-height: 18px;
		text-align: left;
		padding-top: 8px;
	}
	
	.offertesubpage section .mainduetto{
		background: url(../images/mainduetto.jpg) top left no-repeat;
		width: 870px;
		height: 547px;
		margin: 0 auto;
	}
	
	.offertesubpage section .family{
		position: relative;
		width: 700px;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
		font-family: 'pironRegular';
		text-transform: uppercase;
		color: #fff;
	}
	
	.offertesubpage section .mainfamily{
		background: url(../images/mainfamily.jpg) top left no-repeat;
		width: 795px;
		height: 253px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.offertesubpage .line{
		clear: both;
		background: url(../images/line.jpg) top left no-repeat;
		width: 720px;
		height: 10px;
		margin: 0 auto;
	}

	.offertesubpage h4{
		width: 740px;
		margin: 20px auto;
		text-align: center;
		color: #fff;
		font-family: 'pironRegular';
		font-size: 20px;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: -1px;
	}
	
	.offertesubpage footer{
		background: url(../images/footersubofferte.png) top left no-repeat;
		width: 870px;
		height: 107px;
		display: block;
	}

	.offertesubpage footer .descr{
		padding-top: 15px;
		font-family: 'pironRegular';
		color: #fff;
	}
	
	.offertesubpage footer .descr .duetto span, .offertesubpage footer .descr .family span{
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-right: 10px;
		float: left;
		padding-top: 0;
	}
	
	.offertesubpage footer .descr .family span{
		padding-top: 4px;
	}
	
	.offertesubpage footer .descr .duetto{
		width: 270px;
		margin-left: 85px;
		display: inline;
		float: left;
		padding-top: 4px;
	}
	
	.offertesubpage footer .descr .family{
		width: 440px;
		margin-right: 55px;
		display: inline;
		float: right;
	}
	
	/* Page Aziende E Gruppi */
	
	.aziendegruppipage{
		background: url(../images/background-aziendegruppi.jpg) top left no-repeat;
		padding: 0;
		padding-top: 20px;
		font-family: 'MyriadProSemibold';
		color: #f5f5f5;
	}
	
	.aziendegruppipage section{ 
		/* background: url(../images/aziende_top.jpg) top left repeat-y; */
		width: 870px;
		height: 674px;
		padding: 0;
	}
	
	.aziendegruppipage section h2{
		font-size: 38px;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		line-height: 60%;
	}
	
	.aziendegruppipage section .column{
		width: 340px;
		font-size: 15px;
		line-height: 18px;
		position: absolute;
	}
	
	.aziendegruppipage #aziende .description{
		top: 126px;
		left: 57px;
	}
	
	.aziendegruppipage #aziende .invito{
		top: 106px;
		right: 26px;
	}
	
	.aziendegruppipage #aziende .location{
		top: 181px;
		right: 26px;
	}
	
	.aziendegruppipage #aziende .isolagreca{
		top: 276px;
		right: 26px;
	}
	
	.aziendegruppipage #gruppi .description{
		top: 450px;
		left: 57px;
	}
	
	.aziendegruppipage #gruppi .supten{
		top: 458px;
		right: 24px;
	}
	
	.aziendegruppipage #scuole .description{
		top: 587px;
		right: 26px;
	}
	
	
	
	.aziendegruppipage .titlesecaziende{
	/*	background: url(../images/title_aziende.jpg) top left no-repeat;*/
		width: 870px;
		height: 40px;
	}
	
	.aziendegruppipage .titlesecgruppi{
	/*	background: url(../images/title_gruppi.jpg) top left no-repeat;*/
		width: 870px;
		height: 40px;
	}
	
	.aziendegruppipage .titlesecaziende h2, .aziendegruppipage .titlesecgruppi h2{
		text-indent: -9999px;
	}
	
	.aziendegruppipage h3{
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		padding: 20px 0;
	}
	
	.aziendegruppipage ul.line{
		width: 720px;
		height: auto;
		margin: 0 auto;
	}
	
	.aziendegruppipage .line li{
		list-style: none;
		margin: 0;
	}
	
	.aziendegruppipage .line .last{
		padding-bottom: 0;
	}
	
	.aziendegruppipage .line li p{
		padding: 20px 0 10px 0;
		padding-left: 235px;
		font-size: 18px;
		line-height: 20px;
	}
	
	.aziendegruppipage .line .teatroforchetta{
		background-position: 2px 10px;
		background-repeat: no-repeat;
	}
	
	.aziendegruppipage .line .invito{
		background-position: 44px 15px;
		background-repeat: no-repeat;
	}
	
	.aziendegruppipage .line .settimocielo{
		background-position: 47px 15px;
		background-repeat: no-repeat;
	}
	
	.aziendegruppipage .line .location{
		background-position: 43px 15px;
		background-repeat: no-repeat;
	}
	
	.aziendegruppipage .line .gruppi{
		background-position: 0px 15px;
		background-repeat: no-repeat;
	}
	
	.aziendegruppipage .footergruppi{
		width: 870px;
		height: 32px;
		padding-bottom: 20px;
	}
	
	.aziendegruppipage .brochure_aziendegruppi, .aziendegruppipage .credits{
		position: relative;
		/* background: url(../images/aziende_bottom.jpg) top left no-repeat; */
		width: 870px;
		height: 107px;
	}
	
	.aziendegruppipage .credits .infoaziendegruppi{
		width: 100%;
		text-align: center;
		font-size: 17px;
		line-height: 18px;
		padding-top: 25px;
	}
	
	.aziendegruppipage .credits .infoaziendegruppi a{
		color: #fff;
	}
	
	.aziendegruppipage .brochure_aziendegruppi a{
		position: absolute;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
	}
	
	.aziendegruppipage .brochure_aziendegruppi a.teatrobrancaccio{
		top: -20px;
		left: 0;
		width: 323px;
		height: 67px;
		padding: 45px 50px;
	}
	
	.aziendegruppipage .brochure_aziendegruppi a.teatrobrancaccio span{
		width: 150px;
		display: block;
	}
	
	.aziendegruppipage .brochure_aziendegruppi a.mammamiailmusical{
		top: -20px;
		right: 0;
		width: 323px;
		height: 67px;
		padding: 45px 50px;
	}
	
	.aziendegruppipage .brochure_aziendegruppi a.mammamiailmusical span{
		width: 150px;
		display: block;
	}
	
	.aziendegruppipage .brochure_aziendegruppi a.mammamia{
		background: url(../images/aziende_midright.jpg) top left no-repeat;
		width: 445px;
		height: 88px;
		left: 425px;
	}
	
	.aziendegruppipage .contatti_aziendegruppi{
		background: url(../images/aziende_bottom.jpg) top left no-repeat;
		width: 870px;
		height: 141px;
	}
	
	.aziendegruppipage .contatti_aziendegruppi .title{
		text-align: center;
		width: 870px;
		font-size: 19px;
		font-weight: normal;
		letter-spacing: -1px;
		padding-top: 12px;
	}
	
	.aziendegruppipage .contatti_aziendegruppi p{
		text-align: center;
		font-size: 19px;
		line-height: 22px;
		color: #a5a5a5;
		padding: 8px 120px;
	}
	
	.aziendegruppipage .contatti_aziendegruppi span{
		text-align: center;
		font-size: 15px;
		width: 870px;
		display: block;
		padding-top: 5px;
	}
	
	/* </flaudio> */

	/* Page Landing */
	
	.landingpage h2{
		text-indent: -9999px;
	}
	
	.landingpage .first{
		position: absolute;
		top: 80px;
		left: 50px;
		color: #f3f1f1;
		width: 770px;
	}
	
	
	
	.boxcalltoactionlanding{
		position: absolute;
		bottom: 12px;
		right: 35px;
		text-indent: -9999px;
	}
	
	.boxcalltoactionlanding	.compra a{
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 17px;
		letter-spacing: -1px;
		text-transform: uppercase;
		text-decoration: none;
		width: 226px;
		height: 41px;
		display: block;
		background: url(../images/acquista.png) top left no-repeat;
	}

/*
*********************
MACCHINA DELLA VERITA'
*********************
*/

.macchinapage{
	padding: 0;
	margin: 0;
}

.macchina{
	position: relative;
	background: url(../images/macchinadellaverita.png) top left no-repeat;
	width: 870px;
	height: 430px;
}

.macchina .dovetrovarci{
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-indent: -9999px;
	width: 665px;
	height: 170px;
}

.macchina .appfacebookmacchina{
	position: absolute;
	top: 63px;
	right: 35px;
	text-indent: -9999px;
	width: 237px;
	height: 312px;
}

.macchina .appfacebooktest{
	position: absolute;
	top: 280px;
	right: 338px;
	text-indent: -9999px;
	width: 118px;
	height: 103px;	
}

.videogallery{
	position: relative;
	display: none;
	background: url(../images/macchinavideogallery.png) top left no-repeat;
	width: 870px;
	height: 270px;
	display: block;
	overflow: hidden;
}

.videogallery .allvideo{
	position: absolute;
	top: 0px;
	right: 20px;
	display: block;
	width: 110px;
	height: 198px;
	text-indent: -9999px;
}

.thumb-video{
	position: absolute;
	top: 3px;
	right: 141px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 308px;
	overflow: hidden;
}

.thumb-video li{
	position: relative;
	float: left;
	width: 153px;
	margin-bottom: 5px;
	overflow: hidden;
}

.thumb-video li a{
	width: 153px;
	height: 112px;
	display: block;
}

/****************
	CARTA REGALO
****************/

.cartaregalo{
	padding: 0;
	margin: 0;
}

.cartaregalo #headcartaregalo{
	background: url(../images/head_cartaregalo.jpg) top left no-repeat;
	width: 870px;
	height: 336px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

.cartaregalo #comefunziona{
	background: url(../images/bg_cartaregalo_come_funziona.jpg) top left no-repeat;
	width: 870px;
	height: 488px;
	padding-top: 80px;
	margin-bottom: 15px;
}

.cartaregalo #comefunziona p{
	color: #003868;
	padding:0 30px 0 75px;
	font-size: 18px;
	line-height: 20px;
	font-family: MyriadPro, sans-serif;
}

.cartaregalo #comefunziona p.whiterow{
	color: #fff;
}

.cartaregalo #rivendite{
	background: url(../images/rivendite.jpg) top left no-repeat;
	width: 870px;
	height: 181px;
	text-indent: -9999px;
}

/*
.thumb-video li img{
	
}
*/

.img{
	position: absolute;
	top: -17px;
	left: -29px;
	z-index: 1;
	width: 202px;
}

.imgmask{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#maskvideogallery{
	position: absolute;
	top: -19px;
	right: 133px;
	z-index: 10;
}

/*
*********************
	VIDEO GALLERY
*********************
*/

.videogallery-page{
	padding: 0;
	margin: 0;
	background: url(../images/videogallerypagenew.png) bottom left no-repeat;
	width: 870px;
	height: 981px;
	display: block;
}


/*
*****************************************************
video gallery natale
*****************************************************
*/	
	
/*	.main.xmasvideo{
		background: #000 url(../images/bg_page.jpg);
		padding: 0;
		overflow: hidden;
	}
	
	.xmasvideo h2{
		width: 820px;
		margin: 0 auto;
		font-family: 'MyriadProSemibold';
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-shadow: #555 0px 0px 20px;
		text-align: center;
		margin-top: 20px;
	}
	
	.xmasvideo .header{
		background: url(../images/sisterondemand-header.jpg) bottom left no-repeat;
		width: 870px;
		height: 219px;
	}
	
	.xmasvideo .boxcontent{
		position: relative;
		padding: 40px 0px 20px 0px;
		width: auto;
	}
	
	.xmasvideo .boxvideo{
		float: left;
	}
	
	.xmasvideo .boxtext{
		float: right;
		width: 215px;
		padding-left: 25px;
		padding-top: 25px;
	}
	
	.xmasvideo .boxcontent .slot{
		position: relative;
		float: left;
		padding: 0 40px;
	}
	
	.xmasvideo a#prev-video-on-demand, .xmasvideo a#next-video-on-demand{
		display: block;
		width: 33px;
		height: 30px;
		text-indent: -9999px;
		float: left;
		margin-left: -1px;
		position: absolute;
		top:258px;
		z-index: 100;
	}
	
	.xmasvideo a#prev-video-on-demand{
		background: url(../images/video-prev.png) top left no-repeat;
		right: 226px;
	}
	
	.xmasvideo a#next-video-on-demand{
		background: url(../images/video-next.png) top right no-repeat;
		right: 196px;
	}
	
	.xmasvideo a#prev-video-on-demand.disactive{
		background: url(../images/video-prev.png) top left no-repeat;
		cursor: default;
	}
	
	.xmasvideo a#next-video-on-demand.disactive{
		background: url(../images/video-next.png) top right no-repeat;
		cursor: default;
	}
	
	.xmasvideo .boxtext .title{
		font-family: 'MisoRegular';	
		font-size: 24px;
		line-height: 24px;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		clear: both;
		padding-top: 10px;
	}
	
	.xmasvideo .boxtext .title span{
		color: #db1210;
	}
	
	.xmasvideo .boxtext .description{
		font-family: 'pironRegular';
		color: #f5f5f5;
		font-size: 14px;
		margin-top: 5px;
	}

*/

/*
********************
	DOVE TROVARCI
******************** 
*/

.dovetrovarcipage{
	position: relative;
	padding: 0;
	margin: 0;
	background: url(../images/bgdovetrovarci.png) bottom left no-repeat;
	width: 870px;
	height: 942px;	
}

.dovetrovarcipage .macchinaverita{
	position: absolute;
	top: 32px;
	right: 61px;
	width: 200px;
	height: 252px;
	display: block;
	text-indent: -9999px;
}

#map{
	position: absolute;
	bottom: 90px;
	right: 57px;
	width: 500px;
	height: 454px;
	border: 1px solid #c4c4c5;

}

#address{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 95px;
	left: 55px;
	width: 215px;
	height: 450px;
}

#address li h2{
	font-size: 47px;
	font-family: 'ChineseRocksRegular';
	color: #37d6f1;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: normal;
}

#address li p{
	font-size: 18px;
	font-family: 'ChineseRocksRegular';
	color: #fff;
	cursor: pointer;
	padding: 0;
	margin: 0;
	/*
*/
}

#address li{
	background: url(../images/line-dovesiamo.png) bottom left no-repeat;
	padding-bottom: 35px;
}

#address li.last{
	background: none;
	padding-top: 35px;
}	
	
/*
*********************
		SUBCONTENT
*********************
*/

#subcontainer{
	width: 870px;
	margin: 0 auto;
	height: 155px;
}

	#subcontainer .box{
		position: relative;
		width: 282px;
		height: 132px;
		float: left;
		margin-right: 10px;
	}
	
	#subcontainer .box.last{
		float: right;
		margin-right: 0;
	}
	
	.box .top{
		position: absolute;
		top:-15px;
		left: 0;
		width: 292px;
		height: 15px;
		background: transparent url(../images/top_box.jpg) top center no-repeat;
		display: block;
	}
	
	.box .left{
		position: absolute;
		top: 0;
		left: -2px;
		width: 8px;
		height: 132px;
		background: transparent url(../images/left_box.jpg) top center no-repeat;
		display: block;
	}
	
	.box .right{
		position: absolute;
		top: 0;
		right: -5px;
		width: 8px;
		height: 132px;
		background: transparent url(../images/right_box.jpg) top center no-repeat;
		display: block;
	}
	
	.box .bottom{
		position: absolute;
		bottom:-22px;
		left: 0;
		width: 292px;
		height: 22px;
		background: transparent url(../images/bottom_box.jpg) top center no-repeat;
		display: block;
	}
	
	.newsletter{ background: #000 url(../images/bg_box1.jpg) center no-repeat; }
	
	.countdown{ background: #000 url(../images/bg_countdown.jpg) top center no-repeat; }
	
	.onticket{ background: #000 url(../images/bg_box3.jpg) center no-repeat; }
	
	.acquistaora{ background: #000 url(../images/acquistaora.jpg) center no-repeat; }
	
	.info{ background: #000 url(../images/info.jpg) center no-repeat; }
	
	.cartaregalobox{
		background: #000 url(../images/boxcartaregalo.jpg) center no-repeat;
		width: 282px;
		height: 132px;
	}
	
	.onticket a, .acquistaora a, .info a, .cartaregalobox a{
		width: 100%;
		height: 100%;
		display: block;
		text-indent: -9999px;
	}
	
	input.mailnewsletter{
		border: none;
		position: absolute;
		top: 82px;
		left: 15px;
		font-size: 10px;
		width: 165px;
		height: 18px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	input.invianewsletter{
		position: absolute;
		top: 83px;
		left: 198px;
		background: url(../images/invianewsletter.png) top left no-repeat;
		border: none;
		text-indent: -9999px;
		width: 63px;
		height: 22px;
	}
	
	input.checknewsletter{
		position: absolute;
		left: 15px;
		top: 110px;
	}
	
	.labelcheck{
		position: absolute;
		left: 35px;
		top: 110px;
		font-size: 10px;
		color: #fff;
		font-style: italic;
	}
	
	.labelcheck a{
		color: #fff;
	}
	
	.reg_true{
		position: absolute;
		left: 15px;
		top: 93px;
		font-size: 10px;
		color: #fff;
		font-style: italic;
	}
	
	/* CountDown */
	
	#counter{
		position: absolute;
		top: 72px;
		left: 0;
		width: 100%;
		padding-left: 9px;
	}

	.cntSeparator {
		height: 55px;
		color: #02477f;
		margin-left: 6px;
	}
	
	.cntDigit{ margin-left: 0px; }
	
#subcontainer_biglietti{
	width: 870px;
	margin: 0 auto;
	margin-bottom: 10px;
}

	#subcontainer_biglietti .box{
		width: 210px;
		height: 200px;
		margin-right: 10px;
		float: left;
	}
	
	#subcontainer_biglietti .box.last{
		margin-right: 0;
	}
	
	.firstbox{
		position: relative;
		background: url(../images/box-offerte1.jpg) top left no-repeat;
	}
	
	.secondbox{
		position: relative;
		background: url(../images/box-offerte2.jpg) top left no-repeat;
	}
	
	.thirdbox{
		position: relative;
		background: url(../images/box-offerte3.jpg) top left no-repeat;
	}
	
	.fourthbox{
		position: relative;
		background: url(../images/box-offerte4.jpg) top left no-repeat;
	}
	
	
/*
*********************
			FOOTER
*********************
*/

#footer{
	position: relative;
	width: 840px;
	height: 128px;
	margin: 0 auto;
	background: #000;
	padding: 0 15px;
}

	.footercol{
		position: absolute;
		top: 0;
		width: 9px;
		height: 8px;
	}

	#footer .left{ left: 0; background: url(../images/top_footer_left.jpg) top left no-repeat; }
	
	#footer .right{ right: 0; background: url(../images/top_footer_right.jpg) top left no-repeat; }

	#footer .link{
		height: 88px;
		border-bottom: 1px solid #666;
		padding-top: 10px;
		margin-bottom: 5px;
	}
	
	#footer p{ font-size: 11px; }
	
	#footer .link a{
		float: left;
	}
	
	.footer-link{
		height: 81px;
		display: block;
		text-indent: -9999px;
	}
	
	.footer-fb{
		background: url(../images/footer-fb.jpg) top left no-repeat;
		width: 184px;
	}
	
	.footer-sa{
		background: url(../images/footer-sa.jpg) top left no-repeat;
		width: 153px;	
	}
	
	.footer-alitalia{
		background: url(../images/footer-alitalia.png) top left no-repeat;
		width: 203px;
	}
	
	.rds{
		background: url(../images/footer-rds.jpg) top left no-repeat;
		width: 162px;
	}
	
	.footer-stage{
		background: url(../images/footer-stage.jpg) top left no-repeat;
		width: 137px;
	}
	
	
	
	

	
	
	
	
	/* Class FORM */
	
	.mailnewsletter.error{
		background: #013e75;
		color: #fff;
	}
	
	.labelcheck.error{
		color: #1fa4e0;
	}


/* Class Standard*/

.linkimg{ display: block; text-indent: -9999px; float: left; }

.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 7px;
  z-index: 1000;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.twipsy.fade.in {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}


.twipsy-inner {
	font-family: 'MyriadProSemibold';
	font-size: 16px;
	line-height: 16px;
	width: 182px;
	height: 47px;
	text-transform: uppercase;
	padding: 13px;
	text-shadow: #555 0px 0px 20px;
	letter-spacing: -1px;
	font-weight: bold;
	background: transparent url(../images/bg_tooltip.png) top left no-repeat;
	color: #FFF;
}

.twipsy span{
	display: block;
	font-size: 12px;
	line-height: 10px;
	letter-spacing: -1px;
}

.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}


/*
#tooltip{
		position:absolute;
		color: #fff;
		display:none;
		font-family: 'MyriadProSemibold';
		font-size: 19px;
		width: 180px;
		height: 45px;
		text-transform: uppercase;
		padding: 15px;
		text-shadow: #555 0px 0px 20px;
		letter-spacing: -1px;
		font-weight: bold;
	}
	
	#tooltip.right{
		background: transparent url(../images/bg_tooltip.png) top left no-repeat;
	}
	
	#tooltip.left{
		background: transparent url(../images/bg_tooltip2.png) top left no-repeat;
	}
	
	
	#tooltip span{
		display: block;
		font-size: 16px;
	}
*/

/* ****************************************************************************************************************************** */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

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

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
