#uuaa{
	position: fixed;
	top: 0;
	left: 0;
	width: 1%;
	height: 100%;
	z-index: 999
}

#uuaa>ul{
	height: 100%
}

#uuaa h1{
	margin: 0 0 2em;
	font-size: 1em;
}

#uuaa h1 img{
	max-width: 100%
}

#uuaa h2{
	font-size: 1.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 0.2em solid #fff;
}

#uuaa .item{
	background-position: -300px 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 8.3333%;
	display: block;
	cursor: pointer;
	transition: width 0.3s ease;
}

#uuaa .item:hover{
	background-position: -70px 50%;
	width: 11em;
}

#uuaa .item .info{
	left: -25em;
	width: 25em;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 998;
	color: #fff;
	padding: 2em 2em 4em;
	cursor: default;
	transition: all 0.3s ease;
}

#uuaa .item.active{
	height: 100%
}

#uuaa .item.active .info{
	left: 0 !important;
}

#uuaa .info .scroll{
	height: 90%;
}

#uuaa .item a{
	color: #fff;
	padding: 1em 0;
	display: block;
	border-bottom: thin solid #fff
}

#uuaa .item a.active{
	font-weight: 700
}

#uuaa .item a i{
	margin-right: 0.5em
}

#uuaa .item a.acordion:before{
	font-family: "FontAwesome";
	content: "\f078";
	float: right;
}

#uuaa .item a.acordion.active:before{
	content: "\f077";
}

#uuaa .item ul ul{
	display: none;
}

#uuaa .item ul ul a{
	border: none;
	padding: 0.5em 0;
}

#uuaa .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	margin:0;
	font-size: 1.1em;
	font-weight: 700;
}

#uuaa .bottom a{
	border: none;
	padding: 0 2em 2em;
}

#uuaa .link{
	border-color: #fff;
	color: #fff;
}

#uuaa .link:hover{
	background: rgba(255,255,255,0.4);
}