.ac-container{
	width: 95%;
	text-align: left;
	
}

.ac-container input[type="checkbox"],.ac-container input[type="radio"] {
  position: absolute; 
  clip: rect(0,0,0,0);
}

.ac-container label{
	padding: 15px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	font-size: 20px;
	margin-top:10px;
    text-transform:capitalize;
	
}

.ac-container label:hover{
	
}

.ac-container label:after{
	content: '';
    position: absolute;  
	width: 24px;
	height: 24px;
	right: 9px;
	top: 23px; 
	background: url(../assets/images/plus.png) no-repeat  ;	
}

.ac-container label:after:hover{
    content: '';
    position: absolute;  
	width: 24px;
	height: 24px;
	 right: 9px;
	top: 23px; 
	background: url(../assets/images/plus.png) no-repeat  ;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #fff;
   -webkit-transition: all 0.2s linear 0s;
   -moz-transition: all 0.2s linear 0s;
   -o-transition: all 0.2s linear 0s;
   -ms-transition: all 0.2s linear 0s;
   transition: all 0.2s linear 0s;

}

.ac-container input:checked + label:after {
    background: url(../assets/images/minus.png) no-repeat  ; 
    position: absolute;  
	width: 24px;
	height: 24px;
	right: 9px;
	top: 23px; 
	
} 

.ac-container input:checked + label:hover:after {
    background: url(../assets/images/minus.png) no-repeat  ; 
    position: absolute;  
	width: 24px;
	height: 24px;
	 right: 9px;
	top: 23px; 
	
} 

.ac-container input{
	display: none;
}

.ac-container article{
	background: #edecec;
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	 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; 
	border-right: 1px solid #4d4d4d;
    border-left: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    border-top: none;
		
}

.ac-container article p{
    font-style:normal;
	color: #4d4d4d;
	line-height: 23px;
	font-size: 14px;
	padding: 0px 20px 0px 30px;
		
}

.ac-container article h3{
    font-style:normal;
	color: #4d4d4d;
	line-height: 23px;
	padding: 20px 10px 5px 15px;
		
}

.ac-container article h2{
    font-style:normal;
	color: #4d4d4d;
	line-height: 23px;
	padding: 20px 10px 5px 15px;
		
}


.ac-container article {
	margin-top:-7px;
	
}

.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;
	border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: none;
    margin-top:-7px;
}

.ac-container input:checked ~ article.ac-large{

}

#accordeon-main {
display:none;
text-indent:-5000px;

}



