
.footer{
	margin: 80px 0px 0px;
	padding: 30px 0px 0px 0px;
	background-color: #333333;
}

.footer p{
	font-size: 10px;
	color: lightgray;
	text-align:center;
}

.footer a{
	color: white;
}

.footer a:hover{
	color:#FFD849;
}


.social {
    padding: 0px 0px 10px 0px;
    text-align: center;
}
.social ul{
	padding:0;
	margin:0;
}
.social ul li {
    display: inline-block;
    margin: 0 3px;
}
.social ul li a {
    width: 36px;
    height: 36px;
    display: block;
}

.social ul li a.facebook{
    background: url(../images/social.jpg) no-repeat -8px -8px; 
}

.social ul li a.twitter{
    background: url(../images/social.jpg) no-repeat -97px -51px ;
}

.social ul li a.mail{
    background: url(../images/social.jpg) no-repeat -8px -94px ;
}

.social ul li a.instagram{
    background: url(../images/social.jpg) no-repeat -51px -51px ;
}

.social ul li a.youtube{
    background: url(../images/social.jpg) no-repeat -97px -94px ;
}

.social ul li a:hover{
	opacity: .5;
}