@charset "utf-8";
* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
body {
	background-color: #041024;
}
.container {
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
#header {
	background-color: #041024;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cf0000;
	height: 140px;
	background-image: url(../images/sfondo_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#social {
	float:left;
	width:300px;
	margin-top:10px
}
#social a img {
	margin-right:5px;
}
#logo {
	float:left;
	width:400px;
}
#lingue {
	float: right;
	width:200px;
	margin-top:10px;
	text-align:right;
}
#lingue img {
	margin-left:5px;
}
#corpo {
	background-image: url(../images/sfondo_app.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Open Sans', sans-serif;
	padding-top:10px;
	padding-bottom:20px;
}
#colonna1 {
	float:left;
	width:327px;
}
#colonna2 {
	float:left;
	width:325px;
	padding-left:8px;
}
#colonna3 {
	float:left;
	width:320px;
}
/*-- app --*/
#colonna1 div {
	height:150px;
	width:150px;
	float:left;
	font-size:15px;
	line-height:16px;
}
#colonna2 .app-bianco {
	height:150px;
	width:150px;
	float:left;
	margin-right:9px;
	margin-bottom:10px;
	font-size:15px;
	line-height:16px;
}
#colonna3 div {
	height:150px;
	width:150px;
	float:left;
	font-size:15px;
	line-height:16px;
}
.app-verde {
	background-color:#00692a;
	height: 150px;
	width:150px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.app-verde a {
	display:block;
	height: 150px;
	width:150px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
}
.app-rosso {
	background-color:#a80000;
	height: 150px;
	width:150px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.app-rosso a {
	display:block;
	height: 150px;
	width:150px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
}
#colonna3 .app-bianco {
	margin-left: 10px;
}
.app-bianco {
	display:block;
	width:150px;
	height:150px;
	position:relative;
	float:left;
	text-align:center;
}
.app-wrapper {
	display:block;
	width:150px;
	height:150px;
}
.app-bianco .front {
	width:150px;
	height:150px;
	position:absolute;
	display:block;
	background:#fff;
}
.app-bianco img {
	width:150px;
	height:100px;
}
.app-bianco .back {
	display:block;
	width:150px;
	height:150px;
	position:absolute;
	background:#09C;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}
.app-bianco .back a {
	display:block;
	width:130px;
	height:110px;
	padding:20px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}
/* Without CSS3 */
.app-bianco.scroll {
	overflow: hidden;
}
.app-bianco.scroll .back {
	bottom:-150px;
}
/* CSS3 Flip */
.app-bianco.flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
/* START: Accommodating for IE */
.app-bianco.flip:hover .back, .app-bianco.flip.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.app-bianco.flip:hover .front, .app-bianco.flip.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* END: Accommodating for IE */

.app-bianco.flip, .app-bianco.flip .front, .app-bianco.flip .back {
    width: 150px;
    height: 150px;
}
.app-bianco.flip .app-wrapper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.app-bianco.flip .front, .app-bianco.flip .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}
.app-bianco.flip .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}
.app-bianco.flip .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/*-- FOOTER --*/
#footer {
	background-color: #041024;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cf0000;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	padding-top:15px;
	padding-bottom:60px;
}
#footer .container {
	text-align: center;
}
.contatti_footer {
	font-size:18px;
	line-height:20px;
	padding:5px;
	margin-top:15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #495E7C;
	border-bottom-color: #495E7C;
}
.contatti_footer a {
	text-decoration:none;
	color:#FFF;
}
.contatti_footer a:hover {
	text-decoration:underline;
}
#credit {
	margin-top: 15px;
}
.testo01 {
	color: #8e919a;
	margin-top: 10px;
}
.testo01 a {
	color: #8e919a;
	text-decoration:none;
}
.testo01 a:hover {
	color: #B9BBBF;
	text-decoration:underline;
}
/*----*/
.titolo01 {
	color:#8be6ff;
	font-weight:bold;
	font-size:18px;
}
.testo_piccolo {
	font-size: 12px;
	color: #5c6c87;
	line-height: 14px;
}
/*-- MENU FIX --*/
#menu_fix {
	width: 100%;
	height:40px;
	/* posizionamento in fondo alla pagina */
    position: fixed;
	bottom: 0;
	overflow: hidden;
	z-index:10000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #83B817;
	background-image: url(../images/bg_menu_fix.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10px;
}
#menu_fix ul {
	list-style: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	line-height:20px;
}
#menu_fix ul li {
	float: left;
	width: 163px;
	text-align: center;
}
#menu_fix ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
	width: 163px;
	height:40px
}
#menu_fix ul li a:hover {
	background-color: #83B817;
}
.titolo_home {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;
	font-weight:300;
	line-height:40px;
	color:#55C8FF;
	text-align:center;
	margin-bottom:10px;
}
/*NEWS*/
#news {
	height:310px;
	width:310px;
	margin-bottom:10px;
	position:relative;
}
#frame {
	position:absolute;
	z-index:0;
	width:390px;
	height:310px;
	top:-3px;
	left:-80px;
}
#slides {
	position:absolute;
	z-index:100;
}
.slides_container {
	width:310px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div.slide {
	width:310px;
	height:310px;
	display:block;
}
#slides .next, #slides .prev {
	position:absolute;
	top:107px;
	left:5px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:280px;
}
.pagination {
	top: 10px;
	left:10px;
	width:100px;
	z-index:100;
	position:absolute;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
.caption {
	z-index:500;
	position:absolute;
	bottom:-110px;
	left:0;
	height:100px;
	padding:5px 10px;
	width:290px;
	font-size:13px;
	line-height:15px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	background-image: url(../images/bg_news.png);
	overflow:hidden;
}
.caption a h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
	font-weight:300;
	line-height:22px;
	color: #0CF;
}
.caption a:hover h2 {
	text-decoration:underline;
	color:#F00;
}
.caption a p {
	color:#FFF;
}
.caption a:hover p {
	color: #AEF;
}
.caption a {
	text-decoration:none;
}
