
.footer-bottom { padding:22px 66px 90px 66px; border-top:solid 1px rgba(255, 255, 255, 0.4); font-family: Ubuntu; font-size: 14px; font-weight: 300; line-height: 18px; letter-spacing: 0.7px; }
.footer-bottom h3 { font-weight: 500; letter-spacing: 0.85px; }
.footer-bottom a { text-decoration:underline; }
.footer-bottom-right { text-align:right; }

@media (max-width: 991px) {
	.footer-bottom { padding-bottom:20px; }
	.footer-bottom-left { text-align: center; }
	.footer-bottom-right { text-align: center; }
}
@media (max-width: 767px) {
	.footer-bottom { padding: 22px 0 45px 0; }
	.footer-bottom-left,
	.footer-bottom-right { text-align:center; }
}
@media (max-width: 420px) {
	.footer-bottom-left { margin-bottom: 16px; }
	.footer-bottom-right .two { display: none; }
	.footer-bottom-right .three { display: block; }
}
@media (max-width: 340px) {
	.footer-bottom-left { letter-spacing: 0; padding-left: 9px; padding-right: 9px; }
}