@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?11995952");
  src: url("../font/fontello.eot?11995952#iefix") format('embedded-opentype'), url("../font/fontello.woff?11995952") format('woff'), url("../font/fontello.ttf?11995952") format('truetype'), url("../font/fontello.svg?11995952#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11995952#fontello') format('svg');
  }
}
*/

.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons ul {
	margin: 0;
	padding: 0;
}

.simple-social-icons ul li {
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 0 6px 12px !important;
	padding: 0 !important;
}

.simple-social-icons ul li a {
	border: none !important;
	color: #fff;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-family: 'fontello';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	speak: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 1em;
}

.social-facebook {
	background: #3B5998;
}

.social-flickr {
	background: #0063DB;
}

.social-gplus {
	background: #D14836;
}

.social-instagram {
	background: #3F729B;
}

.social-linkedin {
	background: #007FB1;
}

.social-twitter {
	background: #00ACED;
}

.social-youtube {
	background: #CD332D;
}

.social-email{
	background: #dd4b39;
}

.social-pinterest{
	background: #cb2027;
}

.simple-social-icons ul.aligncenter {
	text-align: center;
}

.simple-social-icons ul.aligncenter li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: none;
}