.fixed {
	position: fixed;
}
#wrapper-nav-global.fixed {
/*border-bottom: solid 1px #CACDD0;*/
	width: 100%;
z-index: 100;
box-shadow:  0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.pageup a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 10px;
background: rgba(27,18,133,0.9);
	background-image: url(../images/arrow-1.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 50px;
	right: 50px;
	text-indent:-9999px;
}
.pageup a:hover {
opacity:0.5;
}
