.list-pics,
.list-posts
{	
	background-color: #e8e8e8;
}

.list .page-title
{
	width: 100%;
	padding: 30px 0;
	color: white;
	text-align: center;
	background-color: #3a3b3f;
}

.post
{	
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px 0 20px;
	overflow: auto;
}

.post:first-child
{	
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px 0 20px;
	overflow: hidden;
}

.post:last-child
{	
	padding-bottom: 40px;
}

.post .line
{	
	width: 100%;
	height: 1px;
	border-color: black;
}

.post .title
{	
	margin: 35px 0px;
	clear: both;
	vertical-align: baseline;
	color: black;
    font-size: 24px;
    line-height: 28px;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

.post .subtitle
{	
	margin: 40px 0;
	padding: 0;
    font-size: 28px;
    line-height: 28px;
    font-size: 2.8rem;
    line-height: 2.8rem;
}

.post .child
{	
	width: 100%;
	height: 140px;
	position: relative;
	float: left;
	margin-bottom: 20px;
	background-color: white;
}

.post a:last-child .child .content
{	
	border: none;
}

.section.history .post .content
{	
	height: 60%;
	border-right: 1px solid #e1e1e1;
}

.post .number
{	
	margin: -5px 20px 0 0;
	padding: 12px 10px 10px 10px;
	float: left;
	border: 1px solid black;
	border-radius: 40px;
	vertical-align: middle;
	color: black;
    font-size: 14px;
    line-height: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.post .child .title
{	
	margin: 0;
	padding: 30px 0 10px;
	color: black;
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.post .picture
{	
	width: 100%;
	height: 100%;
	display: table;
	padding: 20px;
	color: black;
    font-size: 28px;
    line-height: 32px;
    font-size: 2.8rem;
    line-height: 32rem;
}

.post .picture .mobile-title
{	
	display: table-cell;
	vertical-align: middle;
	color: white;
    font-size: 22px;
    line-height: 22px;
    font-size: 2.2rem;
    line-height: 2.2rem;
	text-align: center;
}

.post .content
{	
	display: none;
}

.list .post .content,
.objects .post .content
{	
	display: block;
}

.post .description
{	
	padding: 0;
	color: black;
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'FuturaLT-Book', Verdana, Arial;
}

.post .more
{	
	float: right;
	position: absolute;
	bottom: 35px;
	right: 35px;
	margin-right: 35px;
	color: #bbbdc0;
	font-size: 1.2em;
	letter-spacing: .2em;
}


@media all and (min-width: 480px) {

	.post .child
	{	
		width: 50%;
		border-right: 1px solid #f0f0f0;
	}

	.section.history .post .child
	{	
		width: 100%;
		border: none;
	}

	.list-pics,
	.list-posts
	{	
		width: 90%;
		margin: 0 auto;
	}
}


@media all and (min-width: 1025px) {

	.list .page-title
	{
		display: none;
	}

	.list-pics,
	.list-posts
	{	
		width: 91%;
		float: left;
		overflow: hidden;

		/* Dirty fix for float */
        padding-bottom:999999px;
        margin-bottom:-999999px;
	}

	.objects.list .list-posts
	{	
		width: 100%;
	}

	.post
	{	
		padding: 0px 40px 0 40px;
	}

	.post:first-child
	{	
		padding: 40px 40px 0 40px;
	}

	.post .child
	{	
		width: 50%;
		height: 640px;
		margin-bottom: 40px;
		float: left;
		background-color: white;
		border-right: 1px solid #f0f0f0;
	}

	.section.history .post .child
	{	
		width: 50%;
		border: none;
	}

	.post .child:hover .title
	{	
		text-decoration: underline;
	}

	.post .subtitle
	{	
		margin: 20px 0;
	    font-size: 32px;
	    line-height: 32px;
	    font-size: 3.2rem;
	    line-height: 3.2rem;
	}

	.post .content
	{	
		display: block;
	}

	.post .picture
	{	
		height: 40%;
	}

	.post .picture .mobile-title
	{	
		display: none;
	}
	
}


@media all and (min-width: 1280px) {

	.post article.child
	{	
		width: 33.333%;
	}

	.section.history .post .child
	{	
		width: 33.333%;
	}

	.list.objects .post article.child
	{	
		width: 25%;
	}

}