/*--------------------------------------------------
	  **Tech And All Social Icons Roll Over**
---------------------------------------------------*/
.social-icons {
	float:left;
	padding: 0!important;
	margin: 0!important;
	list-style-type: none!important;
}
.social-icons li{
	float: left!important;
	margin-right: 2px!important;
	margin-bottom: 2px!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: 40px!important;
	height: 40px!important;
	text-indent: -9999px!important;
}
.social-icons li a:hover {
	background-position: 0 -40px!important;
}
.social-icons li a {
	background-color:transparent;
}
.social-icons li.instagram a {
	background: url(../img/social-i.png) no-repeat 0 0;
}
.social-icons li.instagram a:hover {
	background-color: #ff0000;
}
.social-icons li.facebook a {
	background: url(../img/social-f.png) no-repeat 0 0;
}
.social-icons li.facebook a:hover {
	background-color: #3b5998;
}
.social-icons li.twitter a {
	background: url(../img/social-t.png) no-repeat 0 0;
}
.social-icons li.twitter a:hover {
	background-color: #2aa3ef;
}
.social-icons li.whatsapp a {
	background: url(../img/social-w.png) no-repeat 0 0;
}
.social-icons li.whatsapp a:hover {
	background-color: #19D234;
}