.drawer {
	width:100%;
	/*border-top:1px solid #E0E0E0;*/
	border-radius:3px;    
}
.drawer p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400;
    vertical-align: middle;
    padding: 10px 0 !important;
    margin: 0;
    display: block;
    text-align: justify;
}
 
 .accordion-item {
/*	border-bottom:1px solid #E0E0E0;*/
position: relative;
}
.accordion-item-active .accordion-header {	 
	transition: .25s;
	border: 0px solid #ddd;
	border-radius:0;
	background: #2587d4;
	margin-bottom: 0;
	height:auto;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
	position: relative;
}
.accordion-item-active .accordion-header-icon {
	color:#fff;
}
.accordion-item-active .accordion-header h1 { 
	font-weight: 500; 
	color:#fff;	
}
.accordion-item-active .accordion-header h1 span{
	margin-left: 45px;
	display: inherit;
}
.accordion-item-active .accordion-header h1 strong{
	width: 45px;
	position: absolute;
	background: #d82b05;
	margin: -11px 0 0 -10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
.accordion-header {
	clear:both;
	background:#fff;
	height:auto;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
	cursor: pointer;
	transition: .25s;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	margin-bottom: 10px;
}
.accordion-header h1 {
	float:left;
	font-size:17px!important;
	font-weight: 500;
	margin:0;
	line-height: 24px;
	width: 95%;
	text-align:left; 
	margin-bottom:0px!important;
	color: #333;
}
.accordion-header h1 span{
	margin-left: 45px;
	display: inherit; 
} 
.accordion-header h1 strong{
	width: 45px;
	position: absolute;
	background: #d82b05;
	margin: -11px 0 0 -10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
} 
.accordion-header h1 .fa {
	color:#94280c;
	border-right:1px solid;
	padding-right:10px;
	margin-right:10px;
}
.accordion-content {
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	/*border-top:1px solid #E0E0E0;*/
	border-bottom: 1px solid #E0E0E0;
	display:none;
	padding:12px 15px;
	color:#212121;
	background:#FFF;
	font-size:13px;
	line-height:1.45em;
	margin-bottom: 10px;
	border-radius: 0 0 0px 0px;

}
.accordion-header-icon {
/*	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	color:#666;
	font-size:15px;
	vertical-align:middle;
	position: absolute;
	right: 0px;
	padding: 15px;
	background: #ddd;
	vertical-align: middle;
	top: 0;
	border: 1px solid #2587d4;*/
}
.accordion-header-icon:before {
	content: "";/*f105 f138  */
	font: normal normal normal 12px/2 FontAwesome;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 50px;
	background: url(icon-plus.png) no-repeat bottom center #067fc8;
    background-color: rgb(6, 127, 200);
	background-color: #067fc8;
	background-position:center;
	border: 1px solid #067fc8;
	/*height:54px;*/
	height: inherit;
} 
.accordion-header-icon.accordion-header-icon-active { 
	color:#eea43e;
}

.accordion-header-icon.accordion-header-icon-active:before {
	content: " ";color:#FFF;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 50px;
	background: url(icon-minus.png) no-repeat bottom center #067fc8;
    background-color: rgb(6, 127, 200);
	background-color: #fff;
	background-position:center;
	border: 1px solid #067fc8;
	height: inherit;
}

@media only screen and (min-width:320px) and (max-width:767px) {
.accordion-header h1 {
	font-size:13px!important;
	width:94%;
 
}
.accordion-item-active .accordion-header h1 {
	font-size:13px!important;
	width:94%;
}
.accordion-content {
    padding: 12px 0;
}
.accordion-header h1 span {
    margin-left: 30px;
    display: inherit;
}
.accordion-header h1 strong {
    width: 35px;
    position: absolute;
    background: #d82b05;
    margin: -6px 0 0 -10px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.accordion-header h1 {
	width:96%;
 
}
 .accordion-item-active .accordion-header h1 {

	width:96%;
}
}