/**
 * Whale Social Links
 * @author 		shahroq <shahroq \at\ yahoo.com>
 * @copyright  	Copyright (c) 2013 shahroq.
 * http://killerwhalesoft.com/c5/addons/
 */

.whale-social-links-wrapper{
	position: relative;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.whale-social-links-wrapper ul{
	list-style: none outside none;
	overflow: hidden;
	line-height: 1 !important;
	margin: 0px!important;
	padding: 0px!important;
	border: none!important;
	/*variables:*/
	text-align:right;
}

.whale-social-links-wrapper ul li {
	display: inline-block;
	line-height: 1 !important;
	margin: 0px!important;
	padding: 0px!important;
	border-width: 0px !important;

	/*variables:*/
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.whale-social-links-wrapper ul li a{
	display:block;
	text-align:center;
	line-height: 1 !important;
	text-decoration:none !important;
	
	border-right: 0px dotted rgba(0, 0, 0, 0.1);
	border-bottom: 0px dotted rgba(0, 0, 0, 0.1);
	
	-webkit-transition: color 300ms ease-in,background-color 300ms ease-in;
	-moz-transition: color 300ms ease-in, background-color 300ms ease-in;
	-o-transition: color 300ms ease-in, background-color 300ms ease-in;
	-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in;
	transition: color 300ms ease-in,background-color 300ms ease-in;

	/*variables:*/
	color:#FFFFFF;
	background-color: #000000;
	border-radius: 0px;
}
.whale-social-links-wrapper ul li a:hover{
	/*variables:*/
	color:#000000;
	background-color: #FFFFFF;
}

.whale-social-links-wrapper ul li i{
	display:block;
	padding: 0.3em 0 !important;
	font-style:normal !important;
	width:1.5em;
	/*variables:*/
	font-size: 24px;
}