div.social-area-syncer
{
	margin-top: 40px;
	border: 1px solid #ccc;
	padding: 23px 0 7px;
	background: #fff;
	text-align: center;
}

@media screen and (max-width: 799px)
{
	div.social-area-syncer
	{
		margin-right: 10px;
		margin-left: 10px;
	}
}

ul.social-button-syncer
{
	margin: 0 auto;
	border: none;
	padding: 0;
	width: 250px;
	list-style-type: none;
}

ul.social-button-syncer:after
{
	display: block;
	content: "";
	clear: both;
}

ul.social-button-syncer li
{
	float: left;
	margin: 0 0 0px;
	padding: 0;
	height: 78px;
	text-align: center;
}



/* Twitter */

li.sc-tw
{
	width: 88px;
}

li.sc-tw svg
{
	width: 30px;
	height: 30px;
}

li.sc-tw a
{
	height: 52px;
	margin: 0 auto;
	padding-top: 6px;
	display: block;
	background: #1b95e0;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.5px;
	border-radius: 2px;
}

li.sc-tw a:hover
{
	color: #fff;
	background: #0c7abf;
}

li.sc-tw span:before
{
	white-space: pre;
	content: "\A";
}



/* Facebook */
li.sc-fb
{
	z-index: 99;
	width: 69px;
}



/* [EOF] */
