@CHARSET "UTF-8";
#msb_notes {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: .2em;
	background-color: rgba(255,255,255,.5);
}
.social-sharing {
	width: 4.5em;
	clear: both;
	position: absolute;
	top: 715px;
	left: calc(50vw - 600px);
	z-index: 500;
	text-align: right;
}
.social-sharing.notyet, .social-sharing.withtext {
	position: absolute;
}
.social-sharing.stuck {
	position: fixed;
}
.social-sharing a {
	-webkit-transition: opacity 200ms cubic-bezier(.5, 0, .5, 1);
	transition: opacity 200ms cubic-bezier(.5, 0, .5, 1);
	background-image: url(social-icons.png);
	background-repeat: no-repeat;
	background-size: 100em;
	height: 6.4em;
	width: 6.4em;
	color: transparent;
	text-decoration:none;
	font-size: 6px;
	font-weight:normal;
	margin: 1em .5em;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
	box-shadow: none;
}
.social-sharing a:hover, .social-sharing a:visited:hover {
	opacity: .6;
	box-shadow: none;
	color: transparent;
}
a.button-facebook, a.ss-button-facebook {
	background-color: #3C5B9B;
	background-position: 0 0;
}
a.button-twitter, a.ss-button-twitter {
	background-color: #2CAAE0;
	background-position: -10em 0;
}
a.button-linkedin, a.ss-button-linkedin {
	background-color: #0173B2;
	background-position: -30em 0;
}
a.button-email, a.ss-button-email {
	background-color: #9AC110;
	background-position: -70em 0;
}
.before-sharebutton-text {
	font-size: 1rem;
	line-height: 1em;
	font-weight: 700;
	padding: 0 0 .5em 0;
	color: #EEE;
	text-shadow: 2px 2px 4px #000;
	display: inline-block;
}
/* where margin disappears */
@media (max-width : 1200px) {
.social-sharing, .social-sharing.stuck, .social-sharing.notyet, .social-sharing.withtext {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	margin: 1em 0;
}
.social-sharing a {
	margin: .5em 1em;
}
.before-sharebutton-text {
	color: #333;
	text-shadow: none;
}

}
/* Smartphones (portrait and landscape) */
@media (max-width : 480px) {
.social-sharing a {
	font-size: 7.5px;
}
}