@charset "UTF-8";
/* CSS Document */

.field-name-social-share {
	margin-top: 2em;
	height: 3em;
	clear: both;
	float: left;
}
.field-name-social-share p {
float: left;
padding-left: 10px;
}

/* social share */
.field-name-social-share ul {
display: block;
margin: 0;
height: 2em;
float: left;
padding: 0 0 0 12px;
}

.field-name-social-share ul>li {
float: left;
width: auto;
display: inline;
list-style-type: none;
width: 35px;
}

body.html .field-name-social-share ul>li.share-facebook a,
body.html .field-name-social-share ul>li.share-twitter a {
text-indent: -9999em;
float: left;
width: 100%;
height: 100%;
}

body.html ul.content-share-links li a:before {
font-family: "FontAwesome";
color: #000;
text-indent: 0;
float: left;
font-size: 20px;
}


body.html .node-video ul.content-share-links li a:before {
	color: #fff;
	}

li.share-facebook a:before {
content: '\f09a';
}
li.share-twitter a:before {
content: '\f099';
}
