/*plugin css*/
.s2s_contenedor, 
.s2s_contenedor a{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.s2s_contenedor a{
    display: block;
}
.s2s_contenedor a:hover{
    text-decoration: none;
}

.s2s_contenedor .btn > a{
  padding: 4px 8px;
}

.s2s_contenedor > div{
  position:relative;
}

.globo{
  position: absolute;
  z-index: 1000;
  width: auto;
  display:none;
  text-align: center;
  height:auto;
  left:0;
  min-width: 116px;
}

.globo:before{
  content: ' ';
  position: absolute;
  left: 12px;
  top: 0px;
}

.btn-xs .globo:before{
   left: 8px;
}

.s2s_cookie_more_info{
    display:none;
}

.s2s_options{
  display:none;
}

/*is_on_screen*/
.is_on_screen:before{
  left:auto !important;
  right: 12px;
}

.btn-xs .is_on_screen:before{
   right: 8px;
}