/*******************************
             Icon
*******************************/

@font-face { font-family: 'Icons'; src: url("../fonts/icons.eot"); src: url("../fonts/icons.eot?#iefix") format('embedded-opentype'), url("../fonts/icons.svg#icons") format('svg'), url("../fonts/icons.woff") format('woff'), url("../fonts/icons.ttf") format('truetype'); font-style: normal; font-weight: normal; font-variant: normal; text-decoration: inherit; text-transform: none;}
i.icon { display: inline-block; opacity: 1; margin: 0em 0.25rem 0em 0em; width: 1.23em; height: 0.9em; font-family: 'Icons'; font-style: normal; line-height: 1; font-weight: normal; text-decoration: inherit; text-align: center; speak: none; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
i.icon:before { background: none !important;}
/*******************************
             Types
*******************************/

/*--------------
    Loading
---------------*/

i.icon.loading { height: 1em; -webkit-animation: icon-loading 2s linear infinite; animation: icon-loading 2s linear infinite;}
@-webkit-keyframes icon-loading { from {   -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  to {   -webkit-transform: rotate(360deg);   transform: rotate(360deg); }
}
@keyframes icon-loading { from {   -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  to {   -webkit-transform: rotate(360deg);   transform: rotate(360deg); }
}
/*******************************
             States
*******************************/

i.icon.hover { opacity: 1;}
i.icon.active { opacity: 1;}
i.emphasized.icon { opacity: 1;}
i.disabled.icon { pointer-events: none; opacity: 0.3 !important;}
/*******************************
           Variations
*******************************/

/*-------------------
         Link
--------------------*/

i.link.icon { cursor: pointer; opacity: 0.8; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;}
i.link.icon:hover { opacity: 1 !important;}
/*-------------------
      Circular
--------------------*/

i.circular.icon { border-radius: 500em !important; padding: 0.5em 0.35em !important; box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset; line-height: 1 !important; width: 2em !important; height: 2em !important;}
i.circular.inverted.icon { border: none; box-shadow: none;}
/*-------------------
      Flipped
--------------------*/

i.flipped.icon,
i.horizontally.flipped.icon { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1);}
i.vertically.flipped.icon { -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1);}
/*-------------------
      Rotated
--------------------*/

i.rotated.icon,
i.right.rotated.icon,
i.clockwise.rotated.icon { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}
i.left.rotated.icon,
i.counterclockwise.rotated.icon { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);}
/*-------------------
      Bordered
--------------------*/

i.bordered.icon { width: 2em; height: 2em; padding: 0.55em 0.385em !important; box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset; vertical-align: baseline;}
i.bordered.inverted.icon { border: none; box-shadow: none;}
/*-------------------
       Colors
--------------------*/

