*{
	margin: 0;
	padding: 0;
	border: 0;
}

.btn-wsp {
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 53px;
	bottom: 145px;
	right: 10px;
	background: #3c2415;
	color: #c39968;
	border-radius: 50px;
	text-align: center;
	font-size: 38px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;
}

.btn-wsp:hover{
	text-decoration:none;
	color: #e1ccb5;
	background: #c39968;
}