/* Logo type */
@font-face {
	font-family: 'icons';
	src:url('icons.eot?9ld0l0');
	src:url('icons.eot?#iefix9ld0l0') format('embedded-opentype'),
		url('icons.woff?9ld0l0') format('woff'),
		url('icons.ttf?9ld0l0') format('truetype'),
		url('icons.svg?9ld0l0#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	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;
}

.icon-ECO_Logo_horizonal:before {
	content: "\65";
}

/* Social type */

@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?87589922');
  src: url('fontello.eot?87589922#iefix') format('embedded-opentype'),
       url('fontello.woff?87589922') format('woff'),
       url('fontello.ttf?87589922') format('truetype'),
       url('fontello.svg?87589922#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="social-"]:before, [class*=" social-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: white;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 

.social-facebook:before { content: '\e802'; } /* '' */
.social-gplus:before { content: '\e803'; } /* '' */
.social-pinterest-circled:before { content: '\e804'; } /* '' */
.social-twitter:before { content: '\e801'; } /* '' */
.social-youtube-play:before { content: '\e800'; } /* '' */