.gotop {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 18%;
	right: 0%;
	background-color: #23afaf;
	color: #FFFFFF;
	z-index: 999;
	display: none !important;
	background-image: url(../images/top.png);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
