@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?78492063');
	src: url('../font/fontello.eot?78492063#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?78492063') format('woff'),
       url('../font/fontello.ttf?78492063') format('truetype'),
       url('../font/fontello.svg?78492063#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 {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 0px 16px 12px 0px !important;
	padding: 0 !important;
}

/*.simple-social-icons ul li:nth-child(4n) {
	margin-right:0px !important;
}
*/

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

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

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

.simple-social-icons ul li.social-facebook a {
	background:url('../images/logo-facebook.png') no-repeat center center;
}

.simple-social-icons ul li.social-facebook a:hover, aside .simple-social-icons ul li.social-facebook a {
	background:url('../images/logo-facebook-hover.png') no-repeat center center;
}

.simple-social-icons ul li.social-twitter a {
	background:url('../images/logo-twitter.png') no-repeat center center;
}

.simple-social-icons ul li.social-twitter a:hover, aside .simple-social-icons ul li.social-twitter a {
	background:url('../images/logo-twitter-hover.png') no-repeat center center;
}

.simple-social-icons ul li.social-gplus a {
	background:url('../images/logo-googleplus.png') no-repeat center center;
}

.simple-social-icons ul li.social-gplus a:hover, aside .simple-social-icons ul li.social-gplus a {
	background:url('../images/logo-googleplus-hover.png') no-repeat center center;
}

.simple-social-icons ul li.social-instagram a {
	background:url('../images/logo-instagram.png') no-repeat center center;
}

.simple-social-icons ul li.social-instagram a:hover, aside .simple-social-icons ul li.social-instagram a {
	background:url('../images/logo-instagram-hover.png') no-repeat center center;
}

.simple-social-icons ul li.social-linkedin a {
	background:url('../images/logo-linkedin.png') no-repeat center center;
}

.simple-social-icons ul li.social-linkedin a:hover, aside .simple-social-icons ul li.social-linkedin a {
	background:url('../images/logo-linkedin-hover.png') no-repeat center center;
}

.simple-social-icons ul li.social-youtube a {
	background:url('../images/logo-youtube.png') no-repeat center center;
}

.simple-social-icons ul li.social-youtube a:hover, aside .simple-social-icons ul li.social-youtube a {
	background:url('../images/logo-youtube-hover.png') no-repeat center center;
}

.simple-social-icons ul li.social-rss a {
	background:url('../images/logo-rss.png') no-repeat center center;
}

.simple-social-icons ul li.social-rss a:hover, aside .simple-social-icons ul li.social-rss a {
	background:url('../images/logo-rss-hover.png') no-repeat center center;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	background-color:transparent !important;
	border-radius:0px !important;
	padding:0px !important;
}

@media only screen and (max-width: 720px) {
	.simple-social-icons ul li:nth-child(4n) { margin-right: 16px!important }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	/** FOOTER */ 
	.footer-social .simple-social-icons ul li:nth-child(4n) { margin-right: 16px!important; }
	.footer-social .simple-social-icons ul li:nth-child(3n) { margin-right: 0px!important; }
}