.fspbox{
	border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
	display: -webkit-flex;
	flex-direction: column;
    margin-bottom: 30px;
    overflow: hidden;
	margin: 10px auto;
}
.fsptxt{padding: 24px;}
.fspimage{text-align: center;}
.fsptitle{
	text-align: center;
	display: flex;
	display: -webkit-flex;
    padding: 15px 24px;

}
.twitter .fspsource{
    background:url(twitter.svg) no-repeat left center;
	padding-left: 25px;
	background-size: 20px; 
}
.vkontakte .fspsource{
    background:url(vkontakte.svg) no-repeat left center;
	padding-left: 30px;
	background-size: 25px; 
}
.facebook .fspsource{
    background:url(facebook.svg) no-repeat left center;
	padding-left: 20px;
	background-size: 20px; 
}
.instagram .fspsource{
    background:url(instagram.svg) no-repeat left center;
	padding-left: 25px;
	background-size: 22px; 
}
.fspsource{
    display:inline-block;
    vertical-align:bottom;
}
.fspurl{
    background:url(link.svg) no-repeat right center; 
    background-size: 15px; 
    display:inline-block;
    vertical-align:bottom;
    padding-right: 20px;	
}
.fspurl a{
	font-size: 13px;
    color: rgba(0,0,0,.5);
    font-style: italic;
}
.fsptitle i{
	display:none;
}
.fsptitle{
	flex-direction: row-reverse;
    justify-content: space-between;
	order: 1;
	-webkit-order: 1;
}
.fspimage{
	order: 2;
	-webkit-order: 2;
}
.fsptxt{
	order: 3;
	-webkit-order: 3;
}
