/*****************************************/
/* General: Fonts
/*****************************************/
@font-face {
	font-family: 'MY Social Network';
	src:url('../fonts/agile-sharing.eot?gd6mr8');
	src:url('../fonts/agile-sharing.eot?#iefix') format('embedded-opentype'),
		url('../fonts/agile-sharing.woff') format('woff'),
		url('../fonts/agile-sharing.ttf') format('truetype'),
		url('../fonts/agile-sharing.svg#agile-sharing') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*****************************************/
/* General: Icons
/*****************************************/
.agile-sharing-network-btn:before {
	font-family: "MY Social Network";
	font-style: normal;
	font-weight: normal;

	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

.agile-sharing-facebook:before {
	content: '\e800';
}

.agile-sharing-twitter:before {
	content: '\e801';
}

.agile-sharing-google-plus:before {
	content: '\e802';
}

.agile-sharing-pinterest:before {
	content: '\e803';
}

.agile-sharing-print:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f02f";
}
.agile-sharing-sendtofriend:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f045";
}
.agile-sharing-linkedin:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f0e1";
}

/*****************************************/
/* Floating Sidebar Buttons
/*****************************************/
#agile-sharing-floating-sidebar {
	position: fixed;
	top: 30%;
	z-index: 9998;
}

#agile-sharing-floating-sidebar.agile-sharing-position-left {
	left: 0;
}

#agile-sharing-floating-sidebar.agile-sharing-position-right {
	right: 0;
}

.agile-sharing-networks-btns-wrapper.agile-sharing-networks-btns-sidebar li {
	float: none;
	margin-left: 0;
}

.agile-sharing-networks-btns-wrapper.agile-sharing-networks-btns-sidebar .agile-sharing-network-btn {
	padding: 0;
	width: 40px;
}

.agile-sharing-networks-btns-wrapper.agile-sharing-networks-btns-sidebar .agile-sharing-network-btn:before {
	border-color: transparent !important;
}

.agile-sharing-networks-btns-wrapper.agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-has-count:before {
	height: 22px;
	line-height: 22px;
}

.agile-sharing-button-hover .agile-sharing-networks-btns-wrapper.agile-sharing-networks-btns-sidebar .agile-sharing-network-btn:hover:before {
	color: #fff;
}


/* Sidebar buttons option - rounded */
.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn,
.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn:before {
	border-radius: 0;
}

