.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-facebook:hover .essb-native-text, .essb-native-google:hover .essb-native-text, .essb-native-linkedin:hover .essb-native-text, .essb-native-outside:hover .essb-native-text, .essb-native-pinterest:hover .essb-native-text, .essb-native-twitter:hover .essb-native-text, .essb-native-vk:hover .essb-native-text, .essb-native-youtube:hover .essb-native-text {
    margin-top: 100px
    }
.essb-native-outsite.metro {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
    }
.essb-native-outside:hover {
    width: 100px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
    }
.essb-native-outsite.metro:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
    }
.essb-native-click, .essb-native-text {
    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: 400
    }
.essb-native-click {
    z-index: 8888
    }
.essb-native-outside .essb-native-click {
    padding-top: 5px
    }
.essb-native-google {
    background: #b72513;
    height: 34px;
    width: 100px
    }
.essb-native-google .essb-native-text {
    background: #b72513;
    height: 100%;
    color: #fff;
    padding-top: 5px
    }
.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: #fff;
    padding-top: 5px
    }
.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: #fff;
    padding-top: 5px
    }
.essb-native-pinterest .essb-native-click, .essb-native-twitter .essb-native-click {
    padding-top: 7px
    }
.essb-native-pinterest {
    background: #fa0101;
    height: 34px;
    width: 100px
    }
.essb-native-pinterest .essb-native-text {
    background: #fa0101;
    height: 100%;
    color: #fff;
    padding-top: 5px
    }
.essb-native-youtube {
    background: #cc181e;
    height: 34px;
    width: 100px
    }
.essb-native-youtube .essb-native-text {
    background: #cc181e;
    height: 100%;
    color: #fff;
    padding-top: 5px
    }
.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: #fff;
    padding-top: 5px
    }
.essb-native-vk .essb-native-click {
    padding-top: 7px
    }
.essb-native-linkedin {
    background: #007bb6;
    height: 34px;
    width: 100px
    }
.essb-native-linkedin .essb-native-text {
    background: #007bb6;
    height: 100%;
    color: #fff;
    padding-top: 5px
    }
.essb-native-linkedin .essb-native-click {
    padding-top: 7px
    }