/* Social Media */

/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
cursor:pointer;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 15px;
left: 0;
width: 200px;
z-index: 100;
color: #323232;
padding: 2px 10px 2px 10px;
background-color:#f1efef;
border:1px solid #9d9c9c;
border-radius: 3px 3px 3px 3px;
font-family: Arial,Helvetica,Verdana,sans-serif;
font-style: Normal;
text-align: left;
font-size:12px;
box-shadow: 0 1px 1px #CCC;
font-weight: normal !important;
}


  .social a.tooltip:hover span{
	  top:-100px !important;
	  width:280px !important;	
  }
  
  .social a.tooltip.info_socialmedia:hover span{
	  top:-100px !important;	
	  width:280px !important;
  }

  a.tooltip.info_socialmedia:hover span{
	  width:280px !important;
	  left:0px !important;	
  }

  a.tooltip.like_box:hover span{
	  width:280px !important;
	  top:-100px !important;
	  left:0px;	
  }

  .social .social_mail{ 
    float:none !important;  
    clear:left;
    font-family: Verdana,sans-serif;
    font-size:8px;
  }
 
  .social .social_google{
	  width:75px !important;	  
  }
  
  .social li {
	  float: left !important;
    height: 30px !important;
    margin-right: 5px !important;
    list-style: none;
  }
	
  .social{
    margin-bottom: 80px !important;	 
  }
 
  .social li .info_socialmedia{
	  margin-left:10px !important;
	  list-style: none;	  
  }
