/*----------------------------
    Social Icons
-----------------------------*/
.getSocial {

	min-height: 40px;
	padding: 0;
	font-size: 0;
	margin:20px 0px
}

.socialIcons {
	width: auto;
	
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.socialIcons li {
	display: inline-block;
	margin: 0px 1px;
	padding: 0;
    background-image:url(social.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.socialIcons li:hover {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.socialIcons li a {
	display: block;
	text-indent: -9999;
	height: 40px;
	width: 40px;
	margin-right:10px;
}

.socialIcons li.twitter { background-position: 0 0px; }
.socialIcons li.twitter:hover { background-position: 0 -40px; }
.socialIcons li.facebook { background-position: 0 -80px; }
.socialIcons li.facebook:hover { background-position: 0 -120px; }
.socialIcons li.vimeo { background-position: 0 -160px; }
.socialIcons li.vimeo:hover { background-position: 0 -200px; }
.socialIcons li.youtube { background-position: 0 -240px; }
.socialIcons li.youtube:hover { background-position: 0 -280px; }
.socialIcons li.googleplus { background-position: 0 -320px; }
.socialIcons li.googleplus:hover { background-position: 0 -360px; }
.socialIcons li.instagram { background-position: 0 -400px; }
.socialIcons li.instagram:hover { background-position: 0 -440px; }

/*----------------------------
