a.ayo-btn{
	color:#fff;
	text-decoration:none;
	/* width: 100%; */
	/* display: block; */
}
.ayo-btn {
	cursor:pointer;
	color: #fff;
	border: none;
	padding: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
	transition: border .25s linear,color .25s linear,background-color .25s linear
}
.ayo-btn span{
	font-family: sans-serif
}
.ayo-btn:hover {
	background-color: rgba(220,220,220,0.5);
	color: #000
}
.ayo-facebook {
	/* background-color: #4769a5; */
	/* border-color: #354d79; */
	/* -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15); */
	/* box-shadow: inset 0 -2px 0 rgba(0,0,0,.15); */
}
.ayo-twitter {
	/*background-color: #51a3bf;
	border-color: #408299;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
	*/
}
.ayo-google {
	background-color: #bf3727;
	border-color: #932b1f;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.ayo-linkedin {
	background-color: #2ba3e1;
	border-color: #207aa8;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.ayo-stumbleupon {
	background-color: #eb4723;
	border-color: #ab361d;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.ayo-reddit, .ayo-buffer {
	background-color: #333333;
	border-color: #1d1d1d;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	/* display: none; */
}
.ayo-pinterest {
	background-color: #cc2209;
	border-color: #9b1a20;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.ayo-vk {
	background-color: #4c75a3;
	border-color: #39587b;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.ayo-pocket {
	background-color: #e84352;
	border-color: #c53946;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.ayo-more {
	/*background-color: #ff6551;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	 font-size: 20px; 
	font-family: Arial;*/
	display:none
}
