@charset "utf-8";
/* CSS Document */
#footer-community .si-light {
	color: #111111 !important;
}
#footer-community .si-dark {
    background-color: #111111;
}
#copyrights .container.border-top {
	border-color: rgba(210,210,210,0.5);
}
@media (max-width: 575.98px) {
	#footer-logo img {
		max-width: 200px;
	}
}

#footer-logo a {
	display: flex;
	min-height: 70px;
	align-items: center;
}

#float-ad.si-sticky.si-sticky-right-bottom {
	width: 40px;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
	transform: translateY(0%);
	transition: all 0.2s ease;
}
.gototop-active #float-ad.si-sticky.si-sticky-right-bottom {
	bottom: 70px;
}