@charset "UTF-8";
/* CSS Document */

.facebook{
	background: #ddd url(../../img/facebook.png) no-repeat;
	display:block;
	position:relative;
	left:0;
	top:0;
	height:22px;
	overflow:hidden;
	margin:5px 0px 0px 5px;
	padding:0px 0px 0px 35px;
	
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}

.facebook a, .twitter a, .googleplus a{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	color:#000;
	
	font-stretch:normal;
	font-weight:normal;
	text-align:left;
	letter-spacing:0.0px;
	text-decoration:none;
}

.facebook:hover{ 
	height:59px;
}

/*---------------------------------------------------------------------------------------------------------*/
.twitter{
	background: #ddd url(../../img/twitter.png) no-repeat;
	display:block;
	position:relative;
	left:0;
	top:0;
	height:22px;
	overflow:hidden;
	margin:11px 0px 0px 5px;
	padding:0px 0px 0px 35px;
	
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}

.twitter:hover{ 
	height:59px;
}

/*---------------------------------------------------------------------------------------------------------*/
.googleplus{
	background: #ddd url(../../img/googleplus.png) no-repeat;
	display:block;
	position:relative;
	left:0;
	top:0;
	height:22px;
	overflow:hidden;
	margin:11px 0px 0px 5px;
	padding:0px 0px 0px 35px;
	
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}

.googleplus:hover{ 
	height:59px;
}