.animated {
	transition:height .2s ease;
	-moz-transition:height .2s ease; /* Firefox 4 */
	-webkit-transition:height .2s ease; /* Safari and Chrome */
	-o-transition:height .2s ease; /* Opera */
}
.animated.slideUp {
	height: 85px;
	box-shadow: 0 1px 15px rgba(0,0,0,.15);
}
