.eap-top{
	width:0px;
	height:0px;
	position:absolute;
	top:0px;
	z-index:-1000;
	opacity:0;
	visibility:hidden;
}
#eap-socialshare-overlay{
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8);
	z-index:100500;
	top: 0;
    bottom:0;
    overflow-y:auto;
    overflow-x:hidden;
}
.eap-overlay-image{
	background-color: #fff;
	margin:20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	float:left;
	border:1px solid #333;
	cursor:pointer;
	width:200px;
	height:200px;
	padding:10px;


}
#eap-socialshare{

	position: fixed;
	z-index: 10000;
		left:0px;
	
		
}
#eap-counter{
	cursor: default;
	color:#000;
	padding:3px;
	line-height: initial !important;
	font-weight: bold;
	color:#333333;
}
#eap-counter span.eap-conter-number{
	font-weight: bold;
}
.eap-social{
	width:40px;
	height:40px;
	overflow: hidden;
	text-align:center;
	background:#000;
	color:#fff;
	transition: all 0.2s;
		
}
.eap-social:hover{
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.3935000000000002 -0.35750000000000004 -0.03599999999999999 0 0 -0.10650000000000001 1.1575 -0.03599999999999999 0 0 -0.10650000000000001 -0.35750000000000004 1.4640000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: brightness(110%) saturate(150%);
          filter: brightness(110%) saturate(150%);
          opacity:.95;
}
.eap-social a{

	line-height: 40px;
}
.eap-social a,.eap-social a:hover,.eap-social a:active,.eap-social a:visited,.eap-social a:focus{
	display: block;
	width:100%;
	height:100%;
	color:#fff !important;

}
.eap-social a i.fa{
	font-size:18px;
	color:#fff;
}
.eap-social a i.fa:before{
	color:#fff;	
}

.eap-facebook{
	background-color: #3A5898;
}
.eap-twitter{
	background-color: #01ACED;
}
.eap-gplus{
	background-color: #d34836;
}
.eap-pinterest{
	background-color: #cb2027;
}
.eap-linkedin{
	background-color: #007bb5;
}
.eap-tumblr{
	background-color: #32506d;
}
.eap-vk{
	background-color: #45668e;
}
.eap-reddit{
	background-color: #cee3f8;
}
.eap-mail{
	background-color: #aaaaaa;	
}
.eap-home{
	background-color: #39B54A;	
}

.eap-counter{
	background-color: #FFFFFF;	
}

@media screen and (max-width: 800px) {

	#eap-socialshare{

	top:initial;
	left:initial;
	bottom:initial;
	right:initial;
	
	left:0px;
	
		
	}

	.eap-social{
		float:initial;
			
	}



}




