.socialsidebar {
	position: relative;

	visibility: hidden;

	position: fixed;

	z-index: 150;

	top: 30%;
}

.socialsidebar .icon {
	position: absolute;

	width: 37px;
	height: 37px;
}

.socialsidebar .widget {
	position: absolute;
}

.socialsidebar .widget .widget-body {
	position: absolute;

	width: 300px;
	height: 350px;

	background: rgba(255,255,255,0.95);

	overflow: hidden;
}

.socialsidebar .facebook {
	top: 0px;
}

.socialsidebar .facebook .widget-body .fb-like-box,
.socialsidebar .facebook .widget-body .fb-like-box > span,
.socialsidebar .facebook .widget-body .fb-like-box iframe {
	width: inherit !important;
	height: inherit !important;
}

.socialsidebar .facebook .icon {
	background: url('images/facebook.png') no-repeat;
}

.socialsidebar .googleplus {
	top: 50px;
}

.socialsidebar .googleplus .widget-body {
	background: none;
	height: auto;
}

.socialsidebar .googleplus .icon {
	background: url('images/googleplus.png') no-repeat;
}
