body {
  margin: 0;
}
.os-responsive {
  width: 100%;
  padding: 0 55px 0 0;
   position: relative !important;
}
.os-responsive-icon-only {
  width: 100%;
  padding: 0!important;
      position: relative !important;
}
.os-fixed {
  position: fixed !important;
}
#os-share-widget-interface {
  display: inline-block;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
  #os-share-widget-interface {
    padding: 0;
  }
}
#os-share-widget-interface iframe {
  margin-bottom: 0;
}
#os-share-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  display: none;
  background-color: rgba(0,0,0,0.2);
}
.share-provider {
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
  border: none;
  box-sizing: content-box;
}
.share-provider.horizontal {
  display: inline-block;
}
.share-provider.vertical {
  display: block;
}
.share-provider:hover {
  cursor: pointer;
}
.share-provider.more:hover ~ #os-share-more {
  visibility: visible;
  opacity: 1;
}
.share-provider.flat.square.size-32 {
  width: 32px;
  height: 32px;
}
.share-provider.flat.square.size-32.horizontal {
  margin-right: 5px;
}
.share-provider.flat.square.size-32.horizontal ~ #os-share-count {
  display: inline-block;
  padding: 0px 4px;
  font-size: 14px;
  line-height: 31px;
  box-sizing: border-box;
}
.share-provider.flat.square.size-32.horizontal ~ #os-share-count:before,
.share-provider.flat.square.size-32.horizontal ~ #os-share-count:after {
  border-top: 8px solid transparent;
  border-right: 5px solid #ccc;
  border-bottom: 8px solid transparent;
  left: -5px;
  top: 7px;
}
.share-provider.flat.square.size-32.horizontal ~ #os-share-count:after {
  border-right-color: #fff;
  left: -4px;
}
.share-provider.flat.square.size-32.horizontal ~ #os-share-more {
  position: absolute;
  /*right: 0;*/
}
.share-provider.flat.square.size-32.horizontal:hover {
  -webkit-transform: translatey(-4px);
      -ms-transform: translatey(-4px);
          transform: translatey(-4px);
}
.share-provider.flat.square.size-32.vertical {
  margin-bottom: 5px;
}
.share-provider.flat.square.size-32.vertical:hover {
  padding-left: 10px;
}
.share-provider.flat.square.size-32.vertical ~ #os-share-more {
  position: absolute;
  
}
.share-provider.flat.square.size-32:before {
  content: '';
  background-image: url("../images/white-bg-32.png");
  width: 100%;
  height: 100%;
  display: block;
}
.share-provider.os-image.size-32:before {
  content: '';
  /*background-image: url("../images/white-bg-32.png");*/
  width: 100%;
  height: 100%;
  display: block;
}
.share-provider.flat.square.size-16 {
  width: 18px;
  height: 18px;
}
.share-provider.flat.square.size-16.horizontal {
  margin-right: 3px;
}
.share-provider.flat.square.size-16.horizontal ~ #os-share-count {
  display: inline-block;
  padding: 0px 3px;
  font-size: 12px;
  line-height: 19px;
}
.share-provider.flat.square.size-16.horizontal ~ #os-share-count:before,
.share-provider.flat.square.size-16.horizontal ~ #os-share-count:after {
  border-top: 4px solid transparent;
  border-right: 2px solid #ccc;
  border-bottom: 4px solid transparent;
  left: -2px;
  top: 4px;
}
.share-provider.flat.square.size-16.horizontal ~ #os-share-count:after {
  border-right-color: #fff;
  left: -1px;
}
.share-provider.flat.square.size-16.horizontal ~ #os-share-more {
  position: absolute;
  left: 0;
  top: 20px;
}
.share-provider.flat.square.size-16.horizontal:hover {
  -webkit-transform: translatey(-2px);
      -ms-transform: translatey(-2px);
          transform: translatey(-2px);
}
.share-provider.flat.square.size-16.vertical {
  margin-bottom: 3px;
}
.share-provider.flat.square.size-16.vertical:hover {
  padding-left: 5px;
}
.share-provider.flat.square.size-16.vertical ~ #os-share-more {
  position: absolute;
  top: 0;
  left: 23px;
}
.share-provider.flat.square.size-16:before {
  content: '';
  background-image: url("../images/white-bg-16.png");
  width: 100%;
  height: 100%;
  display: block;
}
.share-provider.flat.responsive {
  height: 32px;
  display: inline-block;
  position: relative;
  margin-right: 4px;
  font-size: 0.9em;
  white-space: nowrap;
  text-align: center;
}
.share-provider.flat.responsive ~ #os-share-count {
  display: inline-block;
  padding: 0px 12px;
  font-size: 1em;
  line-height: 31px;
  position: relative;
  /*right: 0;*/
  min-width: 54px;
  text-align: center;
  width: 54px;
}
@media only screen and (max-width: 420px) {
  .share-provider.flat.responsive ~ #os-share-count {
    /*display: none;*/
  }
}
.share-provider.flat.responsive ~ #os-share-count:before,
.share-provider.flat.responsive ~ #os-share-count:after {
  border-top: 8px solid transparent;
  border-right: 5px solid #ccc;
  border-bottom: 8px solid transparent;
  left: -5px;
  top: 7px;
}
.share-provider.flat.responsive ~ #os-share-count:after {
  border-right-color: #fff;
  left: -4px;
}
.share-provider.flat.responsive ~ #os-share-more {
  position: absolute;
  right: 0;
  /*top: 38px;*/
    left: 0;
}
.share-provider.flat.responsive:before {
  content: '';
  background-image: url("../images/white-bg-32.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.os-responsive-icon-only .share-provider.flat.responsive:before {
  position: relative;
  left: 0px;
  width: 32px;
  margin: 0 auto;
}
.share-provider.flat.responsive:after {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.7em;
  font-weight: 600;
}
.os-responsive-icon-only .share-provider.flat.responsive:after {
  content: none;
}
.share-provider.flat.responsive:hover {
  box-shadow: inset 0 3px 10px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 420px) {
  .share-provider.flat.responsive {
    min-width: 32px;
    min-height: 32px;
  }
}
.share-bar .share-provider.horizontal {
  display: none;
}
.share-bar .share-provider.more {
  display: block;
  height: 25px;
  width: 200px;
  background: url("../images/share-bar-32.png");
}
.share-bar   .more.share-provider.size-16 {
  background: url("../images/share-bar-16.png");
  background-repeat: no-repeat;
}
.share-bar #os-share-more {
  position: absolute;
}
#os-share-count {
  display: none;
  border: 1px solid #ccc;
  position: relative;
    vertical-align: top !important;
  box-sizing: border-box;
  font-weight: bold;
  font-family: sans-serif;
  border-radius: 1px;
  background-color: #fff;
}
#os-share-count:before,
#os-share-count:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
}


