/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */

    /* changed the dashes into underscores ( - >> _ )
    by B. Stich for Pure Joomla! Pro Template Club to allow for simple find and replace 
    of text strings using regex and jquery plugin replaceText.
    */
    
@font-face {
    font-family: 'FontAwesome';
    src: url('font-awesome/fontawesome-webfont.eot');
    src: url('font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('font-awesome/fontawesome-webfont.woff') format('woff'), url('font-awesome/fontawesome-webfont.ttf') format('truetype'), url('font-awesome/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('font-awesome/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* sprites.less reset */
i[class^="icon_"], i[class*=" icon_"] {
    display: inline-block!important;
    width: 1.1em!important;
    height: auto;
    margin:0!important;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    text-indent:0!important;
    font-size: 1.2em;
    text-align:center;
    
}

li[class^="icon_"], li[class*=" icon_"] {
    display: block;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon_"]:before, [class*=" icon_"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
a [class^="icon_"], a [class*=" icon_"] {
    display: inline-block;
    text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon_large:before {
    vertical-align: top;
    font-size: 1.3333333333333333em;
}
.btn [class^="icon_"], .btn [class*=" icon_"] {
    /* keeps button heights with and without icons the same */
    line-height: .9em;
}
li [class^="icon_"], li [class*=" icon_"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li .icon_large[class^="icon_"], li .icon_large[class*=" icon_"] {
    /* 1.5 increased font size for icon_large * 1.25 width */
    width: 1.875em;
}
li[class^="icon_"], li[class*=" icon_"] {
    margin-left: 0;
    list-style-type: none;
}
li[class^="icon_"]:before, li[class*=" icon_"]:before {
    text-indent: -2em;
    text-align: center;
}
li[class^="icon_"].icon_large:before, li[class*=" icon_"].icon_large:before {
    text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon_glass:before              { content: "\f000"; }
.icon_music:before              { content: "\f001"; }
.icon_search:before             { content: "\f002"; }
.icon_envelope:before           { content: "\f003"; }
.icon_heart:before              { content: "\f004"; }
.icon_star:before               { content: "\f005"; }
.icon_star_empty:before         { content: "\f006"; }
.icon_user:before               { content: "\f007"; }
.icon_film:before               { content: "\f008"; }
.icon_th_large:before           { content: "\f009"; }
.icon_th:before                 { content: "\f00a"; }
.icon_th_list:before            { content: "\f00b"; }
.icon_ok:before                 { content: "\f00c"; }
.icon_remove:before             { content: "\f00d"; }
.icon_zoom_in:before            { content: "\f00e"; }

.icon_zoom_out:before           { content: "\f010"; }
.icon_off:before                { content: "\f011"; }
.icon_signal:before             { content: "\f012"; }
.icon_cog:before                { content: "\f013"; }
.icon_trash:before              { content: "\f014"; }
.icon_home:before               { content: "\f015"; }
.icon_file:before               { content: "\f016"; }
.icon_time:before               { content: "\f017"; }
.icon_road:before               { content: "\f018"; }
.icon_download_alt:before       { content: "\f019"; }
.icon_download:before           { content: "\f01a"; }
.icon_upload:before             { content: "\f01b"; }
.icon_inbox:before              { content: "\f01c"; }
.icon_play_circle:before        { content: "\f01d"; }
.icon_repeat:before             { content: "\f01e"; }

/* \f020 is not a valid unicode character. all shifted one down */
.icon_refresh:before            { content: "\f021"; }
.icon_list_alt:before           { content: "\f022"; }
.icon_lock:before               { content: "\f023"; }
.icon_flag:before               { content: "\f024"; }
.icon_headphones:before         { content: "\f025"; }
.icon_volume_off:before         { content: "\f026"; }
.icon_volume_down:before        { content: "\f027"; }
.icon_volume_up:before          { content: "\f028"; }
.icon_qrcode:before             { content: "\f029"; }
.icon_barcode:before            { content: "\f02a"; }
.icon_tag:before                { content: "\f02b"; }
.icon_tags:before               { content: "\f02c"; }
.icon_book:before               { content: "\f02d"; }
.icon_bookmark:before           { content: "\f02e"; }
.icon_print:before              { content: "\f02f"; }

.icon_camera:before             { content: "\f030"; }
.icon_font:before               { content: "\f031"; }
.icon_bold:before               { content: "\f032"; }
.icon_italic:before             { content: "\f033"; }
.icon_text_height:before        { content: "\f034"; }
.icon_text_width:before         { content: "\f035"; }
.icon_align_left:before         { content: "\f036"; }
.icon_align_center:before       { content: "\f037"; }
.icon_align_right:before        { content: "\f038"; }
.icon_align_justify:before      { content: "\f039"; }
.icon_list:before               { content: "\f03a"; }
.icon_indent_left:before        { content: "\f03b"; }
.icon_indent_right:before       { content: "\f03c"; }
.icon_facetime_video:before     { content: "\f03d"; }
.icon_picture:before            { content: "\f03e"; }

.icon_pencil:before             { content: "\f040"; }
.icon_map_marker:before         { content: "\f041"; }
.icon_adjust:before             { content: "\f042"; }
.icon_tint:before               { content: "\f043"; }
.icon_edit:before               { content: "\f044"; }
.icon_share:before              { content: "\f045"; }
.icon_check:before              { content: "\f046"; }
.icon_move:before               { content: "\f047"; }
.icon_step_backward:before      { content: "\f048"; }
.icon_fast_backward:before      { content: "\f049"; }
.icon_backward:before           { content: "\f04a"; }
.icon_play:before               { content: "\f04b"; }
.icon_pause:before              { content: "\f04c"; }
.icon_stop:before               { content: "\f04d"; }
.icon_forward:before            { content: "\f04e"; }

.icon_fast_forward:before       { content: "\f050"; }
.icon_step_forward:before       { content: "\f051"; }
.icon_eject:before              { content: "\f052"; }
.icon_chevron_left:before       { content: "\f053"; }
.icon_chevron_right:before      { content: "\f054"; }
.icon_plus_sign:before          { content: "\f055"; }
.icon_minus_sign:before         { content: "\f056"; }
.icon_remove_sign:before        { content: "\f057"; }
.icon_ok_sign:before            { content: "\f058"; }
.icon_question_sign:before      { content: "\f059"; }
.icon_info_sign:before          { content: "\f05a"; }
.icon_screenshot:before         { content: "\f05b"; }
.icon_remove_circle:before      { content: "\f05c"; }
.icon_ok_circle:before          { content: "\f05d"; }
.icon_ban_circle:before         { content: "\f05e"; }

.icon_arrow_left:before         { content: "\f060"; }
.icon_arrow_right:before        { content: "\f061"; }
.icon_arrow_up:before           { content: "\f062"; }
.icon_arrow_down:before         { content: "\f063"; }
.icon_share_alt:before          { content: "\f064"; }
.icon_resize_full:before        { content: "\f065"; }
.icon_resize_small:before       { content: "\f066"; }
.icon_plus:before               { content: "\f067"; }
.icon_minus:before              { content: "\f068"; }
.icon_asterisk:before           { content: "\f069"; }
.icon_exclamation_sign:before   { content: "\f06a"; }
.icon_gift:before               { content: "\f06b"; }
.icon_leaf:before               { content: "\f06c"; }
.icon_fire:before               { content: "\f06d"; }
.icon_eye_open:before           { content: "\f06e"; }

.icon_eye_close:before          { content: "\f070"; }
.icon_warning_sign:before       { content: "\f071"; }
.icon_plane:before              { content: "\f072"; }
.icon_calendar:before           { content: "\f073"; }
.icon_random:before             { content: "\f074"; }
.icon_comment:before            { content: "\f075"; }
.icon_magnet:before             { content: "\f076"; }
.icon_chevron_up:before         { content: "\f077"; }
.icon_chevron_down:before       { content: "\f078"; }
.icon_retweet:before            { content: "\f079"; }
.icon_shopping_cart:before      { content: "\f07a"; }
.icon_folder_close:before       { content: "\f07b"; }
.icon_folder_open:before        { content: "\f07c"; }
.icon_resize_vertical:before    { content: "\f07d"; }
.icon_resize_horizontal:before  { content: "\f07e"; }

.icon_bar_chart:before          { content: "\f080"; }
.icon_twitter_sign:before       { content: "\f081"; }
.icon_facebook_sign:before      { content: "\f082"; }
.icon_camera_retro:before       { content: "\f083"; }
.icon_key:before                { content: "\f084"; }
.icon_cogs:before               { content: "\f085"; }
.icon_comments:before           { content: "\f086"; }
.icon_thumbs_up:before          { content: "\f087"; }
.icon_thumbs_down:before        { content: "\f088"; }
.icon_star_half:before          { content: "\f089"; }
.icon_heart_empty:before        { content: "\f08a"; }
.icon_signout:before            { content: "\f08b"; }
.icon_linkedin_sign:before      { content: "\f08c"; }
.icon_pushpin:before            { content: "\f08d"; }
.icon_external_link:before      { content: "\f08e"; }

.icon_signin:before             { content: "\f090"; }
.icon_trophy:before             { content: "\f091"; }
.icon_github_sign:before        { content: "\f092"; }
.icon_upload_alt:before         { content: "\f093"; }
.icon_lemon:before              { content: "\f094"; }





