  #toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    z-index: 3000;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url(/forums/assets/icon_totop.png) no-repeat left top;
	cursor: pointer;
}
@media (max-width:980px) {
	
#toTop { display:none !important; }

}