/* ========== SOCIAL - ICON ========== */
#jsn-social-icons ul {
	float: left;
	margin: 0;
}
#jsn-social-icons ul li {
	float: left;
	list-style: none;
	margin: 0;
	border-left: 1px solid #ececec;
}
#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: 16px;
	height: 17px;
	padding: 16px 14px;
	opacity: 1;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
#jsn-social-icons ul li:last-child {
	border-right: 1px solid #ececec;
}
#jsn-social-icons ul li:hover a {
	opacity: 1;
	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: #3B5998;
}
#jsn-social-icons ul .twitter:hover {
	background-color: #00ACED;
}
#jsn-social-icons ul .youtube:hover {
	background-color: #BB0000;
}
#jsn-social-icons ul .googleplus:hover {
	background-color: #DD4B39;
}
#jsn-social-icons ul .pinterest:hover {
	background-color: #cb2027;
}
#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: #FF6600;
}
#jsn-social-icons ul .linkedin:hover {
	background-color: #007BB6;
}

/* ========== ICONS POSITION ========== */
#jsn-social-icons ul li.facebook a {
	background-position: 12px center;
}
#jsn-social-icons ul li.twitter a {
	background-position: -38px center;
}
#jsn-social-icons ul li.youtube a {
	background-position: -88px center;
}
#jsn-social-icons ul li.googleplus a {
	background-position: -138px center;
}
#jsn-social-icons ul li.pinterest a {
	background-position: -188px center;
}
#jsn-social-icons ul li.myspace a {
	background-position: -238px center;
}
#jsn-social-icons ul li.flickr a {
	background-position: -288px center;
}
#jsn-social-icons ul li.dribble a {
	background-position: -338px center;
}
#jsn-social-icons ul li.stumbleupon a {
	background-position: -390px center;
}
#jsn-social-icons ul li.yahoo a {
	background-position: -438px center;
}
#jsn-social-icons ul li.skype a {
	background-position: -488px center;
}
#jsn-social-icons ul li.rss a {
	background-position: -538px center;
}
#jsn-social-icons ul li.linkedin a {
	background-position: -586px center;
}
/* ========== RTL LAYOUT ========== */
body.jsn-direction-rtl #jsn-social-icons ul {
    float: left;
}
body.jsn-direction-rtl #jsn-social-icons ul li {
    margin-right: 5px;
    margin-left: 0;
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {

}