/* Retro Icons */

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

/* Fix ugly font rendering */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'retro-icons';
            src: url('retro-icons.svg#retro-icons') format('svg');
    }
}

/* Removed !important for making it compatible with 3rd party plugins like Wordpress Icons - SVG */
[data-icon]:before {
  font-family: "retro-icons";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="retroicon-"]:before,
[class*=" retroicon-"]:before {
  font-family: "retro-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.retroicon-banknote:before {
  content: "\61";
}
.retroicon-bubble:before {
  content: "\62";
}
.retroicon-bulb:before {
  content: "\63";
}
.retroicon-calendar:before {
  content: "\64";
}
.retroicon-camera:before {
  content: "\65";
}
.retroicon-clip:before {
  content: "\66";
}
.retroicon-clock:before {
  content: "\67";
}
.retroicon-cloud:before {
  content: "\68";
}
.retroicon-cup:before {
  content: "\69";
}
.retroicon-data:before {
  content: "\6a";
}
.retroicon-diamond:before {
  content: "\6b";
}
.retroicon-display:before {
  content: "\6c";
}
.retroicon-eye:before {
  content: "\6d";
}
.retroicon-note:before {
  content: "\6e";
}
.retroicon-news:before {
  content: "\6f";
}
.retroicon-megaphone:before {
  content: "\70";
}
.retroicon-music:before {
  content: "\71";
}
.retroicon-mail:before {
  content: "\72";
}
.retroicon-lock:before {
  content: "\73";
}
.retroicon-location:before {
  content: "\74";
}
.retroicon-like:before {
  content: "\75";
}
.retroicon-lab:before {
  content: "\76";
}
.retroicon-key:before {
  content: "\77";
}
.retroicon-heart:before {
  content: "\78";
}
.retroicon-food:before {
  content: "\79";
}
.retroicon-fire:before {
  content: "\7a";
}
.retroicon-paperplane:before {
  content: "\41";
}
.retroicon-params:before {
  content: "\42";
}
.retroicon-pen:before {
  content: "\43";
}
.retroicon-phone:before {
  content: "\44";
}
.retroicon-photo:before {
  content: "\45";
}
.retroicon-search:before {
  content: "\46";
}
.retroicon-settings:before {
  content: "\47";
}
.retroicon-shop:before {
  content: "\48";
}
.retroicon-sound:before {
  content: "\49";
}
.retroicon-stack:before {
  content: "\4a";
}
.retroicon-star:before {
  content: "\4b";
}
.retroicon-study:before {
  content: "\4c";
}
.retroicon-t-shirt:before {
  content: "\4d";
}
.retroicon-tag:before {
  content: "\4e";
}
.retroicon-trash:before {
  content: "\4f";
}
.retroicon-truck:before {
  content: "\50";
}
.retroicon-tv:before {
  content: "\51";
}
.retroicon-user:before {
  content: "\52";
}
.retroicon-vallet:before {
  content: "\53";
}
.retroicon-video:before {
  content: "\54";
}
.retroicon-vynil:before {
  content: "\55";
}
.retroicon-world:before {
  content: "\56";
}
.retroicon-twitter:before {
  content: "\57";
}
.retroicon-skype:before {
  content: "\58";
}
.retroicon-dribbble:before {
  content: "\59";
}
.retroicon-tumblr:before {
  content: "\5a";
}
.retroicon-dropbox:before {
  content: "\30";
}
.retroicon-flickr:before {
  content: "\31";
}
.retroicon-youtube:before {
  content: "\33";
}
.retroicon-linkedin:before {
  content: "\34";
}
.retroicon-gplus:before {
  content: "\35";
}
.retroicon-pinterest:before {
  content: "\36";
}
.retroicon-instagram:before {
  content: "\37";
}
.retroicon-email:before {
  content: "\38";
}
.retroicon-github-1:before {
  content: "\39";
}
.retroicon-facebook:before {
  content: "\22";
}
.retroicon-chevron-left:before {
  content: "\32";
}
.retroicon-chevron-right:before {
  content: "\21";
}
.retroicon-folder:before {
  content: "\25";
}
.retroicon-gallery:before {
  content: "\23";
}
.retroicon-alert:before {
  content: "\24";
}
.retroicon-prohibited:before {
  content: "\26";
}
.retroicon-behance:before {
  content: "\27";
}
.retroicon-vimeo:before {
  content: "\28";
}