/* Share button in Content */
#crestashareiconincontent {
	margin: 0;
	font-size: 15px;
	line-height: 1;
}
#crestashareiconincontent .sbutton {
	float:left;
	margin: 10px 8px;
}
#crestashareiconincontent .sbutton-total {
	border-right: 2px solid #000000;
	padding-right: 10px;
	height: 40px;
	float:left;
	margin: 10px 8px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cresta-share-icon a {
	text-decoration: none !important;
	border: 0!important;
	outline: none !important;
}
/* Share button in Float */
#crestashareicon {
	line-height: 1;
	font-size: 15px;
}
.cresta-share-icon .sbutton, .cresta-share-icon .sbutton-total {
	position: relative;
	margin: 8px 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.5px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1;
}
.cresta-share-icon .sbutton.crestaShadow a i {
	border-bottom: 2px solid rgba(0,0,0,.1);
	border-right: 2px solid rgba(0,0,0,.1);
}
.cresta-share-icon .sbutton.crestaShadow a i:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: -20px;
	left: 39%;
	right: -6px;
	background: rgba(0,0,0,.1);
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-o-transition: background .8s linear;
	-moz-transition: background .8s linear;
	-webkit-transition: background .8s linear;
	transition: background .8s linear;
}
.cresta-share-icon .sbutton.crestaShadow:hover a i:after {
	background: rgba(0,0,0,0);
	-o-transition: background .0s linear;
	-moz-transition: background .0s linear;
	-webkit-transition: background .0s linear;
	transition: background .0s linear;
}
.cresta-share-icon i.fa-facebook {
	background: #3b5998;
}
.cresta-share-icon i.fa-facebook:hover {
	border: 2px solid #3b5998 !important;
	color: #3b5998;
}
.cresta-share-icon i.fa-twitter {
	background: #4099FF;
}
.cresta-share-icon i.fa-twitter:hover {
	border: 2px solid #4099FF !important;
	color: #4099FF;
}
.cresta-share-icon i.fa-google-plus {
	background: #D34836;
}
.cresta-share-icon i.fa-google-plus:hover {
	border: 2px solid #D34836 !important;
	color: #D34836;
}
.cresta-share-icon i.fa-linkedin {
	background: #007bb6;
}
.cresta-share-icon i.fa-linkedin:hover {
	border: 2px solid #007bb6 !important;
	color: #007bb6;
}
.cresta-share-icon i.fa-pinterest {
	background: #cb2027;
}
.cresta-share-icon i.fa-pinterest:hover {
	border: 2px solid #cb2027 !important;
	color: #cb2027;
}
.cresta-share-icon i.fa-stumbleupon {
	background: #eb4924;
}
.cresta-share-icon i.fa-stumbleupon:hover {
	border: 2px solid #eb4924 !important;
	color: #eb4924;
}
.cresta-share-icon i.fa-envelope {
	background: #ffb62a;
}
.cresta-share-icon i.fa-envelope:hover {
	border: 2px solid #ffb62a !important;
	color: #ffb62a;
}
.cresta-share-icon i.fa-spinner {
	padding: 0 !important;
}
.cresta-share-icon i.fa-facebook, .cresta-share-icon i.fa-twitter, .cresta-share-icon i.fa-google-plus, .cresta-share-icon i.fa-linkedin, .cresta-share-icon i.fa-pinterest, .cresta-share-icon i.fa-stumbleupon, .cresta-share-icon i.fa-envelope {
	color: #ffffff;
	width: 40px !important;
	height: 40px !important;
	text-align: center !important;
	padding: 11px 0;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: border .6s linear , background .6s linear , color .6s linear;
	-moz-transition: border .6s linear , background .6s linear , color .6s linear;
	-webkit-transition: border .6s linear , background .6s linear , color .6s linear;
	transition: border .6s linear , background .6s linear , color .6s linear;
	position: relative;
	overflow: hidden;
}
.cresta-share-icon i.fa-facebook:hover, .cresta-share-icon i.fa-twitter:hover, .cresta-share-icon i.fa-google-plus:hover, .cresta-share-icon i.fa-linkedin:hover, .cresta-share-icon i.fa-pinterest:hover, .cresta-share-icon i.fa-stumbleupon:hover, .cresta-share-icon i.fa-envelope:hover {
	background: #ffffff;
	-o-transition: border .2s linear , background .2s linear , color .2s linear;
	-moz-transition: border .2s linear , background .2s linear , color .2s linear;
	-webkit-transition: border .2s linear, background .2s linear , color .2s linear;
	transition: border .2s linear ,background .2s linear , color .2s linear;
}
.cresta-share-icon .cresta-the-total-count, .cresta-share-icon .cresta-the-total-text {
	display: block;
	text-align: center;
	color: #000000;
	line-height:1em;
}
.cresta-share-icon .cresta-the-total-text {
	font-size: 11px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-weight: 400;
}
.cresta-share-icon .cresta-the-total-count {
	font-size: 25px;
	font-weight: 700;
}
/* First Style */
.cresta-share-icon.first_style .cresta-the-count, .cresta-share-icon.first_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	position: absolute;
	left: 28px;
	top: -10px;
	font-size: 10px;
	line-height: 1;
	padding: 6px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Second Style */
