 a#scrollIcon{
text-align: center;
text-decoration:none;

width:50px;
height:50px;
border-radius:50%;

background:#ccc;
opacity:0.5;

position:fixed;
bottom:0px;
right:0px;
display:none;
border:1px solid #000;

}
#scrollIcon span{
font-weight:bold;
font-size:28px;
color:#333;
padding-top:12px;
display: block;
}

 
#scrollIcon.scroll {display: block;}


@media only screen and (min-width: 62em) {

	  
}
@media only screen and (min-width: 62em) {
  a#scrollIcon{
	bottom: 60px;
	right: 10px;  
	
  }
	  
}
@media only screen and (min-width: 86em) {
 a#scrollIcon{
	
	bottom:60px;
	right:120px;  
  }
	  
}
@media only screen and (min-width: 1900px) {

	  
}