@charset utf-8;



.AlteHaasGroteskBold { font-family: 'AlteHaasGroteskBold' }
.LastmanRegular { font-family: 'LastmanRegular' }

.clear {
clear: both;
}

.post-content {
position: relative;
display: block;
height: auto;
padding-bottom: 50px;
margin-top: 0px;
}

.container #content{
	/*height:400px;*/
}


/*WALKINFO*/

#info_title{
position: relative;
display: block;
top:-10px;
color:#D42D18;
}

.q{
position: relative;
display: block;
color:#638F7D;
margin-top: 40px;
font-size: 16px;
}

.r{
position: relative;
display: block;
font-size: 14px;
}


#menu{
	color: #638F7D;
	font-size: 19px;
	font-family: 'AlteHaasGroteskBold';
	padding-bottom: 50px;
}

#menu .activated{
	float: left;
	color: #D42D18;
	padding-right: 5px;

}

#menu .links{
	float: left;
	padding-right: 5px;

}



@media only screen and (max-width: 1211px) and (min-width: 768px) {


.post-content {

padding-top: 20px;
}


}