
.animat h3+div.content{
	display: none;
}
.animat h3 + div.content{
	height: 0px;
	padding: 0px;
	overflow: hidden;
	display: block!important;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 3s ease;
	moz-transition: all 3s ease;
	-o-transition: all 3s ease;
	-ms-transition:all 3s ease;
	transition: all 3s ease;
	
}

.animat h3.open + div.content{
	height: auto !important;
	background: #ffffff;
	-webkit-transition: all 1s ease;
	moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition:all 1s ease;
	transition: all 1s ease;
}
.animat > h3.open {
    background-color: #72951f;
}