i.white.icon { color: #ffffff !important;}
i.black.icon { color: #1b1c1d !important;}
i.blue.icon { color: #3b83c0 !important;}
i.green.icon { color: #5bbd72 !important;}
i.orange.icon { color: #e07b53 !important;}
i.pink.icon { color: #d9499a !important;}
i.purple.icon { color: #564f8a !important;}
i.red.icon { color: #d95c5c !important;}
i.teal.icon { color: #00b5ad !important;}
i.yellow.icon { color: #f2c61f !important;}
/*-------------------
      Inverted
--------------------*/

i.inverted.icon { color: #ffffff;}
i.inverted.black.icon { color: #333333 !important;}
i.inverted.blue.icon { color: #54c8ff !important;}
i.inverted.green.icon { color: #2ecc40 !important;}
i.inverted.orange.icon { color: #ff851b !important;}
i.inverted.pink.icon { color: #ff8edf !important;}
i.inverted.purple.icon { color: #cdc6ff !important;}
i.inverted.red.icon { color: #ff695e !important;}
i.inverted.teal.icon { color: #6dffff !important;}
i.inverted.yellow.icon { color: #ffe21f !important;}
/* Inverted Shapes */

i.inverted.bordered.icon,
i.inverted.circular.icon { background-color: #222222 !important; color: #FFFFFF !important;}
i.inverted.bordered.black.icon,
i.inverted.circular.black.icon { background-color: #1b1c1d !important; color: #FFFFFF !important;}
i.inverted.bordered.blue.icon,
i.inverted.circular.blue.icon { background-color: #3b83c0 !important; color: #FFFFFF !important;}
i.inverted.bordered.green.icon,
i.inverted.circular.green.icon { background-color: #5bbd72 !important; color: #FFFFFF !important;}
i.inverted.bordered.orange.icon,
i.inverted.circular.orange.icon { background-color: #e07b53 !important; color: #FFFFFF !important;}
i.inverted.bordered.pink.icon,
i.inverted.circular.pink.icon { background-color: #d9499a !important; color: #FFFFFF !important;}
i.inverted.bordered.purple.icon,
i.inverted.circular.purple.icon { background-color: #564f8a !important; color: #FFFFFF !important;}
i.inverted.bordered.red.icon,
i.inverted.circular.red.icon { background-color: #d95c5c !important; color: #FFFFFF !important;}
i.inverted.bordered.teal.icon,
i.inverted.circular.teal.icon { background-color: #00b5ad !important; color: #FFFFFF !important;}
i.inverted.bordered.yellow.icon,
i.inverted.circular.yellow.icon { background-color: #f2c61f !important; color: #FFFFFF !important;}
/*-------------------
        Sizes
--------------------*/

i.small.icon { font-size: 0.875em;}
i.icon { font-size: 1em;}
i.large.icon { font-size: 1.5em; vertical-align: middle;}
i.big.icon { font-size: 2em; vertical-align: middle;}
i.huge.icon { font-size: 4em; vertical-align: middle;}
i.massive.icon { font-size: 8em; vertical-align: middle;}

/*
 * # Semantic - Icon
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*
 *  Font Awesome 4.0.3
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fon.io.  Stay up to date on Twitter at
 *  http://twitter.com/fon.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL



/*******************************

Semantic-UI integration of font-awesome :

///class names are separated
i.icon.circle => i.icon.circle
i.icon.circle-o => i.icon.circle.outline

//abbreviation are replaced by full letters:
i.icon.ellipsis-h => i.icon.ellipsis.horizontal
i.icon.ellipsis-v => i.icon.ellipsis.vertical
.alpha => .i.icon.alphabet
.asc => .i.icon.ascending
.desc => .i.icon.descending
.alt =>.alternate

ASCII order is conserved for easier maintenance.

Icons that only have one style 'outline', 'square' etc do not require this class
for instance `lemon icon` not `lemon outline icon` since there is only one lemon

*******************************/

/*******************************
            Icons
*******************************/

/* Web Content */

i.icon.search:before { content: "\f002";}
i.icon.mail.outline:before { content: "\f003";}
i.icon.external.link:before { content: "\f08e";}
i.icon.wifi:before { content: "\f012";}
i.icon.setting:before { content: "\f013";}
i.icon.home:before { content: "\f015";}
i.icon.inbox:before { content: "\f01c";}
i.icon.browser:before { content: "\f022";}
i.icon.tag:before { content: "\f02b";}
i.icon.tags:before { content: "\f02c";}
i.icon.calendar:before { content: "\f073";}
i.icon.comment:before { content: "\f075";}
i.icon.comments:before { content: "\f086";}
i.icon.shop:before { content: "\f07a";}
i.icon.privacy:before { content: "\f084";}
i.icon.settings:before { content: "\f085";}
i.icon.trophy:before { content: "\f091";}
i.icon.payment:before { content: "\f09d";}
i.icon.feed:before { content: "\f09e";}
i.icon.alarm.outline:before { content: "\f0a2";}
i.icon.tasks:before { content: "\f0ae";}
i.icon.cloud:before { content: "\f0c2";}
i.icon.lab:before { content: "\f0c3";}
i.icon.mail:before { content: "\f0e0";}
i.icon.idea:before { content: "\f0eb";}
i.icon.dashboard:before { content: "\f0e4";}
i.icon.sitemap:before { content: "\f0e8";}
i.icon.alarm:before { content: "\f0f3";}
i.icon.terminal:before { content: "\f120";}
i.icon.code:before { content: "\f121";}
i.icon.protect:before { content: "\f132";}
i.icon.calendar.outline:before { content: "\f133";}
i.icon.ticket:before { content: "\f145";}
i.icon.external.link.square:before { content: "\f14c";}
i.icon.map:before { content: "\f14e";}
i.icon.bug:before { content: "\f188";}
i.icon.mail.square:before { content: "\f199";}
i.icon.history:before { content: "\f1da";}
i.icon.options:before { content: "\f1de";}
i.icon.comment.outline:before { content: "\f0e5";}
i.icon.comments.outline:before { content: "\f0e6";}
/* User Actions */

i.icon.download:before { content: "\f019";}
i.icon.repeat:before { content: "\f01e";}
i.icon.refresh:before { content: "\f021";}
i.icon.lock:before { content: "\f023";}
i.icon.bookmark:before { content: "\f02e";}
i.icon.print:before { content: "\f02f";}
i.icon.write:before { content: "\f040";}
i.icon.theme:before { content: "\f043";}
i.icon.adjust:before { content: "\f042";}
i.icon.edit:before { content: "\f044";}
i.icon.external.share:before { content: "\f045";}
i.icon.ban:before { content: "\f05e";}
i.icon.mail.forward:before { content: "\f064";}
i.icon.share:before { content: "\f064";}
i.icon.expand:before { content: "\f065";}
i.icon.compress:before { content: "\f066";}
i.icon.unhide:before { content: "\f06e";}
i.icon.hide:before { content: "\f070";}
i.icon.random:before { content: "\f074";}
i.icon.retweet:before { content: "\f079";}
i.icon.sign.out:before { content: "\f08b";}
i.icon.pin:before { content: "\f08d";}
i.icon.sign.in:before { content: "\f090";}
i.icon.upload:before { content: "\f093";}
i.icon.call:before { content: "\f095";}
i.icon.call.square:before { content: "\f098";}
i.icon.remove.bookmark:before { content: "\f097";}
i.icon.unlock:before { content: "\f09c";}
i.icon.configure:before { content: "\f0ad";}
i.icon.filter:before { content: "\f0b0";}
i.icon.wizard:before { content: "\f0d0";}
i.icon.undo:before { content: "\f0e2";}
i.icon.exchange:before { content: "\f0ec";}
i.icon.cloud.download:before { content: "\f0ed";}
i.icon.cloud.upload:before { content: "\f0ee";}
i.icon.reply:before { content: "\f112";}
i.icon.reply.all:before { content: "\f122";}
i.icon.erase:before { content: "\f12d";}
i.icon.unlock.alternate:before { content: "\f13e";}
i.icon.archive:before { content: "\f187";}
i.icon.translate:before { content: "\f1ab";}
i.icon.recycle:before { content: "\f1b8";}
i.icon.send:before { content: "\f1d8";}
i.icon.send.outline:before { content: "\f1d9";}
i.icon.share.alternate:before { content: "\f1e0";}
i.icon.share.alternate.square:before { content: "\f1e1";}
i.icon.wait:before { content: "\f017";}
i.icon.write.square:before { content: "\f14b";}
i.icon.share.square:before { content: "\f14d";}
/* Messages */

i.icon.help.circle:before { content: "\f059";}
i.icon.info.circle:before { content: "\f05a";}
i.icon.warning:before { content: "\f12a";}
i.icon.warning.circle:before { content: "\f06a";}
i.icon.warning.sign:before { content: "\f071";}
i.icon.help:before { content: "\f128";}
i.icon.info:before { content: "\f129";}
i.icon.announcement:before { content: "\f0a1";}
/* Users */

i.icon.users:before { content: "\f0c0";}
i.icon.doctor:before { content: "\f0f0";}
i.icon.female:before { content: "\f182";}
i.icon.male:before { content: "\f183";}
i.icon.child:before { content: "\f1ae";}
i.icon.user:before { content: "\f007";}
i.icon.handicap:before { content: "\f193";}
i.icon.student:before { content: "\f19d";}
/* View Adjustment */

i.icon.grid.layout:before { content: "\f00a";}
i.icon.list.layout:before { content: "\f00b";}
i.icon.block.layout:before { content: "\f009";}
i.icon.zoom:before { content: "\f00e";}
i.icon.zoom.out:before { content: "\f010";}
i.icon.resize.vertical:before { content: "\f07d";}
i.icon.resize.horizontal:before { content: "\f07e";}
i.icon.maximize:before { content: "\f0b2";}
i.icon.crop:before { content: "\f125";}
/* Literal Objects */

i.icon.cocktail:before { content: "\f000";}
i.icon.road:before { content: "\f018";}
i.icon.flag:before { content: "\f024";}
i.icon.book:before { content: "\f02d";}
i.icon.gift:before { content: "\f06b";}
i.icon.leaf:before { content: "\f06c";}
i.icon.fire:before { content: "\f06d";}
i.icon.plane:before { content: "\f072";}
i.icon.magnet:before { content: "\f076";}
i.icon.legal:before { content: "\f0e3";}
i.icon.lemon:before { content: "\f094";}
i.icon.world:before { content: "\f0ac";}
i.icon.travel:before { content: "\f0b1";}
i.icon.shipping:before { content: "\f0d1";}
i.icon.money:before { content: "\f0d6";}
i.icon.lightning:before { content: "\f0e7";}
i.icon.rain:before { content: "\f0e9";}
i.icon.treatment:before { content: "\f0f1";}
i.icon.suitcase:before { content: "\f0f2";}
i.icon.bar:before { content: "\f0fc";}
i.icon.flag.outline:before { content: "\f11d";}
i.icon.flag.checkered:before { content: "\f11e";}
i.icon.puzzle:before { content: "\f12e";}
i.icon.fire.extinguisher:before { content: "\f134";}
i.icon.rocket:before { content: "\f135";}
i.icon.anchor:before { content: "\f13d";}
i.icon.bullseye:before { content: "\f140";}
i.icon.sun:before { content: "\f185";}
i.icon.moon:before { content: "\f186";}
i.icon.fax:before { content: "\f1ac";}
i.icon.life.ring:before { content: "\f1cd";}
i.icon.bomb:before { content: "\f1e2";}
/* Shapes */

i.icon.crosshairs:before { content: "\f05b";}
i.icon.asterisk:before { content: "\f069";}
i.icon.certificate:before { content: "\f0a3";}
i.icon.circle:before { content: "\f111";}
i.icon.quote.left:before { content: "\f10d";}
i.icon.quote.right:before { content: "\f10e";}
i.icon.ellipsis.horizontal:before { content: "\f141";}
i.icon.ellipsis.vertical:before { content: "\f142";}
i.icon.cube:before { content: "\f1b2";}
i.icon.cubes:before { content: "\f1b3";}
i.icon.circle.notched:before { content: "\f1ce";}
i.icon.circle.thin:before { content: "\f1db";}
/* Item Selection */

i.icon.checkmark:before { content: "\f00c";}
i.icon.remove:before { content: "\f00d";}
i.icon.checkmark.box:before { content: "\f046";}
i.icon.move:before { content: "\f047";}
i.icon.add.circle:before { content: "\f055";}
i.icon.minus.circle:before { content: "\f056";}
i.icon.remove.circle:before { content: "\f057";}
i.icon.check.circle:before { content: "\f058";}
i.icon.remove.circle.outline:before { content: "\f05c";}
i.icon.check.circle.outline:before { content: "\f05d";}
i.icon.plus:before { content: "\f067";}
i.icon.minus:before { content: "\f068";}
i.icon.add.square:before { content: "\f0fe";}
i.icon.radio:before { content: "\f10c";}
i.icon.selected.radio:before { content: "\f192";}
i.icon.minus.square:before { content: "\f146";}
i.icon.minus.square.outline:before { content: "\f147";}
i.icon.check.square:before { content: "\f14a";}
i.icon.plus.square.outline:before { content: "\f196";}
/* Media */

i.icon.film:before { content: "\f008";}
i.icon.sound:before { content: "\f025";}
i.icon.photo:before { content: "\f030";}
i.icon.bar.chart:before { content: "\f080";}
i.icon.camera.retro:before { content: "\f083";}
/* Pointers */

i.icon.arrow.circle.outline.down:before { content: "\f01a";}
i.icon.arrow.circle.outline.up:before { content: "\f01b";}
i.icon.chevron.left:before { content: "\f053";}
i.icon.chevron.right:before { content: "\f054";}
i.icon.arrow.left:before { content: "\f060";}
i.icon.arrow.right:before { content: "\f061";}
i.icon.arrow.up:before { content: "\f062";}
i.icon.arrow.down:before { content: "\f063";}
i.icon.chevron.up:before { content: "\f077";}
i.icon.chevron.down:before { content: "\f078";}
i.icon.pointing.right:before { content: "\f0a4";}
i.icon.pointing.left:before { content: "\f0a5";}
i.icon.pointing.up:before { content: "\f0a6";}
i.icon.pointing.down:before { content: "\f0a7";}
i.icon.arrow.circle.left:before { content: "\f0a8";}
i.icon.arrow.circle.right:before { content: "\f0a9";}
i.icon.arrow.circle.up:before { content: "\f0aa";}
i.icon.arrow.circle.down:before { content: "\f0ab";}
i.icon.caret.down:before { content: "\f0d7";}
i.icon.caret.up:before { content: "\f0d8";}
i.icon.caret.left:before { content: "\f0d9";}
i.icon.caret.right:before { content: "\f0da";}
i.icon.angle.double.left:before { content: "\f100";}
i.icon.angle.double.right:before { content: "\f101";}
i.icon.angle.double.up:before { content: "\f102";}
i.icon.angle.double.down:before { content: "\f103";}
i.icon.angle.left:before { content: "\f104";}
i.icon.angle.right:before { content: "\f105";}
i.icon.angle.up:before { content: "\f106";}
i.icon.angle.down:before { content: "\f107";}
i.icon.chevron.circle.left:before { content: "\f137";}
i.icon.chevron.circle.right:before { content: "\f138";}
i.icon.chevron.circle.up:before { content: "\f139";}
i.icon.chevron.circle.down:before { content: "\f13a";}
i.icon.toggle.down:before { content: "\f150";}
i.icon.toggle.up:before { content: "\f151";}
i.icon.toggle.right:before { content: "\f152";}
i.icon.long.arrow.down:before { content: "\f175";}
i.icon.long.arrow.up:before { content: "\f176";}
i.icon.long.arrow.left:before { content: "\f177";}
i.icon.long.arrow.right:before { content: "\f178";}
i.icon.arrow.circle.outline.right:before { content: "\f18e";}
i.icon.arrow.circle.outline.left:before { content: "\f190";}
i.icon.toggle.left:before { content: "\f191";}
/* Computer */

i.icon.power:before { content: "\f011";}
i.icon.trash:before { content: "\f014";}
i.icon.disk.outline:before { content: "\f0a0";}
i.icon.desktop:before { content: "\f108";}
i.icon.laptop:before { content: "\f109";}
i.icon.tablet:before { content: "\f10a";}
i.icon.mobile:before { content: "\f10b";}
i.icon.game:before { content: "\f11b";}
i.icon.keyboard:before { content: "\f11c";}
/* File System */

i.icon.folder:before { content: "\f07b";}
i.icon.folder.open:before { content: "\f07c";}
i.icon.level.up:before { content: "\f148";}
i.icon.level.down:before { content: "\f149";}
i.icon.file:before { content: "\f15b";}
i.icon.file.outline:before { content: "\f016";}
i.icon.file.text:before { content: "\f15c";}
i.icon.file.text.outline:before { content: "\f0f6";}
i.icon.folder.outline:before { content: "\f114";}
i.icon.folder.open.outline:before { content: "\f115";}
i.icon.file.pdf.outline:before { content: "\f1c1";}
i.icon.file.word.outline:before { content: "\f1c2";}
i.icon.file.excel.outline:before { content: "\f1c3";}
i.icon.file.powerpoint.outline:before { content: "\f1c4";}
i.icon.file.image.outline:before { content: "\f1c5";}
i.icon.file.archive.outline:before { content: "\f1c6";}
i.icon.file.audio.outline:before { content: "\f1c7";}
i.icon.file.video.outline:before { content: "\f1c8";}
i.icon.file.code.outline:before { content: "\f1c9";}
/* Technologies */

i.icon.barcode:before { content: "\f02a";}
i.icon.qrcode:before { content: "\f029";}
i.icon.fork:before { content: "\f126";}
i.icon.html5:before { content: "\f13b";}
i.icon.css3:before { content: "\f13c";}
i.icon.rss.square:before { content: "\f143";}
i.icon.openid:before { content: "\f19b";}
i.icon.database:before { content: "\f1c0";}
/* Rating */

i.icon.heart:before { content: "\f004";}
i.icon.star:before { content: "\f005";}
i.icon.empty.star:before { content: "\f006";}
i.icon.thumbs.outline.up:before { content: "\f087";}
i.icon.thumbs.outline.down:before { content: "\f088";}
i.icon.star.half:before { content: "\f089";}
i.icon.empty.heart:before { content: "\f08a";}
i.icon.smile:before { content: "\f118";}
i.icon.frown:before { content: "\f119";}
i.icon.meh:before { content: "\f11a";}
i.icon.star.half.empty:before { content: "\f123";}
i.icon.thumbs.up:before { content: "\f164";}
i.icon.thumbs.down:before { content: "\f165";}
/* Audio */

i.icon.music:before { content: "\f001";}
i.icon.video.play.outline:before { content: "\f01d";}
i.icon.volume.off:before { content: "\f026";}
i.icon.volume.down:before { content: "\f027";}
i.icon.volume.up:before { content: "\f028";}
i.icon.record:before { content: "\f03d";}
i.icon.step.backward:before { content: "\f048";}
i.icon.fast.backward:before { content: "\f049";}
i.icon.backward:before { content: "\f04a";}
i.icon.play:before { content: "\f04b";}
i.icon.pause:before { content: "\f04c";}
i.icon.stop:before { content: "\f04d";}
i.icon.forward:before { content: "\f04e";}
i.icon.fast.forward:before { content: "\f050";}
i.icon.step.forward:before { content: "\f051";}
i.icon.eject:before { content: "\f052";}
i.icon.unmute:before { content: "\f130";}
i.icon.mute:before { content: "\f131";}
i.icon.video.play:before { content: "\f144";}
/* Map & Locations */

i.icon.marker:before { content: "\f041";}
i.icon.coffee:before { content: "\f0f4";}
i.icon.food:before { content: "\f0f5";}
i.icon.building.outline:before { content: "\f0f7";}
i.icon.hospital:before { content: "\f0f8";}
i.icon.emergency:before { content: "\f0f9";}
i.icon.first.aid:before { content: "\f0fa";}
i.icon.military:before { content: "\f0fb";}
i.icon.h:before { content: "\f0fd";}
i.icon.location.arrow:before { content: "\f124";}
i.icon.space.shuttle:before { content: "\f197";}
i.icon.university:before { content: "\f19c";}
i.icon.building:before { content: "\f1ad";}
i.icon.paw:before { content: "\f1b0";}
i.icon.spoon:before { content: "\f1b1";}
i.icon.car:before { content: "\f1b9";}
i.icon.taxi:before { content: "\f1ba";}
i.icon.tree:before { content: "\f1bb";}
/* Tables */

i.icon.table:before { content: "\f0ce";}
i.icon.columns:before { content: "\f0db";}
i.icon.sort:before { content: "\f0dc";}
i.icon.sort.ascending:before { content: "\f0dd";}
i.icon.sort.descending:before { content: "\f0de";}
i.icon.sort.alphabet.ascending:before { content: "\f15d";}
i.icon.sort.alphabet.descending:before { content: "\f15e";}
i.icon.sort.content.ascending:before { content: "\f160";}
i.icon.sort.content.descending:before { content: "\f161";}
i.icon.sort.numeric.ascending:before { content: "\f162";}
i.icon.sort.numeric.descending:before { content: "\f163";}
/* Text Editor */

i.icon.font:before { content: "\f031";}
i.icon.bold:before { content: "\f032";}
i.icon.italic:before { content: "\f033";}
i.icon.text.height:before { content: "\f034";}
i.icon.text.width:before { content: "\f035";}
i.icon.align.left:before { content: "\f036";}
i.icon.align.center:before { content: "\f037";}
i.icon.align.right:before { content: "\f038";}
i.icon.align.justify:before { content: "\f039";}
i.icon.list:before { content: "\f03a";}
i.icon.outdent:before { content: "\f03b";}
i.icon.indent:before { content: "\f03c";}
i.icon.linkify:before { content: "\f0c1";}
i.icon.cut:before { content: "\f0c4";}
i.icon.copy:before { content: "\f0c5";}
i.icon.attach:before { content: "\f0c6";}
i.icon.save:before { content: "\f0c7";}
i.icon.content:before { content: "\f0c9";}
i.icon.unordered.list:before { content: "\f0ca";}
i.icon.ordered.list:before { content: "\f0cb";}
i.icon.strikethrough:before { content: "\f0cc";}
i.icon.underline:before { content: "\f0cd";}
i.icon.paste:before { content: "\f0ea";}
i.icon.unlink:before { content: "\f127";}
i.icon.superscript:before { content: "\f12b";}
i.icon.subscript:before { content: "\f12c";}
i.icon.header:before { content: "\f1dc";}
i.icon.paragraph:before { content: "\f1dd";}
/* Currency */

i.icon.euro:before { content: "\f153";}
i.icon.pound:before { content: "\f154";}
i.icon.dollar:before { content: "\f155";}
i.icon.rupee:before { content: "\f156";}
i.icon.yen:before { content: "\f157";}
i.icon.ruble:before { content: "\f158";}
i.icon.won:before { content: "\f159";}
i.icon.lira:before { content: "\f195";}
/* Networks and Websites*/

i.icon.twitter.square:before { content: "\f081";}
i.icon.facebook.square:before { content: "\f082";}
i.icon.linkedin.square:before { content: "\f08c";}
i.icon.github.square:before { content: "\f092";}
i.icon.twitter:before { content: "\f099";}
i.icon.facebook:before { content: "\f09a";}
i.icon.github:before { content: "\f09b";}
i.icon.pinterest:before { content: "\f0d2";}
i.icon.pinterest.square:before { content: "\f0d3";}
i.icon.google.plus.square:before { content: "\f0d4";}
i.icon.google.plus:before { content: "\f0d5";}
i.icon.linkedin:before { content: "\f0e1";}
i.icon.github.alternate:before { content: "\f113";}
i.icon.maxcdn:before { content: "\f136";}
i.icon.bitcoin:before { content: "\f15a";}
i.icon.youtube.square:before { content: "\f166";}
i.icon.youtube:before { content: "\f167";}
i.icon.xing:before { content: "\f168";}
i.icon.xing.square:before { content: "\f169";}
i.icon.youtube.play:before { content: "\f16a";}
i.icon.dropbox:before { content: "\f16b";}
i.icon.stack.overflow:before { content: "\f16c";}
i.icon.instagram:before { content: "\f16d";}
i.icon.flickr:before { content: "\f16e";}
i.icon.adn:before { content: "\f170";}
i.icon.bitbucket:before { content: "\f171";}
i.icon.bitbucket.square:before { content: "\f172";}
i.icon.tumblr:before { content: "\f173";}
i.icon.tumblr.square:before { content: "\f174";}
i.icon.apple:before { content: "\f179";}
i.icon.windows:before { content: "\f17a";}
i.icon.android:before { content: "\f17b";}
i.icon.linux:before { content: "\f17c";}
i.icon.dribbble:before { content: "\f17d";}
i.icon.skype:before { content: "\f17e";}
i.icon.foursquare:before { content: "\f180";}
i.icon.trello:before { content: "\f181";}
i.icon.gittip:before { content: "\f184";}
i.icon.vk:before { content: "\f189";}
i.icon.weibo:before { content: "\f18a";}
i.icon.renren:before { content: "\f18b";}
i.icon.pagelines:before { content: "\f18c";}
i.icon.stack.exchange:before { content: "\f18d";}
i.icon.vimeo:before { content: "\f194";}
i.icon.slack:before { content: "\f198";}
i.icon.wordpress:before { content: "\f19a";}
i.icon.yahoo:before { content: "\f19e";}
i.icon.google:before { content: "\f1a0";}
i.icon.reddit:before { content: "\f1a1";}
i.icon.reddit.square:before { content: "\f1a2";}
i.icon.stumbleupon.circle:before { content: "\f1a3";}
i.icon.stumbleupon:before { content: "\f1a4";}
i.icon.delicious:before { content: "\f1a5";}
i.icon.digg:before { content: "\f1a6";}
i.icon.pied.piper:before { content: "\f1a7";}
i.icon.pied.piper.alternate:before { content: "\f1a8";}
i.icon.drupal:before { content: "\f1a9";}
i.icon.joomla:before { content: "\f1aa";}
i.icon.behance:before { content: "\f1b4";}
i.icon.behance.square:before { content: "\f1b5";}
i.icon.steam:before { content: "\f1b6";}
i.icon.steam.square:before { content: "\f1b7";}
i.icon.spotify:before { content: "\f1bc";}
i.icon.deviantart:before { content: "\f1bd";}
i.icon.soundcloud:before { content: "\f1be";}
i.icon.vine:before { content: "\f1ca";}
i.icon.codepen:before { content: "\f1cb";}
i.icon.jsfiddle:before { content: "\f1cc";}
i.icon.rebel:before { content: "\f1d0";}
i.icon.empire:before { content: "\f1d1";}
i.icon.git.square:before { content: "\f1d2";}
i.icon.git:before { content: "\f1d3";}
i.icon.hacker.news:before { content: "\f1d4";}
i.icon.tencent.weibo:before { content: "\f1d5";}
i.icon.qq:before { content: "\f1d6";}
i.icon.wechat:before { content: "\f1d7";}
/*******************************
            Aliases
*******************************/

i.icon.like:before { content: "\f004";}
i.icon.favorite:before { content: "\f005";}
i.icon.video:before { content: "\f008";}
i.icon.check:before { content: "\f00c";}
i.icon.remove:before { content: "\f00d";}
i.icon.close:before { content: "\f00d";}
i.icon.cancel:before { content: "\f00d";}
i.icon.delete:before { content: "\f00d";}
i.icon.x:before { content: "\f00d";}
i.icon.zoom.in:before { content: "\f00e";}
i.icon.magnify:before { content: "\f00e";}
i.icon.shutdown:before { content: "\f011";}
i.icon.signal:before { content: "\f012";}
i.icon.clock:before { content: "\f017";}
i.icon.time:before { content: "\f017";}
i.icon.play.circle.outline:before { content: "\f01d";}
i.icon.clockwise:before { content: "\f01e";}
i.icon.headphone:before { content: "\f025";}
i.icon.volume.off:before { content: "\f026";}
i.icon.camera:before { content: "\f030";}
i.icon.video.camera:before { content: "\f03d";}
i.icon.picture:before { content: "\f03e";}
i.icon.pencil:before { content: "\f040";}
i.icon.compose:before { content: "\f040";}
i.icon.point:before { content: "\f041";}
i.icon.tint:before { content: "\f043";}
i.icon.signup:before { content: "\f044";}
i.icon.plus.circle:before { content: "\f055";}
i.icon.minus.circle:before { content: "\f056";}
i.icon.dont:before { content: "\f05e";}
i.icon.minimize:before { content: "\f066";}
i.icon.add:before { content: "\f067";}
i.icon.eye:before { content: "\f06e";}
i.icon.attention:before { content: "\f06a";}
i.icon.cart:before { content: "\f07a";}
i.icon.plane:before { content: "\f072";}
i.icon.shuffle:before { content: "\f074";}
i.icon.talk:before { content: "\f075";}
i.icon.chat:before { content: "\f075";}
i.icon.shopping.cart:before { content: "\f07a";}
i.icon.bar.graph:before { content: "\f080";}
i.icon.key:before { content: "\f084";}
i.icon.privacy:before { content: "\f084";}
i.icon.cogs:before { content: "\f085";}
i.icon.discussions:before { content: "\f086";}
i.icon.like.outline:before { content: "\f087";}
i.icon.dislike.outline:before { content: "\f088";}
i.icon.heart.outline:before { content: "\f08a";}
i.icon.log.out:before { content: "\f08b";}
i.icon.thumb.tack:before { content: "\f08d";}
i.icon.winner:before { content: "\f091";}
i.icon.bookmark.outline:before { content: "\f097";}
i.icon.phone.square:before { content: "\f098";}
i.icon.phone.square:before { content: "\f098";}
i.icon.credit.card:before { content: "\f09d";}
i.icon.rss:before { content: "\f09e";}
i.icon.hdd.outline:before { content: "\f0a0";}
i.icon.bullhorn:before { content: "\f0a1";}
i.icon.bell:before { content: "\f0f3";}
i.icon.hand.outline.right:before { content: "\f0a4";}
i.icon.hand.outline.left:before { content: "\f0a5";}
i.icon.hand.outline.up:before { content: "\f0a6";}
i.icon.hand.outline.down:before { content: "\f0a7";}
i.icon.globe:before { content: "\f0ac";}
i.icon.wrench:before { content: "\f0ad";}
i.icon.briefcase:before { content: "\f0b1";}
i.icon.group:before { content: "\f0c0";}
i.icon.flask:before { content: "\f0c3";}
i.icon.sidebar:before { content: "\f0c9";}
i.icon.bars:before { content: "\f0c9";}
i.icon.list.ul:before { content: "\f0ca";}
i.icon.list.ol:before { content: "\f0cb";}
i.icon.numbered.list:before { content: "\f0cb";}
i.icon.magic:before { content: "\f0d0";}
i.icon.truck:before { content: "\f0d1";}
i.icon.currency:before { content: "\f0d6";}
i.icon.triangle.down:before { content: "\f0d7";}
i.icon.dropdown:before { content: "\f0d7";}
i.icon.triangle.up:before { content: "\f0d8";}
i.icon.triangle.left:before { content: "\f0d9";}
i.icon.triangle.right:before { content: "\f0da";}
i.icon.envelope:before { content: "\f0e0";}
i.icon.conversation:before { content: "\f0e6";}
i.icon.lightning:before { content: "\f0e7";}
i.icon.umbrella:before { content: "\f0e9";}
i.icon.lightbulb:before { content: "\f0eb";}
i.icon.suitcase:before { content: "\f0f2";}
i.icon.bell.outline:before { content: "\f0a2";}
i.icon.ambulance:before { content: "\f0f9";}
i.icon.medkit:before { content: "\f0fa";}
i.icon.fighter.jet:before { content: "\f0fb";}
i.icon.beer:before { content: "\f0fc";}
i.icon.plus.square:before { content: "\f0fe";}
i.icon.computer:before { content: "\f108";}
i.icon.circle.outline:before { content: "\f10c";}
i.icon.spinner:before { content: "\f110";}
i.icon.gamepad:before { content: "\f11b";}
i.icon.star.half.full:before { content: "\f123";}
i.icon.remove.link:before { content: "\f127";}
i.icon.question:before { content: "\f128";}
i.icon.attention:before { content: "\f12a";}
i.icon.eraser:before { content: "\f12d";}
i.icon.microphone:before { content: "\f130";}
i.icon.microphone.slash:before { content: "\f131";}
i.icon.shield:before { content: "\f132";}
i.icon.target:before { content: "\f140";}
i.icon.play.circle:before { content: "\f144";}
i.icon.pencil.square:before { content: "\f14b";}
i.icon.compass:before { content: "\f14e";}
i.icon.eur:before { content: "\f153";}
i.icon.gbp:before { content: "\f154";}
i.icon.usd:before { content: "\f155";}
i.icon.inr:before { content: "\f156";}
i.icon.cny:before,
i.icon.rmb:before,
i.icon.jpy:before { content: "\f157";}
i.icon.rouble:before,
i.icon.rub:before { content: "\f158";}
i.icon.won:before,
i.icon.krw:before { content: "\f159";}
i.icon.btc:before { content: "\f15a";}
i.icon.try:before { content: "\f195";}
i.icon.zip:before { content: "\f187";}
i.icon.dot.circle.outline:before { content: "\f192";}
i.icon.sliders:before { content: "\f1de";}
i.icon.graduation:before { content: "\f19d";}
i.icon.\33d:before { content: "\f1b2";}
i.icon.weixin:before { content: "\f1d7";}
/********************************/
/*
 * # Semantic UI
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
           Rating
*******************************/

.ui.rating { display: inline-block; font-size: 0em; vertical-align: baseline;}
.ui.rating:last-child { margin-right: 0em;}
.ui.rating:before { display: block; content: ''; visibility: hidden; clear: both; height: 0;}
/* Icon */

.ui.rating .icon { cursor: pointer; margin: 0em; width: 1.1em; text-align: center; height: auto; padding: 0em; font-weight: normal; font-style: normal; vertical-align: baseline;}
/*******************************
             Types
*******************************/

/*-------------------
        Star
--------------------*/

/* Inactive */

.ui.star.rating .icon { width: 1.1em; color: rgba(0, 0, 0, 0.15);}
/* Active Star */

.ui.star.rating .active.icon { color: #ffe623 !important; text-shadow: 0px -1px 0px #cfa300, -1px 0px 0px #cfa300, 0px 1px 0px #cfa300, 1px 0px 0px #cfa300;}
/* Selected Star */

.ui.star.rating .icon.selected,
.ui.star.rating .icon.selected.active { color: #ffb70a !important;}
.ui.star.rating.partial { position: relative; z-index: 1;}
.ui.star.rating.partial:before { position: absolute; z-index: -1;}
/*-------------------
        Heart
--------------------*/

.ui.heart.rating .icon { width: 1.25em; color: rgba(0, 0, 0, 0.15);}
/* Active Heart */

.ui.heart.rating .active.icon { color: #ff2733 !important; text-shadow: 0px -1px 0px #9e0000, -1px 0px 0px #9e0000, 0px 1px 0px #9e0000, 1px 0px 0px #9e0000;}
/* Selected Heart */

.ui.heart.rating .icon.selected,
.ui.heart.rating .icon.selected.active { color: #ff2733 !important;}
/*******************************
             States
*******************************/

/* Inactive Icon */

.ui.rating .icon { color: rgba(0, 0, 0, 0.15);}
/* Active Icon */

.ui.rating .active.icon { color: rgba(0, 0, 0, 0.85);}
/* Selected Icon */

.ui.rating .icon.selected,
.ui.rating .icon.selected.active { color: rgba(0, 0, 0, 0.8);}
/*-------------------
       Disabled
--------------------*/

/* disabled rating */

.ui.disabled.rating .icon { cursor: default;}
/*-------------------
     Interacting (Active)
--------------------*/

/* Selected Rating */

.ui.rating.selected .active.icon { opacity: 0.5;}
.ui.rating.selected .icon.selected,
.ui.rating .icon.selected { opacity: 1;}
/*******************************
          Variations
*******************************/

.ui.mini.rating .icon { font-size: 0.7rem;}
.ui.tiny.rating .icon { font-size: 0.8rem;}
.ui.small.rating .icon { font-size: 0.875rem;}
.ui.rating .icon { font-size: 1rem;}
.ui.large.rating .icon { font-size: 1.1rem;}
.ui.huge.rating .icon { font-size: 1.5rem;}
.ui.massive.rating .icon { font-size: 2rem;}
/* Realign */

.ui.large.rating,
.ui.huge.rating,
.ui.massive.rating { vertical-align: middle;}
/*******************************
         Theme Overrides
*******************************/

@font-face { font-family: 'Rating'; src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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kIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOE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) format('woff'); font-weight: normal; font-style: normal;}
.ui.rating .icon { font-family: 'Rating'; line-height: 1; height: 1em; -webkit-backface-visibility: hidden; backface-visibility: hidden; font-weight: normal; font-style: normal; text-align: center;}
/* Empty Star */

.ui.rating .icon:before { content: '\f006';}
/* Active Star */

.ui.rating .active.icon:before { content: '\f005';}
/*-------------------
        Star
--------------------*/

/* Unfilled Star */

.ui.star.rating .icon:before { content: '\f005';}
/* Active Star */

.ui.star.rating .active.icon:before { content: '\f005';}
/* Partial */

.ui.star.rating .partial.icon:before { content: '\f006';}
.ui.star.rating .partial.icon { content: '\f005';}
/*-------------------
        Heart
--------------------*/

/* Empty Heart
.ui.heart.rating .icon:before { content: '\f08a';}
*/

.ui.heart.rating .icon:before { content: '\f004';}
/* Active */

.ui.heart.rating .active.icon:before { content: '\f004';}

