.essb-native-skinned-button {
	display: inline-block;
	margin-right: 5px;
}

.essb-native-outsite {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.essb-native-outsite.metro {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.essb-native-outside:hover {
	width: 100px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.essb-native-outsite.metro:hover {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
}

.essb-native-text,.essb-native-click {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

.essb-native-text {
	font-size: 17px;
	font-weight: 700;
	z-index: 9999;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
}
.essb-native-text.metro {
	box-shadow: none;
}

.essb-native-text .essb-native-text-inner {
	font-size: 13px;
	padding-left: 5px;
	font-weight: normal;
}

.essb-native-click {
	z-index: 8888;
}

.essb-native-outside:hover .essb-native-text {
	margin-top: 100px;
}

.essb-native-outside .essb-native-click {
	padding-top: 5px;
}

/* G+ */
.essb-native-google {
	background: #b72513;
	height: 34px;
	width: 100px;
}

.essb-native-google .essb-native-text {
	background: #b72513;
	height: 100%;
	color: #ffffff;
	padding-top: 2px;
}

.essb-native-google:hover .essb-native-text {
	margin-top: 100px;
}

.essb-native-google .essb-native-click {
	padding-top: 7px;
}

.essb-native-facebook {
	background: #39599f;
	height: 34px;
	width: 100px;
}

.essb-native-facebook .essb-native-text {
	background: #39599f;
	height: 100%;
	color: #ffffff;
	padding-top: 2px;
}

.essb-native-facebook:hover .essb-native-text {
	margin-top: 100px;
}

.essb-native-facebook .essb-native-click {
	padding-top: 7px;
}

.essb-native-twitter {
	background: #45b0e3;
	height: 34px;
	width: 100px;
}

.essb-native-twitter .essb-native-text {
	background: #45b0e3;
	height: 100%;
	color: #ffffff;
	padding-top: 2px;
}

.essb-native-twitter:hover .essb-native-text {
	margin-top: 100px;
}

.essb-native-twitter .essb-native-click {
	padding-top: 7px;
}

.essb-native-pinterest {
	background: #fa0101;
	height: 34px;
	width: 100px;
}

.essb-native-pinterest:hover .essb-native-text {
	margin-top: 100px;
}

.essb-native-pinterest .essb-native-click {
	padding-top: 7px;
}

.essb-native-pinterest .essb-native-text {
	background: #fa0101;
	height: 100%;
	color: #ffffff;
	padding-top: 2px;
}

.essb-native-youtube {
	background: #cc181e;
	height: 34px;
	width: 100px;
}

.essb-native-youtube .essb-native-text {
	background: #cc181e;
	height: 100%;
	color: #ffffff;
	padding-top: 2px;
}

.essb-native-youtube:hover .essb-native-text {
	margin-top: 100px;
}

.essb-native-youtube .essb-native-click {
	padding-top: 7px;
}

.essb-native-vk {
	background: #5d83aa;
	height: 34px;
	width: 100px;
}

.essb-native-vk .essb-native-text {
	background: #5d83aa;
	height: 100%;
	color: #ffffff;
	padding-top: 2px;
}

.essb-native-vk:hover .essb-native-text {
	margin-top: 100px;
}

.essb-native-vk .essb-native-click {
	padding-top: 7px;
}
