.share-button-container{
	text-align:center;
	margin: 20px 0;
	padding: 10px 0;
    border-top: dashed 1px #e4e4e4;
	border-bottom: dashed 1px #e4e4e4;
}

.share-button {
	margin-left: 20px;
    display:inline-block;
}

.share-button a{
	text-decoration:none;
    display: block;
}

.share-button a svg{
	width: 32px;
    height: 32px;
}

#share-button-twitter svg path {
	fill: #000
}

#share-button-facebook svg path {
	fill: #3b5998
}

#share-button-googleplus svg path {
	fill:#d34836;
}

#share-button-qr svg path {
	fill:#000;
}

#share-button-linkedin svg path{
    fill:#4875B4;
}


#share-button-twitter:active svg path,
#share-button-facebook:active svg path,
#share-button-googleplus:active svg path,
#share-button-qr:active svg path,
#share-button-linkedin:active svg path {
	fill:#353535;
}

#share-button-twitter:hover svg path,
#share-button-facebook:hover svg path,
#share-button-googleplus:hover svg path,
#share-button-qr:hover svg path,
#share-button-linkedin:hover svg path {
	fill-opacity:0.6;
}


/*Facebook #3B5998
Flickr #FE0883
Foursquare #8FD400
Google+ #C63D2D
Instagram #4E433C
Linkedin #4875B4
Tumblr #2B4964
Twitter #33CCFF
Vimeo #86B32D
Youtube #FF3333*/