body {
	background: #333;
	margin: 0;
	font-family: 'Conv_Calibri';
	font-size: 1.5;
	text-transform: uppercase;
	overflow-y: scroll;
}


body, h1, h2, ul li a, .sub li a, .right ul li a {
	color: #c7c7c7;
}

h1 {
	margin-top: 0px;
	font-weight: normal;
	font-size: 36px;
	line-height: 23px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	
	list-style: none;
	margin-bottom: 0.1rem;
	font-size: 24px;
	font-weight: 300;
}

ul li a {
	text-decoration: none;
}

.page-link {
	font-size: 15px;
}

.page-link.date {
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.page-link.date a {
	font-size: 22px;
	color: #7d7d7d;
}

.sub {
	padding-left: 1.5rem;
	margin-bottom: 3rem;

}
.sub li a {
	font-size: 14px;
}

ul li a:hover, ul li a:active, ul li a.active {
	color: #818181;
}


.container {
	position: absolute;
	top: 15vw;
	bottom: 15vw;
	right: 9vw;
	left: 9vw;
}


.left, .right, .center {
	height: 42vw;

	box-sizing: border-box;
	position: absolute;

	top: 50%;
	margin-top: -21vw;
}

.left, .right {
	width: 21vw;
}

div.sub{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.center {	
	width: 42vw;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	left: 50%;
	margin-left: -21vw;
	font-size: 0px;
}

.left {
	left: 0px;
}


.left > * {
	position: absolute;
}

.left > ul {
	margin-top: 50px;
}


.language {
	font-size: 65%;
	position: absolute;
	top: 0px;
	right: 100%;

	margin-right: 15px;
	margin-top: 50px;

}

.language a {
		color: inherit;
		text-decoration: none;
}

.language a.active {
	color: #565656;
}


.right {
	right: 0px;
	position: fixed;
}



.right ul {
	
	margin-left: 50px;
	width: 8vw;

}

.right ul li a {
	opacity: 0.3;
	cursor: pointer;
}

.right ul li a:hover, .right ul li a:active, .right ul li a.active {
	opacity: 0.5;
}

ul li img {
	max-width: 100%;

}


.right ul li img {
	width: 100%;
}

.about {
	font-size: 1rem;
	position: relative;
	width: 100%;
	color: #111;
	line-height: 1.4rem;
	padding: 0rem 3rem 0rem 3rem;
	box-sizing: border-box;
	text-align: justify;
	text-transform: none;
	margin-bottom: 400px;
}

.about p {
	margin: 0;
	margin-left: 1em;
	position: relative;
	color: #c7c7c7;
}


.press {
	width: 50%;
	display: inline-block;
	height: 50%;
	margin-top: 0;

	background-size: cover;
}


.press img {
	height: 100%;

}

/** scacchiera **/
.grid {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;

	font-size: 0px;
	line-height: 1px;
	overflow: hidden;
}


table {
	width: 100%;
	height: 100%;
}

table td {
	background-color: black;
	padding: 0;
	margin: 0;
}

table td.white {
	background-color: white;
}

.grid > div {
	display: inline-block;
}

.grid > div > div {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}


.didascalia {
	font-size: 20px;
	color: #555;
	margin-top: 10px;
}



div.slideshow {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

span.arrow {

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

div.sample{
	width: 60%;
}
