/*!
 *
 *  Project:  GLYPHICONS SOCIAL NETWORKS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 *  Modifié par WebArtMedia (19.02.2016)
 *
 */
 
@font-face {
	font-family: 'Glyphicons Social Regular';
	src: url('fonts/glyphicons-social-regular.eot');
	src: url('fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/glyphicons-social-regular.woff') format('woff'),
		 url('fonts/glyphicons-social-regular.ttf') format('truetype'),
		 url('fonts/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg');
}

.socialicons {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Social Regular';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.socialicons.x05{font-size:12px;}
.socialicons.x1{font-size:24px;}
.socialicons.x2{font-size:48px;}
.socialicons.x3{font-size:72px;}
.socialicons.x4{font-size:96px;}
.socialicons.x5{font-size:120px;}

.socialicons.light:before{color:#f2f2f2;}
.socialicons.drop:before{text-shadow:-1px 1px 3px rgba(0,0,0,0.3);}
.socialicons.flip{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}
.socialicons.flipv{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV";}
.socialicons.rotate90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.socialicons.rotate180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.socialicons.rotate270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}

.socialicons-google:before{content:"\E003";}
.socialicons-amazon:before{content:"\E008";}
.socialicons-wordpress:before{content:"\E010";}
.socialicons-youtube:before{content:"\E023";}
.socialicons-facebook:before{content:"\E031";}
.socialicons-twitter:before{content:"\E032";}
.socialicons-instagram:before{content:"\E033";}
.socialicons-vimeo:before{content:"\E035";}
.socialicons-soundcloud:before{content:"\E054";}
.socialicons-paypal:before{content:"\E057";}
