/* Menu Button */
.menu-button {
	position: relative;
	top: 5px;
	left:0;
	z-index: 1000;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	font-size: 25px;
	color: #373a47;
	background: transparent;
	cursor:pointer;
	margin-top:-5px;
}

.menu-button span {
	display: none;
}

.menu-button:hover {
	color:#899898;
}
.menu-button i{
	width:100%;
	height:100%;
}

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 999;
	background: #c5c5c5;
	-webkit-transition: width 0.3s, height 0.3s;
	-ms-transition: width 0.3s, height 0.3s;
	-moz-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
	width: 0;
	height: 0;
	font-size: 1.5em;
	top: 0px;
	left: 0;
	visibility:hidden;
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.menu {
	height: 100%;
	opacity: 0;
	font-size: 14px;
	color: #353535;
	text-align: left;
}

.profile {
	display: inline-block;
	line-height: 42px;
	padding: 10px 20px;
	width: 100%;
	padding-left: 30px;
	position:relative;
}
.profile span{
	font-weight:300;
	color:#353535;
	font-size:16px;
	padding-top: 10px;
	display: inline-block;
}

.profile_pic {
	position:absolute;
	border-radius: 50%;
	right:20px;
	top:10px;
	width: 100%;
	max-width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,0.4);
}

.link-list {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	border-top: 1px solid rgba(255,255,255,0.4);
}

.link-list a {
	display: block;
	margin: 0.25em 0;
	color: #353535;
	padding: 5px 20px;
	font-weight:200;
	font-size: 14px;
	text-transform: none !important;
}

.link-list a:hover,
.link-list a:focus
.link-list a.selected {
	color: #fff;
}

.link-list a span {
	font-weight: 200;
	vertical-align: middle;
}

.icon-list {
	position: absolute;
	right: 1em;
	bottom: 0.5em;
}
.linguas-list{
	position: absolute;
	left: 1em;
	bottom: 0.4em;
	display:none;
}

.icon-list a {
	font-size: 1.5em;
	margin-left: 0.25em;
	color: rgba(125,129,148,0.5);
}
.icon-list a i:before{
	color:#353535;
}
.icon-list a:hover i:before{
	color:#fff;
}

/* Shown menu */

.show-menu .menu-wrap {
	width: 280px;
	height: 260px;
	visibility:visible;
}

.show-menu .menu {
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.3s;
	-moz-transition: opacity 0.3s 0.3s;
	-ms-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

.link-list .header_textos{
	display:none;
}
@media only screen and (max-width: 790px) {
	.link-list .header_textos{
		display:block;
	}
	.show-menu .menu-wrap {
		width: 280px;
		height: 400px;
	}
	.header_textos.selected:after{
		display:none !important;
	}
	.header_textos_not{
		display:block;
		position:absolute;
		right:30px;
		top:0px;
	}
}
@media only screen and (max-width: 440px) {
	.linguas-list{
		display:block;
	}
	.linguas{
		margin:0;
	}
	.hexa, .hexa div {
		width: 27px;
		height: 21px;
	}
	.hexa {
		width: 27px;
		height: 21px;
	}
	.hex2 {
		padding-top: 3px;
		font-size: 10px;
	}

}
