@charset "utf-8";


/* Groval menu hide */

html, body { height: 100%; }

/*
body { 
	position:relative; margin: 0; 
}
*, *:before, *:after {  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.cover { position: relative; width: 100%; margin: 0; padding: 0;}
.centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 50%; height: 50px; text-align: center; }

*/



/* Return to top */
#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: rgba(217,163,0,.5); 
	text-decoration: none;
	color: black;
	width: 100px;
	padding: 10px 30px 10px 30px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition:0.4s;
	box-shadow: 0px 0px 5px #CCC;
}
#page-top a:hover {
	text-decoration: none;
	background: #D4AC20;
}