footer {
	float: left;
	background-color:#282828;
	color:#fff;
	width: 100%;
	height: 8em;
	font-size: 1em;
	position: relative;
	left: 0;
	bottom: 0;
}
.footerSection{
	color:#fff;
	float:left;
	width: 18%;
	height:4em;
	text-align: center;
	display: table;
}
.footerSection a{
	color: #fff;
	transition: color .3s ease-in-out;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}
.footerSection a:hover{
	color: #7fbc50;
}
.footerSection.social{
	width: 25%;
	display: inline-block;
}
.footerSection.social ul{
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
.footerSection.social ul > li{
	float: left;
	width: 25%;
	height: 4em;
	display: table;
	display:table-cell;
	vertical-align:middle;
}
.footerSection.social ul > li a{
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 45px;
}
.footerSection.social ul > li a.twitter{
	background-image: url("/javax.faces.resource/img/twitter.png.xhtml?ln=common&v=2_3");
}
.footerSection.social ul > li a.twitter:hover{
	background-image: url("/javax.faces.resource/img/twitter_green.png.xhtml?ln=common&v=2_3");
}
.footerSection.social ul > li a.google{
	background-image: url("/javax.faces.resource/img/google.png.xhtml?ln=common&v=2_3");
}
.footerSection.social ul > li a.google:hover{
	background-image: url("/javax.faces.resource/img/google_green.png.xhtml?ln=common&v=2_3");
}
.footerSection.social ul > li a.linkedin{
	background-image: url("/javax.faces.resource/img/linkedin.png.xhtml?ln=common&v=2_3");
}
.footerSection.social ul > li a.linkedin:hover{
	background-image: url("/javax.faces.resource/img/linkedin_green.png.xhtml?ln=common&v=2_3");
}
.footerSection.social ul > li a.youtube{
	background-image: url("/javax.faces.resource/img/youtube.png.xhtml?ln=common&v=2_3");
}
.footerSection.social ul > li a.youtube:hover{
	background-image: url("/javax.faces.resource/img/youtube_green.png.xhtml?ln=common&v=2_3");
}
.footerSection.top{
	float: left;
	width: 100%;
	max-width: 100%;
	font-size: 1em;
	display: table;
	padding: 0 8%;
}
.footerSection.bottom{
	float: left;
	width: 100%;
	max-width: 100%;
	font-size: .8em;
	display: inline-block;
	padding-top: 1.5em;
}
@media screen and (max-width: 50em) {
	footer {
		height: 20em;
		position: relative;
	}
	.footerSection, .footerSection.social{
		width: 100%;
	}
	.footerSection.social ul > li{
		display: table;
	}
	.footerSection.social ul > li a{
		display: table-cell;
		vertical-align: middle;
	}
}
