.ac-container{
	width: 100%;
	text-align: left;
	z-index:1 !important;
	
}

.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;
		z-index:1 !important;
}

.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{
    background:#e16657;
	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: transparent;
	margin-top: 2px;
	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 #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; */
    border-top: none;
		
}

.ac-container article p{
    font-style:italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
		
}

.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:0px;
}

.ac-container input:checked ~ article.ac-large{
z-index:1;
}

@media (max-width: 320px) {
.ac-container label{
font-size: 16px;
	
}
  
}



