

#fade
{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background: #000;
	
	z-index: 1000;
	opacity: 0.8;
}

.title-nav
{
	display: none;
	position: absolute;
	z-index: 1001;
	color: #fff;
}

	.title-nav ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.title-nav ul li
		{
			margin: 0;
			padding: 0;
		}
	
	.title-nav a
	{
		color: #fff;
	}


.accordion
{
	
}

.accordion h4
{
	margin: 0;
	
	font-size: 19px;
	
	border: 0;
	padding: 0 0 20px 0;
	text-decoration: none !important;
	outline: 0 !important;
	margin-left: 20px;
	line-height: 30px;
}

.accordion h4:before
{
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	text-decoration: inherit;
	position: absolute;
  margin-left: -20px;
}

.accordion h4.ui-state-active:before
{
	content: "\f107";
}

.accordion h4:active
{
	text-decoration: none;
	outline: 0 !important;
}

.accordion h4 a:focus
{
	text-decoration: none;
	outline: 0 !important;
}

	.ui-accordion-content
	{
		border: 0;
		overflow: auto;
		padding: 20px;
		background: #eee;
		/* border: 1px solid rgba(0,0,0,0.2); */
		margin-bottom: 20px;
	}
