.livesocial ul.triggers {
	margin:0;
	padding:0;
	list-style:none;
}
.livesocial ul.triggers li {
	width:39px;
	height:33px;
	cursor:pointer;
	background-image:url(../images/live_social_icons.png);
	background-repeat:no-repeat;
	background-color:#000;
	margin:0;
	padding:0;
	text-indent:-9999px;
	-webkit-transition: background-position 0.15s ease-in;
	-moz-transition: background-position 0.15s ease-in;
	-ms-transition: background-position 0.15s ease-in;
	transition: background-position 0.15s ease-in;
}
.livesocial ul.triggers li.separator {
	width: 39px;
	height: 1px;
	background: transparent;
	border-top: 0;
}
.livesocial ul.triggers li.facebook {
	background-position:0 0;
}
.livesocial ul.triggers li.facebook:hover {
	background-position:0 -33px;
}
.livesocial ul.triggers li.tweets {
	background-position:-39px -33px;
}
.livesocial ul.triggers li.tweets:hover {
	background-position:-39px 0;
}
.liveSocialContainer {
	opacity:0;
	display:none;
	right: 0;
	position:absolute;
	text-align:left;
	top:0;
	background: #000;
	padding: 15px;
	border: 7px solid #222;
	-webkit-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5);
	box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.liveSocialContainer:before {
	content:"";
	position:absolute;
	right:-15px;
	top:14px;
	width:14px;
	height:26px;
	background:url(../images/popup_arrow_toright.png) no-repeat center center;
}
body.light .liveSocialContainer {
	background: #fff;
	border: 7px solid #ddd;
	-webkit-box-shadow:0px 3px 4px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:0px 3px 4px rgba(255, 255, 255, 0.5);
	box-shadow:0px 3px 4px rgba(255, 255, 255, 0.5);
}
body.light .liveSocialContainer:before {
	background:url(../images/popup_arrow_toright_light.png) no-repeat center center;
}
.facebook_comments {
	padding-bottom:10px;
	margin-bottom:10px;
	height:0px;
	overflow:auto;
	overflow-x:hidden;
}
.facebook_comments.both {
	border-bottom:3px solid #222;
}
.liveSocialContainer h3 {
	margin:0;
	padding:0;
}
.twitter {
	padding-left:50px;
	background:url(../images/twitter-bird-icon.png) no-repeat 0 4px;
	font-size:12px;
}
.twitter .tweets {
	margin:0 0 20px;
	padding:0;
}
.twitter .tweets li {
	margin-bottom:15px;
}
.twitter .tweets li.last {
	margin-bottom:0;
}
.twitter .tweet_date {
	display:inline-block;
	margin-top:10px;
	font-size:11px;
	color:#bbb;
}
.twitter-follow-button {
	float: right;
}
body.light .twitter {
	background:url(../images/twitter-bird-icon-light.png) no-repeat 0 4px;
}
.liveSocialContainer .closeIconWidget {
	left: -15px;
	top: -15px;
}
.greenFARDIN GROUP {
	color:#0C0;
}
.techno {
	color:#00C;
}
.welcome {
	margin:0px;
	padding:0px;
	font-size:18px;
}
.its {
	float:right;
	font-size:36px;
	font-family:"Rage Italic", "French Script MT", Mistral;
	color:#0C0;
}
.custom {
	width:auto;
	height:auto;
	float:left;
	margin-bottom:30px;
	padding-left:80px;
	color:#CCC;
}
