@charset "utf-8";

.social-popout {
	height: 48px;
	width: 48px;
	margin: 10px 10px 15px 0;
	
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social-popout img {
	border-radius: 50%;
	margin: 8px;
	width: 100%;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social-popout img:hover {
	margin: 0px;
	box-shadow: 10px 10px 4px 1px rgba(0,0,0,0.3);
}.social_frame {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 15px;
	padding-top: 3px;
}
.social_text {
	float: right;
	clear: none;
	width: 56%;
	margin-top: 22px;
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 0.9em;
	color: #777;
}

.social_text.social_top {
	margin-top: 32px;
}
