.footer-share-bar {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer-share-bar .fsb-desktop {
	height: 50px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	display: flex;
	z-index: 1000;
	transition: 1s;
	transform: translateZ(0);
}
.footer-share-bar .fsb-desktop .fsb-site {
	display: inherit;
	align-items: center;
	align-content: center;
}
.footer-share-bar .fsb-desktop .fsb-site .fsb-logo {
	max-height: 50px;
	max-width: 50px;
	margin-right: 10px;
	padding: 5px;
}
.footer-share-bar .fsb-desktop .fsb-site .fsb-category {
	font-size: 10px;
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.25);
	line-height: 32px;
	max-height: 32px;
	width: auto;
	height: auto;
	display: inherit;
	padding: 0 10px;
	letter-spacing: 1px;
}
@media (max-width: 450px) {
	.footer-share-bar .fsb-desktop .fsb-site .fsb-category {
		display: none;
	}
}
.footer-share-bar .fsb-desktop .fsb-share {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
@media (max-width: 625px) {
	.footer-share-bar .fsb-desktop .fsb-share {
		display: none;
	}
}
.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper {
	line-height: 32px;
	max-height: 32px;
	width: auto;
	height: auto;
	display: inherit;
	margin: 0 5px;
	text-decoration: none;
	color: white;
}
.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper i {
	margin: 6px 8px;
}
.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper .fsb-icon-text {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-family: sans-serif;
	margin-right: 10px;
}
@media (max-width: 1000px) {
	.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper .fsb-icon-text {
		display: none;
	}
}
.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper.tw {
	background-color: #55acee;
}
.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper.fb {
	background-color: #3b5999;
}
.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper.ig {
	background-color: #e4405f;
}
.footer-share-bar .fsb-desktop .fsb-ad {
	max-width: 320px;
	max-height: 50px;
	width: 100%;
}
.footer-share-bar .fsb-toggle {
	position: fixed;
	bottom: 60px;
	right: 5px;
	color: #000;
}
.footer-share-bar .fsb-toggle .fsb-text {
	font-size: 8px;
	font-family: sans-serif;
	text-transform: uppercase;
	line-height: 14px;
	z-index: 1;
}
.footer-share-bar .fsb-toggle i.icon-arrow-right {
	background-color: #000;
	border-radius: 32px;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	font-size: 6px;
	text-align: center;
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
}
.footer-share-bar .fsb-toggle.closed i.icon-arrow-right {
	display: inline-block;
	transform: rotate(180deg);
	transition: all 0.5s ease-in-out;
}
.footer-share-bar .fsb-toggle:hover, .footer-share-bar .fsb-toggle:focus {
	cursor: pointer;
}
.footer-share-bar.closed .fsb-desktop {
	right: -100%;
	margin-right: 50px;
}
