body, html {
    height: 100%;
}


.teaser-height{
	height:auto;
	max-height:180px;
	overflow:hidden;
}
.full-height {
	max-height:9999px;
	transition: max-height .25s ease-in-out;
   -moz-transition: max-height .25s ease-in-out;
   -webkit-transition: max-height .25s ease-in-out;
}
.reveal, .reveal:hover{
	width: 100%;
	border-top: 2px solid #333;
	display: block;
	opacity: 0.4;
	text-align: center;
	text-decoration: none;
}
.show-less, .show-less:hover{
	border-top: none;
}
.show-less:hover, .reveal:hover{
	opacity: 0.5;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

}