.ac-container{
	width: 100%;
	margin: 0;
	text-align: left;
	-webkit-box-shadow: inset 0px 0px 0px 1px #EBE8D7;-moz-box-shadow: inset 0px 0px 0px 1px #EBE8D7;-o-box-shadow: inset 0px 0px 0px 1px #EBE8D7;-ms-box-shadow: inset 0px 0px 0px 1px #EBE8D7;box-shadow: inset 0px 0px 0px 1px #EBE8D7; 
	background: #FAF9F0;
}
.ac-container label{
	padding: 0px 0px 0px 70px;
	position: relative;
	z-index: 20;
	display: block;
	height: 65px;
	cursor: pointer;
	color: #6A7478;
	line-height: 65px;
	font-size: 16px;
	
	}
.ac-container label:hover{
	color:#60B580;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	
}

.ac-container input{
	display: none;
}
.ac-container article{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-webkit-box-shadow: inset 0px 0px 0px 1px #EBE8D7;-moz-box-shadow: inset 0px 0px 0px 1px #EBE8D7;-o-box-shadow: inset 0px 0px 0px 1px #EBE8D7;-ms-box-shadow: inset 0px 0px 0px 1px #EBE8D7;box-shadow: inset 0px 0px 0px 1px #EBE8D7;
}
.ac-container input:checked ~ article.ac-small{
	height: 170px; background-color:#F3F0DF;
}


.ac-small li{ height:50px; line-height:65px; color: #6A7478; text-transform:uppercase; cursor:pointer;padding: 0 25px; font-size:13px; font-family: 'sommet_roundedbold';}

.ac-small li:hover{ color:#60B580}