/* ITEM */
.item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*display: inline-block;*/
	position: relative;
}

.item .info {
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #ffffff;
	background-color: rgba(11, 29, 29, 0.8);
	padding: 5px 10px;
}

.item .header {
	width: 100%;
	position: relative;
	background-size: cover;
}

.item h3 {
	vertical-align: bottom;
}

.grayed {
	color: #666666;
}

/* LIST */
.list {
	vertical-align: bottom;
	display: inline-block;
}

.list .item {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.list .item.min {
	width: 100%;
}

.link {
	cursor: pointer;
}

.link:hover {
	background-color: rgba(11, 29, 29, 1);
	opacity: 0.9;
}