#footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
	padding-top:25px;
    text-align: center;
}

#footer ul {
    margin-top: 30px;
}

#footer ul li {
    display: inline-block;
    vertical-align: middle;
}

#footer ul li a {
    display: block;
    margin: 0 5px;
    opacity: 0.8;
    text-indent: -9999px;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;  
    -moz-transition: opacity 0.3s ease-in;  
    -o-transition: opacity 0.3s ease-in; 
}

#footer ul li a:hover {
    opacity: 1;
}

.social-google a {
    width: 39px;
    height: 39px;
    background: transparent url('../images/icon-google+.png') no-repeat 0 0;
}

.social-google a:hover {
    background-position: 0 -39px;
}

.social-fb a {
    width: 45px;
    height: 47px;
    background: transparent url('../images/icon_fb.png') no-repeat 0 0;
}

.social-fb a:hover {
    background-position: 0 -47px;
}

.social-twitter a {
    width: 35px;
    height: 45px;
    background: transparent url('../images/icon-twitter.png') no-repeat 0 0;
}

.social-twitter a:hover {
    background-position: 0 -45px;
}

.social-youtube a {
    width: 79px;
    height: 32px;
    background: transparent url('../images/icon-youtube.png') no-repeat 0 0;
}

.social-youtube a:hover {
    background-position: 0 -32px;
}

#powered {
    text-align: center;
}

#powered label {
	color: grey;
}

#powered label a {
	text-decoration: none;
	color: grey;
}