@media (max-width: 1080px) 
{
	#bttop{position:fixed;bottom:10px;right:12px;cursor:pointer;display:none; width:20px}
	#bttop p{padding: 5px; border-radius: 3px;  font-size:100%; background:#F7931D; color:#FFF; text-align:center; margin:5px 5px; float:left}
	#bttop p:hover{background:#ff6734;}
}
@media (min-width: 1081px) 
{
	#bttop{position:fixed;bottom:50px;right:20px;cursor:pointer;display:none; width:50px}
	#bttop p{padding: 10px; border-radius: 3px;  font-size:120%; background:#F7931D; color:#FFF; text-align:center; margin:5px 0px; width:40px}
	#bttop p:hover{background:#ff6734;}
}