.accordion{margin-left:10px;border-top:1px solid #e1e2e3;position: relative;}

.drawer{width:100%;}
.accordion-item{background:#fff;border-bottom:1px solid #E0E0E0;}
/*.accordion-header:hover{background:#4a4d51; }

.accordion-header:hover h1{color:#fff;}
.accordion-header:hover .accordion-header-icon{background: url('../images/plus2.png') left top no-repeat;background-size: 25px;}*/
.accordion-item-active .accordion-header{transition:.25s;}
.accordion-item-active .accordion-header-icon{color:#000;background: url('../images/sub/plus.png') left top no-repeat;background-size: 12px;}
.accordion-item-active .accordion-header h1{color:#ec1f2e;}
.accordion-header{padding:0px;cursor:pointer;min-height:20px;transition:.25s;height:62px;border-bottom:0px;}
 
.accordion-header h1{float:left;font-size:14.5px;margin:0;line-height:62px;color:#2c3e50; font-weight:bold;padding-left:30px;letter-spacing: -0.2px;}

.accordion-content{  display:none;padding:0px;color:#8b9ba6;font-size:13px;line-height:21px;padding-bottom:20px;max-height: 999999px;padding-left:30px;}
.accordion-content p{margin:0;margin-bottom:3px;}
.accordion-header-icon{    text-indent: -9999px;background:url('../images/sub/plus.png') left top no-repeat;position:absolute;left:0px;width:24px;margin-top: 26px;
	height:63px;background-size: 12px;}
.accordion-header-icon.accordion-header-icon-active{background:url('../images/sub/minus.png') left top no-repeat;position:absolute;left:0px;width:24px;margin-top: 26px;
	height:63px;background-size: 12px; }
 