/**
* @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: 0;
}
#jsn-social-icons ul li {
	float: left;
	list-style: none;
	margin: 0;
	border-left: 1px solid rgba(255,255,255,0.15);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
#jsn-social-icons ul li:last-child {
	border-right: 1px solid rgba(255,255,255,0.15);
}
#jsn-social-icons ul li a {
	display: block;
	position: relative;
	outline: none;
	text-indent: -999em;
	background-image: url(../images/icons/icons-social.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 16px;
	padding: 15px 14px;
}
#jsn-social-icons ul li:hover {
	border-color: transparent;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#jsn-social-icons ul .facebook:hover {
	background-color: #4c66a4;
}
#jsn-social-icons ul .twitter:hover {
	background-color: #39d;
}
#jsn-social-icons ul .youtube:hover {
	background-color: #dd2825;
}
#jsn-social-icons ul .googleplus:hover {
	background-color: #518BF1;
}
#jsn-social-icons ul .pinterest:hover {
	background-color: #f22660;
}
#jsn-social-icons ul .myspace:hover {
	background-color: #0A5BD8;
}
#jsn-social-icons ul .flickr:hover {
	background-color: #ea5ea5;
}
#jsn-social-icons ul .dribble:hover {
	background-color: #E95C92;
}
#jsn-social-icons ul .stumbleupon:hover {
	background-color: #EA4C26;
}
#jsn-social-icons ul .yahoo:hover {
	background-color: #9667e8;
}
#jsn-social-icons ul .skype:hover {
	background-color: #00B0F6;
}
#jsn-social-icons ul .rss:hover {
	background-color: #FEAE5C;
}
#jsn-social-icons ul .linkedin:hover {
	background-color: #499DC9;
}
#jsn-social-icons ul .instagram:hover {
	background-color: #8a3ab9;
}
/* ========== ICONS POSITION ========== */
#jsn-social-icons ul li.facebook a {
	background-position: 12px center;
}
#jsn-social-icons ul li.twitter a {
	background-position: -40px center;
}
#jsn-social-icons ul li.youtube a {
	background-position: -90px center;
}
#jsn-social-icons ul li.googleplus a {
	background-position: -140px center;
}
#jsn-social-icons ul li.pinterest a {
	background-position: -190px center;
}
#jsn-social-icons ul li.myspace a {
	background-position: -240px center;
}
#jsn-social-icons ul li.flickr a {
	background-position: -290px center;
}
#jsn-social-icons ul li.dribble a {
	background-position: -340px center;
}
#jsn-social-icons ul li.stumbleupon a {
	background-position: -390px center;
}
#jsn-social-icons ul li.yahoo a {
	background-position: -440px center;
}
#jsn-social-icons ul li.skype a {
	background-position: -490px center;
}
#jsn-social-icons ul li.rss a {
	background-position: -540px center;
}
#jsn-social-icons ul li.linkedin a {
	background-position: -588px center;
}
#jsn-social-icons ul li.instagram a {
	background-position: -636px center;
}
/* ========== RTL LAYOUT ========== */
body.jsn-direction-rtl #jsn-social-icons ul {
    float: left;
}