/*===================================================================*/
/* FONT AWESOME (ICON BUTTONS)
/*===================================================================*/
@font-face {
    font-family: 'FontAwesome';
    src: url(font/fontawesome-webfont_v-3.1.0.eot);
    src: url(font/fontawesome-webfont.eot) format('embedded-opentype'), url(font/fontawesome-webfont_v-3.1.0.woff) format('woff'), url(font/fontawesome-webfont_v-3.1.0.ttf) format('truetype'), url(font/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    }
    
/* ICONS CORE */
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    }
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    }

/* LINK ROLLOVER */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
    display: inline;
    }

.icon-arrow-down:before         {content: "\f063";}
.icon-arrow-left:before         {content: "\f060";}
.icon-arrow-right:before        {content: "\f061";}
.icon-arrow-up:before           {content: "\f062";}
.icon-bookmark:before           {content: "\f02e";}
.icon-camera:before             {content: "\f030";}
.icon-camera-retro:before       {content: "\f083";}
.icon-cloud:before              {content: "\f0c2";}
.icon-cloud-download:before     {content: "\f0ed";}
.icon-cloud-upload:before       {content: "\f0ee";}
.icon-code:before               {content: "\f121";}
.icon-coffee:before             {content: "\f0f4";}
.icon-cog:before                {content: "\f013";}
.icon-cogs:before               {content: "\f085";}
.icon-comments:before           {content: "\f086";}
.icon-envelope:before           {content: "\f003";}
.icon-eye-open:before           {content: "\f06e";}
.icon-exclamation-sign:before   {content: "\f06a";}
.icon-facebook:before           {content: "\f09a";}
.icon-file:before               {content: "\f016";}
.icon-film:before               {content: "\f008";}
.icon-globe:before              {content: "\f0ac";}
.icon-inbox:before              {content: "\f01c";}
.icon-link:before               {content: "\f0c1";}
.icon-magic:before              {content: "\f0d0";}
.icon-music:before              {content: "\f001";}
.icon-ok:before                 {content: "\f00c";}
.icon-pinterest:before          {content: "\f0d2";}
.icon-plus:before               {content: "\f067";}
.icon-refresh:before            {content: "\f021";}
.icon-rocket:before             {content: "\f135";}
.icon-remove:before             {content: "\f00d";}
.icon-rss:before                {content: "\f09e";}
.icon-search:before             {content: "\f002";}
.icon-shopping-cart:before      {content: "\f07a";}
.icon-signal:before             {content: "\f012";}
.icon-star:before               {content: "\f005";}
.icon-tasks:before              {content: "\f0ae";}
.icon-trophy:before             {content: "\f091";}
.icon-user:before               {content: "\f007";}
.icon-wrench:before             {content: "\f0ad";}