@charset "UTF-8";

 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.ssbp-line:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/line.svg);left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
.ssbp--theme-1 .ssbp-line{background-color:#00c300;display:block}.ssbp--theme-1 .ssbp-line:before{left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-1 .ssbp-line:hover,.ssbp--theme-1 .ssbp-line:focus,.ssbp--theme-1 .ssbp-line:active{color:#00c300;border-color:#00c300}
.ssbp--theme-1 .ssbp-line:hover:before,.ssbp--theme-1 .ssbp-line:focus:before,.ssbp--theme-1 .ssbp-line:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/line-hover.svg);left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-1 .ssbp-line+.ssbp-each-share{background-color:#00c300}.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}
}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}.ssbp-spinner:before{font-family:'ssbp';content:"\e614"}
.ssbp-spinner{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}
.ssbp-btn:before,.ssbp-toggle-switch:before{display:inline-block;font-family:'ssbp';speak:none;font-size:18px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}
.ssbp-arrow-right:before{content:"\e612"}.ssbp-arrow-left:before{content:"\e613"}
.ssbp-arrow-down:before{content:"\e619"}.ssbp-arrow-up:before{content:"\e61a"}
.ssbp-chevron-down:before,.ssbp-toggle-switch:before{content:"\e618"}
.ssbp-chevron-up:before,.ssbp--state-hidden .ssbp-toggle-switch:before{content:"\e615"}
.ssbp-chevron-right:before,.ssbp--fixed-right .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before{content:"\e616"}
.ssbp-chevron-left:before,.ssbp--fixed-left .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before{content:"\e617"}
.ssbp-simplesharebuttons:before{content:"\e611"}.ssbp-yummly:before{content:"\e60b"}
.ssbp-whatsapp:before{content:"\e60f"}.ssbp-diggit:before{content:"\e60c"}
.ssbp-buffer:before{content:"\e60d"}.ssbp-close:before{content:"\e614"}
.ssbp-twitter:before{content:"\e605"}.ssbp-reddit:before{content:"\e606"}
.ssbp-flattr:before{content:"\e607"}.ssbp-tumblr:before{content:"\e608"}
.ssbp-linkedin:before{content:"\e609"}.ssbp-google:before{content:"\e60a"}
.ssbp-xing:before{content:"\e610"}.ssbp-facebook:before{content:"\e60e"}
.ssbp-facebook_save:before{content:"\e900"}.ssbp-facebook-messenger:before{content:"\e611"}
.ssbp-vk:before{content:"\e600"}.ssbp-stumbleupon:before{content:"\e601"}
.ssbp-print:before{content:"\e602"}.ssbp-pinterest:before{content:"\e603"}
.ssbp-email:before{content:"\e604"}.ssbp-ellipsis:before{content:"\e612"}
.ssbp-x:before{content:"\e613"}@media print{.ssbp-wrap{display:none !important}
}.ssbp-wrap *,.ssbp-wrap *:before,.ssbp-wrap *:after{box-sizing:border-box}.ssbp-input-url-div,.ssbp-total-shares,.ssba-hide-button.ssbp-each-share,.ssbp-toggle-switch,.ssbp-text{display:none}
.ssbp-wrap{display:block;position:relative;padding:0;font-size:0;color:#272727}.ssbp-wrap.ssbp--centred{display:block;text-align:center}
.ssbp-wrap.ssbp--aligned-right{display:block;text-align:right}.ssbp-wrap.ssbp--aligned-right .ssbp-container{display:inline}
.ssbp-wrap .ssbp-container,.ssbp-wrap .ssbp-toggle-switch{font-size:16px}.ssbp-wrap .ssbp-list{list-style:none;display:inline-block;vertical-align:middle;margin:0;padding:0}
.ssbp-wrap .ssbp-list li{margin-top:1rem;position:relative;display:inline-block;vertical-align:top}
.ssbp-wrap .ssbp-list li:first-of-type{margin-left:0}.ssbp-wrap .ssbp-btn{display:inline-block;text-align:center;text-decoration:none;font-family:sans-serif}
.ssbp-wrap.ssbp--stacked .ssbp-list li,.ssbp-wrap.ssbp--fixed-left .ssbp-list li,.ssbp-wrap.ssbp--fixed-right .ssbp-list li{display:block;margin-top:6px;margin-left:0 !important;margin-right:0 !important}
.ssbp-wrap.ssbp--stacked .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-left .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-right .ssbp-list li:first-of-type{margin-top:0}
.ssbp-wrap[class*="ssbp--fixed"]{position:fixed;z-index:99999}.ssbp-wrap[class*="ssbp--fixed"] .ssbp-container{-webkit-transition:.25s;transition:.25s}
.ssbp-wrap.ssbp--fixed-top,.ssbp-wrap.ssbp--fixed-bottom{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.ssbp-wrap.ssbp--fixed-left,.ssbp-wrap.ssbp--fixed-right{top:25%}.ssbp-wrap.ssbp--fixed-top{top:0}
.ssbp-wrap.ssbp--fixed-bottom{bottom:0}.ssbp-wrap.ssbp--fixed-left{left:0}.ssbp-wrap.ssbp--fixed-right{right:0}
.ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share{display:block;pointer-events:none}
.ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares{display:inline-block;padding:0 .5em;text-align:center;font-size:14px;line-height:2}
.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--stacked .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares{display:block;padding:0}
.ssbp-toggle-switch{position:absolute;padding:0;border:0;background:transparent;text-align:center;cursor:pointer;-webkit-transition:.25s;transition:.25s;display:none}
.ssbp-toggle-switch:active,.ssbp-toggle-switch:hover,.ssbp-toggle-switch:focus{padding:0;border:0}
.ssbp--fixed-left .ssbp-toggle-switch,.ssbp--fixed-right .ssbp-toggle-switch{left:0;bottom:100%;width:100%}
.ssbp--fixed-top .ssbp-toggle-switch,.ssbp--fixed-bottom .ssbp-toggle-switch{left:100%;bottom:0;height:100%}
.ssbp--show-toggle.ssbp--fixed-top .ssbp-toggle-switch:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.ssbp--show-toggle.ssbp--fixed-bottom .ssbp-toggle-switch:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.ssbp--show-toggle.ssbp--fixed-right .ssbp-toggle-switch:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.ssbp--state-hidden .ssbp-each-share{opacity:0}.ssbp--state-hidden .ssbp-container{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
.ssbp--state-hidden.ssbp--fixed-top .ssbp-container{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
.ssbp--state-hidden.ssbp--fixed-bottom .ssbp-container{-webkit-transform:translateY(100%);transform:translateY(100%)}
.ssbp--state-hidden.ssbp--fixed-left .ssbp-container{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
.ssbp--state-hidden.ssbp--fixed-right .ssbp-container{-webkit-transform:translateX(100%);transform:translateX(100%)}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
@-webkit-keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}
}@keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}
}.ssbp--theme-1 .ssbp-container{padding:6px}.ssbp--theme-1 .ssbp-list li{margin-left:12px}
.ssbp--theme-1 .ssbp-btn{width:3em;height:3em;line-height:3em;position:relative;border-radius:50%;color:#fff;-webkit-transition:.25s;transition:.25s}
.ssbp--theme-1 .ssbp-btn:hover,.ssbp--theme-1 .ssbp-btn:focus,.ssbp--theme-1 .ssbp-btn:active{background-color:#fff;z-index:10}
.ssbp--theme-1 .ssbp-btn:visited{color:#fff}.ssbp--theme-1 .ssbp-btn:before{-webkit-transition:-webkit-transform .25s;transition:transform .25s}
.ssbp--theme-1 .ssbp-btn:active:before{-webkit-transform:scale(1.2);transform:scale(1.2)}
.ssbp--theme-1 .ssbp-btn:after{content:'';visibility:hidden;position:absolute;border:1px solid #fff;border-radius:50%;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;-webkit-animation-duration:.5s;animation-duration:.5s}
.ssbp--theme-1 .ssbp-btn:hover:after{-webkit-animation-name:ripple-out;animation-name:ripple-out}
.ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li{margin-left:13.2px}
.ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li:first-of-type{margin-left:0}
.ssbp--theme-1 .ssbp-buffer{background-color:#272727}.ssbp--theme-1 .ssbp-buffer:hover,.ssbp--theme-1 .ssbp-buffer:focus,.ssbp--theme-1 .ssbp-buffer:active{color:#272727;border-color:#272727}
.ssbp--theme-1 .ssbp-buffer+.ssbp-each-share{background-color:#272727}.ssbp--theme-1 .ssbp-diggit{background-color:#14589e}
.ssbp--theme-1 .ssbp-diggit:hover,.ssbp--theme-1 .ssbp-diggit:focus,.ssbp--theme-1 .ssbp-diggit:active{color:#14589e;border-color:#14589e}
.ssbp--theme-1 .ssbp-diggit+.ssbp-each-share{background-color:#14589e}.ssbp--theme-1 .ssbp-email{background-color:#787878}
.ssbp--theme-1 .ssbp-email:hover,.ssbp--theme-1 .ssbp-email:focus,.ssbp--theme-1 .ssbp-email:active{color:#787878;border-color:#787878}
.ssbp--theme-1 .ssbp-email+.ssbp-each-share{background-color:#787878}.ssbp--theme-1 .ssbp-ellipsis{background-color:#4582ec}
.ssbp--theme-1 .ssbp-ellipsis:hover,.ssbp--theme-1 .ssbp-ellipsis:focus,.ssbp--theme-1 .ssbp-ellipsis:active{color:#4582ec;border-color:#4582ec}
.ssbp--theme-1 .ssbp-ellipsis+.ssbp-each-share{background-color:#4582ec}.ssbp--theme-1 .ssbp-facebook{background-color:#3b5998}
.ssbp--theme-1 .ssbp-facebook:hover,.ssbp--theme-1 .ssbp-facebook:focus,.ssbp--theme-1 .ssbp-facebook:active{color:#3b5998;border-color:#3b5998}
.ssbp--theme-1 .ssbp-facebook+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save{background-color:#3b5998}
.ssbp--theme-1 .ssbp-facebook_save:hover,.ssbp--theme-1 .ssbp-facebook_save:focus,.ssbp--theme-1 .ssbp-facebook_save:active{color:#3b5998;border-color:#3b5998}
.ssbp--theme-1 .ssbp-facebook_save+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook-messenger{background-color:#0084ff}
.ssbp--theme-1 .ssbp-facebook-messenger:hover,.ssbp--theme-1 .ssbp-facebook-messenger:focus,.ssbp--theme-1 .ssbp-facebook-messenger:active{color:#0084ff;border-color:#0084ff}
.ssbp--theme-1 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#0084ff}
.ssbp--theme-1 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-1 .ssbp-flattr:hover,.ssbp--theme-1 .ssbp-flattr:focus,.ssbp--theme-1 .ssbp-flattr:active{color:#f67c1a;border-color:#f67c1a}
.ssbp--theme-1 .ssbp-flattr+.ssbp-each-share{background-color:#f67c1a}.ssbp--theme-1 .ssbp-google{background-color:#dc4e41}
.ssbp--theme-1 .ssbp-google:hover,.ssbp--theme-1 .ssbp-google:focus,.ssbp--theme-1 .ssbp-google:active{color:#dc4e41;border-color:#dc4e41}
.ssbp--theme-1 .ssbp-google+.ssbp-each-share{background-color:#dc4e41}.ssbp--theme-1 .ssbp-linkedin{background-color:#007bb6}
.ssbp--theme-1 .ssbp-linkedin:hover,.ssbp--theme-1 .ssbp-linkedin:focus,.ssbp--theme-1 .ssbp-linkedin:active{color:#007bb6;border-color:#007bb6}
.ssbp--theme-1 .ssbp-linkedin+.ssbp-each-share{background-color:#007bb6}.ssbp--theme-1 .ssbp-pinterest{background-color:#ce1a19}
.ssbp--theme-1 .ssbp-pinterest:hover,.ssbp--theme-1 .ssbp-pinterest:focus,.ssbp--theme-1 .ssbp-pinterest:active{color:#ce1a19;border-color:#ce1a19}
.ssbp--theme-1 .ssbp-pinterest+.ssbp-each-share{background-color:#ce1a19}.ssbp--theme-1 .ssbp-print{background-color:#1f6b43}
.ssbp--theme-1 .ssbp-print:hover,.ssbp--theme-1 .ssbp-print:focus,.ssbp--theme-1 .ssbp-print:active{color:#1f6b43;border-color:#1f6b43}
.ssbp--theme-1 .ssbp-print+.ssbp-each-share{background-color:#1f6b43}.ssbp--theme-1 .ssbp-reddit{background-color:#ff4500}
.ssbp--theme-1 .ssbp-reddit:hover,.ssbp--theme-1 .ssbp-reddit:focus,.ssbp--theme-1 .ssbp-reddit:active{color:#ff4500;border-color:#ff4500}
.ssbp--theme-1 .ssbp-reddit+.ssbp-each-share{background-color:#ff4500}.ssbp--theme-1 .ssbp-simplesharebuttons{background-color:#4582ec}
.ssbp--theme-1 .ssbp-simplesharebuttons:hover,.ssbp--theme-1 .ssbp-simplesharebuttons:focus,.ssbp--theme-1 .ssbp-simplesharebuttons:active{color:#4582ec;border-color:#4582ec}
.ssbp--theme-1 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#4582ec}
.ssbp--theme-1 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-1 .ssbp-stumbleupon:hover,.ssbp--theme-1 .ssbp-stumbleupon:focus,.ssbp--theme-1 .ssbp-stumbleupon:active{color:#eb4924;border-color:#eb4924}
.ssbp--theme-1 .ssbp-stumbleupon+.ssbp-each-share{background-color:#eb4924}.ssbp--theme-1 .ssbp-tumblr{background-color:#2c4762}
.ssbp--theme-1 .ssbp-tumblr:hover,.ssbp--theme-1 .ssbp-tumblr:focus,.ssbp--theme-1 .ssbp-tumblr:active{color:#2c4762;border-color:#2c4762}
.ssbp--theme-1 .ssbp-tumblr+.ssbp-each-share{background-color:#2c4762}.ssbp--theme-1 .ssbp-twitter{background-color:#00a9f1}
.ssbp--theme-1 .ssbp-twitter:hover,.ssbp--theme-1 .ssbp-twitter:focus,.ssbp--theme-1 .ssbp-twitter:active{color:#00a9f1;border-color:#00a9f1}
.ssbp--theme-1 .ssbp-twitter+.ssbp-each-share{background-color:#00a9f1}.ssbp--theme-1 .ssbp-vk{background-color:#45668e}
.ssbp--theme-1 .ssbp-vk:hover,.ssbp--theme-1 .ssbp-vk:focus,.ssbp--theme-1 .ssbp-vk:active{color:#45668e;border-color:#45668e}
.ssbp--theme-1 .ssbp-vk+.ssbp-each-share{background-color:#45668e}.ssbp--theme-1 .ssbp-whatsapp{background-color:#34af23}
.ssbp--theme-1 .ssbp-whatsapp:hover,.ssbp--theme-1 .ssbp-whatsapp:focus,.ssbp--theme-1 .ssbp-whatsapp:active{color:#34af23;border-color:#34af23}
.ssbp--theme-1 .ssbp-whatsapp+.ssbp-each-share{background-color:#34af23}.ssbp--theme-1 .ssbp-yummly{background-color:#e16120}
.ssbp--theme-1 .ssbp-yummly:hover,.ssbp--theme-1 .ssbp-yummly:focus,.ssbp--theme-1 .ssbp-yummly:active{color:#e16120;border-color:#e16120}
.ssbp--theme-1 .ssbp-yummly+.ssbp-each-share{background-color:#e16120}.ssbp--theme-1 .ssbp-xing{background-color:#026466}
.ssbp--theme-1 .ssbp-xing:hover,.ssbp--theme-1 .ssbp-xing:focus,.ssbp--theme-1 .ssbp-xing:active{color:#026466;border-color:#026466}
.ssbp--theme-1 .ssbp-xing+.ssbp-each-share{background-color:#026466}.ssbp--theme-1 .ssbp-each-share{position:absolute;top:0;left:100%;z-index:11;margin-left:-12px;padding:2px;border-radius:6px;font-size:10px;color:#FFF}
.ssbp--theme-1.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-12px}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centered .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-2 .ssbp-list li{overflow:hidden;margin:0}.ssbp--theme-2 .ssbp-btn{width:3em;height:3em;line-height:3em;position:relative;color:#fff;-webkit-transition:.25s;transition:.25s;border-bottom:0}
.ssbp--theme-2 .ssbp-btn:before{-webkit-transition:.25s;transition:.25s}.ssbp--theme-2 .ssbp-btn+.ssbp-each-share{position:absolute;z-index:10;bottom:0;left:0;right:0;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:.25s;transition:.25s}
.ssbp--theme-2 .ssbp-btn:hover,.ssbp--theme-2 .ssbp-btn:focus,.ssbp--theme-2 .ssbp-btn:active,.ssbp--theme-2 .ssbp-btn:visited{z-index:10;color:#fff}
.ssbp--theme-2 .ssbp-btn:hover:before,.ssbp--theme-2 .ssbp-btn:focus:before,.ssbp--theme-2 .ssbp-btn:active:before,.ssbp--theme-2 .ssbp-btn:visited:before{-webkit-transform:none !important;transform:none !important}
.ssbp--theme-2 .ssbp-btn:hover+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:focus+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:active+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:visited+.ssbp-each-share{-webkit-transform:translateY(100%);transform:translateY(100%)}
.ssbp--theme-2 .ssbp-btn:active{-webkit-transform:scale(1.2);transform:scale(1.2)}
.ssbp--theme-2[data-ssbp-counts="true"] .ssbp-btn:before{-webkit-transform:translateY(-0.25em) scale(0.75);transform:translateY(-0.25em) scale(0.75)}
.ssbp--theme-2 .ssbp-buffer{background-color:#272727}.ssbp--theme-2 .ssbp-buffer:hover,.ssbp--theme-2 .ssbp-buffer:focus,.ssbp--theme-2 .ssbp-buffer:active{background-color:#0e0e0e}
.ssbp--theme-2 .ssbp-diggit{background-color:#14589e}.ssbp--theme-2 .ssbp-diggit:hover,.ssbp--theme-2 .ssbp-diggit:focus,.ssbp--theme-2 .ssbp-diggit:active{background-color:#0e3f71}
.ssbp--theme-2 .ssbp-email{background-color:#787878}.ssbp--theme-2 .ssbp-email:hover,.ssbp--theme-2 .ssbp-email:focus,.ssbp--theme-2 .ssbp-email:active{background-color:#5f5f5f}
.ssbp--theme-2 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-2 .ssbp-ellipsis:hover,.ssbp--theme-2 .ssbp-ellipsis:focus,.ssbp--theme-2 .ssbp-ellipsis:active{background-color:#1863e6}
.ssbp--theme-2 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-2 .ssbp-facebook:hover,.ssbp--theme-2 .ssbp-facebook:focus,.ssbp--theme-2 .ssbp-facebook:active{background-color:#2d4373}
.ssbp--theme-2 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-2 .ssbp-facebook_save:hover,.ssbp--theme-2 .ssbp-facebook_save:focus,.ssbp--theme-2 .ssbp-facebook_save:active{background-color:#2d4373}
.ssbp--theme-2 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-2 .ssbp-facebook-messenger:hover,.ssbp--theme-2 .ssbp-facebook-messenger:focus,.ssbp--theme-2 .ssbp-facebook-messenger:active{background-color:#006acc}
.ssbp--theme-2 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-2 .ssbp-flattr:hover,.ssbp--theme-2 .ssbp-flattr:focus,.ssbp--theme-2 .ssbp-flattr:active{background-color:#d56308}
.ssbp--theme-2 .ssbp-google{background-color:#dc4e41}.ssbp--theme-2 .ssbp-google:hover,.ssbp--theme-2 .ssbp-google:focus,.ssbp--theme-2 .ssbp-google:active{background-color:#c63224}
.ssbp--theme-2 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-2 .ssbp-linkedin:hover,.ssbp--theme-2 .ssbp-linkedin:focus,.ssbp--theme-2 .ssbp-linkedin:active{background-color:#005983}
.ssbp--theme-2 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-2 .ssbp-pinterest:hover,.ssbp--theme-2 .ssbp-pinterest:focus,.ssbp--theme-2 .ssbp-pinterest:active{background-color:#a11413}
.ssbp--theme-2 .ssbp-print{background-color:#1f6b43}.ssbp--theme-2 .ssbp-print:hover,.ssbp--theme-2 .ssbp-print:focus,.ssbp--theme-2 .ssbp-print:active{background-color:#14432a}
.ssbp--theme-2 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-2 .ssbp-reddit:hover,.ssbp--theme-2 .ssbp-reddit:focus,.ssbp--theme-2 .ssbp-reddit:active{background-color:#cc3700}
.ssbp--theme-2 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-2 .ssbp-simplesharebuttons:hover,.ssbp--theme-2 .ssbp-simplesharebuttons:focus,.ssbp--theme-2 .ssbp-simplesharebuttons:active{background-color:#1863e6}
.ssbp--theme-2 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-2 .ssbp-stumbleupon:hover,.ssbp--theme-2 .ssbp-stumbleupon:focus,.ssbp--theme-2 .ssbp-stumbleupon:active{background-color:#ca3412}
.ssbp--theme-2 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-2 .ssbp-tumblr:hover,.ssbp--theme-2 .ssbp-tumblr:focus,.ssbp--theme-2 .ssbp-tumblr:active{background-color:#1c2e3f}
.ssbp--theme-2 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-2 .ssbp-twitter:hover,.ssbp--theme-2 .ssbp-twitter:focus,.ssbp--theme-2 .ssbp-twitter:active{background-color:#0085be}
.ssbp--theme-2 .ssbp-vk{background-color:#45668e}.ssbp--theme-2 .ssbp-vk:hover,.ssbp--theme-2 .ssbp-vk:focus,.ssbp--theme-2 .ssbp-vk:active{background-color:#344d6c}
.ssbp--theme-2 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-2 .ssbp-whatsapp:hover,.ssbp--theme-2 .ssbp-whatsapp:focus,.ssbp--theme-2 .ssbp-whatsapp:active{background-color:#27851b}
.ssbp--theme-2 .ssbp-yummly{background-color:#e16120}.ssbp--theme-2 .ssbp-yummly:hover,.ssbp--theme-2 .ssbp-yummly:focus,.ssbp--theme-2 .ssbp-yummly:active{background-color:#b64d18}
.ssbp--theme-2 .ssbp-xing{background-color:#026466}.ssbp--theme-2 .ssbp-xing:hover,.ssbp--theme-2 .ssbp-xing:focus,.ssbp--theme-2 .ssbp-xing:active{background-color:#013334}
.ssbp--theme-2 .ssbp-each-share{padding:2px;background-color:rgba(0,0,0,0.1);font-size:10px;text-align:center;color:#FFF}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-3 .ssbp-list li{margin:0;margin-bottom:1rem}.ssbp--theme-3 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12px;margin-left:.5em;text-shadow:-1px -1px rgba(0,0,0,0.2)}
.ssbp--theme-3 .ssbp-btn{display:block;padding:.5em 1em;color:#fff;text-shadow:-1px -1px rgba(0,0,0,0.2);-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0}
.ssbp--theme-3 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-3 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
.ssbp--theme-3 .ssbp-btn:hover,.ssbp--theme-3 .ssbp-btn:focus,.ssbp--theme-3 .ssbp-btn:active,.ssbp--theme-3 .ssbp-btn:visited{color:#fff}
.ssbp--theme-3 .ssbp-buffer{background-color:#272727}.ssbp--theme-3 .ssbp-buffer:hover,.ssbp--theme-3 .ssbp-buffer:focus,.ssbp--theme-3 .ssbp-buffer:active,.ssbp--theme-3 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
.ssbp--theme-3 .ssbp-diggit{background-color:#14589e}.ssbp--theme-3 .ssbp-diggit:hover,.ssbp--theme-3 .ssbp-diggit:focus,.ssbp--theme-3 .ssbp-diggit:active,.ssbp--theme-3 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
.ssbp--theme-3 .ssbp-email{background-color:#787878}.ssbp--theme-3 .ssbp-email:hover,.ssbp--theme-3 .ssbp-email:focus,.ssbp--theme-3 .ssbp-email:active,.ssbp--theme-3 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
.ssbp--theme-3 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-3 .ssbp-ellipsis:hover,.ssbp--theme-3 .ssbp-ellipsis:focus,.ssbp--theme-3 .ssbp-ellipsis:active,.ssbp--theme-3 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
.ssbp--theme-3 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-3 .ssbp-facebook:hover,.ssbp--theme-3 .ssbp-facebook:focus,.ssbp--theme-3 .ssbp-facebook:active,.ssbp--theme-3 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
.ssbp--theme-3 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-3 .ssbp-facebook_save:hover,.ssbp--theme-3 .ssbp-facebook_save:focus,.ssbp--theme-3 .ssbp-facebook_save:active,.ssbp--theme-3 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
.ssbp--theme-3 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-3 .ssbp-facebook-messenger:hover,.ssbp--theme-3 .ssbp-facebook-messenger:focus,.ssbp--theme-3 .ssbp-facebook-messenger:active,.ssbp--theme-3 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
.ssbp--theme-3 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-3 .ssbp-flattr:hover,.ssbp--theme-3 .ssbp-flattr:focus,.ssbp--theme-3 .ssbp-flattr:active,.ssbp--theme-3 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
.ssbp--theme-3 .ssbp-google{background-color:#dc4e41}.ssbp--theme-3 .ssbp-google:hover,.ssbp--theme-3 .ssbp-google:focus,.ssbp--theme-3 .ssbp-google:active,.ssbp--theme-3 .ssbp-google+.ssbp-each-share{background-color:#c63224}
.ssbp--theme-3 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-3 .ssbp-linkedin:hover,.ssbp--theme-3 .ssbp-linkedin:focus,.ssbp--theme-3 .ssbp-linkedin:active,.ssbp--theme-3 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
.ssbp--theme-3 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-3 .ssbp-pinterest:hover,.ssbp--theme-3 .ssbp-pinterest:focus,.ssbp--theme-3 .ssbp-pinterest:active,.ssbp--theme-3 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
.ssbp--theme-3 .ssbp-print{background-color:#1f6b43}.ssbp--theme-3 .ssbp-print:hover,.ssbp--theme-3 .ssbp-print:focus,.ssbp--theme-3 .ssbp-print:active,.ssbp--theme-3 .ssbp-print+.ssbp-each-share{background-color:#14432a}
.ssbp--theme-3 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-3 .ssbp-reddit:hover,.ssbp--theme-3 .ssbp-reddit:focus,.ssbp--theme-3 .ssbp-reddit:active,.ssbp--theme-3 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
.ssbp--theme-3 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-3 .ssbp-simplesharebuttons:hover,.ssbp--theme-3 .ssbp-simplesharebuttons:focus,.ssbp--theme-3 .ssbp-simplesharebuttons:active,.ssbp--theme-3 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
.ssbp--theme-3 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-3 .ssbp-stumbleupon:hover,.ssbp--theme-3 .ssbp-stumbleupon:focus,.ssbp--theme-3 .ssbp-stumbleupon:active,.ssbp--theme-3 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
.ssbp--theme-3 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-3 .ssbp-tumblr:hover,.ssbp--theme-3 .ssbp-tumblr:focus,.ssbp--theme-3 .ssbp-tumblr:active,.ssbp--theme-3 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
.ssbp--theme-3 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-3 .ssbp-twitter:hover,.ssbp--theme-3 .ssbp-twitter:focus,.ssbp--theme-3 .ssbp-twitter:active,.ssbp--theme-3 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
.ssbp--theme-3 .ssbp-vk{background-color:#45668e}.ssbp--theme-3 .ssbp-vk:hover,.ssbp--theme-3 .ssbp-vk:focus,.ssbp--theme-3 .ssbp-vk:active,.ssbp--theme-3 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
.ssbp--theme-3 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-3 .ssbp-whatsapp:hover,.ssbp--theme-3 .ssbp-whatsapp:focus,.ssbp--theme-3 .ssbp-whatsapp:active,.ssbp--theme-3 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
.ssbp--theme-3 .ssbp-yummly{background-color:#e16120}.ssbp--theme-3 .ssbp-yummly:hover,.ssbp--theme-3 .ssbp-yummly:focus,.ssbp--theme-3 .ssbp-yummly:active,.ssbp--theme-3 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
.ssbp--theme-3 .ssbp-xing{background-color:#026466}.ssbp--theme-3 .ssbp-xing:hover,.ssbp--theme-3 .ssbp-xing:focus,.ssbp--theme-3 .ssbp-xing:active,.ssbp--theme-3 .ssbp-xing+.ssbp-each-share{background-color:#013334}
.ssbp--theme-3 .ssbp-each-share{padding:2px;font-size:10px;text-align:center;color:#FFF}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-4[class*="ssbp--fixed"] .ssbp-container{background-color:rgba(255,255,255,0.8);padding:8px}
.ssbp--theme-4 .ssbp-btn{width:3em;height:3em;line-height:3em;border-radius:7.5px;color:#fff;-webkit-transition:background-color .25s;transition:background-color .25s;box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1);border-bottom:0}
.ssbp--theme-4 .ssbp-btn:hover,.ssbp--theme-4 .ssbp-btn:focus,.ssbp--theme-4 .ssbp-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)}
.ssbp--theme-4 .ssbp-btn:hover,.ssbp--theme-4 .ssbp-btn:focus,.ssbp--theme-4 .ssbp-btn:active,.ssbp--theme-4 .ssbp-btn:visited{color:#fff}
.ssbp--theme-4 .ssbp-list li{margin-left:12px}.ssbp--theme-4 .ssbp-buffer{background-color:#272727}
.ssbp--theme-4 .ssbp-diggit{background-color:#14589e}.ssbp--theme-4 .ssbp-email{background-color:#787878}
.ssbp--theme-4 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-4 .ssbp-facebook{background-color:#3b5998}
.ssbp--theme-4 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-4 .ssbp-facebook-messenger{background-color:#0084ff}
.ssbp--theme-4 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-4 .ssbp-google{background-color:#dc4e41}
.ssbp--theme-4 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-4 .ssbp-pinterest{background-color:#ce1a19}
.ssbp--theme-4 .ssbp-print{background-color:#1f6b43}.ssbp--theme-4 .ssbp-reddit{background-color:#ff4500}
.ssbp--theme-4 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-4 .ssbp-stumbleupon{background-color:#eb4924}
.ssbp--theme-4 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-4 .ssbp-twitter{background-color:#00a9f1}
.ssbp--theme-4 .ssbp-vk{background-color:#45668e}.ssbp--theme-4 .ssbp-whatsapp{background-color:#34af23}
.ssbp--theme-4 .ssbp-yummly{background-color:#e16120}.ssbp--theme-4 .ssbp-xing{background-color:#026466}
.ssbp--theme-4 .ssbp-each-share{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}
.ssbp--theme-4.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-16px}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-5 .ssbp-btn{width:4em;height:3em;line-height:3em;margin-bottom:8px;color:#fff;-webkit-transition:.25s;transition:.25s;border-bottom:0}
.ssbp--theme-5 .ssbp-btn:active{-webkit-transform:translateY(4px);transform:translateY(4px)}
.ssbp--theme-5 .ssbp-btn:hover,.ssbp--theme-5 .ssbp-btn:focus,.ssbp--theme-5 .ssbp-btn:active,.ssbp--theme-5 .ssbp-btn:visited{color:#fff}
.ssbp--theme-5.ssbp--stacked .ssbp-list li,.ssbp--theme-5.ssbp-wrap.ssbp--fixed-left .ssbp-list li,.ssbp--theme-5.ssbp-wrap.ssbp--fixed-right .ssbp-list li{margin-top:0}
.ssbp--theme-5 .ssbp-buffer{background-color:#272727;box-shadow:0 8px 0 #0e0e0e,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-buffer:active{box-shadow:0 4px 0 #0e0e0e,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-diggit{background-color:#14589e;box-shadow:0 8px 0 #0e3f71,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-diggit:active{box-shadow:0 4px 0 #0e3f71,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-email{background-color:#787878;box-shadow:0 8px 0 #5f5f5f,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-email:active{box-shadow:0 4px 0 #5f5f5f,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-ellipsis{background-color:#4582ec;box-shadow:0 8px 0 #1863e6,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-ellipsis:active{box-shadow:0 4px 0 #1863e6,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-facebook{background-color:#3b5998;box-shadow:0 8px 0 #2d4373,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-facebook:active{box-shadow:0 4px 0 #2d4373,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-facebook_save{background-color:#3b5998;box-shadow:0 8px 0 #2d4373,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-facebook_save:active{box-shadow:0 4px 0 #2d4373,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-facebook-messenger{background-color:#0084ff;box-shadow:0 8px 0 #006acc,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-facebook-messenger:active{box-shadow:0 4px 0 #006acc,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-flattr{background-color:#f67c1a;box-shadow:0 8px 0 #d56308,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-flattr:active{box-shadow:0 4px 0 #d56308,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-google{background-color:#dc4e41;box-shadow:0 8px 0 #c63224,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-google:active{box-shadow:0 4px 0 #c63224,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-linkedin{background-color:#007bb6;box-shadow:0 8px 0 #005983,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-linkedin:active{box-shadow:0 4px 0 #005983,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-pinterest{background-color:#ce1a19;box-shadow:0 8px 0 #a11413,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-pinterest:active{box-shadow:0 4px 0 #a11413,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-print{background-color:#1f6b43;box-shadow:0 8px 0 #14432a,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-print:active{box-shadow:0 4px 0 #14432a,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-reddit{background-color:#ff4500;box-shadow:0 8px 0 #cc3700,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-reddit:active{box-shadow:0 4px 0 #cc3700,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-simplesharebuttons{background-color:#4582ec;box-shadow:0 8px 0 #1863e6,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-simplesharebuttons:active{box-shadow:0 4px 0 #1863e6,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-stumbleupon{background-color:#eb4924;box-shadow:0 8px 0 #ca3412,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-stumbleupon:active{box-shadow:0 4px 0 #ca3412,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-tumblr{background-color:#2c4762;box-shadow:0 8px 0 #1c2e3f,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-tumblr:active{box-shadow:0 4px 0 #1c2e3f,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-twitter{background-color:#00a9f1;box-shadow:0 8px 0 #0085be,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-twitter:active{box-shadow:0 4px 0 #0085be,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-vk{background-color:#45668e;box-shadow:0 8px 0 #344d6c,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-vk:active{box-shadow:0 4px 0 #344d6c,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-whatsapp{background-color:#34af23;box-shadow:0 8px 0 #27851b,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-whatsapp:active{box-shadow:0 4px 0 #27851b,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-yummly{background-color:#e16120;box-shadow:0 8px 0 #b64d18,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-yummly:active{box-shadow:0 4px 0 #b64d18,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-xing{background-color:#026466;box-shadow:0 8px 0 #013334,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-xing:active{box-shadow:0 4px 0 #013334,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-6[class*="ssbp--fixed"] .ssbp-container{background-color:rgba(255,255,255,0.8);padding:6px}
.ssbp--theme-6 .ssbp-btn{width:3em;height:3em;line-height:3em;border:2px solid #fff;border-radius:50%;background-color:#fff;-webkit-transition:.25s;transition:.25s}
.ssbp--theme-6 .ssbp-btn:hover,.ssbp--theme-6 .ssbp-btn:focus,.ssbp--theme-6 .ssbp-btn:active{color:#fff}
.ssbp--theme-6 .ssbp-list li{margin-left:12px}.ssbp--theme-6 .ssbp-buffer{border-color:#272727;color:#272727}
.ssbp--theme-6 .ssbp-buffer:hover,.ssbp--theme-6 .ssbp-buffer:focus,.ssbp--theme-6 .ssbp-buffer:active{background-color:#272727}
.ssbp--theme-6 .ssbp-buffer+.ssbp-each-share{color:#272727;border-color:#272727}.ssbp--theme-6 .ssbp-diggit{border-color:#14589e;color:#14589e}
.ssbp--theme-6 .ssbp-diggit:hover,.ssbp--theme-6 .ssbp-diggit:focus,.ssbp--theme-6 .ssbp-diggit:active{background-color:#14589e}
.ssbp--theme-6 .ssbp-diggit+.ssbp-each-share{color:#14589e;border-color:#14589e}.ssbp--theme-6 .ssbp-email{border-color:#787878;color:#787878}
.ssbp--theme-6 .ssbp-email:hover,.ssbp--theme-6 .ssbp-email:focus,.ssbp--theme-6 .ssbp-email:active{background-color:#787878}
.ssbp--theme-6 .ssbp-email+.ssbp-each-share{color:#787878;border-color:#787878}.ssbp--theme-6 .ssbp-ellipsis{border-color:#4582ec;color:#4582ec}
.ssbp--theme-6 .ssbp-ellipsis:hover,.ssbp--theme-6 .ssbp-ellipsis:focus,.ssbp--theme-6 .ssbp-ellipsis:active{background-color:#4582ec}
.ssbp--theme-6 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec;border-color:#4582ec}
.ssbp--theme-6 .ssbp-facebook{border-color:#3b5998;color:#3b5998}.ssbp--theme-6 .ssbp-facebook:hover,.ssbp--theme-6 .ssbp-facebook:focus,.ssbp--theme-6 .ssbp-facebook:active{background-color:#3b5998}
.ssbp--theme-6 .ssbp-facebook+.ssbp-each-share{color:#3b5998;border-color:#3b5998}
.ssbp--theme-6 .ssbp-facebook_save{border-color:#3b5998;color:#3b5998}.ssbp--theme-6 .ssbp-facebook_save:hover,.ssbp--theme-6 .ssbp-facebook_save:focus,.ssbp--theme-6 .ssbp-facebook_save:active{background-color:#3b5998}
.ssbp--theme-6 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998;border-color:#3b5998}
.ssbp--theme-6 .ssbp-facebook-messenger{border-color:#0084ff;color:#0084ff}.ssbp--theme-6 .ssbp-facebook-messenger:hover,.ssbp--theme-6 .ssbp-facebook-messenger:focus,.ssbp--theme-6 .ssbp-facebook-messenger:active{background-color:#0084ff}
.ssbp--theme-6 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff;border-color:#0084ff}
.ssbp--theme-6 .ssbp-flattr{border-color:#f67c1a;color:#f67c1a}.ssbp--theme-6 .ssbp-flattr:hover,.ssbp--theme-6 .ssbp-flattr:focus,.ssbp--theme-6 .ssbp-flattr:active{background-color:#f67c1a}
.ssbp--theme-6 .ssbp-flattr+.ssbp-each-share{color:#f67c1a;border-color:#f67c1a}.ssbp--theme-6 .ssbp-google{border-color:#dc4e41;color:#dc4e41}
.ssbp--theme-6 .ssbp-google:hover,.ssbp--theme-6 .ssbp-google:focus,.ssbp--theme-6 .ssbp-google:active{background-color:#dc4e41}
.ssbp--theme-6 .ssbp-google+.ssbp-each-share{color:#dc4e41;border-color:#dc4e41}.ssbp--theme-6 .ssbp-linkedin{border-color:#007bb6;color:#007bb6}
.ssbp--theme-6 .ssbp-linkedin:hover,.ssbp--theme-6 .ssbp-linkedin:focus,.ssbp--theme-6 .ssbp-linkedin:active{background-color:#007bb6}
.ssbp--theme-6 .ssbp-linkedin+.ssbp-each-share{color:#007bb6;border-color:#007bb6}
.ssbp--theme-6 .ssbp-pinterest{border-color:#ce1a19;color:#ce1a19}.ssbp--theme-6 .ssbp-pinterest:hover,.ssbp--theme-6 .ssbp-pinterest:focus,.ssbp--theme-6 .ssbp-pinterest:active{background-color:#ce1a19}
.ssbp--theme-6 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19;border-color:#ce1a19}
.ssbp--theme-6 .ssbp-print{border-color:#1f6b43;color:#1f6b43}.ssbp--theme-6 .ssbp-print:hover,.ssbp--theme-6 .ssbp-print:focus,.ssbp--theme-6 .ssbp-print:active{background-color:#1f6b43}
.ssbp--theme-6 .ssbp-print+.ssbp-each-share{color:#1f6b43;border-color:#1f6b43}.ssbp--theme-6 .ssbp-reddit{border-color:#ff4500;color:#ff4500}
.ssbp--theme-6 .ssbp-reddit:hover,.ssbp--theme-6 .ssbp-reddit:focus,.ssbp--theme-6 .ssbp-reddit:active{background-color:#ff4500}
.ssbp--theme-6 .ssbp-reddit+.ssbp-each-share{color:#ff4500;border-color:#ff4500}.ssbp--theme-6 .ssbp-simplesharebuttons{border-color:#4582ec;color:#4582ec}
.ssbp--theme-6 .ssbp-simplesharebuttons:hover,.ssbp--theme-6 .ssbp-simplesharebuttons:focus,.ssbp--theme-6 .ssbp-simplesharebuttons:active{background-color:#4582ec}
.ssbp--theme-6 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec;border-color:#4582ec}
.ssbp--theme-6 .ssbp-stumbleupon{border-color:#eb4924;color:#eb4924}.ssbp--theme-6 .ssbp-stumbleupon:hover,.ssbp--theme-6 .ssbp-stumbleupon:focus,.ssbp--theme-6 .ssbp-stumbleupon:active{background-color:#eb4924}
.ssbp--theme-6 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924;border-color:#eb4924}
.ssbp--theme-6 .ssbp-tumblr{border-color:#2c4762;color:#2c4762}.ssbp--theme-6 .ssbp-tumblr:hover,.ssbp--theme-6 .ssbp-tumblr:focus,.ssbp--theme-6 .ssbp-tumblr:active{background-color:#2c4762}
.ssbp--theme-6 .ssbp-tumblr+.ssbp-each-share{color:#2c4762;border-color:#2c4762}.ssbp--theme-6 .ssbp-twitter{border-color:#00a9f1;color:#00a9f1}
.ssbp--theme-6 .ssbp-twitter:hover,.ssbp--theme-6 .ssbp-twitter:focus,.ssbp--theme-6 .ssbp-twitter:active{background-color:#00a9f1}
.ssbp--theme-6 .ssbp-twitter+.ssbp-each-share{color:#00a9f1;border-color:#00a9f1}
.ssbp--theme-6 .ssbp-vk{border-color:#45668e;color:#45668e}.ssbp--theme-6 .ssbp-vk:hover,.ssbp--theme-6 .ssbp-vk:focus,.ssbp--theme-6 .ssbp-vk:active{background-color:#45668e}
.ssbp--theme-6 .ssbp-vk+.ssbp-each-share{color:#45668e;border-color:#45668e}.ssbp--theme-6 .ssbp-whatsapp{border-color:#34af23;color:#34af23}
.ssbp--theme-6 .ssbp-whatsapp:hover,.ssbp--theme-6 .ssbp-whatsapp:focus,.ssbp--theme-6 .ssbp-whatsapp:active{background-color:#34af23}
.ssbp--theme-6 .ssbp-whatsapp+.ssbp-each-share{color:#34af23;border-color:#34af23}
.ssbp--theme-6 .ssbp-yummly{border-color:#e16120;color:#e16120}.ssbp--theme-6 .ssbp-yummly:hover,.ssbp--theme-6 .ssbp-yummly:focus,.ssbp--theme-6 .ssbp-yummly:active{background-color:#e16120}
.ssbp--theme-6 .ssbp-yummly+.ssbp-each-share{color:#e16120;border-color:#e16120}.ssbp--theme-6 .ssbp-xing{border-color:#026466;color:#026466}
.ssbp--theme-6 .ssbp-xing:hover,.ssbp--theme-6 .ssbp-xing:focus,.ssbp--theme-6 .ssbp-xing:active{background-color:#026466}
.ssbp--theme-6 .ssbp-xing+.ssbp-each-share{color:#026466;border-color:#026466}.ssbp--theme-6 .ssbp-each-share{position:absolute;top:0;left:100%;z-index:11;margin-left:-12px;padding:2px;border:1px solid #fff;background-color:#fff;border-radius:6px;font-size:10px;color:#FFF}
.ssbp--theme-6.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-12px}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-7 .ssbp-list li{margin-left:6px;margin-bottom:1.5rem}.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12px;margin-left:.5em}
.ssbp--theme-7 .ssbp-btn{display:block;padding:.5em 1em;border:2px solid #fff;color:#fff;background-color:#fff;-webkit-transition:background-color .25s;transition:background-color .25s}
.ssbp--theme-7 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-7 .ssbp-buffer{border-color:#272727;color:#272727}
.ssbp--theme-7 .ssbp-buffer:visited{color:#272727}.ssbp--theme-7 .ssbp-buffer:hover,.ssbp--theme-7 .ssbp-buffer:focus,.ssbp--theme-7 .ssbp-buffer:active{background-color:#272727;border-bottom:2px #272727 solid;color:#fff}
.ssbp--theme-7 .ssbp-buffer+.ssbp-each-share{color:#272727}.ssbp--theme-7 .ssbp-diggit{border-color:#14589e;color:#14589e}
.ssbp--theme-7 .ssbp-diggit:visited{color:#14589e}.ssbp--theme-7 .ssbp-diggit:hover,.ssbp--theme-7 .ssbp-diggit:focus,.ssbp--theme-7 .ssbp-diggit:active{background-color:#14589e;border-bottom:2px #14589e solid;color:#fff}
.ssbp--theme-7 .ssbp-diggit+.ssbp-each-share{color:#14589e}.ssbp--theme-7 .ssbp-email{border-color:#787878;color:#787878}
.ssbp--theme-7 .ssbp-email:visited{color:#787878}.ssbp--theme-7 .ssbp-email:hover,.ssbp--theme-7 .ssbp-email:focus,.ssbp--theme-7 .ssbp-email:active{background-color:#787878;border-bottom:2px #787878 solid;color:#fff}
.ssbp--theme-7 .ssbp-email+.ssbp-each-share{color:#787878}.ssbp--theme-7 .ssbp-ellipsis{border-color:#4582ec;color:#4582ec}
.ssbp--theme-7 .ssbp-ellipsis:visited{color:#4582ec}.ssbp--theme-7 .ssbp-ellipsis:hover,.ssbp--theme-7 .ssbp-ellipsis:focus,.ssbp--theme-7 .ssbp-ellipsis:active{background-color:#4582ec;border-bottom:2px #4582ec solid;color:#fff}
.ssbp--theme-7 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec}.ssbp--theme-7 .ssbp-facebook{border-color:#3b5998;color:#3b5998}
.ssbp--theme-7 .ssbp-facebook:visited{color:#3b5998}.ssbp--theme-7 .ssbp-facebook:hover,.ssbp--theme-7 .ssbp-facebook:focus,.ssbp--theme-7 .ssbp-facebook:active{background-color:#3b5998;border-bottom:2px #3b5998 solid;color:#fff}
.ssbp--theme-7 .ssbp-facebook+.ssbp-each-share{color:#3b5998}.ssbp--theme-7 .ssbp-facebook_save{border-color:#3b5998;color:#3b5998}
.ssbp--theme-7 .ssbp-facebook_save:visited{color:#3b5998}.ssbp--theme-7 .ssbp-facebook_save:hover,.ssbp--theme-7 .ssbp-facebook_save:focus,.ssbp--theme-7 .ssbp-facebook_save:active{background-color:#3b5998;border-bottom:2px #3b5998 solid;color:#fff}
.ssbp--theme-7 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998}.ssbp--theme-7 .ssbp-facebook-messenger{border-color:#0084ff;color:#0084ff}
.ssbp--theme-7 .ssbp-facebook-messenger:visited{color:#0084ff}.ssbp--theme-7 .ssbp-facebook-messenger:hover,.ssbp--theme-7 .ssbp-facebook-messenger:focus,.ssbp--theme-7 .ssbp-facebook-messenger:active{background-color:#0084ff;border-bottom:2px #0084ff solid;color:#fff}
.ssbp--theme-7 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff}.ssbp--theme-7 .ssbp-flattr{border-color:#f67c1a;color:#f67c1a}
.ssbp--theme-7 .ssbp-flattr:visited{color:#f67c1a}.ssbp--theme-7 .ssbp-flattr:hover,.ssbp--theme-7 .ssbp-flattr:focus,.ssbp--theme-7 .ssbp-flattr:active{background-color:#f67c1a;border-bottom:2px #f67c1a solid;color:#fff}
.ssbp--theme-7 .ssbp-flattr+.ssbp-each-share{color:#f67c1a}.ssbp--theme-7 .ssbp-google{border-color:#dc4e41;color:#dc4e41}
.ssbp--theme-7 .ssbp-google:visited{color:#dc4e41}.ssbp--theme-7 .ssbp-google:hover,.ssbp--theme-7 .ssbp-google:focus,.ssbp--theme-7 .ssbp-google:active{background-color:#dc4e41;border-bottom:2px #dc4e41 solid;color:#fff}
.ssbp--theme-7 .ssbp-google+.ssbp-each-share{color:#dc4e41}.ssbp--theme-7 .ssbp-linkedin{border-color:#007bb6;color:#007bb6}
.ssbp--theme-7 .ssbp-linkedin:visited{color:#007bb6}.ssbp--theme-7 .ssbp-linkedin:hover,.ssbp--theme-7 .ssbp-linkedin:focus,.ssbp--theme-7 .ssbp-linkedin:active{background-color:#007bb6;border-bottom:2px #007bb6 solid;color:#fff}
.ssbp--theme-7 .ssbp-linkedin+.ssbp-each-share{color:#007bb6}.ssbp--theme-7 .ssbp-pinterest{border-color:#ce1a19;color:#ce1a19}
.ssbp--theme-7 .ssbp-pinterest:visited{color:#ce1a19}.ssbp--theme-7 .ssbp-pinterest:hover,.ssbp--theme-7 .ssbp-pinterest:focus,.ssbp--theme-7 .ssbp-pinterest:active{background-color:#ce1a19;border-bottom:2px #ce1a19 solid;color:#fff}
.ssbp--theme-7 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19}.ssbp--theme-7 .ssbp-print{border-color:#1f6b43;color:#1f6b43}
.ssbp--theme-7 .ssbp-print:visited{color:#1f6b43}.ssbp--theme-7 .ssbp-print:hover,.ssbp--theme-7 .ssbp-print:focus,.ssbp--theme-7 .ssbp-print:active{background-color:#1f6b43;border-bottom:2px #1f6b43 solid;color:#fff}
.ssbp--theme-7 .ssbp-print+.ssbp-each-share{color:#1f6b43}.ssbp--theme-7 .ssbp-reddit{border-color:#ff4500;color:#ff4500}
.ssbp--theme-7 .ssbp-reddit:visited{color:#ff4500}.ssbp--theme-7 .ssbp-reddit:hover,.ssbp--theme-7 .ssbp-reddit:focus,.ssbp--theme-7 .ssbp-reddit:active{background-color:#ff4500;border-bottom:2px #ff4500 solid;color:#fff}
.ssbp--theme-7 .ssbp-reddit+.ssbp-each-share{color:#ff4500}.ssbp--theme-7 .ssbp-simplesharebuttons{border-color:#4582ec;color:#4582ec}
.ssbp--theme-7 .ssbp-simplesharebuttons:visited{color:#4582ec}.ssbp--theme-7 .ssbp-simplesharebuttons:hover,.ssbp--theme-7 .ssbp-simplesharebuttons:focus,.ssbp--theme-7 .ssbp-simplesharebuttons:active{background-color:#4582ec;border-bottom:2px #4582ec solid;color:#fff}
.ssbp--theme-7 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec}.ssbp--theme-7 .ssbp-stumbleupon{border-color:#eb4924;color:#eb4924}
.ssbp--theme-7 .ssbp-stumbleupon:visited{color:#eb4924}.ssbp--theme-7 .ssbp-stumbleupon:hover,.ssbp--theme-7 .ssbp-stumbleupon:focus,.ssbp--theme-7 .ssbp-stumbleupon:active{background-color:#eb4924;border-bottom:2px #eb4924 solid;color:#fff}
.ssbp--theme-7 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924}.ssbp--theme-7 .ssbp-tumblr{border-color:#2c4762;color:#2c4762}
.ssbp--theme-7 .ssbp-tumblr:visited{color:#2c4762}.ssbp--theme-7 .ssbp-tumblr:hover,.ssbp--theme-7 .ssbp-tumblr:focus,.ssbp--theme-7 .ssbp-tumblr:active{background-color:#2c4762;border-bottom:2px #2c4762 solid;color:#fff}
.ssbp--theme-7 .ssbp-tumblr+.ssbp-each-share{color:#2c4762}.ssbp--theme-7 .ssbp-twitter{border-color:#00a9f1;color:#00a9f1}
.ssbp--theme-7 .ssbp-twitter:visited{color:#00a9f1}.ssbp--theme-7 .ssbp-twitter:hover,.ssbp--theme-7 .ssbp-twitter:focus,.ssbp--theme-7 .ssbp-twitter:active{background-color:#00a9f1;border-bottom:2px #00a9f1 solid;color:#fff}
.ssbp--theme-7 .ssbp-twitter+.ssbp-each-share{color:#00a9f1}.ssbp--theme-7 .ssbp-vk{border-color:#45668e;color:#45668e}
.ssbp--theme-7 .ssbp-vk:visited{color:#45668e}.ssbp--theme-7 .ssbp-vk:hover,.ssbp--theme-7 .ssbp-vk:focus,.ssbp--theme-7 .ssbp-vk:active{background-color:#45668e;border-bottom:2px #45668e solid;color:#fff}
.ssbp--theme-7 .ssbp-vk+.ssbp-each-share{color:#45668e}.ssbp--theme-7 .ssbp-whatsapp{border-color:#34af23;color:#34af23}
.ssbp--theme-7 .ssbp-whatsapp:visited{color:#34af23}.ssbp--theme-7 .ssbp-whatsapp:hover,.ssbp--theme-7 .ssbp-whatsapp:focus,.ssbp--theme-7 .ssbp-whatsapp:active{background-color:#34af23;border-bottom:2px #34af23 solid;color:#fff}
.ssbp--theme-7 .ssbp-whatsapp+.ssbp-each-share{color:#34af23}.ssbp--theme-7 .ssbp-yummly{border-color:#e16120;color:#e16120}
.ssbp--theme-7 .ssbp-yummly:visited{color:#e16120}.ssbp--theme-7 .ssbp-yummly:hover,.ssbp--theme-7 .ssbp-yummly:focus,.ssbp--theme-7 .ssbp-yummly:active{background-color:#e16120;border-bottom:2px #e16120 solid;color:#fff}
.ssbp--theme-7 .ssbp-yummly+.ssbp-each-share{color:#e16120}.ssbp--theme-7 .ssbp-xing{border-color:#026466;color:#026466}
.ssbp--theme-7 .ssbp-xing:visited{color:#026466}.ssbp--theme-7 .ssbp-xing:hover,.ssbp--theme-7 .ssbp-xing:focus,.ssbp--theme-7 .ssbp-xing:active{background-color:#026466;border-bottom:2px #026466 solid;color:#fff}
.ssbp--theme-7 .ssbp-xing+.ssbp-each-share{color:#026466}.ssbp--theme-7 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-8 .ssbp-list li{margin-left:6px}.ssbp--theme-8 .ssbp-btn:hover,.ssbp--theme-8 .ssbp-btn:focus,.ssbp--theme-8 .ssbp-btn:active{border-bottom:3px solid #272727}
.ssbp--theme-8 .ssbp-btn,.ssbp--theme-8 .ssbp-btn:visited{width:4em;height:3em;line-height:3em;position:relative;border:3px solid #272727;background-color:#fff;color:#272727;-webkit-transition:.25s;transition:.25s}
.ssbp--theme-8 .ssbp-btn:hover,.ssbp--theme-8 .ssbp-btn:focus,.ssbp--theme-8 .ssbp-btn:active,.ssbp--theme-8 .ssbp-btn:visited:hover,.ssbp--theme-8 .ssbp-btn:visited:focus,.ssbp--theme-8 .ssbp-btn:visited:active{background-color:#272727;color:#fff}
.ssbp--theme-8 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-9 .ssbp-list li{margin-left:6px}.ssbp--theme-9 .ssbp-btn{display:block;padding:.5em 1em}
.ssbp--theme-9 .ssbp-btn:hover,.ssbp--theme-9 .ssbp-btn:focus,.ssbp--theme-9 .ssbp-btn:active{opacity:.66}
.ssbp--theme-9 .ssbp-buffer{border-bottom:5px solid #272727;color:#272727}.ssbp--theme-9 .ssbp-buffer:hover,.ssbp--theme-9 .ssbp-buffer:focus,.ssbp--theme-9 .ssbp-buffer:active{border-bottom:5px solid #272727}
.ssbp--theme-9 .ssbp-buffer:hover,.ssbp--theme-9 .ssbp-buffer:focus,.ssbp--theme-9 .ssbp-buffer:active,.ssbp--theme-9 .ssbp-buffer:visited{color:#272727}
.ssbp--theme-9 .ssbp-buffer+.ssbp-each-share{color:#272727}.ssbp--theme-9 .ssbp-diggit{border-bottom:5px solid #14589e;color:#14589e}
.ssbp--theme-9 .ssbp-diggit:hover,.ssbp--theme-9 .ssbp-diggit:focus,.ssbp--theme-9 .ssbp-diggit:active{border-bottom:5px solid #14589e}
.ssbp--theme-9 .ssbp-diggit:hover,.ssbp--theme-9 .ssbp-diggit:focus,.ssbp--theme-9 .ssbp-diggit:active,.ssbp--theme-9 .ssbp-diggit:visited{color:#14589e}
.ssbp--theme-9 .ssbp-diggit+.ssbp-each-share{color:#14589e}.ssbp--theme-9 .ssbp-email{border-bottom:5px solid #787878;color:#787878}
.ssbp--theme-9 .ssbp-email:hover,.ssbp--theme-9 .ssbp-email:focus,.ssbp--theme-9 .ssbp-email:active{border-bottom:5px solid #787878}
.ssbp--theme-9 .ssbp-email:hover,.ssbp--theme-9 .ssbp-email:focus,.ssbp--theme-9 .ssbp-email:active,.ssbp--theme-9 .ssbp-email:visited{color:#787878}
.ssbp--theme-9 .ssbp-email+.ssbp-each-share{color:#787878}.ssbp--theme-9 .ssbp-ellipsis{border-bottom:5px solid #4582ec;color:#4582ec}
.ssbp--theme-9 .ssbp-ellipsis:hover,.ssbp--theme-9 .ssbp-ellipsis:focus,.ssbp--theme-9 .ssbp-ellipsis:active{border-bottom:5px solid #4582ec}
.ssbp--theme-9 .ssbp-ellipsis:hover,.ssbp--theme-9 .ssbp-ellipsis:focus,.ssbp--theme-9 .ssbp-ellipsis:active,.ssbp--theme-9 .ssbp-ellipsis:visited{color:#4582ec}
.ssbp--theme-9 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec}.ssbp--theme-9 .ssbp-facebook{border-bottom:5px solid #3b5998;color:#3b5998}
.ssbp--theme-9 .ssbp-facebook:hover,.ssbp--theme-9 .ssbp-facebook:focus,.ssbp--theme-9 .ssbp-facebook:active{border-bottom:5px solid #3b5998}
.ssbp--theme-9 .ssbp-facebook:hover,.ssbp--theme-9 .ssbp-facebook:focus,.ssbp--theme-9 .ssbp-facebook:active,.ssbp--theme-9 .ssbp-facebook:visited{color:#3b5998}
.ssbp--theme-9 .ssbp-facebook+.ssbp-each-share{color:#3b5998}.ssbp--theme-9 .ssbp-facebook_save{border-bottom:5px solid #3b5998;color:#3b5998}
.ssbp--theme-9 .ssbp-facebook_save:hover,.ssbp--theme-9 .ssbp-facebook_save:focus,.ssbp--theme-9 .ssbp-facebook_save:active{border-bottom:5px solid #3b5998}
.ssbp--theme-9 .ssbp-facebook_save:hover,.ssbp--theme-9 .ssbp-facebook_save:focus,.ssbp--theme-9 .ssbp-facebook_save:active,.ssbp--theme-9 .ssbp-facebook_save:visited{color:#3b5998}
.ssbp--theme-9 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998}.ssbp--theme-9 .ssbp-facebook-messenger{border-bottom:5px solid #0084ff;color:#0084ff}
.ssbp--theme-9 .ssbp-facebook-messenger:hover,.ssbp--theme-9 .ssbp-facebook-messenger:focus,.ssbp--theme-9 .ssbp-facebook-messenger:active{border-bottom:5px solid #0084ff}
.ssbp--theme-9 .ssbp-facebook-messenger:hover,.ssbp--theme-9 .ssbp-facebook-messenger:focus,.ssbp--theme-9 .ssbp-facebook-messenger:active,.ssbp--theme-9 .ssbp-facebook-messenger:visited{color:#0084ff}
.ssbp--theme-9 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff}.ssbp--theme-9 .ssbp-flattr{border-bottom:5px solid #f67c1a;color:#f67c1a}
.ssbp--theme-9 .ssbp-flattr:hover,.ssbp--theme-9 .ssbp-flattr:focus,.ssbp--theme-9 .ssbp-flattr:active{border-bottom:5px solid #f67c1a}
.ssbp--theme-9 .ssbp-flattr:hover,.ssbp--theme-9 .ssbp-flattr:focus,.ssbp--theme-9 .ssbp-flattr:active,.ssbp--theme-9 .ssbp-flattr:visited{color:#f67c1a}
.ssbp--theme-9 .ssbp-flattr+.ssbp-each-share{color:#f67c1a}.ssbp--theme-9 .ssbp-google{border-bottom:5px solid #dc4e41;color:#dc4e41}
.ssbp--theme-9 .ssbp-google:hover,.ssbp--theme-9 .ssbp-google:focus,.ssbp--theme-9 .ssbp-google:active{border-bottom:5px solid #dc4e41}
.ssbp--theme-9 .ssbp-google:hover,.ssbp--theme-9 .ssbp-google:focus,.ssbp--theme-9 .ssbp-google:active,.ssbp--theme-9 .ssbp-google:visited{color:#dc4e41}
.ssbp--theme-9 .ssbp-google+.ssbp-each-share{color:#dc4e41}.ssbp--theme-9 .ssbp-linkedin{border-bottom:5px solid #007bb6;color:#007bb6}
.ssbp--theme-9 .ssbp-linkedin:hover,.ssbp--theme-9 .ssbp-linkedin:focus,.ssbp--theme-9 .ssbp-linkedin:active{border-bottom:5px solid #007bb6}
.ssbp--theme-9 .ssbp-linkedin:hover,.ssbp--theme-9 .ssbp-linkedin:focus,.ssbp--theme-9 .ssbp-linkedin:active,.ssbp--theme-9 .ssbp-linkedin:visited{color:#007bb6}
.ssbp--theme-9 .ssbp-linkedin+.ssbp-each-share{color:#007bb6}.ssbp--theme-9 .ssbp-pinterest{border-bottom:5px solid #ce1a19;color:#ce1a19}
.ssbp--theme-9 .ssbp-pinterest:hover,.ssbp--theme-9 .ssbp-pinterest:focus,.ssbp--theme-9 .ssbp-pinterest:active{border-bottom:5px solid #ce1a19}
.ssbp--theme-9 .ssbp-pinterest:hover,.ssbp--theme-9 .ssbp-pinterest:focus,.ssbp--theme-9 .ssbp-pinterest:active,.ssbp--theme-9 .ssbp-pinterest:visited{color:#ce1a19}
.ssbp--theme-9 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19}.ssbp--theme-9 .ssbp-print{border-bottom:5px solid #1f6b43;color:#1f6b43}
.ssbp--theme-9 .ssbp-print:hover,.ssbp--theme-9 .ssbp-print:focus,.ssbp--theme-9 .ssbp-print:active{border-bottom:5px solid #1f6b43}
.ssbp--theme-9 .ssbp-print:hover,.ssbp--theme-9 .ssbp-print:focus,.ssbp--theme-9 .ssbp-print:active,.ssbp--theme-9 .ssbp-print:visited{color:#1f6b43}
.ssbp--theme-9 .ssbp-print+.ssbp-each-share{color:#1f6b43}.ssbp--theme-9 .ssbp-reddit{border-bottom:5px solid #ff4500;color:#ff4500}
.ssbp--theme-9 .ssbp-reddit:hover,.ssbp--theme-9 .ssbp-reddit:focus,.ssbp--theme-9 .ssbp-reddit:active{border-bottom:5px solid #ff4500}
.ssbp--theme-9 .ssbp-reddit:hover,.ssbp--theme-9 .ssbp-reddit:focus,.ssbp--theme-9 .ssbp-reddit:active,.ssbp--theme-9 .ssbp-reddit:visited{color:#ff4500}
.ssbp--theme-9 .ssbp-reddit+.ssbp-each-share{color:#ff4500}.ssbp--theme-9 .ssbp-simplesharebuttons{border-bottom:5px solid #4582ec;color:#4582ec}
.ssbp--theme-9 .ssbp-simplesharebuttons:hover,.ssbp--theme-9 .ssbp-simplesharebuttons:focus,.ssbp--theme-9 .ssbp-simplesharebuttons:active{border-bottom:5px solid #4582ec}
.ssbp--theme-9 .ssbp-simplesharebuttons:hover,.ssbp--theme-9 .ssbp-simplesharebuttons:focus,.ssbp--theme-9 .ssbp-simplesharebuttons:active,.ssbp--theme-9 .ssbp-simplesharebuttons:visited{color:#4582ec}
.ssbp--theme-9 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec}.ssbp--theme-9 .ssbp-stumbleupon{border-bottom:5px solid #eb4924;color:#eb4924}
.ssbp--theme-9 .ssbp-stumbleupon:hover,.ssbp--theme-9 .ssbp-stumbleupon:focus,.ssbp--theme-9 .ssbp-stumbleupon:active{border-bottom:5px solid #eb4924}
.ssbp--theme-9 .ssbp-stumbleupon:hover,.ssbp--theme-9 .ssbp-stumbleupon:focus,.ssbp--theme-9 .ssbp-stumbleupon:active,.ssbp--theme-9 .ssbp-stumbleupon:visited{color:#eb4924}
.ssbp--theme-9 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924}.ssbp--theme-9 .ssbp-tumblr{border-bottom:5px solid #2c4762;color:#2c4762}
.ssbp--theme-9 .ssbp-tumblr:hover,.ssbp--theme-9 .ssbp-tumblr:focus,.ssbp--theme-9 .ssbp-tumblr:active{border-bottom:5px solid #2c4762}
.ssbp--theme-9 .ssbp-tumblr:hover,.ssbp--theme-9 .ssbp-tumblr:focus,.ssbp--theme-9 .ssbp-tumblr:active,.ssbp--theme-9 .ssbp-tumblr:visited{color:#2c4762}
.ssbp--theme-9 .ssbp-tumblr+.ssbp-each-share{color:#2c4762}.ssbp--theme-9 .ssbp-twitter{border-bottom:5px solid #00a9f1;color:#00a9f1}
.ssbp--theme-9 .ssbp-twitter:hover,.ssbp--theme-9 .ssbp-twitter:focus,.ssbp--theme-9 .ssbp-twitter:active{border-bottom:5px solid #00a9f1}
.ssbp--theme-9 .ssbp-twitter:hover,.ssbp--theme-9 .ssbp-twitter:focus,.ssbp--theme-9 .ssbp-twitter:active,.ssbp--theme-9 .ssbp-twitter:visited{color:#00a9f1}
.ssbp--theme-9 .ssbp-twitter+.ssbp-each-share{color:#00a9f1}.ssbp--theme-9 .ssbp-vk{border-bottom:5px solid #45668e;color:#45668e}
.ssbp--theme-9 .ssbp-vk:hover,.ssbp--theme-9 .ssbp-vk:focus,.ssbp--theme-9 .ssbp-vk:active{border-bottom:5px solid #45668e}
.ssbp--theme-9 .ssbp-vk:hover,.ssbp--theme-9 .ssbp-vk:focus,.ssbp--theme-9 .ssbp-vk:active,.ssbp--theme-9 .ssbp-vk:visited{color:#45668e}
.ssbp--theme-9 .ssbp-vk+.ssbp-each-share{color:#45668e}.ssbp--theme-9 .ssbp-whatsapp{border-bottom:5px solid #34af23;color:#34af23}
.ssbp--theme-9 .ssbp-whatsapp:hover,.ssbp--theme-9 .ssbp-whatsapp:focus,.ssbp--theme-9 .ssbp-whatsapp:active{border-bottom:5px solid #34af23}
.ssbp--theme-9 .ssbp-whatsapp:hover,.ssbp--theme-9 .ssbp-whatsapp:focus,.ssbp--theme-9 .ssbp-whatsapp:active,.ssbp--theme-9 .ssbp-whatsapp:visited{color:#34af23}
.ssbp--theme-9 .ssbp-whatsapp+.ssbp-each-share{color:#34af23}.ssbp--theme-9 .ssbp-yummly{border-bottom:5px solid #e16120;color:#e16120}
.ssbp--theme-9 .ssbp-yummly:hover,.ssbp--theme-9 .ssbp-yummly:focus,.ssbp--theme-9 .ssbp-yummly:active{border-bottom:5px solid #e16120}
.ssbp--theme-9 .ssbp-yummly:hover,.ssbp--theme-9 .ssbp-yummly:focus,.ssbp--theme-9 .ssbp-yummly:active,.ssbp--theme-9 .ssbp-yummly:visited{color:#e16120}
.ssbp--theme-9 .ssbp-yummly+.ssbp-each-share{color:#e16120}.ssbp--theme-9 .ssbp-xing{border-bottom:5px solid #026466;color:#026466}
.ssbp--theme-9 .ssbp-xing:hover,.ssbp--theme-9 .ssbp-xing:focus,.ssbp--theme-9 .ssbp-xing:active{border-bottom:5px solid #026466}
.ssbp--theme-9 .ssbp-xing:hover,.ssbp--theme-9 .ssbp-xing:focus,.ssbp--theme-9 .ssbp-xing:active,.ssbp--theme-9 .ssbp-xing:visited{color:#026466}
.ssbp--theme-9 .ssbp-xing+.ssbp-each-share{color:#026466}.ssbp--theme-9 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
.ssbp--theme-9 .ssbp-each-share:before{content:"("}.ssbp--theme-9 .ssbp-each-share:after{content:")"}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-10{overflow:hidden}.ssbp--theme-10 .ssbp-list li{margin:0}.ssbp--theme-10 .ssbp-btn{display:block;padding:.5em 1em;color:#fff;text-shadow:-1px -1px rgba(0,0,0,0.2);-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0}
.ssbp--theme-10 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-10 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
.ssbp--theme-10 .ssbp-btn:hover,.ssbp--theme-10 .ssbp-btn:focus,.ssbp--theme-10 .ssbp-btn:active,.ssbp--theme-10 .ssbp-btn:visited{color:#fff}
.ssbp--theme-10.ssbp--centred .ssbp-input-url-div{position:relative;display:block;padding:10px}
.ssbp--theme-10.ssbp--centred .ssbp-input-url{width:100%;max-width:200px;border:1px solid #DDD;padding:8px 8px 8px 8px;font-size:20px;font-weight:400;line-height:1;color:#b3b3b3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.ssbp--theme-10.ssbp--centred .ssbp-total-shares{display:block;line-height:1}.ssbp--theme-10.ssbp--centred .ssbp-total-shares b{font-size:70px;color:#4582ec}
.ssbp--theme-10.ssbp--centred .ssbp-total-shares:after{content:'Shares';display:block;font-family:'Lato',sans-serif;font-weight:700;font-size:30px;text-transform:uppercase;color:#b3b3b3}
@media only screen and (min-width:481px){.ssbp--theme-10.ssbp--centred .ssbp-input-url-div{float:right;width:50%;padding:35px 20px;text-align:left}
.ssbp--theme-10.ssbp--centred .ssbp-total-shares{width:50%;text-align:right}}.ssbp--theme-10 .ssbp-buffer{background-color:#272727}
.ssbp--theme-10 .ssbp-buffer:hover,.ssbp--theme-10 .ssbp-buffer:focus,.ssbp--theme-10 .ssbp-buffer:active,.ssbp--theme-10 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
.ssbp--theme-10 .ssbp-diggit{background-color:#14589e}.ssbp--theme-10 .ssbp-diggit:hover,.ssbp--theme-10 .ssbp-diggit:focus,.ssbp--theme-10 .ssbp-diggit:active,.ssbp--theme-10 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
.ssbp--theme-10 .ssbp-email{background-color:#787878}.ssbp--theme-10 .ssbp-email:hover,.ssbp--theme-10 .ssbp-email:focus,.ssbp--theme-10 .ssbp-email:active,.ssbp--theme-10 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
.ssbp--theme-10 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-10 .ssbp-ellipsis:hover,.ssbp--theme-10 .ssbp-ellipsis:focus,.ssbp--theme-10 .ssbp-ellipsis:active,.ssbp--theme-10 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
.ssbp--theme-10 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-10 .ssbp-facebook:hover,.ssbp--theme-10 .ssbp-facebook:focus,.ssbp--theme-10 .ssbp-facebook:active,.ssbp--theme-10 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
.ssbp--theme-10 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-10 .ssbp-facebook_save:hover,.ssbp--theme-10 .ssbp-facebook_save:focus,.ssbp--theme-10 .ssbp-facebook_save:active,.ssbp--theme-10 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
.ssbp--theme-10 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-10 .ssbp-facebook-messenger:hover,.ssbp--theme-10 .ssbp-facebook-messenger:focus,.ssbp--theme-10 .ssbp-facebook-messenger:active,.ssbp--theme-10 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
.ssbp--theme-10 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-10 .ssbp-flattr:hover,.ssbp--theme-10 .ssbp-flattr:focus,.ssbp--theme-10 .ssbp-flattr:active,.ssbp--theme-10 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
.ssbp--theme-10 .ssbp-google{background-color:#dc4e41}.ssbp--theme-10 .ssbp-google:hover,.ssbp--theme-10 .ssbp-google:focus,.ssbp--theme-10 .ssbp-google:active,.ssbp--theme-10 .ssbp-google+.ssbp-each-share{background-color:#c63224}
.ssbp--theme-10 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-10 .ssbp-linkedin:hover,.ssbp--theme-10 .ssbp-linkedin:focus,.ssbp--theme-10 .ssbp-linkedin:active,.ssbp--theme-10 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
.ssbp--theme-10 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-10 .ssbp-pinterest:hover,.ssbp--theme-10 .ssbp-pinterest:focus,.ssbp--theme-10 .ssbp-pinterest:active,.ssbp--theme-10 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
.ssbp--theme-10 .ssbp-print{background-color:#1f6b43}.ssbp--theme-10 .ssbp-print:hover,.ssbp--theme-10 .ssbp-print:focus,.ssbp--theme-10 .ssbp-print:active,.ssbp--theme-10 .ssbp-print+.ssbp-each-share{background-color:#14432a}
.ssbp--theme-10 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-10 .ssbp-reddit:hover,.ssbp--theme-10 .ssbp-reddit:focus,.ssbp--theme-10 .ssbp-reddit:active,.ssbp--theme-10 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
.ssbp--theme-10 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-10 .ssbp-simplesharebuttons:hover,.ssbp--theme-10 .ssbp-simplesharebuttons:focus,.ssbp--theme-10 .ssbp-simplesharebuttons:active,.ssbp--theme-10 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
.ssbp--theme-10 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-10 .ssbp-stumbleupon:hover,.ssbp--theme-10 .ssbp-stumbleupon:focus,.ssbp--theme-10 .ssbp-stumbleupon:active,.ssbp--theme-10 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
.ssbp--theme-10 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-10 .ssbp-tumblr:hover,.ssbp--theme-10 .ssbp-tumblr:focus,.ssbp--theme-10 .ssbp-tumblr:active,.ssbp--theme-10 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
.ssbp--theme-10 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-10 .ssbp-twitter:hover,.ssbp--theme-10 .ssbp-twitter:focus,.ssbp--theme-10 .ssbp-twitter:active,.ssbp--theme-10 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
.ssbp--theme-10 .ssbp-vk{background-color:#45668e}.ssbp--theme-10 .ssbp-vk:hover,.ssbp--theme-10 .ssbp-vk:focus,.ssbp--theme-10 .ssbp-vk:active,.ssbp--theme-10 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
.ssbp--theme-10 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-10 .ssbp-whatsapp:hover,.ssbp--theme-10 .ssbp-whatsapp:focus,.ssbp--theme-10 .ssbp-whatsapp:active,.ssbp--theme-10 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
.ssbp--theme-10 .ssbp-yummly{background-color:#e16120}.ssbp--theme-10 .ssbp-yummly:hover,.ssbp--theme-10 .ssbp-yummly:focus,.ssbp--theme-10 .ssbp-yummly:active,.ssbp--theme-10 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
.ssbp--theme-10 .ssbp-xing{background-color:#026466}.ssbp--theme-10 .ssbp-xing:hover,.ssbp--theme-10 .ssbp-xing:focus,.ssbp--theme-10 .ssbp-xing:active,.ssbp--theme-10 .ssbp-xing+.ssbp-each-share{background-color:#013334}
.ssbp--theme-10 .ssbp-each-share{padding:2px;font-size:10px;text-align:center;color:#FFF}
.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
.ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
.ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
.ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
.ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
.ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
.ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
.ssbp--theme-11{margin-left:-5px;margin-right:-5px}.ssbp--theme-11 .ssbp-list li{margin:0}
.ssbp--theme-11 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12px;line-height:1.2;font-size:11px}
.ssbp--theme-11 .ssbp-btn{width:auto !important;height:auto !important;display:block;padding:.6em 1em;margin:5px;text-transform:uppercase;color:#fff;font-size:11px;-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0;border-radius:5px}
.ssbp--theme-11 .ssbp-btn:before{display:none}.ssbp--theme-11 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
.ssbp--theme-11 .ssbp-btn:hover,.ssbp--theme-11 .ssbp-btn:focus,.ssbp--theme-11 .ssbp-btn:active,.ssbp--theme-11 .ssbp-btn:visited{color:#fff}
.ssbp--theme-11 .ssbp-buffer{background-color:#272727}.ssbp--theme-11 .ssbp-buffer:hover,.ssbp--theme-11 .ssbp-buffer:focus,.ssbp--theme-11 .ssbp-buffer:active,.ssbp--theme-11 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
.ssbp--theme-11 .ssbp-diggit{background-color:#14589e}.ssbp--theme-11 .ssbp-diggit:hover,.ssbp--theme-11 .ssbp-diggit:focus,.ssbp--theme-11 .ssbp-diggit:active,.ssbp--theme-11 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
.ssbp--theme-11 .ssbp-email{background-color:#787878}.ssbp--theme-11 .ssbp-email:hover,.ssbp--theme-11 .ssbp-email:focus,.ssbp--theme-11 .ssbp-email:active,.ssbp--theme-11 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
.ssbp--theme-11 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-11 .ssbp-ellipsis:hover,.ssbp--theme-11 .ssbp-ellipsis:focus,.ssbp--theme-11 .ssbp-ellipsis:active,.ssbp--theme-11 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
.ssbp--theme-11 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-11 .ssbp-facebook:hover,.ssbp--theme-11 .ssbp-facebook:focus,.ssbp--theme-11 .ssbp-facebook:active,.ssbp--theme-11 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
.ssbp--theme-11 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-11 .ssbp-facebook_save:hover,.ssbp--theme-11 .ssbp-facebook_save:focus,.ssbp--theme-11 .ssbp-facebook_save:active,.ssbp--theme-11 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
.ssbp--theme-11 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-11 .ssbp-facebook-messenger:hover,.ssbp--theme-11 .ssbp-facebook-messenger:focus,.ssbp--theme-11 .ssbp-facebook-messenger:active,.ssbp--theme-11 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
.ssbp--theme-11 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-11 .ssbp-flattr:hover,.ssbp--theme-11 .ssbp-flattr:focus,.ssbp--theme-11 .ssbp-flattr:active,.ssbp--theme-11 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
.ssbp--theme-11 .ssbp-google{background-color:#dc4e41}.ssbp--theme-11 .ssbp-google:hover,.ssbp--theme-11 .ssbp-google:focus,.ssbp--theme-11 .ssbp-google:active,.ssbp--theme-11 .ssbp-google+.ssbp-each-share{background-color:#c63224}
.ssbp--theme-11 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-11 .ssbp-linkedin:hover,.ssbp--theme-11 .ssbp-linkedin:focus,.ssbp--theme-11 .ssbp-linkedin:active,.ssbp--theme-11 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
.ssbp--theme-11 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-11 .ssbp-pinterest:hover,.ssbp--theme-11 .ssbp-pinterest:focus,.ssbp--theme-11 .ssbp-pinterest:active,.ssbp--theme-11 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
.ssbp--theme-11 .ssbp-print{background-color:#1f6b43}.ssbp--theme-11 .ssbp-print:hover,.ssbp--theme-11 .ssbp-print:focus,.ssbp--theme-11 .ssbp-print:active,.ssbp--theme-11 .ssbp-print+.ssbp-each-share{background-color:#14432a}
.ssbp--theme-11 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-11 .ssbp-reddit:hover,.ssbp--theme-11 .ssbp-reddit:focus,.ssbp--theme-11 .ssbp-reddit:active,.ssbp--theme-11 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
.ssbp--theme-11 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-11 .ssbp-simplesharebuttons:hover,.ssbp--theme-11 .ssbp-simplesharebuttons:focus,.ssbp--theme-11 .ssbp-simplesharebuttons:active,.ssbp--theme-11 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
.ssbp--theme-11 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-11 .ssbp-stumbleupon:hover,.ssbp--theme-11 .ssbp-stumbleupon:focus,.ssbp--theme-11 .ssbp-stumbleupon:active,.ssbp--theme-11 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
.ssbp--theme-11 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-11 .ssbp-tumblr:hover,.ssbp--theme-11 .ssbp-tumblr:focus,.ssbp--theme-11 .ssbp-tumblr:active,.ssbp--theme-11 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
.ssbp--theme-11 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-11 .ssbp-twitter:hover,.ssbp--theme-11 .ssbp-twitter:focus,.ssbp--theme-11 .ssbp-twitter:active,.ssbp--theme-11 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
.ssbp--theme-11 .ssbp-vk{background-color:#45668e}.ssbp--theme-11 .ssbp-vk:hover,.ssbp--theme-11 .ssbp-vk:focus,.ssbp--theme-11 .ssbp-vk:active,.ssbp--theme-11 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
.ssbp--theme-11 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-11 .ssbp-whatsapp:hover,.ssbp--theme-11 .ssbp-whatsapp:focus,.ssbp--theme-11 .ssbp-whatsapp:active,.ssbp--theme-11 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
.ssbp--theme-11 .ssbp-yummly{background-color:#e16120}.ssbp--theme-11 .ssbp-yummly:hover,.ssbp--theme-11 .ssbp-yummly:focus,.ssbp--theme-11 .ssbp-yummly:active,.ssbp--theme-11 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
.ssbp--theme-11 .ssbp-xing{background-color:#026466}.ssbp--theme-11 .ssbp-xing:hover,.ssbp--theme-11 .ssbp-xing:focus,.ssbp--theme-11 .ssbp-xing:active,.ssbp--theme-11 .ssbp-xing+.ssbp-each-share{background-color:#013334}
.ssbp--theme-11 .ssbp-each-share{padding:2px;font-size:10px;margin-right:5px;margin-left:5px;text-align:center;color:#FFF;border-radius:5px}
#ssba-bar-2.left{position:fixed;top:25vh;z-index:10000}#ssba-bar-2.right{max-width:fit-content;position:fixed;right:0;top:25vh;z-index:10000}
#ssba-bar-2.left .ssbp-bar-list{max-width:84px;text-align:left;min-width:auto;margin:0;padding:0;list-style:none}
#ssba-bar-2.right .ssbp-bar-list{max-width:84px;text-align:right;min-width:auto;margin:0;padding:0;list-style:none}
#ssba-bar-2 .ssbp-bar-list li{margin:0;margin-left:0;margin-right:0;display:block;position:relative}
#ssba-bar-2 ul li a{max-width:84px;display:block}.ssba-plus-2{width:100%}.ssba-classic-2{width:100%}
.ssbp-each-share,#ssba-bar-2 li .ssbp-each-share{display:block}.right li .ssbp-each-share{left:unset;right:100%;margin-right:-12px;margin-left:0}
.ssbp-fb-save:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/facebook_save.svg);left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
.ssbp--theme-8 .ssbp-fb-save:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/facebook_save-black.svg)}.ssbp--theme-1 .ssbp-fb-save,.ssbp--theme-2 .ssbp-fb-save,.ssbp--theme-3 .ssbp-fb-save,.ssbp--theme-4 .ssbp-fb-save,.ssbp--theme-5 .ssbp-fb-save,.ssbp--theme-10 .ssbp-fb-save:before,.ssbp--theme-11 .ssbp-fb-save{transition:background-color,.5s;background-color:#e12828;display:block}
.ssbp--theme-6 .ssbp-fb-save,.ssbp--theme-7 .ssbp-fb-save{border-color:#e12828;display:block}
.ssbp--theme-8 .ssbp-fb-save,.ssbp--theme-9 .ssbp-fb-save{display:block}.ssbp--theme-6 .ssbp-fb-save:before,.ssbp--theme-7 .ssbp-fb-save:before,.ssbp--theme-9 .ssbp-fb-save:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/facebook_save-hover.svg)}
.ssbp--theme-1 .ssbp-fb-save:before,.ssbp--theme-2 .ssbp-fb-save:before,.ssbp--theme-3 .ssbp-fb-save:before,.ssbp--theme-4 .ssbp-fb-save:before,.ssbp--theme-5 .ssbp-fb-save:before,.ssbp--theme-6 .ssbp-fb-save:before,.ssbp--theme-7 .ssbp-fb-save:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-1 .ssbp-fb-save:hover,.ssbp--theme-1 .ssbp-fb-save:focus,.ssbp--theme-1 .ssbp-fb-save:active{color:#e12828;border-color:#e12828}
.ssbp--theme-6 .ssbp-fb-save:hover,.ssbp--theme-6 .ssbp-fb-save:focus,.ssbp--theme-6 .ssbp-fb-save:active,.ssbp--theme-7 .ssbp-fb-save:hover,.ssbp--theme-7 .ssbp-fb-save:focus,.ssbp--theme-7 .ssbp-fb-save:active{background-color:#e12828}
.ssbp--theme-2 .ssbp-fb-save:hover,.ssbp--theme-2 .ssbp-fb-save:focus,.ssbp--theme-2 .ssbp-fb-save:active,.ssbp--theme-3 .ssbp-fb-save:hover,.ssbp--theme-3 .ssbp-fb-save:focus,.ssbp--theme-3 .ssbp-fb-save:active,.ssbp--theme-10 .ssbp-fb-save:hover:before,.ssbp--theme-10 .ssbp-fb-save:focus:before,.ssbp--theme-10 .ssbp-fb-save:active:before,.ssbp--theme-11 .ssbp-fb-save:hover,.ssbp--theme-11 .ssbp-fb-save:focus,.ssbp--theme-11 .ssbp-fb-save:active{border-color:#850404;background-color:#850404}
.ssbp--theme-1 .ssbp-fb-save:hover:before,.ssbp--theme-1 .ssbp-fb-save:focus:before,.ssbp--theme-1 .ssbp-fb-save:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/facebook_save-hover.svg);left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-6 .ssbp-fb-save:hover:before,.ssbp--theme-6 .ssbp-fb-save:focus:before,.ssbp--theme-6 .ssbp-fb-save:active:before,.ssbp--theme-7 .ssbp-fb-save:hover:before,.ssbp--theme-7 .ssbp-fb-save:focus:before,.ssbp--theme-7 .ssbp-fb-save:active:before,.ssbp--theme-8 .ssbp-fb-save:hover:before,.ssbp--theme-8 .ssbp-fb-save:focus:before,.ssbp--theme-8 .ssbp-fb-save:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/facebook_save.svg)}
.ssbp--theme-1 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-2 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-3 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-4 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-5 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-6 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-7 .ssbp-fb-save+.ssbp-each-share{background-color:#e12828}
.ssbp--theme-2 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
.ssbp--theme-5 .ssbp-fb-save{background-color:#e12828;box-shadow:0 8px 0 #850404,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-fb-save:active{box-shadow:0 4px 0 #e12828,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
.ssbp--theme-7 .ssbp-li--fb-save .ssbp-text{color:#e12828}.ssbp--theme-7 .ssbp-li--fb-save:hover .ssbp-text{color:#fff}
.ssbp--theme-9 .ssbp-li--fb-save{border-bottom:5px solid #e12828}.ssbp--theme-9 .ssbp-fb-save{height:43px !important}
.ssbp--theme-9 .ssbp-li--fb-save:hover{border-bottom:5px solid rgba(225,40,40,0.59)}
.ssbp--theme-9 .ssbp-li--fb-save .ssbp-fb-save:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-fb-save{width:40px !important}
.ssbp--theme-10 .ssbp-fb-save:before{padding:11px 8px 8px}.ssbp-flipboard:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/flipboard.svg);left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
.ssbp--theme-8 .ssbp-flipboard:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/flipboard-black.svg)}.ssbp--theme-1 .ssbp-flipboard,.ssbp--theme-2 .ssbp-flipboard,.ssbp--theme-3 .ssbp-flipboard,.ssbp--theme-4 .ssbp-flipboard,.ssbp--theme-5 .ssbp-flipboard,.ssbp--theme-10 .ssbp-flipboard:before,.ssbp--theme-11 .ssbp-flipboard{transition:background-color,.5s;background-color:#e12828;display:block}
.ssbp--theme-6 .ssbp-flipboard,.ssbp--theme-7 .ssbp-flipboard{border-color:#e12828;display:block}
.ssbp--theme-8 .ssbp-flipboard,.ssbp--theme-9 .ssbp-flipboard{display:block}.ssbp--theme-6 .ssbp-flipboard:before,.ssbp--theme-7 .ssbp-flipboard:before,.ssbp--theme-9 .ssbp-flipboard:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/flipboard-hover.svg)}
.ssbp--theme-1 .ssbp-flipboard:before,.ssbp--theme-2 .ssbp-flipboard:before,.ssbp--theme-3 .ssbp-flipboard:before,.ssbp--theme-4 .ssbp-flipboard:before,.ssbp--theme-5 .ssbp-flipboard:before,.ssbp--theme-6 .ssbp-flipboard:before,.ssbp--theme-7 .ssbp-flipboard:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-1 .ssbp-flipboard:hover,.ssbp--theme-1 .ssbp-flipboard:focus,.ssbp--theme-1 .ssbp-flipboard:active{color:#e12828;border-color:#e12828}
.ssbp--theme-6 .ssbp-flipboard:hover,.ssbp--theme-6 .ssbp-flipboard:focus,.ssbp--theme-6 .ssbp-flipboard:active,.ssbp--theme-7 .ssbp-flipboard:hover,.ssbp--theme-7 .ssbp-flipboard:focus,.ssbp--theme-7 .ssbp-flipboard:active{background-color:#e12828}
.ssbp--theme-2 .ssbp-flipboard:hover,.ssbp--theme-2 .ssbp-flipboard:focus,.ssbp--theme-2 .ssbp-flipboard:active,.ssbp--theme-3 .ssbp-flipboard:hover,.ssbp--theme-3 .ssbp-flipboard:focus,.ssbp--theme-3 .ssbp-flipboard:active,.ssbp--theme-10 .ssbp-flipboard:hover:before,.ssbp--theme-10 .ssbp-flipboard:focus:before,.ssbp--theme-10 .ssbp-flipboard:active:before,.ssbp--theme-11 .ssbp-flipboard:hover,.ssbp--theme-11 .ssbp-flipboard:focus,.ssbp--theme-11 .ssbp-flipboard:active{border-color:#850404;background-color:#850404}
.ssbp--theme-1 .ssbp-flipboard:hover:before,.ssbp--theme-1 .ssbp-flipboard:focus:before,.ssbp--theme-1 .ssbp-flipboard:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/flipboard-hover.svg);left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-6 .ssbp-flipboard:hover:before,.ssbp--theme-6 .ssbp-flipboard:focus:before,.ssbp--theme-6 .ssbp-flipboard:active:before,.ssbp--theme-7 .ssbp-flipboard:hover:before,.ssbp--theme-7 .ssbp-flipboard:focus:before,.ssbp--theme-7 .ssbp-flipboard:active:before,.ssbp--theme-8 .ssbp-flipboard:hover:before,.ssbp--theme-8 .ssbp-flipboard:focus:before,.ssbp--theme-8 .ssbp-flipboard:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/flipboard.svg)}
.ssbp--theme-1 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-2 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-3 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-4 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-5 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-6 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-7 .ssbp-flipboard+.ssbp-each-share{background-color:#e12828}
.ssbp--theme-2 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
.ssbp--theme-5 .ssbp-flipboard{background-color:#e12828;box-shadow:0 8px 0 #850404,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-flipboard:active{box-shadow:0 4px 0 #e12828,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
.ssbp--theme-7 .ssbp-li--flipboard .ssbp-text{color:#e12828}.ssbp--theme-7 .ssbp-li--flipboard:hover .ssbp-text{color:#fff}
.ssbp--theme-9 .ssbp-li--flipboard{border-bottom:5px solid #e12828}.ssbp--theme-9 .ssbp-flipboard{height:43px !important}
.ssbp--theme-9 .ssbp-li--flipboard:hover{border-bottom:5px solid rgba(225,40,40,0.59)}
.ssbp--theme-9 .ssbp-li--flipboard .ssbp-flipboard:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-flipboard{width:40px !important}
.ssbp--theme-10 .ssbp-flipboard:before{padding:11px 8px 8px}.ssbp-line:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/line.svg);left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
.ssbp--theme-8 .ssbp-line:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/line-black.svg)}.ssbp--theme-1 .ssbp-line,.ssbp--theme-2 .ssbp-line,.ssbp--theme-3 .ssbp-line,.ssbp--theme-4 .ssbp-line,.ssbp--theme-5 .ssbp-line,.ssbp--theme-10 .ssbp-line:before,.ssbp--theme-11 .ssbp-line{transition:background-color,.5s;background-color:#00c300;display:block}
.ssbp--theme-6 .ssbp-line,.ssbp--theme-7 .ssbp-line{border-color:#00c300;display:block}
.ssbp--theme-8 .ssbp-line,.ssbp--theme-9 .ssbp-line{display:block}.ssbp--theme-6 .ssbp-line:before,.ssbp--theme-7 .ssbp-line:before,.ssbp--theme-9 .ssbp-line:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/line-hover.svg)}
.ssbp--theme-1 .ssbp-line:before,.ssbp--theme-2 .ssbp-line:before,.ssbp--theme-3 .ssbp-line:before,.ssbp--theme-4 .ssbp-line:before,.ssbp--theme-5 .ssbp-line:before,.ssbp--theme-6 .ssbp-line:before,.ssbp--theme-7 .ssbp-line:before{left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
.wp-admin .ssbp--theme-1 .ssbp-line:before,.wp-admin .ssbp--theme-2 .ssbp-line:before,.wp-admin .ssbp--theme-3 .ssbp-line:before,.wp-admin .ssbp--theme-4 .ssbp-line:before,.wp-admin .ssbp--theme-5 .ssbp-line:before,.wp-admin .ssbp--theme-6 .ssbp-line:before,.wp-admin .ssbp--theme-7 .ssbp-line:before{top:45%}
.ssbp--theme-1 .ssbp-line:hover,.ssbp--theme-1 .ssbp-line:focus,.ssbp--theme-1 .ssbp-line:active{color:#00c300;border-color:#00c300}
.ssbp--theme-6 .ssbp-line:hover,.ssbp--theme-6 .ssbp-line:focus,.ssbp--theme-6 .ssbp-line:active,.ssbp--theme-7 .ssbp-line:hover,.ssbp--theme-7 .ssbp-line:focus,.ssbp--theme-7 .ssbp-line:active{background-color:#00c300}
.ssbp--theme-2 .ssbp-line:hover,.ssbp--theme-2 .ssbp-line:focus,.ssbp--theme-2 .ssbp-line:active,.ssbp--theme-3 .ssbp-line:hover,.ssbp--theme-3 .ssbp-line:focus,.ssbp--theme-3 .ssbp-line:active,.ssbp--theme-10 .ssbp-line:hover:before,.ssbp--theme-10 .ssbp-line:focus:before,.ssbp--theme-10 .ssbp-line:active:before,.ssbp--theme-11 .ssbp-line:hover,.ssbp--theme-11 .ssbp-line:focus,.ssbp--theme-11 .ssbp-line:active{border-color:#008e00;background-color:#008e00}
.ssbp--theme-1 .ssbp-line:hover:before,.ssbp--theme-1 .ssbp-line:focus:before,.ssbp--theme-1 .ssbp-line:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/line-hover.svg);left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
.wp-admin .ssbp--theme-1 .ssbp-line:hover:before,.wp-admin .ssbp--theme-1 .ssbp-line:focus:before,.wp-admin .ssbp--theme-1 .ssbp-line:active:before{top:45%}
.ssbp--theme-6 .ssbp-line:hover:before,.ssbp--theme-6 .ssbp-line:focus:before,.ssbp--theme-6 .ssbp-line:active:before,.ssbp--theme-7 .ssbp-line:hover:before,.ssbp--theme-7 .ssbp-line:focus:before,.ssbp--theme-7 .ssbp-line:active:before,.ssbp--theme-8 .ssbp-line:hover:before,.ssbp--theme-8 .ssbp-line:focus:before,.ssbp--theme-8 .ssbp-line:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/line.svg)}
.ssbp--theme-1 .ssbp-line+.ssbp-each-share,.ssbp--theme-2 .ssbp-line+.ssbp-each-share,.ssbp--theme-3 .ssbp-line+.ssbp-each-share,.ssbp--theme-4 .ssbp-line+.ssbp-each-share,.ssbp--theme-5 .ssbp-line+.ssbp-each-share,.ssbp--theme-6 .ssbp-line+.ssbp-each-share,.ssbp--theme-7 .ssbp-line+.ssbp-each-share{background-color:#00c300}
.ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%}
.wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:active:before{top:45%}
.ssbp--theme-5 .ssbp-line{background-color:#00c300;box-shadow:0 8px 0 #008e00,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-line:active{box-shadow:0 4px 0 #008e00,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
.ssbp--theme-7 .ssbp-li--line .ssbp-text{color:#00c300}.ssbp--theme-7 .ssbp-li--line:hover .ssbp-text{color:#fff}
.ssbp--theme-9 .ssbp-li--line{border-bottom:5px solid #00c300}.ssbp--theme-9 .ssbp-line{height:43px !important}
.ssbp--theme-9 .ssbp-li--line:hover{border-bottom:5px solid rgba(0,195,0,0.59)}.ssbp--theme-9 .ssbp-li--line .ssbp-line:before{padding:9px 14px 0}
.ssbp--theme-10 .ssbp-line{width:40px !important}.ssbp--theme-10 .ssbp-line:before{padding:11px 8px 8px}
.ssbp-skype:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/skype.svg);left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
.ssbp--theme-8 .ssbp-skype:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/skype-black.svg)}.ssbp--theme-1 .ssbp-skype,.ssbp--theme-2 .ssbp-skype,.ssbp--theme-3 .ssbp-skype,.ssbp--theme-4 .ssbp-skype,.ssbp--theme-5 .ssbp-skype,.ssbp--theme-10 .ssbp-skype:before,.ssbp--theme-11 .ssbp-skype{transition:background-color,.5s;background-color:#00aff0;display:block}
.ssbp--theme-6 .ssbp-skype,.ssbp--theme-7 .ssbp-skype{border-color:#00aff0;display:block}
.ssbp--theme-8 .ssbp-skype,.ssbp--theme-9 .ssbp-skype{display:block}.ssbp--theme-6 .ssbp-skype:before,.ssbp--theme-7 .ssbp-skype:before,.ssbp--theme-9 .ssbp-skype:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/skype-hover.svg)}
.ssbp--theme-1 .ssbp-skype:before,.ssbp--theme-2 .ssbp-skype:before,.ssbp--theme-3 .ssbp-skype:before,.ssbp--theme-4 .ssbp-skype:before,.ssbp--theme-5 .ssbp-skype:before,.ssbp--theme-6 .ssbp-skype:before,.ssbp--theme-7 .ssbp-skype:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-1 .ssbp-skype:hover,.ssbp--theme-1 .ssbp-skype:focus,.ssbp--theme-1 .ssbp-skype:active{color:#00aff0;border-color:#00aff0}
.ssbp--theme-6 .ssbp-skype:hover,.ssbp--theme-6 .ssbp-skype:focus,.ssbp--theme-6 .ssbp-skype:active,.ssbp--theme-7 .ssbp-skype:hover,.ssbp--theme-7 .ssbp-skype:focus,.ssbp--theme-7 .ssbp-skype:active{background-color:#00aff0}
.ssbp--theme-2 .ssbp-skype:hover,.ssbp--theme-2 .ssbp-skype:focus,.ssbp--theme-2 .ssbp-skype:active,.ssbp--theme-3 .ssbp-skype:hover,.ssbp--theme-3 .ssbp-skype:focus,.ssbp--theme-3 .ssbp-skype:active,.ssbp--theme-10 .ssbp-skype:hover:before,.ssbp--theme-10 .ssbp-skype:focus:before,.ssbp--theme-10 .ssbp-skype:active:before,.ssbp--theme-11 .ssbp-skype:hover,.ssbp--theme-11 .ssbp-skype:focus,.ssbp--theme-11 .ssbp-skype:active{border-color:#0081b1;background-color:#0081b1}
.ssbp--theme-1 .ssbp-skype:hover:before,.ssbp--theme-1 .ssbp-skype:focus:before,.ssbp--theme-1 .ssbp-skype:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/skype-hover.svg);left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-6 .ssbp-skype:hover:before,.ssbp--theme-6 .ssbp-skype:focus:before,.ssbp--theme-6 .ssbp-skype:active:before,.ssbp--theme-7 .ssbp-skype:hover:before,.ssbp--theme-7 .ssbp-skype:focus:before,.ssbp--theme-7 .ssbp-skype:active:before,.ssbp--theme-8 .ssbp-skype:hover:before,.ssbp--theme-8 .ssbp-skype:focus:before,.ssbp--theme-8 .ssbp-skype:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/skype.svg)}
.ssbp--theme-1 .ssbp-skype+.ssbp-each-share,.ssbp--theme-2 .ssbp-skype+.ssbp-each-share,.ssbp--theme-3 .ssbp-skype+.ssbp-each-share,.ssbp--theme-4 .ssbp-skype+.ssbp-each-share,.ssbp--theme-5 .ssbp-skype+.ssbp-each-share,.ssbp--theme-6 .ssbp-skype+.ssbp-each-share,.ssbp--theme-7 .ssbp-skype+.ssbp-each-share{background-color:#00aff0}
.ssbp--theme-2 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
.ssbp--theme-5 .ssbp-skype{background-color:#00aff0;box-shadow:0 8px 0 #0081b1,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-skype:active{box-shadow:0 4px 0 #0081b1,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
.ssbp--theme-7 .ssbp-li--skype .ssbp-text{color:#00aff0}.ssbp--theme-7 .ssbp-li--skype:hover .ssbp-text{color:#fff}
.ssbp--theme-9 .ssbp-li--skype{border-bottom:5px solid #00aff0}.ssbp--theme-9 .ssbp-skype{height:43px !important}
.ssbp--theme-9 .ssbp-li--skype:hover{border-bottom:5px solid rgba(0,175,240,0.59)}
.ssbp--theme-9 .ssbp-li--skype .ssbp-skype:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-skype{width:40px !important}
.ssbp--theme-10 .ssbp-skype:before{padding:11px 8px 8px}.ssbp-snapchat:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/snapchat.svg);left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
.ssbp--theme-8 .ssbp-snapchat:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/snapchat-black.svg)}.ssbp--theme-1 .ssbp-snapchat,.ssbp--theme-2 .ssbp-snapchat,.ssbp--theme-3 .ssbp-snapchat,.ssbp--theme-4 .ssbp-snapchat,.ssbp--theme-5 .ssbp-snapchat,.ssbp--theme-10 .ssbp-snapchat:before,.ssbp--theme-11 .ssbp-snapchat{transition:background-color,.5s;background-color:#fffc00;display:block}
.ssbp--theme-6 .ssbp-snapchat,.ssbp--theme-7 .ssbp-snapchat{border-color:#fffc00;display:block}
.ssbp--theme-8 .ssbp-snapchat,.ssbp--theme-9 .ssbp-snapchat{display:block}.ssbp--theme-6 .ssbp-snapchat:before,.ssbp--theme-7 .ssbp-snapchat:before,.ssbp--theme-9 .ssbp-snapchat:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/snapchat-hover.svg)}
.ssbp--theme-1 .ssbp-snapchat:before,.ssbp--theme-2 .ssbp-snapchat:before,.ssbp--theme-3 .ssbp-snapchat:before,.ssbp--theme-4 .ssbp-snapchat:before,.ssbp--theme-5 .ssbp-snapchat:before,.ssbp--theme-6 .ssbp-snapchat:before,.ssbp--theme-7 .ssbp-snapchat:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-1 .ssbp-snapchat:hover,.ssbp--theme-1 .ssbp-snapchat:focus,.ssbp--theme-1 .ssbp-snapchat:active{color:#fffc00;border-color:#fffc00}
.ssbp--theme-6 .ssbp-snapchat:hover,.ssbp--theme-6 .ssbp-snapchat:focus,.ssbp--theme-6 .ssbp-snapchat:active,.ssbp--theme-7 .ssbp-snapchat:hover,.ssbp--theme-7 .ssbp-snapchat:focus,.ssbp--theme-7 .ssbp-snapchat:active{background-color:#fffc00}
.ssbp--theme-2 .ssbp-snapchat:hover,.ssbp--theme-2 .ssbp-snapchat:focus,.ssbp--theme-2 .ssbp-snapchat:active,.ssbp--theme-3 .ssbp-snapchat:hover,.ssbp--theme-3 .ssbp-snapchat:focus,.ssbp--theme-3 .ssbp-snapchat:active,.ssbp--theme-10 .ssbp-snapchat:hover:before,.ssbp--theme-10 .ssbp-snapchat:focus:before,.ssbp--theme-10 .ssbp-snapchat:active:before,.ssbp--theme-11 .ssbp-snapchat:hover,.ssbp--theme-11 .ssbp-snapchat:focus,.ssbp--theme-11 .ssbp-snapchat:active{border-color:#b5b320;background-color:#b5b320}
.ssbp--theme-1 .ssbp-snapchat:hover:before,.ssbp--theme-1 .ssbp-snapchat:focus:before,.ssbp--theme-1 .ssbp-snapchat:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/snapchat-hover.svg);left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-6 .ssbp-snapchat:hover:before,.ssbp--theme-6 .ssbp-snapchat:focus:before,.ssbp--theme-6 .ssbp-snapchat:active:before,.ssbp--theme-7 .ssbp-snapchat:hover:before,.ssbp--theme-7 .ssbp-snapchat:focus:before,.ssbp--theme-7 .ssbp-snapchat:active:before,.ssbp--theme-8 .ssbp-snapchat:hover:before,.ssbp--theme-8 .ssbp-snapchat:focus:before,.ssbp--theme-8 .ssbp-snapchat:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/snapchat.svg)}
.ssbp--theme-1 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-2 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-3 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-4 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-5 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-6 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-7 .ssbp-snapchat+.ssbp-each-share{background-color:#fffc00}
.ssbp--theme-2 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
.ssbp--theme-5 .ssbp-snapchat{background-color:#fffc00;box-shadow:0 8px 0 #b5b320,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-snapchat:active{box-shadow:0 4px 0 #fffc00,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
.ssbp--theme-7 .ssbp-li--snapchat .ssbp-text{color:#fffc00}.ssbp--theme-7 .ssbp-li--snapchat:hover .ssbp-text{color:#fff}
.ssbp--theme-9 .ssbp-li--snapchat{border-bottom:5px solid #fffc00}.ssbp--theme-9 .ssbp-snapchat{height:43px !important}
.ssbp--theme-9 .ssbp-li--snapchat:hover{border-bottom:5px solid rgba(255,252,40,0.59)}
.ssbp--theme-9 .ssbp-li--snapchat .ssbp-snapchat:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-snapchat{width:40px !important}
.ssbp--theme-10 .ssbp-snapchat:before{padding:11px 8px 8px}.ssbp-telegram:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/telegram.svg);left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
.ssbp--theme-8 .ssbp-telegram:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/telegram-black.svg)}.ssbp--theme-1 .ssbp-telegram,.ssbp--theme-2 .ssbp-telegram,.ssbp--theme-3 .ssbp-telegram,.ssbp--theme-4 .ssbp-telegram,.ssbp--theme-5 .ssbp-telegram,.ssbp--theme-10 .ssbp-telegram:before,.ssbp--theme-11 .ssbp-telegram{transition:background-color,.5s;background-color:#37aee2;display:block}
.ssbp--theme-6 .ssbp-telegram,.ssbp--theme-7 .ssbp-telegram{border-color:#37aee2;display:block}
.ssbp--theme-8 .ssbp-telegram,.ssbp--theme-9 .ssbp-telegram{display:block}.ssbp--theme-6 .ssbp-telegram:before,.ssbp--theme-7 .ssbp-telegram:before,.ssbp--theme-9 .ssbp-telegram:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/telegram-hover.svg)}
.ssbp--theme-1 .ssbp-telegram:before,.ssbp--theme-2 .ssbp-telegram:before,.ssbp--theme-3 .ssbp-telegram:before,.ssbp--theme-4 .ssbp-telegram:before,.ssbp--theme-5 .ssbp-telegram:before,.ssbp--theme-6 .ssbp-telegram:before,.ssbp--theme-7 .ssbp-telegram:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-1 .ssbp-telegram:hover,.ssbp--theme-1 .ssbp-telegram:focus,.ssbp--theme-1 .ssbp-telegram:active{color:#37aee2;border-color:#37aee2}
.ssbp--theme-6 .ssbp-telegram:hover,.ssbp--theme-6 .ssbp-telegram:focus,.ssbp--theme-6 .ssbp-telegram:active,.ssbp--theme-7 .ssbp-telegram:hover,.ssbp--theme-7 .ssbp-telegram:focus,.ssbp--theme-7 .ssbp-telegram:active{background-color:#37aee2}
.ssbp--theme-2 .ssbp-telegram:hover,.ssbp--theme-2 .ssbp-telegram:focus,.ssbp--theme-2 .ssbp-telegram:active,.ssbp--theme-3 .ssbp-telegram:hover,.ssbp--theme-3 .ssbp-telegram:focus,.ssbp--theme-3 .ssbp-telegram:active,.ssbp--theme-10 .ssbp-telegram:hover:before,.ssbp--theme-10 .ssbp-telegram:focus:before,.ssbp--theme-10 .ssbp-telegram:active:before,.ssbp--theme-11 .ssbp-telegram:hover,.ssbp--theme-11 .ssbp-telegram:focus,.ssbp--theme-11 .ssbp-telegram:active{border-color:#0674a4;background-color:#0674a4}
.ssbp--theme-1 .ssbp-telegram:hover:before,.ssbp--theme-1 .ssbp-telegram:focus:before,.ssbp--theme-1 .ssbp-telegram:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/telegram-hover.svg);left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-6 .ssbp-telegram:hover:before,.ssbp--theme-6 .ssbp-telegram:focus:before,.ssbp--theme-6 .ssbp-telegram:active:before,.ssbp--theme-7 .ssbp-telegram:hover:before,.ssbp--theme-7 .ssbp-telegram:focus:before,.ssbp--theme-7 .ssbp-telegram:active:before,.ssbp--theme-8 .ssbp-telegram:hover:before,.ssbp--theme-8 .ssbp-telegram:focus:before,.ssbp--theme-8 .ssbp-telegram:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/telegram.svg)}
.ssbp--theme-1 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-2 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-3 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-4 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-5 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-6 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-7 .ssbp-telegram+.ssbp-each-share{background-color:#37aee2}
.ssbp--theme-2 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
.ssbp--theme-5 .ssbp-telegram{background-color:#37aee2;box-shadow:0 8px 0 #0674a4,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-telegram:active{box-shadow:0 4px 0 #37aee2,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
.ssbp--theme-7 .ssbp-li--telegram .ssbp-text{color:#37aee2}.ssbp--theme-7 .ssbp-li--telegram:hover .ssbp-text{color:#fff}
.ssbp--theme-9 .ssbp-li--telegram{border-bottom:5px solid #20779d}.ssbp--theme-9 .ssbp-telegram{height:43px !important}
.ssbp--theme-9 .ssbp-li--telegram:hover{border-bottom:5px solid rgba(55,174,226,0.59)}
.ssbp--theme-9 .ssbp-li--telegram .ssbp-telegram:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-telegram{width:40px !important}
.ssbp--theme-10 .ssbp-telegram:before{padding:11px 8px 8px}.ssbp-weibo:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/weibo.svg);left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
.ssbp--theme-8 .ssbp-weibo:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/weibo-black.svg)}.ssbp--theme-1 .ssbp-weibo,.ssbp--theme-2 .ssbp-weibo,.ssbp--theme-3 .ssbp-weibo,.ssbp--theme-4 .ssbp-weibo,.ssbp--theme-5 .ssbp-weibo,.ssbp--theme-10 .ssbp-weibo:before,.ssbp--theme-11 .ssbp-weibo{transition:background-color,.5s;background-color:#df2029;display:block}
.ssbp--theme-6 .ssbp-weibo,.ssbp--theme-7 .ssbp-weibo{border-color:#df2029;display:block}
.ssbp--theme-8 .ssbp-weibo,.ssbp--theme-9 .ssbp-weibo{display:block}.ssbp--theme-6 .ssbp-weibo:before,.ssbp--theme-7 .ssbp-weibo:before,.ssbp--theme-9 .ssbp-weibo:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/weibo-hover.svg)}
.ssbp--theme-1 .ssbp-weibo:before,.ssbp--theme-2 .ssbp-weibo:before,.ssbp--theme-3 .ssbp-weibo:before,.ssbp--theme-4 .ssbp-weibo:before,.ssbp--theme-5 .ssbp-weibo:before,.ssbp--theme-6 .ssbp-weibo:before,.ssbp--theme-7 .ssbp-weibo:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-1 .ssbp-weibo:hover,.ssbp--theme-1 .ssbp-weibo:focus,.ssbp--theme-1 .ssbp-weibo:active{color:#df2029;border-color:#df2029}
.ssbp--theme-6 .ssbp-weibo:hover,.ssbp--theme-6 .ssbp-weibo:focus,.ssbp--theme-6 .ssbp-weibo:active,.ssbp--theme-7 .ssbp-weibo:hover,.ssbp--theme-7 .ssbp-weibo:focus,.ssbp--theme-7 .ssbp-weibo:active{background-color:#df2029}
.ssbp--theme-2 .ssbp-weibo:hover,.ssbp--theme-2 .ssbp-weibo:focus,.ssbp--theme-2 .ssbp-weibo:active,.ssbp--theme-3 .ssbp-weibo:hover,.ssbp--theme-3 .ssbp-weibo:focus,.ssbp--theme-3 .ssbp-weibo:active,.ssbp--theme-10 .ssbp-weibo:hover:before,.ssbp--theme-10 .ssbp-weibo:focus:before,.ssbp--theme-10 .ssbp-weibo:active:before,.ssbp--theme-11 .ssbp-weibo:hover,.ssbp--theme-11 .ssbp-weibo:focus,.ssbp--theme-11 .ssbp-weibo:active{border-color:#ad191f;background-color:#ad191f}
.ssbp--theme-1 .ssbp-weibo:hover:before,.ssbp--theme-1 .ssbp-weibo:focus:before,.ssbp--theme-1 .ssbp-weibo:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/weibo-hover.svg);left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
.ssbp--theme-6 .ssbp-weibo:hover:before,.ssbp--theme-6 .ssbp-weibo:focus:before,.ssbp--theme-6 .ssbp-weibo:active:before,.ssbp--theme-7 .ssbp-weibo:hover:before,.ssbp--theme-7 .ssbp-weibo:focus:before,.ssbp--theme-7 .ssbp-weibo:active:before,.ssbp--theme-8 .ssbp-weibo:hover:before,.ssbp--theme-8 .ssbp-weibo:focus:before,.ssbp--theme-8 .ssbp-weibo:active:before{content:url(//www.nutraline.sn/assets/plugins/simple-share-buttons-adder/images/weibo.svg)}
.ssbp--theme-1 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-2 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-3 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-4 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-5 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-6 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-7 .ssbp-weibo+.ssbp-each-share{background-color:#df2029}
.ssbp--theme-2 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
.ssbp--theme-5 .ssbp-weibo{background-color:#df2029;box-shadow:0 8px 0 #ad191f,0 10px 12px rgba(0,0,0,0.33)}
.ssbp--theme-5 .ssbp-weibo:active{box-shadow:0 4px 0 #ad191f,0 5px 6px rgba(0,0,0,0.33)}
.ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
.ssbp--theme-7 .ssbp-li--weibo .ssbp-text{color:#df2029}.ssbp--theme-7 .ssbp-li--weibo:hover .ssbp-text{color:#fff}
.ssbp--theme-9 .ssbp-li--weibo{border-bottom:5px solid #df2029}.ssbp--theme-9 .ssbp-weibo{height:43px !important}
.ssbp--theme-9 .ssbp-li--weibo:hover{border-bottom:5px solid rgba(223,32,41,0.61)}
.ssbp--theme-9 .ssbp-li--weibo .ssbp-weibo:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-weibo{width:40px !important}
.ssbp--theme-10 .ssbp-weibo:before{padding:11px 8px 8px}.ssbp-wrap{width:100%}