section.hasFooter {
	background-color: #3c3c3c;
	overflow: hidden;
	text-align: center;
}


.fragment.Footer img {
	display: inline-block;
	max-width:100%;
}

.fragment.Footer > div {
	margin-bottom: 50px;
}


.fragment.Footer .col.A {
	text-align: center;
	margin-top: 60px;
}

.fragment.Footer .col.B {
	margin-top: 60px;
}

@media screen and (min-width: 1100px) {
	.fragment.Footer .col {
		float: left;
	}

	.fragment.Footer .col.A {
		text-align: left;
		width: calc((100% - 400px) / 2);
	}

	.fragment.Footer .col.B {
		width: 400px;
	}
}






#socials {
	text-align: center;
}

#socials > a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	margin: 0 7px;
	border: 2px solid #fff;
	transition: all 0.1s ease-out;
}

#socials > a:hover {
	transform: scale(1.15);
}


#copyright {
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #c3c3c3;
	margin-top: 18px;
}