/*Tada*/
@-webkit-keyframes tada {
	0% {-webkit-transform:scale(1)}
	10%, 20% {-webkit-transform:scale(0.9) rotate(-3deg)}
	30%, 50%, 70%, 90% {-webkit-transform:scale(1.1) rotate(3deg)}
	40%, 60%, 80% {-webkit-transform:scale(1.1) rotate(-3deg)}
	100% {-webkit-transform:scale(1) rotate(0)}
}

@-moz-keyframes tada {
	0% {-moz-transform:scale(1)}
	10%,20% {-moz-transform:scale(0.9) rotate(-3deg)}
	30%, 50%, 70%, 90% {-moz-transform:scale(1.1) rotate(3deg)}
	40%, 60%, 80% {-moz-transform:scale(1.1) rotate(-3deg)}
	100% {-moz-transform:scale(1) rotate(0)}
}

@-o-keyframes tada {
	0% {-o-transform:scale(1)}
	10%,20% {-o-transform:scale(0.9) rotate(-3deg)}
	30%, 50%, 70%, 90% {-o-transform:scale(1.1) rotate(3deg)}
	40%, 60%, 80% {-o-transform:scale(1.1) rotate(-3deg)}
	100% {-o-transform:scale(1) rotate(0)}
}

@keyframes tada {
	0% {transform:scale(1)}
	10%, 20% {transform:scale(0.9) rotate(-3deg)}
	30%, 50%, 70%, 90% {transform:scale(1.1) rotate(3deg)}
	40%, 60%, 80% {transform:scale(1.1) rotate(-3deg)}
	100% {transform:scale(1) rotate(0)}
}

.superwebshare_tada{
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
}

.superwebshare_tada:hover{
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}


/*button css*/
.superwebshare_button{
	border-radius: 50px!important;
    text-align: center!important;
    padding: 20px 10px!important;
    outline: none!important;
    text-decoration: none!important;
    border: none!important;
    box-shadow: none!important;
    position: fixed;
    width: 70px;
	/* comment */
	height: 70px;
    margin: 0px!important;
    line-height: normal!important;
    opacity: 0.99;
    z-index: 99999999!important;
    font-size: 14px;
	    filter: drop-shadow(0 2px 4px rgba(34,36,38,0.35));
    -webkit-filter: drop-shadow(0 2px 4px rgba(34,36,38,0.35));
	right: 30px; bottom: 70px; background-color: #0DC152; color: #ffffff; 
}

.superwebshare_button:hover{
  text-decoration: none!important;
  outline:none!important;
  border:none!important;
  box-shadow: none!important;
  opacity: 1;
}	

.superwebshare_button:focus{
  text-decoration: none!important;
  outline:none!important;
  border:none!important;
  box-shadow: none!important;
}   

.superwebshare_button:link{
  text-decoration: none!important;
  outline:none!important;
  border:none!important;
  box-shadow: none!important;
}

.superwebshare_button i{
  font-size: 20px!important;
  margin-top: 4px;
}

/*shortcode button css*/
.superwebshare_shortcode{
  padding: 5px 11px 5px 11px!important;
  margin: 3px!important;
  text-decoration: none!important;
  border:none!important;
  box-shadow: none!important;
  font-size: 16px!important;
  border-radius: 5px!important;
  display: inline-block!important;
  position: relative!important;
  line-height: normal!important;
  opacity: 0.9;
}

.superwebshare_shortcode:hover{
  text-decoration: none!important;
  border:none!important;
  box-shadow: none!important;
  opacity: 1;
}

.superwebshare_shortcode:focus{
  text-decoration: none!important;
  outline:none!important;
  border:none!important;
  box-shadow: none!important;
}   

.superwebshare_shortcode:link{
  text-decoration: none!important;
  border:none!important;
  box-shadow: none!important;
}
/* Button for Above and Below post */
.superwebshare_normal_button1 {
  background-color: #4CAF50; /* Green */
  border: none;
  color: #ffffff;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.superwebshare_normal_button1:hover {
  opacity: .8!important;
}