/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ========== SOCIAL - ICON ========== */
#jsn-social-icons-inner {
	padding: 4px;
	display: flex;
	position: relative;
}
#jsn-social-icons-inner:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #000;
}
#jsn-social-icons ul {
	width: 100%;
	text-align: center;
}
#jsn-social-icons ul li {
	float: none;
	display: inline-block;
	margin: 0;
}
#jsn-social-icons ul li a {
	display: block;
	position: relative;
	outline: none;
	margin: 0 8px;
	background: #000;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	padding: 20px;
	font-size: 32px;
	color: #808080;
}
#jsn-social-icons ul li a:hover {
	color: #fff;
}

/* ========== RTL LAYOUT ========== */
body.jsn-direction-rtl #jsn-social-icons ul {
	width: 100%;
	text-align: center;
}
body.jsn-direction-rtl #jsn-social-icons ul li {
	float: none;
	display: inline-block;
}