@charset "utf-8";
/*
Copyright (c) 2015 by Andreas Storm (http://codepen.io/andreasstorm/pen/yCFxo)
Customized by Ennio Sousa (http://uid.me/shzlot), (http://developers.ucoz.com.br)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
 /*@import url("http://fonts.googleapis.com/css?family=OpenSans");*/
.share * {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.share a {
  text-decoration: none;
  color: #111;
}
.share {
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  text-align:right; /*custom align*/
}
.share >a {
  margin-right: 20px;
  display: inline-block;
  /*margin-bottom: 20px;*/
}
.share >a:last-child {
  margin-right: 0px;
}
.getshare input[type="checkbox"] {
  display: none;
}
label {
  cursor: pointer;
  display: inline-block;
}
label:before {
  position: relative;
  display: inline-block;
  line-height: 32px;
  padding: 0px 9px 0px 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.twitter label:before {
  content: 'Tuíte';
  background: #00acee url("twitter.svg") no-repeat 5px 10px;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
}
.facebook label:before {
  content: 'Compartilhe';
  background: #3b5998 url("facebook.svg") no-repeat 7px 9px;
  -webkit-background-size: 7px;
  -moz-background-size: 7px;
  background-size: 7px;
}
.googleplus label:before {
  content: 'Compartilhe';
  background: #dd4b39 url("googleplus.svg") no-repeat 6px 10px;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
}
.getshare-counter {
  background: #fff;
  border: 1px solid #eee;
  padding: 0px 9px;
  margin-left: 8px;
  color: #383d4b;
  line-height: 32px;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  min-width: 7px;
}
.getshare-counter:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 7px;
  height: 7px;
  background: #fff;
  border-left: 1px #eee solid;
  border-bottom: 1px #eee solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5px;
  top: 12px;
}

.share .button a{margin-left:10px;}