
/***************************************\

	jquery.kyco.easyshare
	=====================

	Version 1.1.2

	Brought to you by
	http://www.kycosoftware.com

	Copyright 2015 Cornelius Weidmann

	Distributed under the GPL

\***************************************/
.share-button {
	clear: both;
}
[data-easyshare] * {
    box-sizing:border-box
}

[data-easyshare] {
	position: relative;
	height: auto;
	overflow: hidden;
}

[data-easyshare] [data-easyshare-button] {
    display: block;
    float: left;
    margin: 0;
    padding: 0 8px;
    line-height: 40px;
    line-height: 36px;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    color: #444;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

[data-easyshare] [data-easyshare-button]:hover+[data-easyshare-button-count] {
    border-color:#959595
}

[data-easyshare] [data-easyshare-button]:hover+[data-easyshare-button-count]:before {
    border-right-color:#959595
}

[data-easyshare] [data-easyshare-button="total"] {
    cursor:default
}

[data-easyshare] [data-easyshare-button="facebook"] {
	border: none;
    background-color:transparent;
    color:#959595;
}

[data-easyshare] [data-easyshare-button="facebook"]:hover {
    background-color:transparent;
}

[data-easyshare] [data-easyshare-button="twitter"] {
	border: none;
    background-color:transparent;
    color:#00aced;
}

[data-easyshare] [data-easyshare-button="twitter"]:hover {
    background-color:transparent;
}

[data-easyshare] [data-easyshare-button="google"] {
	border: none;
    background-color:transparent;
    color: #d34836;
}

[data-easyshare] [data-easyshare-button="google"]:hover {
    background-color:transparent;
}

[data-easyshare] [data-easyshare-total-count],[data-easyshare] [data-easyshare-button-count] {
    position: relative;
    display: block;
    float: left;
    cursor: default;
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
}

[data-easyshare] [data-easyshare-total-count]:before,[data-easyshare] [data-easyshare-total-count]:after,[data-easyshare] [data-easyshare-button-count]:before,[data-easyshare] [data-easyshare-button-count]:after {
    content:"";
    position:absolute;
    display:block;
    height:0;
    width:0
}

[data-easyshare] [data-easyshare-loader] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:24px;
    line-height:24px;
    background-color:rgba(255,255,255,0.8);
    font-family:Arial,Helvetica,sans-serif;
    font-weight:700;
    font-size:12px
}
