/// helpers

.center{
	text-align: center;
}




#icons{
	.only{
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
		display: inline-block;
		width: 25px;
		height: 25px;
		line-height: 25px;
		position: relative;

		&:visited,&:link,&:focus,&:active,&:hover,&:focus:active {
			font: 0/0 a;
			text-shadow: none;
			color: transparent;
			outline: none;
		}		
		&:before{
			color: #ffffff;
			position: absolute;
			 top:0;
			 left:0;
			font-size: 24px;
			line-height: 1em;
		}

		&:hover{
			color: transparent;
			&:before{	color: @brand-secondary;}
		
		}

	}

}
.icononly{
	#icons > .only;
}
a.icononly{
	#icons > .only;
}



.alert-error{
	.alert-danger;
}
.alert-notice{
	.alert-warning;
}


// indeego font relative
.icon-font{
	font-family: 'indeego';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.social{
		ul.sharelinks{

			margin:0;
			padding:0;
			list-style: none;

			li{
				padding: 0;
				

			}

			a{
				#icons > .only;
				width: 110px;
				height: 50px;

		
				&:before{
					color: #333333;
					font-size: 100px;					
				}

				&.tw:hover:before{ color: @twitter-color; }
				&.fb:hover:before{ color: @facebook-color; }
				&.lin:hover:before{ color: @linkedin-color; }
				&.gplus:hover:before{ color: @googleplus-color; }
			}

		}
	}
