
.ac-container{
	width:100%;
	margin:0px auto 0px auto;
	text-align: left;
}
.ac-container label{
	
	padding: 0px 0px 0px 30px;
	
	z-index: 20;
	display: block;
	/*height: 30px;*/
	cursor: pointer;
	color: #414141; line-height:18px;
	font-weight:700;
	
	font-size: 14px;
	

	width:auto;
	
	
	background: transparent url(../images/arow.png) no-repeat left top;	background-size: 18px 18px;
	
	
}
.ac-container label:hover{
	background: transparent url(../images/dwn_arow.png) no-repeat left top;	background-size: 18px 18px;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: transparent url(../images/dwn_arow.png) no-repeat left top;	background-size: 18px 18px;
	
	
	
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
background: transparent url(../images/arow.png) no-repeat left top;	background-size: 18px 18px;
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);background-size: 18px 18px;
}
.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 article p{
padding:0px;
font-size: 14px;
}
.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;
	
}
.ac-container input:checked ~ article.ac-small{
	height: auto; margin-top:12px;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;margin-top:12px;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;margin-top:12px;
}

.ac-container input:checked ~  label span.txt{ display:none !important;
}


.ac-container div{ margin-bottom:20px}

article.ac-small{color: #414141;  font-size: 13px;}

.ac-container input:checked ~ article.ac-large1{
	height: auto;
}
.ac-container input:checked ~ article.ac-large2{
	height: auto;
}

.ac-container input:checked ~ article.ac-large3{
	height: auto;
}