a#facebook
{
	width:32px;
	height:32px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/fbicon.png");
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;

}
a#facebook:hover
{
	width:36px;
	height:36px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/fbicon.png");
	background-size: 36px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;

}
a#twitter
{
	width:32px;
	height:32px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/twicon.png");
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}
a#twitter:hover
{
	width:36px;
	height:36px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/twicon.png");
	background-size: 36px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}
a#linkedin
{
	width:32px;
	height:32px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/lnicon.png");
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}
a#linkedin:hover
{
	width:36px;
	height:36px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/lnicon.png");
	background-size: 36px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}
a#googleplus
{
	width:32px;
	height:32px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/gicon.png");
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}
a#googleplus:hover
{
	width:36px;
	height:36px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/gicon.png");
	background-size: 36px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}
a#email
{
	width:32px;
	height:32px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/mlicon.png");
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}
a#email:hover
{
	width:36px;
	height:36px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/mlicon.png");
	background-size: 36px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}
a#small_facebook
{
	width:40px;
	height:40px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/art_facebook.png");
	background-repeat:no-repeat;
	float:left;
	margin-bottom:5px;

}

a#small_twitter
{
	width:40px;
	height:40px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/art_twitter.png");
	background-repeat:no-repeat;
	float:left;
	margin-bottom:5px;
}

a#small_linkedin
{
	width:40px;
	height:40px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/art_linkedin.png");
	background-repeat:no-repeat;
	float:left;
	margin-bottom:5px;
}

a#small_googleplus
{
	width:40px;
	height:40px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/art_google.png");
	background-repeat:no-repeat;
	float:left;
   margin-bottom:5px;
}
a#small_email
{
	width:40px;
	height:40px;
    display:block;
    text-indent:2000px;
    overflow:hidden;
	background-image:url("../images/art_mail.png");
	background-repeat:no-repeat;
	float:left;
	margin-bottom:5px;
}
