﻿
/*  =====================================================================
FONT-FACES
These are the new custom fonts used throughout the 3DCC. If you need to 
add fonts to the 3DCC it is recommended that you add them here.

PLEASE NOTE:
The 3DCC fully supported fonts below are the '3ds' and '3ds light' fonts.
The '3ds' font is the default font used throughout the 3DCC. The '3ds' 
and '3ds light' fonts have the 4 major font types we need to make 3ds 
fonts work across most browsers and mobile devices, without the user 
needing the fonts installed on their computer or device. These fonts 
can be applied and then modified via font weight and style to manifest 
text that is bold, italic, etc, to ensure full support. However, as time 
goes on, we should start using the custom fonts like '3ds Light' 
instead of just '3ds' with the font weight of 300. 
 
Moreover, in order to create specific font families using all fonts in 
the font directory (i.e. '3ds Bold'), we will need all font types for 
each font we want to fully support (i.e. eot, woff, ttf, svg). At a 
minimum, we are missing the SVGs for all fonts, but the original '3ds'
and '3ds Light' 
====================================================================== */

/* 3DS Primary Font
========================================
Fully supported      */
@font-face {
    font-family: '3ds';
    src: url('../fonts/DS_FY_Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DS_FY_Regular.eot?#DS_FY_Regular') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/DS_FY_Regular.woff') format('woff'), /* Modern Browsers */
     url('../fonts/DS_FY_Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../fonts/DS_FY_Regular.svg#DS_FY_Regular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/* 3DS Light
========================================
Fully supported      */
@font-face {
    font-family: '3ds Light';
    src: url('../fonts/DS_FY_Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DS_FY_Light.eot?#DS_FY_Light') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/DS_FY_Light.woff') format('woff'), /* Modern Browsers */
     url('../fonts/DS_FY_Light.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../fonts/DS_FY_Light.svg#DS_FY_Light') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/* 3DS Extra Light
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds ExtraLight';
    src: url('../fonts/3ds_extralight-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_extralight-webfont.eot?#3ds_extralight-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_extralight-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_extralight-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/* 3DS Extra Light Italic
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds ExtraLight Italic';
    src: url('../fonts/3ds_extralight_italic-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_extralight_italic-webfont.eot?#3ds_extralight_italic-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_extralight_italic-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_extralight_italic-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}


/* 3DS Bold
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds Bold';
    src: url('../fonts/3ds_bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_bold-webfont.eot?#3ds_bold-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_bold-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_bold-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}


/* 3DS Bold Italic
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds Bold Italic';
    src: url('../fonts/3ds_bold_italic-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_bold_italic-webfont.eot?#3ds_bold_italic-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_bold_italic-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_bold_italic-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/* 3DS Condensed
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds Condensed';
    src: url('../fonts/3ds_condensed_regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_condensed_regular-webfont.eot?#3ds_condensed_regular-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_condensed_regular-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_condensed_regular-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/* 3DS Condensed Bold
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds Condensed Bold';
    src: url('../fonts/3ds_condensed_bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_condensed_bold-webfont.eot?#3ds_condensed_bold-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_condensed_bold-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_condensed_bold-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/* 3DS Condensed Light
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds Condensed Light';
    src: url('../fonts/3ds_condensed_light-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_condensed_light-webfont.eot?#3ds_condensed_light-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_condensed_light-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_condensed_light-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/* 3DS Semi Bold Italic
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds Semi Bold Italic';
    src: url('../fonts/3ds_semibold_italic-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_semibold_italic-webfont.eot?#3ds_semibold_italic-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_semibold_italic-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_semibold_italic-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/* 3DS Italic
========================================
NOT fully supported until SVG obtained */
@font-face {
    font-family: '3ds Italic';
    src: url('../fonts/3ds_italic-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/3ds_italic-webfont.eot?#3ds_italic-webfont') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/3ds_italic-webfont.woff') format('woff'), /* Modern Browsers */
     url('../fonts/3ds_italic-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}




/*  =====================================================================
FONT fonticon
====================================================================== */
@font-face {
  font-family: entypo;
  src: url('../fonts/entypo.eot') format('embedded-opentype'),
       url('../fonts/entypo.woff') format('woff'),
       url('../fonts/entypo.ttf') format('truetype'),
       url('../fonts/entypo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fonticon {
  font-family: entypo;
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0 .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
}

/*
  COLOR
  ==================================================================== */
.fonticolor
{
    color:#1383bc;
} 
.fonticolorMessageNormal
{
    color:#6ebd45;
}
.fonticolorMessageWarning
{
    color:#FF7900;
}
.fonticolorMessageAlert
{
    color:#ea4f37;
}
.fonticolorMessageInfo
{
    color:#42a2da;
}

/*
  SIZING
  ==================================================================== */
  
.fonticon-2x {
  font-size: 2em;
}

.fonticon-3x {
  font-size: 3em;
}

.fonticon-4x {
  font-size: 4em;
}

.fonticon-5x {
  font-size: 5em;
}

/*
  ICONS REF
  ==================================================================== */

.fonticon-note:before { content: '\e91b'; } /* '' */
.fonticon-logo-db:before { content: '\e91a'; } /* '' */
.fonticon-music:before { content: '\e801'; } /* '' */
.fonticon-search:before { content: '\e802'; } /* '' */
.fonticon-flashlight:before { content: '\e803'; } /* '' */
.fonticon-mail:before { content: '\e804'; } /* '' */
.fonticon-heart:before { content: '\e805'; } /* '' */
.fonticon-heart-empty:before { content: '\e806'; } /* '' */
.fonticon-star:before { content: '\e807'; } /* '' */
.fonticon-star-empty:before { content: '\e808'; } /* '' */
.fonticon-user:before { content: '\e809'; } /* '' */
.fonticon-users:before { content: '\e80a'; } /* '' */
.fonticon-user-add:before { content: '\e80b'; } /* '' */
.fonticon-video:before { content: '\e80c'; } /* '' */
.fonticon-picture:before { content: '\e80d'; } /* '' */
.fonticon-camera:before { content: '\e80e'; } /* '' */
.fonticon-layout:before { content: '\e80f'; } /* '' */
.fonticon-menu:before { content: '\e810'; } /* '' */
.fonticon-check:before { content: '\e811'; } /* '' */
.fonticon-cancel:before { content: '\e812'; } /* '' */
.fonticon-cancel-circled:before { content: '\e813'; } /* '' */
.fonticon-cancel-squared:before { content: '\e814'; } /* '' */
.fonticon-plus:before { content: '\e815'; } /* '' */
.fonticon-plus-circled:before { content: '\e816'; } /* '' */
.fonticon-plus-squared:before { content: '\e817'; } /* '' */
.fonticon-minus:before { content: '\e818'; } /* '' */
.fonticon-minus-circled:before { content: '\e819'; } /* '' */
.fonticon-minus-squared:before { content: '\e81a'; } /* '' */
.fonticon-help:before { content: '\e81b'; } /* '' */
.fonticon-help-circled:before { content: '\e81c'; } /* '' */
.fonticon-info:before { content: '\e81d'; } /* '' */
.fonticon-info-circled:before { content: '\e81e'; } /* '' */
.fonticon-back:before { content: '\e81f'; } /* '' */
.fonticon-home:before { content: '\e820'; } /* '' */
.fonticon-link:before { content: '\e821'; } /* '' */
.fonticon-attach:before { content: '\e822'; } /* '' */
.fonticon-lock:before { content: '\e823'; } /* '' */
.fonticon-lock-open:before { content: '\e824'; } /* '' */
.fonticon-eye:before { content: '\e825'; } /* '' */
.fonticon-tag:before { content: '\e826'; } /* '' */
.fonticon-bookmark:before { content: '\e827'; } /* '' */
.fonticon-bookmarks:before { content: '\e828'; } /* '' */
.fonticon-flag:before { content: '\e829'; } /* '' */
.fonticon-thumbs-up:before { content: '\e82a'; } /* '' */
.fonticon-thumbs-down:before { content: '\e82b'; } /* '' */
.fonticon-download:before { content: '\e82c'; } /* '' */
.fonticon-upload:before { content: '\e82d'; } /* '' */
.fonticon-upload-cloud:before { content: '\e82e'; } /* '' */
.fonticon-reply:before { content: '\e82f'; } /* '' */
.fonticon-reply-all:before { content: '\e830'; } /* '' */
.fonticon-forward:before { content: '\e831'; } /* '' */
.fonticon-quote:before { content: '\e832'; } /* '' */
.fonticon-code:before { content: '\e833'; } /* '' */
.fonticon-export:before { content: '\e834'; } /* '' */
.fonticon-pencil:before { content: '\e835'; } /* '' */
.fonticon-feather:before { content: '\e836'; } /* '' */
.fonticon-print:before { content: '\e837'; } /* '' */
.fonticon-retweet:before { content: '\e838'; } /* '' */
.fonticon-keyboard:before { content: '\e839'; } /* '' */
.fonticon-comment:before { content: '\e83a'; } /* '' */
.fonticon-chat:before { content: '\e83b'; } /* '' */
.fonticon-bell:before { content: '\e83c'; } /* '' */
.fonticon-attention:before { content: '\e83d'; } /* '' */
.fonticon-alert:before { content: '\e83e'; } /* '' */
.fonticon-vcard:before { content: '\e83f'; } /* '' */
.fonticon-address:before { content: '\e840'; } /* '' */
.fonticon-location:before { content: '\e841'; } /* '' */
.fonticon-map:before { content: '\e842'; } /* '' */
.fonticon-direction:before { content: '\e843'; } /* '' */
.fonticon-compass:before { content: '\e844'; } /* '' */
.fonticon-cup:before { content: '\e845'; } /* '' */
.fonticon-trash:before { content: '\e846'; } /* '' */
.fonticon-doc:before { content: '\e847'; } /* '' */
.fonticon-docs:before { content: '\e848'; } /* '' */
.fonticon-doc-landscape:before { content: '\e849'; } /* '' */
.fonticon-doc-text:before { content: '\e84a'; } /* '' */
.fonticon-doc-text-inv:before { content: '\e84b'; } /* '' */
.fonticon-newspaper:before { content: '\e84c'; } /* '' */
.fonticon-book-open:before { content: '\e84d'; } /* '' */
.fonticon-book:before { content: '\e84e'; } /* '' */
.fonticon-folder:before { content: '\e84f'; } /* '' */
.fonticon-archive:before { content: '\e850'; } /* '' */
.fonticon-box:before { content: '\e851'; } /* '' */
.fonticon-rss:before { content: '\e852'; } /* '' */
.fonticon-phone:before { content: '\e853'; } /* '' */
.fonticon-cog:before { content: '\e854'; } /* '' */
.fonticon-tools:before { content: '\e855'; } /* '' */
.fonticon-share:before { content: '\e856'; } /* '' */
.fonticon-shareable:before { content: '\e857'; } /* '' */
.fonticon-basket:before { content: '\e858'; } /* '' */
.fonticon-bag:before { content: '\e859'; } /* '' */
.fonticon-calendar:before { content: '\e85a'; } /* '' */
.fonticon-login:before { content: '\e85b'; } /* '' */
.fonticon-logout:before { content: '\e85c'; } /* '' */
.fonticon-mic:before { content: '\e85d'; } /* '' */
.fonticon-mute:before { content: '\e85e'; } /* '' */
.fonticon-sound:before { content: '\e85f'; } /* '' */
.fonticon-volume:before { content: '\e860'; } /* '' */
.fonticon-clock:before { content: '\e861'; } /* '' */
.fonticon-hourglass:before { content: '\e862'; } /* '' */
.fonticon-lamp:before { content: '\e863'; } /* '' */
.fonticon-light-down:before { content: '\e864'; } /* '' */
.fonticon-light-up:before { content: '\e865'; } /* '' */
.fonticon-adjust:before { content: '\e866'; } /* '' */
.fonticon-block:before { content: '\e867'; } /* '' */
.fonticon-resize-full:before { content: '\e868'; } /* '' */
.fonticon-resize-small:before { content: '\e869'; } /* '' */
.fonticon-popup:before { content: '\e86a'; } /* '' */
.fonticon-publish:before { content: '\e86b'; } /* '' */
.fonticon-window:before { content: '\e86c'; } /* '' */
.fonticon-arrow-combo:before { content: '\e86d'; } /* '' */
.fonticon-down-circled:before { content: '\e86e'; } /* '' */
.fonticon-left-circled:before { content: '\e86f'; } /* '' */
.fonticon-right-circled:before { content: '\e870'; } /* '' */
.fonticon-up-circled:before { content: '\e871'; } /* '' */
.fonticon-down-open:before { content: '\e872'; } /* '' */
.fonticon-left-open:before { content: '\e873'; } /* '' */
.fonticon-right-open:before { content: '\e874'; } /* '' */
.fonticon-up-open:before { content: '\e875'; } /* '' */
.fonticon-down-open-mini:before { content: '\e876'; } /* '' */
.fonticon-left-open-mini:before { content: '\e877'; } /* '' */
.fonticon-right-open-mini:before { content: '\e878'; } /* '' */
.fonticon-up-open-mini:before { content: '\e879'; } /* '' */
.fonticon-down-open-big:before { content: '\e87a'; } /* '' */
.fonticon-left-open-big:before { content: '\e87b'; } /* '' */
.fonticon-right-open-big:before { content: '\e87c'; } /* '' */
.fonticon-up-open-big:before { content: '\e87d'; } /* '' */
.fonticon-down:before { content: '\e87e'; } /* '' */
.fonticon-left:before { content: '\e87f'; } /* '' */
.fonticon-right:before { content: '\e880'; } /* '' */
.fonticon-up:before { content: '\e881'; } /* '' */
.fonticon-down-dir:before { content: '\e882'; } /* '' */
.fonticon-left-dir:before { content: '\e883'; } /* '' */
.fonticon-right-dir:before { content: '\e884'; } /* '' */
.fonticon-up-dir:before { content: '\e885'; } /* '' */
.fonticon-down-bold:before { content: '\e886'; } /* '' */
.fonticon-left-bold:before { content: '\e887'; } /* '' */
.fonticon-right-bold:before { content: '\e888'; } /* '' */
.fonticon-up-bold:before { content: '\e889'; } /* '' */
.fonticon-down-thin:before { content: '\e88a'; } /* '' */
.fonticon-left-thin:before { content: '\e88b'; } /* '' */
.fonticon-right-thin:before { content: '\e88c'; } /* '' */
.fonticon-note-beamed:before { content: '\e800'; } /* '' */
.fonticon-ccw:before { content: '\e88e'; } /* '' */
.fonticon-cw:before { content: '\e88f'; } /* '' */
.fonticon-arrows-ccw:before { content: '\e890'; } /* '' */
.fonticon-level-down:before { content: '\e891'; } /* '' */
.fonticon-level-up:before { content: '\e892'; } /* '' */
.fonticon-shuffle:before { content: '\e893'; } /* '' */
.fonticon-loop:before { content: '\e894'; } /* '' */
.fonticon-switch:before { content: '\e895'; } /* '' */
.fonticon-play:before { content: '\e896'; } /* '' */
.fonticon-stop:before { content: '\e897'; } /* '' */
.fonticon-pause:before { content: '\e898'; } /* '' */
.fonticon-record:before { content: '\e899'; } /* '' */
.fonticon-to-end:before { content: '\e89a'; } /* '' */
.fonticon-to-start:before { content: '\e89b'; } /* '' */
.fonticon-fast-forward:before { content: '\e89c'; } /* '' */
.fonticon-fast-backward:before { content: '\e89d'; } /* '' */
.fonticon-progress-0:before { content: '\e89e'; } /* '' */
.fonticon-progress-1:before { content: '\e89f'; } /* '' */
.fonticon-progress-2:before { content: '\e8a0'; } /* '' */
.fonticon-progress-3:before { content: '\e8a1'; } /* '' */
.fonticon-target:before { content: '\e8a2'; } /* '' */
.fonticon-palette:before { content: '\e8a3'; } /* '' */
.fonticon-list:before { content: '\e8a4'; } /* '' */
.fonticon-list-add:before { content: '\e8a5'; } /* '' */
.fonticon-signal:before { content: '\e8a6'; } /* '' */
.fonticon-trophy:before { content: '\e8a7'; } /* '' */
.fonticon-battery:before { content: '\e8a8'; } /* '' */
.fonticon-back-in-time:before { content: '\e8a9'; } /* '' */
.fonticon-monitor:before { content: '\e8aa'; } /* '' */
.fonticon-mobile:before { content: '\e8ab'; } /* '' */
.fonticon-network:before { content: '\e8ac'; } /* '' */
.fonticon-cd:before { content: '\e8ad'; } /* '' */
.fonticon-inbox:before { content: '\e8ae'; } /* '' */
.fonticon-install:before { content: '\e8af'; } /* '' */
.fonticon-globe:before { content: '\e8b0'; } /* '' */
.fonticon-cloud:before { content: '\e8b1'; } /* '' */
.fonticon-cloud-thunder:before { content: '\e8b2'; } /* '' */
.fonticon-flash:before { content: '\e8b3'; } /* '' */
.fonticon-moon:before { content: '\e8b4'; } /* '' */
.fonticon-flight:before { content: '\e8b5'; } /* '' */
.fonticon-paper-plane:before { content: '\e8b6'; } /* '' */
.fonticon-leaf:before { content: '\e8b7'; } /* '' */
.fonticon-lifebuoy:before { content: '\e8b8'; } /* '' */
.fonticon-mouse:before { content: '\e8b9'; } /* '' */
.fonticon-briefcase:before { content: '\e8ba'; } /* '' */
.fonticon-suitcase:before { content: '\e8bb'; } /* '' */
.fonticon-dot:before { content: '\e8bc'; } /* '' */
.fonticon-dot-2:before { content: '\e8bd'; } /* '' */
.fonticon-dot-3:before { content: '\e8be'; } /* '' */
.fonticon-brush:before { content: '\e8bf'; } /* '' */
.fonticon-magnet:before { content: '\e8c0'; } /* '' */
.fonticon-infinity:before { content: '\e8c1'; } /* '' */
.fonticon-erase:before { content: '\e8c2'; } /* '' */
.fonticon-chart-pie:before { content: '\e8c3'; } /* '' */
.fonticon-chart-line:before { content: '\e8c4'; } /* '' */
.fonticon-chart-bar:before { content: '\e8c5'; } /* '' */
.fonticon-chart-area:before { content: '\e8c6'; } /* '' */
.fonticon-tape:before { content: '\e8c7'; } /* '' */
.fonticon-graduation-cap:before { content: '\e8c8'; } /* '' */
.fonticon-language:before { content: '\e8c9'; } /* '' */
.fonticon-ticket:before { content: '\e8ca'; } /* '' */
.fonticon-water:before { content: '\e8cb'; } /* '' */
.fonticon-droplet:before { content: '\e8cc'; } /* '' */
.fonticon-air:before { content: '\e8cd'; } /* '' */
.fonticon-credit-card:before { content: '\e8ce'; } /* '' */
.fonticon-floppy:before { content: '\e8cf'; } /* '' */
.fonticon-clipboard:before { content: '\e8d0'; } /* '' */
.fonticon-megaphone:before { content: '\e8d1'; } /* '' */
.fonticon-database:before { content: '\e8d2'; } /* '' */
.fonticon-drive:before { content: '\e8d3'; } /* '' */
.fonticon-bucket:before { content: '\e8d4'; } /* '' */
.fonticon-thermometer:before { content: '\e8d5'; } /* '' */
.fonticon-key:before { content: '\e8d6'; } /* '' */
.fonticon-flow-cascade:before { content: '\e8d7'; } /* '' */
.fonticon-flow-branch:before { content: '\e8d8'; } /* '' */
.fonticon-flow-tree:before { content: '\e8d9'; } /* '' */
.fonticon-flow-line:before { content: '\e8da'; } /* '' */
.fonticon-flow-parallel:before { content: '\e8db'; } /* '' */
.fonticon-rocket:before { content: '\e8dc'; } /* '' */
.fonticon-gauge:before { content: '\e8dd'; } /* '' */
.fonticon-traffic-cone:before { content: '\e8de'; } /* '' */
.fonticon-cc:before { content: '\e8df'; } /* '' */
.fonticon-cc-by:before { content: '\e8e0'; } /* '' */
.fonticon-cc-nc:before { content: '\e8e1'; } /* '' */
.fonticon-cc-nc-eu:before { content: '\e8e2'; } /* '' */
.fonticon-cc-nc-jp:before { content: '\e8e3'; } /* '' */
.fonticon-cc-sa:before { content: '\e8e4'; } /* '' */
.fonticon-cc-nd:before { content: '\e8e5'; } /* '' */
.fonticon-cc-pd:before { content: '\e8e6'; } /* '' */
.fonticon-cc-zero:before { content: '\e8e7'; } /* '' */
.fonticon-cc-share:before { content: '\e8e8'; } /* '' */
.fonticon-cc-remix:before { content: '\e8e9'; } /* '' */
.fonticon-github:before { content: '\e8ea'; } /* '' */
.fonticon-github-circled:before { content: '\e8eb'; } /* '' */
.fonticon-flickr:before { content: '\e8ec'; } /* '' */
.fonticon-flickr-circled:before { content: '\e8ed'; } /* '' */
.fonticon-vimeo:before { content: '\e8ee'; } /* '' */
.fonticon-vimeo-circled:before { content: '\e8ef'; } /* '' */
.fonticon-twitter:before { content: '\e8f0'; } /* '' */
.fonticon-twitter-circled:before { content: '\e8f1'; } /* '' */
.fonticon-facebook:before { content: '\e8f2'; } /* '' */
.fonticon-facebook-circled:before { content: '\e8f3'; } /* '' */
.fonticon-facebook-squared:before { content: '\e8f4'; } /* '' */
.fonticon-gplus:before { content: '\e8f5'; } /* '' */
.fonticon-gplus-circled:before { content: '\e8f6'; } /* '' */
.fonticon-pinterest:before { content: '\e8f7'; } /* '' */
.fonticon-pinterest-circled:before { content: '\e8f8'; } /* '' */
.fonticon-tumblr:before { content: '\e8f9'; } /* '' */
.fonticon-tumblr-circled:before { content: '\e8fa'; } /* '' */
.fonticon-linkedin:before { content: '\e8fb'; } /* '' */
.fonticon-linkedin-circled:before { content: '\e8fc'; } /* '' */
.fonticon-dribbble:before { content: '\e8fd'; } /* '' */
.fonticon-dribbble-circled:before { content: '\e8fe'; } /* '' */
.fonticon-stumbleupon:before { content: '\e8ff'; } /* '' */
.fonticon-stumbleupon-circled:before { content: '\e900'; } /* '' */
.fonticon-lastfm:before { content: '\e901'; } /* '' */
.fonticon-lastfm-circled:before { content: '\e902'; } /* '' */
.fonticon-rdio:before { content: '\e903'; } /* '' */
.fonticon-rdio-circled:before { content: '\e904'; } /* '' */
.fonticon-spotify:before { content: '\e905'; } /* '' */
.fonticon-spotify-circled:before { content: '\e906'; } /* '' */
.fonticon-qq:before { content: '\e907'; } /* '' */
.fonticon-instagram:before { content: '\e908'; } /* '' */
.fonticon-dropbox:before { content: '\e909'; } /* '' */
.fonticon-evernote:before { content: '\e90a'; } /* '' */
.fonticon-flattr:before { content: '\e90b'; } /* '' */
.fonticon-skype:before { content: '\e90c'; } /* '' */
.fonticon-skype-circled:before { content: '\e90d'; } /* '' */
.fonticon-renren:before { content: '\e90e'; } /* '' */
.fonticon-sina-weibo:before { content: '\e90f'; } /* '' */
.fonticon-paypal:before { content: '\e910'; } /* '' */
.fonticon-picasa:before { content: '\e911'; } /* '' */
.fonticon-soundcloud:before { content: '\e912'; } /* '' */
.fonticon-mixi:before { content: '\e913'; } /* '' */
.fonticon-behance:before { content: '\e914'; } /* '' */
.fonticon-google-circles:before { content: '\e915'; } /* '' */
.fonticon-vkontakte:before { content: '\e916'; } /* '' */
.fonticon-smashing:before { content: '\e917'; } /* '' */
.fonticon-sweden:before { content: '\e918'; } /* '' */
.fonticon-db-shape:before { content: '\e919'; } /* '' */
.fonticon-up-thin:before { content: '\e88d'; } /* '' */
