/**
* @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 {
	padding: 5px 0;
}
#jsn-social-icons ul {
	text-align: center;
}
#jsn-social-icons ul li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}
#jsn-social-icons ul li a {
	display: block;
	position: relative;
	outline: none;
	width: 18px;
	height: 18px;
	padding: 13px;
	font-size: 18px;
	color: #fff;
}
#jsn-social-icons ul li:hover {
 	box-shadow: 0 0 10px #FFFFFF;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}