/* CSS Document */




footer {
	background-color: #333333;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
}




#biglietteria h4, footer #biglietteria p {
	line-height:50px;
	
}

#biglietteria h4 i { font-size:50px; }
#biglietteria p { font-size:16px; }
#biglietteria .terzo p { font-size:12px; line-height:25px; }

#biglietteria h4 {
	font-size: 30px;	
}

#biglietteria .wrapper { margin-left:5px; margin-right:5px; }

#biglietteria .primo {
	background-color: #06C;	
}

#biglietteria .secondo {
	background-color: #393;
}

#biglietteria .terzo {
	background-color: #F33;
}

#biglietteria .quarto {
	background-color: #936;
}

#biglietteria .quinto {
	background-color: #555;
}

footer h3 { font-size:30px; line-height:40px; color:#E9AE4A;  font-family: 'Abril Fatface', display; margin-bottom:30px;   }

footer a {
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-transform:uppercase;
	
}

footer a:hover { color:#CC2229; }

footer strong {
	font-family: 'Abril Fatface', display;
	font-size:30px;
	line-height:50px;
	color:#CC2229;
}

footer .inline { font-size: 12px; line-height: 24px;}

footer .endline { background-color:#CC2229; color:#fff; height:100px; }
footer .endline p { line-height:50px; width:90%; margin:auto; font-size:12px; }
footer .endline a { color:#fff; text-decoration:underline; font-size:12px; }
footer .wrapper { margin:25px; }
footer ul  { margin-bottom:40px; }


footer .loghi { text-align:center; }
footer .loghi img { height:80px; width:auto; margin-bottom:30px; }


@media only screen and (max-width: 800px)  {
 
 footer li a { font-size:20px; line-height:30px; }
 footer li span { display:none; }
 footer li.inline { display:inline-block; margin-left:10px; margin-right:10px; }
 footer strong {
	font-family: 'Abril Fatface', display;
	font-size:24px;
}
	
}

