/*--------------------------------------------------
	  **Tech And All Social Icons Roll Over**
---------------------------------------------------*/
.social-icons {
	padding:0px !important;
	margin:0!important;
	list-style-type: none!important;
	float:right;
}
.social-icons ul{margin:0px; padding:0px; float:right;}
.social-icons li{
	float: left!important;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
	padding: 0px!important;
	width: auto!important;

}			
.social-icons li a {
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0px!important;
	width: 30px!important;
	height: 68px!important;
	text-indent: -9999px!important;
}
.social-icons li a:hover {
	background-position: 0 -68px!important;
}
.social-icons li a {
	background-color:transparent;
}
.social-icons li.facebook a{background: url(../images/facebook.png) no-repeat 0 0;}
.social-icons li.facebook a:hover{background-color:#3b5998;}

.social-icons li.googleplus a{background: url(../images/googleplus.png) no-repeat 0 0;}
.social-icons li.googleplus a:hover{background-color: #d94a39;}

.social-icons li.linkdin a{background:url(../images/linkdin.png) no-repeat 0 0;}
.social-icons li.linkdin a:hover{background-color:#fe9900;}

.social-icons li.twitter a {background:url(../images/twitter.png) no-repeat 0 0;}
.social-icons li.twitter a:hover {background-color:#48c4d2;}

.social-icons li.youtube a {background:url(../images/youtube.png) no-repeat 0 0;}
.social-icons li.youtube a:hover {background-color:#FF0000;}

.social-icons li.qr a {background:url(../images/qr.png) no-repeat 0 0;}
.social-icons li.qr a:hover {background-color:#000033;}
