/* - FOOTER - */

footer {
	display: block;
	position: relative;
	background: #fff;
	border-top: 2px solid #e7e4e2;
	margin-top: 30px;
}

footer > .container {
	text-align: left;
}

footer .footer {
	position: relative;
	padding: 30px 0;
	margin: 0;
}

footer .footer .footer-top-link,
footer .footer .footer-top-link:hover,
footer .footer .footer-top-link:focus {
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -16px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #fff;
	border: 2px solid #e7e4e2;
	text-decoration: none;
	text-align: center;
	color: #e4e4e4 !important;
	cursor: pointer;
}

footer .footer .footer-top-link > i.fa {
	font-size: 28px;
	line-height: 24px;
}

footer .footer .footer-top-link:before,
footer .footer .footer-top-link:after {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 3px;
	height: 32px;
	background: #fff;
}

footer .footer .footer-top-link:before {
	left: -5px;
}

footer .footer .footer-top-link:after {
	right: -5px;
}

.footer-style {
	display: block;
}

.footer-style a,
.footer-style a:focus {
	color: inherit;
	text-decoration: none;
}

.footer-style a:hover {
	color: inherit;
	text-decoration: underline;
}

.footer-style p {
	margin: 0 !important;
}

.footer-style ul {
	display: inline-block;
	margin: 0 auto 15px auto !important;
	padding: 0 !important;
	list-style: none !important;
}

@media (max-width: 767px) {
	.footer-style ul {
		display: block;
	}
}

.footer-style ul > li {
	position: relative;
	margin: 0 30px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	float: left;
}

@media (max-width: 767px) {
	.footer-style ul > li {
		margin: 0 !important;
		padding: 0 !important;
		float: none;
	}
}

.footer-style ul > li:last-child {
	margin: 0 !important;
}

.footer-style ul > li:after {
	position: absolute;
	top: 0;
	right: -19px;
	content: '|';
	display: block;
}

@media (max-width: 767px) {
	.footer-style ul > li:after {
		display: none;
	}
}

.footer-style ul > li:last-child:after {
	display: none;
}

footer .footer-style p.powered-info {
	margin: 0 !important;
}

@media (min-width: 768px) {
	footer .footer-style p.powered-info {
		position: absolute;
		top: 30px;
		right: 0;
	}
}