#toTop{
    position: fixed;
	bottom: 35px;
	right: 30px;
	cursor: pointer;
	
}
@media only screen and (max-width: 767px) {
	
	#toTop{
	bottom: 5px;
	right: 0%;
	cursor: pointer;
	
		}
}	
	