#os-share-more,
#os-share-even-more,
.osshare_imagepoup {
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 7777;
  border: 1px solid #f2f2f2;
  padding: 15px;
  box-sizing: content-box;
  border-radius: 3px;
  box-shadow: 0 0 16px rgba(0,0,0,0.1);
  -webkit-transition: all 300ms ease-in-out 100ms;
          transition: all 300ms ease-in-out 100ms;
  font-family: sans-serif;
}
#os-share-more a,
#os-share-even-more a,
.osshare_imagepoup a {
  margin-bottom: 0;
}
#os-share-more:hover,
#os-share-even-more:hover,
.osshare_imagepoup:hover {
  visibility: visible;
  opacity: 1;
}
#os-share-more .share-provider,
#os-share-even-more .share-provider,
.osshare_imagepoup .share-provider {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
#os-share-more .share-provider.responsive:before,
#os-share-even-more .share-provider.responsive:before,
.osshare_imagepoup .share-provider.responsive:before {
  left: 0;
}
#os-share-more .share-provider.responsive:after,
#os-share-even-more .share-provider.responsive:after,
.osshare_imagepoup .share-provider.responsive:after {
  content: none;
}
#os-share-more .share-provider.responsive:hover,
#os-share-even-more .share-provider.responsive:hover,
.osshare_imagepoup .share-provider.responsive:hover {
  box-shadow: none;
}
#os-share-more .share-provider:before,
#os-share-even-more .share-provider:before,
.osshare_imagepoup .share-provider:before {
  content: '';
  background-image: url("../images/white-bg-16.png");
  width: 100%;
  height: 100%;
  display: block;
}
#os-share-more .share-provider:hover,
#os-share-even-more .share-provider:hover,
.osshare_imagepoup .share-provider:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 0;
}
@media only screen and (max-width: 420px) {
  #os-share-more .share-provider,
  #os-share-even-more .share-provider,
  .osshare_imagepoup .share-provider {
    min-width: 16px;
    min-height: 16px;
  }
}
#os-share-more .os-share-container,
#os-share-even-more .os-share-container,
.osshare_imagepoup .os-share-container {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 16px;
  padding: 4px;
  font-size: 12px;
}
#os-share-more .os-share-container:hover,
#os-share-even-more .os-share-container:hover,
.osshare_imagepoup .os-share-container:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}
#os-share-more .os-share-more-footer,
#os-share-even-more .os-share-more-footer,
.osshare_imagepoup .os-share-more-footer {
  border-top: 1px solid #f2f2f2;
  margin-top: 5px;
  font-size: 12px;
}
#os-share-more .os-share-more-footer img,
#os-share-even-more .os-share-more-footer img,
.osshare_imagepoup .os-share-more-footer img {
  height: 13px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
#os-share-more .os-share-more-footer a,
#os-share-even-more .os-share-more-footer a,
.osshare_imagepoup .os-share-more-footer a {
  display: inline-block;
  text-decoration: none;
  color: #29d;
  width: 150px;
  padding-top: 15px;
  margin: 0;
  float: right;
  text-align: right;
}
#os-share-more .os-share-more-footer a:before,
#os-share-even-more .os-share-more-footer a:before,
.osshare_imagepoup .os-share-more-footer a:before {
  content: none;
}
#os-share-more .os-share-more-footer a:hover,
#os-share-even-more .os-share-more-footer a:hover,
.osshare_imagepoup .os-share-more-footer a:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding-top: 15px;
}
#os-share-even-more,
.osshare_imagepoup {
  display: none;
  max-width: 500px;
  width: 100%;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 9999;
  box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
  #os-share-even-more,
  .osshare_imagepoup {
    height: 100%;
  }
}
#os-share-even-more .share-provider,
.osshare_imagepoup .share-provider {
  margin-right: 10px;
}
#os-share-even-more .os-share-container,
.osshare_imagepoup .os-share-container {
  width: 33%;
  min-width: 150px;
}
#os-share-even-more .os-share-header,
.osshare_imagepoup .os-share-header {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#os-share-even-more .os-share-header h2,
.osshare_imagepoup .os-share-header h2 {
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 420px) {
  #os-share-even-more .os-share-header h2,
  .osshare_imagepoup .os-share-header h2 {
    font-size: 18px;
    padding-top: 10px;
  }
}
#os-share-even-more .os-share-header #os-share-even-close,
.osshare_imagepoup .os-share-header #os-share-even-close,
#os-share-even-more .os-share-header .osshare_close_imageshare,
.osshare_imagepoup .os-share-header .osshare_close_imageshare {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 1.33em;
  border-radius: 3px;
  color: #ccc;
  top: 0;
  right: 0;
  text-align: center;
}
#os-share-even-more .os-share-header #os-share-even-close:hover,
.osshare_imagepoup .os-share-header #os-share-even-close:hover,
#os-share-even-more .os-share-header .osshare_close_imageshare:hover,
.osshare_imagepoup .os-share-header .osshare_close_imageshare:hover {
  background-color: #29d;
  color: #fff;
  cursor: pointer;
}
#os-share-even-more .os-share-header #os-share-even-close:before,
.osshare_imagepoup .os-share-header #os-share-even-close:before,
#os-share-even-more .os-share-header .osshare_close_imageshare:before,
.osshare_imagepoup .os-share-header .osshare_close_imageshare:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#os-share-follow-bar {
  display: none;
  position: fixed;
  width: 20%;
  min-height: 130px;
  background-color: #fff;
  top: 30%;
  left: 40%;
  z-index: 10000;
  box-shadow: 0 0 16px rgba(0,0,0,0.5);
  border-radius: 5px;
  font-family: sans-serif;
  box-sizing: border-box;
}
#os-share-follow-bar #os-share-follow-content {
  text-align: center;
  padding: 15px 0;
}
#os-share-follow-bar .os-share-header {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: #29d;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 1px solid #ddd;
}
#os-share-follow-bar .os-share-header h3 {
  margin: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#os-share-counter-horz-side > * {
  display: inline-block;
  vertical-align: top;
}
#os-share-counter-horz-side .os-share-counter-widget {
  margin-right: 7px;
}
#os-share-counter-horz-side .os-share-counter-widget [id^="___plusone_"] {
  width: 70px !important;
}
#os-share-counter-horz-top > * {
  display: inline-block;
  vertical-align: bottom;
}
#os-share-counter-horz-top .os-share-counter-widget {
  margin-right: 7px;
    margin-bottom: 5px;
}
#os-share-counter-horz-top .os-share-counter-widget * {
  display: block !important;
}
#os-share-counter-horz-top .IN-widget {
  margin-bottom: -2px;
}
#os-share-counter-vert-side > * {
  display: block !important;
}
#os-share-counter-vert-side .os-share-counter-widget {
  margin-bottom: 5px;
}
#os-share-counter-vert-top > * {
  display: block !important;
}
#os-share-counter-vert-top .os-share-counter-widget {
  margin-bottom: 5px;
}
#os-share-counter-vert-top #pinterestId {
  padding-top: 0;
}
.share-provider.barrapunto {
  background-color: #ff7500;
}
.share-provider.blogmarks {
  background-color: #80e20f;
}
.share-provider.delicious {
  background-color: #3274d0;
}
.share-provider.digg {
  background-color: #1a5891;
}
.share-provider.diggita {
  background-color: #f94800;
}
.share-provider.diigo {
  background-color: #368ddc;
}
.share-provider.email {
  background-color: #68b6e3;
}
.share-provider.facebook {
  background-color: #3b5998;
}
.share-provider.friendFeed {
  background-color: #477ec0;
}
.share-provider.foursquare {
  background-color: #1cafec;
}
.share-provider.google {
  background-color: #dd4b39;
}
.share-provider.googleplus {
  background-color: #dd4b39;
}
.share-provider.hackernews {
  background-color: #f08641;
}
.share-provider.haohao {
  background-color: #952221;
}
.share-provider.healthranker {
  background-color: #c52334;
}
.share-provider.hemidemi {
  background-color: #cce082;
}
.share-provider.hyves {
  background-color: #f9a539;
}
.share-provider.latafanera {
  background-color: #de8984;
}
.share-provider.linkarena {
  background-color: #7eb050;
}
.share-provider.linkedin {
  background-color: #007bb6;
}
.share-provider.linkter {
  background-color: #f26822;
}
.share-provider.meneame {
  background-color: #ed7027;
}
.share-provider.more {
  background-color: #00427c;
}
.share-provider.evenmore {
  background-color: #4eade3;
}
.share-provider.muti {
  background-color: #2aaf4a;
}
.share-provider.myshare {
  background-color: #c8875c;
}
.share-provider.netvibes {
  background-color: #1eaf4b;
}
.share-provider.newsvine {
  background-color: #066232;
}
.share-provider.netvouz {
  background-color: #066232;
}
.share-provider.nujij {
  background-color: #d31f26;
}
.share-provider.pdf {
  background-color: #ea4d3b;
}
.share-provider.pinterest {
  background-color: #cb2029;
}
.share-provider.print {
  background-color: #3098d4;
}
.share-provider.reddit {
  background-color: #ff4500;
}
.share-provider.segnalo {
  background-color: #df7626;
}
.share-provider.shetoldme {
  background-color: #932a8e;
}
.share-provider.stumbleupon {
  background-color: #ea4a24;
}
.share-provider.thisnext {
  background-color: #363c46;
}
.share-provider.tumblr {
  background-color: #32506d;
}
.share-provider.twitter {
  background-color: #55acee;
}
.share-provider.vkontakte {
  background-color: #45668e;
}
.share-provider.whatsapp {
  background-color: #3ec24f;
}
.share-provider.wykop {
  background-color: #f47d3e;
}
.share-provider.xerpi {
  background-color: #6a256b;
}
.share-provider.myspace {
  background-color: black;
}
.facebook:before {
  background-position: 0 0%;
}
.facebook.responsive:after {
  content: 'Facebook';
}
.pinterest:before {
  background-position: 0 2.44047619047619%;
}
.pinterest.responsive:after {
  content: 'Pinterest';
}
.barrapunto:before {
  background-position: 0 4.7%;
}
.barrapunto.responsive:after {
  content: 'BarraPunto';
}
.blogmarks:before {
  background-position: 0 7.1%;
}
.blogmarks.responsive:after {
  content: 'Blogmarks';
}
.delicious:before {
  background-position: 0 9.4%;
}
.delicious.responsive:after {
  content: 'Delicious';
}
.digg:before {
  background-position: 0 11.9%;
}
.digg.responsive:after {
  content: 'Digg';
}
.diggita:before {
  background-position: 0 14.443%;
}
.diggita.responsive:after {
  content: 'Diggita';
}
.diigo:before {
  background-position: 0 16.883%;
}
.diigo.responsive:after {
  content: 'Diigo';
}
.email:before {
  background-position: 0 19.124%;
}
.email.responsive:after {
  content: 'Email';
}
.print:before {
  background-position: 0 21.5%;
}
.print.responsive:after {
  content: 'Print';
}
.friendfeed:before {
  background-position: 0 24.404761904761905%;
}
.friendfeed.responsive:after {
  content: 'FriendFeed';
}
.google:before {
  background-position: 0 26.245%;
}
.google.responsive:after {
  content: 'Google';
}
.googleplus:before {
  background-position: 0 28.586%;
}
.googleplus.responsive:after {
  content: 'GooglePlus';
}
.hackernews:before {
  background-position: 0 31.026%;
}
.hackernews.responsive:after {
  content: 'HackerNews';
}
.haohao:before {
  background-position: 0 33.367%;
}
.haohao.responsive:after {
  content: 'Haohao';
}
.healthranker:before {
  background-position: 0 35.807%;
}
.healthranker.responsive:after {
  content: 'HealthRanker';
}
.hemidemi:before {
  background-position: 0 38.048%;
}
.hemidemi.responsive:after {
  content: 'Hemidemi';
}
.hyves:before {
  background-position: 0 40.488%;
}
.hyves.responsive:after {
  content: 'Hyves';
}
.latafanera:before {
  background-position: 0 42.829%;
}
.latafanera.responsive:after {
  content: 'LaTafanera';
}
.linkarena:before {
  background-position: 0 45.369%;
}
.linkarena.responsive:after {
  content: 'LinkArena';
}
.linkedin:before {
  background-position: 0 47.71%;
}
.myspace:before {
  background-position: 0 100%;
}
.linkedin.responsive:after {
  content: 'LinkedIn';
}
.linkter:before {
  background-position: 0 50.05%;
}
.linkter.responsive:after {
  content: 'Linkter';
}
.meneame:before {
  background-position: 0 52.391%;
}
.meneame.responsive:after {
  content: 'Meneame';
}
.muti:before {
  background-position: 0 54.831%;
}
.muti.responsive:after {
  content: 'Muti';
}
.myshare:before {
  background-position: 0 57.171%;
}
.myshare.responsive:after {
  content: 'MyShare';
}
.whatsapp:before {
  background-position: 0 59.5%;
}
.whatsapp.responsive:after {
  content: 'Whatsapp';
}
.netvibes:before {
  background-position: 0 61.952%;
}
.netvibes.responsive:after {
  content: 'Netvibes';
}
.newsvine:before {
  background-position: 0 64.193%;
}
.newsvine.responsive:after {
  content: 'NewsVine';
}
.netvouz:before {
  background-position: 0 66.633%;
}
.netvouz.responsive:after {
  content: 'Netvouz';
}
.nujij:before {
  background-position: 0 69.074%;
}
.nujij.responsive:after {
  content: 'NuJIJ';
}
.pdf:before {
  background-position: 0 71.514%;
}
.pdf.responsive:after {
  content: 'PDF';
}
.reddit:before {
  background-position: 0 73.855%;
}
.reddit.responsive:after {
  content: 'Reddit';
}
.segnalo:before {
  background-position: 0 76.295%;
}
.segnalo.responsive:after {
  content: 'Segnalo';
}
.stumbleupon:before {
  background-position: 0 78.636%;
}
.stumbleupon.responsive:after {
  content: 'StumbleUpon';
}
.thisnext:before {
  background-position: 0 81.076%;
}
.thisnext.responsive:after {
  content: 'ThisNext';
}
.tumblr:before {
  background-position: 0 83.517%;
}
.tumblr.responsive:after {
  content: 'Tumblr';
}
.twitter:before {
  background-position: 0 85.857%;
}
.twitter.responsive:after {
  content: 'Twitter';
}
.vkontakte:before {
  background-position: 0 88.198%;
}
.vkontakte.responsive:after {
  content: 'Vkontakte';
}
.wykop:before {
  background-position: 0 90.638%;
}
.wykop.responsive:after {
  content: 'Wykop';
}
.xerpi:before {
  background-position: 0 92.979%;
}
.xerpi.responsive:after {
  content: 'Xerpi';
}
.shetoldme:before {
  background-position: 0 95.319%;
}
.shetoldme.responsive:after {
  content: 'SheToldMe';
}
.more:before {
  background-position: 0 97.66%;
}
.more.responsive:after {
  content: 'More';
}
.evenmore:before {
  background-position: 0 97.8%;
}
.os-col-1 .share-provider {
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
}
.os-col-2 .share-provider {
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
}
.os-col-3 .share-provider {
  width: -webkit-calc(33.333333333333336% - 4px);
  width: calc(33.333333333333336% - 4px);
}
.os-col-4 .share-provider {
  width: -webkit-calc(25% - 4px);
  width: calc(25% - 4px);
}
.os-col-5 .share-provider {
  width: -webkit-calc(20% - 4px);
  width: calc(20% - 4px);
}
.os-col-6 .share-provider {
  width: -webkit-calc(16.666666666666668% - 4px);
  width: calc(16.666666666666668% - 4px);
}
.os-col-7 .share-provider {
  width: -webkit-calc(14.285714285714286% - 4px);
  width: calc(14.285714285714286% - 4px);
}
.os-col-8 .share-provider {
  width: -webkit-calc(12.5% - 4px);
  width: calc(12.5% - 4px);
}
.os-col-9 .share-provider {
  width: -webkit-calc(11.11111111111111% - 4px);
  width: calc(11.11111111111111% - 4px);
}
.os-col-10 .share-provider {
  width: -webkit-calc(10% - 4px);
  width: calc(10% - 4px);
}
.os-col-11 .share-provider {
  width: -webkit-calc(9.090909090909092% - 4px);
  width: calc(9.090909090909092% - 4px);
}
.googleplus.responsive:after {
  content: "Google+";
}
.osshare_imagepoup {
  width: 650px;
}
.osshare_heading {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 10px 20px;
  text-align: left;
  clear: both;
  border-bottom: 1px solid #f1f1f1;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  box-sizing: border-box;
}
.osshare_close_imageshare {
  width: 500px;
  cursor: pointer;
  padding: 6px;
}
.osshare_heading_title {
  float: left;
  width: 95%;
}
.osshare_heading_title h2 {
  font-family: Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin: 6px 0 0;
  display: inline-block;
}
.osshare_title {
  color: #0cf;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 10px;
  text-align: left;
  clear: both;
}
.osshare_imagelist {
  height: 420px;
  padding: 5px;
  overflow: auto;
}
.osshare_imagelist os {
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.osshare_imagelist os osc {
  width: 205px;
  float: left;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  padding: 6px 0 3px;
  text-shadow: none;
}
.osshare_imagelist os osc span {
  display: block;
  float: left;
  margin-right: 4px;
  margin-left: 6px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.div_pinimages_spaninner img {
  cursor: pointer;
  max-width: 190px;
}

/*Mobile */
/*@media only screen and (max-width: 1000px) {*/
[class^="os-ss-icon-"]:before, [class*=" os-ss-icon-"]:before, .osshare_interfacebox [class*=" osshare_"]:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/white-bg-32.png);
     /*background-image: linear-gradient(transparent, transparent), url(../images/ss-icon32.svg);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.osshare_flat .osshare_diigo {
    background: #368ddc;
}
.osshare_flat .osshare_diggita {
    background: #f94800;
}
.osshare_flat .osshare_whatsapp {
  background: #3ec24f;
}
.osshare_flat .osshare_wykop {
  background: #f47d3e;
}
.osshare_flat .osshare_xerpi {
  background: #6a256b;
}
.osshare_flat .osshare_segnalo {
  background: #df7626;
}
.osshare_flat .osshare_shetoldme {
  background: #932a8e;
}
.osshare_flat .osshare_stumbleupon {
  background: #ea4a24;
}
.osshare_flat .osshare_thisnext {
  background: #363c46;
}
.osshare_flat .osshare_nujij {
  background: #d31f26;
}
.osshare_flat .osshare_pdf {
  background: #ea4d3b;
}
.osshare_flat .osshare_netvouz {
    background: #066232;
}
.osshare_flat .osshare_newsvine {
    background: #066232;
}
.osshare_flat .osshare_netvibes {
    background: #1eaf4b;
}
.osshare_flat .osshare_myshare {
    background: #c8875c;
}
.osshare_flat .osshare_muti {
    background: #2aaf4a;
}
.osshare_flat .osshare_meneame {
    background: #ed7027;
}
.osshare_flat .osshare_linkter {
    background: #f26822;
}
.osshare_flat .osshare_linkarena {
    background: #7eb050;
}
.osshare_flat .osshare_latafanera {
    background: #de8984;
}
.osshare_flat .osshare_hemidemi {
    background: #cce082;
}
.osshare_flat .osshare_healthranker {
    background: #c52334;
}
.osshare_flat .osshare_barrapunto {
    background: #ff7500;
}
.osshare_flat .osshare_blogmarks {
    background: #80e20f;
}
.osshare_flat .osshare_hackernews {
    background: #f08641;
}
.osshare_flat .osshare_haohao {
    background: #952221;
}
.osshare_flat .osshare_delicious {
    background: #67b6e3;
}

    .osshare_flat .osshare_delicious:hover {
        background: #4b91af;
    }

.osshare_flat .osshare_digg {
    background: #486ca3;
}

    .osshare_flat .osshare_digg:hover {
        background: #36517a;
    }

.osshare_flat .osshare_email {
    background: #67b6e3;
}

    .osshare_flat .osshare_email:hover {
        background: #006ed6;
    }

.osshare_flat .osshare_more {
    background: #00427c;
}

    .osshare_flat .osshare_more:hover {
        background: #013C70;
    }

.osshare_flat .osshare_facebook {
    background: #3c5a99;
}

    .osshare_flat .osshare_facebook:hover {
        background: #334e8b;
    }

.osshare_flat .osshare_google {
    background: #4178EC;
}

    .osshare_flat .osshare_google:hover {
        background: #315AB1;
    }

.osshare_flat .osshare_googleplus {
    background: #dd4b38;
}

    .osshare_flat .osshare_googleplus:hover {
        background: #ce2616;
    }

.osshare_flat .osshare_linkedin {
    background: #007bb6;
}

    .osshare_flat .osshare_linkedin:hover {
        background: #0170a7;
    }

.osshare_flat .osshare_live {
    background: #004C9A;
}

    .osshare_flat .osshare_live:hover {
        background: #024588;
    }

.osshare_flat .osshare_myspace {
    background: #313131;
}

    .osshare_flat .osshare_myspace:hover {
        background: #242222;
    }

.osshare_flat .osshare_pinterest {
    background: #cb2128;
}

    .osshare_flat .osshare_pinterest:hover {
        background: #8a1119;
    }

.osshare_flat .osshare_print {
    background: #2299dd;
}

    .osshare_flat .osshare_print:hover {
        background: #1b8bbc;
    }

.osshare_flat .osshare_reddit {
    background: #8bbbe3;
}

    .osshare_flat .osshare_reddit:hover {
        background: #59addd;
    }

/*.osshare_flat .osshare_sharingcounter {background:#;}*/

.osshare_flat .osshare_tumblr {
    background: #32506d;
}

    .osshare_flat .osshare_tumblr:hover {
        background: #2c4a64;
    }

.osshare_flat .osshare_twitter {
    background: #55acee;
}

    .osshare_flat .osshare_twitter:hover {
        background: #499ddd;
    }

.osshare_flat .osshare_vkontakte {
    background: #45668e;
}

    .osshare_flat .osshare_vkontakte:hover {
        background: #3b597b;
    }

.osshare_flat .osshare_wordpress {
    background: #1d6e91;
}

    .osshare_flat .osshare_wordpress:hover {
        background: #21759c;
    }

.osshare_flat .osshare_yahoo {
    background: #400090;
}

.osshare_flat .osshare_yahoo:hover {
        background: #3b027e;
}


.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-linkter:before {
  background-position: 0 50.05%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-meneame:before {
  background-position: 0 52.391%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-muti:before {
  background-position: 0 54.831%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-myshare:before {
  background-position: 0 57.171%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-whatsapp:before {
  background-position: 0 59.5%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-netvibes:before {
  background-position: 0 61.952%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-newsvine:before {
  background-position: 0 64.193%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-netvouz:before {
  background-position: 0 66.633%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-nujij:before {
  background-position: 0 69.074%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-pdf:before {
  background-position: 0 71.514%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-segnalo:before {
  background-position: 0 76.295%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-stumbleupon:before {
  background-position: 0 78.636%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-thisnext:before {
  background-position: 0 81.076%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-tumblr:before {
  background-position: 0 83.517%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-wykop:before {
  background-position: 0 90.638%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-xerpi:before {
  background-position: 0 92.979%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-shetoldme:before {
  background-position: 0 95.319%;
}



.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-hackernews:before {
  background-position: 0 31.026%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-haohao:before {
  background-position: 0 33.367%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-healthranker:before {
  background-position: 0 35.807%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-hemidemi:before {
  background-position: 0 38.048%;
}

.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-latafanera:before {
  background-position: 0 42.829%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-linkarena:before {
  background-position: 0 45.369%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-diigo:before {
    background-position: 0 16.883%;
}
.osshare_interfacebox .osshare_barrapunto:before, .os-ss-icon-barrapunto:before {
    background-position: 0 4.6%;
}
.osshare_interfacebox .osshare_blogmarks:before, .os-ss-icon-blogmarks:before {
    background-position: 0 7.1%;
}
.osshare_interfacebox .osshare_delicious:before, .os-ss-icon-delicious:before {
    background-position: 0 9.4%;
}

.osshare_interfacebox .osshare_digg:before, .os-ss-icon-digg:before {
    background-position: 0 11.9%;
}

.osshare_interfacebox .osshare_facebook:before, .os-ss-icon-facebook:before {
    background-position: 0 0.1%;
}

.osshare_interfacebox .osshare_google:before, .os-ss-icon-google:before {
    background-position: 0 26.245%;
}

.osshare_interfacebox .osshare_googleplus:before, .os-ss-icon-googleplus:before {
    background-position: 0 28.586%;
}

.osshare_interfacebox .osshare_linkedin:before, .os-ss-icon-linkedin:before {
    background-position: 0 47.71%;
}

.osshare_interfacebox .osshare_email:before, .os-ss-icon-email:before {
    background-position: 0 19.124%;
}

.osshare_interfacebox .osshare_more:before, .os-ss-icon-more:before {
    background-position: 0 97.6%;
}

.osshare_interfacebox .osshare_myspace:before, .os-ss-icon-myspace:before {
    background-position: 0 100%;
}

.osshare_interfacebox .osshare_pinterest:before, .os-ss-icon-pinterest:before {
    background-position: 0 2.5%;
}

.osshare_interfacebox .osshare_print:before, .os-ss-icon-print:before {
    background-position: 0 60.1%;
}

.osshare_interfacebox .osshare_reddit:before, .os-ss-icon-reddit:before {
    background-position: 0 73.855%;
}

.osshare_interfacebox .osshare_tumbos:before, .os-ss-icon-tumbos:before {
    background-position: 0 70.1%;
}

.osshare_interfacebox .osshare_twitter:before, .os-ss-icon-twitter:before {
    background-position: 0 85.857%;
}

.osshare_interfacebox .osshare_vkontakte:before, .os-ss-icon-vkontakte:before {
    background-position: 0 88.198%;
}

.osshare_interfacebox .osshare_yahoo:before, .os-ss-icon-yahoo:before {
   background-position: 0 85.1%;
}
.osshare_interfacebox .osshare_yahoo:before, .os-ss-icon-diggita:before {
    background-position: 0 14.443%;
}
.osshare_flat osc .osshare_text {
    display: inline-block;
}

.osshare_flat osc[max-width~="125px"] .osshare_text {
    display: none;
}

.osshare_flat osc[min-width~="200px"] .osshare_text {
    text-align: center;
}
    .os_menu {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 14px;
        font-weight: 300;
        z-index: 100030;
    }

    .osmenu_inner {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .osmenu_header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        font-weight: 700;
        color: #444;
        cursor: default;
        z-index: 100030;
    }

    .osmenu_headerinner {
        position: relative;
        height: 44px;
        text-align: left;
        line-height: 44px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 44px 0 15px;
    }

    .osmenu_headercancel {
        position: absolute;
        top: 6px;
        float: right;
        right: 0;
        display: block;
        background: url(../images/close.png) no-repeat center center;
        width: 42px;
        height: 44px;
        overflow: hidden;
        text-indent: -9999em;
        -webkit-opacity: .74;
        -moz-opacity: .74;
        opacity: .74;
    }


    /*outer buttons*/
    .osshare_button {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 100020;
    }

    .os-mobile-top-wrap {
        padding: 10px;
        background: rgba(255,255,255,.8);
       display: table;
		width: 100%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    box-sizing: border-box;
    }

       

        .os-mobile-top-wrap span {
            display: table-cell;
            text-align: center;
            font-size: 16px;
        }

            .os-mobile-top-wrap span[class*="osshare_"] {
                display: inline-block;
                width: 48px;
                height: 48px;
                line-height: 43px;
                border-radius: 50%;
            }

                .os-mobile-top-wrap span[class*="osshare_"]:before {
                    width: 32px;
                    height: 32px;
                }

        /*Hide icons more than 5*/
        .os-mobile-top-wrap > span:nth-child(5) ~ span {
            display: none;
        }

        /*brings back more button*/
        .os-mobile-top-wrap > span ~ span:last-child {
           display: table-cell !important;
        }


    .osmenu_head {
        font-size: 16px;
        display: inline-block;
    }

    .osmenu_body {
        position: absolute;
        top: 40px;
        bottom: 0px;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    .osmenu_overflow {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .osmenu_scroller {
        position: absolute;
        width: 100%;
    }

    .osmenu_search {
        position: relative;
        background: #f5f5f5;
        border-bottom: 1px solid #e7e9ec;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        height: 44px;
        padding: 10px 15px;
    }

        .osmenu_search input[type="text"] {
            position: absolute;
            top: 7px;
            left: 14px;
            right: 15px;
            width: auto;
            background: transparent;
            border: none;
            height: 24px;
            line-height: 1.14em;
            padding: 4px 4px 4px 22px;
            font-size: 1.14em;
            font-weight: 300;
            outline: none;
            margin-bottom: 0;
        }

        .osmenu_search input[type="submit"] {
            position: absolute;
            top: 12px;
            left: 14px;
            width: 24px;
            height: 24px;
            background: url(../images/search_icon.png);
            font-size: 14px;
            background-repeat: no-repeat;
            background-position: 0 0;
            background-position: center bottom\9;
            border: none;
            overflow: hidden;
            text-indent: -9999em;
            cursor: pointer;
            -webkit-opacity: .22;
            -moz-opacity: .22;
            opacity: .22;
            filter: alpha(opacity=22);
        }

        .osmenu_search input[type="cancel"] {
            position: absolute;
            top: 12px;
            right: 20px;
            width: 18px;
            height: 18px;
            background: url(../images/search_close.png) no-repeat center center;
            background-size: 18px 18px;
            border: none;
            overflow: hidden;
            text-indent: -9999em;
            -webkit-opacity: .14;
            -moz-opacity: .14;
            opacity: .14;
        }

    .osmenu_content {
        position: relative;
        padding: 0;
    }

        .osmenu_content os osc {
            width: 33.33%;
            float: left;
        }

            .osmenu_content os osc div {
                position: relative;
                display: block;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                line-height: 32px;
                padding: 12px 20px 12px 14px;
                text-decoration: none;
                text-align: center;
                font-size: 1.07em;
                font-weight: 300;
                color: #444;
            }

                .osmenu_content os osc div:hover {
                    background-color: #f6f6f6;
                }

    .osmenu_contenticon {
        width: 64px;
        height: 64px;
        line-height: 60px;
        border-radius: 3px;
        text-align: center;
        margin: 0 auto;
        clear: both;
        display: block;
        border-radius: 50%;
    }

        /*specify the size of logo*/
        .osmenu_contenticon[class*=" os-ss-icon-"]:before {
            width: 42px;
            height: 42px;
        }
/*}*/

@media only screen and (max-width: 350px) {
    .os-mobile-top-wrap > span:nth-child(4) + span {
        display: none;
    }

    .osmenu_content os osc {
        width: 50%;
    }
}

@media only screen and (max-width: 280px) {
    .os-mobile-top-wrap > span:nth-child(3) + span {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .osshare_evenmorepoup, .osshare_imagepoup {
        top: 0;
        left: 0;
        margin: 20px;
        position: fixed;
    }

    .osshare_heading {
        height: 120px;
        padding: 10px 0 10px 15px;
    }

    .osshare_imagepoup {
        width: 90%;
    }
}

.lrshare_hybrid_share {
    cursor: pointer;
    height: 20px;
    width: 59px;
    background: url(../images/share.png);
}
.lrshare_hybrid_share:hover ~ #os-share-more {
    visibility: visible;
    opacity: 1;
}
div#os-share-more {
    position: absolute;
}

div.share-provider-responsive {
    display: inline !important;
    width: 100%;
}

div.os-share-counter-widget table,div.os-share-counter-widget iframe{
    margin-bottom: 0px;
}
div.os-share-counter-widget span,div.os-share-counter-widget div{
    vertical-align: bottom !important;
}

div.os-share-counter-widget div#pinterestId div{
    vertical-align: bottom !important;
}

div.os-share-counter-widget{
    line-height: 1;
}

.cf1 {
    clear: none;
}
@media print {
    div.share-container {
        display: none;
    }
}