.channel{
	position:absolute;
	z-index:100;
	margin-top:3rem;
	background-color:rgba(230,230,230, 0.8);
	width:6.7rem;
	font-size:1rem;
	text-align:center;
	font-family:"lato-bold", sans-serif;
	font-weight:normal;
	color:#1269b0;
	max-height:9.5rem;
	overflow:hidden;
	/* Set our transitions up. */
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	border:1px solid #c0c0c0;
	/*box-shadow: 1px 1px 1px #c0c0c0;*/
}
.channel.bruessel {
	max-height:16.8rem;
}
.channel.full, .channel.bruessel.full {
	max-height:100rem;
	/*box-shadow: 1px 1px 2px #c0c0c0;*/
}
.channel:hover{
	max-height:100rem;
}
.channel h2 {
	font-family:"lato-bold", sans-serif;
	font-size:1rem;
	font-weight:normal;
	margin-bottom:1rem;
	margin-top:0.5rem;	
}
.channel h3 {
	font-family:"lato-bold", sans-serif;
	font-size:0.9rem;
	margin-top:0.2rem;
	padding:0;
	color:#818181;
	text-transform:uppercase;
	margin-bottom:2rem;
}
.channel p{
	font-family:"lato-bold", sans-serif;
	font-size:0.9rem;
	margin-bottom:0;
	padding:0.5rem;
	padding-bottom:0;
	padding-top:0;
	color:#818181;
}
