@charset "UTF-8";
/* CSS Document */


/* #Footer Social icons
================================================== */
footer .socialIcons{
margin-left:0px;
}
footer .socialIcons li{
    position: relative;
    display: inline;
	list-style: none;
	text-indent: -999px;
    float: left;
    width: 32px;
	height: 32px;
	overflow: hidden;
    margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

footer .socialIcons li a{
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 32px;
	width: 32px;
}

footer .socialIcons li a:hover, footer .socialIcons li a:focus {
  background-color: transparent;
}


footer .socialIcons li:hover {
  background-position: 0 -32px;
}

.facebook {background: url(../images/footer/facebook.png) no-repeat;}
.linkedin {background: url(../images/footer/linkedin.png) no-repeat;}
.youtube{background: url(../images/footer/youtube.png) no-repeat;}
.vimeo {background: url(../images/footer/vimeo.png) no-repeat;}

.instagram {background: url("../images/footer/instagram.png") no-repeat;}



