/* ======================================================================
  Footer
======================================================================== */

.v2-footer {
	margin: 40px 0;
	padding-top: 10px;
	border-width: 1px 0 0 0;
	border-style: solid;
	font-size: 12px;
}

@media (max-width: 768px) {
	.v2-footer {
		text-align: center;
	}
}

.v2-footer .v2-footer-link {
	text-decoration: none;
	margin: 40px 0;
	padding-top: 20px;
	color: #999;
}

.v2-footer .v2-footer-link:hover {
	text-decoration: underline;
}

.v2-footer .v2-footer-links {
	text-align: right;
}

@media (max-width: 768px) {
	.v2-footer .v2-footer-links {
		margin-top: 20px;
		text-align: center;
	}
}

.v2-footer a:hover {
	text-decoration: underline;
}