diff --git a/static/css/app.css b/static/css/app.css new file mode 100644 index 0000000..47e51c8 --- /dev/null +++ b/static/css/app.css @@ -0,0 +1,1502 @@ +*, +*:before, +*:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +html, +body { + font-size: 100%; +} + +body { + background: white; + color: #222222; + padding: 0; + margin: 0; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; + font-style: normal; + line-height: 1; + position: relative; +} + +a:focus { + outline: none; +} + +img, +object, +embed { + max-width: 100%; + height: auto; +} + +object, +embed { + height: 100%; +} + +img { + -ms-interpolation-mode: bicubic; +} + +#map_canvas img, +#map_canvas embed, +#map_canvas object, +.map_canvas img, +.map_canvas embed, +.map_canvas object { + max-width: none !important; +} + +.left { + float: left !important; +} + +.right { + float: right !important; +} + +.text-left { + text-align: left !important; +} + +.text-right { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} + +.text-justify { + text-align: justify !important; +} + +.hide { + display: none; +} + +.antialiased { + -webkit-font-smoothing: antialiased; +} + +img { + display: inline-block; + vertical-align: middle; +} + +textarea { + height: auto; + min-height: 50px; +} + +select { + width: 100%; +} + +/* Grid HTML Classes */ +.row { + width: 100%; + margin-left: auto; + margin-right: auto; + margin-top: 0; + margin-bottom: 0; + max-width: 62.5em; + *zoom: 1; +} +.row:before, .row:after { + content: " "; + display: table; +} +.row:after { + clear: both; +} +.row.collapse .column, +.row.collapse .columns { + position: relative; + padding-left: 0; + padding-right: 0; + float: left; +} +.row .row { + width: auto; + margin-left: -0.9375em; + margin-right: -0.9375em; + margin-top: 0; + margin-bottom: 0; + max-width: none; + *zoom: 1; +} +.row .row:before, .row .row:after { + content: " "; + display: table; +} +.row .row:after { + clear: both; +} +.row .row.collapse { + width: auto; + margin: 0; + max-width: none; + *zoom: 1; +} +.row .row.collapse:before, .row .row.collapse:after { + content: " "; + display: table; +} +.row .row.collapse:after { + clear: both; +} + +.column, +.columns { + position: relative; + padding-left: 0.9375em; + padding-right: 0.9375em; + width: 100%; + float: left; +} + +@media only screen { + .column, + .columns { + position: relative; + padding-left: 0.9375em; + padding-right: 0.9375em; + float: left; + } + + .small-1 { + position: relative; + width: 8.33333%; + } + + .small-2 { + position: relative; + width: 16.66667%; + } + + .small-3 { + position: relative; + width: 25%; + } + + .small-4 { + position: relative; + width: 33.33333%; + } + + .small-5 { + position: relative; + width: 41.66667%; + } + + .small-6 { + position: relative; + width: 50%; + } + + .small-7 { + position: relative; + width: 58.33333%; + } + + .small-8 { + position: relative; + width: 66.66667%; + } + + .small-9 { + position: relative; + width: 75%; + } + + .small-10 { + position: relative; + width: 83.33333%; + } + + .small-11 { + position: relative; + width: 91.66667%; + } + + .small-12 { + position: relative; + width: 100%; + } + + .small-offset-1 { + position: relative; + margin-left: 8.33333%; + } + + .small-offset-2 { + position: relative; + margin-left: 16.66667%; + } + + .small-offset-3 { + position: relative; + margin-left: 25%; + } + + .small-offset-4 { + position: relative; + margin-left: 33.33333%; + } + + .small-offset-5 { + position: relative; + margin-left: 41.66667%; + } + + .small-offset-6 { + position: relative; + margin-left: 50%; + } + + .small-offset-7 { + position: relative; + margin-left: 58.33333%; + } + + .small-offset-8 { + position: relative; + margin-left: 66.66667%; + } + + .small-offset-9 { + position: relative; + margin-left: 75%; + } + + .small-offset-10 { + position: relative; + margin-left: 83.33333%; + } + + [class*="column"] + [class*="column"]:last-child { + float: right; + } + + [class*="column"] + [class*="column"].end { + float: left; + } + + .column.small-centered, + .columns.small-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; + } +} +/* Styles for screens that are atleast 768px; */ +@media only screen and (min-width: 48em) { + .large-1 { + position: relative; + width: 8.33333%; + } + + .large-2 { + position: relative; + width: 16.66667%; + } + + .large-3 { + position: relative; + width: 25%; + } + + .large-4 { + position: relative; + width: 33.33333%; + } + + .large-5 { + position: relative; + width: 41.66667%; + } + + .large-6 { + position: relative; + width: 50%; + } + + .large-7 { + position: relative; + width: 58.33333%; + } + + .large-8 { + position: relative; + width: 66.66667%; + } + + .large-9 { + position: relative; + width: 75%; + } + + .large-10 { + position: relative; + width: 83.33333%; + } + + .large-11 { + position: relative; + width: 91.66667%; + } + + .large-12 { + position: relative; + width: 100%; + } + + .row .large-offset-1 { + position: relative; + margin-left: 8.33333%; + } + + .row .large-offset-2 { + position: relative; + margin-left: 16.66667%; + } + + .row .large-offset-3 { + position: relative; + margin-left: 25%; + } + + .row .large-offset-4 { + position: relative; + margin-left: 33.33333%; + } + + .row .large-offset-5 { + position: relative; + margin-left: 41.66667%; + } + + .row .large-offset-6 { + position: relative; + margin-left: 50%; + } + + .row .large-offset-7 { + position: relative; + margin-left: 58.33333%; + } + + .row .large-offset-8 { + position: relative; + margin-left: 66.66667%; + } + + .row .large-offset-9 { + position: relative; + margin-left: 75%; + } + + .row .large-offset-10 { + position: relative; + margin-left: 83.33333%; + } + + .row .large-offset-11 { + position: relative; + margin-left: 91.66667%; + } + + .push-1 { + position: relative; + left: 8.33333%; + right: auto; + } + + .pull-1 { + position: relative; + right: 8.33333%; + left: auto; + } + + .push-2 { + position: relative; + left: 16.66667%; + right: auto; + } + + .pull-2 { + position: relative; + right: 16.66667%; + left: auto; + } + + .push-3 { + position: relative; + left: 25%; + right: auto; + } + + .pull-3 { + position: relative; + right: 25%; + left: auto; + } + + .push-4 { + position: relative; + left: 33.33333%; + right: auto; + } + + .pull-4 { + position: relative; + right: 33.33333%; + left: auto; + } + + .push-5 { + position: relative; + left: 41.66667%; + right: auto; + } + + .pull-5 { + position: relative; + right: 41.66667%; + left: auto; + } + + .push-6 { + position: relative; + left: 50%; + right: auto; + } + + .pull-6 { + position: relative; + right: 50%; + left: auto; + } + + .push-7 { + position: relative; + left: 58.33333%; + right: auto; + } + + .pull-7 { + position: relative; + right: 58.33333%; + left: auto; + } + + .push-8 { + position: relative; + left: 66.66667%; + right: auto; + } + + .pull-8 { + position: relative; + right: 66.66667%; + left: auto; + } + + .push-9 { + position: relative; + left: 75%; + right: auto; + } + + .pull-9 { + position: relative; + right: 75%; + left: auto; + } + + .push-10 { + position: relative; + left: 83.33333%; + right: auto; + } + + .pull-10 { + position: relative; + right: 83.33333%; + left: auto; + } + + .push-11 { + position: relative; + left: 91.66667%; + right: auto; + } + + .pull-11 { + position: relative; + right: 91.66667%; + left: auto; + } + + .small-push-1 { + left: inherit; + } + + .small-pull-1 { + right: inherit; + } + + .small-push-2 { + left: inherit; + } + + .small-pull-2 { + right: inherit; + } + + .small-push-3 { + left: inherit; + } + + .small-pull-3 { + right: inherit; + } + + .small-push-4 { + left: inherit; + } + + .small-pull-4 { + right: inherit; + } + + .small-push-5 { + left: inherit; + } + + .small-pull-5 { + right: inherit; + } + + .small-push-6 { + left: inherit; + } + + .small-pull-6 { + right: inherit; + } + + .small-push-7 { + left: inherit; + } + + .small-pull-7 { + right: inherit; + } + + .small-push-8 { + left: inherit; + } + + .small-pull-8 { + right: inherit; + } + + .small-push-9 { + left: inherit; + } + + .small-pull-9 { + right: inherit; + } + + .small-push-10 { + left: inherit; + } + + .small-pull-10 { + right: inherit; + } + + .small-push-11 { + left: inherit; + } + + .small-pull-11 { + right: inherit; + } + + .column.small-centered, + .columns.small-centered { + margin-left: 0; + margin-right: 0; + float: left !important; + } + + .column.large-centered, + .columns.large-centered { + position: relative; + margin-left: auto; + margin-right: auto; + float: none !important; + } +} +p.lead { + font-size: 1.21875em; + line-height: 1.6; +} + +.subheader { + line-height: 1.4; + color: #6f6f6f; + font-weight: 300; + margin-top: 0.2em; + margin-bottom: 0.5em; +} + +/* Typography resets */ +div, +dl, +dt, +dd, +ul, +ol, +li, +h1, +h2, +h3, +h4, +h5, +h6, +pre, +form, +p, +blockquote, +th, +td { + margin: 0; + padding: 0; + direction: ltr; +} + +/* Default Link Styles */ +a { + color: #9b160d; + text-decoration: none; + line-height: inherit; +} +a:hover, a:focus { + color: #83130b; +} +a img { + border: none; +} + +/* Default paragraph styles */ +p { + font-family: inherit; + font-weight: normal; + font-size: 1em; + line-height: 1.6; + margin-bottom: 1.25em; + text-rendering: optimizeLegibility; +} +p aside { + font-size: 0.875em; + line-height: 1.35; + font-style: italic; +} + +/* Default header styles */ +h1, h2, h3, h4, h5, h6 { + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: bold; + font-style: normal; + color: #222222; + text-rendering: optimizeLegibility; + margin-top: 0.2em; + margin-bottom: 0.5em; + line-height: 1.2125em; +} +h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { + font-size: 60%; + color: #6f6f6f; + line-height: 0; +} + +h1 { + font-size: 1.375em; +} + +h2 { + font-size: 1.125em; +} + +h3 { + font-size: 1.25em; +} + +h4 { + font-size: 1.0625em; +} + +h5 { + font-size: 1.125em; +} + +h6 { + font-size: 1em; +} + +hr { + border: solid #dddddd; + border-width: 1px 0 0; + clear: both; + margin: 1.25em 0 1.1875em; + height: 0; +} + +/* Helpful Typography Defaults */ +em, +i { + font-style: italic; + line-height: inherit; +} + +strong, +b { + font-weight: bold; + line-height: inherit; +} + +small { + font-size: 60%; + line-height: inherit; +} + +code { + font-family: Consolas, "Liberation Mono", Courier, monospace; + font-weight: bold; + color: #7f0a0c; +} + +/* Lists */ +ul, +ol, +dl { + font-size: 1em; + line-height: 1.6; + margin-bottom: 1.25em; + list-style-position: outside; + font-family: inherit; +} + +/* Unordered Lists */ +ul li ul, +ul li ol { + margin-left: 1.25em; + margin-bottom: 0; + font-size: 1em; + /* Override nested font-size change */ +} +ul.square li ul, ul.circle li ul, ul.disc li ul { + list-style: inherit; +} +ul.square { + list-style-type: square; +} +ul.circle { + list-style-type: circle; +} +ul.disc { + list-style-type: disc; +} +ul.no-bullet { + list-style: none; +} + +/* Ordered Lists */ +ol li ul, +ol li ol { + margin-left: 1.25em; + margin-bottom: 0; +} + +/* Definition Lists */ +dl dt { + margin-bottom: 0.3em; + font-weight: bold; +} +dl dd { + margin-bottom: 0.75em; +} + +/* Abbreviations */ +abbr, +acronym { + text-transform: uppercase; + font-size: 90%; + color: #222222; + border-bottom: 1px dotted #dddddd; + cursor: help; +} + +abbr { + text-transform: none; +} + +/* Blockquotes */ +blockquote { + margin: 0 0 1.25em; + padding: 0.5625em 1.25em 0 1.1875em; + border-left: 1px solid #dddddd; +} +blockquote cite { + display: block; + font-size: 0.8125em; + color: #555555; +} +blockquote cite:before { + content: "\2014 \0020"; +} +blockquote cite a, +blockquote cite a:visited { + color: #555555; +} + +blockquote, +blockquote p { + line-height: 1.6; + color: #6f6f6f; +} + +/* Microformats */ +.vcard { + display: inline-block; + margin: 0 0 1.25em 0; + border: 1px solid #dddddd; + padding: 0.625em 0.75em; +} +.vcard li { + margin: 0; + display: block; +} +.vcard .fn { + font-weight: bold; + font-size: 0.9375em; +} + +.vevent .summary { + font-weight: bold; +} +.vevent abbr { + cursor: default; + text-decoration: none; + font-weight: bold; + border: none; + padding: 0 0.0625em; +} + +@media only screen and (min-width: 48em) { + h1, h2, h3, h4, h5, h6 { + line-height: 1.4; + } + + h1 { + font-size: 2em; + } + + h2 { + font-size: 1.75em; + } + + h3 { + font-size: 1.5625em; + } + + h4 { + font-size: 1.375em; + } +} +/* + * Print styles. + * + * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ + * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) +*/ +.print-only { + display: none !important; +} + +@media print { + * { + background: transparent !important; + color: #000 !important; + /* Black prints faster: h5bp.com/s */ + box-shadow: none !important; + text-shadow: none !important; + } + + a, + a:visited { + text-decoration: underline; + } + + a[href]:after { + content: " (" attr(href) ")"; + } + + abbr[title]:after { + content: " (" attr(title) ")"; + } + + .ir a:after, + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + thead { + display: table-header-group; + /* h5bp.com/t */ + } + + tr, + img { + page-break-inside: avoid; + } + + img { + max-width: 100% !important; + } + + @page { + margin: 0.5cm; +} + + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + + h2, + h3 { + page-break-after: avoid; + } + + .hide-on-print { + display: none !important; + } + + .print-only { + display: block !important; + } + + .hide-for-print { + display: none !important; + } + + .show-for-print { + display: inherit !important; + } +} +/* Clearing Styles */ +[data-clearing] { + *zoom: 1; + margin-bottom: 0; + list-style: none; +} +[data-clearing]:before, [data-clearing]:after { + content: " "; + display: table; +} +[data-clearing]:after { + clear: both; +} +[data-clearing] li { + float: left; + margin-right: 10px; +} + +.clearing-blackout { + background: #111111; + position: fixed; + width: 100%; + height: 100%; + top: 0; + left: 0; + z-index: 998; +} +.clearing-blackout .clearing-close { + display: block; +} + +.clearing-container { + position: relative; + z-index: 998; + height: 100%; + overflow: hidden; + margin: 0; +} + +.visible-img { + height: 95%; + position: relative; +} +.visible-img img { + position: absolute; + left: 50%; + top: 50%; + margin-left: -50%; + max-height: 100%; + max-width: 100%; +} + +.clearing-caption { + color: white; + line-height: 1.3; + margin-bottom: 0; + text-align: center; + bottom: 0; + background: #111111; + width: 100%; + padding: 10px 30px; + position: absolute; + left: 0; +} + +.clearing-close { + z-index: 999; + padding-left: 20px; + padding-top: 10px; + font-size: 40px; + line-height: 1; + color: white; + display: none; +} +.clearing-close:hover, .clearing-close:focus { + color: #ccc; +} + +.clearing-assembled .clearing-container { + height: 100%; +} +.clearing-assembled .clearing-container .carousel > ul { + display: none; +} + +@media only screen and (min-width: 48em) { + .clearing-main-prev, + .clearing-main-next { + position: absolute; + height: 100%; + width: 40px; + top: 0; + } + .clearing-main-prev > span, + .clearing-main-next > span { + position: absolute; + top: 50%; + display: block; + width: 0; + height: 0; + border: solid 16px; + } + + .clearing-main-prev { + left: 0; + } + .clearing-main-prev > span { + left: 5px; + border-color: transparent; + border-right-color: white; + } + + .clearing-main-next { + right: 0; + } + .clearing-main-next > span { + border-color: transparent; + border-left-color: white; + } + + .clearing-main-prev.disabled, + .clearing-main-next.disabled { + opacity: 0.5; + } + + .clearing-feature ~ li { + display: none; + } + + .clearing-assembled .clearing-container .carousel { + background: #111111; + height: 150px; + margin-top: 5px; + } + .clearing-assembled .clearing-container .carousel > ul { + display: block; + z-index: 999; + width: 200%; + height: 100%; + margin-left: 0; + position: relative; + left: 0; + } + .clearing-assembled .clearing-container .carousel > ul li { + display: block; + width: 175px; + height: inherit; + padding: 0; + float: left; + overflow: hidden; + margin-right: 1px; + position: relative; + cursor: pointer; + opacity: 0.4; + } + .clearing-assembled .clearing-container .carousel > ul li.fix-height img { + min-height: 100%; + height: 100%; + max-width: none; + } + .clearing-assembled .clearing-container .carousel > ul li a.th { + border: none; + -webkit-box-shadow: none; + box-shadow: none; + display: block; + } + .clearing-assembled .clearing-container .carousel > ul li img { + cursor: pointer !important; + min-width: 100% !important; + } + .clearing-assembled .clearing-container .carousel > ul li.visible { + opacity: 1; + } + .clearing-assembled .clearing-container .visible-img { + background: #111111; + overflow: hidden; + height: 75%; + } + + .clearing-close { + position: absolute; + top: 10px; + right: 20px; + padding-left: 0; + padding-top: 0; + } +} +/* Panels */ +.panel { + border-style: solid; + border-width: 1px; + border-color: #d9d9d9; + margin-bottom: 1.25em; + padding: 1.25em; + background: #f2f2f2; +} +.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p { + color: #333333; +} +.panel > :first-child { + margin-top: 0; +} +.panel > :last-child { + margin-bottom: 0; +} +.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 { + line-height: 1; + margin-bottom: 0.625em; +} +.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader { + line-height: 1.4; +} +.panel.callout { + border-style: solid; + border-width: 1px; + border-color: #6c0f09; + margin-bottom: 1.25em; + padding: 1.25em; + background: #9b160d; + -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; +} +.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p { + color: white; +} +.panel.callout > :first-child { + margin-top: 0; +} +.panel.callout > :last-child { + margin-bottom: 0; +} +.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 { + line-height: 1; + margin-bottom: 0.625em; +} +.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader { + line-height: 1.4; +} +.panel.radius { + -webkit-border-radius: 3px; + border-radius: 3px; +} + +body { + height: 100%; + margin: 0; + overflow-y: scroll; + overflow-x: hidden; + background-color: #e5e5e5; +} + +.article > article { + background-color: #d8d8d8; + padding-top: 60px; + padding-bottom: 0.9375em; + -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); +} +.article > article header { + background-color: #ffffff; + border-bottom: 1px solid #e0e0e0; +} +.article > article header h1 { + color: #9b160d; + text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); +} +.article > article header time { + color: #adadad; + font-weight: bold; + line-height: 1.125em; + font-size: 1.125em; + padding-top: 0.625em; + paddting-bottom: 0.3125em; + display: block; + text-align: right; +} +.article > article .content { + padding-top: 0.625em; + background-color: #f5f5f5; + padding-left: 0.3125em; +} +.article > article footer { + background-color: #ffffff; + border-top: 1px solid #e0e0e0; + padding-top: 0.4375em; + padding-bottom: 0.625em; + color: #adadad; + border-bottom: solid 2px rgba(0, 0, 0, 0.2); +} +.article > article footer a { + color: rgba(155, 22, 13, 0.6); +} +.article > aside > .row > .columns { + background-color: #f5f5f5; + -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); +} + +.articleComments > div { + background-color: #f5f5f5; + -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + padding-top: 0.625em; +} + +@media only screen and (min-width: 48em) { + .article > aside { + padding-top: 60px; + } + .article > aside > .row > .columns { + background-color: inherit; + padding-right: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } + .article > aside > .row > .columns > div { + -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); + border-style: solid; + border-width: 1px; + border-color: gainsboro; + margin-bottom: 1.25em; + padding: 1.25em; + background: whitesmoke; + } + .article > aside > .row > .columns > div h1, .article > aside > .row > .columns > div h2, .article > aside > .row > .columns > div h3, .article > aside > .row > .columns > div h4, .article > aside > .row > .columns > div h5, .article > aside > .row > .columns > div h6, .article > aside > .row > .columns > div p { + color: #333333; + } + .article > aside > .row > .columns > div > :first-child { + margin-top: 0; + } + .article > aside > .row > .columns > div > :last-child { + margin-bottom: 0; + } + .article > aside > .row > .columns > div h1, .article > aside > .row > .columns > div h2, .article > aside > .row > .columns > div h3, .article > aside > .row > .columns > div h4, .article > aside > .row > .columns > div h5, .article > aside > .row > .columns > div h6 { + line-height: 1; + margin-bottom: 0.625em; + } + .article > aside > .row > .columns > div h1.subheader, .article > aside > .row > .columns > div h2.subheader, .article > aside > .row > .columns > div h3.subheader, .article > aside > .row > .columns > div h4.subheader, .article > aside > .row > .columns > div h5.subheader, .article > aside > .row > .columns > div h6.subheader { + line-height: 1.4; + } +} +.articleInfo h5 { + text-align: center; +} + +body #footer { + color: rgba(155, 22, 13, 0.4); + padding-top: 0.625em; + padding-bottom: 0.9375em; + padding-right: 0.9375em; + text-align: right; +} +body #footer a { + color: inherit; +} +body #footer a:hover { + color: rgba(155, 22, 13, 0.8); +} + +.top-bar { + overflow: hidden; + height: 45px; + line-height: 45px; + max-width: none; + background: rgba(155, 22, 13, 0.9); + position: relative; + margin-bottom: 0px; + -webkit-box-shadow: 0 5px 5px rgba(50, 50, 50, 0.4); + -moz-box-shadow: 0 5px 5px rgba(50, 50, 50, 0.4); + box-shadow: 0 5px 5px rgba(50, 50, 50, 0.4); +} +.top-bar ul { + margin-bottom: 0; + list-style: none; +} +.top-bar .title-area { + float: left; + position: relative; + height: 45px; + margin: 0; + line-height: 45px; + font-size: 1.0625em; + margin: 0; +} +.top-bar .title-area a { + font-weight: bold; + color: white; + width: auto; + display: block; + padding: 0 15px; +} +.top-bar .title-area a:hover { + color: white; +} +.top-bar .title-area a:active { + color: white; +} +.top-bar .social-area { + float: right; + width: auto; + height: auto; + display: inline; +} +.top-bar .social-area li { + float: left; +} +.top-bar .social-area li a { + display: block; + color: white; + height: 45px; + line-height: 45px; + width: 100%; + padding: 0 9px; + font-size: 0.8125em; + font-weight: bold; +} +.top-bar .social-area li a:hover { + background: rgba(108, 15, 9, 0.9); +} + +[class="fixed top-bar"] { + width: 100%; + left: 0; + position: fixed; + top: 0; + margin-bottom: 0; + z-index: 99; +} + +@media print { + .top-bar { + position: relative; + } + .top-bar .title-area i { + display: none; + } + .top-bar .social-area { + display: none; + } +} +::-webkit-scrollbar { + width: 12px; + height: 12px; +} + +::-webkit-scrollbar-button { + height: 0; + width: 0; +} + +::-webkit-scrollbar-track { + border: solid transparent; + background-color: #f5f5f5; +} + +::-webkit-scrollbar-track-piece { + background-color: #f5f5f5; + -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px 0 0 rgba(0, 0, 0, 0.07); + -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px 0 0 rgba(0, 0, 0, 0.07); + box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px 0 0 rgba(0, 0, 0, 0.07); +} + +::-webkit-scrollbar-thumb { + min-height: 30px; + background-color: rgba(0, 0, 0, 0.2); + border: none; + -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); + -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); + box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); +} +::-webkit-scrollbar-thumb:hover { + background-color: rgba(0, 0, 0, 0.4); +} + +@media print { + .hide-on-print iframe { + display: none; + } +} diff --git a/static/css/icons.css b/static/css/icons.css new file mode 100644 index 0000000..00da046 --- /dev/null +++ b/static/css/icons.css @@ -0,0 +1,2903 @@ +@font-face { + font-family: "fontello"; + src: url('/fonts/fontello.eot'); + src: url('/fonts/fontello.eot?#iefix') format('eot'), url('/fonts/fontello.woff') format('woff'), url('/fonts/fontello.ttf') format('truetype'), url('/fonts/fontello.svg') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class*="icon-"] { + background-image: none; + background-position: 0% 0%; + background-repeat: repeat; + display: inline; + height: auto; + width: auto; + vertical-align: baseline; + line-height: 1; + margin-top: 0; + speak: none; + font-family: "fontello"; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + text-decoration: inherit; + -webkit-font-smoothing: antialiased; +} + +[class*="icon-"]:before { + text-decoration: inherit; + display: inline-block; + speak: none; +} + +[class*="border icon-"] { + border: solid 1px #eeeeee; + padding: .2em .25em .15em; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -ms-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; +} + +[class*="large icon-"]:before { + vertical-align: -10%; + font-size: 1.333em; +} + +[class*="huge icon-"]:before { + vertical-align: -17%; + font-size: 1.75em; +} + +[class*="2x icon-"] { + font-size: 2em; +} +[class*="2x icon-"] .border { + border-width: 2px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -ms-border-radius: 4px; + -o-border-radius: 4px; + border-radius: 4px; +} + +[class*="3x icon-"] { + font-size: 3em; +} +[class*="3x icon-"] .border { + border-width: 3px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -ms-border-radius: 5px; + -o-border-radius: 5px; + border-radius: 5px; +} + +[class*="4x icon-"] { + font-size: 4em; +} +[class*="4x icon-"] .border { + border-width: 4px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + -ms-border-radius: 6px; + -o-border-radius: 6px; + border-radius: 6px; +} + +[class*="5x icon-"] { + font-size: 5em; +} +[class*="5x icon-"] .border { + border-width: 5px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + -ms-border-radius: 7px; + -o-border-radius: 7px; + border-radius: 7px; +} + +[class*="muted icon-"] { + color: #eeeeee; +} + +[class*="light icon-"] { + color: white; +} + +[class*="dark icon-"] { + color: #333333; +} + +a [class*="icon-"]:before { + display: inline; +} + +@-moz-keyframes spin { + 0% { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -moz-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@-o-keyframes spin { + 0% { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -o-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@-ms-keyframes spin { + 0% { + -ms-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -ms-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes spin { + 0% { + transform: rotate(0deg); + } + + 100% { + transform: rotate(359deg); + } +} + +.animate-spin { + -webkit-animation: spin 2s infinite linear; + -moz-animation: spin 2s infinite linear; + -ms-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} + +.icon-duckduckgo:before { + content: "\ea15"; +} + +.icon-aim:before { + content: "\ea16"; +} + +.icon-delicious:before { + content: "\ea17"; +} + +.icon-paypal-1:before { + content: "\ea18"; +} + +.icon-flattr-1:before { + content: "\ea19"; +} + +.icon-android:before { + content: "\ea1a"; +} + +.icon-eventful:before { + content: "\ea1b"; +} + +.icon-smashmag:before { + content: "\ea1c"; +} + +.icon-gplus-2:before { + content: "\ea1d"; +} + +.icon-plus:before { + content: "\e816"; +} + +.icon-plus-1:before { + content: "\e936"; +} + +.icon-wikipedia:before { + content: "\ea1e"; +} + +.icon-lanyrd:before { + content: "\ea1f"; +} + +.icon-minus:before { + content: "\e819"; +} + +.icon-minus-1:before { + content: "\e938"; +} + +.icon-calendar-2:before { + content: "\ea20"; +} + +.icon-stumbleupon-1:before { + content: "\ea21"; +} + +.icon-fivehundredpx:before { + content: "\ea22"; +} + +.icon-pinterest-1:before { + content: "\ea23"; +} + +.icon-bitcoin:before { + content: "\ea24"; +} + +.icon-w3c:before { + content: "\ea25"; +} + +.icon-foursquare:before { + content: "\ea26"; +} + +.icon-html5:before { + content: "\ea27"; +} + +.icon-ie:before { + content: "\ea28"; +} + +.icon-call:before { + content: "\ea29"; +} + +.icon-grooveshark:before { + content: "\ea2a"; +} + +.icon-ninetyninedesigns:before { + content: "\ea2b"; +} + +.icon-forrst:before { + content: "\ea2c"; +} + +.icon-digg:before { + content: "\ea2d"; +} + +.icon-spotify-1:before { + content: "\ea2e"; +} + +.icon-reddit:before { + content: "\ea2f"; +} + +.icon-guest:before { + content: "\ea30"; +} + +.icon-gowalla:before { + content: "\ea31"; +} + +.icon-at:before { + content: "\ea9d"; +} + +.icon-appstore:before { + content: "\ea32"; +} + +.icon-blogger:before { + content: "\ea33"; +} + +.icon-cc-1:before { + content: "\ea34"; +} + +.icon-dribbble-1:before { + content: "\ea35"; +} + +.icon-evernote-1:before { + content: "\ea36"; +} + +.icon-flickr-1:before { + content: "\ea37"; +} + +.icon-google:before { + content: "\ea38"; +} + +.icon-viadeo:before { + content: "\ea39"; +} + +.icon-instapaper:before { + content: "\ea3a"; +} + +.icon-weibo:before { + content: "\ea3b"; +} + +.icon-klout:before { + content: "\ea3c"; +} + +.icon-linkedin-2:before { + content: "\ea3d"; +} + +.icon-meetup:before { + content: "\ea3e"; +} + +.icon-vk:before { + content: "\ea3f"; +} + +.icon-plancast:before { + content: "\ea40"; +} + +.icon-disqus:before { + content: "\ea41"; +} + +.icon-rss-2:before { + content: "\ea42"; +} + +.icon-skype-1:before { + content: "\ea43"; +} + +.icon-twitter-2:before { + content: "\ea44"; +} + +.icon-youtube:before { + content: "\ea45"; +} + +.icon-vimeo-1:before { + content: "\ea46"; +} + +.icon-windows:before { + content: "\ea47"; +} + +.icon-xing:before { + content: "\ea48"; +} + +.icon-yahoo:before { + content: "\ea49"; +} + +.icon-chrome:before { + content: "\ea4a"; +} + +.icon-email:before { + content: "\ea4b"; +} + +.icon-macstore:before { + content: "\ea4c"; +} + +.icon-myspace:before { + content: "\ea4d"; +} + +.icon-podcast:before { + content: "\ea4e"; +} + +.icon-amazon:before { + content: "\ea4f"; +} + +.icon-steam:before { + content: "\ea50"; +} + +.icon-cloudapp:before { + content: "\ea51"; +} + +.icon-dropbox-1:before { + content: "\ea52"; +} + +.icon-ebay:before { + content: "\ea53"; +} + +.icon-facebook-2:before { + content: "\ea54"; +} + +.icon-github-2:before { + content: "\ea55"; +} + +.icon-googleplay:before { + content: "\ea57"; +} + +.icon-itunes:before { + content: "\ea58"; +} + +.icon-plurk:before { + content: "\ea59"; +} + +.icon-songkick:before { + content: "\ea5a"; +} + +.icon-lastfm-1:before { + content: "\ea5b"; +} + +.icon-gmail:before { + content: "\ea5c"; +} + +.icon-pinboard:before { + content: "\ea5d"; +} + +.icon-openid:before { + content: "\ea5e"; +} + +.icon-quora:before { + content: "\ea5f"; +} + +.icon-soundcloud-1:before { + content: "\ea60"; +} + +.icon-tumblr-1:before { + content: "\ea61"; +} + +.icon-eventasaurus:before { + content: "\ea62"; +} + +.icon-wordpress:before { + content: "\ea63"; +} + +.icon-yelp:before { + content: "\ea64"; +} + +.icon-intensedebate:before { + content: "\ea65"; +} + +.icon-eventbrite:before { + content: "\ea66"; +} + +.icon-scribd:before { + content: "\ea67"; +} + +.icon-posterous:before { + content: "\ea68"; +} + +.icon-stripe:before { + content: "\ea69"; +} + +.icon-pilcrow:before { + content: "\ea9c"; +} + +.icon-opentable:before { + content: "\ea6a"; +} + +.icon-cart:before { + content: "\ea6b"; +} + +.icon-print-2:before { + content: "\ea6c"; +} + +.icon-angellist:before { + content: "\ea6d"; +} + +.icon-instagram-1:before { + content: "\ea6e"; +} + +.icon-dwolla:before { + content: "\ea6f"; +} + +.icon-appnet:before { + content: "\ea70"; +} + +.icon-statusnet:before { + content: "\ea71"; +} + +.icon-acrobat:before { + content: "\ea72"; +} + +.icon-drupal:before { + content: "\ea73"; +} + +.icon-buffer:before { + content: "\ea74"; +} + +.icon-pocket:before { + content: "\ea75"; +} + +.icon-github-circled-2:before { + content: "\ea56"; +} + +.icon-bitbucket:before { + content: "\ea76"; +} + +.icon-lego:before { + content: "\ea77"; +} + +.icon-login-2:before { + content: "\ea78"; +} + +.icon-stackoverflow:before { + content: "\ea79"; +} + +.icon-hackernews:before { + content: "\ea7a"; +} + +.icon-lkdto:before { + content: "\ea7b"; +} + +.icon-info:before { + content: "\e81e"; +} + +.icon-left-thin:before { + content: "\e88c"; +} + +.icon-left-1:before { + content: "\e997"; +} + +.icon-up-thin:before { + content: "\e88e"; +} + +.icon-up-1:before { + content: "\e999"; +} + +.icon-right-thin:before { + content: "\e88d"; +} + +.icon-right-1:before { + content: "\e998"; +} + +.icon-down-thin:before { + content: "\e88b"; +} + +.icon-down-1:before { + content: "\e996"; +} + +.icon-level-up:before { + content: "\e893"; +} + +.icon-level-down:before { + content: "\e892"; +} + +.icon-switch:before { + content: "\e896"; +} + +.icon-infinity:before { + content: "\e8c2"; +} + +.icon-plus-squared:before { + content: "\e818"; +} + +.icon-minus-squared:before { + content: "\e81b"; +} + +.icon-home-1:before { + content: "\e93c"; +} + +.icon-home:before { + content: "\e821"; +} + +.icon-keyboard:before { + content: "\e83a"; +} + +.icon-erase:before { + content: "\e8c3"; +} + +.icon-pause-1:before { + content: "\e9aa"; +} + +.icon-pause:before { + content: "\e899"; +} + +.icon-fast-fw:before { + content: "\e9af"; +} + +.icon-fast-forward:before { + content: "\e89d"; +} + +.icon-fast-backward:before { + content: "\e89e"; +} + +.icon-fast-bw:before { + content: "\e9b0"; +} + +.icon-to-end-1:before { + content: "\e9ab"; +} + +.icon-to-end:before { + content: "\e89b"; +} + +.icon-to-start:before { + content: "\e89c"; +} + +.icon-to-start-1:before { + content: "\e9ad"; +} + +.icon-hourglass:before { + content: "\e863"; +} + +.icon-stop:before { + content: "\e898"; +} + +.icon-stop-1:before { + content: "\e9a9"; +} + +.icon-up-dir:before { + content: "\e886"; +} + +.icon-up-dir-1:before { + content: "\e987"; +} + +.icon-play-1:before { + content: "\e9a7"; +} + +.icon-play:before { + content: "\e897"; +} + +.icon-right-dir:before { + content: "\e885"; +} + +.icon-right-dir-1:before { + content: "\e989"; +} + +.icon-down-dir:before { + content: "\e883"; +} + +.icon-down-dir-1:before { + content: "\e986"; +} + +.icon-left-dir:before { + content: "\e884"; +} + +.icon-left-dir-1:before { + content: "\e988"; +} + +.icon-adjust:before { + content: "\e867"; +} + +.icon-cloud-1:before { + content: "\e9bb"; +} + +.icon-cloud:before { + content: "\e8b2"; +} + +.icon-umbrella:before { + content: "\e9bd"; +} + +.icon-star:before { + content: "\e808"; +} + +.icon-star-1:before { + content: "\e923"; +} + +.icon-star-empty:before { + content: "\e809"; +} + +.icon-star-empty-1:before { + content: "\e924"; +} + +.icon-check-1:before { + content: "\e9df"; +} + +.icon-cup:before { + content: "\e846"; +} + +.icon-left-hand:before { + content: "\e99b"; +} + +.icon-up-hand:before { + content: "\e99c"; +} + +.icon-right-hand:before { + content: "\e99a"; +} + +.icon-down-hand:before { + content: "\e99d"; +} + +.icon-menu:before { + content: "\e811"; +} + +.icon-th-list:before { + content: "\e92f"; +} + +.icon-moon:before { + content: "\e8b5"; +} + +.icon-heart-empty-1:before { + content: "\e922"; +} + +.icon-heart-empty:before { + content: "\e807"; +} + +.icon-heart-1:before { + content: "\e921"; +} + +.icon-heart:before { + content: "\e806"; +} + +.icon-note:before { + content: "\e800"; +} + +.icon-music-1:before { + content: "\e91d"; +} + +.icon-note-beamed:before { + content: "\e801"; +} + +.icon-layout:before { + content: "\e810"; +} + +.icon-th:before { + content: "\e92e"; +} + +.icon-flag-1:before { + content: "\e949"; +} + +.icon-flag:before { + content: "\e82a"; +} + +.icon-tools:before { + content: "\e856"; +} + +.icon-cog:before { + content: "\e855"; +} + +.icon-cog-1:before { + content: "\e96e"; +} + +.icon-attention:before { + content: "\e83e"; +} + +.icon-attention-1:before { + content: "\e95f"; +} + +.icon-flash:before { + content: "\e8b4"; +} + +.icon-flash-1:before { + content: "\e9bc"; +} + +.icon-record:before { + content: "\e89a"; +} + +.icon-cloud-thunder:before { + content: "\e8b3"; +} + +.icon-cog-alt:before { + content: "\e96f"; +} + +.icon-scissors:before { + content: "\e9d3"; +} + +.icon-tape:before { + content: "\e8c8"; +} + +.icon-flight:before { + content: "\e8b6"; +} + +.icon-flight-1:before { + content: "\e9be"; +} + +.icon-mail:before { + content: "\e805"; +} + +.icon-mail-1:before { + content: "\e91f"; +} + +.icon-edit:before { + content: "\e956"; +} + +.icon-pencil:before { + content: "\e836"; +} + +.icon-pencil-1:before { + content: "\e955"; +} + +.icon-feather:before { + content: "\e837"; +} + +.icon-check:before { + content: "\e812"; +} + +.icon-ok:before { + content: "\e930"; +} + +.icon-ok-circle:before { + content: "\e931"; +} + +.icon-cancel:before { + content: "\e813"; +} + +.icon-cancel-1:before { + content: "\e933"; +} + +.icon-cancel-circled:before { + content: "\e814"; +} + +.icon-cancel-circle:before { + content: "\e934"; +} + +.icon-asterisk:before { + content: "\e9e3"; +} + +.icon-cancel-squared:before { + content: "\e815"; +} + +.icon-help:before { + content: "\e81c"; +} + +.icon-attention-circle:before { + content: "\e960"; +} + +.icon-quote:before { + content: "\e833"; +} + +.icon-plus-circled:before { + content: "\e817"; +} + +.icon-plus-circle:before { + content: "\e937"; +} + +.icon-minus-circled:before { + content: "\e81a"; +} + +.icon-minus-circle:before { + content: "\e939"; +} + +.icon-right:before { + content: "\e881"; +} + +.icon-direction:before { + content: "\e844"; +} + +.icon-forward-1:before { + content: "\e951"; +} + +.icon-forward:before { + content: "\e832"; +} + +.icon-ccw-1:before { + content: "\e9a3"; +} + +.icon-ccw:before { + content: "\e88f"; +} + +.icon-cw:before { + content: "\e890"; +} + +.icon-cw-1:before { + content: "\e9a2"; +} + +.icon-left:before { + content: "\e880"; +} + +.icon-up:before { + content: "\e882"; +} + +.icon-down:before { + content: "\e87f"; +} + +.icon-resize-vertical:before { + content: "\e97f"; +} + +.icon-resize-horizontal:before { + content: "\e980"; +} + +.icon-eject:before { + content: "\e9b1"; +} + +.icon-list-add:before { + content: "\e8a6"; +} + +.icon-list:before { + content: "\e8a5"; +} + +.icon-left-bold:before { + content: "\e888"; +} + +.icon-right-bold:before { + content: "\e889"; +} + +.icon-up-bold:before { + content: "\e88a"; +} + +.icon-down-bold:before { + content: "\e887"; +} + +.icon-user-add:before { + content: "\e80c"; +} + +.icon-star-half:before { + content: "\e925"; +} + +.icon-ok-circle2:before { + content: "\e932"; +} + +.icon-cancel-circle2:before { + content: "\e935"; +} + +.icon-help-circle:before { + content: "\e93a"; +} + +.icon-help-circled:before { + content: "\e81d"; +} + +.icon-info-circle:before { + content: "\e93b"; +} + +.icon-info-circled:before { + content: "\e81f"; +} + +.icon-th-large:before { + content: "\e92d"; +} + +.icon-eye:before { + content: "\e826"; +} + +.icon-eye-1:before { + content: "\e943"; +} + +.icon-eye-off:before { + content: "\e944"; +} + +.icon-tag-1:before { + content: "\e945"; +} + +.icon-tag:before { + content: "\e827"; +} + +.icon-tags:before { + content: "\e946"; +} + +.icon-camera-alt:before { + content: "\e92c"; +} + +.icon-upload-cloud:before { + content: "\e82f"; +} + +.icon-reply:before { + content: "\e830"; +} + +.icon-reply-all:before { + content: "\e831"; +} + +.icon-code:before { + content: "\e834"; +} + +.icon-export:before { + content: "\e835"; +} + +.icon-export-1:before { + content: "\e954"; +} + +.icon-print:before { + content: "\e838"; +} + +.icon-print-1:before { + content: "\e957"; +} + +.icon-retweet-1:before { + content: "\e958"; +} + +.icon-retweet:before { + content: "\e839"; +} + +.icon-comment-1:before { + content: "\e959"; +} + +.icon-comment:before { + content: "\e83b"; +} + +.icon-chat:before { + content: "\e83c"; +} + +.icon-chat-1:before { + content: "\e95a"; +} + +.icon-vcard:before { + content: "\e840"; +} + +.icon-address:before { + content: "\e841"; +} + +.icon-location-1:before { + content: "\e961"; +} + +.icon-location:before { + content: "\e842"; +} + +.icon-map:before { + content: "\e843"; +} + +.icon-compass:before { + content: "\e845"; +} + +.icon-trash-1:before { + content: "\e962"; +} + +.icon-trash:before { + content: "\e847"; +} + +.icon-doc:before { + content: "\e848"; +} + +.icon-doc-text-inv:before { + content: "\e84c"; +} + +.icon-docs:before { + content: "\e849"; +} + +.icon-doc-landscape:before { + content: "\e84a"; +} + +.icon-archive:before { + content: "\e851"; +} + +.icon-rss:before { + content: "\e853"; +} + +.icon-share:before { + content: "\e857"; +} + +.icon-basket:before { + content: "\e859"; +} + +.icon-basket-1:before { + content: "\e971"; +} + +.icon-shareable:before { + content: "\e858"; +} + +.icon-login-1:before { + content: "\e973"; +} + +.icon-login:before { + content: "\e85c"; +} + +.icon-logout-1:before { + content: "\e974"; +} + +.icon-logout:before { + content: "\e85d"; +} + +.icon-volume:before { + content: "\e861"; +} + +.icon-resize-full:before { + content: "\e869"; +} + +.icon-resize-full-1:before { + content: "\e97c"; +} + +.icon-resize-small:before { + content: "\e86a"; +} + +.icon-resize-small-1:before { + content: "\e97e"; +} + +.icon-popup:before { + content: "\e86b"; +} + +.icon-publish:before { + content: "\e86c"; +} + +.icon-window:before { + content: "\e86d"; +} + +.icon-arrow-combo:before { + content: "\e86e"; +} + +.icon-zoom-in:before { + content: "\e982"; +} + +.icon-zoom-out:before { + content: "\e983"; +} + +.icon-chart-pie:before { + content: "\e8c4"; +} + +.icon-language:before { + content: "\e8ca"; +} + +.icon-air:before { + content: "\e8ce"; +} + +.icon-database:before { + content: "\e8d3"; +} + +.icon-drive:before { + content: "\e8d4"; +} + +.icon-bucket:before { + content: "\e8d5"; +} + +.icon-thermometer:before { + content: "\e8d6"; +} + +.icon-down-circled:before { + content: "\e86f"; +} + +.icon-down-circle2:before { + content: "\e984"; +} + +.icon-left-circled:before { + content: "\e870"; +} + +.icon-right-circled:before { + content: "\e871"; +} + +.icon-up-circled:before { + content: "\e872"; +} + +.icon-up-circle2:before { + content: "\e985"; +} + +.icon-down-open:before { + content: "\e873"; +} + +.icon-down-open-1:before { + content: "\e98a"; +} + +.icon-left-open-1:before { + content: "\e98b"; +} + +.icon-left-open:before { + content: "\e874"; +} + +.icon-right-open-1:before { + content: "\e98c"; +} + +.icon-right-open:before { + content: "\e875"; +} + +.icon-up-open:before { + content: "\e876"; +} + +.icon-up-open-1:before { + content: "\e98d"; +} + +.icon-arrows-cw:before { + content: "\e9a4"; +} + +.icon-down-open-mini:before { + content: "\e877"; +} + +.icon-play-circle2:before { + content: "\e9a8"; +} + +.icon-left-open-mini:before { + content: "\e878"; +} + +.icon-right-open-mini:before { + content: "\e879"; +} + +.icon-to-end-alt:before { + content: "\e9ac"; +} + +.icon-up-open-mini:before { + content: "\e87a"; +} + +.icon-to-start-alt:before { + content: "\e9ae"; +} + +.icon-down-open-big:before { + content: "\e87b"; +} + +.icon-left-open-big:before { + content: "\e87c"; +} + +.icon-right-open-big:before { + content: "\e87d"; +} + +.icon-up-open-big:before { + content: "\e87e"; +} + +.icon-progress-0:before { + content: "\e89f"; +} + +.icon-progress-1:before { + content: "\e8a0"; +} + +.icon-progress-2:before { + content: "\e8a1"; +} + +.icon-progress-3:before { + content: "\e8a2"; +} + +.icon-back-in-time:before { + content: "\e8aa"; +} + +.icon-network:before { + content: "\e8ad"; +} + +.icon-inbox-1:before { + content: "\e9b9"; +} + +.icon-inbox:before { + content: "\e8af"; +} + +.icon-install:before { + content: "\e8b0"; +} + +.icon-font:before { + content: "\e9c1"; +} + +.icon-bold:before { + content: "\e9c2"; +} + +.icon-italic:before { + content: "\e9c3"; +} + +.icon-text-height:before { + content: "\e9c4"; +} + +.icon-text-width:before { + content: "\e9c5"; +} + +.icon-align-left:before { + content: "\e9c6"; +} + +.icon-align-center:before { + content: "\e9c7"; +} + +.icon-align-right:before { + content: "\e9c8"; +} + +.icon-align-justify:before { + content: "\e9c9"; +} + +.icon-list-1:before { + content: "\e9ca"; +} + +.icon-indent-left:before { + content: "\e9cb"; +} + +.icon-indent-right:before { + content: "\e9cc"; +} + +.icon-lifebuoy:before { + content: "\e8b9"; +} + +.icon-mouse:before { + content: "\e8ba"; +} + +.icon-dot:before { + content: "\e8bd"; +} + +.icon-dot-2:before { + content: "\e8be"; +} + +.icon-dot-3:before { + content: "\e8bf"; +} + +.icon-off:before { + content: "\e9d7"; +} + +.icon-suitcase:before { + content: "\e8bc"; +} + +.icon-road:before { + content: "\e9d8"; +} + +.icon-list-alt:before { + content: "\e9d9"; +} + +.icon-flow-cascade:before { + content: "\e8d8"; +} + +.icon-flow-branch:before { + content: "\e8d9"; +} + +.icon-qrcode:before { + content: "\e9da"; +} + +.icon-flow-tree:before { + content: "\e8da"; +} + +.icon-barcode:before { + content: "\e9db"; +} + +.icon-flow-line:before { + content: "\e8db"; +} + +.icon-ajust:before { + content: "\e9dd"; +} + +.icon-tint:before { + content: "\e9de"; +} + +.icon-flow-parallel:before { + content: "\e8dc"; +} + +.icon-brush:before { + content: "\e8c0"; +} + +.icon-paper-plane:before { + content: "\e8b7"; +} + +.icon-magnet-1:before { + content: "\e9e6"; +} + +.icon-magnet:before { + content: "\e8c1"; +} + +.icon-gauge:before { + content: "\e8de"; +} + +.icon-traffic-cone:before { + content: "\e8df"; +} + +.icon-cc:before { + content: "\e8e0"; +} + +.icon-cc-by:before { + content: "\e8e1"; +} + +.icon-cc-nc:before { + content: "\e8e2"; +} + +.icon-cc-nc-eu:before { + content: "\e8e3"; +} + +.icon-cc-nc-jp:before { + content: "\e8e4"; +} + +.icon-cc-sa:before { + content: "\e8e5"; +} + +.icon-cc-nd:before { + content: "\e8e6"; +} + +.icon-cc-pd:before { + content: "\e8e7"; +} + +.icon-cc-zero:before { + content: "\e8e8"; +} + +.icon-cc-share:before { + content: "\e8e9"; +} + +.icon-cc-remix:before { + content: "\e8ea"; +} + +.icon-spin1:before { + content: "\eaa3"; +} + +.icon-spin2:before { + content: "\eaa2"; +} + +.icon-spin3:before { + content: "\eaa1"; +} + +.icon-spin4:before { + content: "\eaa0"; +} + +.icon-spin5:before { + content: "\ea9e"; +} + +.icon-spin6:before { + content: "\ea9f"; +} + +.icon-firefox:before { + content: "\eaa4"; +} + +.icon-chrome-1:before { + content: "\eaa5"; +} + +.icon-opera:before { + content: "\eaa6"; +} + +.icon-ie-1:before { + content: "\eaa7"; +} + +.icon-move:before { + content: "\e981"; +} + +.icon-link-ext:before { + content: "\e93e"; +} + +.icon-check-empty:before { + content: "\e9e0"; +} + +.icon-bookmark-empty:before { + content: "\e948"; +} + +.icon-phone-squared:before { + content: "\e96c"; +} + +.icon-twitter-1:before { + content: "\ea0a"; +} + +.icon-facebook-1:before { + content: "\ea0c"; +} + +.icon-github-circled-1:before { + content: "\ea07"; +} + +.icon-rss-1:before { + content: "\e96a"; +} + +.icon-hdd:before { + content: "\e9eb"; +} + +.icon-certificate:before { + content: "\e9ed"; +} + +.icon-left-circled-1:before { + content: "\e99e"; +} + +.icon-right-circled-1:before { + content: "\e99f"; +} + +.icon-up-circled-1:before { + content: "\e9a0"; +} + +.icon-down-circled-1:before { + content: "\e9a1"; +} + +.icon-tasks:before { + content: "\e9ee"; +} + +.icon-filter:before { + content: "\e9ef"; +} + +.icon-resize-full-alt:before { + content: "\e97d"; +} + +.icon-beaker:before { + content: "\e9f0"; +} + +.icon-docs-1:before { + content: "\e964"; +} + +.icon-blank:before { + content: "\ea13"; +} + +.icon-menu-1:before { + content: "\e96d"; +} + +.icon-list-bullet:before { + content: "\e9cd"; +} + +.icon-list-numbered:before { + content: "\e9ce"; +} + +.icon-strike:before { + content: "\e9cf"; +} + +.icon-underline:before { + content: "\e9d0"; +} + +.icon-table:before { + content: "\e9d1"; +} + +.icon-magic:before { + content: "\e9f1"; +} + +.icon-pinterest-circled-1:before { + content: "\ea0f"; +} + +.icon-pinterest-squared:before { + content: "\ea10"; +} + +.icon-gplus-squared:before { + content: "\ea11"; +} + +.icon-gplus-1:before { + content: "\ea12"; +} + +.icon-money:before { + content: "\e9f3"; +} + +.icon-columns:before { + content: "\e9d2"; +} + +.icon-sort:before { + content: "\e9f4"; +} + +.icon-sort-down:before { + content: "\e9f5"; +} + +.icon-sort-up:before { + content: "\e9f6"; +} + +.icon-mail-alt:before { + content: "\e920"; +} + +.icon-linkedin-1:before { + content: "\ea0e"; +} + +.icon-gauge-1:before { + content: "\e9f8"; +} + +.icon-comment-empty:before { + content: "\e95b"; +} + +.icon-chat-empty:before { + content: "\e95c"; +} + +.icon-sitemap:before { + content: "\e9f9"; +} + +.icon-paste:before { + content: "\e9d4"; +} + +.icon-lightbulb:before { + content: "\e97a"; +} + +.icon-exchange:before { + content: "\e9a6"; +} + +.icon-download-cloud:before { + content: "\e94e"; +} + +.icon-upload-cloud-1:before { + content: "\e94f"; +} + +.icon-user-md:before { + content: "\e9fe"; +} + +.icon-stethoscope:before { + content: "\e9ff"; +} + +.icon-suitcase-1:before { + content: "\e9d6"; +} + +.icon-bell-alt:before { + content: "\e95e"; +} + +.icon-coffee:before { + content: "\e9fb"; +} + +.icon-food:before { + content: "\e9fc"; +} + +.icon-doc-alt:before { + content: "\e965"; +} + +.icon-building:before { + content: "\ea05"; +} + +.icon-hospital:before { + content: "\ea04"; +} + +.icon-ambulance:before { + content: "\ea00"; +} + +.icon-medkit:before { + content: "\ea01"; +} + +.icon-fighter-jet:before { + content: "\e9bf"; +} + +.icon-beer:before { + content: "\e9fd"; +} + +.icon-h-sigh:before { + content: "\ea02"; +} + +.icon-plus-squared-1:before { + content: "\ea03"; +} + +.icon-angle-double-left:before { + content: "\e992"; +} + +.icon-angle-double-right:before { + content: "\e993"; +} + +.icon-angle-double-up:before { + content: "\e994"; +} + +.icon-angle-double-down:before { + content: "\e995"; +} + +.icon-angle-left:before { + content: "\e98e"; +} + +.icon-angle-right:before { + content: "\e98f"; +} + +.icon-angle-up:before { + content: "\e990"; +} + +.icon-angle-down:before { + content: "\e991"; +} + +.icon-desktop:before { + content: "\e9b5"; +} + +.icon-laptop:before { + content: "\e9b6"; +} + +.icon-tablet:before { + content: "\e9b7"; +} + +.icon-mobile-1:before { + content: "\e9b8"; +} + +.icon-circle-empty:before { + content: "\e9e2"; +} + +.icon-quote-left:before { + content: "\e952"; +} + +.icon-quote-right:before { + content: "\e953"; +} + +.icon-spinner:before { + content: "\e9fa"; +} + +.icon-circle:before { + content: "\e9e1"; +} + +.icon-reply-1:before { + content: "\e950"; +} + +.icon-github-1:before { + content: "\ea08"; +} + +.icon-folder-empty:before { + content: "\e968"; +} + +.icon-folder-open-empty:before { + content: "\e969"; +} + +.icon-github-squared:before { + content: "\ea06"; +} + +.icon-facebook-3:before { + content: "\ea7c"; +} + +.icon-github:before { + content: "\e8eb"; +} + +.icon-facebook-rect:before { + content: "\ea7d"; +} + +.icon-github-circled:before { + content: "\e8ec"; +} + +.icon-twitter-3:before { + content: "\ea7e"; +} + +.icon-twitter-bird:before { + content: "\ea7f"; +} + +.icon-flickr:before { + content: "\e8ed"; +} + +.icon-flickr-circled:before { + content: "\e8ee"; +} + +.icon-twitter-squared:before { + content: "\ea09"; +} + +.icon-icq:before { + content: "\ea88"; +} + +.icon-yandex:before { + content: "\ea89"; +} + +.icon-yandex-rect:before { + content: "\ea8a"; +} + +.icon-vimeo:before { + content: "\e8ef"; +} + +.icon-github-text:before { + content: "\ea85"; +} + +.icon-vimeo-circled:before { + content: "\e8f0"; +} + +.icon-github-3:before { + content: "\ea86"; +} + +.icon-facebook-squared-1:before { + content: "\ea0b"; +} + +.icon-googleplus-rect:before { + content: "\ea84"; +} + +.icon-twitter:before { + content: "\e8f1"; +} + +.icon-vkontakte-rect:before { + content: "\ea8b"; +} + +.icon-twitter-circled:before { + content: "\e8f2"; +} + +.icon-skype-2:before { + content: "\ea87"; +} + +.icon-facebook:before { + content: "\e8f3"; +} + +.icon-odnoklassniki:before { + content: "\ea8c"; +} + +.icon-linkedin-squared:before { + content: "\ea0d"; +} + +.icon-odnoklassniki-rect:before { + content: "\ea8d"; +} + +.icon-facebook-circled:before { + content: "\e8f4"; +} + +.icon-vimeo-rect:before { + content: "\ea81"; +} + +.icon-facebook-squared:before { + content: "\e8f5"; +} + +.icon-gplus:before { + content: "\e8f6"; +} + +.icon-vimeo-2:before { + content: "\ea80"; +} + +.icon-tumblr-rect:before { + content: "\ea83"; +} + +.icon-gplus-circled:before { + content: "\e8f7"; +} + +.icon-tumblr-2:before { + content: "\ea82"; +} + +.icon-friendfeed:before { + content: "\ea8e"; +} + +.icon-pinterest:before { + content: "\e8f8"; +} + +.icon-friendfeed-rect:before { + content: "\ea8f"; +} + +.icon-pinterest-circled:before { + content: "\e8f9"; +} + +.icon-blogger-1:before { + content: "\ea90"; +} + +.icon-tumblr:before { + content: "\e8fa"; +} + +.icon-blogger-rect:before { + content: "\ea91"; +} + +.icon-deviantart:before { + content: "\ea92"; +} + +.icon-tumblr-circled:before { + content: "\e8fb"; +} + +.icon-jabber:before { + content: "\ea93"; +} + +.icon-lastfm-2:before { + content: "\ea94"; +} + +.icon-linkedin:before { + content: "\e8fc"; +} + +.icon-lastfm-rect:before { + content: "\ea95"; +} + +.icon-linkedin-circled:before { + content: "\e8fd"; +} + +.icon-linkedin-3:before { + content: "\ea96"; +} + +.icon-linkedin-rect:before { + content: "\ea97"; +} + +.icon-dribbble:before { + content: "\e8fe"; +} + +.icon-dribbble-circled:before { + content: "\e8ff"; +} + +.icon-picasa-1:before { + content: "\ea98"; +} + +.icon-wordpress-1:before { + content: "\ea99"; +} + +.icon-stumbleupon:before { + content: "\e900"; +} + +.icon-instagram-2:before { + content: "\ea9a"; +} + +.icon-instagram-filled:before { + content: "\ea9b"; +} + +.icon-stumbleupon-circled:before { + content: "\e901"; +} + +.icon-lastfm:before { + content: "\e902"; +} + +.icon-lastfm-circled:before { + content: "\e903"; +} + +.icon-rdio:before { + content: "\e904"; +} + +.icon-rdio-circled:before { + content: "\e905"; +} + +.icon-spotify:before { + content: "\e906"; +} + +.icon-spotify-circled:before { + content: "\e907"; +} + +.icon-qq:before { + content: "\e908"; +} + +.icon-instagram:before { + content: "\e909"; +} + +.icon-dropbox:before { + content: "\e90a"; +} + +.icon-evernote:before { + content: "\e90b"; +} + +.icon-flattr:before { + content: "\e90c"; +} + +.icon-skype:before { + content: "\e90d"; +} + +.icon-skype-circled:before { + content: "\e90e"; +} + +.icon-renren:before { + content: "\e90f"; +} + +.icon-sina-weibo:before { + content: "\e910"; +} + +.icon-paypal:before { + content: "\e911"; +} + +.icon-picasa:before { + content: "\e912"; +} + +.icon-soundcloud:before { + content: "\e913"; +} + +.icon-mixi:before { + content: "\e914"; +} + +.icon-behance:before { + content: "\e915"; +} + +.icon-google-circles:before { + content: "\e916"; +} + +.icon-vkontakte:before { + content: "\e917"; +} + +.icon-smashing:before { + content: "\e918"; +} + +.icon-db-shape:before { + content: "\e91a"; +} + +.icon-sweden:before { + content: "\e919"; +} + +.icon-logo-db:before { + content: "\e91b"; +} + +.icon-picture:before { + content: "\e80e"; +} + +.icon-picture-1:before { + content: "\e92a"; +} + +.icon-globe:before { + content: "\e8b1"; +} + +.icon-globe-1:before { + content: "\e9ba"; +} + +.icon-leaf-1:before { + content: "\e9c0"; +} + +.icon-leaf:before { + content: "\e8b8"; +} + +.icon-lemon:before { + content: "\ea14"; +} + +.icon-glass:before { + content: "\e91c"; +} + +.icon-gift:before { + content: "\e9e4"; +} + +.icon-graduation-cap:before { + content: "\e8c9"; +} + +.icon-mic:before { + content: "\e85e"; +} + +.icon-videocam:before { + content: "\e929"; +} + +.icon-headphones:before { + content: "\e978"; +} + +.icon-palette:before { + content: "\e8a4"; +} + +.icon-ticket:before { + content: "\e8cb"; +} + +.icon-video-1:before { + content: "\e928"; +} + +.icon-video:before { + content: "\e80d"; +} + +.icon-target:before { + content: "\e8a3"; +} + +.icon-target-1:before { + content: "\e9b2"; +} + +.icon-music:before { + content: "\e802"; +} + +.icon-trophy:before { + content: "\e8a8"; +} + +.icon-award:before { + content: "\e9b4"; +} + +.icon-thumbs-up:before { + content: "\e82b"; +} + +.icon-thumbs-up-1:before { + content: "\e94a"; +} + +.icon-thumbs-down:before { + content: "\e82c"; +} + +.icon-thumbs-down-1:before { + content: "\e94b"; +} + +.icon-bag:before { + content: "\e85a"; +} + +.icon-user:before { + content: "\e80a"; +} + +.icon-user-1:before { + content: "\e926"; +} + +.icon-users-1:before { + content: "\e927"; +} + +.icon-users:before { + content: "\e80b"; +} + +.icon-lamp:before { + content: "\e864"; +} + +.icon-alert:before { + content: "\e83f"; +} + +.icon-water:before { + content: "\e8cc"; +} + +.icon-droplet:before { + content: "\e8cd"; +} + +.icon-credit-card:before { + content: "\e8cf"; +} + +.icon-credit-card-1:before { + content: "\e9e8"; +} + +.icon-monitor:before { + content: "\e8ab"; +} + +.icon-briefcase-1:before { + content: "\e9d5"; +} + +.icon-briefcase:before { + content: "\e8bb"; +} + +.icon-floppy-1:before { + content: "\e9e9"; +} + +.icon-floppy:before { + content: "\e8d0"; +} + +.icon-cd:before { + content: "\e8ae"; +} + +.icon-folder:before { + content: "\e850"; +} + +.icon-folder-1:before { + content: "\e966"; +} + +.icon-folder-open:before { + content: "\e967"; +} + +.icon-doc-1:before { + content: "\e963"; +} + +.icon-doc-text:before { + content: "\e84b"; +} + +.icon-calendar-1:before { + content: "\e972"; +} + +.icon-calendar:before { + content: "\e85b"; +} + +.icon-chart-line:before { + content: "\e8c5"; +} + +.icon-chart-bar-1:before { + content: "\e9e7"; +} + +.icon-chart-bar:before { + content: "\e8c6"; +} + +.icon-clipboard:before { + content: "\e8d1"; +} + +.icon-pin:before { + content: "\e942"; +} + +.icon-attach-1:before { + content: "\e93f"; +} + +.icon-attach:before { + content: "\e823"; +} + +.icon-bookmarks:before { + content: "\e829"; +} + +.icon-book:before { + content: "\e84f"; +} + +.icon-book-1:before { + content: "\e9dc"; +} + +.icon-book-open:before { + content: "\e84e"; +} + +.icon-phone:before { + content: "\e854"; +} + +.icon-phone-1:before { + content: "\e96b"; +} + +.icon-megaphone:before { + content: "\e8d2"; +} + +.icon-megaphone-1:before { + content: "\e9ea"; +} + +.icon-upload:before { + content: "\e82e"; +} + +.icon-upload-1:before { + content: "\e94d"; +} + +.icon-download-1:before { + content: "\e94c"; +} + +.icon-download:before { + content: "\e82d"; +} + +.icon-box:before { + content: "\e852"; +} + +.icon-newspaper:before { + content: "\e84d"; +} + +.icon-mobile:before { + content: "\e8ac"; +} + +.icon-signal:before { + content: "\e8a7"; +} + +.icon-signal-1:before { + content: "\e9b3"; +} + +.icon-camera-1:before { + content: "\e92b"; +} + +.icon-camera:before { + content: "\e80f"; +} + +.icon-shuffle-1:before { + content: "\e9a5"; +} + +.icon-shuffle:before { + content: "\e894"; +} + +.icon-loop:before { + content: "\e895"; +} + +.icon-arrows-ccw:before { + content: "\e891"; +} + +.icon-light-down:before { + content: "\e865"; +} + +.icon-light-up:before { + content: "\e866"; +} + +.icon-mute:before { + content: "\e85f"; +} + +.icon-volume-off:before { + content: "\e975"; +} + +.icon-volume-down:before { + content: "\e976"; +} + +.icon-volume-up:before { + content: "\e977"; +} + +.icon-sound:before { + content: "\e860"; +} + +.icon-battery:before { + content: "\e8a9"; +} + +.icon-search:before { + content: "\e803"; +} + +.icon-search-1:before { + content: "\e91e"; +} + +.icon-key:before { + content: "\e8d7"; +} + +.icon-key-1:before { + content: "\e9ec"; +} + +.icon-lock:before { + content: "\e824"; +} + +.icon-lock-1:before { + content: "\e940"; +} + +.icon-lock-open-1:before { + content: "\e941"; +} + +.icon-lock-open:before { + content: "\e825"; +} + +.icon-bell-1:before { + content: "\e95d"; +} + +.icon-bell:before { + content: "\e83d"; +} + +.icon-bookmark:before { + content: "\e828"; +} + +.icon-bookmark-1:before { + content: "\e947"; +} + +.icon-link-1:before { + content: "\e93d"; +} + +.icon-link:before { + content: "\e822"; +} + +.icon-back:before { + content: "\e820"; +} + +.icon-fire:before { + content: "\e9e5"; +} + +.icon-flashlight:before { + content: "\e804"; +} + +.icon-wrench:before { + content: "\e970"; +} + +.icon-hammer:before { + content: "\e9f7"; +} + +.icon-chart-area:before { + content: "\e8c7"; +} + +.icon-clock-1:before { + content: "\e979"; +} + +.icon-clock:before { + content: "\e862"; +} + +.icon-rocket:before { + content: "\e8dd"; +} + +.icon-truck:before { + content: "\e9f2"; +} + +.icon-block:before { + content: "\e868"; +} + +.icon-block-1:before { + content: "\e97b"; +} diff --git a/static/css/icons_ie7.css b/static/css/icons_ie7.css new file mode 100644 index 0000000..4dcdb41 --- /dev/null +++ b/static/css/icons_ie7.css @@ -0,0 +1,2719 @@ +.icon-duckduckgo { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-aim { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-delicious { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-paypal-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flattr-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-android { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-eventful { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-smashmag { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-gplus-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-plus { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-plus-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-wikipedia { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lanyrd { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-minus { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-minus-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-calendar-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-stumbleupon-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-fivehundredpx { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pinterest-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-bitcoin { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-w3c { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-foursquare { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-html5 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ie { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-call { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-rooveshark { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ninetyninedesigns { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-forrst { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-digg { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spotify-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-reddit { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-guest { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-gowalla { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-at { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-appstore { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-blogger { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cc-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dribbble-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-evernote-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flickr-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-google { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-viadeo { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-instapaper { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-weibo { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-klout { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-linkedin-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-meetup { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-vk { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-plancast { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-disqus { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-rss-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-skype-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-twitter-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-youtube { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-vimeo-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-windows { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-xing { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-yahoo { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-chrome { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-email { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-macstore { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-myspace { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-podcast { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-amazon { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-steam { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cloudapp { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dropbox-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ebay { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-facebook-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-github-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-googleplay { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-itunes { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-plurk { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-songkick { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lastfm-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-gmail { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pinboard { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-openid { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-quora { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-soundcloud-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tumblr-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-eventasaurus { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-wordpress { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-yelp { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-intensedebate { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-eventbrite { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-scribd { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-posterous { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-stripe { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pilcrow { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-opentable { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cart { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-print-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angellist { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-instagram-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dwolla { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-appnet { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-statusnet { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-acrobat { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-drupal { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-buffer { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pocket { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-github-circled-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-bitbucket { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lego { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-login-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-stackoverflow { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-hackernews { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lkdto { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-info { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-thin { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-thin { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-thin { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-thin { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-level-up { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-level-down { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-switch { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-infinity { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 2; "); +} + +.icon-plus-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-minus-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-home-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-home { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-keyboard { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-erase { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 3; "); +} + +.icon-pause-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pause { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-fast-fw { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-fast-forward { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-fast-backward { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-fast-bw { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 0; "); +} + +.icon-to-end-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-to-end { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-to-start { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-to-start-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-hourglass { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-stop { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-stop-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 9; "); +} + +.icon-up-dir { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-dir-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-play-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 7; "); +} + +.icon-play { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-dir { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-dir-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-dir { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-dir-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-dir { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-dir-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-adjust { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cloud-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cloud { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 2; "); +} + +.icon-umbrella { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-star { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-star-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-star-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-star-empty-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-check-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cup { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-hand { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-hand { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-hand { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-hand { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-menu { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-th-list { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-moon { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 5; "); +} + +.icon-heart-empty-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-heart-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-heart-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-heart { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-note { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-music-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-note-beamed { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-layout { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-th { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flag-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flag { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tools { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cog { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cog-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-attention { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-attention-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flash { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 4; "); +} + +.icon-flash-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-record { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cloud-thunder { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 3; "); +} + +.icon-cog-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-scissors { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 3; "); +} + +.icon-tape { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 8; "); +} + +.icon-flight { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 6; "); +} + +.icon-flight-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-mail { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-mail-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-edit { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pencil { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pencil-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-feather { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-check { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ok { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ok-circle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cancel { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cancel-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cancel-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cancel-circle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-asterisk { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 3; "); +} + +.icon-cancel-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-help { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-attention-circle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-quote { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-plus-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-plus-circle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-minus-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-minus-circle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-direction { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-forward-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-forward { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ccw-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 3; "); +} + +.icon-ccw { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cw { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cw-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 2; "); +} + +.icon-left { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-resize-vertical { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-resize-horizontal { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-eject { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 1; "); +} + +.icon-list-add { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 6; "); +} + +.icon-list { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 5; "); +} + +.icon-left-bold { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-bold { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-bold { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-bold { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-user-add { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-star-half { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ok-circle2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cancel-circle2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-help-circle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-help-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-info-circle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-info-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-th-large { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-eye { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-eye-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-eye-off { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tag-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tag { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tags { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-camera-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-upload-cloud { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-reply { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-reply-all { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-code { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-export { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-export-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-print { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-print-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-retweet-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-retweet { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-comment-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-comment { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-chat { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-chat-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-vcard { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-address { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-location-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-location { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-map { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-compass { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-trash-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-trash { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-doc { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-doc-text-inv { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-docs { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-doc-landscape { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-archive { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-rss { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-share { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-basket { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-basket-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-shareable { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-login-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-login { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-logout-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-logout { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-volume { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-resize-full { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-resize-full-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-resize-small { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-resize-small-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-popup { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-publish { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-window { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-arrow-combo { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-zoom-in { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-zoom-out { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-chart-pie { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 4; "); +} + +.icon-language { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-air { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-database { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 3; "); +} + +.icon-drive { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 4; "); +} + +.icon-bucket { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 5; "); +} + +.icon-thermometer { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 6; "); +} + +.icon-down-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-circle2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-circle2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-open { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-open-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-open-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-open { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-open-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-open { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-open { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-open-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-arrows-cw { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 4; "); +} + +.icon-down-open-mini { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-play-circle2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 8; "); +} + +.icon-left-open-mini { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-open-mini { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-to-end-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-open-mini { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-to-start-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-down-open-big { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-open-big { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-open-big { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-open-big { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-progress-0 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-progress-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 0; "); +} + +.icon-progress-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 1; "); +} + +.icon-progress-3 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 2; "); +} + +.icon-back-in-time { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-network { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-inbox-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 9; "); +} + +.icon-inbox { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-install { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 0; "); +} + +.icon-font { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 1; "); +} + +.icon-bold { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 2; "); +} + +.icon-italic { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 3; "); +} + +.icon-text-height { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 4; "); +} + +.icon-text-width { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 5; "); +} + +.icon-align-left { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 6; "); +} + +.icon-align-center { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 7; "); +} + +.icon-align-right { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 8; "); +} + +.icon-align-justify { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 9; "); +} + +.icon-list-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-indent-left { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-indent-right { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lifebuoy { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 9; "); +} + +.icon-mouse { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dot { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dot-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dot-3 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-off { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 7; "); +} + +.icon-suitcase { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-road { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 8; "); +} + +.icon-list-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 9; "); +} + +.icon-flow-cascade { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 8; "); +} + +.icon-flow-branch { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 9; "); +} + +.icon-qrcode { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flow-tree { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-barcode { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flow-line { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ajust { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tint { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flow-parallel { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-brush { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 0; "); +} + +.icon-paper-plane { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 7; "); +} + +.icon-magnet-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 6; "); +} + +.icon-magnet { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 1; "); +} + +.icon-gauge { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-traffic-cone { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-cc { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 0; "); +} + +.icon-cc-by { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 1; "); +} + +.icon-cc-nc { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 2; "); +} + +.icon-cc-nc-eu { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 3; "); +} + +.icon-cc-nc-jp { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 4; "); +} + +.icon-cc-sa { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 5; "); +} + +.icon-cc-nd { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 6; "); +} + +.icon-cc-pd { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 7; "); +} + +.icon-cc-zero { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 8; "); +} + +.icon-cc-share { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຎ 9; "); +} + +.icon-cc-remix { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spin1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spin2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spin3 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spin4 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spin5 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spin6 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-firefox { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-chrome-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-opera { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ie-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-move { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-link-ext { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-check-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 0; "); +} + +.icon-bookmark-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-phone-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-twitter-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-facebook-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-github-circled-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-rss-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-hdd { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-certificate { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-left-circled-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-right-circled-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-up-circled-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 0; "); +} + +.icon-down-circled-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 1; "); +} + +.icon-tasks { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-filter { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-resize-full-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-beaker { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 0; "); +} + +.icon-docs-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-blank { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-menu-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-list-bullet { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-list-numbered { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-strike { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-underline { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 0; "); +} + +.icon-table { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 1; "); +} + +.icon-magic { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 1; "); +} + +.icon-pinterest-circled-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pinterest-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-gplus-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-gplus-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-money { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 3; "); +} + +.icon-columns { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 2; "); +} + +.icon-sort { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 4; "); +} + +.icon-sort-down { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 5; "); +} + +.icon-sort-up { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 6; "); +} + +.icon-mail-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-linkedin-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-gauge-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 8; "); +} + +.icon-comment-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-chat-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-sitemap { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 9; "); +} + +.icon-paste { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 4; "); +} + +.icon-lightbulb { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-exchange { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 6; "); +} + +.icon-download-cloud { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-upload-cloud-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-user-md { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-stethoscope { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-suitcase-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 6; "); +} + +.icon-bell-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-coffee { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-food { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-doc-alt { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-building { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-hospital { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-ambulance { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-medkit { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-fighter-jet { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-beer { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-h-sigh { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-plus-squared-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angle-double-left { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angle-double-right { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angle-double-up { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angle-double-down { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angle-left { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angle-right { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angle-up { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-angle-down { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-desktop { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 5; "); +} + +.icon-laptop { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 6; "); +} + +.icon-tablet { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 7; "); +} + +.icon-mobile-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 8; "); +} + +.icon-circle-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 2; "); +} + +.icon-quote-left { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-quote-right { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spinner { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-circle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 1; "); +} + +.icon-reply-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-github-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-folder-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-folder-open-empty { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-github-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-facebook-3 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-github { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-facebook-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-github-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-twitter-3 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-twitter-bird { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flickr { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flickr-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-twitter-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-icq { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-yandex { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-yandex-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-vimeo { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-github-text { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-vimeo-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 0; "); +} + +.icon-github-3 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-facebook-squared-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-googleplus-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-twitter { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 1; "); +} + +.icon-vkontakte-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-twitter-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 2; "); +} + +.icon-skype-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-facebook { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 3; "); +} + +.icon-odnoklassniki { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-linkedin-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-odnoklassniki-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-facebook-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 4; "); +} + +.icon-vimeo-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-facebook-squared { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 5; "); +} + +.icon-gplus { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 6; "); +} + +.icon-vimeo-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tumblr-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-gplus-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 7; "); +} + +.icon-tumblr-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-friendfeed { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pinterest { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 8; "); +} + +.icon-friendfeed-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-pinterest-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຏ 9; "); +} + +.icon-blogger-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tumblr { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-blogger-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-deviantart { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-tumblr-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-jabber { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lastfm-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-linkedin { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lastfm-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-linkedin-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-linkedin-3 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-linkedin-rect { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dribbble { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dribbble-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-picasa-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-wordpress-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-stumbleupon { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-instagram-2 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-instagram-filled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-stumbleupon-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lastfm { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lastfm-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-rdio { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-rdio-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spotify { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-spotify-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-qq { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-instagram { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-dropbox { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-evernote { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-flattr { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-skype { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-skype-circled { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-renren { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-sina-weibo { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-paypal { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-picasa { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-soundcloud { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-mixi { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-behance { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-google-circles { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-vkontakte { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-smashing { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-db-shape { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-sweden { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-logo-db { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-picture { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-picture-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-globe { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 1; "); +} + +.icon-globe-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-leaf-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຜ 0; "); +} + +.icon-leaf { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "຋ 8; "); +} + +.icon-lemon { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-glass { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-gift { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 4; "); +} + +.icon-graduation-cap { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 9; "); +} + +.icon-mic { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-videocam { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-headphones { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-palette { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 4; "); +} + +.icon-ticket { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-video-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-video { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-target { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 3; "); +} + +.icon-target-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 2; "); +} + +.icon-music { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-trophy { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 8; "); +} + +.icon-award { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 4; "); +} + +.icon-thumbs-up { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-thumbs-up-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-thumbs-down { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-thumbs-down-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-bag { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-user { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-user-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-users-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-users { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lamp { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-alert { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-water { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-droplet { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-credit-card { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-credit-card-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 8; "); +} + +.icon-monitor { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-briefcase-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຝ 5; "); +} + +.icon-briefcase { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-floppy-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 9; "); +} + +.icon-floppy { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 0; "); +} + +.icon-cd { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-folder { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-folder-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-folder-open { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-doc-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-doc-text { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-calendar-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-calendar { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-chart-line { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 5; "); +} + +.icon-chart-bar-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 7; "); +} + +.icon-chart-bar { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 6; "); +} + +.icon-clipboard { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 1; "); +} + +.icon-pin { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-attach-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-attach { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-bookmarks { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-book { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-book-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-book-open { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-phone { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-phone-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-megaphone { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 2; "); +} + +.icon-megaphone-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-upload { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-upload-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-download-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-download { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-box { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-newspaper { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-mobile { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-signal { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 7; "); +} + +.icon-signal-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ປ 3; "); +} + +.icon-camera-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-camera { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-shuffle-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ບ 5; "); +} + +.icon-shuffle { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-loop { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-arrows-ccw { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-light-down { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-light-up { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-mute { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-volume-off { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-volume-down { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-volume-up { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-sound { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-battery { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຊ 9; "); +} + +.icon-search { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-search-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-key { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຍ 7; "); +} + +.icon-key-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lock { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lock-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lock-open-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-lock-open { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-bell-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-bell { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-bookmark { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-bookmark-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-link-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-link { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-back { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-fire { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ພ 5; "); +} + +.icon-flashlight { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-wrench { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-hammer { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 7; "); +} + +.icon-chart-area { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຌ 7; "); +} + +.icon-clock-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-clock { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-rocket { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-truck { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "ຟ 2; "); +} + +.icon-block { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} + +.icon-block-1 { + *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = " "); +} diff --git a/static/css/normalize.css b/static/css/normalize.css new file mode 100644 index 0000000..2659e8c --- /dev/null +++ b/static/css/normalize.css @@ -0,0 +1,376 @@ +/* normalize.css v2.1.1 | MIT License | git.io/normalize */ +/* ========================================================================== + HTML5 display definitions + ========================================================================== */ +/** + * Correct `block` display not defined in IE 8/9. + */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} + +/** + * Correct `inline-block` display not defined in IE 8/9. + */ +audio, +canvas, +video { + display: inline-block; +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address styling not present in IE 8/9. + */ +[hidden] { + display: none; +} + +/* ========================================================================== + Base + ========================================================================== */ +/** + * 1. Prevent system color scheme's background color being used in Firefox, IE, + * and Opera. + * 2. Prevent system color scheme's text color being used in Firefox, IE, and + * Opera. + * 3. Set default font family to sans-serif. + * 4. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ +html { + background: #fff; + /* 1 */ + color: #000; + /* 2 */ + font-family: sans-serif; + /* 3 */ + -ms-text-size-adjust: 100%; + /* 4 */ + -webkit-text-size-adjust: 100%; + /* 4 */ +} + +/** + * Remove default margin. + */ +body { + margin: 0; +} + +/* ========================================================================== + Links + ========================================================================== */ +/** + * Address `outline` inconsistency between Chrome and other browsers. + */ +a:focus { + outline: thin dotted; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ +a:active, +a:hover { + outline: 0; +} + +/* ========================================================================== + Typography + ========================================================================== */ +/** + * Address variable `h1` font-size and margin within `section` and `article` + * contexts in Firefox 4+, Safari 5, and Chrome. + */ +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Address styling not present in IE 8/9, Safari 5, and Chrome. + */ +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. + */ +b, +strong { + font-weight: bold; +} + +/** + * Address styling not present in Safari 5 and Chrome. + */ +dfn { + font-style: italic; +} + +/** + * Address differences between Firefox and other browsers. + */ +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Address styling not present in IE 8/9. + */ +mark { + background: #ff0; + color: #000; +} + +/** + * Correct font family set oddly in Safari 5 and Chrome. + */ +code, +kbd, +pre, +samp { + font-family: monospace, serif; + font-size: 1em; +} + +/** + * Improve readability of pre-formatted text in all browsers. + */ +pre { + white-space: pre-wrap; +} + +/** + * Set consistent quote types. + */ +q { + quotes: "\201C" "\201D" "\2018" "\2019"; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* ========================================================================== + Embedded content + ========================================================================== */ +/** + * Remove border when inside `a` element in IE 8/9. + */ +img { + border: 0; +} + +/** + * Correct overflow displayed oddly in IE 9. + */ +svg:not(:root) { + overflow: hidden; +} + +/* ========================================================================== + Figures + ========================================================================== */ +/** + * Address margin not present in IE 8/9 and Safari 5. + */ +figure { + margin: 0; +} + +/* ========================================================================== + Forms + ========================================================================== */ +/** + * Define consistent border, margin, and padding. + */ +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct `color` not being inherited in IE 8/9. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ +legend { + border: 0; + /* 1 */ + padding: 0; + /* 2 */ +} + +/** + * 1. Correct font family not being inherited in all browsers. + * 2. Correct font size not being inherited in all browsers. + * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. + */ +button, +input, +select, +textarea { + font-family: inherit; + /* 1 */ + font-size: 100%; + /* 2 */ + margin: 0; + /* 3 */ +} + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ +button, +input { + line-height: normal; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. + * Correct `select` style inheritance in Firefox 4+ and Opera. + */ +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + /* 2 */ + cursor: pointer; + /* 3 */ +} + +/** + * Re-set default cursor for disabled elements. + */ +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * 1. Address box sizing set to `content-box` in IE 8/9. + * 2. Remove excess padding in IE 8/9. + */ +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome + * (include `-moz` to future-proof). + */ +input[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari 5 and Chrome + * on OS X. + */ +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Remove inner padding and border in Firefox 4+. + */ +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * 1. Remove default vertical scrollbar in IE 8/9. + * 2. Improve readability and alignment in all browsers. + */ +textarea { + overflow: auto; + /* 1 */ + vertical-align: top; + /* 2 */ +} + +/* ========================================================================== + Tables + ========================================================================== */ +/** + * Remove most spacing between table cells. + */ +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/static/fonts/fontello.eot b/static/fonts/fontello.eot new file mode 100644 index 0000000..453d8d9 Binary files /dev/null and b/static/fonts/fontello.eot differ diff --git a/static/fonts/fontello.svg b/static/fonts/fontello.svg new file mode 100644 index 0000000..0746989 --- /dev/null +++ b/static/fonts/fontello.svg @@ -0,0 +1,691 @@ + + + +Copyright (C) 2012 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/fonts/fontello.ttf b/static/fonts/fontello.ttf new file mode 100644 index 0000000..cc02e89 Binary files /dev/null and b/static/fonts/fontello.ttf differ diff --git a/static/fonts/fontello.woff b/static/fonts/fontello.woff new file mode 100644 index 0000000..5ec832a Binary files /dev/null and b/static/fonts/fontello.woff differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico new file mode 100644 index 0000000..5810b49 Binary files /dev/null and b/static/images/favicon.ico differ