@import url("fonts/font-awesome.css");
  
/* Custom Social Sharing */
.custom-social-share-container {
	clear:both;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.ff-social-share .ff-sc-icon {
	font-size: 15px;
	margin-right: 12px;
	margin-top: 1px;
	position: relative;
	top: 2px;
}

.sharrre .box{
	background:#6f838c;
	border: 1px solid;
	height:22px;
	display:inline-block;
	position:relative;
	padding:0px 55px 0 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	float:left;
	clear:both;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	cursor: pointer;
}

.sharrre .left{
	line-height: 1;
	height: 22px;
	display:block;
	white-space:nowrap;
	color:#ffffff;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	width: 10px
}

.sharrre .right {
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:45px;
	text-align:center;
	line-height:22px;
	color:#4b5d61;
	background:#FFF;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ff-social-share .sharrre {
	display: inline-block;
	font-weight: bold;
}

.ff-social-share .sharrre:hover .box .left{
	padding-right: 60px;
}

.ff-social-share .sharrre:hover .right {
	color: #FFF;
}

.sharrre .middle a:hover{
	text-decoration:none;
}

.ff-social-share .twitter .box {
	background: #09b0ed;
	border-color: #09b0ed;
}

.ff-social-share .gplus .box {
	background: #dd4c39;
	border-color: #dd4c39;
}

.ff-social-share .fb .box {
	background: #3d5a98;
	border-color: #3d5a98;
}

.ff-social-share .linkedin .box {
	background: #035a87;
	border-color: #035a87;
}

.ff-social-share .pinterest .box {
	background: #cb2127;
	border-color: #cb2127;
}

.ff-social-share .twitter .right{
	color: #09b0ed;
}

.ff-social-share .gplus .right {
	color: #dd4c39;
}

.ff-social-share .fb .right {
	color: #3d5a98;
}

.ff-social-share .linkedin .right {
	color: #035a87;
}

.ff-social-share .pinterest .right {
	color: #cb2127;
}

.ff-social-share .twitter:hover .right{
	background: #09b0ed;
}

.ff-social-share .gplus:hover .right {
	background: #dd4c39;
}

.ff-social-share .fb:hover .right {
	background: #3d5a98;
}

.ff-social-share .linkedin:hover .right {
	background: #035a87;
}

.ff-social-share .pinterest:hover .right {
	background: #cb2127;
}