@font-face {
  font-family: 'fontello';
  src: url('polices/fontello.eot?33356746');
  src: url('polices/fontello.eot?33356746#iefix') format('embedded-opentype'),
       url('polices/fontello.woff?33356746') format('woff'),
       url('polices/fontello.ttf?33356746') format('truetype'),
       url('polices/fontello.svg?33356746#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'LatoBlack';
    src: url('polices/Lato-Bla-webfont.eot');
    src: url('polices/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/Lato-Bla-webfont.woff') format('woff'),
         url('polices/Lato-Bla-webfont.ttf') format('truetype'),
         url('polices/Lato-Bla-webfont.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ICONE */

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	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); */
}

.icon-home:before { content: '\75'; } /* 'u' */
.icon-menu:before { content: '\72'; } /* 'r' */
.icon-check:before { content: '\74'; } /* 't' */
.icon-cancel:before { content: '\79'; } /* 'y' */
.icon-user-add:before { content: '\65'; } /* 'e' */
.icon-reply:before { content: '\42'; } /* 'B' */
.icon-down-open:before { content: '\70'; } /* 'p' */
.icon-left-open:before { content: '\71'; } /* 'q' */
.icon-right-open:before { content: '\73'; } /* 's' */
.icon-up-open:before { content: '\64'; } /* 'd' */
.icon-left-open-mini:before { content: '\66'; } /* 'f' */
.icon-right-open-mini:before { content: '\67'; } /* 'g' */
.icon-left-open-big:before { content: '\3c'; } /* '&lt;' */
.icon-right-open-big:before { content: '\3e'; } /* '&gt;' */
.icon-facebook:before { content: '\46'; } /* 'F' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-user:before { content: '\61'; } /* 'a' */
.icon-users:before { content: '\7a'; } /* 'z' */
.icon-lock:before { content: '\69'; } /* 'i' */
.icon-lock-open:before { content: '\6f'; } /* 'o' */
.icon-clock:before { content: '\48'; } /* 'H' */