.accordion-wrapper {
	width:100%; float:left;
	 border-bottom:1px solid rgba(0,0,0,.2); 
}

.ac-pane { color:#333;}

.ac-pane:last-child { margin-bottom: 0; }

.ac-content { display: none; }

.ac-title {
  border: 1px solid rgba(0,0,0,.2);
  border-bottom:0;
  color: #333;
  display: block;
  padding: 12px 15px 12px 15px;
  font-size:16px
}



.ac-pane.active .ac-title {
	color: #400000;
}

.ac-title:hover, 
.ac-title:focus {
	color: #400000;
}

.ac-title i {
  float: right;
 font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
      
}

.ac-title i:before { content: "\f107";
 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.active .ac-title i:before { content: "\f106";
 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.ac-content {
  border-top: 1px solid rgba(0,0,0,.2);
  padding: 15px;
}

.ac-content {
	width:100%; float:left
}

.ac-pane {
	width:100%; float:left
}


.accordian_content_outer {
	width:100%; float:left ;
	padding-top:15px; padding-bottom:5px
}
