/* footer */
.footer {
	background-color: #383838;	
}

.footer .footer-top,
.footer .footer-bottom {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-top,
.footer-bottom,
.footer-top a {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #cccccc;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 15px;
}

.footer-top p {
	display: inline-block;
}

.gj-divider {
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0;
	background-color: #666666;
	position: relative;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
}

.footer-bl p {
	text-align: left;
}
.footer-br{
	display: flex;
	align-items: center;
}
.footer-br p {
	text-align: right;
}

.footer-bl p,
.footer-br p {
	line-height: 2;
}
