.accordion2 {
}
.accordion2 h3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b51927+0,b22934+100 */
	background: #db2a19; /* Old browsers */

	border-top: 1px solid #F0F0F0;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding: 4px 15px;
	margin: 0;
	font: normal 90%/190% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	border-bottom: none;
	cursor: pointer;
	transition: .3s all ease;
}
.accordion2 h3:before {
	content: "\f067";
	font-family: FontAwesome;
	margin-right: 10px;
}
.accordion2 h3:hover {
	background: #70B3C1; /* old browsers */
	color: #B51927;
}
.accordion2 h3.active {
	background: #70B3C1; /* old browsers */
	color: #B51927;
}

.accordion2 h3.active:before {
	content: "\f068";
	font-family: FontAwesome;
	display: inline-block;
	color: #B51927;
	margin-right: 10px;
}

.accordion2 .acc_div  {
	/*background: #F4F5F5;*/
	/*font-size: 12px;*/
	margin: 0;
/*	height: auto !important;*/
	display: none;
}



.accordion3 {
}


.accordion3 h3 {
	background: #bcb8b1; /* Old browsers */

	background:  url('../images/arrow-square.gif') #bcb8b1 no-repeat right -49px;

	border-top: 1px solid #999;
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.6); /* Firefox */
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.6);

	padding: 4px 15px;
	margin: 0;
	font: normal 90%/190% Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom: none;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.accordion3 h3:before {
	background-image:  url('../images/arrow-square.gif') no-repeat right -49px;
}

.accordion3 h3.active:before {
	/*content: "\f068";*/
	font-family: FontAwesome;
	display: inline-block;
	color: #B51927;
	margin-right: 10px;
}

.accordion3 h3:hover {
	background:  url('../images/arrow-square.gif') #869994 no-repeat right -49px;
}
.accordion3 h3.active {
	background: #643D3D; /* old browsers */

}
.accordion3 .acc_div  {
	background: #F4F5F5;
	font-size: 12px;
	margin: 0;
	display: none;
}