/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.sharefloat {
	position: fixed;
	left: 0;
	top: 30%;
    z-index: 10000;
}

.sharefloat ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sharefloat a {
	display: block;
	padding: 8px 8px 2px 8px;
    text-decoration: none;
}


[class^="shareicon-"], [class*=" shareicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'social_icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.5em;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shareicon-email:before {
    content: "\e900";
}
.shareicon-fb_like:before {
    content: "\e901";
}
.shareicon-fb_share:before {
    content: "\e902";
}
.shareicon-googleplus:before {
    content: "\e903";
}
.shareicon-linkedin:before {
    content: "\e904";
}
.shareicon-pinterest:before {
    content: "\e905";
}
.shareicon-twitter:before {
    content: "\e906"; 
}

@font-face {
    font-family: 'social_icons';
    src:    url('fonts/social_icons.eot?wbi4zb');
    src:    url('fonts/social_icons.eot?wbi4zb#iefix') format('embedded-opentype'),
        url('fonts/social_icons.ttf?wbi4zb') format('truetype'),
        url('fonts/social_icons.woff?wbi4zb') format('woff'),
        url('fonts/social_icons.svg?wbi4zb#social_icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
