/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 0px;
	left: 1%;
	text-decoration: none;
	color: white;

	font-size: 85px;

	
	width:82px;
	height:88px;
	
	display: none;
	
	z-index:1111111;
}
