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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'iconos';
    content: attr(data-icon);
    speak: none;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'iconos';
    font-style: normal;
    speak: none;
}
.icon-home:before { content: "\0021"; }
.icon-location:before { content: "\0024"; }
.icon-bluetooth:before { content: "\0025"; }
.icon-share:before { content: "\0026"; }
.icon-share-2:before { content: "\0027"; }
.icon-mail:before { content: "\0028"; }
.icon-google-plus:before { content: "\002b"; }
.icon-google-plus-2:before { content: "\002c"; }
.icon-facebook:before { content: "\002f"; }
.icon-facebook-2:before { content: "\0030"; }
.icon-twitter:before { content: "\0032"; }
.icon-twitter-2:before { content: "\0033"; }
.icon-feed:before { content: "\0035"; }
.icon-feed-2:before { content: "\0036"; }
.icon-youtube:before { content: "\0038"; }
.icon-vimeo:before { content: "\003a"; }
.icon-vimeo-2:before { content: "\003b"; }
.icon-flickr:before { content: "\003c"; }
.icon-flickr-2:before { content: "\003d"; }
.icon-youtube-2:before { content: "\0039"; }
.icon-libreoffice:before { content: "\0029"; }
.icon-file-pdf:before { content: "\002a"; }
.icon-file-openoffice:before { content: "\002d"; }
.icon-file-word:before { content: "\002e"; }
.icon-file-excel:before { content: "\0031"; }
.icon-file-zip:before { content: "\0034"; }
.icon-file-powerpoint:before { content: "\0037"; }
.icon-file-xml:before { content: "\003e"; }
.icon-file-css:before { content: "\003f"; }
.icon-x:before { content: "\0040"; }
.icon-checkmark:before { content: "\0041"; }
.icon-plus-alt:before { content: "\0042"; }
.icon-minus-alt:before { content: "\0043"; }
.icon-plus:before { content: "\0044"; }
.icon-minus:before { content: "\0045"; }
.icon-next:before { content: "\0022"; }
.icon-prev:before { content: "\0023"; }
