.drawer {
	width:100%;
	/*border-top:1px solid #E0E0E0;*/
	border-radius:3px;    
}
.accordion-item {
/*	border-bottom:1px solid #E0E0E0;*/
}
.accordion-item-active .accordion-header {
	background:#fff;
	height:auto;
	padding:10px 12px;
	overflow: hidden;
 transition:.25s; border:1px solid #eee;  border-bottom:0;	
}
.accordion-item-active .accordion-header-icon {
	color:#fff;
}
.accordion-item-active .accordion-header h1 {
	font-size:15px!important;
	width:98%;  color:#e32922
}
.accordion-header {
	clear:both;
	background:#fff;
	height:auto;
	padding:10px 12px;
	overflow: hidden;
	cursor:pointer;
 transition:.25s;
	border:1px solid #eee; margin-top:-1px 

	 
}
.accordion-header h1 {
	float:left;
	font-size:15px!important;
	font-weight: normal;
	margin:0;
	line-height:1.3em;
	width: 98%;
	 text-shadow: 1px 1px #fff;
	 text-align:left; margin-bottom:0px!important
}
.accordion-header h1 .fa {
	color:#94280c;
	border-right:1px solid;
	padding-right:10px;
	margin-right:10px;
}
.accordion-content {
	 border-left:1px solid #eee;
	border-right:1px solid #eee;border-bottom:1px solid #eee;
	display:none;
	padding:0 12px 10px 12px;
	color:#212121;
	background:#FFF;
	font-size:13px;
	line-height:1.45em;
}
.accordion-header-icon {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	float:right;
	color:#666;
	font-size:15px;
	vertical-align:middle;
}
.accordion-header-icon:before {
	content: "\f078   ";/*f105 f138  */
	font: normal normal normal 13px/1 FontAwesome;
	margin-right:5px; 
	color:#666;
}


.accordion-header-icon.accordion-header-icon-active {
	 
	color:#eea43e;
}

.accordion-header-icon.accordion-header-icon-active:before {
content: "\f077 ";color:#333;
}

@media only screen and (min-width:320px) and (max-width:767px) {.accordion-header h1 {
	 
	font-size:16px!important;
	width:94%;
 
}
.accordion-item-active .accordion-header h1 {
	font-size:16px!important;
	width:94%;
}
}