.faq-wrap {
    position: relative;
}
.faq-title {
    padding: 25px 45px 25px 25px;
	font-size: 22px; 
    font-weight: 300; 
    background: #ffa500; 
    color: #fff; 
    cursor: pointer; 
    margin-bottom: 12px; 
    line-height: 1em;
}
.faq-title:before{
	position: absolute;
	content: "\f078";
	right: 25px;
	margin-top: 0px;
	padding: 0 6px;
	width: 20px;
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 700;
	
}
.faq-open{
	background: #ff8800;
}
.faq-open:before{
	position: absolute;
	content: "\f077";
	right: 25px;
	margin-top: 0px;
	padding: 0 6px;
	width: 20px;
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 700;

}
.faq-content {
    padding: 5px 0 15px; 
    width: 100%; 
}