footer {
	font-size: 13px;
}
footer .row.black {
	color: white;
	background-color: black;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer .row.black a {
	color: white;
}
footer .row.black p + p {
	margin-top: 25px;
}
footer .row.black p.social a + a {
	margin-left: 10px;
}
footer .social img {
	border: 1px solid white;
	border-radius: 13px;
}
footer .footer-title {
	font-weight: bold;
	text-transform: uppercase;
}
footer .footer-title {
	font-weight: bold;
	text-transform: uppercase;
}
footer .foot {
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
}
footer .foot a {
	color: black;
}
@media screen and (max-width: 767px) {
	footer .row.black .col-xs-12 + .col-xs-12 {
		margin-top: 40px;
		padding-left: 68px;
	}
	footer .foot {
		font-size: 2vw;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	footer .row.black {
		padding-top: 50px;
	}
	footer .foot .col-xs-12:first-of-type {
		padding-left: 5.5%;
	}
	footer .foot .col-xs-12:last-of-type {
		text-align: right;
	}
}