.cresta-share-icon.second_style i {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.cresta-share-icon.second_style .cresta-the-count, .cresta-share-icon.second_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	position: absolute;
	left: 28px;
	top: -10px;
	font-size: 10px;
	line-height: 1;
	padding: 6px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Third Style */
.cresta-share-icon.third_style .cresta-the-count, .cresta-share-icon.third_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding: 14px 5px;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Fourth Style */
.cresta-share-icon.fourth_style i {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.cresta-share-icon.fourth_style .cresta-the-count, .cresta-share-icon.fourth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	position: absolute;
	left: 28px;
	top: -10px;
	font-size: 10px;
	line-height: 1;
	padding: 6px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Fifth Style */
.cresta-share-icon.fifth_style i {
	padding: 5px 0;
}
.cresta-share-icon.fifth_style .cresta-the-count, .cresta-share-icon.fifth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	border: 2px solid;
	border-radius: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	position: absolute;
	left: 8px;
	bottom: -10px;
	font-size: 10px;
	line-height: 1;
	padding: 5px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Sixth Style */
.cresta-share-icon.sixth_style i {
	border-radius: 2px;
}
.cresta-share-icon.sixth_style .cresta-the-count, .cresta-share-icon.sixth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	height: 25px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding: 7px;
	vertical-align: bottom;
	font-weight: bold;
	margin-left: 7px;
	border-radius: 2px;
	position:relative;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cresta-share-icon.sixth_style .cresta-the-count:before, .cresta-share-icon.sixth_style .cresta-the-count-content:before  {
	content: " ";
	position: absolute;
	left: -5px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 5px solid #D60000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Seventh Style */
.cresta-share-icon.seventh_style i {
	-webkit-border-top-left-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-bottomright: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
.cresta-share-icon.seventh_style .cresta-the-count, .cresta-share-icon.seventh_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	position: absolute;
	left: 28px;
	top: -10px;
	font-size: 10px;
	line-height: 1;
	padding: 6px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Eighth Style */
.cresta-share-icon.eighth_style i {
	text-align: left;
	padding: 5px;
}
.cresta-share-icon.eighth_style .cresta-the-count, .cresta-share-icon.eighth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	position: absolute;
	left: 24px;
	bottom: -7px;
	font-size: 10px;
	line-height: 1;
	padding: 6px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ninth Style */
.cresta-share-icon.ninth_style i {
	padding: 5px 0px;
}
.cresta-share-icon.ninth_style .cresta-the-count, .cresta-share-icon.ninth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	width: 50px;
	height: 13px;
	text-align: center;
	position: absolute;
	left: -5px;
	bottom: 6px;
	font-size: 10px;
	line-height: 1;
	padding: 1px 0;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cresta-share-icon.ninth_style .cresta-the-count:before, .cresta-share-icon.ninth_style .cresta-the-count-content:before  {
	content: " ";
	position: absolute;
	border-bottom: 8px solid #d60000;
	border-left: 5px solid transparent;
	left: 0px;
	top: -8px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cresta-share-icon.ninth_style .cresta-the-count:after, .cresta-share-icon.ninth_style .cresta-the-count-content:after  {
	content: " ";
	position: absolute;
	border-bottom: 8px solid #d60000;
	border-right: 5px solid transparent;
	right: 0px;
	top: -8px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Tenth Style */
.cresta-share-icon.tenth_style i {
	padding: 18px 5px 0px 5px;
	text-align: left;
}
.cresta-share-icon.tenth_style .cresta-the-count, .cresta-share-icon.tenth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	width: 23px;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 24px;
	top: 0px;
	font-size: 10px;
	line-height: 1;
	padding: 0px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cresta-share-icon.tenth_style .cresta-the-count:before, .cresta-share-icon.tenth_style .cresta-the-count-content:before  {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -7px;
	border-left: 0;
	border-top: 7px solid #D60000;
	border-right: 7px solid transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cresta-share-icon.tenth_style .cresta-the-count:after, .cresta-share-icon.tenth_style .cresta-the-count-content:after  {
	content: " ";
	position: absolute;
	left: 0;
	top: -7px;
	border-right: 0;
	border-bottom: 7px solid #D60000;
	border-left: 7px solid transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Eleventh Style */
.cresta-share-icon.eleventh_style i {
	padding: 5px 0;
	border-radius: 3px;
}
.cresta-share-icon.eleventh_style .cresta-the-count, .cresta-share-icon.eleventh_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	width: 48px;
	bottom: 0;
	left: -4px;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	padding: 1px 0px;
	vertical-align: bottom;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Twelft Style */
.cresta-share-icon.twelfth_style i {
	padding: 5px 0;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-topright: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}
.cresta-share-icon.twelfth_style .cresta-the-count, .cresta-share-icon.twelfth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	width: 48px;
	bottom: 0px;
	left: -4px;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	padding: 1px 0px;
	vertical-align: bottom;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Thirteenth Style */
.cresta-share-icon.thirteenth_style .cresta-the-count, .cresta-share-icon.thirteenth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	vertical-align: bottom;
	font-weight: bold;
	margin-left: 0;
	position: relative;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cresta-share-icon.thirteenth_style .cresta-the-count:before, .cresta-share-icon.thirteenth_style .cresta-the-count-content:before  {
	content: " ";
	position: absolute;
	top: 10px;
	left: -7px;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-right: 7px solid #D60000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Fourteenth Style */
.cresta-share-icon.fourteenth_style i {
	text-align: left;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.cresta-share-icon.fourteenth_style .cresta-the-count, .cresta-share-icon.fourteenth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	height: 17px;
	position: absolute;
	right: 0;
	bottom: 2px;
	font-size: 10px;
	line-height: 1;
	padding: 4px;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
/* Fifteenth Style */
.cresta-share-icon.fifteenth_style i {
	padding: 18px 0 0;
	border-radius: 0;
}
.cresta-share-icon.fifteenth_style .cresta-the-count, .cresta-share-icon.fifteenth_style .cresta-the-count-content {
	background: #D60000;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	padding: 2px 0px;
	vertical-align: bottom;
	font-weight: 400;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Tooltip */
#crestashareiconincontent .sbutton a[data-name]:hover:before, #crestashareicon .sbutton a[data-name]:hover:before {
	content: attr(data-name);
	padding: 4px 8px;
	color: #ffffff;
	position: absolute;
	top: -29px;
	left: 0;
	white-space: nowrap;
	z-index: 99;
	border-radius: 2px;
	background: #D60000;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#crestashareiconincontent .sbutton a[data-name]:hover:after, #crestashareicon .sbutton a[data-name]:hover:after {
    border: solid;
    border-color: #D60000 transparent;
    border-width: 5px 5px 0 5px;
	content: "";
    top: -11px;
	left: 15px;
    position: absolute;
    z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}