/*--------------------------------------------------
	  **Tech And All Social Icons Roll Over**
---------------------------------------------------*/

.social-icons li{
	float: left!important;
	margin-right: 4px!important;
	padding: 0px!important;
	display: inline!important;
	width: auto!important;


}
.social-icons li a {
	-moz-transition: all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 35px!important;
	height: 35px!important;
	text-indent: -9999px!important;





}
.social-icons li a:hover {
	background-position: 0 -44px!important;
}
.social-icons li a {
	background-color:transparent;
}

.social-icons li.facebook a {
	background:#283891 url(../images/hfacebook.png) no-repeat 0 0;
}
.social-icons li.facebook a:hover {
	background-color: #3c5a99;
}

.social-icons li.linkedin a {
	background:#1077a9 url(../images/hlinkedin.png) no-repeat 0 0;
}
.social-icons li.linkedin a:hover {
	background-color: #0b587d;
}
.social-icons li.twitter a {
	background:#28a8e0 url(../images/htwitter.png) no-repeat 0 0;
}
.social-icons li.twitter a:hover {
	background-color: #1585b6;
}

.social-icons li.googleplus a {
	background:#d34231 url(../images/hgoogleplus.png) no-repeat 0 0;
}
.social-icons li.googleplus a:hover {
	background-color: #e82e18;
}
