<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* @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;
	margin-top: 6px;
}
#jsn-social-icons ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
#jsn-social-icons ul li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid rgba(255,255,255,0.7);
	background: #5d80ac;
	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;
	text-decoration: none !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
}
#jsn-social-icons ul li a:hover {
    color: #FFF;
}
#jsn-social-icons ul .facebook a:before {
    content: '\f09a';
}
#jsn-social-icons ul .twitter a {
	background-color: #55c3db;
}
#jsn-social-icons ul .twitter a:before {
    content: '\f099';
}
#jsn-social-icons ul .youtube a{
	background-color: #e35a49;
}
#jsn-social-icons ul .youtube a:before {
    content: '\f167';
}
#jsn-social-icons ul .googleplus a{
	background-color: #d35243;
}
#jsn-social-icons ul .googleplus a:before {
    content: '\f0d5';
}
#jsn-social-icons ul .pinterest a{
	background-color: #f45f64;
}
#jsn-social-icons ul .pinterest a:before {
    content: '\f0d2';
}
#jsn-social-icons ul .myspace a{
	background-color: #477ecc;
}
#jsn-social-icons ul .myspace a:before {
    content: '\f007';
}
#jsn-social-icons ul .flickr a{
	background-color: #e6e6e6;
}
#jsn-social-icons ul .flickr a:before {
    content: '\f16e';
}
#jsn-social-icons ul .dribble a{
	background-color: #f2abc1;
}
#jsn-social-icons ul .dribble a:before {
    content: '\f17d';
}
#jsn-social-icons ul .stumbleupon a{
	background-color: #f97745;
}
#jsn-social-icons ul .stumbleupon a:before {
    content: '\f1a4';
}
#jsn-social-icons ul .yahoo a{
	background-color: #bb60d6;
}
#jsn-social-icons ul .yahoo a:before {
    content: '\f19e';
}
#jsn-social-icons ul .skype a{
	background-color: #40bced;
}
#jsn-social-icons ul .skype a:before {
    content: '\f17e';
}
#jsn-social-icons ul .rss a{
	background-color: #f9c35b;
}
#jsn-social-icons ul .rss a:before {
    content: '\f09e';
}
#jsn-social-icons ul .linkedin a{
	background-color: #bb60d6;
}
#jsn-social-icons ul .linkedin a:before {
    content: '\f0e1';
}
#jsn-social-icons ul .instagram a{
	background-color: #000;
}
#jsn-social-icons ul .instagram a:before {
    content: '\f16d';
}
/* ========== 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;
}
body.jsn-direction-rtl #jsn-social-icons ul li {
	float: right;
}</pre></body></html>