@charset "UTF-8"

body, html {
	padding:0;
	margin:0;
}

body{
	
	/*
	font-family: Helvetica, Arial;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 1px;
	*/
	
	/*
	font-family: Georgia, Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	*/
	
	/*	
	font-family: 'Avenir45BookRegular', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;	
	*/
	
	/*font-family: 'FuturaBkBTBook FuturaMdBTMedium', Helvetica, Arial, sans-serif;*/
	font-family: 'FuturaBkBTBook', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: rgb(170,170,170);
	
}

a{
	text-decoration: none;
	color: rgb(80,160,240);
}

img{
	border: none 0px;
	display: block;
}

img.vert{
	height:100%;
}

img.horiz{
	width:100%;
}

.new{
	color:rgb(255,255,255);
	position:absolute;
	font-size: 13px;
	top:1px;
	left:1px;
}

.new:after{
	content:"★";
}

.cell a{
	position: absolute;
	width:100%;
	height:100%;
}

ul{
	list-style: none;
	margin:0;
	padding:0;
}

.titolo{
    font-family: 'FuturaBkBTBookItalic', Helvetica, Arial, sans-serif;
}

.perso{
	display: block;
	float: left;
	width: 15px;
	margin-left: -15px;
	font-size: 0.8em;
}

.small{
	font-size: 0.8em;
	display: block;
	float: left;
}

.debug{
	background-color: rgba(255,0,0,0.2);
}

table{
	border-collapse:collapse;
}

table, th, td{
	margin: 0;
	padding: 0;
	border: none;	
	vertical-align: top;
}

table.t1 td:first-child{ width:  56px; padding-right:10px}
table.t2 td:first-child{ width: 122px; padding-right:10px}
table.t3 td:first-child{ width: 188px; padding-right:10px}
table.t4 td:first-child{ width: 254px; padding-right:10px}

/* -- GRID --------------------------------- */
.cell {
	width: 56px;
	height: 56px;
	margin: 0 10px 20px 0; 
	float: left;
	overflow: visible;
	display: block;
	position: relative;
}

.n1{
	margin-left: -66px;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c12, .c16{
	margin-right: 10px;
	float: left;
	min-height: 1px;
	display: block;
}

.c1  { width:  56px; }
.c2  { width: 122px; }
.c3  { width: 188px; }
.c4  { width: 254px; }
.c5  { width: 320px; }
.c6  { width: 386px; }
.c12 { width: 782px; }
.c16 { width:1056px; } /*should be 1046px but add 10px for IE lastchild hack…*/

.c1:last-child, .c2:last-child, .c3:last-child, .c4:last-child, .c5:last-child, .c6:last-child,
.c12:last-child, .c16, .cell:last-child {
	margin-right:0;
}

.r1 { height: 56px; }
.r2 { height: 124px; }

.page{
	padding: 20px 0 0 30px;
}

.text{
	padding-bottom: 19px;
	margin-top: -4px;
}

.text a:hover{
	text-decoration: underline;
}

.slide_title{
	font-family: 'FuturaMdBTMedium', Helvetica, Arial, sans-serif;
}
.slide_dida{
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: -4px;
}

.row{
	clear: both;
}

/* -- CONTENT ------------------------------- */
#content{
	position: absolute;
    overflow: visible;
    display: block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    
    -webkit-transition-property: all;
	-moz-transition-property: all;
    -o-transition-property: all;
	transition-property: all;
	
	-webkit-transition-duration: 1s;  
	-moz-transition-duration: 1s;  
    -o-transition-duration: 1s;  
	transition-duration: 1s;  
}		    

/* -- COVER ------------------------------- */

#cover{
	width:100%; 
	height:100%;
    position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	overflow: visible;
    display: block;	
}

#cover h1{
	font-size: 4em;
	line-height: 1em;
	margin:0;
	padding:0;
	font-family: 'FuturaMdBTMedium', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#footer{
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 3em;
}

#footer a{
	color: inherit;
}

/* -- MAIN --------------------------------- */

#main{
    position: relative;
	overflow: visible;
	display: none;
}

#main h4{
	font-size: 1em;
	margin-top: -4px;
	margin-left: 0;
	margin-bottom: 0;	
	padding: 0;
	font-weight: normal;
	float:left;
}

#main img{
	-webkit-transition: all 0.075s; 
	-moz-transition: all 0.075s; 
	-o-transition: all 0.075s; 
	transition: all 0.075s;
}

#main img:hover{
	/*box-shadow: 2px 2px 6px rgba(0,0,0,0.4);*/
	margin-left: 0px;
	margin-top: -4px;
}

/* -- LIST --------------------------------- */
#main ul{
	float:left;
	clear: both;
}

#main>ul>li{
	margin-top: -10px;
	border-top: 1px solid rgb(170,170,170);
	overflow: hidden;
	padding-top: 9px; /* 9 + 1 = 10 */
	min-height: 76px;
}

#main>ul>li:first-child{
	margin-top:0px;
}

#main .btn{
	cursor:pointer;
}

#main .btn:hover:before{
	content:"→ "	
}

#main .btn:active{
	color: rgb(255,0,0);
}

/* -- NEWS --------------------------------- */
#news{
	background-color: rgb(0,0,0);
	width: 320px;
	min-height: 320px;
	overflow: hidden;
	padding:6px 10px 2em 10px;

	position: fixed;
	top:20px;
	left:746px;
	
	z-index:4;
	cursor: default;
	
	-webkit-transition-property: all;
	-moz-transition-property: all;
    -o-transition-property: all;
	transition-property: all;
	
	-webkit-transition-duration: 0.7s;  
	-moz-transition-duration: 0.7s;  
    -o-transition-duration: 0.7s;  
	transition-duration: 0.7s;  
	opacity: 1;		
	font-family: inherit;	
}



#news h2{
	margin:0;
	padding:0;
	font-size: 1em;
	font-family: 'FuturaMdBTMedium', Helvetica, Arial, sans-serif;
	font-weight: normal;	
}

#news .button{
	position: absolute;
	right:10px;
	top:6px;
	cursor: pointer;
}

/* -- FIX --------------------------------- */
#overlay, #main{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.grid{
	background-image: url('/assets/grid-56-10-20.png');
	background-repeat: repeat-y;
	background-position: 30px 30px;
	width: 1047px;	/*1046 + 1*/
}