$(document).ready(function(){
  
  /*scheda immobile x social e stampa*/
  $('.socialestampa').qtip({ style: { name: 'light', tip: true },position: {corner: {target: 'bottomRight',tooltip: 'topRight'}}});
  
  /*traduzioni e rss*/
  $('.tradurss').qtip({ style: { name: 'light', tip: true },position: {corner: {target: 'bottomRight',tooltip: 'topRight'}}});
  
  /*scheda immobile per form contatti*/
  $('#immo_richiesta_informazioni input[title], #immo_richiesta_informazioni textarea[title], #immo_richiesta_informazioni checkbox[title]').qtip({ style: { name: 'red', tip: true },position: {corner: {target: 'topMiddle',tooltip: 'bottomMiddle'}}});

  /*scheda agenzia per form contatti*/
  $('#age_richiesta_informazioni input[title], #age_richiesta_informazioni textarea[title], #age_richiesta_informazioni checkbox[title]').qtip({ style: { name: 'red', tip: true },position: {corner: {target: 'topMiddle',tooltip: 'bottomMiddle'}}});
  
  /*modulo contatti*/
  $('#contatti_richiesta_informazioni input[title], #contatti_richiesta_informazioni textarea[title], #contatti_richiesta_informazioni checkbox[title]').qtip({ style: { name: 'red', tip: true },position: {corner: {target: 'topMiddle',tooltip: 'bottomMiddle'}}});

  /*modulo proponi*/
  $('#proponi_immobile input[title], #proponi_immobile textarea[title], #proponi_immobile checkbox[title]').qtip({ style: { name: 'red', tip: true },position: {corner: {target: 'topMiddle',tooltip: 'bottomMiddle'}}});

  /*modulo richiedi*/
  $('#richiedi_immobile input[title], #richiedi_immobile textarea[title], #richiedi_immobile select[title], #richiedi_immobile checkbox[title]').qtip({ style: { name: 'red', tip: true },position: {corner: {target: 'topMiddle',tooltip: 'bottomMiddle'}}});

});
