	.toggle-blk {margin:0 0 30px 0;}

	.toggle { background-color:#e6e6e6;
					        transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
           -webkit-transition-property: background-color, color;
                   transition-property: background-color, color;
                            box-shadow: none!important;
                           display:table; width:100%;}

	.toggle:hover { background-color:#ccc;}
	.toggle span.active { cursor:pointer;}

	.toggle div.title  { cursor:pointer; text-decoration:none; outline:none; padding:0; border-bottom:1px solid #fff; width:100%; 
						 font-size:20px; line-height:normal; color:#880656;  vertical-align: middle;
					  						transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				           -webkit-transition-property: background-color, color;
				                   transition-property: background-color, color;
				                            box-shadow: none!important; vertical-align:middle;}
	.toggle .name  { font-size:16px; line-height:normal; padding-top:5px; color:#333;}
	.toggle .name.white { color:#fff;}
	.toggle .pane      { border-top:none; overflow:hidden; clear:both; width:100%;}
	.toggle .pane-page { width:100%; background-color:#efefef; border-bottom:1px solid #fff; display:table;}
	.pane-page-pos	{padding:1% 2%;}
	.toggle .pane-page a { color:#88065f; text-decoration:none;}
	.toggle .pane-page a:hover { text-decoration:underline!important;}


	.toggle div.title         { background:url(images/icon-plus-accordion.svg) no-repeat center right;}
	.toggle div.title:hover   { background:url(images/icon-plus-accordion.svg) no-repeat center right;}
	.toggle div.title.active  { background: #880656 url(images/icon-minus-accordion.svg) no-repeat center right; color:#fff;}


	/* • For "orchestra-members.html" */
	.member-img       { width:60px;/*100px*/ display:inline-block; vertical-align:bottom; margin:10px 0 0 0;}
	.member-title-blk { width:80%; margin:0; display:inline-block; vertical-align:middle; padding:1% 0 1% 2%;}

	/* • For "concerts-detail.html" */
	.cd-title-blk { width:94%; margin:0; display:inline-block; padding:1% 5% 1% 2%; color:#666;}
	.cd-title-blk.white { color:#fff;}
	.cd-pane-page-pos	{padding:1% 2%;}