 h1,h3 {
  /* WebKit (Safari/Chrome) Only */
  /*-webkit-text-stroke: 1px white;*/
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  /*color: white;*/
  
  text-shadow:
    3px 3px 0 #E3E3E3,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #E3E3E3,  
    1px -1px 0 #E3E3E3,
   -1px  1px 0 #E3E3E3,
    1px  1px 0 #E3E3E3;
}

#map-canvas img{
  max-width: none;
}

.coffe-table {
	
  background: transparent url(../images/coffe_table.jpg) no-repeat;

}

.targeta {

  background: transparent url(../images/targeta.jpg) no-repeat;

}

.hero-unit2{padding:20px;margin-bottom:20px;font-size:16px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}