/* BH Scroll Top */

#go-top {
	display: none;
	font-size: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: 2px solid #333;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	transition: .5s;
}
#go-top svg{
	width: 12px;
}