.agile-sharing-position-left.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-first,
.agile-sharing-position-left.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-first:before {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.agile-sharing-position-left.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-last,
.agile-sharing-position-left.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-last:before {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.agile-sharing-position-left.agile-sharing-shape-rounded.agile-sharing-bottom-spacing .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn,
.agile-sharing-position-left.agile-sharing-shape-rounded.agile-sharing-bottom-spacing .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn:before {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}


.agile-sharing-position-right.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-first,
.agile-sharing-position-right.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-first:before {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.agile-sharing-position-right.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-last,
.agile-sharing-position-right.agile-sharing-shape-rounded .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn.agile-sharing-last:before {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.agile-sharing-position-right.agile-sharing-shape-rounded.agile-sharing-bottom-spacing .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn,
.agile-sharing-position-right.agile-sharing-shape-rounded.agile-sharing-bottom-spacing .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn:before {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.agile-sharing-shape-rounded.agile-sharing-has-spacing .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn:before {
	border-radius: 5px;
}

/* Sidebar buttons option - circle */
#agile-sharing-floating-sidebar.agile-sharing-position-left.agile-sharing-shape-circle {
	left: 12px;
}

#agile-sharing-floating-sidebar.agile-sharing-position-right.agile-sharing-shape-circle {
	right: 10px;
}

/* Sidebar buttons bottom spacing */
.agile-sharing-bottom-spacing .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn {
	margin-bottom: 6px;
}

.agile-sharing-shape-rounded.agile-sharing-bottom-spacing .agile-sharing-networks-btns-sidebar .agile-sharing-network-btn {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;

	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

/*
 * Sidebar buttons style 2
 */
#agile-sharing-floating-sidebar.agile-sharing-style-2 .agile-sharing-network-btn:before {
	background: none;
}


/*****************************************/
/* Content Buttons
/*****************************************/
#agile-sharing-content-top { margin-bottom: 1.2em; }
#agile-sharing-content-bottom { margin-top: 1.2em; }

.agile-sharing-share-text { font-weight: bold; margin-bottom: 10px; }

/**************************************************/
/* General button styling, for content and other
/**************************************************/
.agile-sharing-networks-btns-wrapper {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.agile-sharing-networks-btns-wrapper:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.agile-sharing-networks-btns-wrapper li {
	float: left;
	overflow: hidden;

	-moz-transition: all 0.15s ease-in; 
	-webkit-transition: all 0.15s ease-in; 
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.agile-sharing-networks-btns-wrapper li:first-child {
	margin-left: 0 !important;
}

/*
 * Share button
 */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn {
	position: relative;

	display: block;
	text-decoration: none;
	height: 40px;
	min-width: 40px;

	font-family: 'Arial';
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	vertical-align: middle;

	padding: 0 25px 0 48px;
	border: 2px solid;
	max-height: 40px;

	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-box-shadow: none;
    box-shadow: none;

	-moz-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;

	cursor: pointer;
}

.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn:hover {
	border: 2px solid;
	
	-webkit-box-shadow: none;
    box-shadow: none;
}

.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn:focus {
	border: 2px solid;
	
	-webkit-box-shadow: none;
    box-shadow: none;
}

.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}


/*
 * Button icon
 */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn:before {
	position: absolute;
	top: -2px;
	left: -2px;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 36px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-moz-transition: all 0.15s ease-in; 
	-webkit-transition: all 0.15s ease-in; 
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}


/*
 * Buttons with no labels
 */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-no-label {
	padding: 0 18px;
}

.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-no-label:before {
	width: auto;
	right: -2px;
}


/*
 * Button label
 */
.agile-sharing-has-buttons-count .agile-sharing-networks-btns-wrapper .agile-sharing-network-label {
	margin-right: 10px;
}

.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn .agile-sharing-network-count {
	font-size: 13px;
}

.agile-sharing-networks-btns-wrapper.agile-sharing-networks-btns-sidebar .agile-sharing-network-btn .agile-sharing-network-count {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
	font-size: 11px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-no-label .agile-sharing-network-label-wrapper {
	display: none;
}


/*
 * Buttons columns
 */
.agile-sharing-column-1 .agile-sharing-networks-btns-wrapper li { width: 100%; }
.agile-sharing-column-1.agile-sharing-has-spacing .agile-sharing-networks-btns-wrapper li { margin-right: 0; }

.agile-sharing-column-2 .agile-sharing-networks-btns-wrapper li { width: 50%; }
.agile-sharing-column-2.agile-sharing-has-spacing .agile-sharing-networks-btns-wrapper li { width: 49%; }
.agile-sharing-column-2 .agile-sharing-networks-btns-wrapper li:nth-child(2n) { margin-right: 0; }

.agile-sharing-column-3 .agile-sharing-networks-btns-wrapper li { width: 33.3333%; }
.agile-sharing-column-3.agile-sharing-has-spacing .agile-sharing-networks-btns-wrapper li { width: 32%; }
.agile-sharing-column-3 .agile-sharing-networks-btns-wrapper li:nth-child(3n) { margin-right: 0; }

.agile-sharing-column-4 .agile-sharing-networks-btns-wrapper li { width: 25%; }
.agile-sharing-column-4.agile-sharing-has-spacing .agile-sharing-networks-btns-wrapper li { width: 23.5%; }
.agile-sharing-column-4 .agile-sharing-networks-btns-wrapper li:nth-child(4n) { margin-right: 0; }

.agile-sharing-column-2 .agile-sharing-networks-btns-wrapper .agile-sharing-network-btn,
.agile-sharing-column-3 .agile-sharing-networks-btns-wrapper .agile-sharing-network-btn,
.agile-sharing-column-4 .agile-sharing-networks-btns-wrapper .agile-sharing-network-btn { padding-right: 10px; }

/*
 * Buttons width no labels
 */
.agile-sharing-no-labels .agile-sharing-networks-btns-wrapper .agile-sharing-network-btn { padding: 0; text-align: center; }
.agile-sharing-no-labels:not(.agile-sharing-column-auto) .agile-sharing-networks-btns-wrapper .agile-sharing-network-btn:before { position: relative; left: 0; float: none; display: inline-block; }


/* 
 * Buttons colors 
 */
 /* Facebook */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-facebook:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-facebook {
	border-color: #3a579a;
	color: #3a579a;
}
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-facebook:hover:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-facebook:hover {
	border-color: #334d87;
	color: #334d87;
}
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-facebook:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-facebook {
	background: #3a579a;
	color: #fff;
}
.agile-sharing-icon-hover .agile-sharing-networks-btns-wrapper .agile-sharing-facebook:hover:before,
.agile-sharing-button-hover .agile-sharing-networks-btns-wrapper .agile-sharing-facebook:hover,
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-facebook:hover:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-facebook:hover {
	background: #334d87;
	color: #fff;
}
.agile-sharing-has-icon-dark .agile-sharing-networks-btns-wrapper .agile-sharing-facebook:before {
	background: #334d87;
	border-color: #334d87;
}
 /* Print */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-print:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-print {
	border-color: #e39d37;
	color: #e39d37;
}
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-print:hover:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-print:hover {
	border-color: #ffcc81;
	color: #ffcc81;
}
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-print:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-print {
	background: #e39d37;
	color: #fff;
}
.agile-sharing-icon-hover .agile-sharing-networks-btns-wrapper .agile-sharing-print:hover:before,
.agile-sharing-button-hover .agile-sharing-networks-btns-wrapper .agile-sharing-print:hover,
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-print:hover:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-print:hover {
	background: #ffcc81;
	color: #fff;
}
.agile-sharing-has-icon-dark .agile-sharing-networks-btns-wrapper .agile-sharing-print:before {
	background: #ffcc81;
	border-color: #ffcc81;
}
 /* Send to a friend */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-sendtofriend:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-sendtofriend {
	border-color: #e39d37;
	color: #e39d37;
}
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-sendtofriend:hover:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-sendtofriend:hover {
	border-color: #ffcc81;
	color: #ffcc81;
}
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-sendtofriend:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-sendtofriend {
	background: #e39d37;
	color: #fff;
}
.agile-sharing-icon-hover .agile-sharing-networks-btns-wrapper .agile-sharing-sendtofriend:hover:before,
.agile-sharing-button-hover .agile-sharing-networks-btns-wrapper .agile-sharing-sendtofriend:hover,
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-sendtofriend:hover:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-sendtofriend:hover {
	background: #ffcc81;
	color: #fff;
}
.agile-sharing-has-icon-dark .agile-sharing-networks-btns-wrapper .agile-sharing-sendtofriend:before {
	background: #ffcc81;
	border-color: #ffcc81;
}
 /* Linkedin */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-linkedin:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-linkedin {
	border-color: #0077b5;
	color: #0077b5;
}
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-linkedin:hover:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-linkedin:hover {
	border-color: #0369a0;
	color: #0369a0;
}
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-linkedin:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-linkedin {
	background: #0077b5;
	color: #fff;
}
.agile-sharing-icon-hover .agile-sharing-networks-btns-wrapper .agile-sharing-linkedin:hover:before,
.agile-sharing-button-hover .agile-sharing-networks-btns-wrapper .agile-sharing-linkedin:hover,
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-linkedin:hover:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-linkedin:hover {
	background: #0369a0;
	color: #fff;
}
.agile-sharing-has-icon-dark .agile-sharing-networks-btns-wrapper .agile-sharing-linkedin:before {
	background: #0369a0;
	border-color: #0369a0;
}

/* Twitter */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-twitter:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-twitter {
	border-color: #00abf0;
	color: #00abf0;
}
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-twitter:hover:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-twitter:hover {
	border-color: #0099d7;
	color: #0099d7;
}
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-twitter:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-twitter {
	background: #00abf0;
	color: #fff;
}
.agile-sharing-icon-hover .agile-sharing-networks-btns-wrapper .agile-sharing-twitter:hover:before,
.agile-sharing-button-hover .agile-sharing-networks-btns-wrapper .agile-sharing-twitter:hover,
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-twitter:hover:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-twitter:hover {
	background: #0099d7;
	color: #fff;
}
.agile-sharing-has-icon-dark .agile-sharing-networks-btns-wrapper .agile-sharing-twitter:before {
	background: #0099d7;
	border-color: #0099d7;
}


/* Google+ */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-google-plus:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-google-plus {
	border-color: #df4a32;
	color: #df4a32;
}
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-google-plus:hover:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-google-plus:hover {
	border-color: #d63a21;
	color: #d63a21;
}
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-google-plus:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-google-plus {
	background: #df4a32;
	color: #fff;
}
.agile-sharing-icon-hover .agile-sharing-networks-btns-wrapper .agile-sharing-google-plus:hover:before,
.agile-sharing-button-hover .agile-sharing-networks-btns-wrapper .agile-sharing-google-plus:hover,
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-google-plus:hover:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-google-plus:hover {
	background: #d63a21;
	color: #fff;
}
.agile-sharing-has-icon-dark .agile-sharing-networks-btns-wrapper .agile-sharing-google-plus:before {
	background: #d63a21;
	border-color: #d63a21;
}


/* Pinterest */
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-pinterest:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-pinterest {
	border-color: #c92228;
	color: #c92228;
}
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-pinterest:hover:before,
.agile-sharing-networks-btns-wrapper .agile-sharing-network-btn.agile-sharing-pinterest:hover {
	border-color: #b31e24;
	color: #b31e24;
}
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-pinterest:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-pinterest {
	background: #c92228;
	color: #fff;
}
.agile-sharing-icon-hover .agile-sharing-networks-btns-wrapper .agile-sharing-pinterest:hover:before,
.agile-sharing-button-hover .agile-sharing-networks-btns-wrapper .agile-sharing-pinterest:hover,
.agile-sharing-has-icon-background .agile-sharing-networks-btns-wrapper .agile-sharing-pinterest:hover:before,
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper .agile-sharing-pinterest:hover {
	background: #b31e24;
	color: #fff;
}
.agile-sharing-has-icon-dark .agile-sharing-networks-btns-wrapper .agile-sharing-pinterest:before {
	background: #b31e24;
	border-color: #b31e24;
}
/* 
 * Buttons image background 
 */
 /* Facebook */
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-facebook:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-facebook {
	border-color: transparent;
	color: #3a579a;
}
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-facebook:hover:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-facebook:hover {
	border-color: transparent;
	color: #334d87;
}
 /* Print */
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-print:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-print {
	border-color: transparent;
	color: #e39d37;
}
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-print:hover:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-print:hover {
	border-color: transparent;
	color: #ffcc81;
}
 /* Send to a friend */
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-sendtofriend:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-sendtofriend {
	border-color: transparent;
	color: #e39d37;
}
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-sendtofriend:hover:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-sendtofriend:hover {
	border-color: transparent;
	color: #ffcc81;
}
 /* Linkedin */
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-linkedin:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-linkedin {
	border-color: transparent;
	color: #0077b5;
}
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-linkedin:hover:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-linkedin:hover {
	border-color: transparent;
	color: #0369a0;
}

/* Twitter */
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-twitter:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-twitter {
	border-color: transparent;
	color: #00abf0;
}
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-twitter:hover:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-twitter:hover {
	border-color: transparent;
	color: #0099d7;
}

/* Google+ */
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-google-plus:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-google-plus {
	border-color: transparent;
	color: #df4a32;
}
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-google-plus:hover:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-google-plus:hover {
	border-color: transparent;
	color: #d63a21;
}
/* Pinterest */
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-pinterest:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-pinterest {
	border-color: transparent;
	color: #c92228;
}
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-pinterest:hover:before,
.agile-sharing-has-img-background .agile-sharing-networks-btns-wrapper .agile_sharing_button_style_use_images .agile-sharing-network-btn.agile-sharing-pinterest:hover {
	border-color: transparent;
	color: #b31e24;
}

/* Sidebar needs color white for icons */
.agile-sharing-has-button-background .agile-sharing-networks-btns-wrapper.agile-sharing-networks-btns-sidebar .agile-sharing-network-btn:before {
	color: #fff;
}

/* 
 * Buttons Shapes
 */
.agile-sharing-shape-rounded .agile-sharing-network-btn,
.agile-sharing-shape-rounded .agile-sharing-network-btn:before {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.agile-sharing-shape-rounded .agile-sharing-network-btn,
.agile-sharing-shape-rounded .agile-sharing-no-label.agile-sharing-network-btn:before {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.agile-sharing-shape-circle .agile-sharing-network-btn { border-radius: 20px; }
.agile-sharing-shape-circle .agile-sharing-network-btn:before { border-radius: 20px; overflow: hidden; }


/* 
 * Buttons Margins/Spacings
 */
.agile-sharing-has-spacing .agile-sharing-networks-btns-wrapper li { margin-bottom: 10px; margin-right: 2%; margin-left: 0 !important; }


/*
 * Buttons on mobile
 */
@media screen and ( max-width : 720px ) {
	.agile-sharing-hide-on-mobile {
		display: none;
	}
}


/*****************************************/
/* Button styles
/*****************************************/

/*
 * Buttons Style 1
 */
.agile-sharing-button-style-1 .agile-sharing-network-btn { color: #fff !important; padding-left: 38px; }


/*****************************************/
/* Total shares
/*****************************************/
.agile-sharing-total-share-wrapper { 
	font-family: 'Arial';
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.345;
	color: #5d6368;
}

.agile-sharing-total-share-wrapper span {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}

.agile-sharing-total-share-wrapper .agile-sharing-total-share-count {
	font-weight: bold;
	font-size: 15px;
}

#agile-sharing-floating-sidebar .agile-sharing-total-share-wrapper {
	text-align: center;
}

#agile-sharing-floating-sidebar .agile-sharing-total-share-wrapper span {
	display: block;
	margin-right: 0;
}