function initJQ()
{
  if (navigator.userAgent.indexOf('Safari') != -1) {
  $(".back_to_top").css("top", "-95px");
  
  }
}

$(document).ready(initJQ); 