#social {
	text-align: right;
	float: right;
	position: relative;
	top: 5px;
	right: 3px;
	margin-bottom: -6px;
	list-style: none;
}

.global-button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin-left: -1px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 2em;
	border: #446A67 1px solid;
	border-radius: 4px;
}

.global-button:hover { text-decoration: none; background: #e8e8e8  !important; }

.facebook-button {
	background: #4060A5;
}

.facebook-button:before {
	font-family: "FontAwesome";
	content: "\f09a";
}

.facebook-button:hover {
	color: #4060A5;
	background: #fff;
}

.twitter-button {
	background: #000;
}

.twitter-button:before {
	font-family: "FontAwesome";
	content: "\e61b";
}

.twitter-button:hover {
	color: #000;
	background: #fff;
}

.reddit-button {
	background: #ff4500;
}

.reddit-button:before {
	font-family: "FontAwesome";
	content: "\f281";
}

.reddit-button:hover {
	color: #ff4500;
	background: #fff;
}

.vk-button {
	background: #4a76a8;
}

.vk-button:before {
	font-family: "FontAwesome";
	content: "\f189";
}

.vk-button:hover {
	color: #4a76a8;
	background: #fff;
}

.tumblr-button {
	background: #3a5876;
}

.tumblr-button:before {
	font-family: "FontAwesome";
	content: "\f173";
}

.tumblr-button:hover {
	color: #3a5876;
	background: #fff;
}

.whatsapp-button {
	background: #25d366;
}

.whatsapp-button:before {
	font-family: "FontAwesome";
	content: "\f232";
}

.whatsapp-button:hover {
	color: #25d366;
	background: #fff;
}

@media only screen and (max-width: 749px), only screen and (max-device-width: 749px) {
	#social {
		margin-bottom: -25px;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#social {
		top: -90px;
		right: -2px;
	}
}

@media only screen and (max-width: 395px), only screen and (max-device-width: 700px) {
	#social {
		display: none;
	}
}