@font-face {
 font-family:'sfbp';
 src:url('../fonts/sfbp.eot?5276i0');
 src:url('../fonts/sfbp.eot?#iefix5276i0') format('embedded-opentype'),
 url('../fonts/sfbp.woff2?5276i0') format('woff2'),
 url('../fonts/sfbp.woff?5276i0') format('woff'),
 url('../fonts/sfbp.ttf?5276i0') format('truetype'),
 url('../fonts/sfbp.svg?5276i0#sfbp') format('svg');
 font-weight:normal;
 font-weight:normal;
 font-style:normal;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
}
.sfbp--theme-4{
    position: fixed; display: block; left: 0px; top: 30%;
    z-index: 9999; 
}
[class^="sfbp-"], [class*=" sfbp-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sfbp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    max-height: 50px;
}
@-webkit-keyframes spin {
 from {
  -webkit-transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(360deg)
 }
}
@keyframes spin {
 from {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
.sfbp-spinner:before {
 font-family:'sfbp';
 content:"\e614"
}
.sfbp-spinner {
 -webkit-animation:spin 2s infinite linear;
 animation:spin 2s infinite linear;
 display:inline-block
}
.sfbp-btn:before,.sfbp-toggle-switch:before {
 display:inline-block;
 font-family:'sfbp';
 speak:none;
 font-size:24px;
 font-style:normal;
 font-weight:normal;
 font-variant:normal;
 text-transform:none;
}
.sfbp-list li a:hover{
    font-size:28px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sfbp-arrow-right:before {
 content:"\e612"
}
.sfbp-arrow-left:before {
 content:"\e613"
}
.sfbp-arrow-down:before {
 content:"\e619"
}
.sfbp-arrow-up:before {
 content:"\e61a"
}
.sfbp-chevron-down:before,.sfbp-toggle-switch:before {
 content:"\e618"
}
.sfbp-chevron-up:before,.sfbp--state-hidden .sfbp-toggle-switch:before {
 content:"\e615"
}
.sfbp-chevron-right:before,.sfbp--fixed-right .sfbp-toggle-switch:before,.sfbp--state-hidden.sfbp--fixed-left .sfbp-toggle-switch:before {
 content:"\e616"
}
.sfbp-chevron-left:before,.sfbp--fixed-left .sfbp-toggle-switch:before,.sfbp--state-hidden.sfbp--fixed-right .sfbp-toggle-switch:before {
 content:"\e617"
}
.sfbp-simplefollowbuttons:before {
 content:"\e611"
}
.sfbp-yummly:before {
 content:"\e60b"
}
.sfbp-diggit:before {
 content:"\e60c"
}
.sfbp-close:before {
 content:"\e614"
}
.sfbp-twitter:before {
 content:"\e605"
}
.sfbp-reddit:before {
 content:"\e606"
}
.sfbp-tumblr:before {
 content:"\e608"
}
.sfbp-linkedin:before {
 content:"\e609"
}
.sfbp-google:before {
 content:"\e60a"
}
.sfbp-xing:before {
 content:"\e610"
}
.sfbp-facebook:before {
 content:"\e60e"
}
.sfbp-vk:before {
 content:"\e600"
}
.sfbp-pinterest:before {
 content:"\e603"
}
.sfbp-email:before {
 content:"\e604"
}
.sfbp-ellipsis:before {
 content:"\e612"
}
.sfbp-x:before {
 content:"\e613"
}
.sfbp-instagram:before {
 content:"\e902"
}
.sfbp-youtube:before {
 content:"\e901"
}
.sfbp-soundcloud:before {
 content:"\e900"
}
@media print {
 .sfbp-wrap {
  display:none !important
 }
}
@media only screen and (min-width:481px) {
 .sfbp-li--whatsapp,.sfbp-li--facebook-messenger {
  display:none !important
 }
}
.sfbp-wrap *,.sfbp-wrap *:before,.sfbp-wrap *:after {
 box-sizing:border-box
}
.sfbp-input-url-div,.sfbp-total-follows,.sfbp-each-follow,.sfbp-toggle-switch,.sf-text {
 display:none
}
.sfbp-wrap {
 position:relative;
 display:inline-block;
 padding:0px;
 font-size:0;
 color:#272727
}
.sfbp-wrap.sfbp--centred {
 display:block;
 text-align:center
}
.sfbp-wrap.sfbp--aligned-right {
 display:block;
 text-align:right
}
.sfbp-wrap.sfbp--aligned-right .sfbp-container {
 display:inline-block
}
.sfbp-wrap .sfbp-container,.sfbp-wrap .sfbp-toggle-switch {
 font-size:16px
}
.sfbp-list {
 list-style:none;
 display:inline-block;
 vertical-align:middle;
 margin:0;
 padding:0
}
.sfbp-list li {
 position:relative;
 display:table;
 vertical-align:top;
}
.sfbp-list li a{
    display:table-cell;
    vertical-align: middle;
    color:#FFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sfbp-list li a:hover{
    opacity:0.9;
}
.sfbp-list li:first-of-type {
 margin-left:0
}
.sfbp-btn {
 display:inline-block;
 text-align:center;
 text-decoration:none;
 font-family:sans-serif
}
.sfbp-list li, .sfbp-list li,.sfbp-list li {
 display:block;
 margin-top:0px;
 margin-left:0 !important;
 margin-right:0 !important
}
..sfbp-list li:first-of-type, .sfbp-list li:first-of-type,.sfbp-list li:first-of-type {
 margin-top:0
}
.sfbp-wrap[class*="sfbp--fixed"] {
 position:fixed;
 z-index:99999
}
.sfbp-wrap[class*="sfbp--fixed"] .sfbp-container {
 -webkit-transition:0.25s;
 transition:0.25s
}
.sfbp-wrap.sfbp--fixed-top,.sfbp-wrap.sfbp--fixed-bottom {
 left:50%;
 -webkit-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%)
}
.sfbp-wrap.sfbp--fixed-left,.sfbp-wrap.sfbp--fixed-right {
 top:25%
}
.sfbp-wrap.sfbp--fixed-top {
 top:0
}
.sfbp-wrap.sfbp--fixed-bottom {
 bottom:0
}
.sfbp-wrap.sfbp--fixed-left {
 left:0
}
.sfbp-wrap.sfbp--fixed-right {
 right:0
}
.sfbp-wrap[data-sfbp-counts="true"] .sfbp-each-follow {
 display:block;
 pointer-events:none
}
.sfbp-wrap[data-sfbp-total-counts="true"] .sfbp-total-follows {
 display:inline-block;
 padding:0 .5em;
 text-align:center;
 font-size:14px;
 line-height:2
}
.sfbp-wrap[data-sfbp-total-counts="true"].sfbp--fixed-left .sfbp-total-follows,.sfbp-wrap[data-sfbp-total-counts="true"].sfbp--fixed-right .sfbp-total-follows,.sfbp-wrap[data-sfbp-total-counts="true"].sfbp--stacked .sfbp-total-follows,.sfbp-wrap[data-sfbp-total-counts="true"].sfbp--fixed-left .sfbp-total-follows,.sfbp-wrap[data-sfbp-total-counts="true"].sfbp--fixed-right .sfbp-total-follows {
 display:block;
 padding:0
}
.sfbp-toggle-switch {
 position:absolute;
 padding:0;
 border:0;
 background:transparent;
 text-align:center;
 cursor:pointer;
 -webkit-transition:0.25s;
 transition:0.25s;
 display:none !important
}
.sfbp-toggle-switch {
 display:inline-block !important
}
.sfbp-toggle-switch:active,.sfbp-toggle-switch:hover,.sfbp-toggle-switch:focus {
 padding:0;
 border:0
}
.sfbp--fixed-left .sfbp-toggle-switch,.sfbp--fixed-right .sfbp-toggle-switch {
 left:0;
 bottom:100%;
 width:100%
}
.sfbp--fixed-top .sfbp-toggle-switch,.sfbp--fixed-bottom .sfbp-toggle-switch {
 left:100%;
 bottom:0;
 height:100%
}
.sfbp--show-toggle.sfbp--fixed-top .sfbp-toggle-switch:before {
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.sfbp--show-toggle.sfbp--fixed-bottom .sfbp-toggle-switch:before {
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg)
}
.sfbp--show-toggle.sfbp--fixed-right .sfbp-toggle-switch:before {
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg)
}
.sfbp--state-hidden .sfbp-each-follow {
 opacity:0
}
.sfbp--state-hidden .sfbp-container {
 -webkit-transform:translateX(-100%);
 -ms-transform:translateX(-100%);
 transform:translateX(-100%)
}
.sfbp--state-hidden.sfbp--fixed-top .sfbp-container {
 -webkit-transform:translateY(-100%);
 -ms-transform:translateY(-100%);
 transform:translateY(-100%)
}
.sfbp--state-hidden.sfbp--fixed-bottom .sfbp-container {
 -webkit-transform:translateY(100%);
 -ms-transform:translateY(100%);
 transform:translateY(100%)
}
.sfbp--state-hidden.sfbp--fixed-left .sfbp-container {
 -webkit-transform:translateX(-100%);
 -ms-transform:translateX(-100%);
 transform:translateX(-100%)
}
.sfbp--state-hidden.sfbp--fixed-right .sfbp-container {
 -webkit-transform:translateX(100%);
 -ms-transform:translateX(100%);
 transform:translateX(100%)
}
.sfbp--theme-4 .sfbp-toggle-switch {
 background:#fff;
 background:rgba(255,255,255,0.8);
 color:#272727;
 border-radius:0
}
.sfbp--theme-4 .sfbp-toggle-switch:active,.sfbp--theme-4 .sfbp-toggle-switch:hover,.sfbp--theme-4 .sfbp-toggle-switch:focus {
 background:#fff;
 background:rgba(255,255,255,0.9)
}
.sfbp--theme-4[class*="sfbp--fixed"] .sfbp-container {
 background-color:rgba(255,255,255,0.8);
 padding:8px
}
.sfbp--theme-4 .sfbp-btn {
 width:3em;
 height:3em;
 line-height:3em;
 border-radius:7.5px;
 color:#fff;
 -webkit-transition:background-color 0.25s;
 transition:background-color 0.25s;
 box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1);
 border-bottom:0
}
.sfbp--theme-4 .sfbp-btn:hover,.sfbp--theme-4 .sfbp-btn:focus,.sfbp--theme-4 .sfbp-btn:active {
 box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1),inset 0 0 3.5em rgba(0,0,0,0.33)
}
.sfbp--theme-4 .sfbp-btn:hover,.sfbp--theme-4 .sfbp-btn:focus,.sfbp--theme-4 .sfbp-btn:active,.sfbp--theme-4 .sfbp-btn:visited {
 color:#fff
}
.sfbp--theme-4 .sfbp-list li {
 margin-left:12px
}
.sfbp--theme-4 .sfbp-diggit {
 background-color:#14589E
}
.sfbp--theme-4 .sfbp-email {
 background-color:#787878
}
.sfbp--theme-4 .sfbp-ellipsis {
 background-color:#4582EC
}
.sfbp--theme-4 .sfbp-facebook {
 background-color:#3b5998;
 background-color:rgba(9, 61, 92, 0.7);
}
.sfbp--theme-4 .sfbp-google {
 background-color:#DC4E41;
 background-color:rgba(9, 61, 92, 0.7);
}
.sfbp--theme-4 .sfbp-instagram {
 background-color:#125688;
 background-color:rgba(9, 61, 92, 0.7);
}
.sfbp--theme-4 .sfbp-linkedin {
 background-color:#007bb6;
 background-color:rgba(9, 61, 92, 0.7);
}
.sfbp--theme-4 .sfbp-pinterest {
 background-color:#ce1a19;
 background-color:rgba(9, 61, 92, 0.7);
}
.sfbp--theme-4 .sfbp-reddit {
 background-color:#FF4500
}
.sfbp--theme-4 .sfbp-simplefollowbuttons {
 background-color:#4582ec
}
.sfbp--theme-4 .sfbp-soundcloud {
 background-color:#F50
}
.sfbp--theme-4 .sfbp-tumblr {
 background-color:#2C4762
}
.sfbp--theme-4 .sfbp-twitter {
 background-color:#00a9f1;
 background-color:rgba(9, 61, 92, 0.7);
}
.sfbp--theme-4 .sfbp-vk {
 background-color:#45668E
}
.sfbp--theme-4 .sfbp-youtube {
 background-color:#cd201f;
 background-color:rgba(9, 61, 92, 0.7);
}
.sfbp--theme-4 .sfbp-yummly {
 background-color:#E16120
}
.sfbp--theme-4 .sfbp-xing {
 background-color:#026466
}
.sfbp--theme-4 .sfbp-each-follow {
 position:absolute;
 bottom:100%;
 right:0;
 z-index:11;
 min-width:1.25em;
 margin-right:-6px;
 margin-bottom:-8px;
 padding:2px 4px;
 border-radius:8px;
 background-color:#F22121;
 font-size:10px;
 color:#FFF;
 text-align:center
}
.sfbp--theme-4.sfbp--fixed-right .sfbp-each-follow {
 left:auto;
 right:100%;
 margin-left:0;
 margin-right:-16px
}
#sfbp-email-div .sfbp-li--flattr {
 display:none !important
}
@media print {
 #sfbp-email-div {
  display:none !important
 }
}
#sfbp-email-div {
 display:none;
 width:100%;
 height:100%;
 position:fixed;
 top:0;
 left:0;
 z-index:2147483647;
 background:rgba(0,0,0,0.9);
 color:#fff
}
#sfbp-email-alert {
 display:none;
 position:absolute;
 top:25%;
 left:25px;
 right:25px;
 max-width:500px;
 margin:0 auto;
 padding:25px;
 text-align:center;
 border-radius:4px;
 border:1px solid transparent
}
.sfbp-alert-success {
 background-color:#3fad46;
 border-color:#3fad46
}
.sfbp-alert-warning {
 background-color:#f0ad4e;
 border-color:#f0ad4e
}
#js-sfbp-email-form {
 position:absolute;
 top:15%;
 left:0;
 right:0;
 max-width:500px;
 margin:0 auto;
 padding:0 25px
}
#sfbp-email-div .sfbp-follow-text {
 display:none
}
#sfbp-email-div .sfbp-x {
 font-family:'sfbp';
 position:fixed;
 font-size:35px;
 top:25px;
 right:25px;
 cursor:pointer
}
.sfbp-email-powered-by {
 position:absolute;
 bottom:20px;
 left:0;
 right:0;
 margin:0 auto;
 width:150px
}
.sfbp-form-group {
 margin-bottom:15px
}
.sfbp-text-align-right {
 text-align:right
}
#sfbp-email-div input {
 height:40px
}
#sfbp-email-div textarea,#sfbp-email-div input {
 display:block;
 width:100%;
 padding:8px 12px;
 font-size:16px;
 line-height:1.42857;
 color:#333;
 background-color:#fff;
 background-image:none;
 border:1px solid #ddd;
 border-radius:4px;
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
 -webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
 transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
}
.sfbp-btn-primary {
 width:135px;
 padding:14px 16px;
 font-size:20px;
 line-height:1.33333;
 border-radius:6px;
 color:#fff;
 display:inline-block;
 margin-bottom:0;
 font-weight:normal;
 text-align:center;
 vertical-align:middle;
 -ms-touch-action:manipulation;
 touch-action:manipulation;
 cursor:pointer;
 background-image:none;
 border:1px solid transparent;
 white-space:nowrap;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 background-color:#4582EC;
 border-color:#4582EC
}
.sfbp-btn-primary:hover {
 background-color:#1863e6;
 border-color:#175fdd
}
.sfbp-follow-text {
 font-weight:normal;
 margin:0 0 10px 0;
 font-size:20px;
 color:
}
span.sfbp-follow-text {
 font-size:20px;
 font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
 display:block;
 margin-bottom:0;
}
.sfbp-btn:before {
 font-size:18px;
}
