@charset "utf-8";

.sti { position: relative; }

.sti .sti_reset {
	bottom: auto !important;
	display: inline-block !important;
	font-size: medium !important;
	float: none !important;
	left: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	max-width: 100% !important;
	position: relative !important;
	right: auto !important;
	top: auto !important;
}

.sti .sti-share-box {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 34px;
	z-index: 999;
	display: none;
	background-color: #fafafa;
	background-color: rgba(250,250,250,0.7);
	padding: 3px 0px;
}

.sti .sti-share-box a {	
	float: left;
	display:block;
	width: 24px;
	height: 24px;
	margin: 2px 5px 2px 5px;
	text-indent: -9999em;
	background: transparent url('http://netdna.ispravochnik.com/images/sti-button.png') no-repeat;	
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;	
}
.sti .sti-share-box a:hover { opacity: 0.7; }

.sti .sti-facebook-btn {	background-position: 0 0 !important; }
.sti .sti-twitter-btn { background-position: 0 -24px !important; }
.sti .sti-google-btn { background-position: 0 -48px !important; }
.sti .sti-linkedin-btn { background-position: 0 -72px !important; }
.sti .sti-pinterest-btn { background-position: 0 -96px !important; }
.sti .sti-tumblr-btn { background-position: 0 -120px !important; }
.sti .sti-reddit-btn { background-position: 0 -144px !important; }
.sti .sti-digg-btn { background-position: 0 -168px !important; }
.sti .sti-delicious-btn { background-position: 0 -192px !important; }
.sti .sti-odnoklassniki-btn { background-position: 0 -216px !important; }
.sti .sti-vkontakte-btn { background-position: 0 -240px !important; }