/**
* @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 ul {
	float: right;
	margin-bottom: 0;
	padding: 0 15px;
}
#jsn-social-icons ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
	border-radius: 50%;
	background: #6b96bf;
	padding: 1px;
	overflow: hidden;
}
#jsn-social-icons ul li i{
	line-height: 24px;
}
#jsn-social-icons ul li a {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0.7;
	text-align: center;
}
#jsn-social-icons ul li:hover a {
	opacity: 1;
}
#jsn-social-icons ul li.twitter{
	background: #56c4dd;
}
#jsn-social-icons ul li.youtube {
	background: #e94341;
}
#jsn-social-icons ul li.googleplus {
	background: #e15c4a;
}
#jsn-social-icons ul li.pinterest {
	background: #f65054;
}
#jsn-social-icons ul li.myspace {
	background: #4879c8;
}
#jsn-social-icons ul li.flickr {
	background: #ececec;
}
#jsn-social-icons ul li.dribble {
	background: #f2adc2;
}
#jsn-social-icons ul li.stumbleupon {
	background: #f17544;
}
#jsn-social-icons ul li.yahoo {
	background: #c468df;
}
#jsn-social-icons ul li.skype {
	background: #40bced;
}
#jsn-social-icons ul li.rss {
	background: #f8c259;
}
#jsn-social-icons ul li.linkedin {
	background: #4aa8db;
}
/* ========== RTL - LANGUAGE ========== */
body.jsn-direction-rtl #jsn-social-icons ul li {
    margin-right: 10px;
    margin-left: 0;
}
body.jsn-direction-rtl #jsn-social-icons ul {
    float: left;
}