.btn-control {
	display: none;
	background-color: rgba(0,0,0,.5);
	font-size: 25px;
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
	min-height: 40px;
}

.btn-control:hover .fa-inverse {
	color: #80fffd !important;
}

.btn-control.up {
	top:0;
}

.btn-control.down {
	top: 94%;
}

.main-menu {
	position: relative;
	top:0;
}

.aside-menu:hover .btn-control {
	display: block !important;
	cursor: pointer !important;
}