.scrollToTop{
	width:45px;
	height:45px;
	line-height: 38px;
	text-align:center; 
	font-weight: bold;
	color: #ffffff!important;
	text-decoration: none;
	position:fixed;
	bottom:75px;
	right:10px;
	display:none;
	z-index:101;
	background: #1fa739;
	border-radius: 50%;
	font-size: 30px;
}
.scrollToTop:focus, .scrollToTop:hover{
	text-decoration:none;
	color: #ffffff;
}

@media (min-width: 768px) {
	.scrollToTop{right:15px;}
}