body {
	background: #000000;
	overflow-x: hidden;
}

div.tiling > a {
	display: inline-block;
	width: 200px;
	height: 200px;
	position: relative;
	margin: -3px -1px 0 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-backface-visibility: hidden;
	opacity: 0.9;
	overflow: hidden;
}

div.tiling a:hover, div.tiling a.active {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}

div.tiling > a > span {
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 60px;
	padding: 40px 20px 10px 20px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	left: 45px;
	top: 45px;
	background: rgba(255, 255, 255, 0.75);
	font-size: 11px;
	letter-spacing: 1.5px;
	color: #000000;
	line-height: 13px;
}

div.subtitle {
	color: #ffffff;
	margin: 10px 0 0 0;
	letter-spacing: 0.5px;
}

div.subtitle :nth-child(1) {
	text-transform: uppercase;
}

div.subtitle :nth-child(1):after, div.subtitle :nth-child(2):after {
	font-style: normal;
	content: " | ";
}

div.subtitle a {
	color: #ffffff;
}

div.subtitle span {
	font-style: italic;
}

div.subtitle span:first-child {
	font-style: normal;
}

div.description {
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin: 0 0 0 20px;
	color: #ffffff;
	letter-spacing: 0.5px;
	line-height: 14px;
}

article > a {
	display: inline-block;
	width: 50px;
	margin: 0 -70px 0 20px;
	position: relative;
	top: -3px;
}

article > img {
	margin: 0 0 3px 0;
}
