/* GENERAL */
#socialbar {
	width: 100%;
	margin: 0px 0px 0px;
}

/* STICKY */
.socialbar-sticky {
	position: fixed;
	left: 0px;
	right: 0px;
	z-index: 2013;
}
.socialbar-top {
	top: 0px;
}
.socialbar-bottom {
	bottom: 0px;
}

/* WIDTH */
.socialbar-widthfull {
	width: 100%;
}
.socialbar-widthauto {
	width: auto;
}

/* ICON ALIGNMENT */
.socialbar-alignment-left {
	text-align: left;
}
.socialbar-alignment-right {
	text-align: right;
}
.socialbar-alignment-center {
	text-align: center;
}
/* 
 * SIZE 
*/

/* BIG */
.socialbar-big {
	height: 60px;
	font-size: 3em;
}
.socialbar-big i {
	margin: 4px 2px;
}

/* MEDIUM */
.socialbar-medium {
	height: 40px;
	font-size: 2em;

}
.socialbar-medium i {
	margin: 2px 2px;
}

/* SMALL */
.socialbar-small {
	height: 30px;
	font-size: 1.5em;
}
.socialbar-small i {
	margin: 1px 2px;	
}


/* 
 * COLORS
 */
/* standard-colors */
.socialbar-color {
	
}
.socialbar-color .fa.fa-facebook-square:hover {
	color: #3B5998 !important;
}
.socialbar-color .fa.fa-twitter:hover {
	color: #00acee !important;
}
.socialbar-color .fa.fa-dribbble:hover {
	color: #ea4c89 !important;
}
.socialbar-color .fa.fa-flickr:hover {
	color: #0063dc !important;
}

.socialbar-color .fa.fa-youtube:hover {
	color: #c4302b !important;
}
.socialbar-color .fa.fa-foursquare:hover {
	color: #25a0ca !important;
}
.socialbar-color .fa.fa-instagram:hover {
	color: #3f729b !important;
}
.socialbar-color .fa.fa-google-plus:hover {
	color: #dd4b39 !important;
}
.socialbar-color .fa.fa-linkedin:hover {
	color: #0e76a8 !important;
}
.socialbar-color .fa.fa-skype:hover {
	color: #00aff0 !important;
}
.socialbar-color .fa.fa-tumblr:hover {
	color: #34526f !important;
}
.socialbar-color .fa.fa-vimeo-square:hover {
	color: #44bbff !important;
}
.socialbar-color .fa.fa-xing:hover {
	color: #126567 !important;
}
.socialbar-color .fa.fa-pinterest:hover {
	color: #c8232c !important;
}




